From daa4c3009fdf00fcbf0359fd13c0d28a7c1aa21c Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Mon, 18 Oct 2021 11:23:24 +0300 Subject: [PATCH 01/42] Implementing Line Graph --- instat/sdgTwoWayFrequencies.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/sdgTwoWayFrequencies.vb b/instat/sdgTwoWayFrequencies.vb index 16ec3ad02d7..c680db0e48d 100644 --- a/instat/sdgTwoWayFrequencies.vb +++ b/instat/sdgTwoWayFrequencies.vb @@ -116,7 +116,7 @@ Public Class sdgTwoWayFrequencies ucrPnlGraphType.AddToLinkedControls(ucrChkStack, {rdoBar}, bNewLinkedAddRemoveParameter:=True, bNewLinkedDisabledIfParameterMissing:=True) InitialiseTabs() 'TODO: Investigate why when some variables are used for line graph this error is given "Breaks and labels are of different lengths" - rdoLine.Enabled = False + rdoLine.Enabled = True bControlsInitialised = True End Sub 'Linking the subdialog to the functions main dialogue From 39bd5286f8e2c66a209cdf997d4d2a5ef99199d0 Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Wed, 10 Nov 2021 15:58:40 +0300 Subject: [PATCH 02/42] Adding Three more graphs to the two Variable Frequency Dialog --- instat/sdgTwoWayFrequencies.Designer.vb | 46 ++- instat/sdgTwoWayFrequencies.resx | 450 ++++++++++-------------- instat/sdgTwoWayFrequencies.vb | 25 +- 3 files changed, 241 insertions(+), 280 deletions(-) diff --git a/instat/sdgTwoWayFrequencies.Designer.vb b/instat/sdgTwoWayFrequencies.Designer.vb index 99a111e724e..93392871458 100644 --- a/instat/sdgTwoWayFrequencies.Designer.vb +++ b/instat/sdgTwoWayFrequencies.Designer.vb @@ -64,10 +64,13 @@ Partial Class sdgTwoWayFrequencies Me.ucrChkShowPercentage = New instat.ucrCheck() Me.ucrChkShowCount = New instat.ucrCheck() Me.grpGraphType = New System.Windows.Forms.GroupBox() - Me.rdoLine = New System.Windows.Forms.RadioButton() + Me.rdoViolinPlot = New System.Windows.Forms.RadioButton() + Me.rdoBoxPlot = New System.Windows.Forms.RadioButton() + Me.rdoDot = New System.Windows.Forms.RadioButton() Me.rdoBar = New System.Windows.Forms.RadioButton() Me.ucrPnlGraphType = New instat.UcrPanel() Me.ucrBaseSubDialogue = New instat.ucrButtonsSubdialogue() + Me.rdoLineGraph = New System.Windows.Forms.RadioButton() Me.tbpTwoWayFrequencies.SuspendLayout() Me.tbpTable.SuspendLayout() Me.grpTableOptions.SuspendLayout() @@ -255,19 +258,36 @@ Partial Class sdgTwoWayFrequencies ' 'grpGraphType ' - Me.grpGraphType.Controls.Add(Me.rdoLine) + Me.grpGraphType.Controls.Add(Me.rdoLineGraph) + Me.grpGraphType.Controls.Add(Me.rdoViolinPlot) + Me.grpGraphType.Controls.Add(Me.rdoBoxPlot) + Me.grpGraphType.Controls.Add(Me.rdoDot) Me.grpGraphType.Controls.Add(Me.rdoBar) Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) resources.ApplyResources(Me.grpGraphType, "grpGraphType") Me.grpGraphType.Name = "grpGraphType" Me.grpGraphType.TabStop = False ' - 'rdoLine + 'rdoViolinPlot ' - resources.ApplyResources(Me.rdoLine, "rdoLine") - Me.rdoLine.Name = "rdoLine" - Me.rdoLine.TabStop = True - Me.rdoLine.UseVisualStyleBackColor = True + resources.ApplyResources(Me.rdoViolinPlot, "rdoViolinPlot") + Me.rdoViolinPlot.Name = "rdoViolinPlot" + Me.rdoViolinPlot.TabStop = True + Me.rdoViolinPlot.UseVisualStyleBackColor = True + ' + 'rdoBoxPlot + ' + resources.ApplyResources(Me.rdoBoxPlot, "rdoBoxPlot") + Me.rdoBoxPlot.Name = "rdoBoxPlot" + Me.rdoBoxPlot.TabStop = True + Me.rdoBoxPlot.UseVisualStyleBackColor = True + ' + 'rdoDot + ' + resources.ApplyResources(Me.rdoDot, "rdoDot") + Me.rdoDot.Name = "rdoDot" + Me.rdoDot.TabStop = True + Me.rdoDot.UseVisualStyleBackColor = True ' 'rdoBar ' @@ -286,6 +306,13 @@ Partial Class sdgTwoWayFrequencies resources.ApplyResources(Me.ucrBaseSubDialogue, "ucrBaseSubDialogue") Me.ucrBaseSubDialogue.Name = "ucrBaseSubDialogue" ' + 'rdoLineGraph + ' + resources.ApplyResources(Me.rdoLineGraph, "rdoLineGraph") + Me.rdoLineGraph.Name = "rdoLineGraph" + Me.rdoLineGraph.TabStop = True + Me.rdoLineGraph.UseVisualStyleBackColor = True + ' 'sdgTwoWayFrequencies ' resources.ApplyResources(Me, "$this") @@ -329,7 +356,7 @@ Partial Class sdgTwoWayFrequencies Friend WithEvents ucrChkShowPercentage As ucrCheck Friend WithEvents ucrChkShowCount As ucrCheck Friend WithEvents grpGraphType As GroupBox - Friend WithEvents rdoLine As RadioButton + Friend WithEvents rdoDot As RadioButton Friend WithEvents rdoBar As RadioButton Friend WithEvents ucrPnlGraphType As UcrPanel Friend WithEvents ucrChkStack As ucrCheck @@ -337,4 +364,7 @@ Partial Class sdgTwoWayFrequencies Friend WithEvents ucrInputTableTitle As ucrInputTextBox Friend WithEvents lblNumberOfDecimals As Label Friend WithEvents ucrNudDecimalPlaces As ucrNud + Friend WithEvents rdoBoxPlot As RadioButton + Friend WithEvents rdoViolinPlot As RadioButton + Friend WithEvents rdoLineGraph As RadioButton End Class \ No newline at end of file diff --git a/instat/sdgTwoWayFrequencies.resx b/instat/sdgTwoWayFrequencies.resx index fbd4c8d8f10..2513bf7f118 100644 --- a/instat/sdgTwoWayFrequencies.resx +++ b/instat/sdgTwoWayFrequencies.resx @@ -352,7 +352,7 @@ 3, 3, 3, 3 - 313, 257 + 365, 257 0 @@ -372,222 +372,6 @@ 0 - - grpGraphOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 0 - - - grpGraphType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 313, 257 - - - 1 - - - Graph - - - tbpGraph - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTwoWayFrequencies - - - 1 - - - 8, 8 - - - 321, 283 - - - 0 - - - tbpTwoWayFrequencies - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - ucrChkStack - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 0 - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 1 - - - lblHjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 2 - - - lblVjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 3 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 4 - - - ucrInputHorizontalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 5 - - - ucrInputVerticalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 6 - - - ucrChkShowModelSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 7 - - - ucrChkShowPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 8 - - - ucrChkShowCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 9 - - - 6, 59 - - - 300, 195 - - - 1 - - - Graph Options - - - grpGraphOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 0 - 10, 92 @@ -822,92 +606,146 @@ 9 - - rdoLine + + 6, 59 + + + 376, 195 + + + 1 + + + Graph Options + + + grpGraphOptions + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpGraph + + + 0 + + + True + + + NoControl + + + 87, 19 + + + 77, 17 - + + 5 + + + Line Graph + + + rdoLineGraph + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + grpGraphType - + 0 - - rdoBar + + True - + + NoControl + + + 304, 19 + + + 71, 17 + + + 4 + + + Violin Plot + + + rdoViolinPlot + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + grpGraphType - + 1 - - ucrPnlGraphType + + True - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + NoControl - - grpGraphType + + 167, 19 - - 2 + + 64, 17 - - 6, 6 + + 3 - - 300, 48 + + Box Plot - - 0 + + rdoBoxPlot - - Type of Graph + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + grpGraphType - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 1 + + 2 - + True - - 167, 19 + + 237, 19 - - 77, 17 + + 63, 17 - + 2 - - Line Graph + + Dot Plot - - rdoLine + + rdoDot - + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + grpGraphType - - 0 + + 3 True @@ -934,13 +772,13 @@ grpGraphType - 1 + 4 6, 7 - 288, 35 + 373, 35 0 @@ -955,7 +793,79 @@ grpGraphType - 2 + 5 + + + 6, 6 + + + 378, 48 + + + 0 + + + Type of Graph + + + grpGraphType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpGraph + + + 1 + + + 4, 22 + + + 3, 3, 3, 3 + + + 388, 257 + + + 1 + + + Graph + + + tbpGraph + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpTwoWayFrequencies + + + 1 + + + 8, 8 + + + 396, 283 + + + 0 + + + tbpTwoWayFrequencies + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 89, 297 @@ -988,7 +898,7 @@ 6, 13 - 339, 328 + 408, 328 CenterScreen diff --git a/instat/sdgTwoWayFrequencies.vb b/instat/sdgTwoWayFrequencies.vb index c680db0e48d..57ecc48aac2 100644 --- a/instat/sdgTwoWayFrequencies.vb +++ b/instat/sdgTwoWayFrequencies.vb @@ -100,7 +100,11 @@ Public Class sdgTwoWayFrequencies 'Setting Plot parameter ucrPnlGraphType.SetParameter(New RParameter("type", 8)) ucrPnlGraphType.AddRadioButton(rdoBar, Chr(34) & "bar" & Chr(34)) - ucrPnlGraphType.AddRadioButton(rdoLine, Chr(34) & "line" & Chr(34)) + ucrPnlGraphType.AddRadioButton(rdoLineGraph, Chr(34) & "line" & Chr(34)) + ucrPnlGraphType.AddRadioButton(rdoDot, Chr(34) & "dot" & Chr(34)) + ucrPnlGraphType.AddRadioButton(rdoBoxPlot, Chr(34) & "boxplot" & Chr(34)) + ucrPnlGraphType.AddRadioButton(rdoViolinPlot, Chr(34) & "violin" & Chr(34)) + ucrPnlGraphType.SetRDefault(Chr(34) & "bar" & Chr(34)) 'Setting Plot parameter @@ -116,7 +120,7 @@ Public Class sdgTwoWayFrequencies ucrPnlGraphType.AddToLinkedControls(ucrChkStack, {rdoBar}, bNewLinkedAddRemoveParameter:=True, bNewLinkedDisabledIfParameterMissing:=True) InitialiseTabs() 'TODO: Investigate why when some variables are used for line graph this error is given "Breaks and labels are of different lengths" - rdoLine.Enabled = True + rdoDot.Enabled = True bControlsInitialised = True End Sub 'Linking the subdialog to the functions main dialogue @@ -129,6 +133,23 @@ Public Class sdgTwoWayFrequencies clsGraphOperator = clsNewGraphOperator bUseTitle = bNewUseTitle + If clsTwoWayGraphFreq.ContainsParameter("fun") Then + If clsTwoWayGraphFreq.GetParameter("fun").strArgumentValue = Chr(34) & "xtab" & Chr(34) Then + rdoViolinPlot.Enabled = False + rdoDot.Enabled = False + rdoBoxPlot.Enabled = False + rdoLineGraph.Enabled = True + rdoBar.Enabled = True + clsTwoWayGraphFreq.RemoveParameterByName("facet.grid") + ElseIf clsTwoWayGraphFreq.GetParameter("fun").strArgumentValue = Chr(34) & "grpfrq" & Chr(34) Then + rdoLineGraph.Enabled = False + rdoDot.Enabled = True + rdoViolinPlot.Enabled = True + rdoBoxPlot.Enabled = True + rdoBar.Enabled = True + End If + End If + 'Setting Rcode for the sub dialogue ucrChkShowSummary.SetRCode(clsTwoWayTableFreq, bReset, bCloneIfNeeded:=True) ucrChkBackgroundColour.SetRCode(clsTwoWayTableFreq, bReset, bCloneIfNeeded:=True) From 96fa8d49fce5873d1fedc1e0a5bb1ec4c0d73705 Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Tue, 16 Nov 2021 09:28:40 +0300 Subject: [PATCH 03/42] Restricting the percentage checkbox --- instat/sdgTwoWayFrequencies.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/instat/sdgTwoWayFrequencies.vb b/instat/sdgTwoWayFrequencies.vb index 57ecc48aac2..d8910f5c2b9 100644 --- a/instat/sdgTwoWayFrequencies.vb +++ b/instat/sdgTwoWayFrequencies.vb @@ -104,6 +104,7 @@ Public Class sdgTwoWayFrequencies ucrPnlGraphType.AddRadioButton(rdoDot, Chr(34) & "dot" & Chr(34)) ucrPnlGraphType.AddRadioButton(rdoBoxPlot, Chr(34) & "boxplot" & Chr(34)) ucrPnlGraphType.AddRadioButton(rdoViolinPlot, Chr(34) & "violin" & Chr(34)) + ucrPnlGraphType.AddToLinkedControls(ucrChkShowPercentage, {rdoBar, rdoDot, rdoLineGraph, rdoViolinPlot}, bNewLinkedAddRemoveParameter:=True, bNewLinkedDisabledIfParameterMissing:=True) ucrPnlGraphType.SetRDefault(Chr(34) & "bar" & Chr(34)) From bd9634fc498182cd0014b8b09c897a349f56477a Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Wed, 8 Dec 2021 10:25:54 +0300 Subject: [PATCH 04/42] Changing the error message --- instat/ucrTry.vb | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/instat/ucrTry.vb b/instat/ucrTry.vb index 081b56d5296..f29eb356bcf 100644 --- a/instat/ucrTry.vb +++ b/instat/ucrTry.vb @@ -68,7 +68,7 @@ Public Class ucrTry If bIsCommand Then CommandModel = "Command" ElseIf bIsModel Then - CommandModel = "Model" + CommandModel = "model" End If End Sub Private Sub cmdTry_Click(sender As Object, e As EventArgs) Handles cmdTry.Click @@ -151,16 +151,28 @@ Public Class ucrTry ucrInputTryMessage.SetName(If(vecOutput.Length > 1, Mid(vecOutput(0), 5) & "...", Mid(vecOutput(0), 5))) ucrInputTryMessage.txtInput.BackColor = Color.White Else - ucrInputTryMessage.SetName(CommandModel & " runs without error") - ucrInputTryMessage.txtInput.BackColor = Color.LightGreen + If bIsCommand Then + ucrInputTryMessage.SetName(CommandModel & " runs without error") + ucrInputTryMessage.txtInput.BackColor = Color.LightGreen + ElseIf bIsModel Then + ucrInputTryMessage.SetName(CommandModel & " runs ok") + ucrInputTryMessage.txtInput.BackColor = Color.LightGreen + End If End If Else - ucrInputTryMessage.SetName(CommandModel & " produced an error or no output to display.") - ucrInputTryMessage.txtInput.BackColor = Color.LightCoral - strError = strErrorDetail - AddButtonInTryTextBox() + If bIsCommand Then + ucrInputTryMessage.SetName(CommandModel & " produced an error or no output to display.") + ucrInputTryMessage.txtInput.BackColor = Color.LightCoral + strError = strErrorDetail + AddButtonInTryTextBox() + ElseIf bIsModel Then + ucrInputTryMessage.SetName("Problem detected running " & CommandModel & " or no output to display.") + ucrInputTryMessage.txtInput.BackColor = Color.LightCoral + strError = strErrorDetail + AddButtonInTryTextBox() + End If + End If End If - End If End If Catch ex As Exception ucrInputTryMessage.SetName(CommandModel & "produced an error. Modify input before running.") From f51db636ec8c16ab58bf7c571c8a665821943825 Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Wed, 8 Dec 2021 10:26:34 +0300 Subject: [PATCH 05/42] removing spaces --- instat/ucrTry.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/instat/ucrTry.vb b/instat/ucrTry.vb index f29eb356bcf..f01b8c84b5a 100644 --- a/instat/ucrTry.vb +++ b/instat/ucrTry.vb @@ -82,7 +82,6 @@ Public Class ucrTry End If End Sub - Private Sub TryScript() Dim strErrorDetail As String = "" Dim lstScripts As New List(Of String) From ba58f0fab018845025ea0cac0e85be6c962a192b Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Tue, 14 Dec 2021 11:52:28 +0300 Subject: [PATCH 06/42] New merged changes --- instat/ucrTry.Designer.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/ucrTry.Designer.vb b/instat/ucrTry.Designer.vb index 76a3b05e3ba..a41faa975c7 100644 --- a/instat/ucrTry.Designer.vb +++ b/instat/ucrTry.Designer.vb @@ -39,7 +39,7 @@ Partial Class ucrTry ' Me.ucrInputTryMessage.AddQuotesIfUnrecognised = True Me.ucrInputTryMessage.IsMultiline = False - Me.ucrInputTryMessage.IsReadOnly = False + Me.ucrInputTryMessage.IsReadOnly = True Me.ucrInputTryMessage.Location = New System.Drawing.Point(89, 6) Me.ucrInputTryMessage.Name = "ucrInputTryMessage" Me.ucrInputTryMessage.Size = New System.Drawing.Size(297, 21) From 0913a17d5f0270590e303a5a571a040ab8441f5e Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Thu, 16 Dec 2021 11:03:07 +0200 Subject: [PATCH 07/42] Updated database from PRs 6956, 7058 and 7062 --- instat/translations/rInstatTranslations.db | Bin 4849664 -> 4849664 bytes instat/translations/translateIgnore.txt | 9 +++++++++ 2 files changed, 9 insertions(+) diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index 4bbc8163eef9c972188894ac81a20aaf846661d0..bda84c904c595b5c59f1d30c442a26a8ecbfefeb 100644 GIT binary patch delta 686 zcmY+;PiT^H7zgn8)mQzgo6Bv!+I(lOcl~ju^KE8xHJho^n9MC=QLTgQeG9_0oI#gB zi5KY*6iGiimC&KXC}HGFG-87wy0wef9qJSvA_(d*=-WC}hYt^Yd7dv%wfam~g?nx` zdtXQxvP>{{t0t>5tI9f6)~hn7$_7<7s

&OuoJ#T>;~BqhjpS7F*=8UT65OZLg9a ztche8kF?~V%`oRQUm=Q6mZ!mZQ>;gOVLLc;l19)(P3wFbRMpoQEZ|jV! zR38!+*w@=8*E*4C=nngon%1KkjJfq_if0&RPRym{ z!sXM-a-|&Gn&8Bok6uq&2IxD-Q18Q$F&kOjN*TmjkN7+G)%lGmOu#WX4wDdr6EFpF UI0*?zLJFoK4H=E!IQ2R93wKBJ@Bjb+ delta 585 zcmYk!F-#L-6bEqbdUySL2cp$hwAWHNMNpu3h?T<@6k2FQL|IHAbs&B$4icCg9NL&m zW5PgV&5M(=F_36N^ot1^swV0tOIHS+jDsN|kpvU}!s77Dd-=b-f3dhK7hyRf zns4YGUoCNuOCFa!?(?|fan<9R$NjH3`}KlpHSK|xR(D0=C41(RSx)>}XTK$XwrVKO zoe-^jG5cxqH47M%^Y`XbRb6qW4%35Rq#971+aa0~tcR99n@tC)TV;wfahUq2=Vll2 zEA~;MDhp0YqS-ghp|2lJo#KT=kd`Y0G4=6%6#aL3`qPY-w>B6A#MXvB@l9^*pxATc zyJXXc*5PiESTX9lFVoOoW@`pCLK7T;W;hDRAPC3d1cV?AC!qyS!D+$PB6|;IwnIMK zyd|xR8QYxJ)cCu*ibd#-mFr0pqVR8Tg*dc9J6LcA&O!&AgHGsz^Kb#Wp$B>)0X8_$ z2N$6qE3|HYAjKC;lAPZwK4mlC7<$nzQ1$VF4*#H0l diff --git a/instat/translations/translateIgnore.txt b/instat/translations/translateIgnore.txt index bd69ef41bff..f954f98b533 100644 --- a/instat/translations/translateIgnore.txt +++ b/instat/translations/translateIgnore.txt @@ -84,3 +84,12 @@ dlgRestrict_ucrInputFilterPreview # Partially fixes issue #7026, related to PR #7035 dlgEvapotranspiration_%_rdoPenmanMonteith dlgEvapotranspiration_%_rdoHargreavesSamani + +# In the 'Boxplot' dialog, the selected 'Facet' either for Station, Year or Within Year should not be translated +# Fixes issue #6185, item a) +dlgClimaticBoxPlot_ucrInputStation% +dlgClimaticBoxPlot_ucrInputStation_cboInput% +dlgClimaticBoxPlot_ucrInputYear% +dlgClimaticBoxPlot_ucrInputYear_cboInput% +dlgClimaticBoxPlot_ucrInputWithinYear% +dlgClimaticBoxPlot_ucrInputWithinYear_cboInput% From 3d57b2257056ee1bdcb65d965c86426ee10f8f3f Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Thu, 16 Dec 2021 13:15:01 +0200 Subject: [PATCH 08/42] Minor database change --- instat/translations/rInstatTranslations.db | Bin 4849664 -> 4849664 bytes .../translationsManuallyEntered.csv | 1 + 2 files changed, 1 insertion(+) diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index bda84c904c595b5c59f1d30c442a26a8ecbfefeb..23386b67e79f93c5a7d1339751bb76af99c9e9f7 100644 GIT binary patch delta 411 zcmWm8y)%Mw0KoB{RLX-qk+&W^ipX1eOCco0@-T7N^yA9luAaMO&+t2&V``+$VC0$@ z{R8go?rb)Hfp5d-?mK>~)hBxucLBw`*E5QFEu>JSuuIV*g+mIb6fP-RrEp8(k)rKY zsBaI7RvUg)f4n{|l{OEL(?+&XDwI!a;b(RDCR$g~jt+Ffi!NyJp&LE$qZfVX#{dQ! z(R$$X*7agDZQn}G9n+8O?!QJZrsrHiPr?=qX%XYZD(8)ibycdImrbj9RxTL%f>E?8 zmyNHuuG^i)`-LM^b2oSVNgYFI_6Q7&B8U*iFpe-LFo_7JFpU|^Vh&NnFpmW+VhPKL iV+9E$v5GaUBZUoYVhd?(BZD36Vh>sDH~h(i-;aMtu6not delta 442 zcmYk#O)~;v00;2hl~wZ6D%;Y^YQ3abc}q#MHex1mVsv`Uv>lAf?Bw8r;I4J3)gr}s75+@}t zO1htk`}Lmnw}KDu@317K^}_z4uH?+BX`P&DnkI>&=uic}a#XWQic!0$*3D`&(sn}+ z^gg9ii{05AAp5Jd2U1Vb=vN7{kUYyOETFkei|8Iun<{>3iF Date: Mon, 3 Jan 2022 11:41:50 +0100 Subject: [PATCH 09/42] Set ucrInputWithinYear fields in dbase to DoNotTranslate --- instat/translations/rInstatTranslations.db | Bin 4849664 -> 4849664 bytes instat/translations/translateIgnore.txt | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index 23386b67e79f93c5a7d1339751bb76af99c9e9f7..2050102f0ec034ffa08a9142ffbf2cf672dc738c 100644 GIT binary patch delta 418 zcmXBLIZgs$06<{|2j<5GR6ta4UvWW4Q9yA)P@s`$NT`Xwg^7^_IRF+DJE93>YOUzR zLgow}!`3^P_>9F@y}Ww8ZLi}gs1%+~MzQi_&uI#s0=G5!&&N`l>TJ zi-PiZVqX7c(yZOwn@zW#y@;q*Cze*Xw(z+B|EXaM^uhx#eDI?W{TRR?h7dpyAq*po z5kxSGC}M~sfiWa8jtNX+3e%XuEas5HJQlEsG%{GiGO}2~DssqU4eKai1Dn{wHg>R! WJ?z880g5=p5sq Date: Mon, 10 Jan 2022 10:53:38 +0000 Subject: [PATCH 10/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/UcrGeomListWithAes.designer.vb | 187 ++- instat/UcrGeomListWithAes.resx | 798 ------------- instat/UcrPanel.Designer.vb | 15 +- instat/UcrPanel.resx | 45 - instat/dlgFromLibrary.resx | 39 +- instat/dlgInventoryPlot.designer.vb | 256 +++- instat/dlgInventoryPlot.resx | 1059 ----------------- instat/ucrDataFrame.Designer.vb | 24 +- instat/ucrDataFrame.resx | 102 -- instat/ucrGeom.designer.vb | 18 +- instat/ucrGeom.resx | 71 -- instat/ucrGridUnit.Designer.vb | 51 +- instat/ucrGridUnit.resx | 213 ---- instat/ucrInput.Designer.vb | 6 +- instat/ucrInput.resx | 20 - instat/ucrInputComboBox.Designer.vb | 18 +- instat/ucrInputComboBox.resx | 69 -- instat/ucrInputConfidenceLimit.Designer.vb | 18 +- instat/ucrInputConfidenceLimit.resx | 68 -- instat/ucrInputFactorLevels.Designer.vb | 5 +- instat/ucrInputTextBox.Designer.vb | 16 +- instat/ucrInputTextBox.resx | 66 - instat/ucrLayerParameters.Designer.vb | 90 +- instat/ucrLayerParameters.resx | 377 ------ instat/ucrLayerParamsControls.Designer.vb | 18 +- instat/ucrLayerParamsControls.resx | 66 - instat/ucrLog.Designer.vb | 4 +- instat/ucrMultipleInput.Designer.vb | 10 +- instat/ucrMultipleInput.resx | 41 - instat/ucrNewColumnName.Designer.vb | 17 +- instat/ucrNewColumnName.resx | 68 -- instat/ucrNud.Designer.vb | 11 +- instat/ucrNud.resx | 45 - instat/ucrOutputWindow.Designer.vb | 4 +- instat/ucrRadio.Designer.vb | 12 +- instat/ucrRadio.resx | 48 - instat/ucrReceiver.Designer.vb | 5 +- instat/ucrReceiver.resx | 17 - instat/ucrReceiverExpression.Designer.vb | 11 +- instat/ucrReceiverExpression.resx | 45 - .../ucrReceiverMetadataProperty.Designer.vb | 31 +- instat/ucrReceiverMetadataProperty.resx | 117 -- instat/ucrReceiverMultiple.designer.vb | 19 +- instat/ucrReceiverMultiple.resx | 81 -- instat/ucrReceiverSingle.designer.vb | 19 +- instat/ucrReceiverSingle.resx | 81 -- instat/ucrReceiverSingleNew.Designer.vb | 4 +- instat/ucrReorder.Designer.vb | 32 +- instat/ucrReorder.resx | 141 --- instat/ucrSave.Designer.vb | 43 +- instat/ucrSave.resx | 171 --- instat/ucrSaveGraph.Designer.vb | 18 +- instat/ucrSaveGraph.resx | 68 -- instat/ucrSaveModel.Designer.vb | 19 +- instat/ucrSaveModel.resx | 72 -- instat/ucrScript.Designer.vb | 4 +- instat/ucrSelector.designer.vb | 26 +- instat/ucrSelector.resx | 105 -- instat/ucrSelectorAddRemove.designer.vb | 17 +- instat/ucrSelectorAddRemove.resx | 87 -- instat/ucrSelectorByDataFrame.Designer.vb | 17 +- instat/ucrSelectorByDataFrame.resx | 66 - ...crSelectorByDataFrameAddRemove.Designer.vb | 23 +- instat/ucrSelectorByDataFrameAddRemove.resx | 101 -- instat/ucrTry.Designer.vb | 6 +- instat/ucrVariablename.designer.vb | 11 +- instat/ucrVariablename.resx | 41 - instat/ucrVariablesAsFactor.Designer.vb | 29 +- instat/ucrVariablesAsFactor.resx | 99 -- 69 files changed, 870 insertions(+), 4731 deletions(-) diff --git a/instat/UcrGeomListWithAes.designer.vb b/instat/UcrGeomListWithAes.designer.vb index 4e739a8fb9d..9909213b043 100644 --- a/instat/UcrGeomListWithAes.designer.vb +++ b/instat/UcrGeomListWithAes.designer.vb @@ -35,7 +35,6 @@ Partial Class ucrGeomListWithParameters 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrGeomListWithParameters)) Me.ucrGeomWithAesSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.lblAesList = New System.Windows.Forms.Label() Me.ucrReceiverParam1 = New instat.ucrReceiverSingle() @@ -72,60 +71,87 @@ Partial Class ucrGeomListWithParameters ' 'ucrGeomWithAesSelector ' + Me.ucrGeomWithAesSelector.AutoSize = True Me.ucrGeomWithAesSelector.bDropUnusedFilterLevels = False Me.ucrGeomWithAesSelector.bShowHiddenColumns = False Me.ucrGeomWithAesSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrGeomWithAesSelector, "ucrGeomWithAesSelector") + Me.ucrGeomWithAesSelector.Location = New System.Drawing.Point(3, 56) + Me.ucrGeomWithAesSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrGeomWithAesSelector.Name = "ucrGeomWithAesSelector" + Me.ucrGeomWithAesSelector.Size = New System.Drawing.Size(232, 192) + Me.ucrGeomWithAesSelector.TabIndex = 3 ' 'lblAesList ' - resources.ApplyResources(Me.lblAesList, "lblAesList") + Me.lblAesList.AutoSize = True + Me.lblAesList.Location = New System.Drawing.Point(256, 69) Me.lblAesList.Name = "lblAesList" + Me.lblAesList.Size = New System.Drawing.Size(0, 13) + Me.lblAesList.TabIndex = 6 ' 'ucrReceiverParam1 ' + Me.ucrReceiverParam1.AutoSize = True Me.ucrReceiverParam1.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam1, "ucrReceiverParam1") + Me.ucrReceiverParam1.Location = New System.Drawing.Point(97, 25) + Me.ucrReceiverParam1.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam1.Name = "ucrReceiverParam1" Me.ucrReceiverParam1.Selector = Nothing + Me.ucrReceiverParam1.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam1.strNcFilePath = "" + Me.ucrReceiverParam1.TabIndex = 1 Me.ucrReceiverParam1.ucrSelector = Nothing ' 'ucrReceiverParam2 ' + Me.ucrReceiverParam2.AutoSize = True Me.ucrReceiverParam2.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam2, "ucrReceiverParam2") + Me.ucrReceiverParam2.Location = New System.Drawing.Point(97, 51) + Me.ucrReceiverParam2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam2.Name = "ucrReceiverParam2" Me.ucrReceiverParam2.Selector = Nothing + Me.ucrReceiverParam2.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam2.strNcFilePath = "" + Me.ucrReceiverParam2.TabIndex = 3 Me.ucrReceiverParam2.ucrSelector = Nothing ' 'ucrReceiverParam3 ' + Me.ucrReceiverParam3.AutoSize = True Me.ucrReceiverParam3.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam3, "ucrReceiverParam3") + Me.ucrReceiverParam3.Location = New System.Drawing.Point(97, 77) + Me.ucrReceiverParam3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam3.Name = "ucrReceiverParam3" Me.ucrReceiverParam3.Selector = Nothing + Me.ucrReceiverParam3.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam3.strNcFilePath = "" + Me.ucrReceiverParam3.TabIndex = 5 Me.ucrReceiverParam3.ucrSelector = Nothing ' 'ucrReceiverParam4 ' + Me.ucrReceiverParam4.AutoSize = True Me.ucrReceiverParam4.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam4, "ucrReceiverParam4") + Me.ucrReceiverParam4.Location = New System.Drawing.Point(97, 103) + Me.ucrReceiverParam4.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam4.Name = "ucrReceiverParam4" Me.ucrReceiverParam4.Selector = Nothing + Me.ucrReceiverParam4.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam4.strNcFilePath = "" + Me.ucrReceiverParam4.TabIndex = 7 Me.ucrReceiverParam4.ucrSelector = Nothing ' 'ucrReceiverParam5 ' + Me.ucrReceiverParam5.AutoSize = True Me.ucrReceiverParam5.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam5, "ucrReceiverParam5") + Me.ucrReceiverParam5.Location = New System.Drawing.Point(97, 129) + Me.ucrReceiverParam5.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam5.Name = "ucrReceiverParam5" Me.ucrReceiverParam5.Selector = Nothing + Me.ucrReceiverParam5.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam5.strNcFilePath = "" + Me.ucrReceiverParam5.TabIndex = 9 Me.ucrReceiverParam5.ucrSelector = Nothing ' 'grpAesList @@ -156,168 +182,263 @@ Partial Class ucrGeomListWithParameters Me.grpAesList.Controls.Add(Me.ucrReceiverParam4) Me.grpAesList.Controls.Add(Me.ucrReceiverParam3) Me.grpAesList.Controls.Add(Me.ucrReceiverParam2) - resources.ApplyResources(Me.grpAesList, "grpAesList") + Me.grpAesList.Location = New System.Drawing.Point(242, 19) Me.grpAesList.Name = "grpAesList" + Me.grpAesList.Size = New System.Drawing.Size(219, 366) + Me.grpAesList.TabIndex = 4 Me.grpAesList.TabStop = False + Me.grpAesList.Text = "Geom Aesthetics:" ' 'lblGgParam13 ' - resources.ApplyResources(Me.lblGgParam13, "lblGgParam13") + Me.lblGgParam13.AutoSize = True + Me.lblGgParam13.Location = New System.Drawing.Point(7, 341) Me.lblGgParam13.Name = "lblGgParam13" + Me.lblGgParam13.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam13.TabIndex = 24 + Me.lblGgParam13.Text = "Label3" ' 'ucrReceiverParam13 ' + Me.ucrReceiverParam13.AutoSize = True Me.ucrReceiverParam13.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam13, "ucrReceiverParam13") + Me.ucrReceiverParam13.Location = New System.Drawing.Point(97, 337) + Me.ucrReceiverParam13.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam13.Name = "ucrReceiverParam13" Me.ucrReceiverParam13.Selector = Nothing + Me.ucrReceiverParam13.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam13.strNcFilePath = "" + Me.ucrReceiverParam13.TabIndex = 25 Me.ucrReceiverParam13.ucrSelector = Nothing ' 'lblGgParam12 ' - resources.ApplyResources(Me.lblGgParam12, "lblGgParam12") + Me.lblGgParam12.AutoSize = True + Me.lblGgParam12.Location = New System.Drawing.Point(7, 315) Me.lblGgParam12.Name = "lblGgParam12" + Me.lblGgParam12.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam12.TabIndex = 22 + Me.lblGgParam12.Text = "Label2" ' 'ucrReceiverParam12 ' + Me.ucrReceiverParam12.AutoSize = True Me.ucrReceiverParam12.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam12, "ucrReceiverParam12") + Me.ucrReceiverParam12.Location = New System.Drawing.Point(97, 311) + Me.ucrReceiverParam12.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam12.Name = "ucrReceiverParam12" Me.ucrReceiverParam12.Selector = Nothing + Me.ucrReceiverParam12.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam12.strNcFilePath = "" + Me.ucrReceiverParam12.TabIndex = 23 Me.ucrReceiverParam12.ucrSelector = Nothing ' 'lblGgParam11 ' - resources.ApplyResources(Me.lblGgParam11, "lblGgParam11") + Me.lblGgParam11.AutoSize = True + Me.lblGgParam11.Location = New System.Drawing.Point(7, 289) Me.lblGgParam11.Name = "lblGgParam11" + Me.lblGgParam11.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam11.TabIndex = 20 + Me.lblGgParam11.Text = "Label2" ' 'ucrReceiverParam11 ' + Me.ucrReceiverParam11.AutoSize = True Me.ucrReceiverParam11.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam11, "ucrReceiverParam11") + Me.ucrReceiverParam11.Location = New System.Drawing.Point(97, 285) + Me.ucrReceiverParam11.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam11.Name = "ucrReceiverParam11" Me.ucrReceiverParam11.Selector = Nothing + Me.ucrReceiverParam11.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam11.strNcFilePath = "" + Me.ucrReceiverParam11.TabIndex = 21 Me.ucrReceiverParam11.ucrSelector = Nothing ' 'lblGgParam6 ' - resources.ApplyResources(Me.lblGgParam6, "lblGgParam6") + Me.lblGgParam6.AutoSize = True + Me.lblGgParam6.Location = New System.Drawing.Point(7, 159) Me.lblGgParam6.Name = "lblGgParam6" + Me.lblGgParam6.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam6.TabIndex = 10 + Me.lblGgParam6.Text = "Label2" ' 'lblGgParam10 ' - resources.ApplyResources(Me.lblGgParam10, "lblGgParam10") + Me.lblGgParam10.AutoSize = True + Me.lblGgParam10.Location = New System.Drawing.Point(7, 263) Me.lblGgParam10.Name = "lblGgParam10" + Me.lblGgParam10.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam10.TabIndex = 18 + Me.lblGgParam10.Text = "Label2" ' 'lblGgParam9 ' - resources.ApplyResources(Me.lblGgParam9, "lblGgParam9") + Me.lblGgParam9.AutoSize = True + Me.lblGgParam9.Location = New System.Drawing.Point(7, 237) Me.lblGgParam9.Name = "lblGgParam9" + Me.lblGgParam9.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam9.TabIndex = 16 + Me.lblGgParam9.Text = "Label2" ' 'lblGgParam8 ' - resources.ApplyResources(Me.lblGgParam8, "lblGgParam8") + Me.lblGgParam8.AutoSize = True + Me.lblGgParam8.Location = New System.Drawing.Point(7, 211) Me.lblGgParam8.Name = "lblGgParam8" + Me.lblGgParam8.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam8.TabIndex = 14 + Me.lblGgParam8.Text = "Label2" ' 'lblGgParam7 ' - resources.ApplyResources(Me.lblGgParam7, "lblGgParam7") + Me.lblGgParam7.AutoSize = True + Me.lblGgParam7.Location = New System.Drawing.Point(7, 185) Me.lblGgParam7.Name = "lblGgParam7" + Me.lblGgParam7.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam7.TabIndex = 12 + Me.lblGgParam7.Text = "Label2" ' 'lblGgParam5 ' - resources.ApplyResources(Me.lblGgParam5, "lblGgParam5") + Me.lblGgParam5.AutoSize = True + Me.lblGgParam5.Location = New System.Drawing.Point(7, 133) Me.lblGgParam5.Name = "lblGgParam5" + Me.lblGgParam5.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam5.TabIndex = 8 + Me.lblGgParam5.Text = "Label2" ' 'lblGgParam4 ' - resources.ApplyResources(Me.lblGgParam4, "lblGgParam4") + Me.lblGgParam4.AutoSize = True + Me.lblGgParam4.Location = New System.Drawing.Point(7, 107) Me.lblGgParam4.Name = "lblGgParam4" + Me.lblGgParam4.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam4.TabIndex = 6 + Me.lblGgParam4.Text = "Label2" ' 'lblGgParam3 ' - resources.ApplyResources(Me.lblGgParam3, "lblGgParam3") + Me.lblGgParam3.AutoSize = True + Me.lblGgParam3.Location = New System.Drawing.Point(7, 81) Me.lblGgParam3.Name = "lblGgParam3" + Me.lblGgParam3.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam3.TabIndex = 4 + Me.lblGgParam3.Text = "Label2" ' 'lblGgParam2 ' - resources.ApplyResources(Me.lblGgParam2, "lblGgParam2") + Me.lblGgParam2.AutoSize = True + Me.lblGgParam2.Location = New System.Drawing.Point(7, 55) Me.lblGgParam2.Name = "lblGgParam2" + Me.lblGgParam2.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam2.TabIndex = 2 + Me.lblGgParam2.Text = "Label2" ' 'lblGgParam1 ' - resources.ApplyResources(Me.lblGgParam1, "lblGgParam1") + Me.lblGgParam1.AutoSize = True + Me.lblGgParam1.Location = New System.Drawing.Point(7, 29) Me.lblGgParam1.Name = "lblGgParam1" + Me.lblGgParam1.Size = New System.Drawing.Size(39, 13) + Me.lblGgParam1.TabIndex = 0 + Me.lblGgParam1.Text = "Label1" ' 'ucrReceiverParam10 ' + Me.ucrReceiverParam10.AutoSize = True Me.ucrReceiverParam10.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam10, "ucrReceiverParam10") + Me.ucrReceiverParam10.Location = New System.Drawing.Point(97, 259) + Me.ucrReceiverParam10.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam10.Name = "ucrReceiverParam10" Me.ucrReceiverParam10.Selector = Nothing + Me.ucrReceiverParam10.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam10.strNcFilePath = "" + Me.ucrReceiverParam10.TabIndex = 19 Me.ucrReceiverParam10.ucrSelector = Nothing ' 'ucrReceiverParam9 ' + Me.ucrReceiverParam9.AutoSize = True Me.ucrReceiverParam9.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam9, "ucrReceiverParam9") + Me.ucrReceiverParam9.Location = New System.Drawing.Point(97, 233) + Me.ucrReceiverParam9.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam9.Name = "ucrReceiverParam9" Me.ucrReceiverParam9.Selector = Nothing + Me.ucrReceiverParam9.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam9.strNcFilePath = "" + Me.ucrReceiverParam9.TabIndex = 17 Me.ucrReceiverParam9.ucrSelector = Nothing ' 'ucrReceiverParam8 ' + Me.ucrReceiverParam8.AutoSize = True Me.ucrReceiverParam8.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam8, "ucrReceiverParam8") + Me.ucrReceiverParam8.Location = New System.Drawing.Point(97, 207) + Me.ucrReceiverParam8.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam8.Name = "ucrReceiverParam8" Me.ucrReceiverParam8.Selector = Nothing + Me.ucrReceiverParam8.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam8.strNcFilePath = "" + Me.ucrReceiverParam8.TabIndex = 15 Me.ucrReceiverParam8.ucrSelector = Nothing ' 'ucrReceiverParam7 ' + Me.ucrReceiverParam7.AutoSize = True Me.ucrReceiverParam7.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam7, "ucrReceiverParam7") + Me.ucrReceiverParam7.Location = New System.Drawing.Point(97, 181) + Me.ucrReceiverParam7.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam7.Name = "ucrReceiverParam7" Me.ucrReceiverParam7.Selector = Nothing + Me.ucrReceiverParam7.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam7.strNcFilePath = "" + Me.ucrReceiverParam7.TabIndex = 13 Me.ucrReceiverParam7.ucrSelector = Nothing ' 'ucrReceiverParam6 ' + Me.ucrReceiverParam6.AutoSize = True Me.ucrReceiverParam6.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverParam6, "ucrReceiverParam6") + Me.ucrReceiverParam6.Location = New System.Drawing.Point(97, 155) + Me.ucrReceiverParam6.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverParam6.Name = "ucrReceiverParam6" Me.ucrReceiverParam6.Selector = Nothing + Me.ucrReceiverParam6.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverParam6.strNcFilePath = "" + Me.ucrReceiverParam6.TabIndex = 11 Me.ucrReceiverParam6.ucrSelector = Nothing ' 'ucrChkIgnoreGlobalAes ' + Me.ucrChkIgnoreGlobalAes.AutoSize = True Me.ucrChkIgnoreGlobalAes.Checked = False - resources.ApplyResources(Me.ucrChkIgnoreGlobalAes, "ucrChkIgnoreGlobalAes") + Me.ucrChkIgnoreGlobalAes.Location = New System.Drawing.Point(5, 280) Me.ucrChkIgnoreGlobalAes.Name = "ucrChkIgnoreGlobalAes" + Me.ucrChkIgnoreGlobalAes.Size = New System.Drawing.Size(230, 23) + Me.ucrChkIgnoreGlobalAes.TabIndex = 6 ' 'ucrChkApplyOnAllLayers ' + Me.ucrChkApplyOnAllLayers.AutoSize = True Me.ucrChkApplyOnAllLayers.Checked = False - resources.ApplyResources(Me.ucrChkApplyOnAllLayers, "ucrChkApplyOnAllLayers") + Me.ucrChkApplyOnAllLayers.Location = New System.Drawing.Point(5, 254) Me.ucrChkApplyOnAllLayers.Name = "ucrChkApplyOnAllLayers" + Me.ucrChkApplyOnAllLayers.Size = New System.Drawing.Size(230, 23) + Me.ucrChkApplyOnAllLayers.TabIndex = 5 ' 'ucrGeomListWithParameters ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrChkApplyOnAllLayers) Me.Controls.Add(Me.ucrChkIgnoreGlobalAes) Me.Controls.Add(Me.grpAesList) Me.Controls.Add(Me.lblAesList) Me.Controls.Add(Me.ucrGeomWithAesSelector) Me.Name = "ucrGeomListWithParameters" + Me.Size = New System.Drawing.Size(467, 399) Me.Controls.SetChildIndex(Me.ucrGeomWithAesSelector, 0) Me.Controls.SetChildIndex(Me.lblAesList, 0) Me.Controls.SetChildIndex(Me.grpAesList, 0) diff --git a/instat/UcrGeomListWithAes.resx b/instat/UcrGeomListWithAes.resx index 310fabcb0f4..29dcb1b3a35 100644 --- a/instat/UcrGeomListWithAes.resx +++ b/instat/UcrGeomListWithAes.resx @@ -117,802 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 56 - - - - 0, 0, 0, 0 - - - 232, 192 - - - - 3 - - - ucrGeomWithAesSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 256, 69 - - - 0, 13 - - - 6 - - - lblAesList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 97, 25 - - - 0, 0, 0, 0 - - - 106, 26 - - - 1 - - - ucrReceiverParam1 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 19 - - - 97, 51 - - - 0, 0, 0, 0 - - - 106, 26 - - - 3 - - - ucrReceiverParam2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 25 - - - 97, 77 - - - 0, 0, 0, 0 - - - 106, 26 - - - 5 - - - ucrReceiverParam3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 24 - - - 97, 103 - - - 0, 0, 0, 0 - - - 106, 26 - - - 7 - - - ucrReceiverParam4 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 23 - - - 97, 129 - - - 0, 0, 0, 0 - - - 106, 26 - - - 9 - - - ucrReceiverParam5 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 21 - - - True - - - 7, 341 - - - 39, 13 - - - 24 - - - Label3 - - - lblGgParam13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 0 - - - 97, 337 - - - 0, 0, 0, 0 - - - 106, 26 - - - 25 - - - ucrReceiverParam13 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 1 - - - True - - - 7, 315 - - - 39, 13 - - - 22 - - - Label2 - - - lblGgParam12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 2 - - - 97, 311 - - - 0, 0, 0, 0 - - - 106, 26 - - - 23 - - - ucrReceiverParam12 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 3 - - - True - - - 7, 289 - - - 39, 13 - - - 20 - - - Label2 - - - lblGgParam11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 4 - - - 97, 285 - - - 0, 0, 0, 0 - - - 106, 26 - - - 21 - - - ucrReceiverParam11 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 5 - - - True - - - 7, 159 - - - 39, 13 - - - 10 - - - Label2 - - - lblGgParam6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 6 - - - True - - - 7, 263 - - - 39, 13 - - - 18 - - - Label2 - - - lblGgParam10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 7 - - - True - - - 7, 237 - - - 39, 13 - - - 16 - - - Label2 - - - lblGgParam9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 8 - - - True - - - 7, 211 - - - 39, 13 - - - 14 - - - Label2 - - - lblGgParam8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 9 - - - True - - - 7, 185 - - - 39, 13 - - - 12 - - - Label2 - - - lblGgParam7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 10 - - - True - - - 7, 133 - - - 39, 13 - - - 8 - - - Label2 - - - lblGgParam5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 11 - - - True - - - 7, 107 - - - 39, 13 - - - 6 - - - Label2 - - - lblGgParam4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 12 - - - True - - - 7, 81 - - - 39, 13 - - - 4 - - - Label2 - - - lblGgParam3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 13 - - - True - - - 7, 55 - - - 39, 13 - - - 2 - - - Label2 - - - lblGgParam2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 14 - - - True - - - 7, 29 - - - 39, 13 - - - 0 - - - Label1 - - - lblGgParam1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAesList - - - 15 - - - 97, 259 - - - 0, 0, 0, 0 - - - 106, 26 - - - 19 - - - ucrReceiverParam10 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 16 - - - 97, 233 - - - 0, 0, 0, 0 - - - 106, 26 - - - 17 - - - ucrReceiverParam9 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 17 - - - 97, 207 - - - 0, 0, 0, 0 - - - 106, 26 - - - 15 - - - ucrReceiverParam8 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 18 - - - 97, 181 - - - 0, 0, 0, 0 - - - 106, 26 - - - 13 - - - ucrReceiverParam7 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 20 - - - 97, 155 - - - 0, 0, 0, 0 - - - 106, 26 - - - 11 - - - ucrReceiverParam6 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAesList - - - 22 - - - 242, 19 - - - 219, 366 - - - 4 - - - Geom Aesthetics: - - - grpAesList - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 5, 280 - - - 230, 20 - - - 6 - - - ucrChkIgnoreGlobalAes - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 5, 254 - - - 230, 20 - - - 5 - - - ucrChkApplyOnAllLayers - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 467, 399 - - - ucrGeomListWithParameters - - - instat.ucrGeom, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/UcrPanel.Designer.vb b/instat/UcrPanel.Designer.vb index fd77e563e0b..0f722e5f575 100644 --- a/instat/UcrPanel.Designer.vb +++ b/instat/UcrPanel.Designer.vb @@ -35,21 +35,30 @@ Partial Class UcrPanel 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UcrPanel)) Me.pnlRadios = New System.Windows.Forms.Panel() Me.SuspendLayout() ' 'pnlRadios ' - resources.ApplyResources(Me.pnlRadios, "pnlRadios") + Me.pnlRadios.AutoSize = True + Me.pnlRadios.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.pnlRadios.Dock = System.Windows.Forms.DockStyle.Fill + Me.pnlRadios.Location = New System.Drawing.Point(0, 0) Me.pnlRadios.Name = "pnlRadios" + Me.pnlRadios.Size = New System.Drawing.Size(187, 20) + Me.pnlRadios.TabIndex = 0 ' 'UcrPanel ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = False + Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.Controls.Add(Me.pnlRadios) Me.Name = "UcrPanel" + Me.Size = New System.Drawing.Size(187, 20) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/UcrPanel.resx b/instat/UcrPanel.resx index 3285f7c3263..1af7de150c9 100644 --- a/instat/UcrPanel.resx +++ b/instat/UcrPanel.resx @@ -117,49 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 0, 0 - - - - 0 - - - pnlRadios - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - GrowAndShrink - - - 0, 0 - - - UcrPanel - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/dlgFromLibrary.resx b/instat/dlgFromLibrary.resx index d9189e3bdab..68e3f7051ee 100644 --- a/instat/dlgFromLibrary.resx +++ b/instat/dlgFromLibrary.resx @@ -143,6 +143,18 @@ 3 + + Data + + + 142 + + + Description + + + 266 + 10, 79 @@ -164,18 +176,6 @@ 7 - - Data - - - 142 - - - Description - - - 266 - True @@ -297,6 +297,9 @@ True + + GrowAndShrink + 108, 51 @@ -304,7 +307,7 @@ 6, 8, 6, 8 - 137, 21 + 0, 0 4 @@ -324,6 +327,9 @@ None + + GrowAndShrink + 10, 287 @@ -348,9 +354,6 @@ 8 - - True - 59, 2 @@ -375,8 +378,8 @@ 9 - - True + + GrowAndShrink 10, 259 diff --git a/instat/dlgInventoryPlot.designer.vb b/instat/dlgInventoryPlot.designer.vb index 9a0108b0499..035533250cd 100644 --- a/instat/dlgInventoryPlot.designer.vb +++ b/instat/dlgInventoryPlot.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgInventoryPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgInventoryPlot)) Me.lblDate = New System.Windows.Forms.Label() Me.lblStation = New System.Windows.Forms.Label() Me.lblElement = New System.Windows.Forms.Label() @@ -87,61 +86,110 @@ Partial Class dlgInventoryPlot ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(263, 42) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 24 + Me.lblDate.Text = "Date:" ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(263, 200) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(91, 13) + Me.lblStation.TabIndex = 26 + Me.lblStation.Text = "Station (Optional):" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(263, 81) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(59, 13) + Me.lblElement.TabIndex = 25 + Me.lblElement.Text = "Element(s):" ' 'rdoMissing ' - resources.ApplyResources(Me.rdoMissing, "rdoMissing") + Me.rdoMissing.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMissing.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMissing.FlatAppearance.BorderSize = 2 Me.rdoMissing.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMissing.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMissing.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMissing.Location = New System.Drawing.Point(222, 3) Me.rdoMissing.Name = "rdoMissing" + Me.rdoMissing.Size = New System.Drawing.Size(135, 27) + Me.rdoMissing.TabIndex = 1 + Me.rdoMissing.Text = "Missing" + Me.rdoMissing.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMissing.UseVisualStyleBackColor = True ' 'rdoGraph ' - resources.ApplyResources(Me.rdoGraph, "rdoGraph") + Me.rdoGraph.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoGraph.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.rdoGraph.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraph.FlatAppearance.BorderSize = 2 Me.rdoGraph.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraph.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoGraph.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoGraph.Location = New System.Drawing.Point(89, 3) Me.rdoGraph.Name = "rdoGraph" + Me.rdoGraph.Size = New System.Drawing.Size(135, 27) + Me.rdoGraph.TabIndex = 2 + Me.rdoGraph.Text = "Graph" + Me.rdoGraph.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.UseVisualStyleBackColor = True ' 'cmdInventoryPlotOptions ' - resources.ApplyResources(Me.cmdInventoryPlotOptions, "cmdInventoryPlotOptions") + Me.cmdInventoryPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdInventoryPlotOptions.Location = New System.Drawing.Point(7, 215) Me.cmdInventoryPlotOptions.Name = "cmdInventoryPlotOptions" + Me.cmdInventoryPlotOptions.Size = New System.Drawing.Size(121, 23) + Me.cmdInventoryPlotOptions.TabIndex = 50 + Me.cmdInventoryPlotOptions.Text = "Inventory Plot Options" Me.cmdInventoryPlotOptions.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Enabled = False + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(7, 240) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(121, 23) + Me.cmdOptions.TabIndex = 51 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'rdoElementOrder ' - resources.ApplyResources(Me.rdoElementOrder, "rdoElementOrder") + Me.rdoElementOrder.AutoSize = True + Me.rdoElementOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoElementOrder.Location = New System.Drawing.Point(248, 38) Me.rdoElementOrder.Name = "rdoElementOrder" + Me.rdoElementOrder.Size = New System.Drawing.Size(92, 17) + Me.rdoElementOrder.TabIndex = 13 Me.rdoElementOrder.TabStop = True + Me.rdoElementOrder.Text = "Element Order" Me.rdoElementOrder.UseVisualStyleBackColor = True ' 'rdoDateOrder ' - resources.ApplyResources(Me.rdoDateOrder, "rdoDateOrder") + Me.rdoDateOrder.AutoSize = True + Me.rdoDateOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDateOrder.Location = New System.Drawing.Point(125, 38) Me.rdoDateOrder.Name = "rdoDateOrder" + Me.rdoDateOrder.Size = New System.Drawing.Size(77, 17) + Me.rdoDateOrder.TabIndex = 12 Me.rdoDateOrder.TabStop = True + Me.rdoDateOrder.Text = "Date Order" Me.rdoDateOrder.UseVisualStyleBackColor = True ' 'grpOptions @@ -153,38 +201,56 @@ Partial Class dlgInventoryPlot Me.grpOptions.Controls.Add(Me.ucrChkDetails) Me.grpOptions.Controls.Add(Me.ucrPnlOrder) Me.grpOptions.Controls.Add(Me.ucrChkSummary) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(7, 254) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(376, 60) + Me.grpOptions.TabIndex = 52 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Summary Options" ' 'ucrChkOmitStart ' + Me.ucrChkOmitStart.AutoSize = True Me.ucrChkOmitStart.Checked = False - resources.ApplyResources(Me.ucrChkOmitStart, "ucrChkOmitStart") + Me.ucrChkOmitStart.Location = New System.Drawing.Point(126, 16) Me.ucrChkOmitStart.Name = "ucrChkOmitStart" + Me.ucrChkOmitStart.Size = New System.Drawing.Size(119, 23) + Me.ucrChkOmitStart.TabIndex = 39 ' 'ucrChkOmitEnd ' + Me.ucrChkOmitEnd.AutoSize = True Me.ucrChkOmitEnd.Checked = False - resources.ApplyResources(Me.ucrChkOmitEnd, "ucrChkOmitEnd") + Me.ucrChkOmitEnd.Location = New System.Drawing.Point(248, 16) Me.ucrChkOmitEnd.Name = "ucrChkOmitEnd" + Me.ucrChkOmitEnd.Size = New System.Drawing.Size(127, 23) + Me.ucrChkOmitEnd.TabIndex = 10 ' 'ucrChkDetails ' + Me.ucrChkDetails.AutoSize = True Me.ucrChkDetails.Checked = False - resources.ApplyResources(Me.ucrChkDetails, "ucrChkDetails") + Me.ucrChkDetails.Location = New System.Drawing.Point(6, 38) Me.ucrChkDetails.Name = "ucrChkDetails" + Me.ucrChkDetails.Size = New System.Drawing.Size(100, 23) + Me.ucrChkDetails.TabIndex = 11 ' 'ucrPnlOrder ' - resources.ApplyResources(Me.ucrPnlOrder, "ucrPnlOrder") + Me.ucrPnlOrder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOrder.Location = New System.Drawing.Point(124, 36) Me.ucrPnlOrder.Name = "ucrPnlOrder" + Me.ucrPnlOrder.Size = New System.Drawing.Size(238, 20) + Me.ucrPnlOrder.TabIndex = 38 ' 'ucrChkSummary ' + Me.ucrChkSummary.AutoSize = True Me.ucrChkSummary.Checked = False - resources.ApplyResources(Me.ucrChkSummary, "ucrChkSummary") + Me.ucrChkSummary.Location = New System.Drawing.Point(6, 16) Me.ucrChkSummary.Name = "ucrChkSummary" + Me.ucrChkSummary.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSummary.TabIndex = 16 ' 'grpDetailsOptions ' @@ -195,177 +261,276 @@ Partial Class dlgInventoryPlot Me.grpDetailsOptions.Controls.Add(Me.ucrChkHour) Me.grpDetailsOptions.Controls.Add(Me.ucrChkYear) Me.grpDetailsOptions.Controls.Add(Me.ucrChkDay) - resources.ApplyResources(Me.grpDetailsOptions, "grpDetailsOptions") + Me.grpDetailsOptions.Location = New System.Drawing.Point(7, 316) Me.grpDetailsOptions.Name = "grpDetailsOptions" + Me.grpDetailsOptions.Size = New System.Drawing.Size(376, 114) + Me.grpDetailsOptions.TabIndex = 53 Me.grpDetailsOptions.TabStop = False + Me.grpDetailsOptions.Text = "Details Options" ' 'ucrChkMinute ' + Me.ucrChkMinute.AutoSize = True Me.ucrChkMinute.Checked = False - resources.ApplyResources(Me.ucrChkMinute, "ucrChkMinute") + Me.ucrChkMinute.Enabled = False + Me.ucrChkMinute.Location = New System.Drawing.Point(248, 36) Me.ucrChkMinute.Name = "ucrChkMinute" + Me.ucrChkMinute.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMinute.TabIndex = 18 ' 'ucrSaveDetails ' - resources.ApplyResources(Me.ucrSaveDetails, "ucrSaveDetails") + Me.ucrSaveDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDetails.Location = New System.Drawing.Point(6, 86) + Me.ucrSaveDetails.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDetails.Name = "ucrSaveDetails" + Me.ucrSaveDetails.Size = New System.Drawing.Size(262, 21) + Me.ucrSaveDetails.TabIndex = 20 ' 'ucrChkSecond ' + Me.ucrChkSecond.AutoSize = True Me.ucrChkSecond.Checked = False - resources.ApplyResources(Me.ucrChkSecond, "ucrChkSecond") + Me.ucrChkSecond.Enabled = False + Me.ucrChkSecond.Location = New System.Drawing.Point(248, 62) Me.ucrChkSecond.Name = "ucrChkSecond" + Me.ucrChkSecond.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSecond.TabIndex = 19 ' 'ucrChkMonth ' + Me.ucrChkMonth.AutoSize = True Me.ucrChkMonth.Checked = False - resources.ApplyResources(Me.ucrChkMonth, "ucrChkMonth") + Me.ucrChkMonth.Location = New System.Drawing.Point(126, 36) Me.ucrChkMonth.Name = "ucrChkMonth" + Me.ucrChkMonth.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMonth.TabIndex = 15 ' 'ucrChkHour ' + Me.ucrChkHour.AutoSize = True Me.ucrChkHour.Checked = False - resources.ApplyResources(Me.ucrChkHour, "ucrChkHour") + Me.ucrChkHour.Enabled = False + Me.ucrChkHour.Location = New System.Drawing.Point(248, 12) Me.ucrChkHour.Name = "ucrChkHour" + Me.ucrChkHour.Size = New System.Drawing.Size(100, 23) + Me.ucrChkHour.TabIndex = 17 ' 'ucrChkYear ' + Me.ucrChkYear.AutoSize = True Me.ucrChkYear.Checked = False - resources.ApplyResources(Me.ucrChkYear, "ucrChkYear") + Me.ucrChkYear.Location = New System.Drawing.Point(126, 12) Me.ucrChkYear.Name = "ucrChkYear" + Me.ucrChkYear.Size = New System.Drawing.Size(100, 23) + Me.ucrChkYear.TabIndex = 14 ' 'ucrChkDay ' + Me.ucrChkDay.AutoSize = True Me.ucrChkDay.Checked = False - resources.ApplyResources(Me.ucrChkDay, "ucrChkDay") + Me.ucrChkDay.Location = New System.Drawing.Point(126, 62) Me.ucrChkDay.Name = "ucrChkDay" + Me.ucrChkDay.Size = New System.Drawing.Size(100, 23) + Me.ucrChkDay.TabIndex = 16 ' 'lblGraphTitle ' - resources.ApplyResources(Me.lblGraphTitle, "lblGraphTitle") + Me.lblGraphTitle.AutoSize = True + Me.lblGraphTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGraphTitle.Location = New System.Drawing.Point(14, 384) Me.lblGraphTitle.Name = "lblGraphTitle" + Me.lblGraphTitle.Size = New System.Drawing.Size(62, 13) + Me.lblGraphTitle.TabIndex = 62 + Me.lblGraphTitle.Text = "Graph Title:" ' 'grpPlotType ' Me.grpPlotType.Controls.Add(Me.rdoyear_doy_plot) Me.grpPlotType.Controls.Add(Me.rdoDatePlot) Me.grpPlotType.Controls.Add(Me.ucrPnlPlotType) - resources.ApplyResources(Me.grpPlotType, "grpPlotType") + Me.grpPlotType.Location = New System.Drawing.Point(7, 269) Me.grpPlotType.Name = "grpPlotType" + Me.grpPlotType.Size = New System.Drawing.Size(245, 53) + Me.grpPlotType.TabIndex = 57 Me.grpPlotType.TabStop = False + Me.grpPlotType.Text = "Plot Type" ' 'rdoyear_doy_plot ' - resources.ApplyResources(Me.rdoyear_doy_plot, "rdoyear_doy_plot") + Me.rdoyear_doy_plot.AutoSize = True + Me.rdoyear_doy_plot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoyear_doy_plot.Location = New System.Drawing.Point(131, 21) Me.rdoyear_doy_plot.Name = "rdoyear_doy_plot" + Me.rdoyear_doy_plot.Size = New System.Drawing.Size(100, 17) + Me.rdoyear_doy_plot.TabIndex = 2 Me.rdoyear_doy_plot.TabStop = True + Me.rdoyear_doy_plot.Text = "Year - DOY Plot" Me.rdoyear_doy_plot.UseVisualStyleBackColor = True ' 'rdoDatePlot ' - resources.ApplyResources(Me.rdoDatePlot, "rdoDatePlot") + Me.rdoDatePlot.AutoSize = True + Me.rdoDatePlot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDatePlot.Location = New System.Drawing.Point(7, 21) Me.rdoDatePlot.Name = "rdoDatePlot" + Me.rdoDatePlot.Size = New System.Drawing.Size(69, 17) + Me.rdoDatePlot.TabIndex = 1 Me.rdoDatePlot.TabStop = True + Me.rdoDatePlot.Text = "Date Plot" Me.rdoDatePlot.UseVisualStyleBackColor = True ' 'ucrPnlPlotType ' - resources.ApplyResources(Me.ucrPnlPlotType, "ucrPnlPlotType") + Me.ucrPnlPlotType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlotType.Location = New System.Drawing.Point(6, 13) Me.ucrPnlPlotType.Name = "ucrPnlPlotType" + Me.ucrPnlPlotType.Size = New System.Drawing.Size(236, 33) + Me.ucrPnlPlotType.TabIndex = 0 ' 'lblFacetBy ' - resources.ApplyResources(Me.lblFacetBy, "lblFacetBy") + Me.lblFacetBy.AutoSize = True + Me.lblFacetBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFacetBy.Location = New System.Drawing.Point(254, 292) Me.lblFacetBy.Name = "lblFacetBy" + Me.lblFacetBy.Size = New System.Drawing.Size(52, 13) + Me.lblFacetBy.TabIndex = 54 + Me.lblFacetBy.Text = "Facet By:" ' 'ucrChkDisplayRainDays ' + Me.ucrChkDisplayRainDays.AutoSize = True Me.ucrChkDisplayRainDays.Checked = False - resources.ApplyResources(Me.ucrChkDisplayRainDays, "ucrChkDisplayRainDays") + Me.ucrChkDisplayRainDays.Location = New System.Drawing.Point(14, 354) Me.ucrChkDisplayRainDays.Name = "ucrChkDisplayRainDays" + Me.ucrChkDisplayRainDays.Size = New System.Drawing.Size(151, 23) + Me.ucrChkDisplayRainDays.TabIndex = 61 ' 'ucrInputFacetBy ' Me.ucrInputFacetBy.AddQuotesIfUnrecognised = True + Me.ucrInputFacetBy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFacetBy.GetSetSelectedIndex = -1 Me.ucrInputFacetBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFacetBy, "ucrInputFacetBy") + Me.ucrInputFacetBy.Location = New System.Drawing.Point(318, 288) Me.ucrInputFacetBy.Name = "ucrInputFacetBy" + Me.ucrInputFacetBy.Size = New System.Drawing.Size(109, 21) + Me.ucrInputFacetBy.TabIndex = 55 ' 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTitle, "ucrInputTitle") + Me.ucrInputTitle.Location = New System.Drawing.Point(121, 381) Me.ucrInputTitle.Name = "ucrInputTitle" + Me.ucrInputTitle.Size = New System.Drawing.Size(204, 21) + Me.ucrInputTitle.TabIndex = 59 ' 'ucrChkShowNonMissing ' + Me.ucrChkShowNonMissing.AutoSize = True Me.ucrChkShowNonMissing.Checked = False - resources.ApplyResources(Me.ucrChkShowNonMissing, "ucrChkShowNonMissing") + Me.ucrChkShowNonMissing.Location = New System.Drawing.Point(171, 328) Me.ucrChkShowNonMissing.Name = "ucrChkShowNonMissing" + Me.ucrChkShowNonMissing.Size = New System.Drawing.Size(151, 23) + Me.ucrChkShowNonMissing.TabIndex = 56 + Me.ucrChkShowNonMissing.Visible = False ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(14, 407) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveGraph.TabIndex = 60 ' 'ucrChkFlipCoordinates ' + Me.ucrChkFlipCoordinates.AutoSize = True Me.ucrChkFlipCoordinates.Checked = False - resources.ApplyResources(Me.ucrChkFlipCoordinates, "ucrChkFlipCoordinates") + Me.ucrChkFlipCoordinates.Location = New System.Drawing.Point(14, 328) Me.ucrChkFlipCoordinates.Name = "ucrChkFlipCoordinates" + Me.ucrChkFlipCoordinates.Size = New System.Drawing.Size(224, 23) + Me.ucrChkFlipCoordinates.TabIndex = 58 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(84, 1) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) + Me.ucrPnlOptions.TabIndex = 23 ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(263, 57) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 4 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverElements ' + Me.ucrReceiverElements.AutoSize = True Me.ucrReceiverElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElements, "ucrReceiverElements") + Me.ucrReceiverElements.Location = New System.Drawing.Point(263, 96) + Me.ucrReceiverElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElements.Name = "ucrReceiverElements" Me.ucrReceiverElements.Selector = Nothing + Me.ucrReceiverElements.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverElements.strNcFilePath = "" + Me.ucrReceiverElements.TabIndex = 5 Me.ucrReceiverElements.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(263, 215) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 46 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrInventoryPlotSelector ' + Me.ucrInventoryPlotSelector.AutoSize = True Me.ucrInventoryPlotSelector.bDropUnusedFilterLevels = False Me.ucrInventoryPlotSelector.bShowHiddenColumns = False Me.ucrInventoryPlotSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrInventoryPlotSelector, "ucrInventoryPlotSelector") + Me.ucrInventoryPlotSelector.Location = New System.Drawing.Point(7, 32) + Me.ucrInventoryPlotSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrInventoryPlotSelector.Name = "ucrInventoryPlotSelector" + Me.ucrInventoryPlotSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrInventoryPlotSelector.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 435) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 20 ' 'dlgInventoryPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(448, 489) Me.Controls.Add(Me.lblGraphTitle) Me.Controls.Add(Me.ucrChkDisplayRainDays) Me.Controls.Add(Me.grpPlotType) @@ -394,10 +559,13 @@ Partial Class dlgInventoryPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgInventoryPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Inventory_Plot" + Me.Text = "Inventory" Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.grpDetailsOptions.ResumeLayout(False) + Me.grpDetailsOptions.PerformLayout() Me.grpPlotType.ResumeLayout(False) Me.grpPlotType.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgInventoryPlot.resx b/instat/dlgInventoryPlot.resx index fb145878a43..29dcb1b3a35 100644 --- a/instat/dlgInventoryPlot.resx +++ b/instat/dlgInventoryPlot.resx @@ -117,1063 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 263, 42 - - - 33, 13 - - - 24 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 263, 200 - - - 91, 13 - - - 26 - - - Station (Optional): - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 263, 81 - - - 59, 13 - - - 25 - - - Element(s): - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - Button - - - Flat - - - NoControl - - - 222, 3 - - - 135, 27 - - - 1 - - - Missing - - - MiddleCenter - - - rdoMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - None - - - Flat - - - NoControl - - - 89, 3 - - - 135, 27 - - - 2 - - - Graph - - - MiddleCenter - - - rdoGraph - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - NoControl - - - 7, 215 - - - 121, 23 - - - 50 - - - Inventory Plot Options - - - cmdInventoryPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - False - - - NoControl - - - 7, 240 - - - 121, 23 - - - 51 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 248, 38 - - - 92, 17 - - - 13 - - - Element Order - - - rdoElementOrder - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - True - - - NoControl - - - 125, 38 - - - 77, 17 - - - 12 - - - Date Order - - - rdoDateOrder - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 3 - - - 126, 16 - - - 119, 15 - - - 39 - - - ucrChkOmitStart - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 248, 16 - - - 127, 15 - - - 10 - - - ucrChkOmitEnd - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 6, 38 - - - 100, 17 - - - 11 - - - ucrChkDetails - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - 124, 36 - - - 238, 20 - - - 38 - - - ucrPnlOrder - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 5 - - - 6, 16 - - - 100, 17 - - - 16 - - - ucrChkSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 6 - - - 7, 254 - - - 376, 60 - - - 52 - - - Summary Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - False - - - 248, 36 - - - 100, 17 - - - 18 - - - ucrChkMinute - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 0 - - - 6, 86 - - - 4, 5, 4, 5 - - - 262, 21 - - - 20 - - - ucrSaveDetails - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 1 - - - False - - - 248, 62 - - - 100, 17 - - - 19 - - - ucrChkSecond - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 2 - - - 126, 36 - - - 100, 17 - - - 15 - - - ucrChkMonth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 3 - - - False - - - 248, 12 - - - 100, 17 - - - 17 - - - ucrChkHour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 4 - - - 126, 12 - - - 100, 17 - - - 14 - - - ucrChkYear - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 5 - - - 126, 62 - - - 100, 17 - - - 16 - - - ucrChkDay - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDetailsOptions - - - 6 - - - 7, 316 - - - 376, 114 - - - 53 - - - Details Options - - - grpDetailsOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 14, 384 - - - 62, 13 - - - 62 - - - Graph Title: - - - lblGraphTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 131, 21 - - - 100, 17 - - - 2 - - - Year - DOY Plot - - - rdoyear_doy_plot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlotType - - - 0 - - - True - - - NoControl - - - 7, 21 - - - 69, 17 - - - 1 - - - Date Plot - - - rdoDatePlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlotType - - - 1 - - - 6, 13 - - - 236, 33 - - - 0 - - - ucrPnlPlotType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotType - - - 2 - - - 7, 269 - - - 245, 53 - - - 57 - - - Plot Type - - - grpPlotType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 254, 292 - - - 52, 13 - - - 54 - - - Facet By: - - - lblFacetBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 14, 354 - - - 151, 20 - - - 61 - - - ucrChkDisplayRainDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 318, 288 - - - 109, 21 - - - 55 - - - ucrInputFacetBy - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 121, 381 - - - 204, 21 - - - 59 - - - ucrInputTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 171, 328 - - - 151, 20 - - - 56 - - - False - - - ucrChkShowNonMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 14, 407 - - - 4, 5, 4, 5 - - - 320, 24 - - - 60 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 14, 328 - - - 224, 20 - - - 58 - - - ucrChkFlipCoordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 84, 1 - - - 278, 35 - - - 23 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 6, 13 - - - True - - - 434, 489 - - - 263, 96 - - - 0, 0, 0, 0 - - - 120, 100 - - - 5 - - - ucrReceiverElements - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 263, 215 - - - 0, 0, 0, 0 - - - 120, 20 - - - 46 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 7, 32 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrInventoryPlotSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - True - - - 7, 435 - - - 410, 53 - - - 20 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - CenterScreen - - - Inventory - - - dlgInventoryPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 263, 57 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - \ No newline at end of file diff --git a/instat/ucrDataFrame.Designer.vb b/instat/ucrDataFrame.Designer.vb index a35b83b6702..df5c66b84f0 100644 --- a/instat/ucrDataFrame.Designer.vb +++ b/instat/ucrDataFrame.Designer.vb @@ -39,7 +39,6 @@ Partial Class ucrDataFrame _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDataFrame)) Me.cboAvailableDataFrames = New System.Windows.Forms.ComboBox() Me.mnuRightClick = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.mnuRightClickCopy = New System.Windows.Forms.ToolStripMenuItem() @@ -52,38 +51,47 @@ Partial Class ucrDataFrame ' Me.cboAvailableDataFrames.ContextMenuStrip = Me.mnuRightClick Me.cboAvailableDataFrames.FormattingEnabled = True - resources.ApplyResources(Me.cboAvailableDataFrames, "cboAvailableDataFrames") + Me.cboAvailableDataFrames.Location = New System.Drawing.Point(0, 19) Me.cboAvailableDataFrames.Name = "cboAvailableDataFrames" + Me.cboAvailableDataFrames.Size = New System.Drawing.Size(148, 21) + Me.cboAvailableDataFrames.TabIndex = 0 ' 'mnuRightClick ' Me.mnuRightClick.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuRightClickCopy, Me.mnuRightClickSetData}) Me.mnuRightClick.Name = "mnuRightClick" - resources.ApplyResources(Me.mnuRightClick, "mnuRightClick") + Me.mnuRightClick.Size = New System.Drawing.Size(163, 48) ' 'mnuRightClickCopy ' Me.mnuRightClickCopy.Name = "mnuRightClickCopy" - resources.ApplyResources(Me.mnuRightClickCopy, "mnuRightClickCopy") + Me.mnuRightClickCopy.Size = New System.Drawing.Size(162, 22) + Me.mnuRightClickCopy.Text = "Copy" ' 'mnuRightClickSetData ' Me.mnuRightClickSetData.Name = "mnuRightClickSetData" - resources.ApplyResources(Me.mnuRightClickSetData, "mnuRightClickSetData") + Me.mnuRightClickSetData.Size = New System.Drawing.Size(162, 22) + Me.mnuRightClickSetData.Text = "View Data Frame" ' 'lblDataFrame ' - resources.ApplyResources(Me.lblDataFrame, "lblDataFrame") + Me.lblDataFrame.Location = New System.Drawing.Point(0, 3) Me.lblDataFrame.Name = "lblDataFrame" + Me.lblDataFrame.Size = New System.Drawing.Size(65, 13) + Me.lblDataFrame.TabIndex = 1 Me.lblDataFrame.Tag = "Data_Frame:" + Me.lblDataFrame.Text = "Data Frame:" ' 'ucrDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.lblDataFrame) Me.Controls.Add(Me.cboAvailableDataFrames) + Me.Margin = New System.Windows.Forms.Padding(0) Me.Name = "ucrDataFrame" + Me.Size = New System.Drawing.Size(151, 50) Me.mnuRightClick.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/ucrDataFrame.resx b/instat/ucrDataFrame.resx index d57e789f6c3..cd0d1b8c444 100644 --- a/instat/ucrDataFrame.resx +++ b/instat/ucrDataFrame.resx @@ -120,106 +120,4 @@ 17, 17 - - - 162, 22 - - - Copy - - - 162, 22 - - - View Data Frame - - - 163, 48 - - - mnuRightClick - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 19 - - - 148, 21 - - - - 0 - - - cboAvailableDataFrames - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 0, 3 - - - 65, 13 - - - 1 - - - Data Frame: - - - lblDataFrame - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - - 0, 0, 0, 0 - - - 151, 50 - - - mnuRightClickCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuRightClickSetData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrDataFrame - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrGeom.designer.vb b/instat/ucrGeom.designer.vb index 9b801b0a274..53ee96c00e0 100644 --- a/instat/ucrGeom.designer.vb +++ b/instat/ucrGeom.designer.vb @@ -38,31 +38,39 @@ Partial Class ucrGeom 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrGeom)) Me.lblTypeofLayer = New System.Windows.Forms.Label() Me.ucrInputGeoms = New instat.ucrInputComboBox() Me.SuspendLayout() ' 'lblTypeofLayer ' - resources.ApplyResources(Me.lblTypeofLayer, "lblTypeofLayer") + Me.lblTypeofLayer.AutoSize = True + Me.lblTypeofLayer.Location = New System.Drawing.Point(4, 4) Me.lblTypeofLayer.Name = "lblTypeofLayer" + Me.lblTypeofLayer.Size = New System.Drawing.Size(112, 13) + Me.lblTypeofLayer.TabIndex = 1 + Me.lblTypeofLayer.Text = "Type of Layer (Geom):" + Me.lblTypeofLayer.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'ucrInputGeoms ' Me.ucrInputGeoms.AddQuotesIfUnrecognised = True + Me.ucrInputGeoms.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputGeoms.GetSetSelectedIndex = -1 Me.ucrInputGeoms.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGeoms, "ucrInputGeoms") + Me.ucrInputGeoms.Location = New System.Drawing.Point(7, 22) Me.ucrInputGeoms.Name = "ucrInputGeoms" + Me.ucrInputGeoms.Size = New System.Drawing.Size(151, 21) + Me.ucrInputGeoms.TabIndex = 2 ' 'ucrGeom ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrInputGeoms) Me.Controls.Add(Me.lblTypeofLayer) Me.Name = "ucrGeom" + Me.Size = New System.Drawing.Size(168, 50) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrGeom.resx b/instat/ucrGeom.resx index dd43503634b..29dcb1b3a35 100644 --- a/instat/ucrGeom.resx +++ b/instat/ucrGeom.resx @@ -117,75 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 4, 4 - - - 112, 13 - - - 1 - - - Type of Layer (Geom): - - - TopCenter - - - lblTypeofLayer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 7, 22 - - - 151, 21 - - - 2 - - - ucrInputGeoms - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 168, 50 - - - ucrGeom - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrGridUnit.Designer.vb b/instat/ucrGridUnit.Designer.vb index 658ab76e1e7..ba472be3d78 100644 --- a/instat/ucrGridUnit.Designer.vb +++ b/instat/ucrGridUnit.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrGridUnit 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrGridUnit)) Me.grpUnits = New System.Windows.Forms.GroupBox() Me.lblVector = New System.Windows.Forms.Label() Me.lblUnits = New System.Windows.Forms.Label() @@ -59,61 +58,91 @@ Partial Class ucrGridUnit Me.grpUnits.Controls.Add(Me.ucrInputVector) Me.grpUnits.Controls.Add(Me.ucrInputUnits) Me.grpUnits.Controls.Add(Me.ucrChkUnits) - resources.ApplyResources(Me.grpUnits, "grpUnits") + Me.grpUnits.Location = New System.Drawing.Point(3, 0) Me.grpUnits.Name = "grpUnits" + Me.grpUnits.Size = New System.Drawing.Size(254, 119) + Me.grpUnits.TabIndex = 0 Me.grpUnits.TabStop = False + Me.grpUnits.Text = "Units" ' 'lblVector ' - resources.ApplyResources(Me.lblVector, "lblVector") + Me.lblVector.AutoSize = True + Me.lblVector.Location = New System.Drawing.Point(6, 47) Me.lblVector.Name = "lblVector" + Me.lblVector.Size = New System.Drawing.Size(74, 13) + Me.lblVector.TabIndex = 1 + Me.lblVector.Text = "Value(Vector):" ' 'lblUnits ' - resources.ApplyResources(Me.lblUnits, "lblUnits") + Me.lblUnits.AutoSize = True + Me.lblUnits.Location = New System.Drawing.Point(6, 71) Me.lblUnits.Name = "lblUnits" + Me.lblUnits.Size = New System.Drawing.Size(34, 13) + Me.lblUnits.TabIndex = 3 + Me.lblUnits.Text = "Units:" ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.Location = New System.Drawing.Point(6, 96) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(81, 13) + Me.lblData.TabIndex = 5 + Me.lblData.Text = "Data (Optional):" ' 'ucrInputData ' Me.ucrInputData.AddQuotesIfUnrecognised = True + Me.ucrInputData.AutoSize = True Me.ucrInputData.IsMultiline = False Me.ucrInputData.IsReadOnly = False - resources.ApplyResources(Me.ucrInputData, "ucrInputData") + Me.ucrInputData.Location = New System.Drawing.Point(126, 92) Me.ucrInputData.Name = "ucrInputData" + Me.ucrInputData.Size = New System.Drawing.Size(124, 23) + Me.ucrInputData.TabIndex = 6 ' 'ucrInputVector ' Me.ucrInputVector.AddQuotesIfUnrecognised = True + Me.ucrInputVector.AutoSize = True Me.ucrInputVector.IsMultiline = False Me.ucrInputVector.IsReadOnly = False - resources.ApplyResources(Me.ucrInputVector, "ucrInputVector") + Me.ucrInputVector.Location = New System.Drawing.Point(126, 43) Me.ucrInputVector.Name = "ucrInputVector" + Me.ucrInputVector.Size = New System.Drawing.Size(124, 23) + Me.ucrInputVector.TabIndex = 2 ' 'ucrInputUnits ' Me.ucrInputUnits.AddQuotesIfUnrecognised = True + Me.ucrInputUnits.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputUnits.GetSetSelectedIndex = -1 Me.ucrInputUnits.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUnits, "ucrInputUnits") + Me.ucrInputUnits.Location = New System.Drawing.Point(126, 68) + Me.ucrInputUnits.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputUnits.Name = "ucrInputUnits" + Me.ucrInputUnits.Size = New System.Drawing.Size(124, 21) + Me.ucrInputUnits.TabIndex = 4 ' 'ucrChkUnits ' + Me.ucrChkUnits.AutoSize = True Me.ucrChkUnits.Checked = False - resources.ApplyResources(Me.ucrChkUnits, "ucrChkUnits") + Me.ucrChkUnits.Location = New System.Drawing.Point(8, 19) Me.ucrChkUnits.Name = "ucrChkUnits" + Me.ucrChkUnits.Size = New System.Drawing.Size(100, 23) + Me.ucrChkUnits.TabIndex = 0 ' 'ucrGridUnit ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.grpUnits) Me.Name = "ucrGridUnit" + Me.Size = New System.Drawing.Size(260, 123) Me.grpUnits.ResumeLayout(False) Me.grpUnits.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/ucrGridUnit.resx b/instat/ucrGridUnit.resx index 041d05199f9..29dcb1b3a35 100644 --- a/instat/ucrGridUnit.resx +++ b/instat/ucrGridUnit.resx @@ -117,217 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 6, 47 - - - 74, 13 - - - 1 - - - Value(Vector): - - - lblVector - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpUnits - - - 0 - - - True - - - 6, 71 - - - 34, 13 - - - 3 - - - Units: - - - lblUnits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpUnits - - - 1 - - - True - - - 6, 96 - - - 81, 13 - - - 5 - - - Data (Optional): - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpUnits - - - 2 - - - 126, 92 - - - 124, 23 - - - 6 - - - ucrInputData - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpUnits - - - 3 - - - 126, 43 - - - 124, 23 - - - 2 - - - ucrInputVector - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpUnits - - - 4 - - - 126, 68 - - - - 21, 17, 21, 17 - - - 124, 21 - - - 4 - - - ucrInputUnits - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpUnits - - - 5 - - - 8, 19 - - - 100, 20 - - - 0 - - - ucrChkUnits - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpUnits - - - 6 - - - 3, 0 - - - 254, 119 - - - 0 - - - Units - - - grpUnits - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 260, 123 - - - ucrGridUnit - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrInput.Designer.vb b/instat/ucrInput.Designer.vb index c1d0480d55d..54db67d4b5d 100644 --- a/instat/ucrInput.Designer.vb +++ b/instat/ucrInput.Designer.vb @@ -38,14 +38,14 @@ Partial Class ucrInput 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrInput)) Me.SuspendLayout() ' 'ucrInput ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Name = "ucrInput" + Me.Size = New System.Drawing.Size(142, 29) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrInput.resx b/instat/ucrInput.resx index e2a87887756..1af7de150c9 100644 --- a/instat/ucrInput.resx +++ b/instat/ucrInput.resx @@ -117,24 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 142, 29 - - - ucrInput - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrInputComboBox.Designer.vb b/instat/ucrInputComboBox.Designer.vb index fbb76398a10..91b848d8b9c 100644 --- a/instat/ucrInputComboBox.Designer.vb +++ b/instat/ucrInputComboBox.Designer.vb @@ -39,7 +39,6 @@ Partial Class ucrInputComboBox _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrInputComboBox)) Me.cboInput = New System.Windows.Forms.ComboBox() Me.mnuRightClick = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.mnuRightClickCopy = New System.Windows.Forms.ToolStripMenuItem() @@ -49,27 +48,34 @@ Partial Class ucrInputComboBox 'cboInput ' Me.cboInput.ContextMenuStrip = Me.mnuRightClick - resources.ApplyResources(Me.cboInput, "cboInput") + Me.cboInput.Dock = System.Windows.Forms.DockStyle.Fill Me.cboInput.FormattingEnabled = True + Me.cboInput.Location = New System.Drawing.Point(0, 0) Me.cboInput.Name = "cboInput" + Me.cboInput.Size = New System.Drawing.Size(137, 21) + Me.cboInput.TabIndex = 0 ' 'mnuRightClick ' Me.mnuRightClick.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuRightClickCopy}) Me.mnuRightClick.Name = "mnuRightClick" - resources.ApplyResources(Me.mnuRightClick, "mnuRightClick") + Me.mnuRightClick.Size = New System.Drawing.Size(103, 26) ' 'mnuRightClickCopy ' Me.mnuRightClickCopy.Name = "mnuRightClickCopy" - resources.ApplyResources(Me.mnuRightClickCopy, "mnuRightClickCopy") + Me.mnuRightClickCopy.Size = New System.Drawing.Size(102, 22) + Me.mnuRightClickCopy.Text = "Copy" ' 'ucrInputComboBox ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = False + Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.Controls.Add(Me.cboInput) Me.Name = "ucrInputComboBox" + Me.Size = New System.Drawing.Size(137, 21) Me.mnuRightClick.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/ucrInputComboBox.resx b/instat/ucrInputComboBox.resx index 368336a83de..cd0d1b8c444 100644 --- a/instat/ucrInputComboBox.resx +++ b/instat/ucrInputComboBox.resx @@ -120,73 +120,4 @@ 17, 17 - - - 103, 26 - - - mnuRightClick - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Fill - - - 0, 0 - - - 137, 21 - - - - 0 - - - cboInput - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 102, 22 - - - Copy - - - True - - - 6, 13 - - - False - - - GrowAndShrink - - - 137, 21 - - - mnuRightClickCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrInputComboBox - - - instat.ucrInput, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrInputConfidenceLimit.Designer.vb b/instat/ucrInputConfidenceLimit.Designer.vb index 1d945433c28..ad9c7628fe7 100644 --- a/instat/ucrInputConfidenceLimit.Designer.vb +++ b/instat/ucrInputConfidenceLimit.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrInputConfidenceLimit 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrInputConfidenceLimit)) Me.ucrConfidenceLimit = New instat.ucrInputComboBox() Me.lblConfidenceLimit = New System.Windows.Forms.Label() Me.SuspendLayout() @@ -46,23 +45,32 @@ Partial Class ucrInputConfidenceLimit 'ucrConfidenceLimit ' Me.ucrConfidenceLimit.AddQuotesIfUnrecognised = True + Me.ucrConfidenceLimit.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrConfidenceLimit.GetSetSelectedIndex = -1 Me.ucrConfidenceLimit.IsReadOnly = False - resources.ApplyResources(Me.ucrConfidenceLimit, "ucrConfidenceLimit") + Me.ucrConfidenceLimit.Location = New System.Drawing.Point(94, 0) Me.ucrConfidenceLimit.Name = "ucrConfidenceLimit" + Me.ucrConfidenceLimit.Size = New System.Drawing.Size(56, 24) + Me.ucrConfidenceLimit.TabIndex = 0 ' 'lblConfidenceLimit ' - resources.ApplyResources(Me.lblConfidenceLimit, "lblConfidenceLimit") + Me.lblConfidenceLimit.AutoSize = True + Me.lblConfidenceLimit.Location = New System.Drawing.Point(3, 3) Me.lblConfidenceLimit.Name = "lblConfidenceLimit" + Me.lblConfidenceLimit.Size = New System.Drawing.Size(88, 13) + Me.lblConfidenceLimit.TabIndex = 1 + Me.lblConfidenceLimit.Text = "Confidence Limit:" ' 'ucrInputConfidenceLimit ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.lblConfidenceLimit) Me.Controls.Add(Me.ucrConfidenceLimit) Me.Name = "ucrInputConfidenceLimit" + Me.Size = New System.Drawing.Size(154, 27) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrInputConfidenceLimit.resx b/instat/ucrInputConfidenceLimit.resx index 9cd7b03d466..1af7de150c9 100644 --- a/instat/ucrInputConfidenceLimit.resx +++ b/instat/ucrInputConfidenceLimit.resx @@ -117,72 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 94, 0 - - - 56, 24 - - - - 0 - - - ucrConfidenceLimit - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 3, 3 - - - 88, 13 - - - 1 - - - Confidence Limit: - - - lblConfidenceLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 154, 27 - - - ucrInputConfidenceLimit - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrInputFactorLevels.Designer.vb b/instat/ucrInputFactorLevels.Designer.vb index ded35cd07a0..776d9ce529c 100644 --- a/instat/ucrInputFactorLevels.Designer.vb +++ b/instat/ucrInputFactorLevels.Designer.vb @@ -26,10 +26,11 @@ Partial Class ucrInputFactorLevels ' 'ucrInputFactorLevels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Name = "ucrInputFactorLevels" + Me.Size = New System.Drawing.Size(0, 0) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrInputTextBox.Designer.vb b/instat/ucrInputTextBox.Designer.vb index 348023ba659..1e1d0324ab0 100644 --- a/instat/ucrInputTextBox.Designer.vb +++ b/instat/ucrInputTextBox.Designer.vb @@ -39,7 +39,6 @@ Partial Class ucrInputTextBox _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrInputTextBox)) Me.txtInput = New System.Windows.Forms.TextBox() Me.mnuRightClick = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.mnuRightClickCopy = New System.Windows.Forms.ToolStripMenuItem() @@ -49,26 +48,31 @@ Partial Class ucrInputTextBox 'txtInput ' Me.txtInput.ContextMenuStrip = Me.mnuRightClick - resources.ApplyResources(Me.txtInput, "txtInput") + Me.txtInput.Dock = System.Windows.Forms.DockStyle.Fill + Me.txtInput.Location = New System.Drawing.Point(0, 0) Me.txtInput.Name = "txtInput" + Me.txtInput.Size = New System.Drawing.Size(137, 20) + Me.txtInput.TabIndex = 0 ' 'mnuRightClick ' Me.mnuRightClick.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuRightClickCopy}) Me.mnuRightClick.Name = "mnuRightClick" - resources.ApplyResources(Me.mnuRightClick, "mnuRightClick") + Me.mnuRightClick.Size = New System.Drawing.Size(103, 26) ' 'mnuRightClickCopy ' Me.mnuRightClickCopy.Name = "mnuRightClickCopy" - resources.ApplyResources(Me.mnuRightClickCopy, "mnuRightClickCopy") + Me.mnuRightClickCopy.Size = New System.Drawing.Size(102, 22) + Me.mnuRightClickCopy.Text = "Copy" ' 'ucrInputTextBox ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.txtInput) Me.Name = "ucrInputTextBox" + Me.Size = New System.Drawing.Size(137, 21) Me.mnuRightClick.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrInputTextBox.resx b/instat/ucrInputTextBox.resx index a199e7f57ad..cd0d1b8c444 100644 --- a/instat/ucrInputTextBox.resx +++ b/instat/ucrInputTextBox.resx @@ -120,70 +120,4 @@ 17, 17 - - - 102, 22 - - - Copy - - - 103, 26 - - - mnuRightClick - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Fill - - - 0, 0 - - - 137, 20 - - - - 0 - - - txtInput - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 137, 21 - - - mnuRightClickCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrInputTextBox - - - instat.ucrInput, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrLayerParameters.Designer.vb b/instat/ucrLayerParameters.Designer.vb index 0583187cce6..0b995dff681 100644 --- a/instat/ucrLayerParameters.Designer.vb +++ b/instat/ucrLayerParameters.Designer.vb @@ -35,7 +35,6 @@ Partial Class ucrLayerParameters 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrLayerParameters)) Me.UcrLayerParamsControls1 = New instat.ucrLayerParamsControls() Me.UcrLayerParamsControls2 = New instat.ucrLayerParamsControls() Me.UcrLayerParamsControls3 = New instat.ucrLayerParamsControls() @@ -57,92 +56,144 @@ Partial Class ucrLayerParameters ' 'UcrLayerParamsControls1 ' - resources.ApplyResources(Me.UcrLayerParamsControls1, "UcrLayerParamsControls1") + Me.UcrLayerParamsControls1.AutoSize = True + Me.UcrLayerParamsControls1.Location = New System.Drawing.Point(6, 49) Me.UcrLayerParamsControls1.Name = "UcrLayerParamsControls1" + Me.UcrLayerParamsControls1.Size = New System.Drawing.Size(338, 28) + Me.UcrLayerParamsControls1.TabIndex = 2 ' 'UcrLayerParamsControls2 ' - resources.ApplyResources(Me.UcrLayerParamsControls2, "UcrLayerParamsControls2") + Me.UcrLayerParamsControls2.AutoSize = True + Me.UcrLayerParamsControls2.Location = New System.Drawing.Point(6, 75) Me.UcrLayerParamsControls2.Name = "UcrLayerParamsControls2" + Me.UcrLayerParamsControls2.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls2.TabIndex = 3 ' 'UcrLayerParamsControls3 ' - resources.ApplyResources(Me.UcrLayerParamsControls3, "UcrLayerParamsControls3") + Me.UcrLayerParamsControls3.AutoSize = True + Me.UcrLayerParamsControls3.Location = New System.Drawing.Point(6, 100) Me.UcrLayerParamsControls3.Name = "UcrLayerParamsControls3" + Me.UcrLayerParamsControls3.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls3.TabIndex = 4 ' 'UcrLayerParamsControls4 ' - resources.ApplyResources(Me.UcrLayerParamsControls4, "UcrLayerParamsControls4") + Me.UcrLayerParamsControls4.AutoSize = True + Me.UcrLayerParamsControls4.Location = New System.Drawing.Point(6, 125) Me.UcrLayerParamsControls4.Name = "UcrLayerParamsControls4" + Me.UcrLayerParamsControls4.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls4.TabIndex = 5 ' 'UcrLayerParamsControls5 ' - resources.ApplyResources(Me.UcrLayerParamsControls5, "UcrLayerParamsControls5") + Me.UcrLayerParamsControls5.AutoSize = True + Me.UcrLayerParamsControls5.Location = New System.Drawing.Point(6, 150) Me.UcrLayerParamsControls5.Name = "UcrLayerParamsControls5" + Me.UcrLayerParamsControls5.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls5.TabIndex = 6 ' 'UcrLayerParamsControls6 ' - resources.ApplyResources(Me.UcrLayerParamsControls6, "UcrLayerParamsControls6") + Me.UcrLayerParamsControls6.AutoSize = True + Me.UcrLayerParamsControls6.Location = New System.Drawing.Point(6, 175) Me.UcrLayerParamsControls6.Name = "UcrLayerParamsControls6" + Me.UcrLayerParamsControls6.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls6.TabIndex = 7 ' 'UcrLayerParamsControls7 ' - resources.ApplyResources(Me.UcrLayerParamsControls7, "UcrLayerParamsControls7") + Me.UcrLayerParamsControls7.AutoSize = True + Me.UcrLayerParamsControls7.Location = New System.Drawing.Point(6, 200) Me.UcrLayerParamsControls7.Name = "UcrLayerParamsControls7" + Me.UcrLayerParamsControls7.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls7.TabIndex = 8 ' 'UcrLayerParamsControls8 ' - resources.ApplyResources(Me.UcrLayerParamsControls8, "UcrLayerParamsControls8") + Me.UcrLayerParamsControls8.AutoSize = True + Me.UcrLayerParamsControls8.Location = New System.Drawing.Point(6, 225) Me.UcrLayerParamsControls8.Name = "UcrLayerParamsControls8" + Me.UcrLayerParamsControls8.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls8.TabIndex = 9 ' 'UcrLayerParamsControls9 ' - resources.ApplyResources(Me.UcrLayerParamsControls9, "UcrLayerParamsControls9") + Me.UcrLayerParamsControls9.AutoSize = True + Me.UcrLayerParamsControls9.Location = New System.Drawing.Point(6, 250) Me.UcrLayerParamsControls9.Name = "UcrLayerParamsControls9" + Me.UcrLayerParamsControls9.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls9.TabIndex = 10 ' 'UcrLayerParamsControls10 ' - resources.ApplyResources(Me.UcrLayerParamsControls10, "UcrLayerParamsControls10") + Me.UcrLayerParamsControls10.AutoSize = True + Me.UcrLayerParamsControls10.Location = New System.Drawing.Point(6, 275) Me.UcrLayerParamsControls10.Name = "UcrLayerParamsControls10" + Me.UcrLayerParamsControls10.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls10.TabIndex = 11 ' 'UcrLayerParamsControls11 ' - resources.ApplyResources(Me.UcrLayerParamsControls11, "UcrLayerParamsControls11") + Me.UcrLayerParamsControls11.AutoSize = True + Me.UcrLayerParamsControls11.Location = New System.Drawing.Point(6, 300) Me.UcrLayerParamsControls11.Name = "UcrLayerParamsControls11" + Me.UcrLayerParamsControls11.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls11.TabIndex = 12 ' 'UcrLayerParamsControls12 ' - resources.ApplyResources(Me.UcrLayerParamsControls12, "UcrLayerParamsControls12") + Me.UcrLayerParamsControls12.AutoSize = True + Me.UcrLayerParamsControls12.Location = New System.Drawing.Point(6, 325) Me.UcrLayerParamsControls12.Name = "UcrLayerParamsControls12" + Me.UcrLayerParamsControls12.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls12.TabIndex = 13 ' 'UcrLayerParamsControls13 ' - resources.ApplyResources(Me.UcrLayerParamsControls13, "UcrLayerParamsControls13") + Me.UcrLayerParamsControls13.AutoSize = True + Me.UcrLayerParamsControls13.Location = New System.Drawing.Point(6, 350) Me.UcrLayerParamsControls13.Name = "UcrLayerParamsControls13" + Me.UcrLayerParamsControls13.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls13.TabIndex = 14 ' 'UcrLayerParamsControls17 ' - resources.ApplyResources(Me.UcrLayerParamsControls17, "UcrLayerParamsControls17") + Me.UcrLayerParamsControls17.AutoSize = True + Me.UcrLayerParamsControls17.Location = New System.Drawing.Point(6, 450) Me.UcrLayerParamsControls17.Name = "UcrLayerParamsControls17" + Me.UcrLayerParamsControls17.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls17.TabIndex = 18 ' 'UcrLayerParamsControls16 ' - resources.ApplyResources(Me.UcrLayerParamsControls16, "UcrLayerParamsControls16") + Me.UcrLayerParamsControls16.AutoSize = True + Me.UcrLayerParamsControls16.Location = New System.Drawing.Point(6, 425) Me.UcrLayerParamsControls16.Name = "UcrLayerParamsControls16" + Me.UcrLayerParamsControls16.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls16.TabIndex = 17 ' 'UcrLayerParamsControls15 ' - resources.ApplyResources(Me.UcrLayerParamsControls15, "UcrLayerParamsControls15") + Me.UcrLayerParamsControls15.AutoSize = True + Me.UcrLayerParamsControls15.Location = New System.Drawing.Point(6, 400) Me.UcrLayerParamsControls15.Name = "UcrLayerParamsControls15" + Me.UcrLayerParamsControls15.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls15.TabIndex = 16 ' 'UcrLayerParamsControls14 ' - resources.ApplyResources(Me.UcrLayerParamsControls14, "UcrLayerParamsControls14") + Me.UcrLayerParamsControls14.AutoSize = True + Me.UcrLayerParamsControls14.Location = New System.Drawing.Point(6, 375) Me.UcrLayerParamsControls14.Name = "UcrLayerParamsControls14" + Me.UcrLayerParamsControls14.Size = New System.Drawing.Size(290, 28) + Me.UcrLayerParamsControls14.TabIndex = 15 ' 'ucrLayerParameters ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.UcrLayerParamsControls17) Me.Controls.Add(Me.UcrLayerParamsControls16) Me.Controls.Add(Me.UcrLayerParamsControls15) @@ -161,6 +212,7 @@ Partial Class ucrLayerParameters Me.Controls.Add(Me.UcrLayerParamsControls2) Me.Controls.Add(Me.UcrLayerParamsControls1) Me.Name = "ucrLayerParameters" + Me.Size = New System.Drawing.Size(347, 481) Me.Controls.SetChildIndex(Me.UcrLayerParamsControls1, 0) Me.Controls.SetChildIndex(Me.UcrLayerParamsControls2, 0) Me.Controls.SetChildIndex(Me.UcrLayerParamsControls3, 0) diff --git a/instat/ucrLayerParameters.resx b/instat/ucrLayerParameters.resx index b8b23a01232..29dcb1b3a35 100644 --- a/instat/ucrLayerParameters.resx +++ b/instat/ucrLayerParameters.resx @@ -117,381 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 6, 49 - - - 338, 28 - - - - 2 - - - UcrLayerParamsControls1 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 6, 75 - - - 290, 25 - - - 3 - - - UcrLayerParamsControls2 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 6, 100 - - - 290, 25 - - - 4 - - - UcrLayerParamsControls3 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 6, 125 - - - 290, 25 - - - 5 - - - UcrLayerParamsControls4 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 6, 150 - - - 290, 25 - - - 6 - - - UcrLayerParamsControls5 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 6, 175 - - - 290, 25 - - - 7 - - - UcrLayerParamsControls6 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 6, 200 - - - 290, 25 - - - 8 - - - UcrLayerParamsControls7 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 6, 225 - - - 290, 25 - - - 9 - - - UcrLayerParamsControls8 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 6, 250 - - - 290, 25 - - - 10 - - - UcrLayerParamsControls9 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 6, 275 - - - 290, 25 - - - 11 - - - UcrLayerParamsControls10 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 6, 300 - - - 290, 25 - - - 12 - - - UcrLayerParamsControls11 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 6, 325 - - - 290, 25 - - - 13 - - - UcrLayerParamsControls12 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 6, 350 - - - 290, 25 - - - 14 - - - UcrLayerParamsControls13 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 6, 450 - - - 290, 25 - - - 18 - - - UcrLayerParamsControls17 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 6, 425 - - - 290, 25 - - - 17 - - - UcrLayerParamsControls16 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 6, 400 - - - 290, 25 - - - 16 - - - UcrLayerParamsControls15 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 6, 375 - - - 290, 25 - - - 15 - - - UcrLayerParamsControls14 - - - instat.ucrLayerParamsControls, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 347, 481 - - - ucrLayerParameters - - - instat.ucrGeom, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrLayerParamsControls.Designer.vb b/instat/ucrLayerParamsControls.Designer.vb index 74aa1ee68c4..02a9928aea7 100644 --- a/instat/ucrLayerParamsControls.Designer.vb +++ b/instat/ucrLayerParamsControls.Designer.vb @@ -38,30 +38,38 @@ Partial Class ucrLayerParamsControls 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrLayerParamsControls)) Me.ucrReceiverMetadataProperty = New instat.ucrReceiverMetadataProperty() Me.ucrChkParamName = New instat.ucrCheck() Me.SuspendLayout() ' 'ucrReceiverMetadataProperty ' - resources.ApplyResources(Me.ucrReceiverMetadataProperty, "ucrReceiverMetadataProperty") + Me.ucrReceiverMetadataProperty.AutoSize = True + Me.ucrReceiverMetadataProperty.Location = New System.Drawing.Point(101, 2) Me.ucrReceiverMetadataProperty.Name = "ucrReceiverMetadataProperty" + Me.ucrReceiverMetadataProperty.Size = New System.Drawing.Size(161, 23) + Me.ucrReceiverMetadataProperty.TabIndex = 1 ' 'ucrChkParamName ' + Me.ucrChkParamName.AutoSize = True Me.ucrChkParamName.Checked = False - resources.ApplyResources(Me.ucrChkParamName, "ucrChkParamName") + Me.ucrChkParamName.Dock = System.Windows.Forms.DockStyle.Left + Me.ucrChkParamName.Location = New System.Drawing.Point(0, 0) Me.ucrChkParamName.Name = "ucrChkParamName" + Me.ucrChkParamName.Size = New System.Drawing.Size(100, 28) + Me.ucrChkParamName.TabIndex = 0 ' 'ucrLayerParamsControls ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrChkParamName) Me.Controls.Add(Me.ucrReceiverMetadataProperty) Me.Name = "ucrLayerParamsControls" + Me.Size = New System.Drawing.Size(265, 28) Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents ucrReceiverMetadataProperty As ucrReceiverMetadataProperty diff --git a/instat/ucrLayerParamsControls.resx b/instat/ucrLayerParamsControls.resx index 3f960d9eb44..29dcb1b3a35 100644 --- a/instat/ucrLayerParamsControls.resx +++ b/instat/ucrLayerParamsControls.resx @@ -117,70 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 101, 2 - - - 161, 23 - - - - 1 - - - ucrReceiverMetadataProperty - - - instat.ucrReceiverMetadataProperty, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - - Left - - - 0, 0 - - - 100, 28 - - - 0 - - - ucrChkParamName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 265, 28 - - - ucrLayerParamsControls - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrLog.Designer.vb b/instat/ucrLog.Designer.vb index a8a0e54fd45..0f3ad10961b 100644 --- a/instat/ucrLog.Designer.vb +++ b/instat/ucrLog.Designer.vb @@ -170,8 +170,8 @@ Partial Class ucrLog ' 'ucrLog ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.tlpTableContainer) Me.Name = "ucrLog" diff --git a/instat/ucrMultipleInput.Designer.vb b/instat/ucrMultipleInput.Designer.vb index 65df318c6fd..a9c2c677b7f 100644 --- a/instat/ucrMultipleInput.Designer.vb +++ b/instat/ucrMultipleInput.Designer.vb @@ -38,21 +38,23 @@ Partial Class ucrMultipleInput 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrMultipleInput)) Me.txtNumericItems = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'txtNumericItems ' - resources.ApplyResources(Me.txtNumericItems, "txtNumericItems") + Me.txtNumericItems.Location = New System.Drawing.Point(4, 4) Me.txtNumericItems.Name = "txtNumericItems" + Me.txtNumericItems.Size = New System.Drawing.Size(143, 20) + Me.txtNumericItems.TabIndex = 0 ' 'ucrMultipleInput ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.txtNumericItems) Me.Name = "ucrMultipleInput" + Me.Size = New System.Drawing.Size(150, 29) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrMultipleInput.resx b/instat/ucrMultipleInput.resx index 9b157444218..1af7de150c9 100644 --- a/instat/ucrMultipleInput.resx +++ b/instat/ucrMultipleInput.resx @@ -117,45 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 4, 4 - - - 143, 20 - - - - 0 - - - txtNumericItems - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 150, 29 - - - ucrMultipleInput - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrNewColumnName.Designer.vb b/instat/ucrNewColumnName.Designer.vb index cb34ed35dd9..5a80287a662 100644 --- a/instat/ucrNewColumnName.Designer.vb +++ b/instat/ucrNewColumnName.Designer.vb @@ -38,30 +38,37 @@ Partial Class ucrNewColumnName 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrNewColumnName)) Me.lblColumnName = New System.Windows.Forms.Label() Me.cboColumnName = New System.Windows.Forms.ComboBox() Me.SuspendLayout() ' 'lblColumnName ' - resources.ApplyResources(Me.lblColumnName, "lblColumnName") + Me.lblColumnName.AutoSize = True + Me.lblColumnName.Location = New System.Drawing.Point(3, 10) Me.lblColumnName.Name = "lblColumnName" + Me.lblColumnName.Size = New System.Drawing.Size(101, 13) + Me.lblColumnName.TabIndex = 0 Me.lblColumnName.Tag = "new_column_name:" + Me.lblColumnName.Text = "New Column Name:" ' 'cboColumnName ' Me.cboColumnName.FormattingEnabled = True - resources.ApplyResources(Me.cboColumnName, "cboColumnName") + Me.cboColumnName.Location = New System.Drawing.Point(107, 7) Me.cboColumnName.Name = "cboColumnName" + Me.cboColumnName.Size = New System.Drawing.Size(257, 21) + Me.cboColumnName.TabIndex = 1 ' 'ucrNewColumnName ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.cboColumnName) Me.Controls.Add(Me.lblColumnName) Me.Name = "ucrNewColumnName" + Me.Size = New System.Drawing.Size(367, 35) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrNewColumnName.resx b/instat/ucrNewColumnName.resx index 3cc9e025e30..1af7de150c9 100644 --- a/instat/ucrNewColumnName.resx +++ b/instat/ucrNewColumnName.resx @@ -117,72 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 3, 10 - - - 101, 13 - - - 0 - - - New Column Name: - - - lblColumnName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 107, 7 - - - 257, 21 - - - 1 - - - cboColumnName - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 367, 35 - - - ucrNewColumnName - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrNud.Designer.vb b/instat/ucrNud.Designer.vb index 11b8f074cc0..a03c0f0bc78 100644 --- a/instat/ucrNud.Designer.vb +++ b/instat/ucrNud.Designer.vb @@ -38,22 +38,25 @@ Partial Class ucrNud 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrNud)) Me.nudUpDown = New System.Windows.Forms.NumericUpDown() CType(Me.nudUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'nudUpDown ' - resources.ApplyResources(Me.nudUpDown, "nudUpDown") + Me.nudUpDown.Dock = System.Windows.Forms.DockStyle.Fill + Me.nudUpDown.Location = New System.Drawing.Point(0, 0) Me.nudUpDown.Name = "nudUpDown" + Me.nudUpDown.Size = New System.Drawing.Size(50, 20) + Me.nudUpDown.TabIndex = 0 ' 'ucrNud ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.nudUpDown) Me.Name = "ucrNud" + Me.Size = New System.Drawing.Size(50, 20) CType(Me.nudUpDown, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) diff --git a/instat/ucrNud.resx b/instat/ucrNud.resx index f4ba80fc689..1af7de150c9 100644 --- a/instat/ucrNud.resx +++ b/instat/ucrNud.resx @@ -117,49 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 50, 20 - - - - 0 - - - nudUpDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 50, 20 - - - ucrNud - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrOutputWindow.Designer.vb b/instat/ucrOutputWindow.Designer.vb index 5e7a57e0df6..47b9afece92 100644 --- a/instat/ucrOutputWindow.Designer.vb +++ b/instat/ucrOutputWindow.Designer.vb @@ -84,8 +84,8 @@ Partial Class ucrOutputWindow ' 'ucrOutputWindow ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.tlpTableContainer) Me.Name = "ucrOutputWindow" diff --git a/instat/ucrRadio.Designer.vb b/instat/ucrRadio.Designer.vb index a1d6af061c6..c4ed2708068 100644 --- a/instat/ucrRadio.Designer.vb +++ b/instat/ucrRadio.Designer.vb @@ -38,23 +38,27 @@ Partial Class ucrRadio 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrRadio)) Me.rdoRadio = New System.Windows.Forms.RadioButton() Me.SuspendLayout() ' 'rdoRadio ' - resources.ApplyResources(Me.rdoRadio, "rdoRadio") + Me.rdoRadio.Dock = System.Windows.Forms.DockStyle.Fill + Me.rdoRadio.Location = New System.Drawing.Point(0, 0) Me.rdoRadio.Name = "rdoRadio" + Me.rdoRadio.Size = New System.Drawing.Size(100, 20) + Me.rdoRadio.TabIndex = 0 Me.rdoRadio.TabStop = True + Me.rdoRadio.Text = "RadioButton1" Me.rdoRadio.UseVisualStyleBackColor = True ' 'ucrRadio ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.rdoRadio) Me.Name = "ucrRadio" + Me.Size = New System.Drawing.Size(100, 20) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrRadio.resx b/instat/ucrRadio.resx index 591d20dd767..1af7de150c9 100644 --- a/instat/ucrRadio.resx +++ b/instat/ucrRadio.resx @@ -117,52 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 100, 20 - - - - 0 - - - RadioButton1 - - - rdoRadio - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 100, 20 - - - ucrRadio - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiver.Designer.vb b/instat/ucrReceiver.Designer.vb index 976a2ee5afe..f575753e1cd 100644 --- a/instat/ucrReceiver.Designer.vb +++ b/instat/ucrReceiver.Designer.vb @@ -38,13 +38,12 @@ Partial Class ucrReceiver 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReceiver)) Me.SuspendLayout() ' 'ucrReceiver ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Name = "ucrReceiver" Me.ResumeLayout(False) diff --git a/instat/ucrReceiver.resx b/instat/ucrReceiver.resx index a9430482722..1af7de150c9 100644 --- a/instat/ucrReceiver.resx +++ b/instat/ucrReceiver.resx @@ -117,21 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - ucrReceiver - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiverExpression.Designer.vb b/instat/ucrReceiverExpression.Designer.vb index cb6b59c1986..05c331f7d16 100644 --- a/instat/ucrReceiverExpression.Designer.vb +++ b/instat/ucrReceiverExpression.Designer.vb @@ -38,22 +38,25 @@ Partial Class ucrReceiverExpression 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReceiverExpression)) Me.cboExpression = New System.Windows.Forms.ComboBox() Me.SuspendLayout() ' 'cboExpression ' - resources.ApplyResources(Me.cboExpression, "cboExpression") + Me.cboExpression.Dock = System.Windows.Forms.DockStyle.Fill Me.cboExpression.FormattingEnabled = True + Me.cboExpression.Location = New System.Drawing.Point(0, 0) Me.cboExpression.Name = "cboExpression" + Me.cboExpression.Size = New System.Drawing.Size(250, 21) + Me.cboExpression.TabIndex = 0 ' 'ucrReceiverExpression ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.cboExpression) Me.Name = "ucrReceiverExpression" + Me.Size = New System.Drawing.Size(250, 20) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrReceiverExpression.resx b/instat/ucrReceiverExpression.resx index 299e6c53545..1af7de150c9 100644 --- a/instat/ucrReceiverExpression.resx +++ b/instat/ucrReceiverExpression.resx @@ -117,49 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 250, 21 - - - - 0 - - - cboExpression - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 250, 20 - - - ucrReceiverExpression - - - instat.ucrReceiver, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiverMetadataProperty.Designer.vb b/instat/ucrReceiverMetadataProperty.Designer.vb index 50f8d64c9bd..e9d34601e4d 100644 --- a/instat/ucrReceiverMetadataProperty.Designer.vb +++ b/instat/ucrReceiverMetadataProperty.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrReceiverMetadataProperty 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReceiverMetadataProperty)) Me.ucrInputTextValue = New instat.ucrInputTextBox() Me.ucrInputCboParamValue = New instat.ucrInputComboBox() Me.ucrColor = New instat.ucrColors() @@ -48,47 +47,65 @@ Partial Class ucrReceiverMetadataProperty 'ucrInputTextValue ' Me.ucrInputTextValue.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrInputTextValue, "ucrInputTextValue") + Me.ucrInputTextValue.AutoSize = True + Me.ucrInputTextValue.Dock = System.Windows.Forms.DockStyle.Fill Me.ucrInputTextValue.IsMultiline = False Me.ucrInputTextValue.IsReadOnly = False + Me.ucrInputTextValue.Location = New System.Drawing.Point(0, 0) Me.ucrInputTextValue.Name = "ucrInputTextValue" + Me.ucrInputTextValue.Size = New System.Drawing.Size(140, 22) + Me.ucrInputTextValue.TabIndex = 11 ' 'ucrInputCboParamValue ' Me.ucrInputCboParamValue.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrInputCboParamValue, "ucrInputCboParamValue") + Me.ucrInputCboParamValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputCboParamValue.Dock = System.Windows.Forms.DockStyle.Fill Me.ucrInputCboParamValue.GetSetSelectedIndex = -1 Me.ucrInputCboParamValue.IsReadOnly = False + Me.ucrInputCboParamValue.Location = New System.Drawing.Point(0, 0) Me.ucrInputCboParamValue.Name = "ucrInputCboParamValue" + Me.ucrInputCboParamValue.Size = New System.Drawing.Size(140, 22) + Me.ucrInputCboParamValue.TabIndex = 10 ' 'ucrColor ' Me.ucrColor.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrColor, "ucrColor") + Me.ucrColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrColor.Dock = System.Windows.Forms.DockStyle.Fill Me.ucrColor.GetSetSelectedIndex = -1 Me.ucrColor.IsReadOnly = False + Me.ucrColor.Location = New System.Drawing.Point(0, 0) Me.ucrColor.Name = "ucrColor" + Me.ucrColor.Size = New System.Drawing.Size(140, 22) + Me.ucrColor.TabIndex = 9 ' 'ucrNudParamValue ' + Me.ucrNudParamValue.AutoSize = True Me.ucrNudParamValue.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudParamValue, "ucrNudParamValue") + Me.ucrNudParamValue.Dock = System.Windows.Forms.DockStyle.Left Me.ucrNudParamValue.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + Me.ucrNudParamValue.Location = New System.Drawing.Point(0, 0) Me.ucrNudParamValue.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudParamValue.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudParamValue.Name = "ucrNudParamValue" + Me.ucrNudParamValue.Size = New System.Drawing.Size(0, 22) + Me.ucrNudParamValue.TabIndex = 12 Me.ucrNudParamValue.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrReceiverMetadataProperty ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrNudParamValue) Me.Controls.Add(Me.ucrInputTextValue) Me.Controls.Add(Me.ucrInputCboParamValue) Me.Controls.Add(Me.ucrColor) Me.Name = "ucrReceiverMetadataProperty" + Me.Size = New System.Drawing.Size(140, 22) Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents ucrColor As ucrColors diff --git a/instat/ucrReceiverMetadataProperty.resx b/instat/ucrReceiverMetadataProperty.resx index 012084842f0..29dcb1b3a35 100644 --- a/instat/ucrReceiverMetadataProperty.resx +++ b/instat/ucrReceiverMetadataProperty.resx @@ -117,121 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 140, 22 - - - - 11 - - - ucrInputTextValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - Fill - - - 0, 0 - - - 140, 22 - - - 10 - - - ucrInputCboParamValue - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - Fill - - - 0, 0 - - - 140, 22 - - - 9 - - - ucrColor - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - Left - - - 0, 0 - - - 50, 22 - - - 12 - - - ucrNudParamValue - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 140, 22 - - - ucrReceiverMetadataProperty - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiverMultiple.designer.vb b/instat/ucrReceiverMultiple.designer.vb index acb4a4a0543..720a84c19b5 100644 --- a/instat/ucrReceiverMultiple.designer.vb +++ b/instat/ucrReceiverMultiple.designer.vb @@ -36,7 +36,6 @@ Partial Class ucrReceiverMultiple Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReceiverMultiple)) Me.lstSelectedVariables = New System.Windows.Forms.ListView() Me.MenuStripDelete = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.RemoveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -48,13 +47,16 @@ Partial Class ucrReceiverMultiple ' Me.lstSelectedVariables.Activation = System.Windows.Forms.ItemActivation.TwoClick Me.lstSelectedVariables.ContextMenuStrip = Me.MenuStripDelete - resources.ApplyResources(Me.lstSelectedVariables, "lstSelectedVariables") + Me.lstSelectedVariables.Dock = System.Windows.Forms.DockStyle.Fill Me.lstSelectedVariables.FullRowSelect = True Me.lstSelectedVariables.GridLines = True Me.lstSelectedVariables.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.lstSelectedVariables.HideSelection = False + Me.lstSelectedVariables.Location = New System.Drawing.Point(0, 0) Me.lstSelectedVariables.Name = "lstSelectedVariables" Me.lstSelectedVariables.ShowItemToolTips = True + Me.lstSelectedVariables.Size = New System.Drawing.Size(120, 100) + Me.lstSelectedVariables.TabIndex = 1 Me.lstSelectedVariables.UseCompatibleStateImageBehavior = False Me.lstSelectedVariables.View = System.Windows.Forms.View.Details ' @@ -62,24 +64,29 @@ Partial Class ucrReceiverMultiple ' Me.MenuStripDelete.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RemoveToolStripMenuItem, Me.ClearToolStripMenuItem}) Me.MenuStripDelete.Name = "ContextMenuStrip1" - resources.ApplyResources(Me.MenuStripDelete, "MenuStripDelete") + Me.MenuStripDelete.Size = New System.Drawing.Size(118, 48) ' 'RemoveToolStripMenuItem ' Me.RemoveToolStripMenuItem.Name = "RemoveToolStripMenuItem" - resources.ApplyResources(Me.RemoveToolStripMenuItem, "RemoveToolStripMenuItem") + Me.RemoveToolStripMenuItem.Size = New System.Drawing.Size(117, 22) Me.RemoveToolStripMenuItem.Tag = "remove" + Me.RemoveToolStripMenuItem.Text = "Remove" ' 'ClearToolStripMenuItem ' Me.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem" - resources.ApplyResources(Me.ClearToolStripMenuItem, "ClearToolStripMenuItem") + Me.ClearToolStripMenuItem.Size = New System.Drawing.Size(117, 22) + Me.ClearToolStripMenuItem.Text = "Clear" ' 'ucrReceiverMultiple ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.lstSelectedVariables) + Me.Margin = New System.Windows.Forms.Padding(0) Me.Name = "ucrReceiverMultiple" + Me.Size = New System.Drawing.Size(120, 100) Me.MenuStripDelete.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/ucrReceiverMultiple.resx b/instat/ucrReceiverMultiple.resx index 36542a30bd5..2e7872358e1 100644 --- a/instat/ucrReceiverMultiple.resx +++ b/instat/ucrReceiverMultiple.resx @@ -120,85 +120,4 @@ 17, 17 - - - 117, 22 - - - Remove - - - 117, 22 - - - Clear - - - 118, 48 - - - MenuStripDelete - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Fill - - - 0, 0 - - - 120, 100 - - - - 1 - - - lstSelectedVariables - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 0, 0, 0, 0 - - - 120, 100 - - - RemoveToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ClearToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrReceiverMultiple - - - instat.ucrReceiver, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiverSingle.designer.vb b/instat/ucrReceiverSingle.designer.vb index f92e978e606..4614f1ff726 100644 --- a/instat/ucrReceiverSingle.designer.vb +++ b/instat/ucrReceiverSingle.designer.vb @@ -36,7 +36,6 @@ Partial Class ucrReceiverSingle _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReceiverSingle)) Me.txtReceiverSingle = New System.Windows.Forms.TextBox() Me.mnuRightClick = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.mnuRightClickRemove = New System.Windows.Forms.ToolStripMenuItem() @@ -47,32 +46,40 @@ Partial Class ucrReceiverSingle 'txtReceiverSingle ' Me.txtReceiverSingle.ContextMenuStrip = Me.mnuRightClick - resources.ApplyResources(Me.txtReceiverSingle, "txtReceiverSingle") + Me.txtReceiverSingle.Dock = System.Windows.Forms.DockStyle.Fill + Me.txtReceiverSingle.Location = New System.Drawing.Point(0, 0) Me.txtReceiverSingle.Name = "txtReceiverSingle" Me.txtReceiverSingle.ReadOnly = True + Me.txtReceiverSingle.Size = New System.Drawing.Size(120, 20) + Me.txtReceiverSingle.TabIndex = 0 ' 'mnuRightClick ' Me.mnuRightClick.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuRightClickRemove, Me.mnuRightClickCopy}) Me.mnuRightClick.Name = "SelectionMenuStrip" - resources.ApplyResources(Me.mnuRightClick, "mnuRightClick") + Me.mnuRightClick.Size = New System.Drawing.Size(118, 48) ' 'mnuRightClickRemove ' Me.mnuRightClickRemove.Name = "mnuRightClickRemove" - resources.ApplyResources(Me.mnuRightClickRemove, "mnuRightClickRemove") + Me.mnuRightClickRemove.Size = New System.Drawing.Size(117, 22) Me.mnuRightClickRemove.Tag = "remove" + Me.mnuRightClickRemove.Text = "Remove" ' 'mnuRightClickCopy ' Me.mnuRightClickCopy.Name = "mnuRightClickCopy" - resources.ApplyResources(Me.mnuRightClickCopy, "mnuRightClickCopy") + Me.mnuRightClickCopy.Size = New System.Drawing.Size(117, 22) + Me.mnuRightClickCopy.Text = "Copy" ' 'ucrReceiverSingle ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.txtReceiverSingle) + Me.Margin = New System.Windows.Forms.Padding(0) Me.Name = "ucrReceiverSingle" + Me.Size = New System.Drawing.Size(120, 20) Me.mnuRightClick.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrReceiverSingle.resx b/instat/ucrReceiverSingle.resx index de57a68330a..cd0d1b8c444 100644 --- a/instat/ucrReceiverSingle.resx +++ b/instat/ucrReceiverSingle.resx @@ -120,85 +120,4 @@ 17, 17 - - - 117, 22 - - - Remove - - - 117, 22 - - - Copy - - - 118, 48 - - - mnuRightClick - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Fill - - - 0, 0 - - - 120, 20 - - - - 0 - - - txtReceiverSingle - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 0, 0, 0, 0 - - - 120, 20 - - - mnuRightClickRemove - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuRightClickCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrReceiverSingle - - - instat.ucrReceiver, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrReceiverSingleNew.Designer.vb b/instat/ucrReceiverSingleNew.Designer.vb index bec05ad3d52..a15a805dda5 100644 --- a/instat/ucrReceiverSingleNew.Designer.vb +++ b/instat/ucrReceiverSingleNew.Designer.vb @@ -26,8 +26,8 @@ Partial Class ucrReceiverSingleNew ' 'ucrReceiverSingleNew ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Name = "ucrReceiverSingleNew" Me.ResumeLayout(False) diff --git a/instat/ucrReorder.Designer.vb b/instat/ucrReorder.Designer.vb index 2c50de8d4b9..74b815efba5 100644 --- a/instat/ucrReorder.Designer.vb +++ b/instat/ucrReorder.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrReorder 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrReorder)) Me.cmdTop = New System.Windows.Forms.Button() Me.cmdUp = New System.Windows.Forms.Button() Me.cmdDown = New System.Windows.Forms.Button() @@ -48,51 +47,68 @@ Partial Class ucrReorder ' 'cmdTop ' - resources.ApplyResources(Me.cmdTop, "cmdTop") + Me.cmdTop.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.cmdTop.Image = Global.instat.My.Resources.Resources.arrows_top + Me.cmdTop.Location = New System.Drawing.Point(164, 47) Me.cmdTop.Name = "cmdTop" + Me.cmdTop.Size = New System.Drawing.Size(32, 22) + Me.cmdTop.TabIndex = 0 Me.cmdTop.UseVisualStyleBackColor = True ' 'cmdUp ' - resources.ApplyResources(Me.cmdUp, "cmdUp") + Me.cmdUp.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.cmdUp.Image = Global.instat.My.Resources.Resources.arrows_up + Me.cmdUp.Location = New System.Drawing.Point(164, 73) Me.cmdUp.Name = "cmdUp" + Me.cmdUp.Size = New System.Drawing.Size(32, 22) + Me.cmdUp.TabIndex = 1 Me.cmdUp.UseVisualStyleBackColor = True ' 'cmdDown ' - resources.ApplyResources(Me.cmdDown, "cmdDown") + Me.cmdDown.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.cmdDown.Image = Global.instat.My.Resources.Resources.arrows_down + Me.cmdDown.Location = New System.Drawing.Point(164, 99) Me.cmdDown.Name = "cmdDown" + Me.cmdDown.Size = New System.Drawing.Size(32, 22) + Me.cmdDown.TabIndex = 2 Me.cmdDown.UseVisualStyleBackColor = True ' 'cmdBottom ' - resources.ApplyResources(Me.cmdBottom, "cmdBottom") + Me.cmdBottom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.cmdBottom.Image = Global.instat.My.Resources.Resources.arrows_bottom + Me.cmdBottom.Location = New System.Drawing.Point(164, 125) Me.cmdBottom.Name = "cmdBottom" + Me.cmdBottom.Size = New System.Drawing.Size(32, 22) + Me.cmdBottom.TabIndex = 3 Me.cmdBottom.UseVisualStyleBackColor = True ' 'lstAvailableData ' - resources.ApplyResources(Me.lstAvailableData, "lstAvailableData") + Me.lstAvailableData.Dock = System.Windows.Forms.DockStyle.Left Me.lstAvailableData.FullRowSelect = True Me.lstAvailableData.HideSelection = False + Me.lstAvailableData.Location = New System.Drawing.Point(0, 0) Me.lstAvailableData.Name = "lstAvailableData" + Me.lstAvailableData.Size = New System.Drawing.Size(154, 195) + Me.lstAvailableData.TabIndex = 5 Me.lstAvailableData.UseCompatibleStateImageBehavior = False Me.lstAvailableData.View = System.Windows.Forms.View.Details ' 'ucrReorder ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = False Me.Controls.Add(Me.lstAvailableData) Me.Controls.Add(Me.cmdBottom) Me.Controls.Add(Me.cmdDown) Me.Controls.Add(Me.cmdUp) Me.Controls.Add(Me.cmdTop) Me.Name = "ucrReorder" + Me.Size = New System.Drawing.Size(209, 195) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrReorder.resx b/instat/ucrReorder.resx index fc7f5ec74b1..29dcb1b3a35 100644 --- a/instat/ucrReorder.resx +++ b/instat/ucrReorder.resx @@ -117,145 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrowAndShrink - - - - 164, 47 - - - 32, 22 - - - - 0 - - - cmdTop - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - GrowAndShrink - - - 164, 73 - - - 32, 22 - - - 1 - - - cmdUp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - GrowAndShrink - - - 164, 99 - - - 32, 22 - - - 2 - - - cmdDown - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - GrowAndShrink - - - 164, 125 - - - 32, 22 - - - 3 - - - cmdBottom - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Left - - - 0, 0 - - - 154, 195 - - - 5 - - - lstAvailableData - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 209, 195 - - - ucrReorder - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrSave.Designer.vb b/instat/ucrSave.Designer.vb index 6ad0624a261..cdd972cbf32 100644 --- a/instat/ucrSave.Designer.vb +++ b/instat/ucrSave.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrSave 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSave)) Me.ucrChkSave = New instat.ucrCheck() Me.lblSaveText = New System.Windows.Forms.Label() Me.ucrInputComboSave = New instat.ucrInputComboBox() @@ -48,47 +47,75 @@ Partial Class ucrSave ' 'ucrChkSave ' - resources.ApplyResources(Me.ucrChkSave, "ucrChkSave") + Me.ucrChkSave.AutoSize = True Me.ucrChkSave.Checked = False + Me.ucrChkSave.Location = New System.Drawing.Point(0, 0) + Me.ucrChkSave.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkSave.Name = "ucrChkSave" + Me.ucrChkSave.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSave.TabIndex = 0 ' 'lblSaveText ' - resources.ApplyResources(Me.lblSaveText, "lblSaveText") + Me.lblSaveText.AutoSize = True + Me.lblSaveText.Location = New System.Drawing.Point(0, 3) Me.lblSaveText.Name = "lblSaveText" + Me.lblSaveText.Size = New System.Drawing.Size(39, 13) + Me.lblSaveText.TabIndex = 1 + Me.lblSaveText.Text = "Label1" ' 'ucrInputComboSave ' Me.ucrInputComboSave.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrInputComboSave, "ucrInputComboSave") + Me.ucrInputComboSave.AutoSize = True + Me.ucrInputComboSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputComboSave.Dock = System.Windows.Forms.DockStyle.Right Me.ucrInputComboSave.GetSetSelectedIndex = -1 Me.ucrInputComboSave.IsReadOnly = False + Me.ucrInputComboSave.Location = New System.Drawing.Point(349, 0) + Me.ucrInputComboSave.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputComboSave.Name = "ucrInputComboSave" + Me.ucrInputComboSave.Size = New System.Drawing.Size(0, 34) + Me.ucrInputComboSave.TabIndex = 4 ' 'ucrInputTextSave ' Me.ucrInputTextSave.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrInputTextSave, "ucrInputTextSave") + Me.ucrInputTextSave.AutoSize = True Me.ucrInputTextSave.IsMultiline = False Me.ucrInputTextSave.IsReadOnly = False + Me.ucrInputTextSave.Location = New System.Drawing.Point(182, 0) + Me.ucrInputTextSave.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputTextSave.Name = "ucrInputTextSave" + Me.ucrInputTextSave.Size = New System.Drawing.Size(155, 34) + Me.ucrInputTextSave.TabIndex = 3 ' 'btnColumnPosition ' - resources.ApplyResources(Me.btnColumnPosition, "btnColumnPosition") + Me.btnColumnPosition.AutoSize = True + Me.btnColumnPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.btnColumnPosition.Dock = System.Windows.Forms.DockStyle.Right + Me.btnColumnPosition.Location = New System.Drawing.Point(349, 0) Me.btnColumnPosition.Name = "btnColumnPosition" + Me.btnColumnPosition.Size = New System.Drawing.Size(54, 34) + Me.btnColumnPosition.TabIndex = 5 + Me.btnColumnPosition.Text = "Position" Me.btnColumnPosition.UseVisualStyleBackColor = True ' 'ucrSave ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = False + Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.Controls.Add(Me.ucrInputComboSave) Me.Controls.Add(Me.ucrInputTextSave) Me.Controls.Add(Me.lblSaveText) Me.Controls.Add(Me.ucrChkSave) Me.Controls.Add(Me.btnColumnPosition) + Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "ucrSave" + Me.Size = New System.Drawing.Size(403, 34) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrSave.resx b/instat/ucrSave.resx index da97f7b3ddc..d58980a38d7 100644 --- a/instat/ucrSave.resx +++ b/instat/ucrSave.resx @@ -117,175 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 0, 0 - - - - 6, 8, 6, 8 - - - 100, 23 - - - 0 - - - ucrChkSave - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 0, 3 - - - 39, 13 - - - 1 - - - Label1 - - - lblSaveText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - Right - - - 349, 0 - - - 9, 12, 9, 12 - - - 0, 34 - - - 4 - - - ucrInputComboSave - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 182, 0 - - - 9, 12, 9, 12 - - - 155, 34 - - - 3 - - - ucrInputTextSave - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - GrowAndShrink - - - Right - - - 349, 0 - - - 54, 34 - - - 5 - - - Position - - - btnColumnPosition - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 6, 13 - - - False - - - GrowAndShrink - - - 4, 5, 4, 5 - - - 403, 34 - - - ucrSave - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrSaveGraph.Designer.vb b/instat/ucrSaveGraph.Designer.vb index 963732ee9d9..f4bc0b3b0c9 100644 --- a/instat/ucrSaveGraph.Designer.vb +++ b/instat/ucrSaveGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrSaveGraph 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSaveGraph)) Me.ucrInputGraphName = New instat.ucrInputComboBox() Me.chkSaveGraph = New System.Windows.Forms.CheckBox() Me.SuspendLayout() @@ -46,25 +45,34 @@ Partial Class ucrSaveGraph 'ucrInputGraphName ' Me.ucrInputGraphName.AddQuotesIfUnrecognised = True + Me.ucrInputGraphName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputGraphName.GetSetSelectedIndex = -1 Me.ucrInputGraphName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphName, "ucrInputGraphName") + Me.ucrInputGraphName.Location = New System.Drawing.Point(146, 3) Me.ucrInputGraphName.Name = "ucrInputGraphName" + Me.ucrInputGraphName.Size = New System.Drawing.Size(151, 29) + Me.ucrInputGraphName.TabIndex = 0 ' 'chkSaveGraph ' - resources.ApplyResources(Me.chkSaveGraph, "chkSaveGraph") + Me.chkSaveGraph.AutoSize = True + Me.chkSaveGraph.Location = New System.Drawing.Point(0, 3) Me.chkSaveGraph.Name = "chkSaveGraph" + Me.chkSaveGraph.Size = New System.Drawing.Size(83, 17) + Me.chkSaveGraph.TabIndex = 1 Me.chkSaveGraph.Tag = "Save_Graph" + Me.chkSaveGraph.Text = "Save Graph" Me.chkSaveGraph.UseVisualStyleBackColor = True ' 'ucrSaveGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.chkSaveGraph) Me.Controls.Add(Me.ucrInputGraphName) Me.Name = "ucrSaveGraph" + Me.Size = New System.Drawing.Size(313, 35) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrSaveGraph.resx b/instat/ucrSaveGraph.resx index f72971f970d..1af7de150c9 100644 --- a/instat/ucrSaveGraph.resx +++ b/instat/ucrSaveGraph.resx @@ -117,72 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 146, 3 - - - 151, 29 - - - - 0 - - - ucrInputGraphName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 0, 3 - - - 83, 17 - - - 1 - - - Save Graph - - - chkSaveGraph - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 313, 35 - - - ucrSaveGraph - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrSaveModel.Designer.vb b/instat/ucrSaveModel.Designer.vb index 63ae689c0f3..67b44372f31 100644 --- a/instat/ucrSaveModel.Designer.vb +++ b/instat/ucrSaveModel.Designer.vb @@ -38,33 +38,42 @@ Partial Class ucrSaveModel 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSaveModel)) Me.chkSaveModel = New System.Windows.Forms.CheckBox() Me.ucrInputModelName = New instat.ucrInputComboBox() Me.SuspendLayout() ' 'chkSaveModel ' - resources.ApplyResources(Me.chkSaveModel, "chkSaveModel") + Me.chkSaveModel.AutoSize = True + Me.chkSaveModel.Location = New System.Drawing.Point(0, 3) Me.chkSaveModel.Name = "chkSaveModel" + Me.chkSaveModel.Size = New System.Drawing.Size(83, 17) + Me.chkSaveModel.TabIndex = 1 Me.chkSaveModel.Tag = "Save_Model" + Me.chkSaveModel.Text = "Save Model" Me.chkSaveModel.UseVisualStyleBackColor = True ' 'ucrInputModelName ' Me.ucrInputModelName.AddQuotesIfUnrecognised = True + Me.ucrInputModelName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputModelName.GetSetSelectedIndex = -1 Me.ucrInputModelName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputModelName, "ucrInputModelName") + Me.ucrInputModelName.Location = New System.Drawing.Point(86, 0) + Me.ucrInputModelName.Margin = New System.Windows.Forms.Padding(0) Me.ucrInputModelName.Name = "ucrInputModelName" + Me.ucrInputModelName.Size = New System.Drawing.Size(180, 20) + Me.ucrInputModelName.TabIndex = 0 ' 'ucrSaveModel ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.chkSaveModel) Me.Controls.Add(Me.ucrInputModelName) Me.Name = "ucrSaveModel" + Me.Size = New System.Drawing.Size(266, 23) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrSaveModel.resx b/instat/ucrSaveModel.resx index ffa35eee552..1af7de150c9 100644 --- a/instat/ucrSaveModel.resx +++ b/instat/ucrSaveModel.resx @@ -117,76 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 0, 3 - - - 83, 17 - - - 1 - - - Save Model - - - chkSaveModel - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 86, 0 - - - - 0, 0, 0, 0 - - - 180, 20 - - - 0 - - - ucrInputModelName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 266, 23 - - - ucrSaveModel - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrScript.Designer.vb b/instat/ucrScript.Designer.vb index 7efc62664fa..10a81f95766 100644 --- a/instat/ucrScript.Designer.vb +++ b/instat/ucrScript.Designer.vb @@ -262,8 +262,8 @@ Partial Class ucrScript ' 'ucrScript ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.tlpTableContainer) Me.Name = "ucrScript" diff --git a/instat/ucrSelector.designer.vb b/instat/ucrSelector.designer.vb index 1f05506e235..23b94ac041d 100644 --- a/instat/ucrSelector.designer.vb +++ b/instat/ucrSelector.designer.vb @@ -39,7 +39,6 @@ Partial Class ucrSelector Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSelector)) Me.lstAvailableVariable = New System.Windows.Forms.ListView() Me.SelectionMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.AddSelectedToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -53,13 +52,16 @@ Partial Class ucrSelector ' Me.lstAvailableVariable.Activation = System.Windows.Forms.ItemActivation.TwoClick Me.lstAvailableVariable.ContextMenuStrip = Me.SelectionMenuStrip - resources.ApplyResources(Me.lstAvailableVariable, "lstAvailableVariable") + Me.lstAvailableVariable.Dock = System.Windows.Forms.DockStyle.Fill Me.lstAvailableVariable.FullRowSelect = True Me.lstAvailableVariable.GridLines = True Me.lstAvailableVariable.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.lstAvailableVariable.HideSelection = False + Me.lstAvailableVariable.Location = New System.Drawing.Point(0, 0) Me.lstAvailableVariable.Name = "lstAvailableVariable" Me.lstAvailableVariable.ShowItemToolTips = True + Me.lstAvailableVariable.Size = New System.Drawing.Size(148, 130) + Me.lstAvailableVariable.TabIndex = 83 Me.lstAvailableVariable.UseCompatibleStateImageBehavior = False Me.lstAvailableVariable.View = System.Windows.Forms.View.Details ' @@ -67,37 +69,43 @@ Partial Class ucrSelector ' Me.SelectionMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AddSelectedToolStripMenuItem, Me.SelectAllToolStripMenuItem, Me.ClearSelectionToolStripMenuItem, Me.AddAllToolStripMenuItem}) Me.SelectionMenuStrip.Name = "SelectionMenuStrip" - resources.ApplyResources(Me.SelectionMenuStrip, "SelectionMenuStrip") + Me.SelectionMenuStrip.Size = New System.Drawing.Size(153, 92) ' 'AddSelectedToolStripMenuItem ' Me.AddSelectedToolStripMenuItem.Name = "AddSelectedToolStripMenuItem" - resources.ApplyResources(Me.AddSelectedToolStripMenuItem, "AddSelectedToolStripMenuItem") + Me.AddSelectedToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.AddSelectedToolStripMenuItem.Tag = "Add_selected" + Me.AddSelectedToolStripMenuItem.Text = "Add Selected" ' 'SelectAllToolStripMenuItem ' Me.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem" - resources.ApplyResources(Me.SelectAllToolStripMenuItem, "SelectAllToolStripMenuItem") + Me.SelectAllToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.SelectAllToolStripMenuItem.Tag = "Select_All" + Me.SelectAllToolStripMenuItem.Text = "Select All" ' 'ClearSelectionToolStripMenuItem ' Me.ClearSelectionToolStripMenuItem.Name = "ClearSelectionToolStripMenuItem" - resources.ApplyResources(Me.ClearSelectionToolStripMenuItem, "ClearSelectionToolStripMenuItem") + Me.ClearSelectionToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.ClearSelectionToolStripMenuItem.Tag = "Clear_Selection" + Me.ClearSelectionToolStripMenuItem.Text = "Clear Selection" ' 'AddAllToolStripMenuItem ' Me.AddAllToolStripMenuItem.Name = "AddAllToolStripMenuItem" - resources.ApplyResources(Me.AddAllToolStripMenuItem, "AddAllToolStripMenuItem") + Me.AddAllToolStripMenuItem.Size = New System.Drawing.Size(152, 22) + Me.AddAllToolStripMenuItem.Text = "Add All" ' 'ucrSelector ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.lstAvailableVariable) + Me.Margin = New System.Windows.Forms.Padding(0) Me.Name = "ucrSelector" + Me.Size = New System.Drawing.Size(148, 130) Me.SelectionMenuStrip.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/ucrSelector.resx b/instat/ucrSelector.resx index a68f478095d..f796878acc9 100644 --- a/instat/ucrSelector.resx +++ b/instat/ucrSelector.resx @@ -120,109 +120,4 @@ 17, 17 - - - 152, 22 - - - Add Selected - - - 152, 22 - - - Select All - - - 152, 22 - - - Clear Selection - - - 152, 22 - - - Add All - - - 153, 92 - - - SelectionMenuStrip - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Fill - - - 0, 0 - - - 148, 130 - - - - 83 - - - lstAvailableVariable - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 0, 0, 0, 0 - - - 148, 130 - - - AddSelectedToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectAllToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ClearSelectionToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AddAllToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrSelector - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrSelectorAddRemove.designer.vb b/instat/ucrSelectorAddRemove.designer.vb index 2db173e739f..8807fb6510b 100644 --- a/instat/ucrSelectorAddRemove.designer.vb +++ b/instat/ucrSelectorAddRemove.designer.vb @@ -35,35 +35,42 @@ Partial Class ucrSelectorAddRemove 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSelectorAddRemove)) Me.btnAdd = New System.Windows.Forms.Button() Me.cmdOptions = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'lstAvailableVariable ' - resources.ApplyResources(Me.lstAvailableVariable, "lstAvailableVariable") + Me.lstAvailableVariable.Dock = System.Windows.Forms.DockStyle.None ' 'btnAdd ' - resources.ApplyResources(Me.btnAdd, "btnAdd") + Me.btnAdd.Location = New System.Drawing.Point(153, 40) Me.btnAdd.Name = "btnAdd" + Me.btnAdd.Size = New System.Drawing.Size(57, 34) + Me.btnAdd.TabIndex = 83 Me.btnAdd.Tag = "Add" + Me.btnAdd.Text = "Add" Me.btnAdd.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!) + Me.cmdOptions.Location = New System.Drawing.Point(153, 96) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(57, 34) + Me.cmdOptions.TabIndex = 84 Me.cmdOptions.Tag = "Data_Options" + Me.cmdOptions.Text = "Data Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'ucrSelectorAddRemove ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.btnAdd) Me.Name = "ucrSelectorAddRemove" + Me.Size = New System.Drawing.Size(213, 183) Me.Controls.SetChildIndex(Me.lstAvailableVariable, 0) Me.Controls.SetChildIndex(Me.btnAdd, 0) Me.Controls.SetChildIndex(Me.cmdOptions, 0) diff --git a/instat/ucrSelectorAddRemove.resx b/instat/ucrSelectorAddRemove.resx index 0469054f383..29dcb1b3a35 100644 --- a/instat/ucrSelectorAddRemove.resx +++ b/instat/ucrSelectorAddRemove.resx @@ -117,91 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - lstAvailableVariable - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - - 153, 40 - - - 57, 34 - - - - 83 - - - Add - - - btnAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Microsoft Sans Serif, 6.75pt - - - 153, 96 - - - 57, 34 - - - 84 - - - Data Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 213, 147 - - - ucrSelectorAddRemove - - - instat.ucrSelector, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrSelectorByDataFrame.Designer.vb b/instat/ucrSelectorByDataFrame.Designer.vb index c207f7017d4..b90e2e185e6 100644 --- a/instat/ucrSelectorByDataFrame.Designer.vb +++ b/instat/ucrSelectorByDataFrame.Designer.vb @@ -38,30 +38,37 @@ Partial Class ucrSelectorByDataFrame 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSelectorByDataFrame)) Me.ucrAvailableDataFrames = New instat.ucrDataFrame() Me.SuspendLayout() ' 'lstAvailableVariable ' - resources.ApplyResources(Me.lstAvailableVariable, "lstAvailableVariable") + Me.lstAvailableVariable.Dock = System.Windows.Forms.DockStyle.None + Me.lstAvailableVariable.Location = New System.Drawing.Point(0, 50) + Me.lstAvailableVariable.Margin = New System.Windows.Forms.Padding(0) ' 'ucrAvailableDataFrames ' + Me.ucrAvailableDataFrames.AutoSize = True Me.ucrAvailableDataFrames.bDropUnusedFilterLevels = False Me.ucrAvailableDataFrames.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrAvailableDataFrames, "ucrAvailableDataFrames") + Me.ucrAvailableDataFrames.Location = New System.Drawing.Point(0, 0) + Me.ucrAvailableDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrAvailableDataFrames.Name = "ucrAvailableDataFrames" + Me.ucrAvailableDataFrames.Size = New System.Drawing.Size(151, 50) + Me.ucrAvailableDataFrames.TabIndex = 84 ' 'ucrSelectorByDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrAvailableDataFrames) Me.Name = "ucrSelectorByDataFrame" + Me.Size = New System.Drawing.Size(151, 180) Me.Controls.SetChildIndex(Me.lstAvailableVariable, 0) Me.Controls.SetChildIndex(Me.ucrAvailableDataFrames, 0) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/ucrSelectorByDataFrame.resx b/instat/ucrSelectorByDataFrame.resx index b3c30c99a74..1af7de150c9 100644 --- a/instat/ucrSelectorByDataFrame.resx +++ b/instat/ucrSelectorByDataFrame.resx @@ -117,70 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - None - - - - 0, 50 - - - 0, 0, 0, 0 - - - lstAvailableVariable - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 0, 0 - - - 0, 0, 0, 0 - - - 148, 50 - - - - 84 - - - ucrAvailableDataFrames - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 148, 180 - - - ucrSelectorByDataFrame - - - instat.ucrSelector, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrSelectorByDataFrameAddRemove.Designer.vb b/instat/ucrSelectorByDataFrameAddRemove.Designer.vb index ed27b2d8386..23a7c78a73e 100644 --- a/instat/ucrSelectorByDataFrameAddRemove.Designer.vb +++ b/instat/ucrSelectorByDataFrameAddRemove.Designer.vb @@ -38,45 +38,54 @@ Partial Class ucrSelectorByDataFrameAddRemove 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrSelectorByDataFrameAddRemove)) Me.btnAdd = New System.Windows.Forms.Button() Me.btnDataOptions = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'ucrAvailableDataFrames ' - resources.ApplyResources(Me.ucrAvailableDataFrames, "ucrAvailableDataFrames") + Me.ucrAvailableDataFrames.Size = New System.Drawing.Size(151, 50) + Me.ucrAvailableDataFrames.TabIndex = 0 ' 'lstAvailableVariable ' - resources.ApplyResources(Me.lstAvailableVariable, "lstAvailableVariable") + Me.lstAvailableVariable.TabIndex = 2 ' 'btnAdd ' - resources.ApplyResources(Me.btnAdd, "btnAdd") + Me.btnAdd.Location = New System.Drawing.Point(153, 85) Me.btnAdd.Name = "btnAdd" + Me.btnAdd.Size = New System.Drawing.Size(57, 34) + Me.btnAdd.TabIndex = 3 Me.btnAdd.Tag = "add" + Me.btnAdd.Text = "Add" Me.btnAdd.UseVisualStyleBackColor = True ' 'btnDataOptions ' - resources.ApplyResources(Me.btnDataOptions, "btnDataOptions") + Me.btnDataOptions.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!) + Me.btnDataOptions.Location = New System.Drawing.Point(153, 146) Me.btnDataOptions.Name = "btnDataOptions" + Me.btnDataOptions.Size = New System.Drawing.Size(57, 34) + Me.btnDataOptions.TabIndex = 4 Me.btnDataOptions.Tag = "Data_Options" + Me.btnDataOptions.Text = "Data Options" Me.btnDataOptions.UseVisualStyleBackColor = True ' 'ucrSelectorByDataFrameAddRemove ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.btnDataOptions) Me.Controls.Add(Me.btnAdd) Me.Name = "ucrSelectorByDataFrameAddRemove" + Me.Size = New System.Drawing.Size(213, 183) Me.Controls.SetChildIndex(Me.ucrAvailableDataFrames, 0) Me.Controls.SetChildIndex(Me.lstAvailableVariable, 0) Me.Controls.SetChildIndex(Me.btnAdd, 0) Me.Controls.SetChildIndex(Me.btnDataOptions, 0) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/ucrSelectorByDataFrameAddRemove.resx b/instat/ucrSelectorByDataFrameAddRemove.resx index 83d084d6d55..1af7de150c9 100644 --- a/instat/ucrSelectorByDataFrameAddRemove.resx +++ b/instat/ucrSelectorByDataFrameAddRemove.resx @@ -117,105 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0 - - - ucrAvailableDataFrames - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 2 - - - lstAvailableVariable - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - - 153, 85 - - - 57, 34 - - - 3 - - - Add - - - btnAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Microsoft Sans Serif, 6.75pt - - - 153, 146 - - - 57, 34 - - - 4 - - - Data Options - - - btnDataOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 213, 183 - - - ucrSelectorByDataFrameAddRemove - - - instat.ucrSelectorByDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrTry.Designer.vb b/instat/ucrTry.Designer.vb index f9141a5f8e4..d6c1d0ddf69 100644 --- a/instat/ucrTry.Designer.vb +++ b/instat/ucrTry.Designer.vb @@ -38,6 +38,7 @@ Partial Class ucrTry 'ucrInputTryMessage ' Me.ucrInputTryMessage.AddQuotesIfUnrecognised = True + Me.ucrInputTryMessage.AutoSize = True Me.ucrInputTryMessage.IsMultiline = False Me.ucrInputTryMessage.IsReadOnly = True Me.ucrInputTryMessage.Location = New System.Drawing.Point(89, 6) @@ -47,14 +48,15 @@ Partial Class ucrTry ' 'ucrTry ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.ucrInputTryMessage) Me.Controls.Add(Me.cmdTry) Me.Name = "ucrTry" Me.Size = New System.Drawing.Size(396, 33) Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents cmdTry As Button diff --git a/instat/ucrVariablename.designer.vb b/instat/ucrVariablename.designer.vb index 94710118b45..b936a4b916a 100644 --- a/instat/ucrVariablename.designer.vb +++ b/instat/ucrVariablename.designer.vb @@ -38,21 +38,24 @@ Partial Class ucrVariableName 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrVariableName)) Me.txtValidation = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'txtValidation ' - resources.ApplyResources(Me.txtValidation, "txtValidation") + Me.txtValidation.Location = New System.Drawing.Point(3, 3) Me.txtValidation.Name = "txtValidation" + Me.txtValidation.Size = New System.Drawing.Size(141, 20) + Me.txtValidation.TabIndex = 0 ' 'ucrVariableName ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.txtValidation) Me.Name = "ucrVariableName" + Me.Size = New System.Drawing.Size(149, 26) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrVariablename.resx b/instat/ucrVariablename.resx index 3ae9660387b..1af7de150c9 100644 --- a/instat/ucrVariablename.resx +++ b/instat/ucrVariablename.resx @@ -117,45 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3 - - - 141, 20 - - - - 0 - - - txtValidation - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 149, 26 - - - ucrVariableName - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrVariablesAsFactor.Designer.vb b/instat/ucrVariablesAsFactor.Designer.vb index 3448a003a33..b09be7a9cf1 100644 --- a/instat/ucrVariablesAsFactor.Designer.vb +++ b/instat/ucrVariablesAsFactor.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrVariablesAsFactor 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrVariablesAsFactor)) Me.ucrMultipleVariables = New instat.ucrReceiverMultiple() Me.ucrSingleVariable = New instat.ucrReceiverSingle() Me.cmdVariables = New System.Windows.Forms.Button() @@ -46,38 +45,56 @@ Partial Class ucrVariablesAsFactor ' 'ucrMultipleVariables ' - resources.ApplyResources(Me.ucrMultipleVariables, "ucrMultipleVariables") + Me.ucrMultipleVariables.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ucrMultipleVariables.AutoSize = True Me.ucrMultipleVariables.frmParent = Nothing + Me.ucrMultipleVariables.Location = New System.Drawing.Point(0, 30) + Me.ucrMultipleVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrMultipleVariables.Name = "ucrMultipleVariables" Me.ucrMultipleVariables.Selector = Nothing + Me.ucrMultipleVariables.Size = New System.Drawing.Size(120, 100) Me.ucrMultipleVariables.strNcFilePath = "" + Me.ucrMultipleVariables.TabIndex = 1 Me.ucrMultipleVariables.ucrSelector = Nothing ' 'ucrSingleVariable ' - resources.ApplyResources(Me.ucrSingleVariable, "ucrSingleVariable") + Me.ucrSingleVariable.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ucrSingleVariable.AutoSize = True Me.ucrSingleVariable.frmParent = Nothing + Me.ucrSingleVariable.Location = New System.Drawing.Point(0, 30) + Me.ucrSingleVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrSingleVariable.Name = "ucrSingleVariable" Me.ucrSingleVariable.Selector = Nothing + Me.ucrSingleVariable.Size = New System.Drawing.Size(120, 20) Me.ucrSingleVariable.strNcFilePath = "" + Me.ucrSingleVariable.TabIndex = 1 Me.ucrSingleVariable.ucrSelector = Nothing ' 'cmdVariables ' - resources.ApplyResources(Me.cmdVariables, "cmdVariables") + Me.cmdVariables.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.cmdVariables.Location = New System.Drawing.Point(0, 0) Me.cmdVariables.Name = "cmdVariables" + Me.cmdVariables.Size = New System.Drawing.Size(120, 27) + Me.cmdVariables.TabIndex = 0 Me.cmdVariables.Tag = "" Me.cmdVariables.UseVisualStyleBackColor = True ' 'ucrVariablesAsFactor ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.cmdVariables) Me.Controls.Add(Me.ucrSingleVariable) Me.Controls.Add(Me.ucrMultipleVariables) Me.Name = "ucrVariablesAsFactor" + Me.Size = New System.Drawing.Size(120, 130) Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents ucrMultipleVariables As ucrReceiverMultiple diff --git a/instat/ucrVariablesAsFactor.resx b/instat/ucrVariablesAsFactor.resx index 956f2f8aaea..1af7de150c9 100644 --- a/instat/ucrVariablesAsFactor.resx +++ b/instat/ucrVariablesAsFactor.resx @@ -117,103 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - 0, 30 - - - 0, 0, 0, 0 - - - 120, 100 - - - - 1 - - - ucrMultipleVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - Top, Left, Right - - - 0, 30 - - - 0, 0, 0, 0 - - - 120, 20 - - - 1 - - - ucrSingleVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - Top, Left, Right - - - 0, 0 - - - 120, 27 - - - 0 - - - cmdVariables - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 120, 130 - - - ucrVariablesAsFactor - - - instat.ucrReceiver, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file From 3092689d15292fe42714209e92132cdea19b7877 Mon Sep 17 00:00:00 2001 From: Lily Clements Date: Mon, 10 Jan 2022 11:10:42 +0000 Subject: [PATCH 11/42] ordering bug fix --- .../InstatObject/R/Backend_Components/summary_functions.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instat/static/InstatObject/R/Backend_Components/summary_functions.R b/instat/static/InstatObject/R/Backend_Components/summary_functions.R index 588b10f3e89..855f8ffd6f1 100644 --- a/instat/static/InstatObject/R/Backend_Components/summary_functions.R +++ b/instat/static/InstatObject/R/Backend_Components/summary_functions.R @@ -1364,8 +1364,8 @@ DataBook$set("public", "summary_table", function(data_name, columns_to_summarise grps <- nrow(cell_values) cell_values <- reshape2:::melt.data.frame(cell_values, id.vars = factors, variable.name = "summary-variable", value.name = "value") if (treat_columns_as_factor) { - cell_values[["variable"]] <- rep(rev(columns_to_summarise), each = nrow(cell_values) / length(columns_to_summarise)) - cell_values[["summary"]] <- rep(rev(summaries_display), each = grps, length.out = nrow(cell_values)) + cell_values[["variable"]] <- rep(columns_to_summarise, each = nrow(cell_values) / length(columns_to_summarise)) + cell_values[["summary"]] <- rep(summaries_display, each = grps, length.out = nrow(cell_values)) cell_values[["summary-variable"]] <- NULL } shaped_cell_values <- cell_values %>% dplyr::relocate(value, .after = last_col()) From cf32d033e868f2d4d9871fdd868f15d58db2677d Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:36:04 +0000 Subject: [PATCH 12/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/sdgWindrose.Designer.vb | 146 +- instat/sdgWindrose.resx | 600 - instat/ucrAdditionalLayers.Designer.vb | 32 +- instat/ucrAdditionalLayers.resx | 140 - instat/ucrAxes.Designer.vb | 346 +- instat/ucrAxes.resx | 1506 --- instat/ucrButtons.Designer.vb | 49 +- instat/ucrButtons.resx | 219 - instat/ucrButtonsSubdialogue.designer.vb | 29 +- instat/ucrButtonsSubdialogue.resx | 123 - instat/ucrCalculator.Designer.vb | 2572 +++- instat/ucrCalculator.resx | 10983 ---------------- instat/ucrCheck.Designer.vb | 14 +- instat/ucrCheck.resx | 51 - instat/ucrColors.Designer.vb | 4 +- instat/ucrColors.resx | 13 - instat/ucrColumnMetadata.Designer.vb | 4 +- instat/ucrContinuousVerification.Designer.vb | 68 +- instat/ucrCore.Designer.vb | 6 +- instat/ucrCore.resx | 17 - instat/ucrDataFrameLength.Designer.vb | 11 +- instat/ucrDataFrameLength.resx | 44 - instat/ucrDataFrameMetadata.Designer.vb | 4 +- instat/ucrDataSelection.Designer.vb | 37 +- instat/ucrDataSelection.resx | 164 - instat/ucrDataView.Designer.vb | 4 +- instat/ucrDateTimePicker.Designer.vb | 5 +- instat/ucrDayOfYear.Designer.vb | 7 +- instat/ucrDialogDisabled.Designer.vb | 16 +- instat/ucrDialogDisabled.resx | 57 - instat/ucrDistributions.Designer.vb | 17 +- instat/ucrDistributions.resx | 68 - ...ucrDistributionsWithParameters.Designer.vb | 52 +- instat/ucrDistributionsWithParameters.resx | 227 - instat/ucrELementTextControl.Designer.vb | 95 +- instat/ucrELementTextControl.resx | 387 - instat/ucrElementLineControl.Designer.vb | 55 +- instat/ucrElementLineControl.resx | 219 - instat/ucrElementRectControl.Designer.vb | 53 +- instat/ucrElementRectControl.resx | 216 - instat/ucrFactor.Designer.vb | 11 +- instat/ucrFactor.resx | 45 - instat/ucrFilePath.Designer.vb | 5 +- instat/ucrFilter.Designer.vb | 282 +- instat/ucrFilter.resx | 1191 -- 45 files changed, 3269 insertions(+), 16925 deletions(-) diff --git a/instat/sdgWindrose.Designer.vb b/instat/sdgWindrose.Designer.vb index 16b970291e4..8baa8724c48 100644 --- a/instat/sdgWindrose.Designer.vb +++ b/instat/sdgWindrose.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgWindrose 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgWindrose)) Me.ucrButtonsSdgWindrose = New instat.ucrButtonsSubdialogue() Me.tbpColours = New System.Windows.Forms.TabPage() Me.grpColours = New System.Windows.Forms.GroupBox() @@ -68,14 +67,21 @@ Partial Class sdgWindrose ' 'ucrButtonsSdgWindrose ' - resources.ApplyResources(Me.ucrButtonsSdgWindrose, "ucrButtonsSdgWindrose") + Me.ucrButtonsSdgWindrose.AutoSize = True + Me.ucrButtonsSdgWindrose.Location = New System.Drawing.Point(106, 207) Me.ucrButtonsSdgWindrose.Name = "ucrButtonsSdgWindrose" + Me.ucrButtonsSdgWindrose.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsSdgWindrose.TabIndex = 10 ' 'tbpColours ' Me.tbpColours.Controls.Add(Me.grpColours) - resources.ApplyResources(Me.tbpColours, "tbpColours") + Me.tbpColours.Location = New System.Drawing.Point(4, 22) Me.tbpColours.Name = "tbpColours" + Me.tbpColours.Padding = New System.Windows.Forms.Padding(3) + Me.tbpColours.Size = New System.Drawing.Size(350, 158) + Me.tbpColours.TabIndex = 2 + Me.tbpColours.Text = "Colours" Me.tbpColours.UseVisualStyleBackColor = True ' 'grpColours @@ -86,60 +92,101 @@ Partial Class sdgWindrose Me.grpColours.Controls.Add(Me.rdoSequential) Me.grpColours.Controls.Add(Me.rdoDiverging) Me.grpColours.Controls.Add(Me.ucrPnlColourPalette) - resources.ApplyResources(Me.grpColours, "grpColours") + Me.grpColours.Location = New System.Drawing.Point(6, 6) Me.grpColours.Name = "grpColours" + Me.grpColours.Size = New System.Drawing.Size(302, 92) + Me.grpColours.TabIndex = 23 Me.grpColours.TabStop = False + Me.grpColours.Text = "Type of Palette" ' 'lblPalette ' - resources.ApplyResources(Me.lblPalette, "lblPalette") + Me.lblPalette.AutoSize = True + Me.lblPalette.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPalette.Location = New System.Drawing.Point(22, 64) Me.lblPalette.Name = "lblPalette" + Me.lblPalette.Size = New System.Drawing.Size(43, 13) + Me.lblPalette.TabIndex = 23 + Me.lblPalette.Text = "Palette:" ' 'ucrInputPalettes ' Me.ucrInputPalettes.AddQuotesIfUnrecognised = True + Me.ucrInputPalettes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPalettes.GetSetSelectedIndex = -1 Me.ucrInputPalettes.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPalettes, "ucrInputPalettes") + Me.ucrInputPalettes.Location = New System.Drawing.Point(71, 60) Me.ucrInputPalettes.Name = "ucrInputPalettes" + Me.ucrInputPalettes.Size = New System.Drawing.Size(146, 26) + Me.ucrInputPalettes.TabIndex = 22 ' 'rdoQualitative ' - resources.ApplyResources(Me.rdoQualitative, "rdoQualitative") + Me.rdoQualitative.Appearance = System.Windows.Forms.Appearance.Button Me.rdoQualitative.BackColor = System.Drawing.SystemColors.Control + Me.rdoQualitative.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoQualitative.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoQualitative.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoQualitative.FlatAppearance.BorderSize = 2 Me.rdoQualitative.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoQualitative.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoQualitative.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoQualitative.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoQualitative.Location = New System.Drawing.Point(199, 24) Me.rdoQualitative.Name = "rdoQualitative" + Me.rdoQualitative.Size = New System.Drawing.Size(91, 29) + Me.rdoQualitative.TabIndex = 21 + Me.rdoQualitative.Text = "Qualitative" + Me.rdoQualitative.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoQualitative.UseVisualStyleBackColor = True ' 'rdoSequential ' - resources.ApplyResources(Me.rdoSequential, "rdoSequential") + Me.rdoSequential.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSequential.BackColor = System.Drawing.SystemColors.Control + Me.rdoSequential.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoSequential.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSequential.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSequential.FlatAppearance.BorderSize = 2 Me.rdoSequential.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSequential.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoSequential.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoSequential.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSequential.Location = New System.Drawing.Point(21, 24) Me.rdoSequential.Name = "rdoSequential" + Me.rdoSequential.Size = New System.Drawing.Size(91, 29) + Me.rdoSequential.TabIndex = 19 + Me.rdoSequential.Text = "Sequential" + Me.rdoSequential.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSequential.UseVisualStyleBackColor = True ' 'rdoDiverging ' - resources.ApplyResources(Me.rdoDiverging, "rdoDiverging") + Me.rdoDiverging.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDiverging.BackColor = System.Drawing.SystemColors.Control + Me.rdoDiverging.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoDiverging.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDiverging.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDiverging.FlatAppearance.BorderSize = 2 Me.rdoDiverging.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDiverging.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDiverging.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoDiverging.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDiverging.Location = New System.Drawing.Point(110, 24) Me.rdoDiverging.Name = "rdoDiverging" + Me.rdoDiverging.Size = New System.Drawing.Size(91, 29) + Me.rdoDiverging.TabIndex = 20 + Me.rdoDiverging.Text = "Diverging" + Me.rdoDiverging.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDiverging.UseVisualStyleBackColor = True ' 'ucrPnlColourPalette ' - resources.ApplyResources(Me.ucrPnlColourPalette, "ucrPnlColourPalette") + Me.ucrPnlColourPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlColourPalette.Location = New System.Drawing.Point(21, 24) Me.ucrPnlColourPalette.Name = "ucrPnlColourPalette" + Me.ucrPnlColourPalette.Size = New System.Drawing.Size(269, 29) + Me.ucrPnlColourPalette.TabIndex = 18 ' 'tbpOptions ' @@ -153,99 +200,149 @@ Partial Class sdgWindrose Me.tbpOptions.Controls.Add(Me.lblCalmWind) Me.tbpOptions.Controls.Add(Me.lblNoofDirections) Me.tbpOptions.Controls.Add(Me.lblNoOfSpeeds) - resources.ApplyResources(Me.tbpOptions, "tbpOptions") + Me.tbpOptions.Location = New System.Drawing.Point(4, 22) Me.tbpOptions.Name = "tbpOptions" + Me.tbpOptions.Padding = New System.Windows.Forms.Padding(3) + Me.tbpOptions.Size = New System.Drawing.Size(350, 158) + Me.tbpOptions.TabIndex = 1 + Me.tbpOptions.Text = "Windrose Options" Me.tbpOptions.UseVisualStyleBackColor = True ' 'ucrInputSpeedCuts ' Me.ucrInputSpeedCuts.AddQuotesIfUnrecognised = True + Me.ucrInputSpeedCuts.AutoSize = True Me.ucrInputSpeedCuts.IsMultiline = False Me.ucrInputSpeedCuts.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpeedCuts, "ucrInputSpeedCuts") + Me.ucrInputSpeedCuts.Location = New System.Drawing.Point(102, 90) Me.ucrInputSpeedCuts.Name = "ucrInputSpeedCuts" + Me.ucrInputSpeedCuts.Size = New System.Drawing.Size(109, 21) + Me.ucrInputSpeedCuts.TabIndex = 7 ' 'ucrInputTheme ' Me.ucrInputTheme.AddQuotesIfUnrecognised = True + Me.ucrInputTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTheme.GetSetSelectedIndex = -1 Me.ucrInputTheme.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTheme, "ucrInputTheme") + Me.ucrInputTheme.Location = New System.Drawing.Point(102, 117) Me.ucrInputTheme.Name = "ucrInputTheme" + Me.ucrInputTheme.Size = New System.Drawing.Size(109, 21) + Me.ucrInputTheme.TabIndex = 9 ' 'ucrNudNoOfDirections ' + Me.ucrNudNoOfDirections.AutoSize = True Me.ucrNudNoOfDirections.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfDirections.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNoOfDirections, "ucrNudNoOfDirections") + Me.ucrNudNoOfDirections.Location = New System.Drawing.Point(102, 12) Me.ucrNudNoOfDirections.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNoOfDirections.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfDirections.Name = "ucrNudNoOfDirections" + Me.ucrNudNoOfDirections.Size = New System.Drawing.Size(72, 20) + Me.ucrNudNoOfDirections.TabIndex = 1 Me.ucrNudNoOfDirections.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblTheme ' - resources.ApplyResources(Me.lblTheme, "lblTheme") + Me.lblTheme.AutoSize = True + Me.lblTheme.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTheme.Location = New System.Drawing.Point(11, 120) Me.lblTheme.Name = "lblTheme" + Me.lblTheme.Size = New System.Drawing.Size(43, 13) + Me.lblTheme.TabIndex = 8 + Me.lblTheme.Text = "Theme:" ' 'ucrNudNoOfSpeeds ' + Me.ucrNudNoOfSpeeds.AutoSize = True Me.ucrNudNoOfSpeeds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNoOfSpeeds, "ucrNudNoOfSpeeds") + Me.ucrNudNoOfSpeeds.Location = New System.Drawing.Point(102, 64) Me.ucrNudNoOfSpeeds.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Name = "ucrNudNoOfSpeeds" + Me.ucrNudNoOfSpeeds.Size = New System.Drawing.Size(72, 20) + Me.ucrNudNoOfSpeeds.TabIndex = 5 Me.ucrNudNoOfSpeeds.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblSpeedCuts ' - resources.ApplyResources(Me.lblSpeedCuts, "lblSpeedCuts") + Me.lblSpeedCuts.AutoSize = True + Me.lblSpeedCuts.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSpeedCuts.Location = New System.Drawing.Point(10, 94) Me.lblSpeedCuts.Name = "lblSpeedCuts" + Me.lblSpeedCuts.Size = New System.Drawing.Size(65, 13) + Me.lblSpeedCuts.TabIndex = 6 + Me.lblSpeedCuts.Text = "Speed Cuts:" ' 'ucrNudCalmWind ' + Me.ucrNudCalmWind.AutoSize = True Me.ucrNudCalmWind.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCalmWind.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCalmWind, "ucrNudCalmWind") + Me.ucrNudCalmWind.Location = New System.Drawing.Point(102, 38) Me.ucrNudCalmWind.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCalmWind.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCalmWind.Name = "ucrNudCalmWind" + Me.ucrNudCalmWind.Size = New System.Drawing.Size(72, 20) + Me.ucrNudCalmWind.TabIndex = 3 Me.ucrNudCalmWind.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblCalmWind ' - resources.ApplyResources(Me.lblCalmWind, "lblCalmWind") + Me.lblCalmWind.AutoSize = True + Me.lblCalmWind.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCalmWind.Location = New System.Drawing.Point(10, 41) Me.lblCalmWind.Name = "lblCalmWind" + Me.lblCalmWind.Size = New System.Drawing.Size(61, 13) + Me.lblCalmWind.TabIndex = 2 + Me.lblCalmWind.Text = "Calm Wind:" ' 'lblNoofDirections ' - resources.ApplyResources(Me.lblNoofDirections, "lblNoofDirections") + Me.lblNoofDirections.AutoSize = True + Me.lblNoofDirections.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNoofDirections.Location = New System.Drawing.Point(10, 14) Me.lblNoofDirections.Name = "lblNoofDirections" + Me.lblNoofDirections.Size = New System.Drawing.Size(89, 13) + Me.lblNoofDirections.TabIndex = 0 + Me.lblNoofDirections.Text = "No. of Directions:" ' 'lblNoOfSpeeds ' - resources.ApplyResources(Me.lblNoOfSpeeds, "lblNoOfSpeeds") + Me.lblNoOfSpeeds.AutoSize = True + Me.lblNoOfSpeeds.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNoOfSpeeds.Location = New System.Drawing.Point(10, 67) Me.lblNoOfSpeeds.Name = "lblNoOfSpeeds" + Me.lblNoOfSpeeds.Size = New System.Drawing.Size(78, 13) + Me.lblNoOfSpeeds.TabIndex = 4 + Me.lblNoOfSpeeds.Text = "No. of Speeds:" ' 'tbpWindRoseOptions ' Me.tbpWindRoseOptions.Controls.Add(Me.tbpOptions) Me.tbpWindRoseOptions.Controls.Add(Me.tbpColours) - resources.ApplyResources(Me.tbpWindRoseOptions, "tbpWindRoseOptions") + Me.tbpWindRoseOptions.Location = New System.Drawing.Point(0, 2) Me.tbpWindRoseOptions.Name = "tbpWindRoseOptions" Me.tbpWindRoseOptions.SelectedIndex = 0 + Me.tbpWindRoseOptions.Size = New System.Drawing.Size(358, 184) + Me.tbpWindRoseOptions.TabIndex = 11 ' 'sdgWindrose ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(384, 239) Me.Controls.Add(Me.tbpWindRoseOptions) Me.Controls.Add(Me.ucrButtonsSdgWindrose) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgWindrose" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Wind Rose" Me.tbpColours.ResumeLayout(False) Me.grpColours.ResumeLayout(False) Me.grpColours.PerformLayout() @@ -253,6 +350,7 @@ Partial Class sdgWindrose Me.tbpOptions.PerformLayout() Me.tbpWindRoseOptions.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgWindrose.resx b/instat/sdgWindrose.resx index 1a6e6f209e5..29dcb1b3a35 100644 --- a/instat/sdgWindrose.resx +++ b/instat/sdgWindrose.resx @@ -117,604 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 106, 207 - - - 160, 30 - - - - 10 - - - ucrButtonsSdgWindrose - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - - NoControl - - - 22, 64 - - - 43, 13 - - - 23 - - - Palette: - - - lblPalette - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColours - - - 0 - - - 71, 60 - - - 146, 26 - - - 22 - - - ucrInputPalettes - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColours - - - 1 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 199, 24 - - - 91, 29 - - - 21 - - - Qualitative - - - MiddleCenter - - - rdoQualitative - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColours - - - 2 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 21, 24 - - - 91, 29 - - - 19 - - - Sequential - - - MiddleCenter - - - rdoSequential - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColours - - - 3 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 110, 24 - - - 91, 29 - - - 20 - - - Diverging - - - MiddleCenter - - - rdoDiverging - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColours - - - 4 - - - 21, 24 - - - 269, 29 - - - 18 - - - ucrPnlColourPalette - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColours - - - 5 - - - 6, 6 - - - 302, 92 - - - 23 - - - Type of Palette - - - grpColours - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpColours - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 350, 158 - - - 2 - - - Colours - - - tbpColours - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWindRoseOptions - - - 1 - - - 102, 90 - - - 109, 21 - - - 7 - - - ucrInputSpeedCuts - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOptions - - - 0 - - - 102, 117 - - - 109, 21 - - - 9 - - - ucrInputTheme - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOptions - - - 1 - - - 102, 12 - - - 72, 20 - - - 1 - - - ucrNudNoOfDirections - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOptions - - - 2 - - - True - - - NoControl - - - 11, 120 - - - 43, 13 - - - 8 - - - Theme: - - - lblTheme - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOptions - - - 3 - - - 102, 64 - - - 72, 20 - - - 5 - - - ucrNudNoOfSpeeds - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOptions - - - 4 - - - True - - - NoControl - - - 10, 94 - - - 65, 13 - - - 6 - - - Speed Cuts: - - - lblSpeedCuts - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOptions - - - 5 - - - 102, 38 - - - 72, 20 - - - 3 - - - ucrNudCalmWind - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOptions - - - 6 - - - True - - - NoControl - - - 10, 41 - - - 61, 13 - - - 2 - - - Calm Wind: - - - lblCalmWind - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOptions - - - 7 - - - True - - - NoControl - - - 10, 14 - - - 89, 13 - - - 0 - - - No. of Directions: - - - lblNoofDirections - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOptions - - - 8 - - - True - - - NoControl - - - 10, 67 - - - 78, 13 - - - 4 - - - No. of Speeds: - - - lblNoOfSpeeds - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOptions - - - 9 - - - 4, 22 - - - 3, 3, 3, 3 - - - 350, 158 - - - 1 - - - Windrose Options - - - tbpOptions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWindRoseOptions - - - 0 - - - 0, 2 - - - 358, 184 - - - 11 - - - tbpWindRoseOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 384, 239 - - - CenterScreen - - - Wind Rose - - - sdgWindrose - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrAdditionalLayers.Designer.vb b/instat/ucrAdditionalLayers.Designer.vb index 3681e23ccc7..bf6ae9eef28 100644 --- a/instat/ucrAdditionalLayers.Designer.vb +++ b/instat/ucrAdditionalLayers.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrAdditionalLayers 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrAdditionalLayers)) Me.cmdDelete = New System.Windows.Forms.Button() Me.cmdEdit = New System.Windows.Forms.Button() Me.cmdAdd = New System.Windows.Forms.Button() @@ -48,46 +47,63 @@ Partial Class ucrAdditionalLayers ' 'cmdDelete ' - resources.ApplyResources(Me.cmdDelete, "cmdDelete") + Me.cmdDelete.Location = New System.Drawing.Point(134, 121) Me.cmdDelete.Name = "cmdDelete" + Me.cmdDelete.Size = New System.Drawing.Size(75, 23) + Me.cmdDelete.TabIndex = 6 + Me.cmdDelete.Text = "Delete" Me.cmdDelete.UseVisualStyleBackColor = True ' 'cmdEdit ' - resources.ApplyResources(Me.cmdEdit, "cmdEdit") + Me.cmdEdit.Location = New System.Drawing.Point(134, 92) Me.cmdEdit.Name = "cmdEdit" + Me.cmdEdit.Size = New System.Drawing.Size(75, 23) + Me.cmdEdit.TabIndex = 7 + Me.cmdEdit.Text = "Edit" Me.cmdEdit.UseVisualStyleBackColor = True ' 'cmdAdd ' - resources.ApplyResources(Me.cmdAdd, "cmdAdd") + Me.cmdAdd.Location = New System.Drawing.Point(134, 63) Me.cmdAdd.Name = "cmdAdd" + Me.cmdAdd.Size = New System.Drawing.Size(75, 23) + Me.cmdAdd.TabIndex = 8 + Me.cmdAdd.Text = "Add" Me.cmdAdd.UseVisualStyleBackColor = True ' 'lblLayers ' - resources.ApplyResources(Me.lblLayers, "lblLayers") + Me.lblLayers.AutoSize = True + Me.lblLayers.Location = New System.Drawing.Point(4, 13) Me.lblLayers.Name = "lblLayers" + Me.lblLayers.Size = New System.Drawing.Size(41, 13) + Me.lblLayers.TabIndex = 5 + Me.lblLayers.Text = "Layers:" ' 'lstLayers ' Me.lstLayers.FullRowSelect = True Me.lstLayers.HideSelection = False - resources.ApplyResources(Me.lstLayers, "lstLayers") + Me.lstLayers.Location = New System.Drawing.Point(3, 28) Me.lstLayers.Name = "lstLayers" + Me.lstLayers.Size = New System.Drawing.Size(125, 149) + Me.lstLayers.TabIndex = 4 Me.lstLayers.UseCompatibleStateImageBehavior = False Me.lstLayers.View = System.Windows.Forms.View.List ' 'ucrAdditionalLayers ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.cmdDelete) Me.Controls.Add(Me.cmdEdit) Me.Controls.Add(Me.cmdAdd) Me.Controls.Add(Me.lblLayers) Me.Controls.Add(Me.lstLayers) Me.Name = "ucrAdditionalLayers" + Me.Size = New System.Drawing.Size(213, 180) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrAdditionalLayers.resx b/instat/ucrAdditionalLayers.resx index 6e990deb87a..29dcb1b3a35 100644 --- a/instat/ucrAdditionalLayers.resx +++ b/instat/ucrAdditionalLayers.resx @@ -117,144 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 134, 121 - - - 75, 23 - - - - 6 - - - Delete - - - cmdDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 134, 92 - - - 75, 23 - - - 7 - - - Edit - - - cmdEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 134, 63 - - - 75, 23 - - - 8 - - - Add - - - cmdAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 4, 13 - - - 41, 13 - - - 5 - - - Layers: - - - lblLayers - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 3, 28 - - - 125, 149 - - - 4 - - - lstLayers - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 213, 180 - - - ucrAdditionalLayers - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrAxes.Designer.vb b/instat/ucrAxes.Designer.vb index 4392ba45063..a112a00cf1b 100644 --- a/instat/ucrAxes.Designer.vb +++ b/instat/ucrAxes.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrAxes 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrAxes)) Me.grpAxisTitle = New System.Windows.Forms.GroupBox() Me.lblTitle = New System.Windows.Forms.Label() Me.rdoSpecifyTitle = New System.Windows.Forms.RadioButton() @@ -117,48 +116,73 @@ Partial Class ucrAxes Me.grpAxisTitle.Controls.Add(Me.rdoTitleAuto) Me.grpAxisTitle.Controls.Add(Me.ucrInputTitle) Me.grpAxisTitle.Controls.Add(Me.ucrPnlAxisTitle) - resources.ApplyResources(Me.grpAxisTitle, "grpAxisTitle") + Me.grpAxisTitle.Location = New System.Drawing.Point(3, 1) Me.grpAxisTitle.Name = "grpAxisTitle" + Me.grpAxisTitle.Size = New System.Drawing.Size(301, 83) + Me.grpAxisTitle.TabIndex = 0 Me.grpAxisTitle.TabStop = False + Me.grpAxisTitle.Text = "Axis Title" ' 'lblTitle ' - resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.AutoSize = True + Me.lblTitle.Location = New System.Drawing.Point(6, 51) Me.lblTitle.Name = "lblTitle" + Me.lblTitle.Size = New System.Drawing.Size(30, 13) + Me.lblTitle.TabIndex = 20 + Me.lblTitle.Text = "Title:" ' 'rdoSpecifyTitle ' - resources.ApplyResources(Me.rdoSpecifyTitle, "rdoSpecifyTitle") + Me.rdoSpecifyTitle.AutoSize = True + Me.rdoSpecifyTitle.Location = New System.Drawing.Point(93, 21) Me.rdoSpecifyTitle.Name = "rdoSpecifyTitle" + Me.rdoSpecifyTitle.Size = New System.Drawing.Size(83, 17) + Me.rdoSpecifyTitle.TabIndex = 3 Me.rdoSpecifyTitle.TabStop = True + Me.rdoSpecifyTitle.Text = "Specify Title" Me.rdoSpecifyTitle.UseVisualStyleBackColor = True ' 'rdoNoTitle ' - resources.ApplyResources(Me.rdoNoTitle, "rdoNoTitle") + Me.rdoNoTitle.AutoSize = True + Me.rdoNoTitle.Location = New System.Drawing.Point(214, 21) Me.rdoNoTitle.Name = "rdoNoTitle" + Me.rdoNoTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoNoTitle.TabIndex = 3 Me.rdoNoTitle.TabStop = True + Me.rdoNoTitle.Text = "No Title" Me.rdoNoTitle.UseVisualStyleBackColor = True ' 'rdoTitleAuto ' - resources.ApplyResources(Me.rdoTitleAuto, "rdoTitleAuto") + Me.rdoTitleAuto.AutoSize = True + Me.rdoTitleAuto.Location = New System.Drawing.Point(6, 21) Me.rdoTitleAuto.Name = "rdoTitleAuto" + Me.rdoTitleAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoTitleAuto.TabIndex = 2 Me.rdoTitleAuto.TabStop = True + Me.rdoTitleAuto.Text = "Auto" Me.rdoTitleAuto.UseVisualStyleBackColor = True ' 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTitle, "ucrInputTitle") + Me.ucrInputTitle.Location = New System.Drawing.Point(62, 47) Me.ucrInputTitle.Name = "ucrInputTitle" + Me.ucrInputTitle.Size = New System.Drawing.Size(131, 21) + Me.ucrInputTitle.TabIndex = 1 ' 'ucrPnlAxisTitle ' - resources.ApplyResources(Me.ucrPnlAxisTitle, "ucrPnlAxisTitle") + Me.ucrPnlAxisTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlAxisTitle.Location = New System.Drawing.Point(5, 18) Me.ucrPnlAxisTitle.Name = "ucrPnlAxisTitle" + Me.ucrPnlAxisTitle.Size = New System.Drawing.Size(290, 23) + Me.ucrPnlAxisTitle.TabIndex = 19 ' 'grpMajorBreaks ' @@ -176,103 +200,155 @@ Partial Class ucrAxes Me.grpMajorBreaks.Controls.Add(Me.lblMajorBreaksTo) Me.grpMajorBreaks.Controls.Add(Me.ucrPnlMajorBreaks) Me.grpMajorBreaks.Controls.Add(Me.ucrInputMajorBreaksCustom) - resources.ApplyResources(Me.grpMajorBreaks, "grpMajorBreaks") + Me.grpMajorBreaks.Location = New System.Drawing.Point(310, 29) Me.grpMajorBreaks.Name = "grpMajorBreaks" + Me.grpMajorBreaks.Size = New System.Drawing.Size(354, 162) + Me.grpMajorBreaks.TabIndex = 1 Me.grpMajorBreaks.TabStop = False + Me.grpMajorBreaks.Text = "Major Tick Marks" ' 'ucrChkLabels ' + Me.ucrChkLabels.AutoSize = True Me.ucrChkLabels.Checked = False - resources.ApplyResources(Me.ucrChkLabels, "ucrChkLabels") + Me.ucrChkLabels.Location = New System.Drawing.Point(5, 133) Me.ucrChkLabels.Name = "ucrChkLabels" + Me.ucrChkLabels.Size = New System.Drawing.Size(65, 23) + Me.ucrChkLabels.TabIndex = 22 ' 'ucrInputMajorBreaksLabels ' Me.ucrInputMajorBreaksLabels.AddQuotesIfUnrecognised = True + Me.ucrInputMajorBreaksLabels.AutoSize = True Me.ucrInputMajorBreaksLabels.IsMultiline = False Me.ucrInputMajorBreaksLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorBreaksLabels, "ucrInputMajorBreaksLabels") + Me.ucrInputMajorBreaksLabels.Location = New System.Drawing.Point(74, 132) Me.ucrInputMajorBreaksLabels.Name = "ucrInputMajorBreaksLabels" + Me.ucrInputMajorBreaksLabels.Size = New System.Drawing.Size(170, 21) + Me.ucrInputMajorBreaksLabels.TabIndex = 4 ' 'rdoMajorBreaksSeq ' - resources.ApplyResources(Me.rdoMajorBreaksSeq, "rdoMajorBreaksSeq") + Me.rdoMajorBreaksSeq.AutoSize = True + Me.rdoMajorBreaksSeq.Location = New System.Drawing.Point(98, 21) Me.rdoMajorBreaksSeq.Name = "rdoMajorBreaksSeq" + Me.rdoMajorBreaksSeq.Size = New System.Drawing.Size(74, 17) + Me.rdoMajorBreaksSeq.TabIndex = 21 Me.rdoMajorBreaksSeq.TabStop = True + Me.rdoMajorBreaksSeq.Text = "Sequence" Me.rdoMajorBreaksSeq.UseVisualStyleBackColor = True ' 'rdoMajorBreaksCustom ' - resources.ApplyResources(Me.rdoMajorBreaksCustom, "rdoMajorBreaksCustom") + Me.rdoMajorBreaksCustom.AutoSize = True + Me.rdoMajorBreaksCustom.Location = New System.Drawing.Point(179, 21) Me.rdoMajorBreaksCustom.Name = "rdoMajorBreaksCustom" + Me.rdoMajorBreaksCustom.Size = New System.Drawing.Size(60, 17) + Me.rdoMajorBreaksCustom.TabIndex = 20 Me.rdoMajorBreaksCustom.TabStop = True + Me.rdoMajorBreaksCustom.Text = "Custom" Me.rdoMajorBreaksCustom.UseVisualStyleBackColor = True ' 'ucrInputMajorBreaksInStepsOf ' Me.ucrInputMajorBreaksInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputMajorBreaksInStepsOf.AutoSize = True Me.ucrInputMajorBreaksInStepsOf.IsMultiline = False Me.ucrInputMajorBreaksInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorBreaksInStepsOf, "ucrInputMajorBreaksInStepsOf") + Me.ucrInputMajorBreaksInStepsOf.Location = New System.Drawing.Point(74, 99) Me.ucrInputMajorBreaksInStepsOf.Name = "ucrInputMajorBreaksInStepsOf" + Me.ucrInputMajorBreaksInStepsOf.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMajorBreaksInStepsOf.TabIndex = 19 ' 'rdoMajorBreaksNone ' - resources.ApplyResources(Me.rdoMajorBreaksNone, "rdoMajorBreaksNone") + Me.rdoMajorBreaksNone.AutoSize = True + Me.rdoMajorBreaksNone.Location = New System.Drawing.Point(278, 21) Me.rdoMajorBreaksNone.Name = "rdoMajorBreaksNone" + Me.rdoMajorBreaksNone.Size = New System.Drawing.Size(56, 17) + Me.rdoMajorBreaksNone.TabIndex = 3 Me.rdoMajorBreaksNone.TabStop = True + Me.rdoMajorBreaksNone.Text = "Aucun" Me.rdoMajorBreaksNone.UseVisualStyleBackColor = True ' 'ucrInputMajorBreaksTo ' Me.ucrInputMajorBreaksTo.AddQuotesIfUnrecognised = True + Me.ucrInputMajorBreaksTo.AutoSize = True Me.ucrInputMajorBreaksTo.IsMultiline = False Me.ucrInputMajorBreaksTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorBreaksTo, "ucrInputMajorBreaksTo") + Me.ucrInputMajorBreaksTo.Location = New System.Drawing.Point(74, 72) Me.ucrInputMajorBreaksTo.Name = "ucrInputMajorBreaksTo" + Me.ucrInputMajorBreaksTo.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMajorBreaksTo.TabIndex = 19 ' 'ucrInputMajorBreaksFrom ' Me.ucrInputMajorBreaksFrom.AddQuotesIfUnrecognised = True + Me.ucrInputMajorBreaksFrom.AutoSize = True Me.ucrInputMajorBreaksFrom.IsMultiline = False Me.ucrInputMajorBreaksFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorBreaksFrom, "ucrInputMajorBreaksFrom") + Me.ucrInputMajorBreaksFrom.Location = New System.Drawing.Point(74, 46) Me.ucrInputMajorBreaksFrom.Name = "ucrInputMajorBreaksFrom" + Me.ucrInputMajorBreaksFrom.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMajorBreaksFrom.TabIndex = 19 ' 'rdoMajorBreaksAuto ' - resources.ApplyResources(Me.rdoMajorBreaksAuto, "rdoMajorBreaksAuto") + Me.rdoMajorBreaksAuto.AutoSize = True + Me.rdoMajorBreaksAuto.Location = New System.Drawing.Point(6, 21) Me.rdoMajorBreaksAuto.Name = "rdoMajorBreaksAuto" + Me.rdoMajorBreaksAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoMajorBreaksAuto.TabIndex = 2 Me.rdoMajorBreaksAuto.TabStop = True + Me.rdoMajorBreaksAuto.Text = "Auto" Me.rdoMajorBreaksAuto.UseVisualStyleBackColor = True ' 'lblMajorBreaksInStepsOf ' - resources.ApplyResources(Me.lblMajorBreaksInStepsOf, "lblMajorBreaksInStepsOf") + Me.lblMajorBreaksInStepsOf.AutoSize = True + Me.lblMajorBreaksInStepsOf.Location = New System.Drawing.Point(9, 103) Me.lblMajorBreaksInStepsOf.Name = "lblMajorBreaksInStepsOf" + Me.lblMajorBreaksInStepsOf.Size = New System.Drawing.Size(61, 13) + Me.lblMajorBreaksInStepsOf.TabIndex = 9 + Me.lblMajorBreaksInStepsOf.Text = "In Steps of:" ' 'lblMajorBreaksFrom ' - resources.ApplyResources(Me.lblMajorBreaksFrom, "lblMajorBreaksFrom") + Me.lblMajorBreaksFrom.AutoSize = True + Me.lblMajorBreaksFrom.Location = New System.Drawing.Point(9, 50) Me.lblMajorBreaksFrom.Name = "lblMajorBreaksFrom" + Me.lblMajorBreaksFrom.Size = New System.Drawing.Size(33, 13) + Me.lblMajorBreaksFrom.TabIndex = 5 + Me.lblMajorBreaksFrom.Text = "From:" ' 'lblMajorBreaksTo ' - resources.ApplyResources(Me.lblMajorBreaksTo, "lblMajorBreaksTo") + Me.lblMajorBreaksTo.AutoSize = True + Me.lblMajorBreaksTo.Location = New System.Drawing.Point(9, 75) Me.lblMajorBreaksTo.Name = "lblMajorBreaksTo" + Me.lblMajorBreaksTo.Size = New System.Drawing.Size(23, 13) + Me.lblMajorBreaksTo.TabIndex = 6 + Me.lblMajorBreaksTo.Text = "To:" ' 'ucrPnlMajorBreaks ' - resources.ApplyResources(Me.ucrPnlMajorBreaks, "ucrPnlMajorBreaks") + Me.ucrPnlMajorBreaks.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMajorBreaks.Location = New System.Drawing.Point(3, 19) Me.ucrPnlMajorBreaks.Name = "ucrPnlMajorBreaks" + Me.ucrPnlMajorBreaks.Size = New System.Drawing.Size(335, 23) + Me.ucrPnlMajorBreaks.TabIndex = 18 ' 'ucrInputMajorBreaksCustom ' Me.ucrInputMajorBreaksCustom.AddQuotesIfUnrecognised = True + Me.ucrInputMajorBreaksCustom.AutoSize = True Me.ucrInputMajorBreaksCustom.IsMultiline = False Me.ucrInputMajorBreaksCustom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorBreaksCustom, "ucrInputMajorBreaksCustom") + Me.ucrInputMajorBreaksCustom.Location = New System.Drawing.Point(6, 46) Me.ucrInputMajorBreaksCustom.Name = "ucrInputMajorBreaksCustom" + Me.ucrInputMajorBreaksCustom.Size = New System.Drawing.Size(238, 21) + Me.ucrInputMajorBreaksCustom.TabIndex = 15 ' 'grpScales ' @@ -291,110 +367,162 @@ Partial Class ucrAxes Me.grpScales.Controls.Add(Me.rdoScalesCustom) Me.grpScales.Controls.Add(Me.rdoScalesAuto) Me.grpScales.Controls.Add(Me.ucrPnlScales) - resources.ApplyResources(Me.grpScales, "grpScales") + Me.grpScales.Location = New System.Drawing.Point(3, 90) Me.grpScales.Name = "grpScales" + Me.grpScales.Size = New System.Drawing.Size(274, 228) + Me.grpScales.TabIndex = 2 Me.grpScales.TabStop = False + Me.grpScales.Text = "Scales" ' 'ucrInputRelaceMissingvalues ' Me.ucrInputRelaceMissingvalues.AddQuotesIfUnrecognised = True + Me.ucrInputRelaceMissingvalues.AutoSize = True Me.ucrInputRelaceMissingvalues.IsMultiline = False Me.ucrInputRelaceMissingvalues.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRelaceMissingvalues, "ucrInputRelaceMissingvalues") + Me.ucrInputRelaceMissingvalues.Location = New System.Drawing.Point(112, 103) Me.ucrInputRelaceMissingvalues.Name = "ucrInputRelaceMissingvalues" + Me.ucrInputRelaceMissingvalues.Size = New System.Drawing.Size(91, 21) + Me.ucrInputRelaceMissingvalues.TabIndex = 27 ' 'ucrInputExpand ' Me.ucrInputExpand.AddQuotesIfUnrecognised = True + Me.ucrInputExpand.AutoSize = True Me.ucrInputExpand.IsMultiline = False Me.ucrInputExpand.IsReadOnly = False - resources.ApplyResources(Me.ucrInputExpand, "ucrInputExpand") + Me.ucrInputExpand.Location = New System.Drawing.Point(112, 187) Me.ucrInputExpand.Name = "ucrInputExpand" + Me.ucrInputExpand.Size = New System.Drawing.Size(91, 21) + Me.ucrInputExpand.TabIndex = 27 ' 'ucrInputTransformation ' Me.ucrInputTransformation.AddQuotesIfUnrecognised = True + Me.ucrInputTransformation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTransformation.GetSetSelectedIndex = -1 Me.ucrInputTransformation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTransformation, "ucrInputTransformation") + Me.ucrInputTransformation.Location = New System.Drawing.Point(112, 159) Me.ucrInputTransformation.Name = "ucrInputTransformation" + Me.ucrInputTransformation.Size = New System.Drawing.Size(91, 21) + Me.ucrInputTransformation.TabIndex = 26 ' 'ucrInputPosition ' Me.ucrInputPosition.AddQuotesIfUnrecognised = True + Me.ucrInputPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPosition.GetSetSelectedIndex = -1 Me.ucrInputPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPosition, "ucrInputPosition") + Me.ucrInputPosition.Location = New System.Drawing.Point(112, 131) Me.ucrInputPosition.Name = "ucrInputPosition" + Me.ucrInputPosition.Size = New System.Drawing.Size(91, 21) + Me.ucrInputPosition.TabIndex = 26 ' 'ucrChkExpand ' + Me.ucrChkExpand.AutoSize = True Me.ucrChkExpand.Checked = False - resources.ApplyResources(Me.ucrChkExpand, "ucrChkExpand") + Me.ucrChkExpand.Location = New System.Drawing.Point(6, 187) Me.ucrChkExpand.Name = "ucrChkExpand" + Me.ucrChkExpand.Size = New System.Drawing.Size(100, 23) + Me.ucrChkExpand.TabIndex = 23 ' 'ucrChkTransformation ' + Me.ucrChkTransformation.AutoSize = True Me.ucrChkTransformation.Checked = False - resources.ApplyResources(Me.ucrChkTransformation, "ucrChkTransformation") + Me.ucrChkTransformation.Location = New System.Drawing.Point(6, 159) Me.ucrChkTransformation.Name = "ucrChkTransformation" + Me.ucrChkTransformation.Size = New System.Drawing.Size(100, 23) + Me.ucrChkTransformation.TabIndex = 23 ' 'ucrChkPosition ' + Me.ucrChkPosition.AutoSize = True Me.ucrChkPosition.Checked = False - resources.ApplyResources(Me.ucrChkPosition, "ucrChkPosition") + Me.ucrChkPosition.Location = New System.Drawing.Point(6, 131) Me.ucrChkPosition.Name = "ucrChkPosition" + Me.ucrChkPosition.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPosition.TabIndex = 23 ' 'ucrChkNaValue ' + Me.ucrChkNaValue.AutoSize = True Me.ucrChkNaValue.Checked = False - resources.ApplyResources(Me.ucrChkNaValue, "ucrChkNaValue") + Me.ucrChkNaValue.Location = New System.Drawing.Point(6, 103) Me.ucrChkNaValue.Name = "ucrChkNaValue" + Me.ucrChkNaValue.Size = New System.Drawing.Size(100, 23) + Me.ucrChkNaValue.TabIndex = 23 ' 'ucrInputUpperLimit ' Me.ucrInputUpperLimit.AddQuotesIfUnrecognised = True + Me.ucrInputUpperLimit.AutoSize = True Me.ucrInputUpperLimit.IsMultiline = False Me.ucrInputUpperLimit.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUpperLimit, "ucrInputUpperLimit") + Me.ucrInputUpperLimit.Location = New System.Drawing.Point(90, 76) Me.ucrInputUpperLimit.Name = "ucrInputUpperLimit" + Me.ucrInputUpperLimit.Size = New System.Drawing.Size(79, 21) + Me.ucrInputUpperLimit.TabIndex = 22 ' 'ucrInputLowerLimit ' Me.ucrInputLowerLimit.AddQuotesIfUnrecognised = True + Me.ucrInputLowerLimit.AutoSize = True Me.ucrInputLowerLimit.IsMultiline = False Me.ucrInputLowerLimit.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLowerLimit, "ucrInputLowerLimit") + Me.ucrInputLowerLimit.Location = New System.Drawing.Point(90, 46) Me.ucrInputLowerLimit.Name = "ucrInputLowerLimit" + Me.ucrInputLowerLimit.Size = New System.Drawing.Size(79, 21) + Me.ucrInputLowerLimit.TabIndex = 22 ' 'lblUpperLimit ' - resources.ApplyResources(Me.lblUpperLimit, "lblUpperLimit") + Me.lblUpperLimit.AutoSize = True + Me.lblUpperLimit.Location = New System.Drawing.Point(3, 75) Me.lblUpperLimit.Name = "lblUpperLimit" + Me.lblUpperLimit.Size = New System.Drawing.Size(66, 13) + Me.lblUpperLimit.TabIndex = 5 + Me.lblUpperLimit.Text = "Upper Limit :" ' 'lblLowerLimit ' - resources.ApplyResources(Me.lblLowerLimit, "lblLowerLimit") + Me.lblLowerLimit.AutoSize = True + Me.lblLowerLimit.Location = New System.Drawing.Point(3, 48) Me.lblLowerLimit.Name = "lblLowerLimit" + Me.lblLowerLimit.Size = New System.Drawing.Size(66, 13) + Me.lblLowerLimit.TabIndex = 3 + Me.lblLowerLimit.Text = "Lower Limit :" ' 'rdoScalesCustom ' - resources.ApplyResources(Me.rdoScalesCustom, "rdoScalesCustom") + Me.rdoScalesCustom.AutoSize = True + Me.rdoScalesCustom.Location = New System.Drawing.Point(137, 20) Me.rdoScalesCustom.Name = "rdoScalesCustom" + Me.rdoScalesCustom.Size = New System.Drawing.Size(60, 17) + Me.rdoScalesCustom.TabIndex = 4 Me.rdoScalesCustom.TabStop = True + Me.rdoScalesCustom.Text = "Custom" Me.rdoScalesCustom.UseVisualStyleBackColor = True ' 'rdoScalesAuto ' - resources.ApplyResources(Me.rdoScalesAuto, "rdoScalesAuto") + Me.rdoScalesAuto.AutoSize = True + Me.rdoScalesAuto.Location = New System.Drawing.Point(9, 20) Me.rdoScalesAuto.Name = "rdoScalesAuto" + Me.rdoScalesAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoScalesAuto.TabIndex = 3 Me.rdoScalesAuto.TabStop = True + Me.rdoScalesAuto.Text = "Auto" Me.rdoScalesAuto.UseVisualStyleBackColor = True ' 'ucrPnlScales ' - resources.ApplyResources(Me.ucrPnlScales, "ucrPnlScales") + Me.ucrPnlScales.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlScales.Location = New System.Drawing.Point(6, 17) Me.ucrPnlScales.Name = "ucrPnlScales" + Me.ucrPnlScales.Size = New System.Drawing.Size(233, 23) + Me.ucrPnlScales.TabIndex = 20 ' 'grpScaleXDate ' @@ -408,157 +536,231 @@ Partial Class ucrAxes Me.grpScaleXDate.Controls.Add(Me.ucrDtpUpperLimit) Me.grpScaleXDate.Controls.Add(Me.ucrChkLimits) Me.grpScaleXDate.Controls.Add(Me.ucrChkBreaks) - resources.ApplyResources(Me.grpScaleXDate, "grpScaleXDate") + Me.grpScaleXDate.Location = New System.Drawing.Point(3, 90) Me.grpScaleXDate.Name = "grpScaleXDate" + Me.grpScaleXDate.Size = New System.Drawing.Size(301, 153) + Me.grpScaleXDate.TabIndex = 34 Me.grpScaleXDate.TabStop = False + Me.grpScaleXDate.Text = "Date Scales" ' 'ucrInputComboDateLabel ' Me.ucrInputComboDateLabel.AddQuotesIfUnrecognised = True + Me.ucrInputComboDateLabel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboDateLabel.GetSetSelectedIndex = -1 Me.ucrInputComboDateLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboDateLabel, "ucrInputComboDateLabel") + Me.ucrInputComboDateLabel.Location = New System.Drawing.Point(95, 54) Me.ucrInputComboDateLabel.Name = "ucrInputComboDateLabel" + Me.ucrInputComboDateLabel.Size = New System.Drawing.Size(135, 21) + Me.ucrInputComboDateLabel.TabIndex = 9 ' 'ucrChkDateLabels ' + Me.ucrChkDateLabels.AutoSize = True Me.ucrChkDateLabels.Checked = False - resources.ApplyResources(Me.ucrChkDateLabels, "ucrChkDateLabels") + Me.ucrChkDateLabels.Location = New System.Drawing.Point(14, 54) Me.ucrChkDateLabels.Name = "ucrChkDateLabels" + Me.ucrChkDateLabels.Size = New System.Drawing.Size(92, 23) + Me.ucrChkDateLabels.TabIndex = 8 ' 'ucrInputComboDateBreak ' Me.ucrInputComboDateBreak.AddQuotesIfUnrecognised = True + Me.ucrInputComboDateBreak.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboDateBreak.GetSetSelectedIndex = -1 Me.ucrInputComboDateBreak.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboDateBreak, "ucrInputComboDateBreak") + Me.ucrInputComboDateBreak.Location = New System.Drawing.Point(145, 31) Me.ucrInputComboDateBreak.Name = "ucrInputComboDateBreak" + Me.ucrInputComboDateBreak.Size = New System.Drawing.Size(85, 21) + Me.ucrInputComboDateBreak.TabIndex = 7 ' 'lbXscaleDateLowerLimit ' - resources.ApplyResources(Me.lbXscaleDateLowerLimit, "lbXscaleDateLowerLimit") + Me.lbXscaleDateLowerLimit.AutoSize = True + Me.lbXscaleDateLowerLimit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lbXscaleDateLowerLimit.Location = New System.Drawing.Point(10, 100) Me.lbXscaleDateLowerLimit.Name = "lbXscaleDateLowerLimit" + Me.lbXscaleDateLowerLimit.Size = New System.Drawing.Size(60, 13) + Me.lbXscaleDateLowerLimit.TabIndex = 6 + Me.lbXscaleDateLowerLimit.Text = "Lower Limit" ' 'lblXScalDateUpperLimit ' - resources.ApplyResources(Me.lblXScalDateUpperLimit, "lblXScalDateUpperLimit") + Me.lblXScalDateUpperLimit.AutoSize = True + Me.lblXScalDateUpperLimit.Location = New System.Drawing.Point(9, 123) Me.lblXScalDateUpperLimit.Name = "lblXScalDateUpperLimit" + Me.lblXScalDateUpperLimit.Size = New System.Drawing.Size(60, 13) + Me.lblXScalDateUpperLimit.TabIndex = 5 + Me.lblXScalDateUpperLimit.Text = "Upper Limit" ' 'ucrNudDateBreak ' + Me.ucrNudDateBreak.AutoSize = True Me.ucrNudDateBreak.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreak.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDateBreak, "ucrNudDateBreak") + Me.ucrNudDateBreak.Location = New System.Drawing.Point(95, 31) Me.ucrNudDateBreak.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDateBreak.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreak.Name = "ucrNudDateBreak" + Me.ucrNudDateBreak.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDateBreak.TabIndex = 4 Me.ucrNudDateBreak.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrDtpLowerLimit ' + Me.ucrDtpLowerLimit.AutoSize = True Me.ucrDtpLowerLimit.DateValue = New Date(2021, 6, 19, 11, 15, 36, 159) Me.ucrDtpLowerLimit.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpLowerLimit, "ucrDtpLowerLimit") + Me.ucrDtpLowerLimit.Location = New System.Drawing.Point(95, 100) Me.ucrDtpLowerLimit.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpLowerLimit.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpLowerLimit.Name = "ucrDtpLowerLimit" + Me.ucrDtpLowerLimit.Size = New System.Drawing.Size(136, 20) + Me.ucrDtpLowerLimit.TabIndex = 3 ' 'ucrDtpUpperLimit ' + Me.ucrDtpUpperLimit.AutoSize = True Me.ucrDtpUpperLimit.DateValue = New Date(2021, 6, 19, 11, 15, 36, 170) Me.ucrDtpUpperLimit.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpUpperLimit, "ucrDtpUpperLimit") + Me.ucrDtpUpperLimit.Location = New System.Drawing.Point(95, 123) Me.ucrDtpUpperLimit.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpUpperLimit.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpUpperLimit.Name = "ucrDtpUpperLimit" + Me.ucrDtpUpperLimit.Size = New System.Drawing.Size(135, 20) + Me.ucrDtpUpperLimit.TabIndex = 2 ' 'ucrChkLimits ' + Me.ucrChkLimits.AutoSize = True Me.ucrChkLimits.Checked = False - resources.ApplyResources(Me.ucrChkLimits, "ucrChkLimits") + Me.ucrChkLimits.Location = New System.Drawing.Point(14, 77) Me.ucrChkLimits.Name = "ucrChkLimits" + Me.ucrChkLimits.Size = New System.Drawing.Size(100, 23) + Me.ucrChkLimits.TabIndex = 1 ' 'ucrChkBreaks ' + Me.ucrChkBreaks.AutoSize = True Me.ucrChkBreaks.Checked = False - resources.ApplyResources(Me.ucrChkBreaks, "ucrChkBreaks") + Me.ucrChkBreaks.Location = New System.Drawing.Point(14, 31) Me.ucrChkBreaks.Name = "ucrChkBreaks" + Me.ucrChkBreaks.Size = New System.Drawing.Size(100, 23) + Me.ucrChkBreaks.TabIndex = 0 ' 'ucrInputAxisType ' Me.ucrInputAxisType.AddQuotesIfUnrecognised = True + Me.ucrInputAxisType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputAxisType.GetSetSelectedIndex = -1 Me.ucrInputAxisType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAxisType, "ucrInputAxisType") + Me.ucrInputAxisType.Location = New System.Drawing.Point(527, 7) Me.ucrInputAxisType.Name = "ucrInputAxisType" + Me.ucrInputAxisType.Size = New System.Drawing.Size(137, 21) + Me.ucrInputAxisType.TabIndex = 3 ' 'rdoMinorBreaksSeq ' - resources.ApplyResources(Me.rdoMinorBreaksSeq, "rdoMinorBreaksSeq") + Me.rdoMinorBreaksSeq.AutoSize = True + Me.rdoMinorBreaksSeq.Location = New System.Drawing.Point(98, 20) Me.rdoMinorBreaksSeq.Name = "rdoMinorBreaksSeq" + Me.rdoMinorBreaksSeq.Size = New System.Drawing.Size(74, 17) + Me.rdoMinorBreaksSeq.TabIndex = 32 Me.rdoMinorBreaksSeq.TabStop = True + Me.rdoMinorBreaksSeq.Text = "Sequence" Me.rdoMinorBreaksSeq.UseVisualStyleBackColor = True ' 'rdoMinorBreaksCustom ' - resources.ApplyResources(Me.rdoMinorBreaksCustom, "rdoMinorBreaksCustom") + Me.rdoMinorBreaksCustom.AutoSize = True + Me.rdoMinorBreaksCustom.Location = New System.Drawing.Point(179, 20) Me.rdoMinorBreaksCustom.Name = "rdoMinorBreaksCustom" + Me.rdoMinorBreaksCustom.Size = New System.Drawing.Size(60, 17) + Me.rdoMinorBreaksCustom.TabIndex = 31 Me.rdoMinorBreaksCustom.TabStop = True + Me.rdoMinorBreaksCustom.Text = "Custom" Me.rdoMinorBreaksCustom.UseVisualStyleBackColor = True ' 'ucrInputMinorBreaksInStepsOf ' Me.ucrInputMinorBreaksInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputMinorBreaksInStepsOf.AutoSize = True Me.ucrInputMinorBreaksInStepsOf.IsMultiline = False Me.ucrInputMinorBreaksInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorBreaksInStepsOf, "ucrInputMinorBreaksInStepsOf") + Me.ucrInputMinorBreaksInStepsOf.Location = New System.Drawing.Point(126, 97) Me.ucrInputMinorBreaksInStepsOf.Name = "ucrInputMinorBreaksInStepsOf" + Me.ucrInputMinorBreaksInStepsOf.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMinorBreaksInStepsOf.TabIndex = 28 ' 'ucrInputMinorBreaksTo ' Me.ucrInputMinorBreaksTo.AddQuotesIfUnrecognised = True + Me.ucrInputMinorBreaksTo.AutoSize = True Me.ucrInputMinorBreaksTo.IsMultiline = False Me.ucrInputMinorBreaksTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorBreaksTo, "ucrInputMinorBreaksTo") + Me.ucrInputMinorBreaksTo.Location = New System.Drawing.Point(126, 71) Me.ucrInputMinorBreaksTo.Name = "ucrInputMinorBreaksTo" + Me.ucrInputMinorBreaksTo.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMinorBreaksTo.TabIndex = 29 ' 'ucrInputMinorBreaksFrom ' Me.ucrInputMinorBreaksFrom.AddQuotesIfUnrecognised = True + Me.ucrInputMinorBreaksFrom.AutoSize = True Me.ucrInputMinorBreaksFrom.IsMultiline = False Me.ucrInputMinorBreaksFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorBreaksFrom, "ucrInputMinorBreaksFrom") + Me.ucrInputMinorBreaksFrom.Location = New System.Drawing.Point(74, 45) Me.ucrInputMinorBreaksFrom.Name = "ucrInputMinorBreaksFrom" + Me.ucrInputMinorBreaksFrom.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMinorBreaksFrom.TabIndex = 30 ' 'rdoMinorBreaksAuto ' - resources.ApplyResources(Me.rdoMinorBreaksAuto, "rdoMinorBreaksAuto") + Me.rdoMinorBreaksAuto.AutoSize = True + Me.rdoMinorBreaksAuto.Location = New System.Drawing.Point(6, 19) Me.rdoMinorBreaksAuto.Name = "rdoMinorBreaksAuto" + Me.rdoMinorBreaksAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoMinorBreaksAuto.TabIndex = 22 Me.rdoMinorBreaksAuto.TabStop = True + Me.rdoMinorBreaksAuto.Text = "Auto" Me.rdoMinorBreaksAuto.UseVisualStyleBackColor = True ' 'ucrInputMinorBreaksCustom ' Me.ucrInputMinorBreaksCustom.AddQuotesIfUnrecognised = True + Me.ucrInputMinorBreaksCustom.AutoSize = True Me.ucrInputMinorBreaksCustom.IsMultiline = False Me.ucrInputMinorBreaksCustom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorBreaksCustom, "ucrInputMinorBreaksCustom") + Me.ucrInputMinorBreaksCustom.Location = New System.Drawing.Point(6, 44) Me.ucrInputMinorBreaksCustom.Name = "ucrInputMinorBreaksCustom" + Me.ucrInputMinorBreaksCustom.Size = New System.Drawing.Size(238, 21) + Me.ucrInputMinorBreaksCustom.TabIndex = 26 ' 'lblMinorBreaksInStepsOf ' - resources.ApplyResources(Me.lblMinorBreaksInStepsOf, "lblMinorBreaksInStepsOf") + Me.lblMinorBreaksInStepsOf.AutoSize = True + Me.lblMinorBreaksInStepsOf.Location = New System.Drawing.Point(9, 101) Me.lblMinorBreaksInStepsOf.Name = "lblMinorBreaksInStepsOf" + Me.lblMinorBreaksInStepsOf.Size = New System.Drawing.Size(61, 13) + Me.lblMinorBreaksInStepsOf.TabIndex = 25 + Me.lblMinorBreaksInStepsOf.Text = "In Steps of:" ' 'lblMinorBreaksTo ' - resources.ApplyResources(Me.lblMinorBreaksTo, "lblMinorBreaksTo") + Me.lblMinorBreaksTo.AutoSize = True + Me.lblMinorBreaksTo.Location = New System.Drawing.Point(9, 75) Me.lblMinorBreaksTo.Name = "lblMinorBreaksTo" + Me.lblMinorBreaksTo.Size = New System.Drawing.Size(23, 13) + Me.lblMinorBreaksTo.TabIndex = 24 + Me.lblMinorBreaksTo.Text = "To:" ' 'ucrPnlMinorBreaks ' - resources.ApplyResources(Me.ucrPnlMinorBreaks, "ucrPnlMinorBreaks") + Me.ucrPnlMinorBreaks.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMinorBreaks.Location = New System.Drawing.Point(6, 16) Me.ucrPnlMinorBreaks.Name = "ucrPnlMinorBreaks" + Me.ucrPnlMinorBreaks.Size = New System.Drawing.Size(332, 23) + Me.ucrPnlMinorBreaks.TabIndex = 27 ' 'grpMinorBreaks ' @@ -574,26 +776,37 @@ Partial Class ucrAxes Me.grpMinorBreaks.Controls.Add(Me.ucrInputMinorBreaksFrom) Me.grpMinorBreaks.Controls.Add(Me.ucrInputMinorBreaksInStepsOf) Me.grpMinorBreaks.Controls.Add(Me.ucrInputMinorBreaksTo) - resources.ApplyResources(Me.grpMinorBreaks, "grpMinorBreaks") + Me.grpMinorBreaks.Location = New System.Drawing.Point(310, 197) Me.grpMinorBreaks.Name = "grpMinorBreaks" + Me.grpMinorBreaks.Size = New System.Drawing.Size(354, 121) + Me.grpMinorBreaks.TabIndex = 33 Me.grpMinorBreaks.TabStop = False + Me.grpMinorBreaks.Text = "Minor Tick Marks" ' 'lblMinorBreaksFrom ' - resources.ApplyResources(Me.lblMinorBreaksFrom, "lblMinorBreaksFrom") + Me.lblMinorBreaksFrom.AutoSize = True + Me.lblMinorBreaksFrom.Location = New System.Drawing.Point(9, 48) Me.lblMinorBreaksFrom.Name = "lblMinorBreaksFrom" + Me.lblMinorBreaksFrom.Size = New System.Drawing.Size(33, 13) + Me.lblMinorBreaksFrom.TabIndex = 34 + Me.lblMinorBreaksFrom.Text = "From:" ' 'rdoMinorBreaksNone ' - resources.ApplyResources(Me.rdoMinorBreaksNone, "rdoMinorBreaksNone") + Me.rdoMinorBreaksNone.AutoSize = True + Me.rdoMinorBreaksNone.Location = New System.Drawing.Point(278, 20) Me.rdoMinorBreaksNone.Name = "rdoMinorBreaksNone" + Me.rdoMinorBreaksNone.Size = New System.Drawing.Size(51, 17) + Me.rdoMinorBreaksNone.TabIndex = 22 Me.rdoMinorBreaksNone.TabStop = True + Me.rdoMinorBreaksNone.Text = "None" Me.rdoMinorBreaksNone.UseVisualStyleBackColor = True ' 'ucrAxes ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.grpScaleXDate) Me.Controls.Add(Me.grpMinorBreaks) Me.Controls.Add(Me.ucrInputAxisType) @@ -601,6 +814,7 @@ Partial Class ucrAxes Me.Controls.Add(Me.grpMajorBreaks) Me.Controls.Add(Me.grpAxisTitle) Me.Name = "ucrAxes" + Me.Size = New System.Drawing.Size(667, 334) Me.grpAxisTitle.ResumeLayout(False) Me.grpAxisTitle.PerformLayout() Me.grpMajorBreaks.ResumeLayout(False) diff --git a/instat/ucrAxes.resx b/instat/ucrAxes.resx index d82c4024f70..29dcb1b3a35 100644 --- a/instat/ucrAxes.resx +++ b/instat/ucrAxes.resx @@ -117,1510 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 6, 51 - - - 30, 13 - - - 20 - - - Title: - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxisTitle - - - 0 - - - True - - - 93, 21 - - - 83, 17 - - - 3 - - - Specify Title - - - rdoSpecifyTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxisTitle - - - 1 - - - True - - - 214, 21 - - - 62, 17 - - - 3 - - - No Title - - - rdoNoTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxisTitle - - - 2 - - - True - - - 6, 21 - - - 47, 17 - - - 2 - - - Auto - - - rdoTitleAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxisTitle - - - 3 - - - 62, 47 - - - 131, 21 - - - 1 - - - ucrInputTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisTitle - - - 4 - - - 5, 18 - - - 290, 23 - - - 19 - - - ucrPnlAxisTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisTitle - - - 5 - - - 3, 1 - - - 301, 83 - - - 0 - - - Axis Title - - - grpAxisTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 5, 133 - - - 65, 20 - - - 22 - - - ucrChkLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 0 - - - 74, 132 - - - 170, 21 - - - 4 - - - ucrInputMajorBreaksLabels - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 1 - - - True - - - 98, 21 - - - 74, 17 - - - 21 - - - Sequence - - - rdoMajorBreaksSeq - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 2 - - - True - - - 179, 21 - - - 60, 17 - - - 20 - - - Custom - - - rdoMajorBreaksCustom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 3 - - - 74, 99 - - - 47, 21 - - - 19 - - - ucrInputMajorBreaksInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 4 - - - True - - - 278, 21 - - - 56, 17 - - - 3 - - - Aucun - - - rdoMajorBreaksNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 5 - - - 74, 72 - - - 47, 21 - - - 19 - - - ucrInputMajorBreaksTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 6 - - - 74, 46 - - - 47, 21 - - - 19 - - - ucrInputMajorBreaksFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 7 - - - True - - - 6, 21 - - - 47, 17 - - - 2 - - - Auto - - - rdoMajorBreaksAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 8 - - - True - - - 9, 103 - - - 61, 13 - - - 9 - - - In Steps of: - - - lblMajorBreaksInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 9 - - - True - - - 9, 50 - - - 33, 13 - - - 5 - - - From: - - - lblMajorBreaksFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 10 - - - True - - - 9, 75 - - - 23, 13 - - - 6 - - - To: - - - lblMajorBreaksTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorBreaks - - - 11 - - - 3, 19 - - - 335, 23 - - - 18 - - - ucrPnlMajorBreaks - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 12 - - - 6, 46 - - - 238, 21 - - - 15 - - - ucrInputMajorBreaksCustom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorBreaks - - - 13 - - - 310, 29 - - - 354, 162 - - - 1 - - - Major Tick Marks - - - grpMajorBreaks - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 112, 103 - - - 91, 21 - - - 27 - - - ucrInputRelaceMissingvalues - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 0 - - - 112, 187 - - - 91, 21 - - - 27 - - - ucrInputExpand - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 1 - - - 112, 159 - - - 91, 21 - - - 26 - - - ucrInputTransformation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 2 - - - 112, 131 - - - 91, 21 - - - 26 - - - ucrInputPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 3 - - - 6, 187 - - - 100, 20 - - - 23 - - - ucrChkExpand - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 4 - - - 6, 159 - - - 100, 20 - - - 23 - - - ucrChkTransformation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 5 - - - 6, 131 - - - 100, 20 - - - 23 - - - ucrChkPosition - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 6 - - - 6, 103 - - - 100, 20 - - - 23 - - - ucrChkNaValue - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 7 - - - 90, 76 - - - 79, 21 - - - 22 - - - ucrInputUpperLimit - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 8 - - - 90, 46 - - - 79, 21 - - - 22 - - - ucrInputLowerLimit - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 9 - - - True - - - 3, 75 - - - 66, 13 - - - 5 - - - Upper Limit : - - - lblUpperLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScales - - - 10 - - - True - - - 3, 48 - - - 66, 13 - - - 3 - - - Lower Limit : - - - lblLowerLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScales - - - 11 - - - True - - - 137, 20 - - - 60, 17 - - - 4 - - - Custom - - - rdoScalesCustom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScales - - - 12 - - - True - - - 9, 20 - - - 47, 17 - - - 3 - - - Auto - - - rdoScalesAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScales - - - 13 - - - 6, 17 - - - 233, 23 - - - 20 - - - ucrPnlScales - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScales - - - 14 - - - 3, 90 - - - 274, 228 - - - 2 - - - Scales - - - grpScales - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 95, 54 - - - 135, 21 - - - 9 - - - ucrInputComboDateLabel - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 0 - - - 14, 54 - - - 92, 20 - - - 8 - - - ucrChkDateLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 1 - - - 145, 31 - - - 85, 21 - - - 7 - - - ucrInputComboDateBreak - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 2 - - - True - - - - NoControl - - - 10, 100 - - - 60, 13 - - - 6 - - - Lower Limit - - - lbXscaleDateLowerLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScaleXDate - - - 3 - - - True - - - 9, 123 - - - 60, 13 - - - 5 - - - Upper Limit - - - lblXScalDateUpperLimit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScaleXDate - - - 4 - - - 95, 31 - - - 50, 20 - - - 4 - - - ucrNudDateBreak - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 5 - - - 95, 100 - - - 136, 20 - - - 3 - - - ucrDtpLowerLimit - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 6 - - - 95, 123 - - - 135, 20 - - - 2 - - - ucrDtpUpperLimit - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 7 - - - 14, 77 - - - 100, 20 - - - 1 - - - ucrChkLimits - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 8 - - - 14, 31 - - - 100, 20 - - - 0 - - - ucrChkBreaks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScaleXDate - - - 9 - - - 3, 90 - - - 301, 153 - - - 34 - - - Date Scales - - - grpScaleXDate - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 527, 7 - - - 137, 21 - - - 3 - - - ucrInputAxisType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 98, 20 - - - 74, 17 - - - 32 - - - Sequence - - - rdoMinorBreaksSeq - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 4 - - - True - - - 179, 20 - - - 60, 17 - - - 31 - - - Custom - - - rdoMinorBreaksCustom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 7 - - - 126, 97 - - - 47, 21 - - - 28 - - - ucrInputMinorBreaksInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorBreaks - - - 10 - - - 126, 71 - - - 47, 21 - - - 29 - - - ucrInputMinorBreaksTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorBreaks - - - 11 - - - 74, 45 - - - 47, 21 - - - 30 - - - ucrInputMinorBreaksFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorBreaks - - - 9 - - - True - - - 6, 19 - - - 47, 17 - - - 22 - - - Auto - - - rdoMinorBreaksAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 2 - - - 6, 44 - - - 238, 21 - - - 26 - - - ucrInputMinorBreaksCustom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorBreaks - - - 6 - - - True - - - 9, 101 - - - 61, 13 - - - 25 - - - In Steps of: - - - lblMinorBreaksInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 3 - - - True - - - 9, 75 - - - 23, 13 - - - 24 - - - To: - - - lblMinorBreaksTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 5 - - - 6, 16 - - - 332, 23 - - - 27 - - - ucrPnlMinorBreaks - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorBreaks - - - 8 - - - True - - - 9, 48 - - - 33, 13 - - - 34 - - - From: - - - lblMinorBreaksFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 0 - - - True - - - 278, 20 - - - 51, 17 - - - 22 - - - None - - - rdoMinorBreaksNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorBreaks - - - 1 - - - 310, 197 - - - 354, 121 - - - 33 - - - Minor Tick Marks - - - grpMinorBreaks - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 667, 334 - - - ucrAxes - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrButtons.Designer.vb b/instat/ucrButtons.Designer.vb index 43afbb0b32e..e7af43eb5f7 100644 --- a/instat/ucrButtons.Designer.vb +++ b/instat/ucrButtons.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrButtons 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrButtons)) Me.cmdOk = New System.Windows.Forms.Button() Me.cmdCancel = New System.Windows.Forms.Button() Me.cmdReset = New System.Windows.Forms.Button() @@ -51,62 +50,89 @@ Partial Class ucrButtons ' 'cmdOk ' - resources.ApplyResources(Me.cmdOk, "cmdOk") + Me.cmdOk.Location = New System.Drawing.Point(0, 26) Me.cmdOk.Name = "cmdOk" + Me.cmdOk.Size = New System.Drawing.Size(75, 23) + Me.cmdOk.TabIndex = 2 Me.cmdOk.Tag = "Ok " + Me.cmdOk.Text = "Ok" Me.cmdOk.UseVisualStyleBackColor = True ' 'cmdCancel ' - resources.ApplyResources(Me.cmdCancel, "cmdCancel") + Me.cmdCancel.Location = New System.Drawing.Point(158, 26) Me.cmdCancel.Name = "cmdCancel" + Me.cmdCancel.Size = New System.Drawing.Size(75, 23) + Me.cmdCancel.TabIndex = 4 Me.cmdCancel.Tag = "Close" + Me.cmdCancel.Text = "Close" Me.cmdCancel.UseVisualStyleBackColor = True ' 'cmdReset ' - resources.ApplyResources(Me.cmdReset, "cmdReset") + Me.cmdReset.Location = New System.Drawing.Point(79, 26) Me.cmdReset.Name = "cmdReset" + Me.cmdReset.Size = New System.Drawing.Size(75, 23) + Me.cmdReset.TabIndex = 3 Me.cmdReset.Tag = "Reset" + Me.cmdReset.Text = "Reset " Me.cmdReset.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(237, 26) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(84, 23) + Me.cmdHelp.TabIndex = 5 Me.cmdHelp.Tag = "Help" + Me.cmdHelp.Text = "Help " Me.cmdHelp.UseVisualStyleBackColor = True ' 'cmdPaste ' - resources.ApplyResources(Me.cmdPaste, "cmdPaste") + Me.cmdPaste.Location = New System.Drawing.Point(327, 26) Me.cmdPaste.Name = "cmdPaste" + Me.cmdPaste.Size = New System.Drawing.Size(75, 23) + Me.cmdPaste.TabIndex = 6 Me.cmdPaste.Tag = "To_Script" + Me.cmdPaste.Text = "To Script" Me.cmdPaste.UseVisualStyleBackColor = True ' 'chkComment ' - resources.ApplyResources(Me.chkComment, "chkComment") + Me.chkComment.AutoSize = True + Me.chkComment.Location = New System.Drawing.Point(0, 3) Me.chkComment.Name = "chkComment" + Me.chkComment.Size = New System.Drawing.Size(73, 17) + Me.chkComment.TabIndex = 0 Me.chkComment.Tag = "comment:" + Me.chkComment.Text = "Comment:" Me.chkComment.UseVisualStyleBackColor = True ' 'txtComment ' - resources.ApplyResources(Me.txtComment, "txtComment") + Me.txtComment.Location = New System.Drawing.Point(90, 1) Me.txtComment.Name = "txtComment" + Me.txtComment.Size = New System.Drawing.Size(312, 20) + Me.txtComment.TabIndex = 1 ' 'cmdLanguage ' - resources.ApplyResources(Me.cmdLanguage, "cmdLanguage") + Me.cmdLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLanguage.Location = New System.Drawing.Point(286, 26) Me.cmdLanguage.Name = "cmdLanguage" + Me.cmdLanguage.Size = New System.Drawing.Size(37, 23) + Me.cmdLanguage.TabIndex = 7 Me.cmdLanguage.Tag = "" + Me.cmdLanguage.Text = "Lang" Me.cmdLanguage.UseVisualStyleBackColor = True ' 'ucrButtons ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.Controls.Add(Me.cmdLanguage) Me.Controls.Add(Me.txtComment) Me.Controls.Add(Me.chkComment) @@ -116,6 +142,7 @@ Partial Class ucrButtons Me.Controls.Add(Me.cmdReset) Me.Controls.Add(Me.cmdHelp) Me.Name = "ucrButtons" + Me.Size = New System.Drawing.Size(410, 52) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrButtons.resx b/instat/ucrButtons.resx index acf3ab21a02..29dcb1b3a35 100644 --- a/instat/ucrButtons.resx +++ b/instat/ucrButtons.resx @@ -117,223 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 26 - - - 75, 23 - - - - 2 - - - Ok - - - cmdOk - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 158, 26 - - - 75, 23 - - - 4 - - - Close - - - cmdCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 79, 26 - - - 75, 23 - - - 3 - - - Reset - - - cmdReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - - NoControl - - - 237, 26 - - - 84, 23 - - - 5 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 327, 26 - - - 75, 23 - - - 6 - - - To Script - - - cmdPaste - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 0, 3 - - - 73, 17 - - - 0 - - - Comment: - - - chkComment - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 90, 1 - - - 312, 20 - - - 1 - - - txtComment - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 286, 26 - - - 37, 23 - - - 7 - - - Lang - - - cmdLanguage - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - GrowAndShrink - - - 410, 52 - - - ucrButtons - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrButtonsSubdialogue.designer.vb b/instat/ucrButtonsSubdialogue.designer.vb index 052af0bd413..9d270e78bd3 100644 --- a/instat/ucrButtonsSubdialogue.designer.vb +++ b/instat/ucrButtonsSubdialogue.designer.vb @@ -38,7 +38,6 @@ Partial Class ucrButtonsSubdialogue 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrButtonsSubdialogue)) Me.cmdReturn = New System.Windows.Forms.Button() Me.cmdHelp = New System.Windows.Forms.Button() Me.cmdCancel = New System.Windows.Forms.Button() @@ -47,41 +46,57 @@ Partial Class ucrButtonsSubdialogue ' 'cmdReturn ' - resources.ApplyResources(Me.cmdReturn, "cmdReturn") + Me.cmdReturn.Location = New System.Drawing.Point(0, 3) Me.cmdReturn.Name = "cmdReturn" + Me.cmdReturn.Size = New System.Drawing.Size(74, 23) + Me.cmdReturn.TabIndex = 0 Me.cmdReturn.Tag = "Return" + Me.cmdReturn.Text = "Return" Me.cmdReturn.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(76, 3) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(74, 23) + Me.cmdHelp.TabIndex = 1 Me.cmdHelp.Tag = "Help" + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'cmdCancel ' - resources.ApplyResources(Me.cmdCancel, "cmdCancel") + Me.cmdCancel.Location = New System.Drawing.Point(159, 3) Me.cmdCancel.Name = "cmdCancel" + Me.cmdCancel.Size = New System.Drawing.Size(62, 23) + Me.cmdCancel.TabIndex = 2 Me.cmdCancel.Tag = "Cancel" + Me.cmdCancel.Text = "Cancel" Me.cmdCancel.UseVisualStyleBackColor = True ' 'cmdLanguage ' - resources.ApplyResources(Me.cmdLanguage, "cmdLanguage") + Me.cmdLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLanguage.Location = New System.Drawing.Point(116, 3) Me.cmdLanguage.Name = "cmdLanguage" + Me.cmdLanguage.Size = New System.Drawing.Size(35, 23) + Me.cmdLanguage.TabIndex = 8 Me.cmdLanguage.Tag = "" + Me.cmdLanguage.Text = "Lang" Me.cmdLanguage.UseVisualStyleBackColor = True ' 'ucrButtonsSubdialogue ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.cmdLanguage) Me.Controls.Add(Me.cmdCancel) Me.Controls.Add(Me.cmdHelp) Me.Controls.Add(Me.cmdReturn) Me.Name = "ucrButtonsSubdialogue" + Me.Size = New System.Drawing.Size(224, 30) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrButtonsSubdialogue.resx b/instat/ucrButtonsSubdialogue.resx index ced6586bd80..1af7de150c9 100644 --- a/instat/ucrButtonsSubdialogue.resx +++ b/instat/ucrButtonsSubdialogue.resx @@ -117,127 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 3 - - - 74, 23 - - - - 0 - - - Return - - - cmdReturn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - - NoControl - - - 76, 3 - - - 74, 23 - - - 1 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 159, 3 - - - 62, 23 - - - 2 - - - Cancel - - - cmdCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 116, 3 - - - 35, 23 - - - 8 - - - Lang - - - cmdLanguage - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 224, 30 - - - ucrButtonsSubdialogue - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrCalculator.Designer.vb b/instat/ucrCalculator.Designer.vb index 823a9e2ecf3..5f08a261245 100644 --- a/instat/ucrCalculator.Designer.vb +++ b/instat/ucrCalculator.Designer.vb @@ -39,7 +39,6 @@ Partial Class ucrCalculator Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrCalculator)) Me.lblExpression = New System.Windows.Forms.Label() Me.cmdRHelp = New System.Windows.Forms.Button() Me.chkShowParameters = New System.Windows.Forms.CheckBox() @@ -423,20 +422,35 @@ Partial Class ucrCalculator ' 'lblExpression ' - resources.ApplyResources(Me.lblExpression, "lblExpression") + Me.lblExpression.AutoSize = True + Me.lblExpression.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblExpression.Location = New System.Drawing.Point(6, 10) + Me.lblExpression.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblExpression.Name = "lblExpression" + Me.lblExpression.Size = New System.Drawing.Size(61, 13) + Me.lblExpression.TabIndex = 119 Me.lblExpression.Tag = "Expression" + Me.lblExpression.Text = "Expression:" ' 'cmdRHelp ' - resources.ApplyResources(Me.cmdRHelp, "cmdRHelp") + Me.cmdRHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRHelp.Location = New System.Drawing.Point(166, 137) Me.cmdRHelp.Name = "cmdRHelp" + Me.cmdRHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdRHelp.TabIndex = 182 + Me.cmdRHelp.Text = "R Help" Me.cmdRHelp.UseVisualStyleBackColor = True ' 'chkShowParameters ' - resources.ApplyResources(Me.chkShowParameters, "chkShowParameters") + Me.chkShowParameters.AutoSize = True + Me.chkShowParameters.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.chkShowParameters.Location = New System.Drawing.Point(70, 41) Me.chkShowParameters.Name = "chkShowParameters" + Me.chkShowParameters.Size = New System.Drawing.Size(109, 17) + Me.chkShowParameters.TabIndex = 181 + Me.chkShowParameters.Text = "Show Parameters" Me.chkShowParameters.UseVisualStyleBackColor = True ' 'grpBasic @@ -460,122 +474,229 @@ Partial Class ucrCalculator Me.grpBasic.Controls.Add(Me.cmd2) Me.grpBasic.Controls.Add(Me.cmd0) Me.grpBasic.Controls.Add(Me.cmd1) - resources.ApplyResources(Me.grpBasic, "grpBasic") + Me.grpBasic.Location = New System.Drawing.Point(223, 69) + Me.grpBasic.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpBasic.Name = "grpBasic" + Me.grpBasic.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpBasic.Size = New System.Drawing.Size(205, 134) + Me.grpBasic.TabIndex = 179 Me.grpBasic.TabStop = False + Me.grpBasic.Text = "Basic" ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(151, 71) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(49, 60) + Me.cmdClear.TabIndex = 190 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdComma ' - resources.ApplyResources(Me.cmdComma, "cmdComma") + Me.cmdComma.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdComma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdComma.Location = New System.Drawing.Point(3, 100) + Me.cmdComma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdComma.Name = "cmdComma" + Me.cmdComma.Size = New System.Drawing.Size(38, 30) + Me.cmdComma.TabIndex = 138 + Me.cmdComma.Text = "," Me.cmdComma.UseVisualStyleBackColor = True ' 'cmdBrackets ' - resources.ApplyResources(Me.cmdBrackets, "cmdBrackets") + Me.cmdBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrackets.Location = New System.Drawing.Point(77, 100) + Me.cmdBrackets.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBrackets.Name = "cmdBrackets" + Me.cmdBrackets.Size = New System.Drawing.Size(38, 30) + Me.cmdBrackets.TabIndex = 136 + Me.cmdBrackets.Text = "( )" Me.cmdBrackets.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(151, 42) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(49, 30) + Me.cmdPower.TabIndex = 133 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdDivide ' - resources.ApplyResources(Me.cmdDivide, "cmdDivide") + Me.cmdDivide.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdDivide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDivide.Location = New System.Drawing.Point(114, 13) + Me.cmdDivide.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDivide.Name = "cmdDivide" + Me.cmdDivide.Size = New System.Drawing.Size(38, 30) + Me.cmdDivide.TabIndex = 131 + Me.cmdDivide.Text = "/" Me.cmdDivide.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(114, 100) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(38, 30) + Me.cmdPlus.TabIndex = 130 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(114, 71) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(38, 30) + Me.cmdMinus.TabIndex = 129 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(114, 42) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(38, 30) + Me.cmdMultiply.TabIndex = 128 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdDot ' - resources.ApplyResources(Me.cmdDot, "cmdDot") + Me.cmdDot.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdDot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDot.Location = New System.Drawing.Point(151, 13) + Me.cmdDot.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDot.Name = "cmdDot" + Me.cmdDot.Size = New System.Drawing.Size(49, 30) + Me.cmdDot.TabIndex = 127 + Me.cmdDot.Text = "." Me.cmdDot.UseVisualStyleBackColor = True ' 'cmd9 ' - resources.ApplyResources(Me.cmd9, "cmd9") + Me.cmd9.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd9.Location = New System.Drawing.Point(77, 13) + Me.cmd9.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd9.Name = "cmd9" + Me.cmd9.Size = New System.Drawing.Size(38, 30) + Me.cmd9.TabIndex = 126 + Me.cmd9.Text = "9" Me.cmd9.UseVisualStyleBackColor = True ' 'cmd8 ' - resources.ApplyResources(Me.cmd8, "cmd8") + Me.cmd8.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd8.Location = New System.Drawing.Point(40, 13) + Me.cmd8.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd8.Name = "cmd8" + Me.cmd8.Size = New System.Drawing.Size(38, 30) + Me.cmd8.TabIndex = 125 + Me.cmd8.Text = "8" Me.cmd8.UseVisualStyleBackColor = True ' 'cmd7 ' - resources.ApplyResources(Me.cmd7, "cmd7") + Me.cmd7.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd7.Location = New System.Drawing.Point(3, 13) + Me.cmd7.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd7.Name = "cmd7" + Me.cmd7.Size = New System.Drawing.Size(38, 30) + Me.cmd7.TabIndex = 124 + Me.cmd7.Text = "7" Me.cmd7.UseVisualStyleBackColor = True ' 'cmd6 ' - resources.ApplyResources(Me.cmd6, "cmd6") + Me.cmd6.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd6.Location = New System.Drawing.Point(77, 42) + Me.cmd6.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd6.Name = "cmd6" + Me.cmd6.Size = New System.Drawing.Size(38, 30) + Me.cmd6.TabIndex = 123 + Me.cmd6.Text = "6" Me.cmd6.UseVisualStyleBackColor = True ' 'cmd5 ' - resources.ApplyResources(Me.cmd5, "cmd5") + Me.cmd5.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd5.Location = New System.Drawing.Point(40, 42) + Me.cmd5.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd5.Name = "cmd5" + Me.cmd5.Size = New System.Drawing.Size(38, 30) + Me.cmd5.TabIndex = 122 + Me.cmd5.Text = "5" Me.cmd5.UseVisualStyleBackColor = True ' 'cmd4 ' - resources.ApplyResources(Me.cmd4, "cmd4") + Me.cmd4.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd4.Location = New System.Drawing.Point(3, 42) + Me.cmd4.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd4.Name = "cmd4" + Me.cmd4.Size = New System.Drawing.Size(38, 30) + Me.cmd4.TabIndex = 121 + Me.cmd4.Text = "4" Me.cmd4.UseVisualStyleBackColor = True ' 'cmd3 ' - resources.ApplyResources(Me.cmd3, "cmd3") + Me.cmd3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd3.Location = New System.Drawing.Point(77, 71) + Me.cmd3.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd3.Name = "cmd3" + Me.cmd3.Size = New System.Drawing.Size(38, 30) + Me.cmd3.TabIndex = 120 + Me.cmd3.Text = "3" Me.cmd3.UseVisualStyleBackColor = True ' 'cmd2 ' - resources.ApplyResources(Me.cmd2, "cmd2") + Me.cmd2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd2.Location = New System.Drawing.Point(40, 71) + Me.cmd2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd2.Name = "cmd2" + Me.cmd2.Size = New System.Drawing.Size(38, 30) + Me.cmd2.TabIndex = 119 + Me.cmd2.Text = "2" Me.cmd2.UseVisualStyleBackColor = True ' 'cmd0 ' - resources.ApplyResources(Me.cmd0, "cmd0") + Me.cmd0.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd0.Location = New System.Drawing.Point(40, 100) + Me.cmd0.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd0.Name = "cmd0" + Me.cmd0.Size = New System.Drawing.Size(38, 30) + Me.cmd0.TabIndex = 118 + Me.cmd0.Text = "0" Me.cmd0.UseVisualStyleBackColor = True ' 'cmd1 ' - resources.ApplyResources(Me.cmd1, "cmd1") + Me.cmd1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd1.Location = New System.Drawing.Point(3, 71) + Me.cmd1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd1.Name = "cmd1" + Me.cmd1.Size = New System.Drawing.Size(38, 30) + Me.cmd1.TabIndex = 117 + Me.cmd1.Text = "1" Me.cmd1.UseVisualStyleBackColor = True ' 'grpDates @@ -600,123 +721,216 @@ Partial Class ucrCalculator Me.grpDates.Controls.Add(Me.cmdMdy) Me.grpDates.Controls.Add(Me.cmdYmd) Me.grpDates.Controls.Add(Me.cmdLeap) - resources.ApplyResources(Me.grpDates, "grpDates") + Me.grpDates.Location = New System.Drawing.Point(431, 61) Me.grpDates.Name = "grpDates" + Me.grpDates.RightToLeft = System.Windows.Forms.RightToLeft.No + Me.grpDates.Size = New System.Drawing.Size(244, 162) + Me.grpDates.TabIndex = 188 Me.grpDates.TabStop = False + Me.grpDates.Text = "Dates/Times" ' 'cmdPm ' - resources.ApplyResources(Me.cmdPm, "cmdPm") + Me.cmdPm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPm.Location = New System.Drawing.Point(4, 130) Me.cmdPm.Name = "cmdPm" + Me.cmdPm.Size = New System.Drawing.Size(60, 30) + Me.cmdPm.TabIndex = 161 + Me.cmdPm.Text = "pm" Me.cmdPm.UseVisualStyleBackColor = True ' 'cmdTime ' - resources.ApplyResources(Me.cmdTime, "cmdTime") + Me.cmdTime.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTime.Location = New System.Drawing.Point(122, 14) + Me.cmdTime.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTime.Name = "cmdTime" + Me.cmdTime.Size = New System.Drawing.Size(60, 30) + Me.cmdTime.TabIndex = 160 + Me.cmdTime.Text = "time" Me.cmdTime.UseVisualStyleBackColor = True ' 'cmdDateTime ' - resources.ApplyResources(Me.cmdDateTime, "cmdDateTime") + Me.cmdDateTime.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDateTime.Location = New System.Drawing.Point(63, 14) + Me.cmdDateTime.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDateTime.Name = "cmdDateTime" + Me.cmdDateTime.Size = New System.Drawing.Size(60, 30) + Me.cmdDateTime.TabIndex = 159 + Me.cmdDateTime.Text = "datetime" Me.cmdDateTime.UseVisualStyleBackColor = True ' 'cmdQuarter ' - resources.ApplyResources(Me.cmdQuarter, "cmdQuarter") + Me.cmdQuarter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuarter.Location = New System.Drawing.Point(63, 130) Me.cmdQuarter.Name = "cmdQuarter" + Me.cmdQuarter.Size = New System.Drawing.Size(60, 30) + Me.cmdQuarter.TabIndex = 157 + Me.cmdQuarter.Text = "quarter" Me.cmdQuarter.UseVisualStyleBackColor = True ' 'cmdD_In_M ' - resources.ApplyResources(Me.cmdD_In_M, "cmdD_In_M") + Me.cmdD_In_M.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdD_In_M.Location = New System.Drawing.Point(63, 43) Me.cmdD_In_M.Name = "cmdD_In_M" + Me.cmdD_In_M.Size = New System.Drawing.Size(60, 30) + Me.cmdD_In_M.TabIndex = 156 + Me.cmdD_In_M.Text = "d_in_m" Me.cmdD_In_M.UseVisualStyleBackColor = True ' 'cmdAm ' - resources.ApplyResources(Me.cmdAm, "cmdAm") + Me.cmdAm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAm.Location = New System.Drawing.Point(181, 101) Me.cmdAm.Name = "cmdAm" + Me.cmdAm.Size = New System.Drawing.Size(60, 30) + Me.cmdAm.TabIndex = 155 + Me.cmdAm.Text = "am" Me.cmdAm.UseVisualStyleBackColor = True ' 'cmdSec ' - resources.ApplyResources(Me.cmdSec, "cmdSec") + Me.cmdSec.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSec.Location = New System.Drawing.Point(122, 101) Me.cmdSec.Name = "cmdSec" + Me.cmdSec.Size = New System.Drawing.Size(60, 30) + Me.cmdSec.TabIndex = 154 + Me.cmdSec.Text = "sec" Me.cmdSec.UseVisualStyleBackColor = True ' 'cmdHour ' - resources.ApplyResources(Me.cmdHour, "cmdHour") + Me.cmdHour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHour.Location = New System.Drawing.Point(4, 101) Me.cmdHour.Name = "cmdHour" + Me.cmdHour.Size = New System.Drawing.Size(60, 30) + Me.cmdHour.TabIndex = 153 + Me.cmdHour.Text = "hour" Me.cmdHour.UseVisualStyleBackColor = True ' 'cmdminutes ' - resources.ApplyResources(Me.cmdminutes, "cmdminutes") + Me.cmdminutes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdminutes.Location = New System.Drawing.Point(63, 101) Me.cmdminutes.Name = "cmdminutes" + Me.cmdminutes.Size = New System.Drawing.Size(60, 30) + Me.cmdminutes.TabIndex = 152 + Me.cmdminutes.Text = "min" Me.cmdminutes.UseVisualStyleBackColor = True ' 'cmdDmy ' - resources.ApplyResources(Me.cmdDmy, "cmdDmy") + Me.cmdDmy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDmy.Location = New System.Drawing.Point(63, 72) + Me.cmdDmy.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDmy.Name = "cmdDmy" + Me.cmdDmy.Size = New System.Drawing.Size(60, 30) + Me.cmdDmy.TabIndex = 151 Me.cmdDmy.Tag = "dmy" + Me.cmdDmy.Text = "dmy" Me.cmdDmy.UseVisualStyleBackColor = True ' 'cmdDay ' - resources.ApplyResources(Me.cmdDay, "cmdDay") + Me.cmdDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDay.Location = New System.Drawing.Point(4, 43) + Me.cmdDay.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDay.Name = "cmdDay" + Me.cmdDay.Size = New System.Drawing.Size(60, 30) + Me.cmdDay.TabIndex = 145 + Me.cmdDay.Text = "day" Me.cmdDay.UseVisualStyleBackColor = True ' 'cmdMonth ' - resources.ApplyResources(Me.cmdMonth, "cmdMonth") + Me.cmdMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMonth.Location = New System.Drawing.Point(4, 43) + Me.cmdMonth.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMonth.Name = "cmdMonth" + Me.cmdMonth.RightToLeft = System.Windows.Forms.RightToLeft.No + Me.cmdMonth.Size = New System.Drawing.Size(60, 30) + Me.cmdMonth.TabIndex = 144 + Me.cmdMonth.Text = "month" Me.cmdMonth.UseVisualStyleBackColor = True ' 'cmdYear ' - resources.ApplyResources(Me.cmdYear, "cmdYear") + Me.cmdYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdYear.Location = New System.Drawing.Point(181, 14) + Me.cmdYear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdYear.Name = "cmdYear" + Me.cmdYear.Size = New System.Drawing.Size(60, 30) + Me.cmdYear.TabIndex = 143 + Me.cmdYear.Text = "year" Me.cmdYear.UseVisualStyleBackColor = True ' 'cmdDate ' - resources.ApplyResources(Me.cmdDate, "cmdDate") + Me.cmdDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDate.Location = New System.Drawing.Point(4, 14) + Me.cmdDate.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDate.Name = "cmdDate" + Me.cmdDate.Size = New System.Drawing.Size(60, 30) + Me.cmdDate.TabIndex = 142 + Me.cmdDate.Text = "date" Me.cmdDate.UseVisualStyleBackColor = True ' 'cmdYday ' - resources.ApplyResources(Me.cmdYday, "cmdYday") + Me.cmdYday.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdYday.Location = New System.Drawing.Point(181, 43) + Me.cmdYday.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdYday.Name = "cmdYday" + Me.cmdYday.Size = New System.Drawing.Size(60, 30) + Me.cmdYday.TabIndex = 141 + Me.cmdYday.Text = "yday" Me.cmdYday.UseVisualStyleBackColor = True ' 'cmdWday ' - resources.ApplyResources(Me.cmdWday, "cmdWday") + Me.cmdWday.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWday.Location = New System.Drawing.Point(122, 43) + Me.cmdWday.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdWday.Name = "cmdWday" + Me.cmdWday.Size = New System.Drawing.Size(60, 30) + Me.cmdWday.TabIndex = 140 + Me.cmdWday.Text = "wday" Me.cmdWday.UseVisualStyleBackColor = True ' 'cmdMdy ' - resources.ApplyResources(Me.cmdMdy, "cmdMdy") + Me.cmdMdy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMdy.Location = New System.Drawing.Point(122, 72) + Me.cmdMdy.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMdy.Name = "cmdMdy" + Me.cmdMdy.Size = New System.Drawing.Size(60, 30) + Me.cmdMdy.TabIndex = 139 + Me.cmdMdy.Text = "mdy" Me.cmdMdy.UseVisualStyleBackColor = True ' 'cmdYmd ' - resources.ApplyResources(Me.cmdYmd, "cmdYmd") + Me.cmdYmd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdYmd.Location = New System.Drawing.Point(4, 72) + Me.cmdYmd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdYmd.Name = "cmdYmd" + Me.cmdYmd.Size = New System.Drawing.Size(60, 30) + Me.cmdYmd.TabIndex = 138 + Me.cmdYmd.Text = "ymd" Me.cmdYmd.UseVisualStyleBackColor = True ' 'cmdLeap ' - resources.ApplyResources(Me.cmdLeap, "cmdLeap") + Me.cmdLeap.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLeap.Location = New System.Drawing.Point(181, 72) + Me.cmdLeap.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLeap.Name = "cmdLeap" + Me.cmdLeap.Size = New System.Drawing.Size(60, 30) + Me.cmdLeap.TabIndex = 136 + Me.cmdLeap.Text = "leap" Me.cmdLeap.UseVisualStyleBackColor = True ' 'grpFactor @@ -742,134 +956,243 @@ Partial Class ucrCalculator Me.grpFactor.Controls.Add(Me.cmdLabelled) Me.grpFactor.Controls.Add(Me.cmdFactor) Me.grpFactor.Controls.Add(Me.cmdAnon) - resources.ApplyResources(Me.grpFactor, "grpFactor") + Me.grpFactor.Location = New System.Drawing.Point(431, 61) + Me.grpFactor.Margin = New System.Windows.Forms.Padding(2) Me.grpFactor.Name = "grpFactor" + Me.grpFactor.Padding = New System.Windows.Forms.Padding(2) + Me.grpFactor.Size = New System.Drawing.Size(248, 199) + Me.grpFactor.TabIndex = 191 Me.grpFactor.TabStop = False + Me.grpFactor.Text = "Factor" ' 'cmdTransformHelp ' - resources.ApplyResources(Me.cmdTransformHelp, "cmdTransformHelp") + Me.cmdTransformHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTransformHelp.Location = New System.Drawing.Point(167, 174) Me.cmdTransformHelp.Name = "cmdTransformHelp" + Me.cmdTransformHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdTransformHelp.TabIndex = 211 + Me.cmdTransformHelp.Text = "R Help" Me.cmdTransformHelp.UseVisualStyleBackColor = True ' 'cmdShuffle ' - resources.ApplyResources(Me.cmdShuffle, "cmdShuffle") + Me.cmdShuffle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdShuffle.Location = New System.Drawing.Point(182, 143) + Me.cmdShuffle.Margin = New System.Windows.Forms.Padding(2) Me.cmdShuffle.Name = "cmdShuffle" + Me.cmdShuffle.Size = New System.Drawing.Size(60, 32) + Me.cmdShuffle.TabIndex = 210 + Me.cmdShuffle.Text = "shuffle" Me.cmdShuffle.UseVisualStyleBackColor = True ' 'cmdShift ' - resources.ApplyResources(Me.cmdShift, "cmdShift") + Me.cmdShift.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdShift.Location = New System.Drawing.Point(123, 143) + Me.cmdShift.Margin = New System.Windows.Forms.Padding(2) Me.cmdShift.Name = "cmdShift" + Me.cmdShift.Size = New System.Drawing.Size(60, 32) + Me.cmdShift.TabIndex = 209 + Me.cmdShift.Text = "shift" Me.cmdShift.UseVisualStyleBackColor = True ' 'cmdReverse ' - resources.ApplyResources(Me.cmdReverse, "cmdReverse") + Me.cmdReverse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReverse.Location = New System.Drawing.Point(64, 143) + Me.cmdReverse.Margin = New System.Windows.Forms.Padding(2) Me.cmdReverse.Name = "cmdReverse" + Me.cmdReverse.Size = New System.Drawing.Size(60, 32) + Me.cmdReverse.TabIndex = 208 + Me.cmdReverse.Text = "reverse" Me.cmdReverse.UseVisualStyleBackColor = True ' 'cmdReorder ' - resources.ApplyResources(Me.cmdReorder, "cmdReorder") + Me.cmdReorder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReorder.Location = New System.Drawing.Point(4, 143) + Me.cmdReorder.Margin = New System.Windows.Forms.Padding(2) Me.cmdReorder.Name = "cmdReorder" + Me.cmdReorder.Size = New System.Drawing.Size(60, 32) + Me.cmdReorder.TabIndex = 207 + Me.cmdReorder.Text = "reorder" Me.cmdReorder.UseVisualStyleBackColor = True ' 'cmdRelevel ' - resources.ApplyResources(Me.cmdRelevel, "cmdRelevel") + Me.cmdRelevel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRelevel.Location = New System.Drawing.Point(182, 111) + Me.cmdRelevel.Margin = New System.Windows.Forms.Padding(2) Me.cmdRelevel.Name = "cmdRelevel" + Me.cmdRelevel.Size = New System.Drawing.Size(60, 32) + Me.cmdRelevel.TabIndex = 206 + Me.cmdRelevel.Text = "relevel" Me.cmdRelevel.UseVisualStyleBackColor = True ' 'cmdRecode ' - resources.ApplyResources(Me.cmdRecode, "cmdRecode") + Me.cmdRecode.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRecode.Location = New System.Drawing.Point(123, 111) + Me.cmdRecode.Margin = New System.Windows.Forms.Padding(2) Me.cmdRecode.Name = "cmdRecode" + Me.cmdRecode.Size = New System.Drawing.Size(60, 32) + Me.cmdRecode.TabIndex = 205 + Me.cmdRecode.Text = "recode" Me.cmdRecode.UseVisualStyleBackColor = True ' 'cmdOther ' - resources.ApplyResources(Me.cmdOther, "cmdOther") + Me.cmdOther.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOther.Location = New System.Drawing.Point(64, 111) + Me.cmdOther.Margin = New System.Windows.Forms.Padding(2) Me.cmdOther.Name = "cmdOther" + Me.cmdOther.Size = New System.Drawing.Size(60, 32) + Me.cmdOther.TabIndex = 204 + Me.cmdOther.Text = "other" Me.cmdOther.UseVisualStyleBackColor = True ' 'cmdFmatch ' - resources.ApplyResources(Me.cmdFmatch, "cmdFmatch") + Me.cmdFmatch.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFmatch.Location = New System.Drawing.Point(4, 111) + Me.cmdFmatch.Margin = New System.Windows.Forms.Padding(2) Me.cmdFmatch.Name = "cmdFmatch" + Me.cmdFmatch.Size = New System.Drawing.Size(60, 32) + Me.cmdFmatch.TabIndex = 203 + Me.cmdFmatch.Text = "match" Me.cmdFmatch.UseVisualStyleBackColor = True ' 'cmdLump ' - resources.ApplyResources(Me.cmdLump, "cmdLump") + Me.cmdLump.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLump.Location = New System.Drawing.Point(182, 80) + Me.cmdLump.Margin = New System.Windows.Forms.Padding(2) Me.cmdLump.Name = "cmdLump" + Me.cmdLump.Size = New System.Drawing.Size(60, 32) + Me.cmdLump.TabIndex = 202 + Me.cmdLump.Text = "lump" Me.cmdLump.UseVisualStyleBackColor = True ' 'cmdInseq ' - resources.ApplyResources(Me.cmdInseq, "cmdInseq") + Me.cmdInseq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdInseq.Location = New System.Drawing.Point(123, 80) + Me.cmdInseq.Margin = New System.Windows.Forms.Padding(2) Me.cmdInseq.Name = "cmdInseq" + Me.cmdInseq.Size = New System.Drawing.Size(60, 32) + Me.cmdInseq.TabIndex = 201 + Me.cmdInseq.Text = "inseq" Me.cmdInseq.UseVisualStyleBackColor = True ' 'cmdInfreq ' - resources.ApplyResources(Me.cmdInfreq, "cmdInfreq") + Me.cmdInfreq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdInfreq.Location = New System.Drawing.Point(64, 80) + Me.cmdInfreq.Margin = New System.Windows.Forms.Padding(2) Me.cmdInfreq.Name = "cmdInfreq" + Me.cmdInfreq.Size = New System.Drawing.Size(60, 32) + Me.cmdInfreq.TabIndex = 200 + Me.cmdInfreq.Text = "infreq" Me.cmdInfreq.UseVisualStyleBackColor = True ' 'cmdInorder ' - resources.ApplyResources(Me.cmdInorder, "cmdInorder") + Me.cmdInorder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdInorder.Location = New System.Drawing.Point(4, 80) + Me.cmdInorder.Margin = New System.Windows.Forms.Padding(2) Me.cmdInorder.Name = "cmdInorder" + Me.cmdInorder.Size = New System.Drawing.Size(60, 32) + Me.cmdInorder.TabIndex = 199 + Me.cmdInorder.Text = "inorder" Me.cmdInorder.UseVisualStyleBackColor = True ' 'cmdAdd_na ' - resources.ApplyResources(Me.cmdAdd_na, "cmdAdd_na") + Me.cmdAdd_na.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAdd_na.Location = New System.Drawing.Point(182, 48) + Me.cmdAdd_na.Margin = New System.Windows.Forms.Padding(2) Me.cmdAdd_na.Name = "cmdAdd_na" + Me.cmdAdd_na.Size = New System.Drawing.Size(60, 32) + Me.cmdAdd_na.TabIndex = 198 + Me.cmdAdd_na.Text = "add_na" Me.cmdAdd_na.UseVisualStyleBackColor = True ' 'cmdExpand ' - resources.ApplyResources(Me.cmdExpand, "cmdExpand") + Me.cmdExpand.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExpand.Location = New System.Drawing.Point(123, 48) + Me.cmdExpand.Margin = New System.Windows.Forms.Padding(2) Me.cmdExpand.Name = "cmdExpand" + Me.cmdExpand.Size = New System.Drawing.Size(60, 32) + Me.cmdExpand.TabIndex = 197 + Me.cmdExpand.Text = "expand" Me.cmdExpand.UseVisualStyleBackColor = True ' 'cmdDrop ' - resources.ApplyResources(Me.cmdDrop, "cmdDrop") + Me.cmdDrop.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDrop.Location = New System.Drawing.Point(64, 48) + Me.cmdDrop.Margin = New System.Windows.Forms.Padding(2) Me.cmdDrop.Name = "cmdDrop" + Me.cmdDrop.Size = New System.Drawing.Size(60, 32) + Me.cmdDrop.TabIndex = 196 + Me.cmdDrop.Text = "drop" Me.cmdDrop.UseVisualStyleBackColor = True ' 'cmdCross ' - resources.ApplyResources(Me.cmdCross, "cmdCross") + Me.cmdCross.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCross.Location = New System.Drawing.Point(4, 48) + Me.cmdCross.Margin = New System.Windows.Forms.Padding(2) Me.cmdCross.Name = "cmdCross" + Me.cmdCross.Size = New System.Drawing.Size(60, 32) + Me.cmdCross.TabIndex = 195 + Me.cmdCross.Text = "cross" Me.cmdCross.UseVisualStyleBackColor = True ' 'cmdCollapse ' - resources.ApplyResources(Me.cmdCollapse, "cmdCollapse") + Me.cmdCollapse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCollapse.Location = New System.Drawing.Point(182, 16) + Me.cmdCollapse.Margin = New System.Windows.Forms.Padding(2) Me.cmdCollapse.Name = "cmdCollapse" + Me.cmdCollapse.Size = New System.Drawing.Size(60, 32) + Me.cmdCollapse.TabIndex = 194 + Me.cmdCollapse.Text = "collapse" Me.cmdCollapse.UseVisualStyleBackColor = True ' 'cmdLabelled ' - resources.ApplyResources(Me.cmdLabelled, "cmdLabelled") + Me.cmdLabelled.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLabelled.Location = New System.Drawing.Point(123, 16) + Me.cmdLabelled.Margin = New System.Windows.Forms.Padding(2) Me.cmdLabelled.Name = "cmdLabelled" + Me.cmdLabelled.Size = New System.Drawing.Size(60, 32) + Me.cmdLabelled.TabIndex = 193 + Me.cmdLabelled.Text = "labelled " Me.cmdLabelled.UseVisualStyleBackColor = True ' 'cmdFactor ' - resources.ApplyResources(Me.cmdFactor, "cmdFactor") + Me.cmdFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFactor.Location = New System.Drawing.Point(4, 16) + Me.cmdFactor.Margin = New System.Windows.Forms.Padding(2) Me.cmdFactor.Name = "cmdFactor" + Me.cmdFactor.Size = New System.Drawing.Size(60, 32) + Me.cmdFactor.TabIndex = 191 + Me.cmdFactor.Text = "factor" Me.cmdFactor.UseVisualStyleBackColor = True ' 'cmdAnon ' - resources.ApplyResources(Me.cmdAnon, "cmdAnon") + Me.cmdAnon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAnon.Location = New System.Drawing.Point(64, 16) + Me.cmdAnon.Margin = New System.Windows.Forms.Padding(2) Me.cmdAnon.Name = "cmdAnon" + Me.cmdAnon.Size = New System.Drawing.Size(60, 32) + Me.cmdAnon.TabIndex = 192 + Me.cmdAnon.Text = "anon" Me.cmdAnon.UseVisualStyleBackColor = True ' 'grpHydroGOF @@ -896,140 +1219,254 @@ Partial Class ucrCalculator Me.grpHydroGOF.Controls.Add(Me.cmdD) Me.grpHydroGOF.Controls.Add(Me.cmdCp) Me.grpHydroGOF.Controls.Add(Me.cmdBr2) - resources.ApplyResources(Me.grpHydroGOF, "grpHydroGOF") + Me.grpHydroGOF.Location = New System.Drawing.Point(431, 61) + Me.grpHydroGOF.Margin = New System.Windows.Forms.Padding(2) Me.grpHydroGOF.Name = "grpHydroGOF" + Me.grpHydroGOF.Padding = New System.Windows.Forms.Padding(2) + Me.grpHydroGOF.Size = New System.Drawing.Size(183, 260) + Me.grpHydroGOF.TabIndex = 195 Me.grpHydroGOF.TabStop = False + Me.grpHydroGOF.Text = "hydroGOF " ' 'cmdHydroHelp ' - resources.ApplyResources(Me.cmdHydroHelp, "cmdHydroHelp") + Me.cmdHydroHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHydroHelp.Location = New System.Drawing.Point(105, 237) Me.cmdHydroHelp.Name = "cmdHydroHelp" + Me.cmdHydroHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdHydroHelp.TabIndex = 183 + Me.cmdHydroHelp.Text = "R Help" Me.cmdHydroHelp.UseVisualStyleBackColor = True ' 'cmdVE ' - resources.ApplyResources(Me.cmdVE, "cmdVE") + Me.cmdVE.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdVE.Location = New System.Drawing.Point(120, 206) + Me.cmdVE.Margin = New System.Windows.Forms.Padding(2) Me.cmdVE.Name = "cmdVE" + Me.cmdVE.Size = New System.Drawing.Size(60, 32) + Me.cmdVE.TabIndex = 20 + Me.cmdVE.Text = "VE" Me.cmdVE.UseVisualStyleBackColor = True ' 'cmdSsq ' - resources.ApplyResources(Me.cmdSsq, "cmdSsq") + Me.cmdSsq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSsq.Location = New System.Drawing.Point(61, 206) + Me.cmdSsq.Margin = New System.Windows.Forms.Padding(2) Me.cmdSsq.Name = "cmdSsq" + Me.cmdSsq.Size = New System.Drawing.Size(60, 32) + Me.cmdSsq.TabIndex = 19 + Me.cmdSsq.Text = "ssq" Me.cmdSsq.UseVisualStyleBackColor = True ' 'cmdRsr ' - resources.ApplyResources(Me.cmdRsr, "cmdRsr") + Me.cmdRsr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRsr.Location = New System.Drawing.Point(2, 206) + Me.cmdRsr.Margin = New System.Windows.Forms.Padding(2) Me.cmdRsr.Name = "cmdRsr" + Me.cmdRsr.Size = New System.Drawing.Size(60, 32) + Me.cmdRsr.TabIndex = 18 + Me.cmdRsr.Text = "rsr" Me.cmdRsr.UseVisualStyleBackColor = True ' 'cmdRSD ' - resources.ApplyResources(Me.cmdRSD, "cmdRSD") + Me.cmdRSD.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRSD.Location = New System.Drawing.Point(120, 175) + Me.cmdRSD.Margin = New System.Windows.Forms.Padding(2) Me.cmdRSD.Name = "cmdRSD" + Me.cmdRSD.Size = New System.Drawing.Size(60, 32) + Me.cmdRSD.TabIndex = 17 + Me.cmdRSD.Text = "rSD" Me.cmdRSD.UseVisualStyleBackColor = True ' 'cmdRPearson ' - resources.ApplyResources(Me.cmdRPearson, "cmdRPearson") + Me.cmdRPearson.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRPearson.Location = New System.Drawing.Point(61, 175) + Me.cmdRPearson.Margin = New System.Windows.Forms.Padding(2) Me.cmdRPearson.Name = "cmdRPearson" + Me.cmdRPearson.Size = New System.Drawing.Size(60, 32) + Me.cmdRPearson.TabIndex = 16 + Me.cmdRPearson.Text = "rPearson" Me.cmdRPearson.UseVisualStyleBackColor = True ' 'cmdRNSE ' - resources.ApplyResources(Me.cmdRNSE, "cmdRNSE") + Me.cmdRNSE.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRNSE.Location = New System.Drawing.Point(2, 175) + Me.cmdRNSE.Margin = New System.Windows.Forms.Padding(2) Me.cmdRNSE.Name = "cmdRNSE" + Me.cmdRNSE.Size = New System.Drawing.Size(60, 32) + Me.cmdRNSE.TabIndex = 15 + Me.cmdRNSE.Text = "rNSE" Me.cmdRNSE.UseVisualStyleBackColor = True ' 'cmdRmse ' - resources.ApplyResources(Me.cmdRmse, "cmdRmse") + Me.cmdRmse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRmse.Location = New System.Drawing.Point(120, 143) + Me.cmdRmse.Margin = New System.Windows.Forms.Padding(2) Me.cmdRmse.Name = "cmdRmse" + Me.cmdRmse.Size = New System.Drawing.Size(60, 32) + Me.cmdRmse.TabIndex = 14 + Me.cmdRmse.Text = "rmse" Me.cmdRmse.UseVisualStyleBackColor = True ' 'cmdRd ' - resources.ApplyResources(Me.cmdRd, "cmdRd") + Me.cmdRd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRd.Location = New System.Drawing.Point(61, 143) + Me.cmdRd.Margin = New System.Windows.Forms.Padding(2) Me.cmdRd.Name = "cmdRd" + Me.cmdRd.Size = New System.Drawing.Size(60, 32) + Me.cmdRd.TabIndex = 13 + Me.cmdRd.Text = "rd" Me.cmdRd.UseVisualStyleBackColor = True ' 'cmdPbiasfde ' - resources.ApplyResources(Me.cmdPbiasfde, "cmdPbiasfde") + Me.cmdPbiasfde.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPbiasfde.Location = New System.Drawing.Point(2, 143) + Me.cmdPbiasfde.Margin = New System.Windows.Forms.Padding(2) Me.cmdPbiasfde.Name = "cmdPbiasfde" + Me.cmdPbiasfde.Size = New System.Drawing.Size(60, 32) + Me.cmdPbiasfde.TabIndex = 12 + Me.cmdPbiasfde.Text = "pbiasfdc" Me.cmdPbiasfde.UseVisualStyleBackColor = True ' 'cmdPbias ' - resources.ApplyResources(Me.cmdPbias, "cmdPbias") + Me.cmdPbias.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPbias.Location = New System.Drawing.Point(120, 111) + Me.cmdPbias.Margin = New System.Windows.Forms.Padding(2) Me.cmdPbias.Name = "cmdPbias" + Me.cmdPbias.Size = New System.Drawing.Size(60, 32) + Me.cmdPbias.TabIndex = 11 + Me.cmdPbias.Text = "pbias" Me.cmdPbias.UseVisualStyleBackColor = True ' 'cmdNSE ' - resources.ApplyResources(Me.cmdNSE, "cmdNSE") + Me.cmdNSE.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNSE.Location = New System.Drawing.Point(61, 111) + Me.cmdNSE.Margin = New System.Windows.Forms.Padding(2) Me.cmdNSE.Name = "cmdNSE" + Me.cmdNSE.Size = New System.Drawing.Size(60, 32) + Me.cmdNSE.TabIndex = 10 + Me.cmdNSE.Text = "NSE" Me.cmdNSE.UseVisualStyleBackColor = True ' 'cmdNrmse ' - resources.ApplyResources(Me.cmdNrmse, "cmdNrmse") + Me.cmdNrmse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNrmse.Location = New System.Drawing.Point(2, 111) + Me.cmdNrmse.Margin = New System.Windows.Forms.Padding(2) Me.cmdNrmse.Name = "cmdNrmse" + Me.cmdNrmse.Size = New System.Drawing.Size(60, 32) + Me.cmdNrmse.TabIndex = 9 + Me.cmdNrmse.Text = "nrmse" Me.cmdNrmse.UseVisualStyleBackColor = True ' 'cmdMse ' - resources.ApplyResources(Me.cmdMse, "cmdMse") + Me.cmdMse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMse.Location = New System.Drawing.Point(120, 80) + Me.cmdMse.Margin = New System.Windows.Forms.Padding(2) Me.cmdMse.Name = "cmdMse" + Me.cmdMse.Size = New System.Drawing.Size(60, 32) + Me.cmdMse.TabIndex = 8 + Me.cmdMse.Text = "mse" Me.cmdMse.UseVisualStyleBackColor = True ' 'cmdmNSE ' - resources.ApplyResources(Me.cmdmNSE, "cmdmNSE") + Me.cmdmNSE.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdmNSE.Location = New System.Drawing.Point(61, 80) + Me.cmdmNSE.Margin = New System.Windows.Forms.Padding(2) Me.cmdmNSE.Name = "cmdmNSE" + Me.cmdmNSE.Size = New System.Drawing.Size(60, 32) + Me.cmdmNSE.TabIndex = 7 + Me.cmdmNSE.Text = "mNSE" Me.cmdmNSE.UseVisualStyleBackColor = True ' 'cmdMe ' - resources.ApplyResources(Me.cmdMe, "cmdMe") + Me.cmdMe.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMe.Location = New System.Drawing.Point(2, 80) + Me.cmdMe.Margin = New System.Windows.Forms.Padding(2) Me.cmdMe.Name = "cmdMe" + Me.cmdMe.Size = New System.Drawing.Size(60, 32) + Me.cmdMe.TabIndex = 6 + Me.cmdMe.Text = "me" Me.cmdMe.UseVisualStyleBackColor = True ' 'cmdMd ' - resources.ApplyResources(Me.cmdMd, "cmdMd") + Me.cmdMd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMd.Location = New System.Drawing.Point(120, 48) + Me.cmdMd.Margin = New System.Windows.Forms.Padding(2) Me.cmdMd.Name = "cmdMd" + Me.cmdMd.Size = New System.Drawing.Size(60, 32) + Me.cmdMd.TabIndex = 5 + Me.cmdMd.Text = "md" Me.cmdMd.UseVisualStyleBackColor = True ' 'cmdMae ' - resources.ApplyResources(Me.cmdMae, "cmdMae") + Me.cmdMae.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMae.Location = New System.Drawing.Point(61, 48) + Me.cmdMae.Margin = New System.Windows.Forms.Padding(2) Me.cmdMae.Name = "cmdMae" + Me.cmdMae.Size = New System.Drawing.Size(60, 32) + Me.cmdMae.TabIndex = 4 + Me.cmdMae.Text = "mae" Me.cmdMae.UseVisualStyleBackColor = True ' 'cmdKGE ' - resources.ApplyResources(Me.cmdKGE, "cmdKGE") + Me.cmdKGE.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdKGE.Location = New System.Drawing.Point(2, 48) + Me.cmdKGE.Margin = New System.Windows.Forms.Padding(2) Me.cmdKGE.Name = "cmdKGE" + Me.cmdKGE.Size = New System.Drawing.Size(60, 32) + Me.cmdKGE.TabIndex = 3 + Me.cmdKGE.Text = "KGE" Me.cmdKGE.UseVisualStyleBackColor = True ' 'cmdD ' - resources.ApplyResources(Me.cmdD, "cmdD") + Me.cmdD.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdD.Location = New System.Drawing.Point(120, 16) + Me.cmdD.Margin = New System.Windows.Forms.Padding(2) Me.cmdD.Name = "cmdD" + Me.cmdD.Size = New System.Drawing.Size(60, 32) + Me.cmdD.TabIndex = 2 + Me.cmdD.Text = "d" Me.cmdD.UseVisualStyleBackColor = True ' 'cmdCp ' - resources.ApplyResources(Me.cmdCp, "cmdCp") + Me.cmdCp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCp.Location = New System.Drawing.Point(61, 16) + Me.cmdCp.Margin = New System.Windows.Forms.Padding(2) Me.cmdCp.Name = "cmdCp" + Me.cmdCp.Size = New System.Drawing.Size(60, 32) + Me.cmdCp.TabIndex = 1 + Me.cmdCp.Text = "cp" Me.cmdCp.UseVisualStyleBackColor = True ' 'cmdBr2 ' - resources.ApplyResources(Me.cmdBr2, "cmdBr2") + Me.cmdBr2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBr2.Location = New System.Drawing.Point(2, 16) + Me.cmdBr2.Margin = New System.Windows.Forms.Padding(2) Me.cmdBr2.Name = "cmdBr2" + Me.cmdBr2.Size = New System.Drawing.Size(60, 32) + Me.cmdBr2.TabIndex = 0 + Me.cmdBr2.Text = "br2" Me.cmdBr2.UseVisualStyleBackColor = True ' 'grpWakefield @@ -1089,344 +1526,626 @@ Partial Class ucrCalculator Me.grpWakefield.Controls.Add(Me.cmdHair) Me.grpWakefield.Controls.Add(Me.cmdGroup) Me.grpWakefield.Controls.Add(Me.cmdGrade) - resources.ApplyResources(Me.grpWakefield, "grpWakefield") + Me.grpWakefield.Location = New System.Drawing.Point(431, 61) Me.grpWakefield.Name = "grpWakefield" + Me.grpWakefield.Size = New System.Drawing.Size(435, 346) + Me.grpWakefield.TabIndex = 191 Me.grpWakefield.TabStop = False + Me.grpWakefield.Text = "Wakefield" ' 'cmdLinkert7 ' - resources.ApplyResources(Me.cmdLinkert7, "cmdLinkert7") + Me.cmdLinkert7.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdLinkert7.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLinkert7.Location = New System.Drawing.Point(341, 306) Me.cmdLinkert7.Name = "cmdLinkert7" + Me.cmdLinkert7.Size = New System.Drawing.Size(85, 30) + Me.cmdLinkert7.TabIndex = 54 + Me.cmdLinkert7.Text = "linkert7 (o.f)" Me.cmdLinkert7.UseVisualStyleBackColor = True ' 'cmdWakefield_Year ' - resources.ApplyResources(Me.cmdWakefield_Year, "cmdWakefield_Year") + Me.cmdWakefield_Year.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdWakefield_Year.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWakefield_Year.Location = New System.Drawing.Point(257, 306) Me.cmdWakefield_Year.Name = "cmdWakefield_Year" + Me.cmdWakefield_Year.Size = New System.Drawing.Size(85, 30) + Me.cmdWakefield_Year.TabIndex = 53 + Me.cmdWakefield_Year.Text = "year" Me.cmdWakefield_Year.UseVisualStyleBackColor = True ' 'cmdValid ' - resources.ApplyResources(Me.cmdValid, "cmdValid") + Me.cmdValid.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdValid.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdValid.Location = New System.Drawing.Point(173, 306) Me.cmdValid.Name = "cmdValid" + Me.cmdValid.Size = New System.Drawing.Size(85, 30) + Me.cmdValid.TabIndex = 52 + Me.cmdValid.Text = "valid (L)" Me.cmdValid.UseVisualStyleBackColor = True ' 'cmdWakefield_Upper ' - resources.ApplyResources(Me.cmdWakefield_Upper, "cmdWakefield_Upper") + Me.cmdWakefield_Upper.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdWakefield_Upper.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWakefield_Upper.Location = New System.Drawing.Point(89, 306) Me.cmdWakefield_Upper.Name = "cmdWakefield_Upper" + Me.cmdWakefield_Upper.Size = New System.Drawing.Size(85, 30) + Me.cmdWakefield_Upper.TabIndex = 51 + Me.cmdWakefield_Upper.Text = "upper (c)" Me.cmdWakefield_Upper.UseVisualStyleBackColor = True ' 'cmdString ' - resources.ApplyResources(Me.cmdString, "cmdString") + Me.cmdString.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdString.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdString.Location = New System.Drawing.Point(5, 306) Me.cmdString.Name = "cmdString" + Me.cmdString.Size = New System.Drawing.Size(85, 30) + Me.cmdString.TabIndex = 50 + Me.cmdString.Text = "string (c)" Me.cmdString.UseVisualStyleBackColor = True ' 'cmdState ' - resources.ApplyResources(Me.cmdState, "cmdState") + Me.cmdState.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdState.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdState.Location = New System.Drawing.Point(341, 277) Me.cmdState.Name = "cmdState" + Me.cmdState.Size = New System.Drawing.Size(85, 30) + Me.cmdState.TabIndex = 49 + Me.cmdState.Text = "state (f)" Me.cmdState.UseVisualStyleBackColor = True ' 'cmdSpeed ' - resources.ApplyResources(Me.cmdSpeed, "cmdSpeed") + Me.cmdSpeed.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSpeed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSpeed.Location = New System.Drawing.Point(257, 277) Me.cmdSpeed.Name = "cmdSpeed" + Me.cmdSpeed.Size = New System.Drawing.Size(85, 30) + Me.cmdSpeed.TabIndex = 48 + Me.cmdSpeed.Text = "speed" Me.cmdSpeed.UseVisualStyleBackColor = True ' 'cmdSmokes ' - resources.ApplyResources(Me.cmdSmokes, "cmdSmokes") + Me.cmdSmokes.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSmokes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSmokes.Location = New System.Drawing.Point(173, 277) Me.cmdSmokes.Name = "cmdSmokes" + Me.cmdSmokes.Size = New System.Drawing.Size(85, 30) + Me.cmdSmokes.TabIndex = 47 + Me.cmdSmokes.Text = "smokes (L)" Me.cmdSmokes.UseVisualStyleBackColor = True ' 'cmdSex ' - resources.ApplyResources(Me.cmdSex, "cmdSex") + Me.cmdSex.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSex.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSex.Location = New System.Drawing.Point(89, 277) Me.cmdSex.Name = "cmdSex" + Me.cmdSex.Size = New System.Drawing.Size(85, 30) + Me.cmdSex.TabIndex = 46 + Me.cmdSex.Text = "sex (f)" Me.cmdSex.UseVisualStyleBackColor = True ' 'cmdSex_Inclusive ' - resources.ApplyResources(Me.cmdSex_Inclusive, "cmdSex_Inclusive") + Me.cmdSex_Inclusive.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSex_Inclusive.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSex_Inclusive.Location = New System.Drawing.Point(5, 277) Me.cmdSex_Inclusive.Name = "cmdSex_Inclusive" + Me.cmdSex_Inclusive.Size = New System.Drawing.Size(85, 30) + Me.cmdSex_Inclusive.TabIndex = 45 + Me.cmdSex_Inclusive.Text = "sex_inclusive (f)" Me.cmdSex_Inclusive.UseVisualStyleBackColor = True ' 'cmdGender ' - resources.ApplyResources(Me.cmdGender, "cmdGender") + Me.cmdGender.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdGender.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGender.Location = New System.Drawing.Point(341, 248) Me.cmdGender.Name = "cmdGender" + Me.cmdGender.Size = New System.Drawing.Size(85, 30) + Me.cmdGender.TabIndex = 44 + Me.cmdGender.Text = "gender (f)" Me.cmdGender.UseVisualStyleBackColor = True ' 'cmdSentence ' - resources.ApplyResources(Me.cmdSentence, "cmdSentence") + Me.cmdSentence.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSentence.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSentence.Location = New System.Drawing.Point(257, 248) Me.cmdSentence.Name = "cmdSentence" + Me.cmdSentence.Size = New System.Drawing.Size(85, 30) + Me.cmdSentence.TabIndex = 43 + Me.cmdSentence.Text = "sentence (c)" Me.cmdSentence.UseVisualStyleBackColor = True ' 'cmdSat ' - resources.ApplyResources(Me.cmdSat, "cmdSat") + Me.cmdSat.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdSat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSat.Location = New System.Drawing.Point(173, 248) Me.cmdSat.Name = "cmdSat" + Me.cmdSat.Size = New System.Drawing.Size(85, 30) + Me.cmdSat.TabIndex = 42 + Me.cmdSat.Text = "sat" Me.cmdSat.UseVisualStyleBackColor = True ' 'cmdReligion ' - resources.ApplyResources(Me.cmdReligion, "cmdReligion") + Me.cmdReligion.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdReligion.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReligion.Location = New System.Drawing.Point(89, 248) Me.cmdReligion.Name = "cmdReligion" + Me.cmdReligion.Size = New System.Drawing.Size(85, 30) + Me.cmdReligion.TabIndex = 41 + Me.cmdReligion.Text = "religion (f)" Me.cmdReligion.UseVisualStyleBackColor = True ' 'cmdRace ' - resources.ApplyResources(Me.cmdRace, "cmdRace") + Me.cmdRace.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdRace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRace.Location = New System.Drawing.Point(5, 248) Me.cmdRace.Name = "cmdRace" + Me.cmdRace.Size = New System.Drawing.Size(85, 30) + Me.cmdRace.TabIndex = 40 + Me.cmdRace.Text = "race (f)" Me.cmdRace.UseVisualStyleBackColor = True ' 'cmdPolitical ' - resources.ApplyResources(Me.cmdPolitical, "cmdPolitical") + Me.cmdPolitical.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdPolitical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPolitical.Location = New System.Drawing.Point(341, 219) Me.cmdPolitical.Name = "cmdPolitical" + Me.cmdPolitical.Size = New System.Drawing.Size(85, 30) + Me.cmdPolitical.TabIndex = 39 + Me.cmdPolitical.Text = "political (f)" Me.cmdPolitical.UseVisualStyleBackColor = True ' 'cmdNormal ' - resources.ApplyResources(Me.cmdNormal, "cmdNormal") + Me.cmdNormal.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdNormal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNormal.Location = New System.Drawing.Point(257, 219) Me.cmdNormal.Name = "cmdNormal" + Me.cmdNormal.Size = New System.Drawing.Size(85, 30) + Me.cmdNormal.TabIndex = 38 + Me.cmdNormal.Text = "normal" Me.cmdNormal.UseVisualStyleBackColor = True ' 'cmdName ' - resources.ApplyResources(Me.cmdName, "cmdName") + Me.cmdName.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdName.Location = New System.Drawing.Point(173, 219) Me.cmdName.Name = "cmdName" + Me.cmdName.Size = New System.Drawing.Size(85, 30) + Me.cmdName.TabIndex = 37 + Me.cmdName.Text = "name (c)" Me.cmdName.UseVisualStyleBackColor = True ' 'cmdWakefield_Month ' - resources.ApplyResources(Me.cmdWakefield_Month, "cmdWakefield_Month") + Me.cmdWakefield_Month.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdWakefield_Month.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWakefield_Month.Location = New System.Drawing.Point(89, 219) Me.cmdWakefield_Month.Name = "cmdWakefield_Month" + Me.cmdWakefield_Month.Size = New System.Drawing.Size(85, 30) + Me.cmdWakefield_Month.TabIndex = 36 + Me.cmdWakefield_Month.Text = "month (f)" Me.cmdWakefield_Month.UseVisualStyleBackColor = True ' 'cmdMilitary ' - resources.ApplyResources(Me.cmdMilitary, "cmdMilitary") + Me.cmdMilitary.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdMilitary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMilitary.Location = New System.Drawing.Point(5, 219) Me.cmdMilitary.Name = "cmdMilitary" + Me.cmdMilitary.Size = New System.Drawing.Size(85, 30) + Me.cmdMilitary.TabIndex = 35 + Me.cmdMilitary.Text = "military (f)" Me.cmdMilitary.UseVisualStyleBackColor = True ' 'cmdMarital ' - resources.ApplyResources(Me.cmdMarital, "cmdMarital") + Me.cmdMarital.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdMarital.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMarital.Location = New System.Drawing.Point(341, 189) Me.cmdMarital.Name = "cmdMarital" + Me.cmdMarital.Size = New System.Drawing.Size(85, 30) + Me.cmdMarital.TabIndex = 34 + Me.cmdMarital.Text = "marital (f)" Me.cmdMarital.UseVisualStyleBackColor = True ' 'cmdLorem_ipsum ' - resources.ApplyResources(Me.cmdLorem_ipsum, "cmdLorem_ipsum") + Me.cmdLorem_ipsum.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdLorem_ipsum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLorem_ipsum.Location = New System.Drawing.Point(257, 189) Me.cmdLorem_ipsum.Name = "cmdLorem_ipsum" + Me.cmdLorem_ipsum.Size = New System.Drawing.Size(85, 30) + Me.cmdLorem_ipsum.TabIndex = 33 + Me.cmdLorem_ipsum.Text = "lorem_ipsum (c)" Me.cmdLorem_ipsum.UseVisualStyleBackColor = True ' 'cmdLikert ' - resources.ApplyResources(Me.cmdLikert, "cmdLikert") + Me.cmdLikert.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLikert.Location = New System.Drawing.Point(173, 189) Me.cmdLikert.Name = "cmdLikert" + Me.cmdLikert.Size = New System.Drawing.Size(85, 30) + Me.cmdLikert.TabIndex = 32 + Me.cmdLikert.Text = "likert (o.f)" Me.cmdLikert.UseVisualStyleBackColor = True ' 'cmdGpa ' - resources.ApplyResources(Me.cmdGpa, "cmdGpa") + Me.cmdGpa.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdGpa.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGpa.Location = New System.Drawing.Point(89, 189) Me.cmdGpa.Name = "cmdGpa" + Me.cmdGpa.Size = New System.Drawing.Size(85, 30) + Me.cmdGpa.TabIndex = 31 + Me.cmdGpa.Text = "gpa" Me.cmdGpa.UseVisualStyleBackColor = True ' 'cmdEla ' - resources.ApplyResources(Me.cmdEla, "cmdEla") + Me.cmdEla.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdEla.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEla.Location = New System.Drawing.Point(5, 189) Me.cmdEla.Name = "cmdEla" + Me.cmdEla.Size = New System.Drawing.Size(85, 30) + Me.cmdEla.TabIndex = 30 + Me.cmdEla.Text = "ela" Me.cmdEla.UseVisualStyleBackColor = True ' 'cmdMath ' - resources.ApplyResources(Me.cmdMath, "cmdMath") + Me.cmdMath.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdMath.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMath.Location = New System.Drawing.Point(341, 160) Me.cmdMath.Name = "cmdMath" + Me.cmdMath.Size = New System.Drawing.Size(85, 30) + Me.cmdMath.TabIndex = 29 + Me.cmdMath.Text = "math" Me.cmdMath.UseVisualStyleBackColor = True ' 'cmdLevel ' - resources.ApplyResources(Me.cmdLevel, "cmdLevel") + Me.cmdLevel.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdLevel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLevel.Location = New System.Drawing.Point(257, 160) Me.cmdLevel.Name = "cmdLevel" + Me.cmdLevel.Size = New System.Drawing.Size(85, 30) + Me.cmdLevel.TabIndex = 28 + Me.cmdLevel.Text = "level" Me.cmdLevel.UseVisualStyleBackColor = True ' 'cmdLanguage ' - resources.ApplyResources(Me.cmdLanguage, "cmdLanguage") + Me.cmdLanguage.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLanguage.Location = New System.Drawing.Point(173, 160) Me.cmdLanguage.Name = "cmdLanguage" + Me.cmdLanguage.Size = New System.Drawing.Size(85, 30) + Me.cmdLanguage.TabIndex = 27 + Me.cmdLanguage.Text = "language (f)" Me.cmdLanguage.UseVisualStyleBackColor = True ' 'cmdIq ' - resources.ApplyResources(Me.cmdIq, "cmdIq") + Me.cmdIq.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdIq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIq.Location = New System.Drawing.Point(89, 160) Me.cmdIq.Name = "cmdIq" + Me.cmdIq.Size = New System.Drawing.Size(85, 30) + Me.cmdIq.TabIndex = 26 + Me.cmdIq.Text = "iq" Me.cmdIq.UseVisualStyleBackColor = True ' 'cmdInternet_Browser ' - resources.ApplyResources(Me.cmdInternet_Browser, "cmdInternet_Browser") + Me.cmdInternet_Browser.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdInternet_Browser.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdInternet_Browser.Location = New System.Drawing.Point(5, 160) Me.cmdInternet_Browser.Name = "cmdInternet_Browser" + Me.cmdInternet_Browser.Size = New System.Drawing.Size(85, 30) + Me.cmdInternet_Browser.TabIndex = 25 + Me.cmdInternet_Browser.Text = "browser (f)" Me.cmdInternet_Browser.UseVisualStyleBackColor = True ' 'cmdGrade_Level ' - resources.ApplyResources(Me.cmdGrade_Level, "cmdGrade_Level") + Me.cmdGrade_Level.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdGrade_Level.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGrade_Level.Location = New System.Drawing.Point(341, 102) Me.cmdGrade_Level.Name = "cmdGrade_Level" + Me.cmdGrade_Level.Size = New System.Drawing.Size(85, 30) + Me.cmdGrade_Level.TabIndex = 19 + Me.cmdGrade_Level.Text = "grade_level (f)" Me.cmdGrade_Level.UseVisualStyleBackColor = True ' 'cmdEye ' - resources.ApplyResources(Me.cmdEye, "cmdEye") + Me.cmdEye.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdEye.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEye.Location = New System.Drawing.Point(257, 102) Me.cmdEye.Name = "cmdEye" + Me.cmdEye.Size = New System.Drawing.Size(85, 30) + Me.cmdEye.TabIndex = 18 + Me.cmdEye.Text = "eye (f)" Me.cmdEye.UseVisualStyleBackColor = True ' 'cmdEmployment ' - resources.ApplyResources(Me.cmdEmployment, "cmdEmployment") + Me.cmdEmployment.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdEmployment.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEmployment.Location = New System.Drawing.Point(173, 102) Me.cmdEmployment.Name = "cmdEmployment" + Me.cmdEmployment.Size = New System.Drawing.Size(85, 30) + Me.cmdEmployment.TabIndex = 17 + Me.cmdEmployment.Text = "employment (f)" Me.cmdEmployment.UseVisualStyleBackColor = True ' 'cmdEducation ' - resources.ApplyResources(Me.cmdEducation, "cmdEducation") + Me.cmdEducation.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdEducation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEducation.Location = New System.Drawing.Point(89, 102) Me.cmdEducation.Name = "cmdEducation" + Me.cmdEducation.Size = New System.Drawing.Size(85, 30) + Me.cmdEducation.TabIndex = 16 + Me.cmdEducation.Text = "education (f)" Me.cmdEducation.UseVisualStyleBackColor = True ' 'cmdDummy ' - resources.ApplyResources(Me.cmdDummy, "cmdDummy") + Me.cmdDummy.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDummy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDummy.Location = New System.Drawing.Point(5, 102) Me.cmdDummy.Name = "cmdDummy" + Me.cmdDummy.Size = New System.Drawing.Size(85, 30) + Me.cmdDummy.TabIndex = 15 + Me.cmdDummy.Text = "dummy" Me.cmdDummy.UseVisualStyleBackColor = True ' 'cmdDob ' - resources.ApplyResources(Me.cmdDob, "cmdDob") + Me.cmdDob.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDob.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDob.Location = New System.Drawing.Point(341, 72) Me.cmdDob.Name = "cmdDob" + Me.cmdDob.Size = New System.Drawing.Size(85, 30) + Me.cmdDob.TabIndex = 14 + Me.cmdDob.Text = "dob (D)" Me.cmdDob.UseVisualStyleBackColor = True ' 'cmdDna ' - resources.ApplyResources(Me.cmdDna, "cmdDna") + Me.cmdDna.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDna.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDna.Location = New System.Drawing.Point(257, 72) Me.cmdDna.Name = "cmdDna" + Me.cmdDna.Size = New System.Drawing.Size(85, 30) + Me.cmdDna.TabIndex = 13 + Me.cmdDna.Text = "dna (f)" Me.cmdDna.UseVisualStyleBackColor = True ' 'cmdDice ' - resources.ApplyResources(Me.cmdDice, "cmdDice") + Me.cmdDice.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDice.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDice.Location = New System.Drawing.Point(173, 72) Me.cmdDice.Name = "cmdDice" + Me.cmdDice.Size = New System.Drawing.Size(85, 30) + Me.cmdDice.TabIndex = 12 + Me.cmdDice.Text = "dice" Me.cmdDice.UseVisualStyleBackColor = True ' 'cmdDied ' - resources.ApplyResources(Me.cmdDied, "cmdDied") + Me.cmdDied.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDied.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDied.Location = New System.Drawing.Point(89, 72) Me.cmdDied.Name = "cmdDied" + Me.cmdDied.Size = New System.Drawing.Size(85, 30) + Me.cmdDied.TabIndex = 11 + Me.cmdDied.Text = "died (L)" Me.cmdDied.UseVisualStyleBackColor = True ' 'cmdDeath ' - resources.ApplyResources(Me.cmdDeath, "cmdDeath") + Me.cmdDeath.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDeath.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDeath.Location = New System.Drawing.Point(5, 72) Me.cmdDeath.Name = "cmdDeath" + Me.cmdDeath.Size = New System.Drawing.Size(85, 30) + Me.cmdDeath.TabIndex = 10 + Me.cmdDeath.Text = "death (L)" Me.cmdDeath.UseVisualStyleBackColor = True ' 'cmdDate_Stamp ' - resources.ApplyResources(Me.cmdDate_Stamp, "cmdDate_Stamp") + Me.cmdDate_Stamp.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdDate_Stamp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDate_Stamp.Location = New System.Drawing.Point(341, 43) Me.cmdDate_Stamp.Name = "cmdDate_Stamp" + Me.cmdDate_Stamp.Size = New System.Drawing.Size(85, 30) + Me.cmdDate_Stamp.TabIndex = 9 + Me.cmdDate_Stamp.Text = "date_stamp" Me.cmdDate_Stamp.UseVisualStyleBackColor = True ' 'cmdPrimary ' - resources.ApplyResources(Me.cmdPrimary, "cmdPrimary") + Me.cmdPrimary.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdPrimary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPrimary.Location = New System.Drawing.Point(257, 43) Me.cmdPrimary.Name = "cmdPrimary" + Me.cmdPrimary.Size = New System.Drawing.Size(85, 30) + Me.cmdPrimary.TabIndex = 8 + Me.cmdPrimary.Text = "primary (f)" Me.cmdPrimary.UseVisualStyleBackColor = True ' 'cmdColor ' - resources.ApplyResources(Me.cmdColor, "cmdColor") + Me.cmdColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdColor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColor.Location = New System.Drawing.Point(173, 43) Me.cmdColor.Name = "cmdColor" + Me.cmdColor.Size = New System.Drawing.Size(85, 30) + Me.cmdColor.TabIndex = 7 + Me.cmdColor.Text = "color (f)" Me.cmdColor.UseVisualStyleBackColor = True ' 'cmdCoin ' - resources.ApplyResources(Me.cmdCoin, "cmdCoin") + Me.cmdCoin.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdCoin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCoin.Location = New System.Drawing.Point(89, 43) Me.cmdCoin.Name = "cmdCoin" + Me.cmdCoin.Size = New System.Drawing.Size(85, 30) + Me.cmdCoin.TabIndex = 6 + Me.cmdCoin.Text = "coin (f)" Me.cmdCoin.UseVisualStyleBackColor = True ' 'cmdChildren ' - resources.ApplyResources(Me.cmdChildren, "cmdChildren") + Me.cmdChildren.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdChildren.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdChildren.Location = New System.Drawing.Point(5, 43) Me.cmdChildren.Name = "cmdChildren" + Me.cmdChildren.Size = New System.Drawing.Size(85, 30) + Me.cmdChildren.TabIndex = 5 + Me.cmdChildren.Text = "children" Me.cmdChildren.UseVisualStyleBackColor = True ' 'cmdCar ' - resources.ApplyResources(Me.cmdCar, "cmdCar") + Me.cmdCar.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdCar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCar.Location = New System.Drawing.Point(341, 14) Me.cmdCar.Name = "cmdCar" + Me.cmdCar.Size = New System.Drawing.Size(85, 30) + Me.cmdCar.TabIndex = 4 + Me.cmdCar.Text = "car (f)" Me.cmdCar.UseVisualStyleBackColor = True ' 'cmdAnswer ' - resources.ApplyResources(Me.cmdAnswer, "cmdAnswer") + Me.cmdAnswer.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdAnswer.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAnswer.Location = New System.Drawing.Point(257, 14) Me.cmdAnswer.Name = "cmdAnswer" + Me.cmdAnswer.Size = New System.Drawing.Size(85, 30) + Me.cmdAnswer.TabIndex = 3 + Me.cmdAnswer.Text = "answer (f)" Me.cmdAnswer.UseVisualStyleBackColor = True ' 'cmdPet ' - resources.ApplyResources(Me.cmdPet, "cmdPet") + Me.cmdPet.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdPet.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPet.Location = New System.Drawing.Point(173, 14) Me.cmdPet.Name = "cmdPet" + Me.cmdPet.Size = New System.Drawing.Size(85, 30) + Me.cmdPet.TabIndex = 2 + Me.cmdPet.Text = "pet (f)" Me.cmdPet.UseVisualStyleBackColor = True ' 'cmdAnimal ' - resources.ApplyResources(Me.cmdAnimal, "cmdAnimal") + Me.cmdAnimal.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdAnimal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAnimal.Location = New System.Drawing.Point(89, 14) Me.cmdAnimal.Name = "cmdAnimal" + Me.cmdAnimal.Size = New System.Drawing.Size(85, 30) + Me.cmdAnimal.TabIndex = 1 + Me.cmdAnimal.Text = "animal (f)" Me.cmdAnimal.UseVisualStyleBackColor = True ' 'cmdAge ' - resources.ApplyResources(Me.cmdAge, "cmdAge") + Me.cmdAge.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdAge.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAge.Location = New System.Drawing.Point(5, 14) Me.cmdAge.Name = "cmdAge" + Me.cmdAge.Size = New System.Drawing.Size(85, 30) + Me.cmdAge.TabIndex = 0 + Me.cmdAge.Text = "age" Me.cmdAge.UseVisualStyleBackColor = True ' 'cmdIncome ' - resources.ApplyResources(Me.cmdIncome, "cmdIncome") + Me.cmdIncome.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdIncome.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIncome.Location = New System.Drawing.Point(341, 131) Me.cmdIncome.Name = "cmdIncome" + Me.cmdIncome.Size = New System.Drawing.Size(85, 30) + Me.cmdIncome.TabIndex = 24 + Me.cmdIncome.Text = "income" Me.cmdIncome.UseVisualStyleBackColor = True ' 'cmdHeight ' - resources.ApplyResources(Me.cmdHeight, "cmdHeight") + Me.cmdHeight.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdHeight.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHeight.Location = New System.Drawing.Point(257, 131) Me.cmdHeight.Name = "cmdHeight" + Me.cmdHeight.Size = New System.Drawing.Size(85, 30) + Me.cmdHeight.TabIndex = 23 + Me.cmdHeight.Text = "height" Me.cmdHeight.UseVisualStyleBackColor = True ' 'cmdHair ' - resources.ApplyResources(Me.cmdHair, "cmdHair") + Me.cmdHair.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdHair.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHair.Location = New System.Drawing.Point(173, 131) Me.cmdHair.Name = "cmdHair" + Me.cmdHair.Size = New System.Drawing.Size(85, 30) + Me.cmdHair.TabIndex = 22 + Me.cmdHair.Text = "hair (f)" Me.cmdHair.UseVisualStyleBackColor = True ' 'cmdGroup ' - resources.ApplyResources(Me.cmdGroup, "cmdGroup") + Me.cmdGroup.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdGroup.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGroup.Location = New System.Drawing.Point(89, 131) Me.cmdGroup.Name = "cmdGroup" + Me.cmdGroup.Size = New System.Drawing.Size(85, 30) + Me.cmdGroup.TabIndex = 21 + Me.cmdGroup.Text = "group (f)" Me.cmdGroup.UseVisualStyleBackColor = True ' 'cmdGrade ' - resources.ApplyResources(Me.cmdGrade, "cmdGrade") + Me.cmdGrade.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!) + Me.cmdGrade.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGrade.Location = New System.Drawing.Point(5, 131) Me.cmdGrade.Name = "cmdGrade" + Me.cmdGrade.Size = New System.Drawing.Size(85, 30) + Me.cmdGrade.TabIndex = 20 + Me.cmdGrade.Text = "grade" Me.cmdGrade.UseVisualStyleBackColor = True ' 'cmdWakefieldHelp ' - resources.ApplyResources(Me.cmdWakefieldHelp, "cmdWakefieldHelp") + Me.cmdWakefieldHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWakefieldHelp.Location = New System.Drawing.Point(782, 39) Me.cmdWakefieldHelp.Name = "cmdWakefieldHelp" + Me.cmdWakefieldHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdWakefieldHelp.TabIndex = 183 + Me.cmdWakefieldHelp.Text = "R Help" Me.cmdWakefieldHelp.UseVisualStyleBackColor = True ' 'grpMaths @@ -1455,152 +2174,279 @@ Partial Class ucrCalculator Me.grpMaths.Controls.Add(Me.cmdAcos) Me.grpMaths.Controls.Add(Me.cmdCos) Me.grpMaths.Controls.Add(Me.cmdSqrt) - resources.ApplyResources(Me.grpMaths, "grpMaths") + Me.grpMaths.Location = New System.Drawing.Point(431, 61) + Me.grpMaths.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpMaths.Name = "grpMaths" + Me.grpMaths.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpMaths.Size = New System.Drawing.Size(256, 164) + Me.grpMaths.TabIndex = 184 Me.grpMaths.TabStop = False + Me.grpMaths.Text = "Maths" ' 'cmdMathsHelp ' - resources.ApplyResources(Me.cmdMathsHelp, "cmdMathsHelp") + Me.cmdMathsHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMathsHelp.Location = New System.Drawing.Point(179, 136) Me.cmdMathsHelp.Name = "cmdMathsHelp" + Me.cmdMathsHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdMathsHelp.TabIndex = 183 + Me.cmdMathsHelp.Text = "R Help" Me.cmdMathsHelp.UseVisualStyleBackColor = True ' 'cmdAtan2 ' - resources.ApplyResources(Me.cmdAtan2, "cmdAtan2") + Me.cmdAtan2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAtan2.Location = New System.Drawing.Point(102, 130) Me.cmdAtan2.Name = "cmdAtan2" + Me.cmdAtan2.Size = New System.Drawing.Size(51, 30) + Me.cmdAtan2.TabIndex = 151 + Me.cmdAtan2.Text = "atan2" Me.cmdAtan2.UseVisualStyleBackColor = True ' 'cmdLogistic ' - resources.ApplyResources(Me.cmdLogistic, "cmdLogistic") + Me.cmdLogistic.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLogistic.Location = New System.Drawing.Point(52, 130) Me.cmdLogistic.Name = "cmdLogistic" + Me.cmdLogistic.Size = New System.Drawing.Size(51, 30) + Me.cmdLogistic.TabIndex = 149 + Me.cmdLogistic.Text = "logistic" Me.cmdLogistic.UseVisualStyleBackColor = True ' 'cmdLogit ' - resources.ApplyResources(Me.cmdLogit, "cmdLogit") + Me.cmdLogit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLogit.Location = New System.Drawing.Point(2, 130) Me.cmdLogit.Name = "cmdLogit" + Me.cmdLogit.Size = New System.Drawing.Size(51, 30) + Me.cmdLogit.TabIndex = 148 + Me.cmdLogit.Text = "logit" Me.cmdLogit.UseVisualStyleBackColor = True ' 'cmdSign ' - resources.ApplyResources(Me.cmdSign, "cmdSign") + Me.cmdSign.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSign.Location = New System.Drawing.Point(203, 101) + Me.cmdSign.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSign.Name = "cmdSign" + Me.cmdSign.Size = New System.Drawing.Size(51, 30) + Me.cmdSign.TabIndex = 147 + Me.cmdSign.Text = "sign" Me.cmdSign.UseVisualStyleBackColor = True ' 'cmdRound ' - resources.ApplyResources(Me.cmdRound, "cmdRound") + Me.cmdRound.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdRound.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRound.Location = New System.Drawing.Point(153, 101) + Me.cmdRound.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRound.Name = "cmdRound" + Me.cmdRound.Size = New System.Drawing.Size(51, 30) + Me.cmdRound.TabIndex = 146 + Me.cmdRound.Text = "round" Me.cmdRound.UseVisualStyleBackColor = True ' 'cmdSiginf ' - resources.ApplyResources(Me.cmdSiginf, "cmdSiginf") + Me.cmdSiginf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSiginf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSiginf.Location = New System.Drawing.Point(103, 101) + Me.cmdSiginf.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSiginf.Name = "cmdSiginf" + Me.cmdSiginf.Size = New System.Drawing.Size(51, 30) + Me.cmdSiginf.TabIndex = 145 + Me.cmdSiginf.Text = "siginf" Me.cmdSiginf.UseVisualStyleBackColor = True ' 'cmdAbs ' - resources.ApplyResources(Me.cmdAbs, "cmdAbs") + Me.cmdAbs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAbs.Location = New System.Drawing.Point(52, 101) + Me.cmdAbs.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAbs.Name = "cmdAbs" + Me.cmdAbs.Size = New System.Drawing.Size(51, 30) + Me.cmdAbs.TabIndex = 144 + Me.cmdAbs.Text = "abs" Me.cmdAbs.UseVisualStyleBackColor = True ' 'cmdExp ' - resources.ApplyResources(Me.cmdExp, "cmdExp") + Me.cmdExp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExp.Location = New System.Drawing.Point(2, 101) + Me.cmdExp.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExp.Name = "cmdExp" + Me.cmdExp.Size = New System.Drawing.Size(51, 30) + Me.cmdExp.TabIndex = 143 + Me.cmdExp.Text = "exp" Me.cmdExp.UseVisualStyleBackColor = True ' 'cmdDeg ' - resources.ApplyResources(Me.cmdDeg, "cmdDeg") + Me.cmdDeg.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDeg.Location = New System.Drawing.Point(203, 72) + Me.cmdDeg.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDeg.Name = "cmdDeg" + Me.cmdDeg.Size = New System.Drawing.Size(51, 30) + Me.cmdDeg.TabIndex = 142 + Me.cmdDeg.Text = "deg" Me.cmdDeg.UseVisualStyleBackColor = True ' 'cmdTrunc ' - resources.ApplyResources(Me.cmdTrunc, "cmdTrunc") + Me.cmdTrunc.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdTrunc.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTrunc.Location = New System.Drawing.Point(153, 72) + Me.cmdTrunc.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTrunc.Name = "cmdTrunc" + Me.cmdTrunc.Size = New System.Drawing.Size(51, 30) + Me.cmdTrunc.TabIndex = 141 + Me.cmdTrunc.Text = "trunc" Me.cmdTrunc.UseVisualStyleBackColor = True ' 'cmdAtan ' - resources.ApplyResources(Me.cmdAtan, "cmdAtan") + Me.cmdAtan.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAtan.Location = New System.Drawing.Point(103, 72) + Me.cmdAtan.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAtan.Name = "cmdAtan" + Me.cmdAtan.Size = New System.Drawing.Size(51, 30) + Me.cmdAtan.TabIndex = 140 + Me.cmdAtan.Text = "atan" Me.cmdAtan.UseVisualStyleBackColor = True ' 'cmdTan ' - resources.ApplyResources(Me.cmdTan, "cmdTan") + Me.cmdTan.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTan.Location = New System.Drawing.Point(52, 72) + Me.cmdTan.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTan.Name = "cmdTan" + Me.cmdTan.Size = New System.Drawing.Size(51, 30) + Me.cmdTan.TabIndex = 139 + Me.cmdTan.Text = "tan" Me.cmdTan.UseVisualStyleBackColor = True ' 'cmdLogTen ' - resources.ApplyResources(Me.cmdLogTen, "cmdLogTen") + Me.cmdLogTen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLogTen.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLogTen.Location = New System.Drawing.Point(2, 72) + Me.cmdLogTen.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLogTen.Name = "cmdLogTen" + Me.cmdLogTen.Size = New System.Drawing.Size(51, 30) + Me.cmdLogTen.TabIndex = 138 + Me.cmdLogTen.Text = "log10" Me.cmdLogTen.UseVisualStyleBackColor = True ' 'cmdRad ' - resources.ApplyResources(Me.cmdRad, "cmdRad") + Me.cmdRad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRad.Location = New System.Drawing.Point(203, 43) + Me.cmdRad.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRad.Name = "cmdRad" + Me.cmdRad.Size = New System.Drawing.Size(51, 30) + Me.cmdRad.TabIndex = 137 + Me.cmdRad.Text = "rad" Me.cmdRad.UseVisualStyleBackColor = True ' 'cmdFloor ' - resources.ApplyResources(Me.cmdFloor, "cmdFloor") + Me.cmdFloor.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdFloor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFloor.Location = New System.Drawing.Point(153, 43) + Me.cmdFloor.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdFloor.Name = "cmdFloor" + Me.cmdFloor.Size = New System.Drawing.Size(51, 30) + Me.cmdFloor.TabIndex = 136 + Me.cmdFloor.Text = "floor" Me.cmdFloor.UseVisualStyleBackColor = True ' 'cmdAsin ' - resources.ApplyResources(Me.cmdAsin, "cmdAsin") + Me.cmdAsin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAsin.Location = New System.Drawing.Point(103, 43) + Me.cmdAsin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAsin.Name = "cmdAsin" + Me.cmdAsin.Size = New System.Drawing.Size(51, 30) + Me.cmdAsin.TabIndex = 135 + Me.cmdAsin.Text = "asin" Me.cmdAsin.UseVisualStyleBackColor = True ' 'cmdSin ' - resources.ApplyResources(Me.cmdSin, "cmdSin") + Me.cmdSin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSin.Location = New System.Drawing.Point(52, 43) + Me.cmdSin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSin.Name = "cmdSin" + Me.cmdSin.Size = New System.Drawing.Size(51, 30) + Me.cmdSin.TabIndex = 134 + Me.cmdSin.Text = "sin" Me.cmdSin.UseVisualStyleBackColor = True ' 'cmdLog ' - resources.ApplyResources(Me.cmdLog, "cmdLog") + Me.cmdLog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLog.Location = New System.Drawing.Point(2, 43) + Me.cmdLog.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLog.Name = "cmdLog" + Me.cmdLog.Size = New System.Drawing.Size(51, 30) + Me.cmdLog.TabIndex = 133 + Me.cmdLog.Text = "log" Me.cmdLog.UseVisualStyleBackColor = True ' 'cmdPi ' - resources.ApplyResources(Me.cmdPi, "cmdPi") + Me.cmdPi.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPi.Location = New System.Drawing.Point(203, 14) + Me.cmdPi.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPi.Name = "cmdPi" + Me.cmdPi.Size = New System.Drawing.Size(51, 30) + Me.cmdPi.TabIndex = 132 + Me.cmdPi.Text = "pi" Me.cmdPi.UseVisualStyleBackColor = True ' 'cmdCeiling ' - resources.ApplyResources(Me.cmdCeiling, "cmdCeiling") + Me.cmdCeiling.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCeiling.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCeiling.Location = New System.Drawing.Point(153, 14) + Me.cmdCeiling.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCeiling.Name = "cmdCeiling" + Me.cmdCeiling.Size = New System.Drawing.Size(51, 30) + Me.cmdCeiling.TabIndex = 131 + Me.cmdCeiling.Text = "ceiling" Me.cmdCeiling.UseVisualStyleBackColor = True ' 'cmdAcos ' - resources.ApplyResources(Me.cmdAcos, "cmdAcos") + Me.cmdAcos.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAcos.Location = New System.Drawing.Point(103, 14) + Me.cmdAcos.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAcos.Name = "cmdAcos" + Me.cmdAcos.Size = New System.Drawing.Size(51, 30) + Me.cmdAcos.TabIndex = 130 + Me.cmdAcos.Text = "acos" Me.cmdAcos.UseVisualStyleBackColor = True ' 'cmdCos ' - resources.ApplyResources(Me.cmdCos, "cmdCos") + Me.cmdCos.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCos.Location = New System.Drawing.Point(52, 14) + Me.cmdCos.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCos.Name = "cmdCos" + Me.cmdCos.Size = New System.Drawing.Size(51, 30) + Me.cmdCos.TabIndex = 129 + Me.cmdCos.Text = "cos" Me.cmdCos.UseVisualStyleBackColor = True ' 'cmdSqrt ' - resources.ApplyResources(Me.cmdSqrt, "cmdSqrt") + Me.cmdSqrt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSqrt.Location = New System.Drawing.Point(2, 14) + Me.cmdSqrt.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSqrt.Name = "cmdSqrt" + Me.cmdSqrt.Size = New System.Drawing.Size(51, 30) + Me.cmdSqrt.TabIndex = 128 + Me.cmdSqrt.Text = "sqrt" Me.cmdSqrt.UseVisualStyleBackColor = True ' 'grpSummary @@ -1634,182 +2480,344 @@ Partial Class ucrCalculator Me.grpSummary.Controls.Add(Me.cmdLength) Me.grpSummary.Controls.Add(Me.cmdSum) Me.grpSummary.Controls.Add(Me.cmdVar) - resources.ApplyResources(Me.grpSummary, "grpSummary") + Me.grpSummary.Location = New System.Drawing.Point(431, 61) + Me.grpSummary.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpSummary.Name = "grpSummary" + Me.grpSummary.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpSummary.Size = New System.Drawing.Size(288, 191) + Me.grpSummary.TabIndex = 185 Me.grpSummary.TabStop = False + Me.grpSummary.Text = "Summary" ' 'cmdSummaryHelp ' - resources.ApplyResources(Me.cmdSummaryHelp, "cmdSummaryHelp") + Me.cmdSummaryHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummaryHelp.Location = New System.Drawing.Point(210, 165) Me.cmdSummaryHelp.Name = "cmdSummaryHelp" + Me.cmdSummaryHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdSummaryHelp.TabIndex = 183 + Me.cmdSummaryHelp.Text = "R Help" Me.cmdSummaryHelp.UseVisualStyleBackColor = True ' 'cmdKurtosis ' - resources.ApplyResources(Me.cmdKurtosis, "cmdKurtosis") + Me.cmdKurtosis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdKurtosis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdKurtosis.Location = New System.Drawing.Point(229, 100) + Me.cmdKurtosis.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdKurtosis.Name = "cmdKurtosis" + Me.cmdKurtosis.Size = New System.Drawing.Size(56, 30) + Me.cmdKurtosis.TabIndex = 182 + Me.cmdKurtosis.Text = "kurtosis" Me.cmdKurtosis.UseVisualStyleBackColor = True ' 'cmdMode1 ' - resources.ApplyResources(Me.cmdMode1, "cmdMode1") + Me.cmdMode1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMode1.Location = New System.Drawing.Point(229, 42) + Me.cmdMode1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMode1.Name = "cmdMode1" + Me.cmdMode1.Size = New System.Drawing.Size(56, 30) + Me.cmdMode1.TabIndex = 180 + Me.cmdMode1.Text = "mode1" Me.cmdMode1.UseVisualStyleBackColor = True ' 'cmdMode ' - resources.ApplyResources(Me.cmdMode, "cmdMode") + Me.cmdMode.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMode.Location = New System.Drawing.Point(174, 42) + Me.cmdMode.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMode.Name = "cmdMode" + Me.cmdMode.Size = New System.Drawing.Size(56, 30) + Me.cmdMode.TabIndex = 179 + Me.cmdMode.Text = "mode" Me.cmdMode.UseVisualStyleBackColor = True ' 'cmdFirst ' - resources.ApplyResources(Me.cmdFirst, "cmdFirst") + Me.cmdFirst.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFirst.Location = New System.Drawing.Point(119, 129) + Me.cmdFirst.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdFirst.Name = "cmdFirst" + Me.cmdFirst.Size = New System.Drawing.Size(56, 30) + Me.cmdFirst.TabIndex = 178 + Me.cmdFirst.Text = "first" Me.cmdFirst.UseVisualStyleBackColor = True ' 'cmdLast ' - resources.ApplyResources(Me.cmdLast, "cmdLast") + Me.cmdLast.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLast.Location = New System.Drawing.Point(174, 129) + Me.cmdLast.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLast.Name = "cmdLast" + Me.cmdLast.Size = New System.Drawing.Size(56, 30) + Me.cmdLast.TabIndex = 177 + Me.cmdLast.Text = "last" Me.cmdLast.UseVisualStyleBackColor = True ' 'cmdnth ' - resources.ApplyResources(Me.cmdnth, "cmdnth") + Me.cmdnth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdnth.Location = New System.Drawing.Point(229, 129) + Me.cmdnth.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdnth.Name = "cmdnth" + Me.cmdnth.Size = New System.Drawing.Size(56, 30) + Me.cmdnth.TabIndex = 176 + Me.cmdnth.Text = "nth" Me.cmdnth.UseVisualStyleBackColor = True ' 'cmdCor ' - resources.ApplyResources(Me.cmdCor, "cmdCor") + Me.cmdCor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCor.Location = New System.Drawing.Point(2, 158) + Me.cmdCor.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCor.Name = "cmdCor" + Me.cmdCor.Size = New System.Drawing.Size(62, 30) + Me.cmdCor.TabIndex = 175 + Me.cmdCor.Text = "cor" Me.cmdCor.UseVisualStyleBackColor = True ' 'cmdCov ' - resources.ApplyResources(Me.cmdCov, "cmdCov") + Me.cmdCov.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCov.Location = New System.Drawing.Point(63, 158) + Me.cmdCov.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCov.Name = "cmdCov" + Me.cmdCov.Size = New System.Drawing.Size(56, 30) + Me.cmdCov.TabIndex = 174 + Me.cmdCov.Text = "cov" Me.cmdCov.UseVisualStyleBackColor = True ' 'cmdMad ' - resources.ApplyResources(Me.cmdMad, "cmdMad") + Me.cmdMad.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdMad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMad.Location = New System.Drawing.Point(174, 71) + Me.cmdMad.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMad.Name = "cmdMad" + Me.cmdMad.Size = New System.Drawing.Size(56, 30) + Me.cmdMad.TabIndex = 173 + Me.cmdMad.Text = "mad" Me.cmdMad.UseVisualStyleBackColor = True ' 'cmdMc ' - resources.ApplyResources(Me.cmdMc, "cmdMc") + Me.cmdMc.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdMc.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMc.Location = New System.Drawing.Point(119, 100) + Me.cmdMc.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMc.Name = "cmdMc" + Me.cmdMc.Size = New System.Drawing.Size(56, 30) + Me.cmdMc.TabIndex = 172 + Me.cmdMc.Text = "mc" Me.cmdMc.UseVisualStyleBackColor = True ' 'cmdPropn ' - resources.ApplyResources(Me.cmdPropn, "cmdPropn") + Me.cmdPropn.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPropn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPropn.Location = New System.Drawing.Point(64, 129) + Me.cmdPropn.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPropn.Name = "cmdPropn" + Me.cmdPropn.Size = New System.Drawing.Size(56, 30) + Me.cmdPropn.TabIndex = 171 + Me.cmdPropn.Text = "propn" Me.cmdPropn.UseVisualStyleBackColor = True ' 'cmdCv ' - resources.ApplyResources(Me.cmdCv, "cmdCv") + Me.cmdCv.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCv.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCv.Location = New System.Drawing.Point(64, 100) + Me.cmdCv.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCv.Name = "cmdCv" + Me.cmdCv.Size = New System.Drawing.Size(56, 30) + Me.cmdCv.TabIndex = 170 + Me.cmdCv.Text = "cv" Me.cmdCv.UseVisualStyleBackColor = True ' 'cmdSkew ' - resources.ApplyResources(Me.cmdSkew, "cmdSkew") + Me.cmdSkew.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSkew.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSkew.Location = New System.Drawing.Point(174, 100) + Me.cmdSkew.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSkew.Name = "cmdSkew" + Me.cmdSkew.Size = New System.Drawing.Size(56, 30) + Me.cmdSkew.TabIndex = 169 + Me.cmdSkew.Text = "skew" Me.cmdSkew.UseVisualStyleBackColor = True ' 'cmdAnyDup ' - resources.ApplyResources(Me.cmdAnyDup, "cmdAnyDup") + Me.cmdAnyDup.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdAnyDup.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAnyDup.Location = New System.Drawing.Point(2, 129) + Me.cmdAnyDup.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAnyDup.Name = "cmdAnyDup" + Me.cmdAnyDup.Size = New System.Drawing.Size(63, 30) + Me.cmdAnyDup.TabIndex = 168 + Me.cmdAnyDup.Text = "anyDup" Me.cmdAnyDup.UseVisualStyleBackColor = True ' 'cmdDistinct ' - resources.ApplyResources(Me.cmdDistinct, "cmdDistinct") + Me.cmdDistinct.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDistinct.Location = New System.Drawing.Point(2, 100) + Me.cmdDistinct.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDistinct.Name = "cmdDistinct" + Me.cmdDistinct.Size = New System.Drawing.Size(63, 30) + Me.cmdDistinct.TabIndex = 167 + Me.cmdDistinct.Text = "distinct" Me.cmdDistinct.UseVisualStyleBackColor = True ' 'cmdNonMiss ' - resources.ApplyResources(Me.cmdNonMiss, "cmdNonMiss") + Me.cmdNonMiss.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNonMiss.Location = New System.Drawing.Point(2, 71) + Me.cmdNonMiss.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdNonMiss.Name = "cmdNonMiss" + Me.cmdNonMiss.Size = New System.Drawing.Size(63, 30) + Me.cmdNonMiss.TabIndex = 166 + Me.cmdNonMiss.Text = "non miss" Me.cmdNonMiss.UseVisualStyleBackColor = True ' 'cmdIQR ' - resources.ApplyResources(Me.cmdIQR, "cmdIQR") + Me.cmdIQR.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdIQR.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIQR.Location = New System.Drawing.Point(229, 71) + Me.cmdIQR.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdIQR.Name = "cmdIQR" + Me.cmdIQR.Size = New System.Drawing.Size(56, 30) + Me.cmdIQR.TabIndex = 165 + Me.cmdIQR.Text = "IQR" Me.cmdIQR.UseVisualStyleBackColor = True ' 'cmdQuantile ' - resources.ApplyResources(Me.cmdQuantile, "cmdQuantile") + Me.cmdQuantile.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQuantile.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuantile.Location = New System.Drawing.Point(118, 158) + Me.cmdQuantile.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQuantile.Name = "cmdQuantile" + Me.cmdQuantile.Size = New System.Drawing.Size(56, 30) + Me.cmdQuantile.TabIndex = 164 + Me.cmdQuantile.Text = "quantile" Me.cmdQuantile.UseVisualStyleBackColor = True ' 'cmdRange ' - resources.ApplyResources(Me.cmdRange, "cmdRange") + Me.cmdRange.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRange.Location = New System.Drawing.Point(229, 13) + Me.cmdRange.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRange.Name = "cmdRange" + Me.cmdRange.Size = New System.Drawing.Size(56, 30) + Me.cmdRange.TabIndex = 163 + Me.cmdRange.Text = "range" Me.cmdRange.UseVisualStyleBackColor = True ' 'cmdSd ' - resources.ApplyResources(Me.cmdSd, "cmdSd") + Me.cmdSd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSd.Location = New System.Drawing.Point(119, 71) + Me.cmdSd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSd.Name = "cmdSd" + Me.cmdSd.Size = New System.Drawing.Size(56, 30) + Me.cmdSd.TabIndex = 160 + Me.cmdSd.Text = "sd" Me.cmdSd.UseVisualStyleBackColor = True ' 'cmdMedian ' - resources.ApplyResources(Me.cmdMedian, "cmdMedian") + Me.cmdMedian.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdMedian.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMedian.Location = New System.Drawing.Point(119, 42) + Me.cmdMedian.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMedian.Name = "cmdMedian" + Me.cmdMedian.Size = New System.Drawing.Size(56, 30) + Me.cmdMedian.TabIndex = 158 + Me.cmdMedian.Text = "median" Me.cmdMedian.UseVisualStyleBackColor = True ' 'cmdMin ' - resources.ApplyResources(Me.cmdMin, "cmdMin") + Me.cmdMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMin.Location = New System.Drawing.Point(119, 13) + Me.cmdMin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMin.Name = "cmdMin" + Me.cmdMin.Size = New System.Drawing.Size(56, 30) + Me.cmdMin.TabIndex = 155 + Me.cmdMin.Text = "min" Me.cmdMin.UseVisualStyleBackColor = True ' 'cmdMax ' - resources.ApplyResources(Me.cmdMax, "cmdMax") + Me.cmdMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMax.Location = New System.Drawing.Point(174, 13) + Me.cmdMax.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMax.Name = "cmdMax" + Me.cmdMax.Size = New System.Drawing.Size(56, 30) + Me.cmdMax.TabIndex = 154 + Me.cmdMax.Text = "max" Me.cmdMax.UseVisualStyleBackColor = True ' 'cmdMean ' - resources.ApplyResources(Me.cmdMean, "cmdMean") + Me.cmdMean.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdMean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMean.Location = New System.Drawing.Point(64, 42) + Me.cmdMean.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMean.Name = "cmdMean" + Me.cmdMean.Size = New System.Drawing.Size(56, 30) + Me.cmdMean.TabIndex = 153 + Me.cmdMean.Text = "mean" Me.cmdMean.UseVisualStyleBackColor = True ' 'cmdMiss ' - resources.ApplyResources(Me.cmdMiss, "cmdMiss") + Me.cmdMiss.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMiss.Location = New System.Drawing.Point(2, 42) + Me.cmdMiss.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMiss.Name = "cmdMiss" + Me.cmdMiss.Size = New System.Drawing.Size(63, 30) + Me.cmdMiss.TabIndex = 149 + Me.cmdMiss.Text = "miss" Me.cmdMiss.UseVisualStyleBackColor = True ' 'cmdLength ' - resources.ApplyResources(Me.cmdLength, "cmdLength") + Me.cmdLength.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLength.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLength.Location = New System.Drawing.Point(2, 13) + Me.cmdLength.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLength.Name = "cmdLength" + Me.cmdLength.Size = New System.Drawing.Size(63, 30) + Me.cmdLength.TabIndex = 148 + Me.cmdLength.Text = "length" Me.cmdLength.UseVisualStyleBackColor = True ' 'cmdSum ' - resources.ApplyResources(Me.cmdSum, "cmdSum") + Me.cmdSum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSum.Location = New System.Drawing.Point(64, 13) + Me.cmdSum.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSum.Name = "cmdSum" + Me.cmdSum.Size = New System.Drawing.Size(56, 30) + Me.cmdSum.TabIndex = 150 + Me.cmdSum.Text = "sum" Me.cmdSum.UseVisualStyleBackColor = True ' 'cmdVar ' - resources.ApplyResources(Me.cmdVar, "cmdVar") + Me.cmdVar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdVar.Location = New System.Drawing.Point(64, 71) + Me.cmdVar.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdVar.Name = "cmdVar" + Me.cmdVar.Size = New System.Drawing.Size(56, 30) + Me.cmdVar.TabIndex = 159 + Me.cmdVar.Text = "var" Me.cmdVar.UseVisualStyleBackColor = True ' 'grpTransform @@ -1841,170 +2849,283 @@ Partial Class ucrCalculator Me.grpTransform.Controls.Add(Me.cmdpmax) Me.grpTransform.Controls.Add(Me.cmdLead) Me.grpTransform.Controls.Add(Me.cmdLag) - resources.ApplyResources(Me.grpTransform, "grpTransform") + Me.grpTransform.Location = New System.Drawing.Point(431, 61) Me.grpTransform.Name = "grpTransform" + Me.grpTransform.Size = New System.Drawing.Size(251, 218) + Me.grpTransform.TabIndex = 189 Me.grpTransform.TabStop = False + Me.grpTransform.Text = "Transform" ' 'cmdHelpZoo ' - resources.ApplyResources(Me.cmdHelpZoo, "cmdHelpZoo") + Me.cmdHelpZoo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelpZoo.Location = New System.Drawing.Point(172, 189) Me.cmdHelpZoo.Name = "cmdHelpZoo" + Me.cmdHelpZoo.Size = New System.Drawing.Size(75, 23) + Me.cmdHelpZoo.TabIndex = 200 + Me.cmdHelpZoo.Text = "R Help(zoo)" Me.cmdHelpZoo.UseVisualStyleBackColor = True ' 'cmdHelpDplyr ' - resources.ApplyResources(Me.cmdHelpDplyr, "cmdHelpDplyr") + Me.cmdHelpDplyr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelpDplyr.Location = New System.Drawing.Point(98, 189) Me.cmdHelpDplyr.Name = "cmdHelpDplyr" + Me.cmdHelpDplyr.Size = New System.Drawing.Size(75, 23) + Me.cmdHelpDplyr.TabIndex = 199 + Me.cmdHelpDplyr.Text = "R Help" Me.cmdHelpDplyr.UseVisualStyleBackColor = True ' 'cmdSortF ' - resources.ApplyResources(Me.cmdSortF, "cmdSortF") + Me.cmdSortF.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSortF.Location = New System.Drawing.Point(2, 15) Me.cmdSortF.Name = "cmdSortF" + Me.cmdSortF.Size = New System.Drawing.Size(62, 30) + Me.cmdSortF.TabIndex = 198 + Me.cmdSortF.Text = "sort" Me.cmdSortF.UseVisualStyleBackColor = True ' 'cmdNasplin ' - resources.ApplyResources(Me.cmdNasplin, "cmdNasplin") + Me.cmdNasplin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNasplin.Location = New System.Drawing.Point(185, 160) Me.cmdNasplin.Name = "cmdNasplin" + Me.cmdNasplin.Size = New System.Drawing.Size(62, 30) + Me.cmdNasplin.TabIndex = 197 + Me.cmdNasplin.Text = "nasplin" Me.cmdNasplin.UseVisualStyleBackColor = True ' 'cmdNaapprox ' - resources.ApplyResources(Me.cmdNaapprox, "cmdNaapprox") + Me.cmdNaapprox.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNaapprox.Location = New System.Drawing.Point(124, 160) Me.cmdNaapprox.Name = "cmdNaapprox" + Me.cmdNaapprox.Size = New System.Drawing.Size(62, 30) + Me.cmdNaapprox.TabIndex = 196 + Me.cmdNaapprox.Text = "naapprox" Me.cmdNaapprox.UseVisualStyleBackColor = True ' 'cmdNaest ' - resources.ApplyResources(Me.cmdNaest, "cmdNaest") + Me.cmdNaest.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNaest.Location = New System.Drawing.Point(63, 160) Me.cmdNaest.Name = "cmdNaest" + Me.cmdNaest.Size = New System.Drawing.Size(62, 30) + Me.cmdNaest.TabIndex = 195 + Me.cmdNaest.Text = "naest" Me.cmdNaest.UseVisualStyleBackColor = True ' 'cmdNafill ' - resources.ApplyResources(Me.cmdNafill, "cmdNafill") + Me.cmdNafill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNafill.Location = New System.Drawing.Point(2, 160) Me.cmdNafill.Name = "cmdNafill" + Me.cmdNafill.Size = New System.Drawing.Size(62, 30) + Me.cmdNafill.TabIndex = 194 + Me.cmdNafill.Text = "nafill" Me.cmdNafill.UseVisualStyleBackColor = True ' 'cmdMovmin ' - resources.ApplyResources(Me.cmdMovmin, "cmdMovmin") + Me.cmdMovmin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMovmin.Location = New System.Drawing.Point(2, 102) Me.cmdMovmin.Name = "cmdMovmin" + Me.cmdMovmin.Size = New System.Drawing.Size(62, 30) + Me.cmdMovmin.TabIndex = 193 + Me.cmdMovmin.Text = "movmin" Me.cmdMovmin.UseVisualStyleBackColor = True ' 'cmdRowRank ' - resources.ApplyResources(Me.cmdRowRank, "cmdRowRank") + Me.cmdRowRank.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRowRank.Location = New System.Drawing.Point(2, 131) Me.cmdRowRank.Name = "cmdRowRank" + Me.cmdRowRank.Size = New System.Drawing.Size(62, 30) + Me.cmdRowRank.TabIndex = 192 + Me.cmdRowRank.Text = "r_rank" Me.cmdRowRank.UseVisualStyleBackColor = True ' 'cmdDiff ' - resources.ApplyResources(Me.cmdDiff, "cmdDiff") + Me.cmdDiff.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDiff.Location = New System.Drawing.Point(63, 102) Me.cmdDiff.Name = "cmdDiff" + Me.cmdDiff.Size = New System.Drawing.Size(62, 30) + Me.cmdDiff.TabIndex = 191 + Me.cmdDiff.Text = "diff" Me.cmdDiff.UseVisualStyleBackColor = True ' 'cmdCumdist ' - resources.ApplyResources(Me.cmdCumdist, "cmdCumdist") + Me.cmdCumdist.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCumdist.Location = New System.Drawing.Point(185, 102) Me.cmdCumdist.Name = "cmdCumdist" + Me.cmdCumdist.Size = New System.Drawing.Size(62, 30) + Me.cmdCumdist.TabIndex = 190 + Me.cmdCumdist.Text = "cumdist" Me.cmdCumdist.UseVisualStyleBackColor = True ' 'cmdmovemean ' - resources.ApplyResources(Me.cmdmovemean, "cmdmovemean") + Me.cmdmovemean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdmovemean.Location = New System.Drawing.Point(124, 73) Me.cmdmovemean.Name = "cmdmovemean" + Me.cmdmovemean.Size = New System.Drawing.Size(62, 30) + Me.cmdmovemean.TabIndex = 189 + Me.cmdmovemean.Text = "movmean" Me.cmdmovemean.UseVisualStyleBackColor = True ' 'cmdCumMean ' - resources.ApplyResources(Me.cmdCumMean, "cmdCumMean") + Me.cmdCumMean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCumMean.Location = New System.Drawing.Point(124, 44) Me.cmdCumMean.Name = "cmdCumMean" + Me.cmdCumMean.Size = New System.Drawing.Size(62, 30) + Me.cmdCumMean.TabIndex = 188 + Me.cmdCumMean.Text = "cummean" Me.cmdCumMean.UseVisualStyleBackColor = True ' 'cmdNtile ' - resources.ApplyResources(Me.cmdNtile, "cmdNtile") + Me.cmdNtile.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNtile.Location = New System.Drawing.Point(124, 102) Me.cmdNtile.Name = "cmdNtile" + Me.cmdNtile.Size = New System.Drawing.Size(62, 30) + Me.cmdNtile.TabIndex = 187 + Me.cmdNtile.Text = "ntile" Me.cmdNtile.UseVisualStyleBackColor = True ' 'cmMovMed ' - resources.ApplyResources(Me.cmMovMed, "cmMovMed") + Me.cmMovMed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmMovMed.Location = New System.Drawing.Point(185, 73) Me.cmMovMed.Name = "cmMovMed" + Me.cmMovMed.Size = New System.Drawing.Size(62, 30) + Me.cmMovMed.TabIndex = 186 + Me.cmMovMed.Text = "movmed" Me.cmMovMed.UseVisualStyleBackColor = True ' 'cmdMRank ' - resources.ApplyResources(Me.cmdMRank, "cmdMRank") + Me.cmdMRank.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMRank.Location = New System.Drawing.Point(185, 131) Me.cmdMRank.Name = "cmdMRank" + Me.cmdMRank.Size = New System.Drawing.Size(62, 30) + Me.cmdMRank.TabIndex = 185 + Me.cmdMRank.Text = "m_rank" Me.cmdMRank.UseVisualStyleBackColor = True ' 'cmdDRank ' - resources.ApplyResources(Me.cmdDRank, "cmdDRank") + Me.cmdDRank.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDRank.Location = New System.Drawing.Point(124, 131) Me.cmdDRank.Name = "cmdDRank" + Me.cmdDRank.Size = New System.Drawing.Size(62, 30) + Me.cmdDRank.TabIndex = 184 + Me.cmdDRank.Text = "d_rank" Me.cmdDRank.UseVisualStyleBackColor = True ' 'cmdMovMax ' - resources.ApplyResources(Me.cmdMovMax, "cmdMovMax") + Me.cmdMovMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMovMax.Location = New System.Drawing.Point(2, 73) Me.cmdMovMax.Name = "cmdMovMax" + Me.cmdMovMax.Size = New System.Drawing.Size(62, 30) + Me.cmdMovMax.TabIndex = 183 + Me.cmdMovMax.Text = "movmax" Me.cmdMovMax.UseVisualStyleBackColor = True ' 'cmdMovSum ' - resources.ApplyResources(Me.cmdMovSum, "cmdMovSum") + Me.cmdMovSum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMovSum.Location = New System.Drawing.Point(63, 73) Me.cmdMovSum.Name = "cmdMovSum" + Me.cmdMovSum.Size = New System.Drawing.Size(62, 30) + Me.cmdMovSum.TabIndex = 182 + Me.cmdMovSum.Text = "movsum" Me.cmdMovSum.UseVisualStyleBackColor = True ' 'cmdpercentrank ' - resources.ApplyResources(Me.cmdpercentrank, "cmdpercentrank") + Me.cmdpercentrank.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdpercentrank.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdpercentrank.Location = New System.Drawing.Point(63, 131) + Me.cmdpercentrank.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdpercentrank.Name = "cmdpercentrank" + Me.cmdpercentrank.Size = New System.Drawing.Size(62, 30) + Me.cmdpercentrank.TabIndex = 181 + Me.cmdpercentrank.Text = "% rank" Me.cmdpercentrank.UseVisualStyleBackColor = True ' 'cmdcumsum ' - resources.ApplyResources(Me.cmdcumsum, "cmdcumsum") + Me.cmdcumsum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdcumsum.Location = New System.Drawing.Point(63, 44) Me.cmdcumsum.Name = "cmdcumsum" + Me.cmdcumsum.Size = New System.Drawing.Size(62, 30) + Me.cmdcumsum.TabIndex = 180 + Me.cmdcumsum.Text = "cumsum" Me.cmdcumsum.UseVisualStyleBackColor = True ' 'cmdcummin ' - resources.ApplyResources(Me.cmdcummin, "cmdcummin") + Me.cmdcummin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdcummin.Location = New System.Drawing.Point(185, 44) Me.cmdcummin.Name = "cmdcummin" + Me.cmdcummin.Size = New System.Drawing.Size(62, 30) + Me.cmdcummin.TabIndex = 179 + Me.cmdcummin.Text = "cummin" Me.cmdcummin.UseVisualStyleBackColor = True ' 'cmdcummax ' - resources.ApplyResources(Me.cmdcummax, "cmdcummax") + Me.cmdcummax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdcummax.Location = New System.Drawing.Point(2, 44) Me.cmdcummax.Name = "cmdcummax" + Me.cmdcummax.Size = New System.Drawing.Size(62, 30) + Me.cmdcummax.TabIndex = 178 + Me.cmdcummax.Text = "cummax" Me.cmdcummax.UseVisualStyleBackColor = True ' 'cmdPMin ' - resources.ApplyResources(Me.cmdPMin, "cmdPMin") + Me.cmdPMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPMin.Location = New System.Drawing.Point(192, 15) Me.cmdPMin.Name = "cmdPMin" + Me.cmdPMin.Size = New System.Drawing.Size(55, 30) + Me.cmdPMin.TabIndex = 177 + Me.cmdPMin.Text = "pmin" Me.cmdPMin.UseVisualStyleBackColor = True ' 'cmdpmax ' - resources.ApplyResources(Me.cmdpmax, "cmdpmax") + Me.cmdpmax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdpmax.Location = New System.Drawing.Point(149, 15) Me.cmdpmax.Name = "cmdpmax" + Me.cmdpmax.Size = New System.Drawing.Size(44, 30) + Me.cmdpmax.TabIndex = 176 + Me.cmdpmax.Text = "pmax" Me.cmdpmax.UseVisualStyleBackColor = True ' 'cmdLead ' - resources.ApplyResources(Me.cmdLead, "cmdLead") + Me.cmdLead.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLead.Location = New System.Drawing.Point(106, 15) Me.cmdLead.Name = "cmdLead" + Me.cmdLead.Size = New System.Drawing.Size(44, 30) + Me.cmdLead.TabIndex = 175 + Me.cmdLead.Text = "lead" Me.cmdLead.UseVisualStyleBackColor = True ' 'cmdLag ' - resources.ApplyResources(Me.cmdLag, "cmdLag") + Me.cmdLag.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLag.Location = New System.Drawing.Point(63, 15) Me.cmdLag.Name = "cmdLag" + Me.cmdLag.Size = New System.Drawing.Size(44, 30) + Me.cmdLag.TabIndex = 174 + Me.cmdLag.Text = "lag" Me.cmdLag.UseVisualStyleBackColor = True ' 'grpProbabilty @@ -2040,195 +3161,382 @@ Partial Class ucrCalculator Me.grpProbabilty.Controls.Add(Me.cmdTrigamma) Me.grpProbabilty.Controls.Add(Me.cmdBeta) Me.grpProbabilty.Controls.Add(Me.cmdDigamma) - resources.ApplyResources(Me.grpProbabilty, "grpProbabilty") + Me.grpProbabilty.Location = New System.Drawing.Point(431, 61) Me.grpProbabilty.Name = "grpProbabilty" + Me.grpProbabilty.Size = New System.Drawing.Size(316, 215) + Me.grpProbabilty.TabIndex = 187 Me.grpProbabilty.TabStop = False + Me.grpProbabilty.Text = "Probability" ' 'cmdProbRHelp ' - resources.ApplyResources(Me.cmdProbRHelp, "cmdProbRHelp") + Me.cmdProbRHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdProbRHelp.Location = New System.Drawing.Point(233, 189) Me.cmdProbRHelp.Name = "cmdProbRHelp" + Me.cmdProbRHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdProbRHelp.TabIndex = 198 + Me.cmdProbRHelp.Text = "R Help" Me.cmdProbRHelp.UseVisualStyleBackColor = True ' 'cmdQnbin ' - resources.ApplyResources(Me.cmdQnbin, "cmdQnbin") + Me.cmdQnbin.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQnbin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQnbin.Location = New System.Drawing.Point(246, 102) + Me.cmdQnbin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQnbin.Name = "cmdQnbin" + Me.cmdQnbin.Size = New System.Drawing.Size(62, 30) + Me.cmdQnbin.TabIndex = 176 + Me.cmdQnbin.Text = "qnbin" Me.cmdQnbin.UseVisualStyleBackColor = True ' 'cmdQpois ' - resources.ApplyResources(Me.cmdQpois, "cmdQpois") + Me.cmdQpois.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQpois.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQpois.Location = New System.Drawing.Point(185, 102) + Me.cmdQpois.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQpois.Name = "cmdQpois" + Me.cmdQpois.Size = New System.Drawing.Size(62, 30) + Me.cmdQpois.TabIndex = 175 + Me.cmdQpois.Text = "qpois" Me.cmdQpois.UseVisualStyleBackColor = True ' 'cmdQbinom ' - resources.ApplyResources(Me.cmdQbinom, "cmdQbinom") + Me.cmdQbinom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQbinom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQbinom.Location = New System.Drawing.Point(124, 102) + Me.cmdQbinom.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQbinom.Name = "cmdQbinom" + Me.cmdQbinom.Size = New System.Drawing.Size(62, 30) + Me.cmdQbinom.TabIndex = 174 + Me.cmdQbinom.Text = "qbinom" Me.cmdQbinom.UseVisualStyleBackColor = True ' 'cmdQbirth ' - resources.ApplyResources(Me.cmdQbirth, "cmdQbirth") + Me.cmdQbirth.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQbirth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQbirth.Location = New System.Drawing.Point(63, 102) + Me.cmdQbirth.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQbirth.Name = "cmdQbirth" + Me.cmdQbirth.Size = New System.Drawing.Size(62, 30) + Me.cmdQbirth.TabIndex = 173 + Me.cmdQbirth.Text = "qbirth" Me.cmdQbirth.UseVisualStyleBackColor = True ' 'cmdQbeta ' - resources.ApplyResources(Me.cmdQbeta, "cmdQbeta") + Me.cmdQbeta.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQbeta.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQbeta.Location = New System.Drawing.Point(2, 102) + Me.cmdQbeta.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQbeta.Name = "cmdQbeta" + Me.cmdQbeta.Size = New System.Drawing.Size(62, 30) + Me.cmdQbeta.TabIndex = 172 + Me.cmdQbeta.Text = "qbeta" Me.cmdQbeta.UseVisualStyleBackColor = True ' 'cmdPnbin ' - resources.ApplyResources(Me.cmdPnbin, "cmdPnbin") + Me.cmdPnbin.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPnbin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPnbin.Location = New System.Drawing.Point(246, 73) + Me.cmdPnbin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPnbin.Name = "cmdPnbin" + Me.cmdPnbin.Size = New System.Drawing.Size(62, 30) + Me.cmdPnbin.TabIndex = 171 + Me.cmdPnbin.Text = "pnbin" Me.cmdPnbin.UseVisualStyleBackColor = True ' 'cmdPpois ' - resources.ApplyResources(Me.cmdPpois, "cmdPpois") + Me.cmdPpois.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPpois.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPpois.Location = New System.Drawing.Point(185, 73) + Me.cmdPpois.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPpois.Name = "cmdPpois" + Me.cmdPpois.Size = New System.Drawing.Size(62, 30) + Me.cmdPpois.TabIndex = 170 + Me.cmdPpois.Text = "ppois" Me.cmdPpois.UseVisualStyleBackColor = True ' 'cmdPbinom ' - resources.ApplyResources(Me.cmdPbinom, "cmdPbinom") + Me.cmdPbinom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPbinom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPbinom.Location = New System.Drawing.Point(124, 73) + Me.cmdPbinom.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPbinom.Name = "cmdPbinom" + Me.cmdPbinom.Size = New System.Drawing.Size(62, 30) + Me.cmdPbinom.TabIndex = 169 + Me.cmdPbinom.Text = "pbinom" Me.cmdPbinom.UseVisualStyleBackColor = True ' 'cmdPbirth ' - resources.ApplyResources(Me.cmdPbirth, "cmdPbirth") + Me.cmdPbirth.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPbirth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPbirth.Location = New System.Drawing.Point(63, 73) + Me.cmdPbirth.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPbirth.Name = "cmdPbirth" + Me.cmdPbirth.Size = New System.Drawing.Size(62, 30) + Me.cmdPbirth.TabIndex = 168 + Me.cmdPbirth.Text = "pbirth" Me.cmdPbirth.UseVisualStyleBackColor = True ' 'cmdPbeta ' - resources.ApplyResources(Me.cmdPbeta, "cmdPbeta") + Me.cmdPbeta.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPbeta.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPbeta.Location = New System.Drawing.Point(2, 73) + Me.cmdPbeta.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPbeta.Name = "cmdPbeta" + Me.cmdPbeta.Size = New System.Drawing.Size(62, 30) + Me.cmdPbeta.TabIndex = 167 + Me.cmdPbeta.Text = "pbeta" Me.cmdPbeta.UseVisualStyleBackColor = True ' 'cmdQgamma ' - resources.ApplyResources(Me.cmdQgamma, "cmdQgamma") + Me.cmdQgamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQgamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQgamma.Location = New System.Drawing.Point(246, 44) + Me.cmdQgamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQgamma.Name = "cmdQgamma" + Me.cmdQgamma.Size = New System.Drawing.Size(62, 30) + Me.cmdQgamma.TabIndex = 166 + Me.cmdQgamma.Text = "qgamma" Me.cmdQgamma.UseVisualStyleBackColor = True ' 'cmdPgamma ' - resources.ApplyResources(Me.cmdPgamma, "cmdPgamma") + Me.cmdPgamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPgamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPgamma.Location = New System.Drawing.Point(246, 15) + Me.cmdPgamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPgamma.Name = "cmdPgamma" + Me.cmdPgamma.Size = New System.Drawing.Size(62, 30) + Me.cmdPgamma.TabIndex = 165 + Me.cmdPgamma.Text = "pgamma" Me.cmdPgamma.UseVisualStyleBackColor = True ' 'cmdGamma ' - resources.ApplyResources(Me.cmdGamma, "cmdGamma") + Me.cmdGamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdGamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGamma.Location = New System.Drawing.Point(185, 131) + Me.cmdGamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdGamma.Name = "cmdGamma" + Me.cmdGamma.Size = New System.Drawing.Size(62, 30) + Me.cmdGamma.TabIndex = 163 Me.cmdGamma.Tag = "" + Me.cmdGamma.Text = "gamma" Me.cmdGamma.UseVisualStyleBackColor = True ' 'cmdLbeta ' - resources.ApplyResources(Me.cmdLbeta, "cmdLbeta") + Me.cmdLbeta.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLbeta.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLbeta.Location = New System.Drawing.Point(124, 160) + Me.cmdLbeta.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLbeta.Name = "cmdLbeta" + Me.cmdLbeta.Size = New System.Drawing.Size(62, 30) + Me.cmdLbeta.TabIndex = 159 + Me.cmdLbeta.Text = "lbeta" Me.cmdLbeta.UseVisualStyleBackColor = True ' 'cmdqF ' - resources.ApplyResources(Me.cmdqF, "cmdqF") + Me.cmdqF.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdqF.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdqF.Location = New System.Drawing.Point(185, 44) + Me.cmdqF.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdqF.Name = "cmdqF" + Me.cmdqF.Size = New System.Drawing.Size(62, 30) + Me.cmdqF.TabIndex = 162 + Me.cmdqF.Text = "qf" Me.cmdqF.UseVisualStyleBackColor = True ' 'cmdFact ' - resources.ApplyResources(Me.cmdFact, "cmdFact") + Me.cmdFact.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdFact.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFact.Location = New System.Drawing.Point(2, 131) + Me.cmdFact.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdFact.Name = "cmdFact" + Me.cmdFact.Size = New System.Drawing.Size(62, 30) + Me.cmdFact.TabIndex = 154 + Me.cmdFact.Text = "fact" Me.cmdFact.UseVisualStyleBackColor = True ' 'cmdChoose ' - resources.ApplyResources(Me.cmdChoose, "cmdChoose") + Me.cmdChoose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdChoose.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdChoose.Location = New System.Drawing.Point(63, 131) + Me.cmdChoose.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdChoose.Name = "cmdChoose" + Me.cmdChoose.Size = New System.Drawing.Size(62, 30) + Me.cmdChoose.TabIndex = 161 + Me.cmdChoose.Text = "choose" Me.cmdChoose.UseVisualStyleBackColor = True ' 'cmdPf ' - resources.ApplyResources(Me.cmdPf, "cmdPf") + Me.cmdPf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPf.Location = New System.Drawing.Point(185, 15) + Me.cmdPf.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPf.Name = "cmdPf" + Me.cmdPf.Size = New System.Drawing.Size(62, 30) + Me.cmdPf.TabIndex = 156 + Me.cmdPf.Text = "pf" Me.cmdPf.UseVisualStyleBackColor = True ' 'cmdPChisq ' - resources.ApplyResources(Me.cmdPChisq, "cmdPChisq") + Me.cmdPChisq.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPChisq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPChisq.Location = New System.Drawing.Point(124, 15) + Me.cmdPChisq.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPChisq.Name = "cmdPChisq" + Me.cmdPChisq.Size = New System.Drawing.Size(62, 30) + Me.cmdPChisq.TabIndex = 155 + Me.cmdPChisq.Text = "pchisq" Me.cmdPChisq.UseVisualStyleBackColor = True ' 'cmdLgamma ' - resources.ApplyResources(Me.cmdLgamma, "cmdLgamma") + Me.cmdLgamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLgamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLgamma.Location = New System.Drawing.Point(185, 160) + Me.cmdLgamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLgamma.Name = "cmdLgamma" + Me.cmdLgamma.Size = New System.Drawing.Size(62, 30) + Me.cmdLgamma.TabIndex = 152 + Me.cmdLgamma.Text = "lgamma" Me.cmdLgamma.UseVisualStyleBackColor = True ' 'cmdPnorm ' - resources.ApplyResources(Me.cmdPnorm, "cmdPnorm") + Me.cmdPnorm.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPnorm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPnorm.Location = New System.Drawing.Point(2, 15) + Me.cmdPnorm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPnorm.Name = "cmdPnorm" + Me.cmdPnorm.Size = New System.Drawing.Size(62, 30) + Me.cmdPnorm.TabIndex = 148 + Me.cmdPnorm.Text = "pnorm" Me.cmdPnorm.UseVisualStyleBackColor = True ' 'cmdQchisq ' - resources.ApplyResources(Me.cmdQchisq, "cmdQchisq") + Me.cmdQchisq.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQchisq.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQchisq.Location = New System.Drawing.Point(124, 44) + Me.cmdQchisq.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQchisq.Name = "cmdQchisq" + Me.cmdQchisq.Size = New System.Drawing.Size(62, 30) + Me.cmdQchisq.TabIndex = 160 + Me.cmdQchisq.Text = "qchisq" Me.cmdQchisq.UseVisualStyleBackColor = True ' 'cmdQt ' - resources.ApplyResources(Me.cmdQt, "cmdQt") + Me.cmdQt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQt.Location = New System.Drawing.Point(63, 44) + Me.cmdQt.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQt.Name = "cmdQt" + Me.cmdQt.Size = New System.Drawing.Size(62, 30) + Me.cmdQt.TabIndex = 158 + Me.cmdQt.Text = "qt" Me.cmdQt.UseVisualStyleBackColor = True ' 'cmdQnorm ' - resources.ApplyResources(Me.cmdQnorm, "cmdQnorm") + Me.cmdQnorm.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdQnorm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQnorm.Location = New System.Drawing.Point(2, 44) + Me.cmdQnorm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQnorm.Name = "cmdQnorm" + Me.cmdQnorm.Size = New System.Drawing.Size(62, 30) + Me.cmdQnorm.TabIndex = 157 + Me.cmdQnorm.Text = "qnorm" Me.cmdQnorm.UseVisualStyleBackColor = True ' 'cmdPt ' - resources.ApplyResources(Me.cmdPt, "cmdPt") + Me.cmdPt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPt.Location = New System.Drawing.Point(63, 15) + Me.cmdPt.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPt.Name = "cmdPt" + Me.cmdPt.Size = New System.Drawing.Size(62, 30) + Me.cmdPt.TabIndex = 153 + Me.cmdPt.Text = "pt" Me.cmdPt.UseVisualStyleBackColor = True ' 'cmdLchoose ' - resources.ApplyResources(Me.cmdLchoose, "cmdLchoose") + Me.cmdLchoose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLchoose.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLchoose.Location = New System.Drawing.Point(63, 160) + Me.cmdLchoose.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLchoose.Name = "cmdLchoose" + Me.cmdLchoose.Size = New System.Drawing.Size(62, 30) + Me.cmdLchoose.TabIndex = 151 + Me.cmdLchoose.Text = "lchoose" Me.cmdLchoose.UseVisualStyleBackColor = True ' 'cmdLfact ' - resources.ApplyResources(Me.cmdLfact, "cmdLfact") + Me.cmdLfact.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLfact.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLfact.Location = New System.Drawing.Point(2, 160) + Me.cmdLfact.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLfact.Name = "cmdLfact" + Me.cmdLfact.Size = New System.Drawing.Size(62, 30) + Me.cmdLfact.TabIndex = 150 + Me.cmdLfact.Text = "lfact" Me.cmdLfact.UseVisualStyleBackColor = True ' 'cmdTrigamma ' - resources.ApplyResources(Me.cmdTrigamma, "cmdTrigamma") + Me.cmdTrigamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdTrigamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTrigamma.Location = New System.Drawing.Point(246, 160) + Me.cmdTrigamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTrigamma.Name = "cmdTrigamma" + Me.cmdTrigamma.Size = New System.Drawing.Size(62, 30) + Me.cmdTrigamma.TabIndex = 149 + Me.cmdTrigamma.Text = "trigamma" Me.cmdTrigamma.UseVisualStyleBackColor = True ' 'cmdBeta ' - resources.ApplyResources(Me.cmdBeta, "cmdBeta") + Me.cmdBeta.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdBeta.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBeta.Location = New System.Drawing.Point(124, 131) + Me.cmdBeta.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBeta.Name = "cmdBeta" + Me.cmdBeta.Size = New System.Drawing.Size(62, 30) + Me.cmdBeta.TabIndex = 149 + Me.cmdBeta.Text = "beta" Me.cmdBeta.UseVisualStyleBackColor = True ' 'cmdDigamma ' - resources.ApplyResources(Me.cmdDigamma, "cmdDigamma") + Me.cmdDigamma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdDigamma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDigamma.Location = New System.Drawing.Point(246, 131) + Me.cmdDigamma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDigamma.Name = "cmdDigamma" + Me.cmdDigamma.Size = New System.Drawing.Size(62, 30) + Me.cmdDigamma.TabIndex = 164 + Me.cmdDigamma.Text = "digamma" Me.cmdDigamma.UseVisualStyleBackColor = True ' 'grpLogical @@ -2264,196 +3572,348 @@ Partial Class ucrCalculator Me.grpLogical.Controls.Add(Me.cmdNot) Me.grpLogical.Controls.Add(Me.cmdNotEqualsTo) Me.grpLogical.Controls.Add(Me.cmdEquivalent) - resources.ApplyResources(Me.grpLogical, "grpLogical") + Me.grpLogical.Location = New System.Drawing.Point(431, 61) + Me.grpLogical.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpLogical.Name = "grpLogical" + Me.grpLogical.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpLogical.Size = New System.Drawing.Size(253, 213) + Me.grpLogical.TabIndex = 183 Me.grpLogical.TabStop = False + Me.grpLogical.Text = "Logical and Symbols" ' 'cmdLogicalHelp ' - resources.ApplyResources(Me.cmdLogicalHelp, "cmdLogicalHelp") + Me.cmdLogicalHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLogicalHelp.Location = New System.Drawing.Point(173, 187) Me.cmdLogicalHelp.Name = "cmdLogicalHelp" + Me.cmdLogicalHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdLogicalHelp.TabIndex = 208 + Me.cmdLogicalHelp.Text = "R Help" Me.cmdLogicalHelp.UseVisualStyleBackColor = True ' 'cmdFalse ' - resources.ApplyResources(Me.cmdFalse, "cmdFalse") + Me.cmdFalse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFalse.Location = New System.Drawing.Point(152, 42) Me.cmdFalse.Name = "cmdFalse" + Me.cmdFalse.Size = New System.Drawing.Size(52, 30) + Me.cmdFalse.TabIndex = 207 + Me.cmdFalse.Text = "FALSE" Me.cmdFalse.UseVisualStyleBackColor = True ' 'cmdTrue ' - resources.ApplyResources(Me.cmdTrue, "cmdTrue") + Me.cmdTrue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTrue.Location = New System.Drawing.Point(152, 13) Me.cmdTrue.Name = "cmdTrue" + Me.cmdTrue.Size = New System.Drawing.Size(52, 30) + Me.cmdTrue.TabIndex = 206 + Me.cmdTrue.Text = "TRUE" Me.cmdTrue.UseVisualStyleBackColor = True ' 'cmdDoubleSqrBrackets ' - resources.ApplyResources(Me.cmdDoubleSqrBrackets, "cmdDoubleSqrBrackets") + Me.cmdDoubleSqrBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDoubleSqrBrackets.Location = New System.Drawing.Point(118, 71) + Me.cmdDoubleSqrBrackets.Margin = New System.Windows.Forms.Padding(2) Me.cmdDoubleSqrBrackets.Name = "cmdDoubleSqrBrackets" + Me.cmdDoubleSqrBrackets.Size = New System.Drawing.Size(50, 30) + Me.cmdDoubleSqrBrackets.TabIndex = 205 + Me.cmdDoubleSqrBrackets.Text = "[[ ]]" Me.cmdDoubleSqrBrackets.UseVisualStyleBackColor = True ' 'cmdIn ' - resources.ApplyResources(Me.cmdIn, "cmdIn") + Me.cmdIn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIn.Location = New System.Drawing.Point(78, 100) + Me.cmdIn.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdIn.Name = "cmdIn" + Me.cmdIn.Size = New System.Drawing.Size(45, 30) + Me.cmdIn.TabIndex = 204 + Me.cmdIn.Text = "%in%" Me.cmdIn.UseVisualStyleBackColor = True ' 'cmdWhich ' - resources.ApplyResources(Me.cmdWhich, "cmdWhich") + Me.cmdWhich.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWhich.Location = New System.Drawing.Point(196, 100) Me.cmdWhich.Name = "cmdWhich" + Me.cmdWhich.Size = New System.Drawing.Size(52, 30) + Me.cmdWhich.TabIndex = 203 + Me.cmdWhich.Text = "which" Me.cmdWhich.UseVisualStyleBackColor = True ' 'cmdNA ' - resources.ApplyResources(Me.cmdNA, "cmdNA") + Me.cmdNA.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNA.Location = New System.Drawing.Point(159, 100) + Me.cmdNA.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdNA.Name = "cmdNA" + Me.cmdNA.Size = New System.Drawing.Size(38, 30) + Me.cmdNA.TabIndex = 202 + Me.cmdNA.Text = "NA" Me.cmdNA.UseVisualStyleBackColor = True ' 'cmdNear ' - resources.ApplyResources(Me.cmdNear, "cmdNear") + Me.cmdNear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNear.Location = New System.Drawing.Point(186, 158) Me.cmdNear.Name = "cmdNear" + Me.cmdNear.Size = New System.Drawing.Size(62, 30) + Me.cmdNear.TabIndex = 201 + Me.cmdNear.Text = "near" Me.cmdNear.UseVisualStyleBackColor = True ' 'cmdBetween ' - resources.ApplyResources(Me.cmdBetween, "cmdBetween") + Me.cmdBetween.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBetween.Location = New System.Drawing.Point(186, 129) Me.cmdBetween.Name = "cmdBetween" + Me.cmdBetween.Size = New System.Drawing.Size(62, 30) + Me.cmdBetween.TabIndex = 200 + Me.cmdBetween.Text = "between" Me.cmdBetween.UseVisualStyleBackColor = True ' 'cmdIsNa ' - resources.ApplyResources(Me.cmdIsNa, "cmdIsNa") + Me.cmdIsNa.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIsNa.Location = New System.Drawing.Point(4, 158) Me.cmdIsNa.Name = "cmdIsNa" + Me.cmdIsNa.Size = New System.Drawing.Size(62, 30) + Me.cmdIsNa.TabIndex = 195 + Me.cmdIsNa.Text = "is.na" Me.cmdIsNa.UseVisualStyleBackColor = True ' 'cmdNotIsNa ' - resources.ApplyResources(Me.cmdNotIsNa, "cmdNotIsNa") + Me.cmdNotIsNa.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNotIsNa.Location = New System.Drawing.Point(65, 158) Me.cmdNotIsNa.Name = "cmdNotIsNa" + Me.cmdNotIsNa.Size = New System.Drawing.Size(58, 30) + Me.cmdNotIsNa.TabIndex = 194 + Me.cmdNotIsNa.Text = "!is.na" Me.cmdNotIsNa.UseVisualStyleBackColor = True ' 'cmdDuplicate ' - resources.ApplyResources(Me.cmdDuplicate, "cmdDuplicate") + Me.cmdDuplicate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDuplicate.Location = New System.Drawing.Point(122, 158) Me.cmdDuplicate.Name = "cmdDuplicate" + Me.cmdDuplicate.Size = New System.Drawing.Size(65, 30) + Me.cmdDuplicate.TabIndex = 193 + Me.cmdDuplicate.Text = "duplicated" Me.cmdDuplicate.UseVisualStyleBackColor = True ' 'cmdIfelse ' - resources.ApplyResources(Me.cmdIfelse, "cmdIfelse") + Me.cmdIfelse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIfelse.Location = New System.Drawing.Point(4, 129) Me.cmdIfelse.Name = "cmdIfelse" + Me.cmdIfelse.Size = New System.Drawing.Size(62, 30) + Me.cmdIfelse.TabIndex = 192 + Me.cmdIfelse.Text = "ifelse" Me.cmdIfelse.UseVisualStyleBackColor = True ' 'cmdmatch ' - resources.ApplyResources(Me.cmdmatch, "cmdmatch") + Me.cmdmatch.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdmatch.Location = New System.Drawing.Point(65, 129) Me.cmdmatch.Name = "cmdmatch" + Me.cmdmatch.Size = New System.Drawing.Size(58, 30) + Me.cmdmatch.TabIndex = 191 + Me.cmdmatch.Text = "match" Me.cmdmatch.UseVisualStyleBackColor = True ' 'cmdwhen ' - resources.ApplyResources(Me.cmdwhen, "cmdwhen") + Me.cmdwhen.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdwhen.Location = New System.Drawing.Point(122, 129) Me.cmdwhen.Name = "cmdwhen" + Me.cmdwhen.Size = New System.Drawing.Size(65, 30) + Me.cmdwhen.TabIndex = 190 + Me.cmdwhen.Text = "when" Me.cmdwhen.UseVisualStyleBackColor = True ' 'cmdOpeningBracket ' - resources.ApplyResources(Me.cmdOpeningBracket, "cmdOpeningBracket") + Me.cmdOpeningBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpeningBracket.Location = New System.Drawing.Point(167, 71) + Me.cmdOpeningBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpeningBracket.Name = "cmdOpeningBracket" + Me.cmdOpeningBracket.Size = New System.Drawing.Size(40, 30) + Me.cmdOpeningBracket.TabIndex = 139 + Me.cmdOpeningBracket.Text = "(" Me.cmdOpeningBracket.UseVisualStyleBackColor = True ' 'cmdColon ' - resources.ApplyResources(Me.cmdColon, "cmdColon") + Me.cmdColon.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!) + Me.cmdColon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColon.Location = New System.Drawing.Point(41, 71) + Me.cmdColon.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdColon.Name = "cmdColon" + Me.cmdColon.Size = New System.Drawing.Size(38, 30) + Me.cmdColon.TabIndex = 139 + Me.cmdColon.Text = ":" Me.cmdColon.UseVisualStyleBackColor = True ' 'cmdGreaterOrEqualsTo ' - resources.ApplyResources(Me.cmdGreaterOrEqualsTo, "cmdGreaterOrEqualsTo") + Me.cmdGreaterOrEqualsTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGreaterOrEqualsTo.Location = New System.Drawing.Point(115, 13) + Me.cmdGreaterOrEqualsTo.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdGreaterOrEqualsTo.Name = "cmdGreaterOrEqualsTo" + Me.cmdGreaterOrEqualsTo.Size = New System.Drawing.Size(38, 30) + Me.cmdGreaterOrEqualsTo.TabIndex = 138 + Me.cmdGreaterOrEqualsTo.Text = ">=" Me.cmdGreaterOrEqualsTo.UseVisualStyleBackColor = True ' 'cmdClossingBracket ' - resources.ApplyResources(Me.cmdClossingBracket, "cmdClossingBracket") + Me.cmdClossingBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClossingBracket.Location = New System.Drawing.Point(206, 71) + Me.cmdClossingBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClossingBracket.Name = "cmdClossingBracket" + Me.cmdClossingBracket.Size = New System.Drawing.Size(42, 30) + Me.cmdClossingBracket.TabIndex = 137 Me.cmdClossingBracket.Tag = "" + Me.cmdClossingBracket.Text = ")" Me.cmdClossingBracket.UseVisualStyleBackColor = True ' 'cmdAnd ' - resources.ApplyResources(Me.cmdAnd, "cmdAnd") + Me.cmdAnd.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdAnd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAnd.Location = New System.Drawing.Point(115, 42) + Me.cmdAnd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdAnd.Name = "cmdAnd" + Me.cmdAnd.Size = New System.Drawing.Size(38, 30) + Me.cmdAnd.TabIndex = 137 Me.cmdAnd.Tag = "And" + Me.cmdAnd.Text = "&&" Me.cmdAnd.UseVisualStyleBackColor = True ' 'cmdQuotes ' - resources.ApplyResources(Me.cmdQuotes, "cmdQuotes") + Me.cmdQuotes.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdQuotes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuotes.Location = New System.Drawing.Point(122, 100) + Me.cmdQuotes.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQuotes.Name = "cmdQuotes" + Me.cmdQuotes.Size = New System.Drawing.Size(38, 30) + Me.cmdQuotes.TabIndex = 135 + Me.cmdQuotes.Text = """ """ Me.cmdQuotes.UseVisualStyleBackColor = True ' 'cmdSquareBrackets ' - resources.ApplyResources(Me.cmdSquareBrackets, "cmdSquareBrackets") + Me.cmdSquareBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSquareBrackets.Location = New System.Drawing.Point(78, 71) + Me.cmdSquareBrackets.Margin = New System.Windows.Forms.Padding(2) Me.cmdSquareBrackets.Name = "cmdSquareBrackets" + Me.cmdSquareBrackets.Size = New System.Drawing.Size(42, 30) + Me.cmdSquareBrackets.TabIndex = 134 + Me.cmdSquareBrackets.Text = "[ ]" Me.cmdSquareBrackets.UseVisualStyleBackColor = True ' 'cmdIntegerDivision ' - resources.ApplyResources(Me.cmdIntegerDivision, "cmdIntegerDivision") + Me.cmdIntegerDivision.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIntegerDivision.Location = New System.Drawing.Point(41, 100) + Me.cmdIntegerDivision.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdIntegerDivision.Name = "cmdIntegerDivision" + Me.cmdIntegerDivision.Size = New System.Drawing.Size(38, 30) + Me.cmdIntegerDivision.TabIndex = 135 + Me.cmdIntegerDivision.Text = "%/%" Me.cmdIntegerDivision.UseVisualStyleBackColor = True ' 'cmdModulas ' - resources.ApplyResources(Me.cmdModulas, "cmdModulas") + Me.cmdModulas.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdModulas.Location = New System.Drawing.Point(4, 100) + Me.cmdModulas.Margin = New System.Windows.Forms.Padding(2) Me.cmdModulas.Name = "cmdModulas" + Me.cmdModulas.Size = New System.Drawing.Size(38, 30) + Me.cmdModulas.TabIndex = 134 + Me.cmdModulas.Text = "%%" Me.cmdModulas.UseVisualStyleBackColor = True ' 'cmdGreater ' - resources.ApplyResources(Me.cmdGreater, "cmdGreater") + Me.cmdGreater.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGreater.Location = New System.Drawing.Point(78, 13) + Me.cmdGreater.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdGreater.Name = "cmdGreater" + Me.cmdGreater.Size = New System.Drawing.Size(38, 30) + Me.cmdGreater.TabIndex = 133 + Me.cmdGreater.Text = ">" Me.cmdGreater.UseVisualStyleBackColor = True ' 'cmdLesserOrEqualsTo ' - resources.ApplyResources(Me.cmdLesserOrEqualsTo, "cmdLesserOrEqualsTo") + Me.cmdLesserOrEqualsTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLesserOrEqualsTo.Location = New System.Drawing.Point(41, 13) + Me.cmdLesserOrEqualsTo.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLesserOrEqualsTo.Name = "cmdLesserOrEqualsTo" + Me.cmdLesserOrEqualsTo.Size = New System.Drawing.Size(38, 30) + Me.cmdLesserOrEqualsTo.TabIndex = 132 + Me.cmdLesserOrEqualsTo.Text = "<=" Me.cmdLesserOrEqualsTo.UseVisualStyleBackColor = True ' 'cmdLesser ' - resources.ApplyResources(Me.cmdLesser, "cmdLesser") + Me.cmdLesser.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLesser.Location = New System.Drawing.Point(4, 13) + Me.cmdLesser.Margin = New System.Windows.Forms.Padding(2) Me.cmdLesser.Name = "cmdLesser" + Me.cmdLesser.Size = New System.Drawing.Size(38, 30) + Me.cmdLesser.TabIndex = 131 + Me.cmdLesser.Text = "<" Me.cmdLesser.UseVisualStyleBackColor = True ' 'cmdOr ' - resources.ApplyResources(Me.cmdOr, "cmdOr") + Me.cmdOr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOr.Location = New System.Drawing.Point(78, 42) + Me.cmdOr.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOr.Name = "cmdOr" + Me.cmdOr.Size = New System.Drawing.Size(38, 30) + Me.cmdOr.TabIndex = 130 + Me.cmdOr.Text = "|" Me.cmdOr.UseVisualStyleBackColor = True ' 'cmdNot ' - resources.ApplyResources(Me.cmdNot, "cmdNot") + Me.cmdNot.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdNot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNot.Location = New System.Drawing.Point(4, 71) + Me.cmdNot.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdNot.Name = "cmdNot" + Me.cmdNot.Size = New System.Drawing.Size(38, 30) + Me.cmdNot.TabIndex = 129 + Me.cmdNot.Text = "!" Me.cmdNot.UseVisualStyleBackColor = True ' 'cmdNotEqualsTo ' - resources.ApplyResources(Me.cmdNotEqualsTo, "cmdNotEqualsTo") + Me.cmdNotEqualsTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNotEqualsTo.Location = New System.Drawing.Point(41, 42) + Me.cmdNotEqualsTo.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdNotEqualsTo.Name = "cmdNotEqualsTo" + Me.cmdNotEqualsTo.Size = New System.Drawing.Size(38, 30) + Me.cmdNotEqualsTo.TabIndex = 128 + Me.cmdNotEqualsTo.Text = "!=" Me.cmdNotEqualsTo.UseVisualStyleBackColor = True ' 'cmdEquivalent ' - resources.ApplyResources(Me.cmdEquivalent, "cmdEquivalent") + Me.cmdEquivalent.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEquivalent.Location = New System.Drawing.Point(4, 42) + Me.cmdEquivalent.Margin = New System.Windows.Forms.Padding(2) Me.cmdEquivalent.Name = "cmdEquivalent" + Me.cmdEquivalent.Size = New System.Drawing.Size(38, 30) + Me.cmdEquivalent.TabIndex = 127 + Me.cmdEquivalent.Text = "==" Me.cmdEquivalent.UseVisualStyleBackColor = True ' 'grpTestString @@ -2484,173 +3944,331 @@ Partial Class ucrCalculator Me.grpTestString.Controls.Add(Me.cmdExtract) Me.grpTestString.Controls.Add(Me.cmdCountstrings) Me.grpTestString.Controls.Add(Me.cmdLocate) - resources.ApplyResources(Me.grpTestString, "grpTestString") + Me.grpTestString.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.grpTestString.Location = New System.Drawing.Point(434, 63) Me.grpTestString.Name = "grpTestString" + Me.grpTestString.Size = New System.Drawing.Size(303, 164) + Me.grpTestString.TabIndex = 186 Me.grpTestString.TabStop = False + Me.grpTestString.Text = "Text/Strings (Character Columns)" ' 'cmdEnds ' - resources.ApplyResources(Me.cmdEnds, "cmdEnds") + Me.cmdEnds.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEnds.Location = New System.Drawing.Point(120, 73) Me.cmdEnds.Name = "cmdEnds" + Me.cmdEnds.Size = New System.Drawing.Size(60, 30) + Me.cmdEnds.TabIndex = 164 + Me.cmdEnds.Text = "ends" Me.cmdEnds.UseVisualStyleBackColor = True ' 'cmdTrunck ' - resources.ApplyResources(Me.cmdTrunck, "cmdTrunck") + Me.cmdTrunck.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdTrunck.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTrunck.Location = New System.Drawing.Point(246, 131) + Me.cmdTrunck.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTrunck.Name = "cmdTrunck" + Me.cmdTrunck.Size = New System.Drawing.Size(52, 30) + Me.cmdTrunck.TabIndex = 163 + Me.cmdTrunck.Text = "trunc " Me.cmdTrunck.UseVisualStyleBackColor = True ' 'cmdLenth ' - resources.ApplyResources(Me.cmdLenth, "cmdLenth") + Me.cmdLenth.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLenth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLenth.Location = New System.Drawing.Point(61, 102) + Me.cmdLenth.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLenth.Name = "cmdLenth" + Me.cmdLenth.Size = New System.Drawing.Size(60, 30) + Me.cmdLenth.TabIndex = 162 + Me.cmdLenth.Text = "length" Me.cmdLenth.UseVisualStyleBackColor = True ' 'cmdGlue ' - resources.ApplyResources(Me.cmdGlue, "cmdGlue") + Me.cmdGlue.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdGlue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdGlue.Location = New System.Drawing.Point(2, 102) + Me.cmdGlue.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdGlue.Name = "cmdGlue" + Me.cmdGlue.Size = New System.Drawing.Size(60, 30) + Me.cmdGlue.TabIndex = 161 + Me.cmdGlue.Text = "glue" Me.cmdGlue.UseVisualStyleBackColor = True ' 'cmdStarts ' - resources.ApplyResources(Me.cmdStarts, "cmdStarts") + Me.cmdStarts.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdStarts.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdStarts.Location = New System.Drawing.Point(204, 131) + Me.cmdStarts.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdStarts.Name = "cmdStarts" + Me.cmdStarts.Size = New System.Drawing.Size(43, 30) + Me.cmdStarts.TabIndex = 160 Me.cmdStarts.Tag = "" + Me.cmdStarts.Text = "starts" Me.cmdStarts.UseVisualStyleBackColor = True ' 'cmdReplace2 ' - resources.ApplyResources(Me.cmdReplace2, "cmdReplace2") + Me.cmdReplace2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdReplace2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReplace2.Location = New System.Drawing.Point(111, 131) + Me.cmdReplace2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdReplace2.Name = "cmdReplace2" + Me.cmdReplace2.Size = New System.Drawing.Size(60, 30) + Me.cmdReplace2.TabIndex = 159 Me.cmdReplace2.Tag = "" + Me.cmdReplace2.Text = "replace2" Me.cmdReplace2.UseVisualStyleBackColor = True ' 'cmdReplace ' - resources.ApplyResources(Me.cmdReplace, "cmdReplace") + Me.cmdReplace.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdReplace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReplace.Location = New System.Drawing.Point(61, 131) + Me.cmdReplace.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdReplace.Name = "cmdReplace" + Me.cmdReplace.Size = New System.Drawing.Size(51, 30) + Me.cmdReplace.TabIndex = 158 Me.cmdReplace.Tag = "" + Me.cmdReplace.Text = "replace" Me.cmdReplace.UseVisualStyleBackColor = True ' 'cmdRemove2 ' - resources.ApplyResources(Me.cmdRemove2, "cmdRemove2") + Me.cmdRemove2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdRemove2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemove2.Location = New System.Drawing.Point(2, 131) + Me.cmdRemove2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRemove2.Name = "cmdRemove2" + Me.cmdRemove2.Size = New System.Drawing.Size(60, 30) + Me.cmdRemove2.TabIndex = 157 Me.cmdRemove2.Tag = "" + Me.cmdRemove2.Text = "remove2" Me.cmdRemove2.UseVisualStyleBackColor = True ' 'cmdRemove1 ' - resources.ApplyResources(Me.cmdRemove1, "cmdRemove1") + Me.cmdRemove1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdRemove1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemove1.Location = New System.Drawing.Point(238, 102) + Me.cmdRemove1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRemove1.Name = "cmdRemove1" + Me.cmdRemove1.Size = New System.Drawing.Size(60, 30) + Me.cmdRemove1.TabIndex = 156 Me.cmdRemove1.Tag = "" + Me.cmdRemove1.Text = "remove" Me.cmdRemove1.UseVisualStyleBackColor = True ' 'cmdLocate2 ' - resources.ApplyResources(Me.cmdLocate2, "cmdLocate2") + Me.cmdLocate2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLocate2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLocate2.Location = New System.Drawing.Point(179, 102) + Me.cmdLocate2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLocate2.Name = "cmdLocate2" + Me.cmdLocate2.Size = New System.Drawing.Size(60, 30) + Me.cmdLocate2.TabIndex = 155 Me.cmdLocate2.Tag = "" + Me.cmdLocate2.Text = "locate2" Me.cmdLocate2.UseVisualStyleBackColor = True ' 'cmdExtract2 ' - resources.ApplyResources(Me.cmdExtract2, "cmdExtract2") + Me.cmdExtract2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdExtract2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExtract2.Location = New System.Drawing.Point(238, 73) + Me.cmdExtract2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExtract2.Name = "cmdExtract2" + Me.cmdExtract2.Size = New System.Drawing.Size(60, 30) + Me.cmdExtract2.TabIndex = 154 Me.cmdExtract2.Tag = "" + Me.cmdExtract2.Text = "extract2" Me.cmdExtract2.UseVisualStyleBackColor = True ' 'cmdEncodeb ' - resources.ApplyResources(Me.cmdEncodeb, "cmdEncodeb") + Me.cmdEncodeb.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdEncodeb.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEncodeb.Location = New System.Drawing.Point(238, 44) + Me.cmdEncodeb.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdEncodeb.Name = "cmdEncodeb" + Me.cmdEncodeb.Size = New System.Drawing.Size(60, 30) + Me.cmdEncodeb.TabIndex = 151 + Me.cmdEncodeb.Text = "encode " Me.cmdEncodeb.UseVisualStyleBackColor = True ' 'cmdSquishb ' - resources.ApplyResources(Me.cmdSquishb, "cmdSquishb") + Me.cmdSquishb.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSquishb.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSquishb.Location = New System.Drawing.Point(238, 15) + Me.cmdSquishb.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSquishb.Name = "cmdSquishb" + Me.cmdSquishb.Size = New System.Drawing.Size(60, 30) + Me.cmdSquishb.TabIndex = 150 + Me.cmdSquishb.Text = "squish " Me.cmdSquishb.UseVisualStyleBackColor = True ' 'cmdSub ' - resources.ApplyResources(Me.cmdSub, "cmdSub") + Me.cmdSub.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSub.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSub.Location = New System.Drawing.Point(170, 131) + Me.cmdSub.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSub.Name = "cmdSub" + Me.cmdSub.Size = New System.Drawing.Size(35, 30) + Me.cmdSub.TabIndex = 149 Me.cmdSub.Tag = "" + Me.cmdSub.Text = "sub" Me.cmdSub.UseVisualStyleBackColor = True ' 'cmdCombine ' - resources.ApplyResources(Me.cmdCombine, "cmdCombine") + Me.cmdCombine.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCombine.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCombine.Location = New System.Drawing.Point(179, 44) + Me.cmdCombine.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCombine.Name = "cmdCombine" + Me.cmdCombine.Size = New System.Drawing.Size(60, 30) + Me.cmdCombine.TabIndex = 148 + Me.cmdCombine.Text = "combine" Me.cmdCombine.UseVisualStyleBackColor = True ' 'cmdDetect ' - resources.ApplyResources(Me.cmdDetect, "cmdDetect") + Me.cmdDetect.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdDetect.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDetect.Location = New System.Drawing.Point(61, 73) + Me.cmdDetect.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDetect.Name = "cmdDetect" + Me.cmdDetect.Size = New System.Drawing.Size(60, 30) + Me.cmdDetect.TabIndex = 147 Me.cmdDetect.Tag = "" + Me.cmdDetect.Text = "detect" Me.cmdDetect.UseVisualStyleBackColor = True ' 'cmdTrim ' - resources.ApplyResources(Me.cmdTrim, "cmdTrim") + Me.cmdTrim.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdTrim.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTrim.Location = New System.Drawing.Point(179, 15) + Me.cmdTrim.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTrim.Name = "cmdTrim" + Me.cmdTrim.Size = New System.Drawing.Size(60, 30) + Me.cmdTrim.TabIndex = 146 + Me.cmdTrim.Text = "trim" Me.cmdTrim.UseVisualStyleBackColor = True ' 'cmdTitle ' - resources.ApplyResources(Me.cmdTitle, "cmdTitle") + Me.cmdTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTitle.Location = New System.Drawing.Point(120, 15) + Me.cmdTitle.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTitle.Name = "cmdTitle" + Me.cmdTitle.Size = New System.Drawing.Size(60, 30) + Me.cmdTitle.TabIndex = 142 + Me.cmdTitle.Text = "title" Me.cmdTitle.UseVisualStyleBackColor = True ' 'cmdLower ' - resources.ApplyResources(Me.cmdLower, "cmdLower") + Me.cmdLower.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLower.Location = New System.Drawing.Point(61, 15) + Me.cmdLower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLower.Name = "cmdLower" + Me.cmdLower.Size = New System.Drawing.Size(60, 30) + Me.cmdLower.TabIndex = 141 + Me.cmdLower.Text = "lower" Me.cmdLower.UseVisualStyleBackColor = True ' 'cmdUpper ' - resources.ApplyResources(Me.cmdUpper, "cmdUpper") + Me.cmdUpper.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdUpper.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdUpper.Location = New System.Drawing.Point(2, 15) + Me.cmdUpper.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdUpper.Name = "cmdUpper" + Me.cmdUpper.Size = New System.Drawing.Size(60, 30) + Me.cmdUpper.TabIndex = 140 + Me.cmdUpper.Text = "upper" Me.cmdUpper.UseVisualStyleBackColor = True ' 'cmdSort ' - resources.ApplyResources(Me.cmdSort, "cmdSort") + Me.cmdSort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSort.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSort.Location = New System.Drawing.Point(120, 44) + Me.cmdSort.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSort.Name = "cmdSort" + Me.cmdSort.Size = New System.Drawing.Size(60, 30) + Me.cmdSort.TabIndex = 139 + Me.cmdSort.Text = "sort" Me.cmdSort.UseVisualStyleBackColor = True ' 'cmdOrder ' - resources.ApplyResources(Me.cmdOrder, "cmdOrder") + Me.cmdOrder.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOrder.Location = New System.Drawing.Point(61, 44) + Me.cmdOrder.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOrder.Name = "cmdOrder" + Me.cmdOrder.Size = New System.Drawing.Size(60, 30) + Me.cmdOrder.TabIndex = 138 + Me.cmdOrder.Text = "order" Me.cmdOrder.UseVisualStyleBackColor = True ' 'cmdPad ' - resources.ApplyResources(Me.cmdPad, "cmdPad") + Me.cmdPad.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPad.Location = New System.Drawing.Point(2, 44) + Me.cmdPad.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPad.Name = "cmdPad" + Me.cmdPad.Size = New System.Drawing.Size(60, 30) + Me.cmdPad.TabIndex = 137 + Me.cmdPad.Text = "pad" Me.cmdPad.UseVisualStyleBackColor = True ' 'cmdExtract ' - resources.ApplyResources(Me.cmdExtract, "cmdExtract") + Me.cmdExtract.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdExtract.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExtract.Location = New System.Drawing.Point(179, 73) + Me.cmdExtract.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExtract.Name = "cmdExtract" + Me.cmdExtract.Size = New System.Drawing.Size(60, 30) + Me.cmdExtract.TabIndex = 136 + Me.cmdExtract.Text = "extract" Me.cmdExtract.UseVisualStyleBackColor = True ' 'cmdCountstrings ' - resources.ApplyResources(Me.cmdCountstrings, "cmdCountstrings") + Me.cmdCountstrings.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCountstrings.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCountstrings.Location = New System.Drawing.Point(2, 73) + Me.cmdCountstrings.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCountstrings.Name = "cmdCountstrings" + Me.cmdCountstrings.Size = New System.Drawing.Size(60, 30) + Me.cmdCountstrings.TabIndex = 134 + Me.cmdCountstrings.Text = "count" Me.cmdCountstrings.UseVisualStyleBackColor = True ' 'cmdLocate ' - resources.ApplyResources(Me.cmdLocate, "cmdLocate") + Me.cmdLocate.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdLocate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLocate.Location = New System.Drawing.Point(120, 102) + Me.cmdLocate.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLocate.Name = "cmdLocate" + Me.cmdLocate.Size = New System.Drawing.Size(60, 30) + Me.cmdLocate.TabIndex = 133 + Me.cmdLocate.Text = "locate" Me.cmdLocate.UseVisualStyleBackColor = True ' 'ttCalculator @@ -2678,110 +4296,199 @@ Partial Class ucrCalculator Me.grpCircular.Controls.Add(Me.cmdMedianHL) Me.grpCircular.Controls.Add(Me.cmdCircMedian) Me.grpCircular.Controls.Add(Me.cmdCircMean) - resources.ApplyResources(Me.grpCircular, "grpCircular") + Me.grpCircular.Location = New System.Drawing.Point(431, 61) + Me.grpCircular.Margin = New System.Windows.Forms.Padding(2) Me.grpCircular.Name = "grpCircular" + Me.grpCircular.Padding = New System.Windows.Forms.Padding(2) + Me.grpCircular.Size = New System.Drawing.Size(242, 168) + Me.grpCircular.TabIndex = 192 Me.grpCircular.TabStop = False + Me.grpCircular.Text = "Circular" ' 'cmdCircularHelp ' - resources.ApplyResources(Me.cmdCircularHelp, "cmdCircularHelp") + Me.cmdCircularHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircularHelp.Location = New System.Drawing.Point(165, 142) Me.cmdCircularHelp.Name = "cmdCircularHelp" + Me.cmdCircularHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdCircularHelp.TabIndex = 183 + Me.cmdCircularHelp.Text = "R Help" Me.cmdCircularHelp.UseVisualStyleBackColor = True ' 'cmdCircular ' - resources.ApplyResources(Me.cmdCircular, "cmdCircular") + Me.cmdCircular.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircular.Location = New System.Drawing.Point(2, 18) + Me.cmdCircular.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircular.Name = "cmdCircular" + Me.cmdCircular.Size = New System.Drawing.Size(60, 32) + Me.cmdCircular.TabIndex = 15 + Me.cmdCircular.Text = "circular" Me.cmdCircular.UseVisualStyleBackColor = True ' 'cmdCircQuantile ' - resources.ApplyResources(Me.cmdCircQuantile, "cmdCircQuantile") + Me.cmdCircQuantile.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircQuantile.Location = New System.Drawing.Point(120, 80) + Me.cmdCircQuantile.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircQuantile.Name = "cmdCircQuantile" + Me.cmdCircQuantile.Size = New System.Drawing.Size(60, 32) + Me.cmdCircQuantile.TabIndex = 13 + Me.cmdCircQuantile.Text = "quantile" Me.cmdCircQuantile.UseVisualStyleBackColor = True ' 'cmdCircMax ' - resources.ApplyResources(Me.cmdCircMax, "cmdCircMax") + Me.cmdCircMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircMax.Location = New System.Drawing.Point(179, 111) + Me.cmdCircMax.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircMax.Name = "cmdCircMax" + Me.cmdCircMax.Size = New System.Drawing.Size(60, 32) + Me.cmdCircMax.TabIndex = 10 + Me.cmdCircMax.Text = "max" Me.cmdCircMax.UseVisualStyleBackColor = True ' 'cmdA1 ' - resources.ApplyResources(Me.cmdA1, "cmdA1") + Me.cmdA1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdA1.Location = New System.Drawing.Point(2, 80) + Me.cmdA1.Margin = New System.Windows.Forms.Padding(2) Me.cmdA1.Name = "cmdA1" + Me.cmdA1.Size = New System.Drawing.Size(60, 32) + Me.cmdA1.TabIndex = 8 + Me.cmdA1.Text = "A1" Me.cmdA1.UseVisualStyleBackColor = True ' 'cmdAngVar ' - resources.ApplyResources(Me.cmdAngVar, "cmdAngVar") + Me.cmdAngVar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAngVar.Location = New System.Drawing.Point(61, 80) + Me.cmdAngVar.Margin = New System.Windows.Forms.Padding(2) Me.cmdAngVar.Name = "cmdAngVar" + Me.cmdAngVar.Size = New System.Drawing.Size(60, 32) + Me.cmdAngVar.TabIndex = 6 + Me.cmdAngVar.Text = "ang.var" Me.cmdAngVar.UseVisualStyleBackColor = True ' 'cmdCircRho ' - resources.ApplyResources(Me.cmdCircRho, "cmdCircRho") + Me.cmdCircRho.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircRho.Location = New System.Drawing.Point(179, 80) + Me.cmdCircRho.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircRho.Name = "cmdCircRho" + Me.cmdCircRho.Size = New System.Drawing.Size(60, 32) + Me.cmdCircRho.TabIndex = 14 + Me.cmdCircRho.Text = "rho" Me.cmdCircRho.UseVisualStyleBackColor = True ' 'cmdCircQ3 ' - resources.ApplyResources(Me.cmdCircQ3, "cmdCircQ3") + Me.cmdCircQ3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircQ3.Location = New System.Drawing.Point(120, 111) + Me.cmdCircQ3.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircQ3.Name = "cmdCircQ3" + Me.cmdCircQ3.Size = New System.Drawing.Size(60, 32) + Me.cmdCircQ3.TabIndex = 12 + Me.cmdCircQ3.Text = "q3" Me.cmdCircQ3.UseVisualStyleBackColor = True ' 'cmdCircQ1 ' - resources.ApplyResources(Me.cmdCircQ1, "cmdCircQ1") + Me.cmdCircQ1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircQ1.Location = New System.Drawing.Point(61, 111) + Me.cmdCircQ1.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircQ1.Name = "cmdCircQ1" + Me.cmdCircQ1.Size = New System.Drawing.Size(60, 32) + Me.cmdCircQ1.TabIndex = 11 + Me.cmdCircQ1.Text = "q1" Me.cmdCircQ1.UseVisualStyleBackColor = True ' 'cmdCircMin ' - resources.ApplyResources(Me.cmdCircMin, "cmdCircMin") + Me.cmdCircMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircMin.Location = New System.Drawing.Point(2, 111) + Me.cmdCircMin.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircMin.Name = "cmdCircMin" + Me.cmdCircMin.Size = New System.Drawing.Size(60, 32) + Me.cmdCircMin.TabIndex = 9 + Me.cmdCircMin.Text = "min" Me.cmdCircMin.UseVisualStyleBackColor = True ' 'cmdAngDev ' - resources.ApplyResources(Me.cmdAngDev, "cmdAngDev") + Me.cmdAngDev.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAngDev.Location = New System.Drawing.Point(120, 49) + Me.cmdAngDev.Margin = New System.Windows.Forms.Padding(2) Me.cmdAngDev.Name = "cmdAngDev" + Me.cmdAngDev.Size = New System.Drawing.Size(60, 32) + Me.cmdAngDev.TabIndex = 7 + Me.cmdAngDev.Text = "ang.dev" Me.cmdAngDev.UseVisualStyleBackColor = True ' 'cmdCircVar ' - resources.ApplyResources(Me.cmdCircVar, "cmdCircVar") + Me.cmdCircVar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircVar.Location = New System.Drawing.Point(179, 49) + Me.cmdCircVar.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircVar.Name = "cmdCircVar" + Me.cmdCircVar.Size = New System.Drawing.Size(60, 32) + Me.cmdCircVar.TabIndex = 5 + Me.cmdCircVar.Text = "var" Me.cmdCircVar.UseVisualStyleBackColor = True ' 'cmdCircSd ' - resources.ApplyResources(Me.cmdCircSd, "cmdCircSd") + Me.cmdCircSd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircSd.Location = New System.Drawing.Point(61, 49) + Me.cmdCircSd.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircSd.Name = "cmdCircSd" + Me.cmdCircSd.Size = New System.Drawing.Size(60, 32) + Me.cmdCircSd.TabIndex = 4 + Me.cmdCircSd.Text = "sd" Me.cmdCircSd.UseVisualStyleBackColor = True ' 'cmdCircRange ' - resources.ApplyResources(Me.cmdCircRange, "cmdCircRange") + Me.cmdCircRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircRange.Location = New System.Drawing.Point(2, 49) + Me.cmdCircRange.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircRange.Name = "cmdCircRange" + Me.cmdCircRange.Size = New System.Drawing.Size(60, 32) + Me.cmdCircRange.TabIndex = 3 + Me.cmdCircRange.Text = "range" Me.cmdCircRange.UseVisualStyleBackColor = True ' 'cmdMedianHL ' - resources.ApplyResources(Me.cmdMedianHL, "cmdMedianHL") + Me.cmdMedianHL.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMedianHL.Location = New System.Drawing.Point(179, 18) + Me.cmdMedianHL.Margin = New System.Windows.Forms.Padding(2) Me.cmdMedianHL.Name = "cmdMedianHL" + Me.cmdMedianHL.Size = New System.Drawing.Size(60, 32) + Me.cmdMedianHL.TabIndex = 2 + Me.cmdMedianHL.Text = "medianHL" Me.cmdMedianHL.UseVisualStyleBackColor = True ' 'cmdCircMedian ' - resources.ApplyResources(Me.cmdCircMedian, "cmdCircMedian") + Me.cmdCircMedian.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircMedian.Location = New System.Drawing.Point(120, 18) + Me.cmdCircMedian.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircMedian.Name = "cmdCircMedian" + Me.cmdCircMedian.Size = New System.Drawing.Size(60, 32) + Me.cmdCircMedian.TabIndex = 1 + Me.cmdCircMedian.Text = "median" Me.cmdCircMedian.UseVisualStyleBackColor = True ' 'cmdCircMean ' - resources.ApplyResources(Me.cmdCircMean, "cmdCircMean") + Me.cmdCircMean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCircMean.Location = New System.Drawing.Point(61, 18) + Me.cmdCircMean.Margin = New System.Windows.Forms.Padding(2) Me.cmdCircMean.Name = "cmdCircMean" + Me.cmdCircMean.Size = New System.Drawing.Size(60, 32) + Me.cmdCircMean.TabIndex = 0 + Me.cmdCircMean.Text = "mean" Me.cmdCircMean.UseVisualStyleBackColor = True ' 'grpModifier @@ -2790,32 +4497,57 @@ Partial Class ucrCalculator Me.grpModifier.Controls.Add(Me.cmdFixed) Me.grpModifier.Controls.Add(Me.cmdCollate) Me.grpModifier.Controls.Add(Me.cmdBoundary) - resources.ApplyResources(Me.grpModifier, "grpModifier") + Me.grpModifier.Location = New System.Drawing.Point(434, 229) + Me.grpModifier.Margin = New System.Windows.Forms.Padding(2) Me.grpModifier.Name = "grpModifier" + Me.grpModifier.Padding = New System.Windows.Forms.Padding(2) + Me.grpModifier.Size = New System.Drawing.Size(256, 53) + Me.grpModifier.TabIndex = 192 Me.grpModifier.TabStop = False + Me.grpModifier.Text = "Modifier" ' 'cmdRegex ' - resources.ApplyResources(Me.cmdRegex, "cmdRegex") + Me.cmdRegex.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRegex.Location = New System.Drawing.Point(188, 13) + Me.cmdRegex.Margin = New System.Windows.Forms.Padding(2) Me.cmdRegex.Name = "cmdRegex" + Me.cmdRegex.Size = New System.Drawing.Size(63, 30) + Me.cmdRegex.TabIndex = 3 + Me.cmdRegex.Text = "regex" Me.cmdRegex.UseVisualStyleBackColor = True ' 'cmdFixed ' - resources.ApplyResources(Me.cmdFixed, "cmdFixed") + Me.cmdFixed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFixed.Location = New System.Drawing.Point(126, 13) + Me.cmdFixed.Margin = New System.Windows.Forms.Padding(2) Me.cmdFixed.Name = "cmdFixed" + Me.cmdFixed.Size = New System.Drawing.Size(63, 30) + Me.cmdFixed.TabIndex = 2 + Me.cmdFixed.Text = "fixed" Me.cmdFixed.UseVisualStyleBackColor = True ' 'cmdCollate ' - resources.ApplyResources(Me.cmdCollate, "cmdCollate") + Me.cmdCollate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCollate.Location = New System.Drawing.Point(64, 13) + Me.cmdCollate.Margin = New System.Windows.Forms.Padding(2) Me.cmdCollate.Name = "cmdCollate" + Me.cmdCollate.Size = New System.Drawing.Size(63, 30) + Me.cmdCollate.TabIndex = 1 + Me.cmdCollate.Text = "collate" Me.cmdCollate.UseVisualStyleBackColor = True ' 'cmdBoundary ' - resources.ApplyResources(Me.cmdBoundary, "cmdBoundary") + Me.cmdBoundary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBoundary.Location = New System.Drawing.Point(2, 13) + Me.cmdBoundary.Margin = New System.Windows.Forms.Padding(2) Me.cmdBoundary.Name = "cmdBoundary" + Me.cmdBoundary.Size = New System.Drawing.Size(63, 30) + Me.cmdBoundary.TabIndex = 0 + Me.cmdBoundary.Text = "boundary" Me.cmdBoundary.UseVisualStyleBackColor = True ' 'grpSymbols @@ -2835,146 +4567,251 @@ Partial Class ucrCalculator Me.grpSymbols.Controls.Add(Me.cmdEnd1) Me.grpSymbols.Controls.Add(Me.cmdbegin) Me.grpSymbols.Controls.Add(Me.cmdAny1) - resources.ApplyResources(Me.grpSymbols, "grpSymbols") + Me.grpSymbols.Location = New System.Drawing.Point(433, 284) + Me.grpSymbols.Margin = New System.Windows.Forms.Padding(2) Me.grpSymbols.Name = "grpSymbols" + Me.grpSymbols.Padding = New System.Windows.Forms.Padding(2) + Me.grpSymbols.Size = New System.Drawing.Size(316, 112) + Me.grpSymbols.TabIndex = 193 Me.grpSymbols.TabStop = False + Me.grpSymbols.Text = "Symbols" ' 'cmdOr3 ' - resources.ApplyResources(Me.cmdOr3, "cmdOr3") + Me.cmdOr3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOr3.Location = New System.Drawing.Point(127, 46) + Me.cmdOr3.Margin = New System.Windows.Forms.Padding(2) Me.cmdOr3.Name = "cmdOr3" + Me.cmdOr3.Size = New System.Drawing.Size(63, 30) + Me.cmdOr3.TabIndex = 16 + Me.cmdOr3.Text = "| or" Me.cmdOr3.UseVisualStyleBackColor = True ' 'cmdEscape ' - resources.ApplyResources(Me.cmdEscape, "cmdEscape") + Me.cmdEscape.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEscape.Location = New System.Drawing.Point(189, 75) + Me.cmdEscape.Margin = New System.Windows.Forms.Padding(2) Me.cmdEscape.Name = "cmdEscape" + Me.cmdEscape.Size = New System.Drawing.Size(63, 30) + Me.cmdEscape.TabIndex = 14 + Me.cmdEscape.Text = "\\ escape" Me.cmdEscape.UseVisualStyleBackColor = True ' 'cmdPlusZero ' - resources.ApplyResources(Me.cmdPlusZero, "cmdPlusZero") + Me.cmdPlusZero.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlusZero.Location = New System.Drawing.Point(251, 75) + Me.cmdPlusZero.Margin = New System.Windows.Forms.Padding(2) Me.cmdPlusZero.Name = "cmdPlusZero" + Me.cmdPlusZero.Size = New System.Drawing.Size(63, 30) + Me.cmdPlusZero.TabIndex = 15 + Me.cmdPlusZero.Text = "- to" Me.cmdPlusZero.UseVisualStyleBackColor = True ' 'cmdZero ' - resources.ApplyResources(Me.cmdZero, "cmdZero") + Me.cmdZero.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdZero.Location = New System.Drawing.Point(127, 75) + Me.cmdZero.Margin = New System.Windows.Forms.Padding(2) Me.cmdZero.Name = "cmdZero" + Me.cmdZero.Size = New System.Drawing.Size(63, 30) + Me.cmdZero.TabIndex = 13 + Me.cmdZero.Text = "* 0+" Me.cmdZero.UseVisualStyleBackColor = True ' 'cmdPlusOne ' - resources.ApplyResources(Me.cmdPlusOne, "cmdPlusOne") + Me.cmdPlusOne.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlusOne.Location = New System.Drawing.Point(64, 75) + Me.cmdPlusOne.Margin = New System.Windows.Forms.Padding(2) Me.cmdPlusOne.Name = "cmdPlusOne" + Me.cmdPlusOne.Size = New System.Drawing.Size(63, 30) + Me.cmdPlusOne.TabIndex = 12 + Me.cmdPlusOne.Text = "+ 1+" Me.cmdPlusOne.UseVisualStyleBackColor = True ' 'cmdZeroOrOne ' - resources.ApplyResources(Me.cmdZeroOrOne, "cmdZeroOrOne") + Me.cmdZeroOrOne.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdZeroOrOne.Location = New System.Drawing.Point(2, 75) + Me.cmdZeroOrOne.Margin = New System.Windows.Forms.Padding(2) Me.cmdZeroOrOne.Name = "cmdZeroOrOne" + Me.cmdZeroOrOne.Size = New System.Drawing.Size(63, 30) + Me.cmdZeroOrOne.TabIndex = 11 + Me.cmdZeroOrOne.Text = "? 0 or 1" Me.cmdZeroOrOne.UseVisualStyleBackColor = True ' 'cmdNumbers ' - resources.ApplyResources(Me.cmdNumbers, "cmdNumbers") + Me.cmdNumbers.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNumbers.Location = New System.Drawing.Point(251, 46) + Me.cmdNumbers.Margin = New System.Windows.Forms.Padding(2) Me.cmdNumbers.Name = "cmdNumbers" + Me.cmdNumbers.Size = New System.Drawing.Size(63, 30) + Me.cmdNumbers.TabIndex = 10 + Me.cmdNumbers.Text = "{ m,n } " Me.cmdNumbers.UseVisualStyleBackColor = True ' 'cmdNot1 ' - resources.ApplyResources(Me.cmdNot1, "cmdNot1") + Me.cmdNot1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdNot1.Location = New System.Drawing.Point(64, 46) + Me.cmdNot1.Margin = New System.Windows.Forms.Padding(2) Me.cmdNot1.Name = "cmdNot1" + Me.cmdNot1.Size = New System.Drawing.Size(63, 30) + Me.cmdNot1.TabIndex = 8 + Me.cmdNot1.Text = "[^ ] not" Me.cmdNot1.UseVisualStyleBackColor = True ' 'cmdOr2 ' - resources.ApplyResources(Me.cmdOr2, "cmdOr2") + Me.cmdOr2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOr2.Location = New System.Drawing.Point(189, 46) + Me.cmdOr2.Margin = New System.Windows.Forms.Padding(2) Me.cmdOr2.Name = "cmdOr2" + Me.cmdOr2.Size = New System.Drawing.Size(63, 30) + Me.cmdOr2.TabIndex = 9 + Me.cmdOr2.Text = "{ n} " Me.cmdOr2.UseVisualStyleBackColor = True ' 'cmdOr1 ' - resources.ApplyResources(Me.cmdOr1, "cmdOr1") + Me.cmdOr1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOr1.Location = New System.Drawing.Point(2, 46) + Me.cmdOr1.Margin = New System.Windows.Forms.Padding(2) Me.cmdOr1.Name = "cmdOr1" + Me.cmdOr1.Size = New System.Drawing.Size(63, 30) + Me.cmdOr1.TabIndex = 7 + Me.cmdOr1.Text = "[ ] or" Me.cmdOr1.UseVisualStyleBackColor = True ' 'cmdSpace ' - resources.ApplyResources(Me.cmdSpace, "cmdSpace") + Me.cmdSpace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSpace.Location = New System.Drawing.Point(251, 16) + Me.cmdSpace.Margin = New System.Windows.Forms.Padding(2) Me.cmdSpace.Name = "cmdSpace" + Me.cmdSpace.Size = New System.Drawing.Size(63, 30) + Me.cmdSpace.TabIndex = 6 + Me.cmdSpace.Text = "\\s space" Me.cmdSpace.UseVisualStyleBackColor = True ' 'cmdDigit ' - resources.ApplyResources(Me.cmdDigit, "cmdDigit") + Me.cmdDigit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDigit.Location = New System.Drawing.Point(189, 16) + Me.cmdDigit.Margin = New System.Windows.Forms.Padding(2) Me.cmdDigit.Name = "cmdDigit" + Me.cmdDigit.Size = New System.Drawing.Size(63, 30) + Me.cmdDigit.TabIndex = 5 + Me.cmdDigit.Text = "\\d digit" Me.cmdDigit.UseVisualStyleBackColor = True ' 'cmdEnd1 ' - resources.ApplyResources(Me.cmdEnd1, "cmdEnd1") + Me.cmdEnd1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEnd1.Location = New System.Drawing.Point(127, 16) + Me.cmdEnd1.Margin = New System.Windows.Forms.Padding(2) Me.cmdEnd1.Name = "cmdEnd1" + Me.cmdEnd1.Size = New System.Drawing.Size(63, 30) + Me.cmdEnd1.TabIndex = 4 + Me.cmdEnd1.Text = "$ end" Me.cmdEnd1.UseVisualStyleBackColor = True ' 'cmdbegin ' - resources.ApplyResources(Me.cmdbegin, "cmdbegin") + Me.cmdbegin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdbegin.Location = New System.Drawing.Point(64, 16) + Me.cmdbegin.Margin = New System.Windows.Forms.Padding(2) Me.cmdbegin.Name = "cmdbegin" + Me.cmdbegin.Size = New System.Drawing.Size(63, 30) + Me.cmdbegin.TabIndex = 3 + Me.cmdbegin.Text = "^ begin" Me.cmdbegin.UseVisualStyleBackColor = True ' 'cmdAny1 ' - resources.ApplyResources(Me.cmdAny1, "cmdAny1") + Me.cmdAny1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAny1.Location = New System.Drawing.Point(2, 16) + Me.cmdAny1.Margin = New System.Windows.Forms.Padding(2) Me.cmdAny1.Name = "cmdAny1" + Me.cmdAny1.Size = New System.Drawing.Size(63, 30) + Me.cmdAny1.TabIndex = 2 + Me.cmdAny1.Text = ". any" Me.cmdAny1.UseVisualStyleBackColor = True ' 'cmdStringRHelp ' - resources.ApplyResources(Me.cmdStringRHelp, "cmdStringRHelp") + Me.cmdStringRHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdStringRHelp.Location = New System.Drawing.Point(656, 41) Me.cmdStringRHelp.Name = "cmdStringRHelp" + Me.cmdStringRHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdStringRHelp.TabIndex = 197 + Me.cmdStringRHelp.Text = "R Help" Me.cmdStringRHelp.UseVisualStyleBackColor = True ' 'ucrSaveResultInto ' - resources.ApplyResources(Me.ucrSaveResultInto, "ucrSaveResultInto") + Me.ucrSaveResultInto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResultInto.Location = New System.Drawing.Point(11, 311) + Me.ucrSaveResultInto.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResultInto.Name = "ucrSaveResultInto" + Me.ucrSaveResultInto.Size = New System.Drawing.Size(327, 22) + Me.ucrSaveResultInto.TabIndex = 196 ' 'ucrTryCalculator ' - resources.ApplyResources(Me.ucrTryCalculator, "ucrTryCalculator") + Me.ucrTryCalculator.AutoSize = True + Me.ucrTryCalculator.Location = New System.Drawing.Point(1, 256) + Me.ucrTryCalculator.Margin = New System.Windows.Forms.Padding(4) Me.ucrTryCalculator.Name = "ucrTryCalculator" Me.ucrTryCalculator.RunCommandAsMultipleLines = False + Me.ucrTryCalculator.Size = New System.Drawing.Size(396, 33) + Me.ucrTryCalculator.TabIndex = 194 ' 'ucrInputCalOptions ' Me.ucrInputCalOptions.AddQuotesIfUnrecognised = True + Me.ucrInputCalOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCalOptions.GetSetSelectedIndex = -1 Me.ucrInputCalOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCalOptions, "ucrInputCalOptions") + Me.ucrInputCalOptions.Location = New System.Drawing.Point(226, 41) + Me.ucrInputCalOptions.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ucrInputCalOptions.Name = "ucrInputCalOptions" + Me.ucrInputCalOptions.Size = New System.Drawing.Size(137, 22) + Me.ucrInputCalOptions.TabIndex = 180 ' 'ucrSelectorForCalculations ' + Me.ucrSelectorForCalculations.AutoSize = True Me.ucrSelectorForCalculations.bDropUnusedFilterLevels = False Me.ucrSelectorForCalculations.bShowHiddenColumns = False Me.ucrSelectorForCalculations.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForCalculations, "ucrSelectorForCalculations") + Me.ucrSelectorForCalculations.Location = New System.Drawing.Point(0, 64) + Me.ucrSelectorForCalculations.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForCalculations.Name = "ucrSelectorForCalculations" + Me.ucrSelectorForCalculations.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForCalculations.TabIndex = 173 ' 'ucrReceiverForCalculation ' + Me.ucrReceiverForCalculation.AutoSize = True Me.ucrReceiverForCalculation.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverForCalculation, "ucrReceiverForCalculation") + Me.ucrReceiverForCalculation.Location = New System.Drawing.Point(70, 6) + Me.ucrReceiverForCalculation.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ucrReceiverForCalculation.Name = "ucrReceiverForCalculation" Me.ucrReceiverForCalculation.Selector = Nothing + Me.ucrReceiverForCalculation.Size = New System.Drawing.Size(391, 29) Me.ucrReceiverForCalculation.strNcFilePath = "" + Me.ucrReceiverForCalculation.TabIndex = 120 Me.ucrReceiverForCalculation.ucrSelector = Nothing ' 'ucrCalculator ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.grpDates) Me.Controls.Add(Me.grpHydroGOF) Me.Controls.Add(Me.grpFactor) @@ -2999,6 +4836,7 @@ Partial Class ucrCalculator Me.Controls.Add(Me.ucrReceiverForCalculation) Me.Controls.Add(Me.lblExpression) Me.Name = "ucrCalculator" + Me.Size = New System.Drawing.Size(878, 457) Me.grpBasic.ResumeLayout(False) Me.grpDates.ResumeLayout(False) Me.grpFactor.ResumeLayout(False) diff --git a/instat/ucrCalculator.resx b/instat/ucrCalculator.resx index 1f55ec17d78..3c97f18c83c 100644 --- a/instat/ucrCalculator.resx +++ b/instat/ucrCalculator.resx @@ -117,10993 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 6, 10 - - - 2, 0, 2, 0 - - - 61, 13 - - - 119 - - - Expression: - - - lblExpression - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - NoControl - - - 166, 137 - - - 75, 23 - - - 182 - - - R Help - - - cmdRHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 15 - - - True - - - NoControl - - - 70, 41 - - - 109, 17 - - - 181 - - - Show Parameters - - - chkShowParameters - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - NoControl - - - 151, 71 - - - 2, 3, 2, 3 - - - 49, 60 - - - 190 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 0 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 3, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 138 - - - , - - - cmdComma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 1 - - - NoControl - - - 77, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 136 - - - ( ) - - - cmdBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 2 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 42 - - - 2, 3, 2, 3 - - - 49, 30 - - - 133 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 3 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 131 - - - / - - - cmdDivide - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 4 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 130 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 5 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 129 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 6 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 128 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 7 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 13 - - - 2, 3, 2, 3 - - - 49, 30 - - - 127 - - - . - - - cmdDot - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 8 - - - NoControl - - - 77, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 126 - - - 9 - - - cmd9 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 9 - - - NoControl - - - 40, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 125 - - - 8 - - - cmd8 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 10 - - - NoControl - - - 3, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 124 - - - 7 - - - cmd7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 11 - - - NoControl - - - 77, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 123 - - - 6 - - - cmd6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 12 - - - NoControl - - - 40, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 122 - - - 5 - - - cmd5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 13 - - - NoControl - - - 3, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 121 - - - 4 - - - cmd4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 14 - - - NoControl - - - 77, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 120 - - - 3 - - - cmd3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 15 - - - NoControl - - - 40, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 119 - - - 2 - - - cmd2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 16 - - - NoControl - - - 40, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 118 - - - 0 - - - cmd0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 17 - - - NoControl - - - 3, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 117 - - - 1 - - - cmd1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 18 - - - 223, 69 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 205, 134 - - - 179 - - - Basic - - - grpBasic - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - NoControl - - - 4, 130 - - - 60, 30 - - - 161 - - - pm - - - cmdPm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 0 - - - NoControl - - - 122, 14 - - - 2, 3, 2, 3 - - - 60, 30 - - - 160 - - - time - - - cmdTime - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 1 - - - NoControl - - - 63, 14 - - - 2, 3, 2, 3 - - - 60, 30 - - - 159 - - - datetime - - - cmdDateTime - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 2 - - - NoControl - - - 63, 130 - - - 60, 30 - - - 157 - - - quarter - - - cmdQuarter - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 3 - - - NoControl - - - 63, 43 - - - 60, 30 - - - 156 - - - d_in_m - - - cmdD_In_M - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 4 - - - NoControl - - - 181, 101 - - - 60, 30 - - - 155 - - - am - - - cmdAm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 5 - - - NoControl - - - 122, 101 - - - 60, 30 - - - 154 - - - sec - - - cmdSec - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 6 - - - NoControl - - - 4, 101 - - - 60, 30 - - - 153 - - - hour - - - cmdHour - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 7 - - - NoControl - - - 63, 101 - - - 60, 30 - - - 152 - - - min - - - cmdminutes - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 8 - - - NoControl - - - 63, 72 - - - 2, 3, 2, 3 - - - 60, 30 - - - 151 - - - dmy - - - cmdDmy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 9 - - - NoControl - - - 4, 43 - - - 2, 3, 2, 3 - - - 60, 30 - - - 145 - - - day - - - cmdDay - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 10 - - - NoControl - - - 4, 43 - - - 2, 3, 2, 3 - - - No - - - 60, 30 - - - 144 - - - month - - - cmdMonth - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 11 - - - NoControl - - - 181, 14 - - - 2, 3, 2, 3 - - - 60, 30 - - - 143 - - - year - - - cmdYear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 12 - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 60, 30 - - - 142 - - - date - - - cmdDate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 13 - - - NoControl - - - 181, 43 - - - 2, 3, 2, 3 - - - 60, 30 - - - 141 - - - yday - - - cmdYday - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 14 - - - NoControl - - - 122, 43 - - - 2, 3, 2, 3 - - - 60, 30 - - - 140 - - - wday - - - cmdWday - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 16 - - - NoControl - - - 122, 72 - - - 2, 3, 2, 3 - - - 60, 30 - - - 139 - - - mdy - - - cmdMdy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 17 - - - NoControl - - - 4, 72 - - - 2, 3, 2, 3 - - - 60, 30 - - - 138 - - - ymd - - - cmdYmd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 18 - - - NoControl - - - 181, 72 - - - 2, 3, 2, 3 - - - 60, 30 - - - 136 - - - leap - - - cmdLeap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDates - - - 19 - - - 431, 61 - - - No - - - 244, 162 - - - 188 - - - Dates/Times - - - grpDates - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - NoControl - - - 167, 174 - - - 75, 23 - - - 211 - - - R Help - - - cmdTransformHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 0 - - - NoControl - - - 182, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 210 - - - shuffle - - - cmdShuffle - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 1 - - - NoControl - - - 123, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 209 - - - shift - - - cmdShift - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 2 - - - NoControl - - - 64, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 208 - - - reverse - - - cmdReverse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 3 - - - NoControl - - - 4, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 207 - - - reorder - - - cmdReorder - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 4 - - - NoControl - - - 182, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 206 - - - relevel - - - cmdRelevel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 5 - - - NoControl - - - 123, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 205 - - - recode - - - cmdRecode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 6 - - - NoControl - - - 64, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 204 - - - other - - - cmdOther - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 7 - - - NoControl - - - 4, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 203 - - - match - - - cmdFmatch - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 8 - - - NoControl - - - 182, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 202 - - - lump - - - cmdLump - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 9 - - - NoControl - - - 123, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 201 - - - inseq - - - cmdInseq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 10 - - - NoControl - - - 64, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 200 - - - infreq - - - cmdInfreq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 11 - - - NoControl - - - 4, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 199 - - - inorder - - - cmdInorder - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 12 - - - NoControl - - - 182, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 198 - - - add_na - - - cmdAdd_na - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 13 - - - NoControl - - - 123, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 197 - - - expand - - - cmdExpand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 14 - - - NoControl - - - 64, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 196 - - - drop - - - cmdDrop - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 15 - - - NoControl - - - 4, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 195 - - - cross - - - cmdCross - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 16 - - - NoControl - - - 182, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 194 - - - collapse - - - cmdCollapse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 17 - - - NoControl - - - 123, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 193 - - - labelled - - - cmdLabelled - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 18 - - - NoControl - - - 4, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 191 - - - factor - - - cmdFactor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 19 - - - NoControl - - - 64, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 192 - - - anon - - - cmdAnon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactor - - - 20 - - - 431, 61 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 248, 199 - - - 191 - - - Factor - - - grpFactor - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 105, 237 - - - 75, 23 - - - 183 - - - R Help - - - cmdHydroHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 0 - - - NoControl - - - 120, 206 - - - 2, 2, 2, 2 - - - 60, 32 - - - 20 - - - VE - - - cmdVE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 1 - - - NoControl - - - 61, 206 - - - 2, 2, 2, 2 - - - 60, 32 - - - 19 - - - ssq - - - cmdSsq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 2 - - - NoControl - - - 2, 206 - - - 2, 2, 2, 2 - - - 60, 32 - - - 18 - - - rsr - - - cmdRsr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 3 - - - NoControl - - - 120, 175 - - - 2, 2, 2, 2 - - - 60, 32 - - - 17 - - - rSD - - - cmdRSD - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 4 - - - NoControl - - - 61, 175 - - - 2, 2, 2, 2 - - - 60, 32 - - - 16 - - - rPearson - - - cmdRPearson - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 5 - - - NoControl - - - 2, 175 - - - 2, 2, 2, 2 - - - 60, 32 - - - 15 - - - rNSE - - - cmdRNSE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 6 - - - NoControl - - - 120, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 14 - - - rmse - - - cmdRmse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 7 - - - NoControl - - - 61, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 13 - - - rd - - - cmdRd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 8 - - - NoControl - - - 2, 143 - - - 2, 2, 2, 2 - - - 60, 32 - - - 12 - - - pbiasfdc - - - cmdPbiasfde - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 9 - - - NoControl - - - 120, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 11 - - - pbias - - - cmdPbias - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 10 - - - NoControl - - - 61, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 10 - - - NSE - - - cmdNSE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 11 - - - NoControl - - - 2, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 9 - - - nrmse - - - cmdNrmse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 12 - - - NoControl - - - 120, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 8 - - - mse - - - cmdMse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 13 - - - NoControl - - - 61, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 7 - - - mNSE - - - cmdmNSE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 14 - - - NoControl - - - 2, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 6 - - - me - - - cmdMe - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 15 - - - NoControl - - - 120, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 5 - - - md - - - cmdMd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 16 - - - NoControl - - - 61, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 4 - - - mae - - - cmdMae - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 17 - - - NoControl - - - 2, 48 - - - 2, 2, 2, 2 - - - 60, 32 - - - 3 - - - KGE - - - cmdKGE - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 18 - - - NoControl - - - 120, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 2 - - - d - - - cmdD - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 19 - - - NoControl - - - 61, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 1 - - - cp - - - cmdCp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 20 - - - NoControl - - - 2, 16 - - - 2, 2, 2, 2 - - - 60, 32 - - - 0 - - - br2 - - - cmdBr2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHydroGOF - - - 21 - - - 431, 61 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 183, 260 - - - 195 - - - hydroGOF - - - grpHydroGOF - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 306 - - - 85, 30 - - - 54 - - - linkert7 (o.f) - - - cmdLinkert7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 0 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 306 - - - 85, 30 - - - 53 - - - year - - - cmdWakefield_Year - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 1 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 306 - - - 85, 30 - - - 52 - - - valid (L) - - - cmdValid - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 2 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 306 - - - 85, 30 - - - 51 - - - upper (c) - - - cmdWakefield_Upper - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 3 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 306 - - - 85, 30 - - - 50 - - - string (c) - - - cmdString - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 4 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 277 - - - 85, 30 - - - 49 - - - state (f) - - - cmdState - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 5 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 277 - - - 85, 30 - - - 48 - - - speed - - - cmdSpeed - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 6 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 277 - - - 85, 30 - - - 47 - - - smokes (L) - - - cmdSmokes - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 7 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 277 - - - 85, 30 - - - 46 - - - sex (f) - - - cmdSex - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 8 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 277 - - - 85, 30 - - - 45 - - - sex_inclusive (f) - - - cmdSex_Inclusive - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 9 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 248 - - - 85, 30 - - - 44 - - - gender (f) - - - cmdGender - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 10 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 248 - - - 85, 30 - - - 43 - - - sentence (c) - - - cmdSentence - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 11 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 248 - - - 85, 30 - - - 42 - - - sat - - - cmdSat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 12 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 248 - - - 85, 30 - - - 41 - - - religion (f) - - - cmdReligion - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 13 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 248 - - - 85, 30 - - - 40 - - - race (f) - - - cmdRace - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 14 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 219 - - - 85, 30 - - - 39 - - - political (f) - - - cmdPolitical - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 15 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 219 - - - 85, 30 - - - 38 - - - normal - - - cmdNormal - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 16 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 219 - - - 85, 30 - - - 37 - - - name (c) - - - cmdName - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 17 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 219 - - - 85, 30 - - - 36 - - - month (f) - - - cmdWakefield_Month - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 18 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 219 - - - 85, 30 - - - 35 - - - military (f) - - - cmdMilitary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 19 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 189 - - - 85, 30 - - - 34 - - - marital (f) - - - cmdMarital - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 20 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 189 - - - 85, 30 - - - 33 - - - lorem_ipsum (c) - - - cmdLorem_ipsum - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 21 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 189 - - - 85, 30 - - - 32 - - - likert (o.f) - - - cmdLikert - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 22 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 189 - - - 85, 30 - - - 31 - - - gpa - - - cmdGpa - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 23 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 189 - - - 85, 30 - - - 30 - - - ela - - - cmdEla - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 24 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 160 - - - 85, 30 - - - 29 - - - math - - - cmdMath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 25 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 160 - - - 85, 30 - - - 28 - - - level - - - cmdLevel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 26 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 160 - - - 85, 30 - - - 27 - - - language (f) - - - cmdLanguage - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 27 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 160 - - - 85, 30 - - - 26 - - - iq - - - cmdIq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 28 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 160 - - - 85, 30 - - - 25 - - - browser (f) - - - cmdInternet_Browser - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 29 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 102 - - - 85, 30 - - - 19 - - - grade_level (f) - - - cmdGrade_Level - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 30 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 102 - - - 85, 30 - - - 18 - - - eye (f) - - - cmdEye - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 31 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 102 - - - 85, 30 - - - 17 - - - employment (f) - - - cmdEmployment - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 32 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 102 - - - 85, 30 - - - 16 - - - education (f) - - - cmdEducation - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 33 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 102 - - - 85, 30 - - - 15 - - - dummy - - - cmdDummy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 34 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 72 - - - 85, 30 - - - 14 - - - dob (D) - - - cmdDob - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 35 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 72 - - - 85, 30 - - - 13 - - - dna (f) - - - cmdDna - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 36 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 72 - - - 85, 30 - - - 12 - - - dice - - - cmdDice - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 37 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 72 - - - 85, 30 - - - 11 - - - died (L) - - - cmdDied - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 38 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 72 - - - 85, 30 - - - 10 - - - death (L) - - - cmdDeath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 39 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 43 - - - 85, 30 - - - 9 - - - date_stamp - - - cmdDate_Stamp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 40 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 43 - - - 85, 30 - - - 8 - - - primary (f) - - - cmdPrimary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 41 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 43 - - - 85, 30 - - - 7 - - - color (f) - - - cmdColor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 42 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 43 - - - 85, 30 - - - 6 - - - coin (f) - - - cmdCoin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 43 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 43 - - - 85, 30 - - - 5 - - - children - - - cmdChildren - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 44 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 14 - - - 85, 30 - - - 4 - - - car (f) - - - cmdCar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 45 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 14 - - - 85, 30 - - - 3 - - - answer (f) - - - cmdAnswer - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 46 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 14 - - - 85, 30 - - - 2 - - - pet (f) - - - cmdPet - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 47 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 14 - - - 85, 30 - - - 1 - - - animal (f) - - - cmdAnimal - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 48 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 14 - - - 85, 30 - - - 0 - - - age - - - cmdAge - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 49 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 341, 131 - - - 85, 30 - - - 24 - - - income - - - cmdIncome - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 50 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 257, 131 - - - 85, 30 - - - 23 - - - height - - - cmdHeight - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 51 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 173, 131 - - - 85, 30 - - - 22 - - - hair (f) - - - cmdHair - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 52 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 89, 131 - - - 85, 30 - - - 21 - - - group (f) - - - cmdGroup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 53 - - - Microsoft Sans Serif, 6.25pt - - - NoControl - - - 5, 131 - - - 85, 30 - - - 20 - - - grade - - - cmdGrade - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpWakefield - - - 54 - - - 431, 61 - - - 435, 346 - - - 191 - - - Wakefield - - - grpWakefield - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 782, 39 - - - 75, 23 - - - 183 - - - R Help - - - cmdWakefieldHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - NoControl - - - 179, 136 - - - 75, 23 - - - 183 - - - R Help - - - cmdMathsHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 0 - - - NoControl - - - 102, 130 - - - 51, 30 - - - 151 - - - atan2 - - - cmdAtan2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 1 - - - NoControl - - - 52, 130 - - - 51, 30 - - - 149 - - - logistic - - - cmdLogistic - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 2 - - - NoControl - - - 2, 130 - - - 51, 30 - - - 148 - - - logit - - - cmdLogit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 3 - - - NoControl - - - 203, 101 - - - 2, 3, 2, 3 - - - 51, 30 - - - 147 - - - sign - - - cmdSign - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 4 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 153, 101 - - - 2, 3, 2, 3 - - - 51, 30 - - - 146 - - - round - - - cmdRound - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 5 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 103, 101 - - - 2, 3, 2, 3 - - - 51, 30 - - - 145 - - - siginf - - - cmdSiginf - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 6 - - - NoControl - - - 52, 101 - - - 2, 3, 2, 3 - - - 51, 30 - - - 144 - - - abs - - - cmdAbs - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 7 - - - NoControl - - - 2, 101 - - - 2, 3, 2, 3 - - - 51, 30 - - - 143 - - - exp - - - cmdExp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 8 - - - NoControl - - - 203, 72 - - - 2, 3, 2, 3 - - - 51, 30 - - - 142 - - - deg - - - cmdDeg - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 153, 72 - - - 2, 3, 2, 3 - - - 51, 30 - - - 141 - - - trunc - - - cmdTrunc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 10 - - - NoControl - - - 103, 72 - - - 2, 3, 2, 3 - - - 51, 30 - - - 140 - - - atan - - - cmdAtan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 11 - - - NoControl - - - 52, 72 - - - 2, 3, 2, 3 - - - 51, 30 - - - 139 - - - tan - - - cmdTan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 12 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 72 - - - 2, 3, 2, 3 - - - 51, 30 - - - 138 - - - log10 - - - cmdLogTen - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 13 - - - NoControl - - - 203, 43 - - - 2, 3, 2, 3 - - - 51, 30 - - - 137 - - - rad - - - cmdRad - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 14 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 153, 43 - - - 2, 3, 2, 3 - - - 51, 30 - - - 136 - - - floor - - - cmdFloor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 15 - - - NoControl - - - 103, 43 - - - 2, 3, 2, 3 - - - 51, 30 - - - 135 - - - asin - - - cmdAsin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 16 - - - NoControl - - - 52, 43 - - - 2, 3, 2, 3 - - - 51, 30 - - - 134 - - - sin - - - cmdSin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 17 - - - NoControl - - - 2, 43 - - - 2, 3, 2, 3 - - - 51, 30 - - - 133 - - - log - - - cmdLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 18 - - - NoControl - - - 203, 14 - - - 2, 3, 2, 3 - - - 51, 30 - - - 132 - - - pi - - - cmdPi - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 19 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 153, 14 - - - 2, 3, 2, 3 - - - 51, 30 - - - 131 - - - ceiling - - - cmdCeiling - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 20 - - - NoControl - - - 103, 14 - - - 2, 3, 2, 3 - - - 51, 30 - - - 130 - - - acos - - - cmdAcos - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 21 - - - NoControl - - - 52, 14 - - - 2, 3, 2, 3 - - - 51, 30 - - - 129 - - - cos - - - cmdCos - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 22 - - - NoControl - - - 2, 14 - - - 2, 3, 2, 3 - - - 51, 30 - - - 128 - - - sqrt - - - cmdSqrt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaths - - - 23 - - - 431, 61 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 256, 164 - - - 184 - - - Maths - - - grpMaths - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 210, 165 - - - 75, 23 - - - 183 - - - R Help - - - cmdSummaryHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 0 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 229, 100 - - - 2, 3, 2, 3 - - - 56, 30 - - - 182 - - - kurtosis - - - cmdKurtosis - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 1 - - - NoControl - - - 229, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 180 - - - mode1 - - - cmdMode1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 2 - - - NoControl - - - 174, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 179 - - - mode - - - cmdMode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 3 - - - NoControl - - - 119, 129 - - - 2, 3, 2, 3 - - - 56, 30 - - - 178 - - - first - - - cmdFirst - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 4 - - - NoControl - - - 174, 129 - - - 2, 3, 2, 3 - - - 56, 30 - - - 177 - - - last - - - cmdLast - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 5 - - - NoControl - - - 229, 129 - - - 2, 3, 2, 3 - - - 56, 30 - - - 176 - - - nth - - - cmdnth - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 6 - - - NoControl - - - 2, 158 - - - 2, 3, 2, 3 - - - 62, 30 - - - 175 - - - cor - - - cmdCor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 7 - - - NoControl - - - 63, 158 - - - 2, 3, 2, 3 - - - 56, 30 - - - 174 - - - cov - - - cmdCov - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 174, 71 - - - 2, 3, 2, 3 - - - 56, 30 - - - 173 - - - mad - - - cmdMad - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 119, 100 - - - 2, 3, 2, 3 - - - 56, 30 - - - 172 - - - mc - - - cmdMc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 10 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 64, 129 - - - 2, 3, 2, 3 - - - 56, 30 - - - 171 - - - propn - - - cmdPropn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 11 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 64, 100 - - - 2, 3, 2, 3 - - - 56, 30 - - - 170 - - - cv - - - cmdCv - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 12 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 174, 100 - - - 2, 3, 2, 3 - - - 56, 30 - - - 169 - - - skew - - - cmdSkew - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 13 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 129 - - - 2, 3, 2, 3 - - - 63, 30 - - - 168 - - - anyDup - - - cmdAnyDup - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 14 - - - NoControl - - - 2, 100 - - - 2, 3, 2, 3 - - - 63, 30 - - - 167 - - - distinct - - - cmdDistinct - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 15 - - - NoControl - - - 2, 71 - - - 2, 3, 2, 3 - - - 63, 30 - - - 166 - - - non miss - - - cmdNonMiss - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 16 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 229, 71 - - - 2, 3, 2, 3 - - - 56, 30 - - - 165 - - - IQR - - - cmdIQR - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 17 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 118, 158 - - - 2, 3, 2, 3 - - - 56, 30 - - - 164 - - - quantile - - - cmdQuantile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 18 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 229, 13 - - - 2, 3, 2, 3 - - - 56, 30 - - - 163 - - - range - - - cmdRange - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 19 - - - NoControl - - - 119, 71 - - - 2, 3, 2, 3 - - - 56, 30 - - - 160 - - - sd - - - cmdSd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 20 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 119, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 158 - - - median - - - cmdMedian - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 21 - - - NoControl - - - 119, 13 - - - 2, 3, 2, 3 - - - 56, 30 - - - 155 - - - min - - - cmdMin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 22 - - - NoControl - - - 174, 13 - - - 2, 3, 2, 3 - - - 56, 30 - - - 154 - - - max - - - cmdMax - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 23 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 64, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 153 - - - mean - - - cmdMean - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 24 - - - NoControl - - - 2, 42 - - - 2, 3, 2, 3 - - - 63, 30 - - - 149 - - - miss - - - cmdMiss - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 25 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 13 - - - 2, 3, 2, 3 - - - 63, 30 - - - 148 - - - length - - - cmdLength - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 26 - - - NoControl - - - 64, 13 - - - 2, 3, 2, 3 - - - 56, 30 - - - 150 - - - sum - - - cmdSum - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 27 - - - NoControl - - - 64, 71 - - - 2, 3, 2, 3 - - - 56, 30 - - - 159 - - - var - - - cmdVar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummary - - - 28 - - - 431, 61 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 288, 191 - - - 185 - - - Summary - - - grpSummary - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - NoControl - - - 172, 189 - - - 75, 23 - - - 200 - - - R Help(zoo) - - - cmdHelpZoo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 0 - - - NoControl - - - 98, 189 - - - 75, 23 - - - 199 - - - R Help - - - cmdHelpDplyr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 1 - - - NoControl - - - 2, 15 - - - 62, 30 - - - 198 - - - sort - - - cmdSortF - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 2 - - - NoControl - - - 185, 160 - - - 62, 30 - - - 197 - - - nasplin - - - cmdNasplin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 3 - - - NoControl - - - 124, 160 - - - 62, 30 - - - 196 - - - naapprox - - - cmdNaapprox - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 4 - - - NoControl - - - 63, 160 - - - 62, 30 - - - 195 - - - naest - - - cmdNaest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 5 - - - NoControl - - - 2, 160 - - - 62, 30 - - - 194 - - - nafill - - - cmdNafill - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 6 - - - NoControl - - - 2, 102 - - - 62, 30 - - - 193 - - - movmin - - - cmdMovmin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 7 - - - NoControl - - - 2, 131 - - - 62, 30 - - - 192 - - - r_rank - - - cmdRowRank - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 8 - - - NoControl - - - 63, 102 - - - 62, 30 - - - 191 - - - diff - - - cmdDiff - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 9 - - - NoControl - - - 185, 102 - - - 62, 30 - - - 190 - - - cumdist - - - cmdCumdist - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 10 - - - NoControl - - - 124, 73 - - - 62, 30 - - - 189 - - - movmean - - - cmdmovemean - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 11 - - - NoControl - - - 124, 44 - - - 62, 30 - - - 188 - - - cummean - - - cmdCumMean - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 12 - - - NoControl - - - 124, 102 - - - 62, 30 - - - 187 - - - ntile - - - cmdNtile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 13 - - - NoControl - - - 185, 73 - - - 62, 30 - - - 186 - - - movmed - - - cmMovMed - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 14 - - - NoControl - - - 185, 131 - - - 62, 30 - - - 185 - - - m_rank - - - cmdMRank - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 15 - - - NoControl - - - 124, 131 - - - 62, 30 - - - 184 - - - d_rank - - - cmdDRank - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 16 - - - NoControl - - - 2, 73 - - - 62, 30 - - - 183 - - - movmax - - - cmdMovMax - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 17 - - - NoControl - - - 63, 73 - - - 62, 30 - - - 182 - - - movsum - - - cmdMovSum - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 18 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 181 - - - % rank - - - cmdpercentrank - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 19 - - - NoControl - - - 63, 44 - - - 62, 30 - - - 180 - - - cumsum - - - cmdcumsum - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 20 - - - NoControl - - - 185, 44 - - - 62, 30 - - - 179 - - - cummin - - - cmdcummin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 21 - - - NoControl - - - 2, 44 - - - 62, 30 - - - 178 - - - cummax - - - cmdcummax - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 22 - - - NoControl - - - 192, 15 - - - 55, 30 - - - 177 - - - pmin - - - cmdPMin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 23 - - - NoControl - - - 149, 15 - - - 44, 30 - - - 176 - - - pmax - - - cmdpmax - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 24 - - - NoControl - - - 106, 15 - - - 44, 30 - - - 175 - - - lead - - - cmdLead - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 25 - - - NoControl - - - 63, 15 - - - 44, 30 - - - 174 - - - lag - - - cmdLag - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 26 - - - 431, 61 - - - 251, 218 - - - 189 - - - Transform - - - grpTransform - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 233, 189 - - - 75, 23 - - - 198 - - - R Help - - - cmdProbRHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 0 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 102 - - - 2, 3, 2, 3 - - - 62, 30 - - - 176 - - - qnbin - - - cmdQnbin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 1 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 102 - - - 2, 3, 2, 3 - - - 62, 30 - - - 175 - - - qpois - - - cmdQpois - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 2 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 102 - - - 2, 3, 2, 3 - - - 62, 30 - - - 174 - - - qbinom - - - cmdQbinom - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 3 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 102 - - - 2, 3, 2, 3 - - - 62, 30 - - - 173 - - - qbirth - - - cmdQbirth - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 4 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 102 - - - 2, 3, 2, 3 - - - 62, 30 - - - 172 - - - qbeta - - - cmdQbeta - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 5 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 73 - - - 2, 3, 2, 3 - - - 62, 30 - - - 171 - - - pnbin - - - cmdPnbin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 6 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 73 - - - 2, 3, 2, 3 - - - 62, 30 - - - 170 - - - ppois - - - cmdPpois - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 7 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 73 - - - 2, 3, 2, 3 - - - 62, 30 - - - 169 - - - pbinom - - - cmdPbinom - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 73 - - - 2, 3, 2, 3 - - - 62, 30 - - - 168 - - - pbirth - - - cmdPbirth - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 73 - - - 2, 3, 2, 3 - - - 62, 30 - - - 167 - - - pbeta - - - cmdPbeta - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 10 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 44 - - - 2, 3, 2, 3 - - - 62, 30 - - - 166 - - - qgamma - - - cmdQgamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 11 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 15 - - - 2, 3, 2, 3 - - - 62, 30 - - - 165 - - - pgamma - - - cmdPgamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 12 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 163 - - - gamma - - - cmdGamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 13 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 160 - - - 2, 3, 2, 3 - - - 62, 30 - - - 159 - - - lbeta - - - cmdLbeta - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 14 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 44 - - - 2, 3, 2, 3 - - - 62, 30 - - - 162 - - - qf - - - cmdqF - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 15 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 154 - - - fact - - - cmdFact - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 16 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 161 - - - choose - - - cmdChoose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 17 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 15 - - - 2, 3, 2, 3 - - - 62, 30 - - - 156 - - - pf - - - cmdPf - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 18 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 15 - - - 2, 3, 2, 3 - - - 62, 30 - - - 155 - - - pchisq - - - cmdPChisq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 19 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 185, 160 - - - 2, 3, 2, 3 - - - 62, 30 - - - 152 - - - lgamma - - - cmdLgamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 20 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 15 - - - 2, 3, 2, 3 - - - 62, 30 - - - 148 - - - pnorm - - - cmdPnorm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 21 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 44 - - - 2, 3, 2, 3 - - - 62, 30 - - - 160 - - - qchisq - - - cmdQchisq - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 22 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 44 - - - 2, 3, 2, 3 - - - 62, 30 - - - 158 - - - qt - - - cmdQt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 23 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 44 - - - 2, 3, 2, 3 - - - 62, 30 - - - 157 - - - qnorm - - - cmdQnorm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 24 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 15 - - - 2, 3, 2, 3 - - - 62, 30 - - - 153 - - - pt - - - cmdPt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 25 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 63, 160 - - - 2, 3, 2, 3 - - - 62, 30 - - - 151 - - - lchoose - - - cmdLchoose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 26 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 160 - - - 2, 3, 2, 3 - - - 62, 30 - - - 150 - - - lfact - - - cmdLfact - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 27 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 160 - - - 2, 3, 2, 3 - - - 62, 30 - - - 149 - - - trigamma - - - cmdTrigamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 28 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 124, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 149 - - - beta - - - cmdBeta - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 29 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 131 - - - 2, 3, 2, 3 - - - 62, 30 - - - 164 - - - digamma - - - cmdDigamma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProbabilty - - - 30 - - - 431, 61 - - - 316, 215 - - - 187 - - - Probability - - - grpProbabilty - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - NoControl - - - 173, 187 - - - 75, 23 - - - 208 - - - R Help - - - cmdLogicalHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 0 - - - NoControl - - - 152, 42 - - - 52, 30 - - - 207 - - - FALSE - - - cmdFalse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 1 - - - NoControl - - - 152, 13 - - - 52, 30 - - - 206 - - - TRUE - - - cmdTrue - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 2 - - - NoControl - - - 118, 71 - - - 2, 2, 2, 2 - - - 50, 30 - - - 205 - - - [[ ]] - - - cmdDoubleSqrBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 3 - - - NoControl - - - 78, 100 - - - 2, 3, 2, 3 - - - 45, 30 - - - 204 - - - %in% - - - cmdIn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 4 - - - NoControl - - - 196, 100 - - - 52, 30 - - - 203 - - - which - - - cmdWhich - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 5 - - - NoControl - - - 159, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 202 - - - NA - - - cmdNA - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 6 - - - NoControl - - - 186, 158 - - - 62, 30 - - - 201 - - - near - - - cmdNear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 7 - - - NoControl - - - 186, 129 - - - 62, 30 - - - 200 - - - between - - - cmdBetween - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 8 - - - NoControl - - - 4, 158 - - - 62, 30 - - - 195 - - - is.na - - - cmdIsNa - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 9 - - - NoControl - - - 65, 158 - - - 58, 30 - - - 194 - - - !is.na - - - cmdNotIsNa - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 10 - - - NoControl - - - 122, 158 - - - 65, 30 - - - 193 - - - duplicated - - - cmdDuplicate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 11 - - - NoControl - - - 4, 129 - - - 62, 30 - - - 192 - - - ifelse - - - cmdIfelse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 12 - - - NoControl - - - 65, 129 - - - 58, 30 - - - 191 - - - match - - - cmdmatch - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 13 - - - NoControl - - - 122, 129 - - - 65, 30 - - - 190 - - - when - - - cmdwhen - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 14 - - - NoControl - - - 167, 71 - - - 2, 3, 2, 3 - - - 40, 30 - - - 139 - - - ( - - - cmdOpeningBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 15 - - - Microsoft Sans Serif, 15.75pt - - - NoControl - - - 41, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 139 - - - : - - - cmdColon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 16 - - - NoControl - - - 115, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 138 - - - >= - - - cmdGreaterOrEqualsTo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 17 - - - NoControl - - - 206, 71 - - - 2, 3, 2, 3 - - - 42, 30 - - - 137 - - - ) - - - cmdClossingBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 18 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 115, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 137 - - - && - - - cmdAnd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 19 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 122, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 135 - - - " " - - - cmdQuotes - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 20 - - - NoControl - - - 78, 71 - - - 2, 2, 2, 2 - - - 42, 30 - - - 134 - - - [ ] - - - cmdSquareBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 21 - - - NoControl - - - 41, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 135 - - - %/% - - - cmdIntegerDivision - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 22 - - - NoControl - - - 4, 100 - - - 2, 2, 2, 2 - - - 38, 30 - - - 134 - - - %% - - - cmdModulas - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 23 - - - NoControl - - - 78, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 133 - - - > - - - cmdGreater - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 24 - - - NoControl - - - 41, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 132 - - - <= - - - cmdLesserOrEqualsTo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 25 - - - NoControl - - - 4, 13 - - - 2, 2, 2, 2 - - - 38, 30 - - - 131 - - - < - - - cmdLesser - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 26 - - - NoControl - - - 78, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 130 - - - | - - - cmdOr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 27 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 4, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 129 - - - ! - - - cmdNot - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 28 - - - NoControl - - - 41, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 128 - - - != - - - cmdNotEqualsTo - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 29 - - - NoControl - - - 4, 42 - - - 2, 2, 2, 2 - - - 38, 30 - - - 127 - - - == - - - cmdEquivalent - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLogical - - - 30 - - - 431, 61 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 253, 213 - - - 183 - - - Logical and Symbols - - - grpLogical - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 120, 73 - - - 60, 30 - - - 164 - - - ends - - - cmdEnds - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 0 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 246, 131 - - - 2, 3, 2, 3 - - - 52, 30 - - - 163 - - - trunc - - - cmdTrunck - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 1 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 61, 102 - - - 2, 3, 2, 3 - - - 60, 30 - - - 162 - - - length - - - cmdLenth - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 2 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 102 - - - 2, 3, 2, 3 - - - 60, 30 - - - 161 - - - glue - - - cmdGlue - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 3 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 204, 131 - - - 2, 3, 2, 3 - - - 43, 30 - - - 160 - - - starts - - - cmdStarts - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 4 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 111, 131 - - - 2, 3, 2, 3 - - - 60, 30 - - - 159 - - - replace2 - - - cmdReplace2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 5 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 61, 131 - - - 2, 3, 2, 3 - - - 51, 30 - - - 158 - - - replace - - - cmdReplace - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 6 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 131 - - - 2, 3, 2, 3 - - - 60, 30 - - - 157 - - - remove2 - - - cmdRemove2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 7 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 238, 102 - - - 2, 3, 2, 3 - - - 60, 30 - - - 156 - - - remove - - - cmdRemove1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 179, 102 - - - 2, 3, 2, 3 - - - 60, 30 - - - 155 - - - locate2 - - - cmdLocate2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 238, 73 - - - 2, 3, 2, 3 - - - 60, 30 - - - 154 - - - extract2 - - - cmdExtract2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 10 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 238, 44 - - - 2, 3, 2, 3 - - - 60, 30 - - - 151 - - - encode - - - cmdEncodeb - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 11 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 238, 15 - - - 2, 3, 2, 3 - - - 60, 30 - - - 150 - - - squish - - - cmdSquishb - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 12 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 170, 131 - - - 2, 3, 2, 3 - - - 35, 30 - - - 149 - - - sub - - - cmdSub - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 13 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 179, 44 - - - 2, 3, 2, 3 - - - 60, 30 - - - 148 - - - combine - - - cmdCombine - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 14 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 61, 73 - - - 2, 3, 2, 3 - - - 60, 30 - - - 147 - - - detect - - - cmdDetect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 15 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 179, 15 - - - 2, 3, 2, 3 - - - 60, 30 - - - 146 - - - trim - - - cmdTrim - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 16 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 120, 15 - - - 2, 3, 2, 3 - - - 60, 30 - - - 142 - - - title - - - cmdTitle - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 17 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 61, 15 - - - 2, 3, 2, 3 - - - 60, 30 - - - 141 - - - lower - - - cmdLower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 18 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 15 - - - 2, 3, 2, 3 - - - 60, 30 - - - 140 - - - upper - - - cmdUpper - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 19 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 120, 44 - - - 2, 3, 2, 3 - - - 60, 30 - - - 139 - - - sort - - - cmdSort - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 20 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 61, 44 - - - 2, 3, 2, 3 - - - 60, 30 - - - 138 - - - order - - - cmdOrder - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 21 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 44 - - - 2, 3, 2, 3 - - - 60, 30 - - - 137 - - - pad - - - cmdPad - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 22 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 179, 73 - - - 2, 3, 2, 3 - - - 60, 30 - - - 136 - - - extract - - - cmdExtract - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 23 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 2, 73 - - - 2, 3, 2, 3 - - - 60, 30 - - - 134 - - - count - - - cmdCountstrings - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 24 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 120, 102 - - - 2, 3, 2, 3 - - - 60, 30 - - - 133 - - - locate - - - cmdLocate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTestString - - - 25 - - - Microsoft Sans Serif, 8.25pt - - - 434, 63 - - - 303, 164 - - - 186 - - - Text/Strings (Character Columns) - - - grpTestString - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - 17, 17 - - NoControl - - - 165, 142 - - - 75, 23 - - - 183 - - - R Help - - - cmdCircularHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 0 - - - NoControl - - - 2, 18 - - - 2, 2, 2, 2 - - - 60, 32 - - - 15 - - - circular - - - cmdCircular - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 1 - - - NoControl - - - 120, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 13 - - - quantile - - - cmdCircQuantile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 2 - - - NoControl - - - 179, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 10 - - - max - - - cmdCircMax - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 3 - - - NoControl - - - 2, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 8 - - - A1 - - - cmdA1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 4 - - - NoControl - - - 61, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 6 - - - ang.var - - - cmdAngVar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 5 - - - NoControl - - - 179, 80 - - - 2, 2, 2, 2 - - - 60, 32 - - - 14 - - - rho - - - cmdCircRho - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 6 - - - NoControl - - - 120, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 12 - - - q3 - - - cmdCircQ3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 7 - - - NoControl - - - 61, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 11 - - - q1 - - - cmdCircQ1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 8 - - - NoControl - - - 2, 111 - - - 2, 2, 2, 2 - - - 60, 32 - - - 9 - - - min - - - cmdCircMin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 9 - - - NoControl - - - 120, 49 - - - 2, 2, 2, 2 - - - 60, 32 - - - 7 - - - ang.dev - - - cmdAngDev - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 10 - - - NoControl - - - 179, 49 - - - 2, 2, 2, 2 - - - 60, 32 - - - 5 - - - var - - - cmdCircVar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 11 - - - NoControl - - - 61, 49 - - - 2, 2, 2, 2 - - - 60, 32 - - - 4 - - - sd - - - cmdCircSd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 12 - - - NoControl - - - 2, 49 - - - 2, 2, 2, 2 - - - 60, 32 - - - 3 - - - range - - - cmdCircRange - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 13 - - - NoControl - - - 179, 18 - - - 2, 2, 2, 2 - - - 60, 32 - - - 2 - - - medianHL - - - cmdMedianHL - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 14 - - - NoControl - - - 120, 18 - - - 2, 2, 2, 2 - - - 60, 32 - - - 1 - - - median - - - cmdCircMedian - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 15 - - - NoControl - - - 61, 18 - - - 2, 2, 2, 2 - - - 60, 32 - - - 0 - - - mean - - - cmdCircMean - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCircular - - - 16 - - - 431, 61 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 242, 168 - - - 192 - - - Circular - - - grpCircular - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - NoControl - - - 188, 13 - - - 2, 2, 2, 2 - - - 63, 30 - - - 3 - - - regex - - - cmdRegex - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpModifier - - - 0 - - - NoControl - - - 126, 13 - - - 2, 2, 2, 2 - - - 63, 30 - - - 2 - - - fixed - - - cmdFixed - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpModifier - - - 1 - - - NoControl - - - 64, 13 - - - 2, 2, 2, 2 - - - 63, 30 - - - 1 - - - collate - - - cmdCollate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpModifier - - - 2 - - - NoControl - - - 2, 13 - - - 2, 2, 2, 2 - - - 63, 30 - - - 0 - - - boundary - - - cmdBoundary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpModifier - - - 3 - - - 434, 229 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 256, 53 - - - 192 - - - Modifier - - - grpModifier - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 127, 46 - - - 2, 2, 2, 2 - - - 63, 30 - - - 16 - - - | or - - - cmdOr3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 0 - - - NoControl - - - 189, 75 - - - 2, 2, 2, 2 - - - 63, 30 - - - 14 - - - \\ escape - - - cmdEscape - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 1 - - - NoControl - - - 251, 75 - - - 2, 2, 2, 2 - - - 63, 30 - - - 15 - - - - to - - - cmdPlusZero - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 2 - - - NoControl - - - 127, 75 - - - 2, 2, 2, 2 - - - 63, 30 - - - 13 - - - * 0+ - - - cmdZero - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 3 - - - NoControl - - - 64, 75 - - - 2, 2, 2, 2 - - - 63, 30 - - - 12 - - - + 1+ - - - cmdPlusOne - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 4 - - - NoControl - - - 2, 75 - - - 2, 2, 2, 2 - - - 63, 30 - - - 11 - - - ? 0 or 1 - - - cmdZeroOrOne - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 5 - - - NoControl - - - 251, 46 - - - 2, 2, 2, 2 - - - 63, 30 - - - 10 - - - { m,n } - - - cmdNumbers - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 6 - - - NoControl - - - 64, 46 - - - 2, 2, 2, 2 - - - 63, 30 - - - 8 - - - [^ ] not - - - cmdNot1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 7 - - - NoControl - - - 189, 46 - - - 2, 2, 2, 2 - - - 63, 30 - - - 9 - - - { n} - - - cmdOr2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 8 - - - NoControl - - - 2, 46 - - - 2, 2, 2, 2 - - - 63, 30 - - - 7 - - - [ ] or - - - cmdOr1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 9 - - - NoControl - - - 251, 16 - - - 2, 2, 2, 2 - - - 63, 30 - - - 6 - - - \\s space - - - cmdSpace - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 10 - - - NoControl - - - 189, 16 - - - 2, 2, 2, 2 - - - 63, 30 - - - 5 - - - \\d digit - - - cmdDigit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 11 - - - NoControl - - - 127, 16 - - - 2, 2, 2, 2 - - - 63, 30 - - - 4 - - - $ end - - - cmdEnd1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 12 - - - NoControl - - - 64, 16 - - - 2, 2, 2, 2 - - - 63, 30 - - - 3 - - - ^ begin - - - cmdbegin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 13 - - - NoControl - - - 2, 16 - - - 2, 2, 2, 2 - - - 63, 30 - - - 2 - - - . any - - - cmdAny1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSymbols - - - 14 - - - 433, 284 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 316, 112 - - - 193 - - - Symbols - - - grpSymbols - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - NoControl - - - 656, 41 - - - 75, 23 - - - 197 - - - R Help - - - cmdStringRHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 11, 311 - - - 4, 5, 4, 5 - - - 327, 22 - - - 196 - - - ucrSaveResultInto - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 1, 256 - - - 4, 4, 4, 4 - - - 396, 33 - - - 194 - - - ucrTryCalculator - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 226, 41 - - - 2, 3, 2, 3 - - - 137, 22 - - - 180 - - - ucrInputCalOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 0, 64 - - - 0, 0, 0, 0 - - - 210, 181 - - - 173 - - - ucrSelectorForCalculations - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 70, 6 - - - 2, 3, 2, 3 - - - 391, 29 - - - 120 - - - ucrReceiverForCalculation - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - True - 25 - - 6, 13 - - - True - - - 878, 457 - - - ttCalculator - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrCalculator - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrCheck.Designer.vb b/instat/ucrCheck.Designer.vb index 2cdad0be93d..d5939f83cdd 100644 --- a/instat/ucrCheck.Designer.vb +++ b/instat/ucrCheck.Designer.vb @@ -38,22 +38,28 @@ Partial Class ucrCheck 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrCheck)) Me.chkCheck = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' 'chkCheck ' - resources.ApplyResources(Me.chkCheck, "chkCheck") + Me.chkCheck.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.chkCheck.CheckAlign = System.Drawing.ContentAlignment.TopLeft + Me.chkCheck.Location = New System.Drawing.Point(0, 0) Me.chkCheck.Name = "chkCheck" + Me.chkCheck.Size = New System.Drawing.Size(100, 20) + Me.chkCheck.TabIndex = 0 + Me.chkCheck.Text = "CheckBox1" Me.chkCheck.UseVisualStyleBackColor = True ' 'ucrCheck ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.chkCheck) Me.Name = "ucrCheck" + Me.Size = New System.Drawing.Size(100, 23) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrCheck.resx b/instat/ucrCheck.resx index 558071d8090..1af7de150c9 100644 --- a/instat/ucrCheck.resx +++ b/instat/ucrCheck.resx @@ -117,55 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - TopLeft - - - 0, 0 - - - 100, 20 - - - - 0 - - - CheckBox1 - - - chkCheck - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 100, 23 - - - ucrCheck - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrColors.Designer.vb b/instat/ucrColors.Designer.vb index 6f94ea1d38b..641786e6151 100644 --- a/instat/ucrColors.Designer.vb +++ b/instat/ucrColors.Designer.vb @@ -35,12 +35,12 @@ Partial Class ucrColors 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrColors)) Me.SuspendLayout() ' 'ucrColors ' - resources.ApplyResources(Me, "$this") + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Name = "ucrColors" Me.ResumeLayout(False) diff --git a/instat/ucrColors.resx b/instat/ucrColors.resx index 43c0683a61f..29dcb1b3a35 100644 --- a/instat/ucrColors.resx +++ b/instat/ucrColors.resx @@ -117,17 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - ucrColors - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrColumnMetadata.Designer.vb b/instat/ucrColumnMetadata.Designer.vb index 49eb0f8a72c..d6a9c9f0afc 100644 --- a/instat/ucrColumnMetadata.Designer.vb +++ b/instat/ucrColumnMetadata.Designer.vb @@ -350,8 +350,8 @@ Partial Class ucrColumnMetadata ' 'ucrColumnMetadata ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.BackColor = System.Drawing.SystemColors.Control Me.Controls.Add(Me.tlpTableContainer) diff --git a/instat/ucrContinuousVerification.Designer.vb b/instat/ucrContinuousVerification.Designer.vb index c4e38bddc7f..0d1b833d8a5 100644 --- a/instat/ucrContinuousVerification.Designer.vb +++ b/instat/ucrContinuousVerification.Designer.vb @@ -63,6 +63,7 @@ Partial Class ucrContinuousVerification 'ucrInputJmia ' Me.ucrInputJmia.AddQuotesIfUnrecognised = True + Me.ucrInputJmia.AutoSize = True Me.ucrInputJmia.IsMultiline = False Me.ucrInputJmia.IsReadOnly = False Me.ucrInputJmia.Location = New System.Drawing.Point(442, 172) @@ -72,146 +73,162 @@ Partial Class ucrContinuousVerification ' 'ucrChkRelativeIndexOfAgreement ' + Me.ucrChkRelativeIndexOfAgreement.AutoSize = True Me.ucrChkRelativeIndexOfAgreement.Checked = False Me.ucrChkRelativeIndexOfAgreement.Location = New System.Drawing.Point(183, 146) Me.ucrChkRelativeIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRelativeIndexOfAgreement.Name = "ucrChkRelativeIndexOfAgreement" - Me.ucrChkRelativeIndexOfAgreement.Size = New System.Drawing.Size(191, 20) + Me.ucrChkRelativeIndexOfAgreement.Size = New System.Drawing.Size(191, 23) Me.ucrChkRelativeIndexOfAgreement.TabIndex = 13 ' 'ucrChkRatioOfStandardDeviation ' + Me.ucrChkRatioOfStandardDeviation.AutoSize = True Me.ucrChkRatioOfStandardDeviation.Checked = False Me.ucrChkRatioOfStandardDeviation.Location = New System.Drawing.Point(14, 168) Me.ucrChkRatioOfStandardDeviation.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRatioOfStandardDeviation.Name = "ucrChkRatioOfStandardDeviation" - Me.ucrChkRatioOfStandardDeviation.Size = New System.Drawing.Size(159, 20) + Me.ucrChkRatioOfStandardDeviation.Size = New System.Drawing.Size(159, 23) Me.ucrChkRatioOfStandardDeviation.TabIndex = 7 ' 'ucrChkCoefDetermination ' + Me.ucrChkCoefDetermination.AutoSize = True Me.ucrChkCoefDetermination.Checked = False Me.ucrChkCoefDetermination.Location = New System.Drawing.Point(14, 146) Me.ucrChkCoefDetermination.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCoefDetermination.Name = "ucrChkCoefDetermination" - Me.ucrChkCoefDetermination.Size = New System.Drawing.Size(159, 20) + Me.ucrChkCoefDetermination.Size = New System.Drawing.Size(159, 23) Me.ucrChkCoefDetermination.TabIndex = 15 ' 'ucrChkRatioOfRootMeanSquaredError ' + Me.ucrChkRatioOfRootMeanSquaredError.AutoSize = True Me.ucrChkRatioOfRootMeanSquaredError.Checked = False Me.ucrChkRatioOfRootMeanSquaredError.Location = New System.Drawing.Point(376, 36) Me.ucrChkRatioOfRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRatioOfRootMeanSquaredError.Name = "ucrChkRatioOfRootMeanSquaredError" - Me.ucrChkRatioOfRootMeanSquaredError.Size = New System.Drawing.Size(179, 20) + Me.ucrChkRatioOfRootMeanSquaredError.Size = New System.Drawing.Size(179, 23) Me.ucrChkRatioOfRootMeanSquaredError.TabIndex = 6 ' 'ucrChkRelativeNashSutcliffeEff ' + Me.ucrChkRelativeNashSutcliffeEff.AutoSize = True Me.ucrChkRelativeNashSutcliffeEff.Checked = False Me.ucrChkRelativeNashSutcliffeEff.Location = New System.Drawing.Point(183, 80) Me.ucrChkRelativeNashSutcliffeEff.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRelativeNashSutcliffeEff.Name = "ucrChkRelativeNashSutcliffeEff" - Me.ucrChkRelativeNashSutcliffeEff.Size = New System.Drawing.Size(152, 20) + Me.ucrChkRelativeNashSutcliffeEff.Size = New System.Drawing.Size(152, 23) Me.ucrChkRelativeNashSutcliffeEff.TabIndex = 10 ' 'ucrChkModifiedIndexOfAgreement ' + Me.ucrChkModifiedIndexOfAgreement.AutoSize = True Me.ucrChkModifiedIndexOfAgreement.Checked = False Me.ucrChkModifiedIndexOfAgreement.Location = New System.Drawing.Point(183, 102) Me.ucrChkModifiedIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkModifiedIndexOfAgreement.Name = "ucrChkModifiedIndexOfAgreement" - Me.ucrChkModifiedIndexOfAgreement.Size = New System.Drawing.Size(183, 20) + Me.ucrChkModifiedIndexOfAgreement.Size = New System.Drawing.Size(183, 23) Me.ucrChkModifiedIndexOfAgreement.TabIndex = 11 ' 'ucrChkCoefPersistence ' + Me.ucrChkCoefPersistence.AutoSize = True Me.ucrChkCoefPersistence.Checked = False Me.ucrChkCoefPersistence.Location = New System.Drawing.Point(183, 168) Me.ucrChkCoefPersistence.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCoefPersistence.Name = "ucrChkCoefPersistence" - Me.ucrChkCoefPersistence.Size = New System.Drawing.Size(152, 20) + Me.ucrChkCoefPersistence.Size = New System.Drawing.Size(152, 23) Me.ucrChkCoefPersistence.TabIndex = 14 ' 'ucrChkNashSutcliffeEfficiency ' + Me.ucrChkNashSutcliffeEfficiency.AutoSize = True Me.ucrChkNashSutcliffeEfficiency.Checked = False Me.ucrChkNashSutcliffeEfficiency.Location = New System.Drawing.Point(183, 36) Me.ucrChkNashSutcliffeEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNashSutcliffeEfficiency.Name = "ucrChkNashSutcliffeEfficiency" - Me.ucrChkNashSutcliffeEfficiency.Size = New System.Drawing.Size(152, 20) + Me.ucrChkNashSutcliffeEfficiency.Size = New System.Drawing.Size(152, 23) Me.ucrChkNashSutcliffeEfficiency.TabIndex = 8 ' 'ucrChkSumOfSquaredResiduals ' + Me.ucrChkSumOfSquaredResiduals.AutoSize = True Me.ucrChkSumOfSquaredResiduals.Checked = False Me.ucrChkSumOfSquaredResiduals.Location = New System.Drawing.Point(376, 124) Me.ucrChkSumOfSquaredResiduals.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSumOfSquaredResiduals.Name = "ucrChkSumOfSquaredResiduals" - Me.ucrChkSumOfSquaredResiduals.Size = New System.Drawing.Size(188, 20) + Me.ucrChkSumOfSquaredResiduals.Size = New System.Drawing.Size(188, 23) Me.ucrChkSumOfSquaredResiduals.TabIndex = 19 ' 'ucrChkKlingGuptaEfficiency ' + Me.ucrChkKlingGuptaEfficiency.AutoSize = True Me.ucrChkKlingGuptaEfficiency.Checked = False Me.ucrChkKlingGuptaEfficiency.Location = New System.Drawing.Point(376, 58) Me.ucrChkKlingGuptaEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkKlingGuptaEfficiency.Name = "ucrChkKlingGuptaEfficiency" - Me.ucrChkKlingGuptaEfficiency.Size = New System.Drawing.Size(188, 20) + Me.ucrChkKlingGuptaEfficiency.Size = New System.Drawing.Size(188, 23) Me.ucrChkKlingGuptaEfficiency.TabIndex = 16 ' 'ucrChkVolumetricEfficiency ' + Me.ucrChkVolumetricEfficiency.AutoSize = True Me.ucrChkVolumetricEfficiency.Checked = False Me.ucrChkVolumetricEfficiency.Location = New System.Drawing.Point(376, 80) Me.ucrChkVolumetricEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkVolumetricEfficiency.Name = "ucrChkVolumetricEfficiency" - Me.ucrChkVolumetricEfficiency.Size = New System.Drawing.Size(188, 20) + Me.ucrChkVolumetricEfficiency.Size = New System.Drawing.Size(188, 23) Me.ucrChkVolumetricEfficiency.TabIndex = 17 ' 'ucrChkPercentBias ' + Me.ucrChkPercentBias.AutoSize = True Me.ucrChkPercentBias.Checked = False Me.ucrChkPercentBias.Location = New System.Drawing.Point(376, 146) Me.ucrChkPercentBias.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkPercentBias.Name = "ucrChkPercentBias" - Me.ucrChkPercentBias.Size = New System.Drawing.Size(188, 20) + Me.ucrChkPercentBias.Size = New System.Drawing.Size(188, 23) Me.ucrChkPercentBias.TabIndex = 5 ' 'ucrChkModNashSutcliffeEff ' + Me.ucrChkModNashSutcliffeEff.AutoSize = True Me.ucrChkModNashSutcliffeEff.Checked = False Me.ucrChkModNashSutcliffeEff.Location = New System.Drawing.Point(183, 58) Me.ucrChkModNashSutcliffeEff.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkModNashSutcliffeEff.Name = "ucrChkModNashSutcliffeEff" - Me.ucrChkModNashSutcliffeEff.Size = New System.Drawing.Size(152, 20) + Me.ucrChkModNashSutcliffeEff.Size = New System.Drawing.Size(152, 23) Me.ucrChkModNashSutcliffeEff.TabIndex = 9 ' 'ucrChkMeanError ' + Me.ucrChkMeanError.AutoSize = True Me.ucrChkMeanError.Checked = False Me.ucrChkMeanError.Location = New System.Drawing.Point(14, 58) Me.ucrChkMeanError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanError.Name = "ucrChkMeanError" - Me.ucrChkMeanError.Size = New System.Drawing.Size(159, 20) + Me.ucrChkMeanError.Size = New System.Drawing.Size(159, 23) Me.ucrChkMeanError.TabIndex = 1 ' 'ucrChkMeanSquaredError ' + Me.ucrChkMeanSquaredError.AutoSize = True Me.ucrChkMeanSquaredError.Checked = False Me.ucrChkMeanSquaredError.Location = New System.Drawing.Point(376, 102) Me.ucrChkMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanSquaredError.Name = "ucrChkMeanSquaredError" - Me.ucrChkMeanSquaredError.Size = New System.Drawing.Size(188, 20) + Me.ucrChkMeanSquaredError.Size = New System.Drawing.Size(188, 23) Me.ucrChkMeanSquaredError.TabIndex = 18 ' 'ucrChkRootMeanSquaredError ' + Me.ucrChkRootMeanSquaredError.AutoSize = True Me.ucrChkRootMeanSquaredError.Checked = False Me.ucrChkRootMeanSquaredError.Location = New System.Drawing.Point(14, 102) Me.ucrChkRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRootMeanSquaredError.Name = "ucrChkRootMeanSquaredError" - Me.ucrChkRootMeanSquaredError.Size = New System.Drawing.Size(159, 20) + Me.ucrChkRootMeanSquaredError.Size = New System.Drawing.Size(159, 23) Me.ucrChkRootMeanSquaredError.TabIndex = 3 ' 'cmdHelp @@ -226,53 +243,58 @@ Partial Class ucrContinuousVerification ' 'ucrChkNormRootMeanSquaredError ' + Me.ucrChkNormRootMeanSquaredError.AutoSize = True Me.ucrChkNormRootMeanSquaredError.Checked = False Me.ucrChkNormRootMeanSquaredError.Location = New System.Drawing.Point(14, 124) Me.ucrChkNormRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNormRootMeanSquaredError.Name = "ucrChkNormRootMeanSquaredError" - Me.ucrChkNormRootMeanSquaredError.Size = New System.Drawing.Size(159, 20) + Me.ucrChkNormRootMeanSquaredError.Size = New System.Drawing.Size(159, 23) Me.ucrChkNormRootMeanSquaredError.TabIndex = 4 ' 'ucrChkMeanAbsoluteError ' + Me.ucrChkMeanAbsoluteError.AutoSize = True Me.ucrChkMeanAbsoluteError.Checked = False Me.ucrChkMeanAbsoluteError.Location = New System.Drawing.Point(14, 80) Me.ucrChkMeanAbsoluteError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanAbsoluteError.Name = "ucrChkMeanAbsoluteError" - Me.ucrChkMeanAbsoluteError.Size = New System.Drawing.Size(159, 20) + Me.ucrChkMeanAbsoluteError.Size = New System.Drawing.Size(159, 23) Me.ucrChkMeanAbsoluteError.TabIndex = 2 ' 'ucrChkIndexOfAgreement ' + Me.ucrChkIndexOfAgreement.AutoSize = True Me.ucrChkIndexOfAgreement.Checked = False Me.ucrChkIndexOfAgreement.Location = New System.Drawing.Point(183, 124) Me.ucrChkIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIndexOfAgreement.Name = "ucrChkIndexOfAgreement" - Me.ucrChkIndexOfAgreement.Size = New System.Drawing.Size(152, 20) + Me.ucrChkIndexOfAgreement.Size = New System.Drawing.Size(152, 23) Me.ucrChkIndexOfAgreement.TabIndex = 12 ' 'ucrChkSelectAll ' + Me.ucrChkSelectAll.AutoSize = True Me.ucrChkSelectAll.Checked = False Me.ucrChkSelectAll.Location = New System.Drawing.Point(14, 6) Me.ucrChkSelectAll.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSelectAll.Name = "ucrChkSelectAll" - Me.ucrChkSelectAll.Size = New System.Drawing.Size(121, 20) + Me.ucrChkSelectAll.Size = New System.Drawing.Size(121, 23) Me.ucrChkSelectAll.TabIndex = 8 ' 'ucrChkCorrelations ' + Me.ucrChkCorrelations.AutoSize = True Me.ucrChkCorrelations.Checked = False Me.ucrChkCorrelations.Location = New System.Drawing.Point(14, 36) Me.ucrChkCorrelations.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCorrelations.Name = "ucrChkCorrelations" - Me.ucrChkCorrelations.Size = New System.Drawing.Size(159, 20) + Me.ucrChkCorrelations.Size = New System.Drawing.Size(159, 23) Me.ucrChkCorrelations.TabIndex = 23 ' 'ucrContinuousVerification ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.ucrChkCorrelations) Me.Controls.Add(Me.lblJmia) diff --git a/instat/ucrCore.Designer.vb b/instat/ucrCore.Designer.vb index 6c138dec150..8235b43b18b 100644 --- a/instat/ucrCore.Designer.vb +++ b/instat/ucrCore.Designer.vb @@ -38,13 +38,13 @@ Partial Class ucrCore 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrCore)) Me.SuspendLayout() ' 'ucrCore ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Name = "ucrCore" Me.ResumeLayout(False) diff --git a/instat/ucrCore.resx b/instat/ucrCore.resx index 4a0e171e392..1af7de150c9 100644 --- a/instat/ucrCore.resx +++ b/instat/ucrCore.resx @@ -117,21 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - ucrCore - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrDataFrameLength.Designer.vb b/instat/ucrDataFrameLength.Designer.vb index c7f0c2ac0a7..d32c2fb6934 100644 --- a/instat/ucrDataFrameLength.Designer.vb +++ b/instat/ucrDataFrameLength.Designer.vb @@ -38,21 +38,24 @@ Partial Class ucrDataFrameLength 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDataFrameLength)) Me.txtLength = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'txtLength ' - resources.ApplyResources(Me.txtLength, "txtLength") + Me.txtLength.Enabled = False + Me.txtLength.Location = New System.Drawing.Point(0, 0) Me.txtLength.Name = "txtLength" + Me.txtLength.Size = New System.Drawing.Size(51, 20) + Me.txtLength.TabIndex = 0 ' 'ucrDataFrameLength ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.txtLength) Me.Name = "ucrDataFrameLength" + Me.Size = New System.Drawing.Size(54, 23) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrDataFrameLength.resx b/instat/ucrDataFrameLength.resx index 40c1eda7681..1af7de150c9 100644 --- a/instat/ucrDataFrameLength.resx +++ b/instat/ucrDataFrameLength.resx @@ -117,48 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - - - - 0, 0 - - - 51, 20 - - - 0 - - - txtLength - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 54, 23 - - - ucrDataFrameLength - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrDataFrameMetadata.Designer.vb b/instat/ucrDataFrameMetadata.Designer.vb index ceedf21cacc..784030c5367 100644 --- a/instat/ucrDataFrameMetadata.Designer.vb +++ b/instat/ucrDataFrameMetadata.Designer.vb @@ -180,8 +180,8 @@ Partial Class ucrDataFrameMetadata ' 'ucrDataFrameMetadata ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.tlpTableContainer) Me.Name = "ucrDataFrameMetadata" diff --git a/instat/ucrDataSelection.Designer.vb b/instat/ucrDataSelection.Designer.vb index d5190a603fc..3675a5fd267 100644 --- a/instat/ucrDataSelection.Designer.vb +++ b/instat/ucrDataSelection.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrDataSelection 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDataSelection)) Me.btnRemove = New System.Windows.Forms.Button() Me.btnAdd = New System.Windows.Forms.Button() Me.lblSelectedVariables = New System.Windows.Forms.Label() @@ -49,51 +48,70 @@ Partial Class ucrDataSelection ' 'btnRemove ' - resources.ApplyResources(Me.btnRemove, "btnRemove") + Me.btnRemove.Location = New System.Drawing.Point(99, 76) Me.btnRemove.Name = "btnRemove" + Me.btnRemove.Size = New System.Drawing.Size(75, 23) + Me.btnRemove.TabIndex = 80 Me.btnRemove.Tag = "Remove" + Me.btnRemove.Text = "Remove " Me.btnRemove.UseVisualStyleBackColor = True ' 'btnAdd ' - resources.ApplyResources(Me.btnAdd, "btnAdd") + Me.btnAdd.Location = New System.Drawing.Point(99, 38) Me.btnAdd.Name = "btnAdd" + Me.btnAdd.Size = New System.Drawing.Size(75, 23) + Me.btnAdd.TabIndex = 79 Me.btnAdd.Tag = "Add" + Me.btnAdd.Text = "Add" Me.btnAdd.UseVisualStyleBackColor = True ' 'lblSelectedVariables ' - resources.ApplyResources(Me.lblSelectedVariables, "lblSelectedVariables") + Me.lblSelectedVariables.AutoSize = True + Me.lblSelectedVariables.Location = New System.Drawing.Point(182, 3) Me.lblSelectedVariables.Name = "lblSelectedVariables" + Me.lblSelectedVariables.Size = New System.Drawing.Size(95, 13) + Me.lblSelectedVariables.TabIndex = 78 Me.lblSelectedVariables.Tag = "Selected_Variables" + Me.lblSelectedVariables.Text = "Selected Variables" ' 'lstSelectedVariables ' Me.lstSelectedVariables.FormattingEnabled = True - resources.ApplyResources(Me.lstSelectedVariables, "lstSelectedVariables") + Me.lstSelectedVariables.Location = New System.Drawing.Point(189, 23) Me.lstSelectedVariables.Name = "lstSelectedVariables" Me.lstSelectedVariables.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple + Me.lstSelectedVariables.Size = New System.Drawing.Size(84, 95) Me.lstSelectedVariables.Sorted = True + Me.lstSelectedVariables.TabIndex = 77 ' 'lblAvailableVariables ' - resources.ApplyResources(Me.lblAvailableVariables, "lblAvailableVariables") + Me.lblAvailableVariables.AutoSize = True + Me.lblAvailableVariables.Location = New System.Drawing.Point(2, 3) Me.lblAvailableVariables.Name = "lblAvailableVariables" + Me.lblAvailableVariables.Size = New System.Drawing.Size(102, 13) + Me.lblAvailableVariables.TabIndex = 76 Me.lblAvailableVariables.Tag = "Available_Variables " + Me.lblAvailableVariables.Text = "Available Variables " ' 'lstAvailableVariable ' Me.lstAvailableVariable.FormattingEnabled = True - resources.ApplyResources(Me.lstAvailableVariable, "lstAvailableVariable") + Me.lstAvailableVariable.Location = New System.Drawing.Point(9, 23) Me.lstAvailableVariable.Name = "lstAvailableVariable" Me.lstAvailableVariable.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple + Me.lstAvailableVariable.Size = New System.Drawing.Size(84, 95) Me.lstAvailableVariable.Sorted = True + Me.lstAvailableVariable.TabIndex = 75 Me.lstAvailableVariable.Tag = "" ' 'ucrDataSelection ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.btnRemove) Me.Controls.Add(Me.btnAdd) Me.Controls.Add(Me.lblSelectedVariables) @@ -101,6 +119,7 @@ Partial Class ucrDataSelection Me.Controls.Add(Me.lblAvailableVariables) Me.Controls.Add(Me.lstAvailableVariable) Me.Name = "ucrDataSelection" + Me.Size = New System.Drawing.Size(285, 122) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrDataSelection.resx b/instat/ucrDataSelection.resx index 48c3a84d4e1..1af7de150c9 100644 --- a/instat/ucrDataSelection.resx +++ b/instat/ucrDataSelection.resx @@ -117,168 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 99, 76 - - - 75, 23 - - - - 80 - - - Remove - - - btnRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 99, 38 - - - 75, 23 - - - 79 - - - Add - - - btnAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 182, 3 - - - 95, 13 - - - 78 - - - Selected Variables - - - lblSelectedVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 189, 23 - - - 84, 95 - - - 77 - - - lstSelectedVariables - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 2, 3 - - - 102, 13 - - - 76 - - - Available Variables - - - lblAvailableVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 9, 23 - - - 84, 95 - - - 75 - - - lstAvailableVariable - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 285, 122 - - - ucrDataSelection - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrDataView.Designer.vb b/instat/ucrDataView.Designer.vb index 2f83f009006..6ff9a40ab7d 100644 --- a/instat/ucrDataView.Designer.vb +++ b/instat/ucrDataView.Designer.vb @@ -871,8 +871,8 @@ Partial Class ucrDataView ' 'ucrDataView ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.tlpTableContainer) Me.Name = "ucrDataView" diff --git a/instat/ucrDateTimePicker.Designer.vb b/instat/ucrDateTimePicker.Designer.vb index 47433a4021a..e4c15483bef 100644 --- a/instat/ucrDateTimePicker.Designer.vb +++ b/instat/ucrDateTimePicker.Designer.vb @@ -35,9 +35,8 @@ Partial Class ucrDateTimePicker ' 'ucrDateTimePicker ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoSize = True + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.dtpDateTime) Me.Name = "ucrDateTimePicker" Me.Size = New System.Drawing.Size(163, 20) diff --git a/instat/ucrDayOfYear.Designer.vb b/instat/ucrDayOfYear.Designer.vb index 2374f905618..c2ec8ed8368 100644 --- a/instat/ucrDayOfYear.Designer.vb +++ b/instat/ucrDayOfYear.Designer.vb @@ -29,6 +29,7 @@ Partial Class ucrDayOfYear 'ucrInputDay ' Me.ucrInputDay.AddQuotesIfUnrecognised = True + Me.ucrInputDay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDay.GetSetSelectedIndex = -1 Me.ucrInputDay.IsReadOnly = False Me.ucrInputDay.Location = New System.Drawing.Point(99, 0) @@ -39,6 +40,7 @@ Partial Class ucrDayOfYear 'ucrInputMonth ' Me.ucrInputMonth.AddQuotesIfUnrecognised = True + Me.ucrInputMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMonth.GetSetSelectedIndex = -1 Me.ucrInputMonth.IsReadOnly = False Me.ucrInputMonth.Location = New System.Drawing.Point(0, 0) @@ -48,9 +50,8 @@ Partial Class ucrDayOfYear ' 'ucrDayOfYear ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoSize = True + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrInputMonth) Me.Controls.Add(Me.ucrInputDay) Me.Name = "ucrDayOfYear" diff --git a/instat/ucrDialogDisabled.Designer.vb b/instat/ucrDialogDisabled.Designer.vb index 8f8e27f7905..61cbe74a158 100644 --- a/instat/ucrDialogDisabled.Designer.vb +++ b/instat/ucrDialogDisabled.Designer.vb @@ -38,24 +38,32 @@ Partial Class ucrDialogDisabled 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDialogDisabled)) Me.lblDisabled = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'lblDisabled ' Me.lblDisabled.BackColor = System.Drawing.SystemColors.GradientInactiveCaption - resources.ApplyResources(Me.lblDisabled, "lblDisabled") + Me.lblDisabled.Dock = System.Windows.Forms.DockStyle.Fill + Me.lblDisabled.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold) Me.lblDisabled.ForeColor = System.Drawing.SystemColors.ControlText + Me.lblDisabled.Location = New System.Drawing.Point(0, 0) Me.lblDisabled.Name = "lblDisabled" + Me.lblDisabled.Size = New System.Drawing.Size(236, 46) + Me.lblDisabled.TabIndex = 0 + Me.lblDisabled.Text = "This dialog is not yet functioning. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "It is for viewing only." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OK cannot be enabl" & + "ed." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) + Me.lblDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ucrDialogDisabled ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Controls.Add(Me.lblDisabled) Me.Name = "ucrDialogDisabled" + Me.Size = New System.Drawing.Size(236, 46) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrDialogDisabled.resx b/instat/ucrDialogDisabled.resx index 6f99ec14e34..1af7de150c9 100644 --- a/instat/ucrDialogDisabled.resx +++ b/instat/ucrDialogDisabled.resx @@ -117,61 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - Microsoft Sans Serif, 9.75pt, style=Bold - - - 0, 0 - - - 238, 48 - - - - 0 - - - This dialog is not yet functioning. -It is for viewing only. -OK cannot be enabled. - - - - MiddleCenter - - - lblDisabled - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 238, 48 - - - ucrDialogDisabled - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrDistributions.Designer.vb b/instat/ucrDistributions.Designer.vb index 23f960100cd..c93098e4ecb 100644 --- a/instat/ucrDistributions.Designer.vb +++ b/instat/ucrDistributions.Designer.vb @@ -38,32 +38,39 @@ Partial Class ucrDistributions 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDistributions)) Me.lblDistributionType = New System.Windows.Forms.Label() Me.ucrInputDistributions = New instat.ucrInputComboBox() Me.SuspendLayout() ' 'lblDistributionType ' - resources.ApplyResources(Me.lblDistributionType, "lblDistributionType") + Me.lblDistributionType.AutoSize = True + Me.lblDistributionType.Location = New System.Drawing.Point(2, 7) Me.lblDistributionType.Name = "lblDistributionType" + Me.lblDistributionType.Size = New System.Drawing.Size(62, 13) + Me.lblDistributionType.TabIndex = 0 Me.lblDistributionType.Tag = "distribution:" + Me.lblDistributionType.Text = "Distribution:" ' 'ucrInputDistributions ' Me.ucrInputDistributions.AddQuotesIfUnrecognised = True + Me.ucrInputDistributions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDistributions.GetSetSelectedIndex = -1 Me.ucrInputDistributions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDistributions, "ucrInputDistributions") + Me.ucrInputDistributions.Location = New System.Drawing.Point(67, 3) Me.ucrInputDistributions.Name = "ucrInputDistributions" + Me.ucrInputDistributions.Size = New System.Drawing.Size(137, 21) + Me.ucrInputDistributions.TabIndex = 1 ' 'ucrDistributions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrInputDistributions) Me.Controls.Add(Me.lblDistributionType) Me.Name = "ucrDistributions" + Me.Size = New System.Drawing.Size(208, 27) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrDistributions.resx b/instat/ucrDistributions.resx index 6d76ffd818a..1af7de150c9 100644 --- a/instat/ucrDistributions.resx +++ b/instat/ucrDistributions.resx @@ -117,72 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 2, 7 - - - 62, 13 - - - 0 - - - Distribution: - - - lblDistributionType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 67, 3 - - - 137, 21 - - - 1 - - - ucrInputDistributions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 208, 27 - - - ucrDistributions - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrDistributionsWithParameters.Designer.vb b/instat/ucrDistributionsWithParameters.Designer.vb index 6d31c7a96ca..06d8974f943 100644 --- a/instat/ucrDistributionsWithParameters.Designer.vb +++ b/instat/ucrDistributionsWithParameters.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrDistributionsWithParameters 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrDistributionsWithParameters)) Me.lblDistributionParameters = New System.Windows.Forms.Label() Me.lblParameter1 = New System.Windows.Forms.Label() Me.lblParameter2 = New System.Windows.Forms.Label() @@ -52,66 +51,94 @@ Partial Class ucrDistributionsWithParameters ' 'lblDistributionParameters ' - resources.ApplyResources(Me.lblDistributionParameters, "lblDistributionParameters") + Me.lblDistributionParameters.AutoSize = True + Me.lblDistributionParameters.Location = New System.Drawing.Point(2, 43) Me.lblDistributionParameters.Name = "lblDistributionParameters" + Me.lblDistributionParameters.Size = New System.Drawing.Size(118, 13) + Me.lblDistributionParameters.TabIndex = 2 Me.lblDistributionParameters.Tag = "distribution_parameters:" + Me.lblDistributionParameters.Text = "Distribution Parameters:" ' 'lblParameter1 ' - resources.ApplyResources(Me.lblParameter1, "lblParameter1") + Me.lblParameter1.AutoSize = True + Me.lblParameter1.Location = New System.Drawing.Point(9, 72) Me.lblParameter1.Name = "lblParameter1" + Me.lblParameter1.Size = New System.Drawing.Size(0, 13) + Me.lblParameter1.TabIndex = 3 ' 'lblParameter2 ' - resources.ApplyResources(Me.lblParameter2, "lblParameter2") + Me.lblParameter2.AutoSize = True + Me.lblParameter2.Location = New System.Drawing.Point(9, 101) Me.lblParameter2.Name = "lblParameter2" + Me.lblParameter2.Size = New System.Drawing.Size(0, 13) + Me.lblParameter2.TabIndex = 4 ' 'lblParameter3 ' - resources.ApplyResources(Me.lblParameter3, "lblParameter3") + Me.lblParameter3.AutoSize = True + Me.lblParameter3.Location = New System.Drawing.Point(9, 128) Me.lblParameter3.Name = "lblParameter3" + Me.lblParameter3.Size = New System.Drawing.Size(0, 13) + Me.lblParameter3.TabIndex = 5 ' 'lblParameter4 ' - resources.ApplyResources(Me.lblParameter4, "lblParameter4") + Me.lblParameter4.AutoSize = True + Me.lblParameter4.Location = New System.Drawing.Point(9, 155) Me.lblParameter4.Name = "lblParameter4" + Me.lblParameter4.Size = New System.Drawing.Size(0, 13) + Me.lblParameter4.TabIndex = 9 ' 'ucrInputParameter1 ' Me.ucrInputParameter1.AddQuotesIfUnrecognised = True + Me.ucrInputParameter1.AutoSize = True Me.ucrInputParameter1.IsMultiline = False Me.ucrInputParameter1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputParameter1, "ucrInputParameter1") + Me.ucrInputParameter1.Location = New System.Drawing.Point(143, 67) Me.ucrInputParameter1.Name = "ucrInputParameter1" + Me.ucrInputParameter1.Size = New System.Drawing.Size(100, 21) + Me.ucrInputParameter1.TabIndex = 11 ' 'ucrInputParameter2 ' Me.ucrInputParameter2.AddQuotesIfUnrecognised = True + Me.ucrInputParameter2.AutoSize = True Me.ucrInputParameter2.IsMultiline = False Me.ucrInputParameter2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputParameter2, "ucrInputParameter2") + Me.ucrInputParameter2.Location = New System.Drawing.Point(143, 95) Me.ucrInputParameter2.Name = "ucrInputParameter2" + Me.ucrInputParameter2.Size = New System.Drawing.Size(100, 21) + Me.ucrInputParameter2.TabIndex = 12 ' 'ucrInputParameter3 ' Me.ucrInputParameter3.AddQuotesIfUnrecognised = True + Me.ucrInputParameter3.AutoSize = True Me.ucrInputParameter3.IsMultiline = False Me.ucrInputParameter3.IsReadOnly = False - resources.ApplyResources(Me.ucrInputParameter3, "ucrInputParameter3") + Me.ucrInputParameter3.Location = New System.Drawing.Point(143, 122) Me.ucrInputParameter3.Name = "ucrInputParameter3" + Me.ucrInputParameter3.Size = New System.Drawing.Size(100, 21) + Me.ucrInputParameter3.TabIndex = 14 ' 'ucrInputParameter4 ' Me.ucrInputParameter4.AddQuotesIfUnrecognised = True + Me.ucrInputParameter4.AutoSize = True Me.ucrInputParameter4.IsMultiline = False Me.ucrInputParameter4.IsReadOnly = False - resources.ApplyResources(Me.ucrInputParameter4, "ucrInputParameter4") + Me.ucrInputParameter4.Location = New System.Drawing.Point(143, 148) Me.ucrInputParameter4.Name = "ucrInputParameter4" + Me.ucrInputParameter4.Size = New System.Drawing.Size(100, 21) + Me.ucrInputParameter4.TabIndex = 13 ' 'ucrDistributionsWithParameters ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrInputParameter3) Me.Controls.Add(Me.ucrInputParameter4) Me.Controls.Add(Me.ucrInputParameter2) @@ -122,6 +149,7 @@ Partial Class ucrDistributionsWithParameters Me.Controls.Add(Me.lblParameter1) Me.Controls.Add(Me.lblDistributionParameters) Me.Name = "ucrDistributionsWithParameters" + Me.Size = New System.Drawing.Size(248, 177) Me.Controls.SetChildIndex(Me.lblDistributionParameters, 0) Me.Controls.SetChildIndex(Me.lblParameter1, 0) Me.Controls.SetChildIndex(Me.lblParameter2, 0) diff --git a/instat/ucrDistributionsWithParameters.resx b/instat/ucrDistributionsWithParameters.resx index 7a733324124..29dcb1b3a35 100644 --- a/instat/ucrDistributionsWithParameters.resx +++ b/instat/ucrDistributionsWithParameters.resx @@ -117,231 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 2, 43 - - - 118, 13 - - - 2 - - - Distribution Parameters: - - - lblDistributionParameters - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - 9, 72 - - - 0, 13 - - - 3 - - - lblParameter1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 9, 101 - - - 0, 13 - - - 4 - - - lblParameter2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 9, 128 - - - 0, 13 - - - 5 - - - lblParameter3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 9, 155 - - - 0, 13 - - - 9 - - - lblParameter4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 143, 67 - - - 100, 21 - - - 11 - - - ucrInputParameter1 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 143, 95 - - - 100, 21 - - - 12 - - - ucrInputParameter2 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 143, 122 - - - 100, 21 - - - 14 - - - ucrInputParameter3 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 143, 148 - - - 100, 21 - - - 13 - - - ucrInputParameter4 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 248, 177 - - - ucrDistributionsWithParameters - - - instat.ucrDistributions, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrELementTextControl.Designer.vb b/instat/ucrELementTextControl.Designer.vb index c5f16174876..7f15300a447 100644 --- a/instat/ucrELementTextControl.Designer.vb +++ b/instat/ucrELementTextControl.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrELementTextControl 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrELementTextControl)) Me.grpAxisLabels = New System.Windows.Forms.GroupBox() Me.ucrTextColors = New instat.ucrColors() Me.ucrChkTextColour = New instat.ucrCheck() @@ -77,139 +76,195 @@ Partial Class ucrELementTextControl Me.grpAxisLabels.Controls.Add(Me.ucrNudsize) Me.grpAxisLabels.Controls.Add(Me.ucrInputTextFace) Me.grpAxisLabels.Controls.Add(Me.ucrInputTextFamily) - resources.ApplyResources(Me.grpAxisLabels, "grpAxisLabels") + Me.grpAxisLabels.Location = New System.Drawing.Point(3, 0) Me.grpAxisLabels.Name = "grpAxisLabels" + Me.grpAxisLabels.Size = New System.Drawing.Size(246, 223) + Me.grpAxisLabels.TabIndex = 0 Me.grpAxisLabels.TabStop = False + Me.grpAxisLabels.Text = "Element Text " ' 'ucrTextColors ' Me.ucrTextColors.AddQuotesIfUnrecognised = True + Me.ucrTextColors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrTextColors.GetSetSelectedIndex = -1 Me.ucrTextColors.IsReadOnly = False - resources.ApplyResources(Me.ucrTextColors, "ucrTextColors") + Me.ucrTextColors.Location = New System.Drawing.Point(141, 192) Me.ucrTextColors.Name = "ucrTextColors" + Me.ucrTextColors.Size = New System.Drawing.Size(101, 21) + Me.ucrTextColors.TabIndex = 15 ' 'ucrChkTextColour ' + Me.ucrChkTextColour.AutoSize = True Me.ucrChkTextColour.Checked = False - resources.ApplyResources(Me.ucrChkTextColour, "ucrChkTextColour") + Me.ucrChkTextColour.Location = New System.Drawing.Point(8, 192) Me.ucrChkTextColour.Name = "ucrChkTextColour" + Me.ucrChkTextColour.Size = New System.Drawing.Size(127, 23) + Me.ucrChkTextColour.TabIndex = 14 ' 'ucrChkTextFace ' + Me.ucrChkTextFace.AutoSize = True Me.ucrChkTextFace.Checked = False - resources.ApplyResources(Me.ucrChkTextFace, "ucrChkTextFace") + Me.ucrChkTextFace.Location = New System.Drawing.Point(8, 167) Me.ucrChkTextFace.Name = "ucrChkTextFace" + Me.ucrChkTextFace.Size = New System.Drawing.Size(127, 23) + Me.ucrChkTextFace.TabIndex = 12 ' 'ucrChkTextFamily ' + Me.ucrChkTextFamily.AutoSize = True Me.ucrChkTextFamily.Checked = False - resources.ApplyResources(Me.ucrChkTextFamily, "ucrChkTextFamily") + Me.ucrChkTextFamily.Location = New System.Drawing.Point(8, 142) Me.ucrChkTextFamily.Name = "ucrChkTextFamily" + Me.ucrChkTextFamily.Size = New System.Drawing.Size(127, 23) + Me.ucrChkTextFamily.TabIndex = 10 ' 'ucrChkAngle ' + Me.ucrChkAngle.AutoSize = True Me.ucrChkAngle.Checked = False - resources.ApplyResources(Me.ucrChkAngle, "ucrChkAngle") + Me.ucrChkAngle.Location = New System.Drawing.Point(8, 117) Me.ucrChkAngle.Name = "ucrChkAngle" + Me.ucrChkAngle.Size = New System.Drawing.Size(127, 23) + Me.ucrChkAngle.TabIndex = 8 ' 'ucrChkHjust ' + Me.ucrChkHjust.AutoSize = True Me.ucrChkHjust.Checked = False - resources.ApplyResources(Me.ucrChkHjust, "ucrChkHjust") + Me.ucrChkHjust.Location = New System.Drawing.Point(8, 44) Me.ucrChkHjust.Name = "ucrChkHjust" + Me.ucrChkHjust.Size = New System.Drawing.Size(127, 23) + Me.ucrChkHjust.TabIndex = 2 ' 'ucrChkVjust ' + Me.ucrChkVjust.AutoSize = True Me.ucrChkVjust.Checked = False - resources.ApplyResources(Me.ucrChkVjust, "ucrChkVjust") + Me.ucrChkVjust.Location = New System.Drawing.Point(8, 69) Me.ucrChkVjust.Name = "ucrChkVjust" + Me.ucrChkVjust.Size = New System.Drawing.Size(127, 23) + Me.ucrChkVjust.TabIndex = 4 ' 'ucrChkLineHeight ' + Me.ucrChkLineHeight.AutoSize = True Me.ucrChkLineHeight.Checked = False - resources.ApplyResources(Me.ucrChkLineHeight, "ucrChkLineHeight") + Me.ucrChkLineHeight.Location = New System.Drawing.Point(8, 94) Me.ucrChkLineHeight.Name = "ucrChkLineHeight" + Me.ucrChkLineHeight.Size = New System.Drawing.Size(127, 23) + Me.ucrChkLineHeight.TabIndex = 6 ' 'ucrChkSize ' + Me.ucrChkSize.AutoSize = True Me.ucrChkSize.Checked = False - resources.ApplyResources(Me.ucrChkSize, "ucrChkSize") + Me.ucrChkSize.Location = New System.Drawing.Point(8, 19) Me.ucrChkSize.Name = "ucrChkSize" + Me.ucrChkSize.Size = New System.Drawing.Size(127, 23) + Me.ucrChkSize.TabIndex = 0 ' 'ucrNudVjust ' + Me.ucrNudVjust.AutoSize = True Me.ucrNudVjust.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudVjust.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) - resources.ApplyResources(Me.ucrNudVjust, "ucrNudVjust") + Me.ucrNudVjust.Location = New System.Drawing.Point(141, 69) Me.ucrNudVjust.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudVjust.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudVjust.Name = "ucrNudVjust" + Me.ucrNudVjust.Size = New System.Drawing.Size(53, 20) + Me.ucrNudVjust.TabIndex = 5 Me.ucrNudVjust.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudLineHeight ' + Me.ucrNudLineHeight.AutoSize = True Me.ucrNudLineHeight.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudLineHeight.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) - resources.ApplyResources(Me.ucrNudLineHeight, "ucrNudLineHeight") + Me.ucrNudLineHeight.Location = New System.Drawing.Point(141, 94) Me.ucrNudLineHeight.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLineHeight.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLineHeight.Name = "ucrNudLineHeight" + Me.ucrNudLineHeight.Size = New System.Drawing.Size(53, 20) + Me.ucrNudLineHeight.TabIndex = 7 Me.ucrNudLineHeight.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudAngle ' + Me.ucrNudAngle.AutoSize = True Me.ucrNudAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAngle, "ucrNudAngle") + Me.ucrNudAngle.Location = New System.Drawing.Point(141, 117) Me.ucrNudAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAngle.Name = "ucrNudAngle" + Me.ucrNudAngle.Size = New System.Drawing.Size(53, 20) + Me.ucrNudAngle.TabIndex = 9 Me.ucrNudAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudHjust ' + Me.ucrNudHjust.AutoSize = True Me.ucrNudHjust.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudHjust.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) - resources.ApplyResources(Me.ucrNudHjust, "ucrNudHjust") + Me.ucrNudHjust.Location = New System.Drawing.Point(141, 44) Me.ucrNudHjust.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudHjust.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudHjust.Name = "ucrNudHjust" + Me.ucrNudHjust.Size = New System.Drawing.Size(53, 20) + Me.ucrNudHjust.TabIndex = 3 Me.ucrNudHjust.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudsize ' + Me.ucrNudsize.AutoSize = True Me.ucrNudsize.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudsize.Increment = New Decimal(New Integer() {1, 0, 0, 65536}) - resources.ApplyResources(Me.ucrNudsize, "ucrNudsize") + Me.ucrNudsize.Location = New System.Drawing.Point(141, 19) Me.ucrNudsize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudsize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudsize.Name = "ucrNudsize" + Me.ucrNudsize.Size = New System.Drawing.Size(53, 20) + Me.ucrNudsize.TabIndex = 1 Me.ucrNudsize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputTextFace ' Me.ucrInputTextFace.AddQuotesIfUnrecognised = True + Me.ucrInputTextFace.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTextFace.GetSetSelectedIndex = -1 Me.ucrInputTextFace.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTextFace, "ucrInputTextFace") + Me.ucrInputTextFace.Location = New System.Drawing.Point(141, 166) + Me.ucrInputTextFace.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputTextFace.Name = "ucrInputTextFace" + Me.ucrInputTextFace.Size = New System.Drawing.Size(101, 21) + Me.ucrInputTextFace.TabIndex = 13 ' 'ucrInputTextFamily ' Me.ucrInputTextFamily.AddQuotesIfUnrecognised = True + Me.ucrInputTextFamily.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTextFamily.GetSetSelectedIndex = -1 Me.ucrInputTextFamily.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTextFamily, "ucrInputTextFamily") + Me.ucrInputTextFamily.Location = New System.Drawing.Point(141, 141) + Me.ucrInputTextFamily.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputTextFamily.Name = "ucrInputTextFamily" + Me.ucrInputTextFamily.Size = New System.Drawing.Size(101, 21) + Me.ucrInputTextFamily.TabIndex = 11 ' 'ucrELementTextControl ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.grpAxisLabels) Me.Name = "ucrELementTextControl" + Me.Size = New System.Drawing.Size(255, 227) Me.grpAxisLabels.ResumeLayout(False) + Me.grpAxisLabels.PerformLayout() Me.ResumeLayout(False) End Sub diff --git a/instat/ucrELementTextControl.resx b/instat/ucrELementTextControl.resx index 9e67d06d466..29dcb1b3a35 100644 --- a/instat/ucrELementTextControl.resx +++ b/instat/ucrELementTextControl.resx @@ -117,391 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 141, 192 - - - 101, 21 - - - - 15 - - - ucrTextColors - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 0 - - - 8, 192 - - - 127, 20 - - - 14 - - - ucrChkTextColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 1 - - - 8, 167 - - - 127, 20 - - - 12 - - - ucrChkTextFace - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 2 - - - 8, 142 - - - 127, 20 - - - 10 - - - ucrChkTextFamily - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 3 - - - 8, 117 - - - 127, 20 - - - 8 - - - ucrChkAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 4 - - - 8, 44 - - - 127, 20 - - - 2 - - - ucrChkHjust - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 5 - - - 8, 69 - - - 127, 20 - - - 4 - - - ucrChkVjust - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 6 - - - 8, 94 - - - 127, 18 - - - 6 - - - ucrChkLineHeight - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 7 - - - 8, 19 - - - 127, 20 - - - 0 - - - ucrChkSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 8 - - - 141, 69 - - - 53, 20 - - - 5 - - - ucrNudVjust - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 9 - - - 141, 94 - - - 53, 20 - - - 7 - - - ucrNudLineHeight - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 10 - - - 141, 117 - - - 53, 20 - - - 9 - - - ucrNudAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 11 - - - 141, 44 - - - 53, 20 - - - 3 - - - ucrNudHjust - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 12 - - - 141, 19 - - - 53, 20 - - - 1 - - - ucrNudsize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 13 - - - 141, 166 - - - - 21, 17, 21, 17 - - - 101, 21 - - - 13 - - - ucrInputTextFace - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 14 - - - 141, 141 - - - 21, 17, 21, 17 - - - 101, 21 - - - 11 - - - ucrInputTextFamily - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxisLabels - - - 15 - - - 3, 0 - - - 246, 223 - - - 0 - - - Element Text - - - grpAxisLabels - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 255, 227 - - - ucrELementTextControl - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrElementLineControl.Designer.vb b/instat/ucrElementLineControl.Designer.vb index 7580ff36fed..31d8de47da4 100644 --- a/instat/ucrElementLineControl.Designer.vb +++ b/instat/ucrElementLineControl.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrElementLineControl 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrElementLineControl)) Me.grpTickMarks = New System.Windows.Forms.GroupBox() Me.ucrLineColors = New instat.ucrColors() Me.ucrChkLineLineEnd = New instat.ucrCheck() @@ -61,75 +60,107 @@ Partial Class ucrElementLineControl Me.grpTickMarks.Controls.Add(Me.ucrInputLineLineEnd) Me.grpTickMarks.Controls.Add(Me.ucrNudLineSize) Me.grpTickMarks.Controls.Add(Me.ucrInputLineLineType) - resources.ApplyResources(Me.grpTickMarks, "grpTickMarks") + Me.grpTickMarks.Location = New System.Drawing.Point(3, 0) Me.grpTickMarks.Name = "grpTickMarks" + Me.grpTickMarks.Size = New System.Drawing.Size(246, 119) + Me.grpTickMarks.TabIndex = 0 Me.grpTickMarks.TabStop = False + Me.grpTickMarks.Text = "Element Line" ' 'ucrLineColors ' Me.ucrLineColors.AddQuotesIfUnrecognised = True + Me.ucrLineColors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrLineColors.GetSetSelectedIndex = -1 Me.ucrLineColors.IsReadOnly = False - resources.ApplyResources(Me.ucrLineColors, "ucrLineColors") + Me.ucrLineColors.Location = New System.Drawing.Point(138, 68) Me.ucrLineColors.Name = "ucrLineColors" + Me.ucrLineColors.Size = New System.Drawing.Size(104, 21) + Me.ucrLineColors.TabIndex = 5 ' 'ucrChkLineLineEnd ' + Me.ucrChkLineLineEnd.AutoSize = True Me.ucrChkLineLineEnd.Checked = False - resources.ApplyResources(Me.ucrChkLineLineEnd, "ucrChkLineLineEnd") + Me.ucrChkLineLineEnd.Location = New System.Drawing.Point(8, 94) Me.ucrChkLineLineEnd.Name = "ucrChkLineLineEnd" + Me.ucrChkLineLineEnd.Size = New System.Drawing.Size(125, 23) + Me.ucrChkLineLineEnd.TabIndex = 6 ' 'ucrChkLineSize ' + Me.ucrChkLineSize.AutoSize = True Me.ucrChkLineSize.Checked = False - resources.ApplyResources(Me.ucrChkLineSize, "ucrChkLineSize") + Me.ucrChkLineSize.Location = New System.Drawing.Point(8, 19) Me.ucrChkLineSize.Name = "ucrChkLineSize" + Me.ucrChkLineSize.Size = New System.Drawing.Size(125, 23) + Me.ucrChkLineSize.TabIndex = 0 ' 'ucrChkLineLineType ' + Me.ucrChkLineLineType.AutoSize = True Me.ucrChkLineLineType.Checked = False - resources.ApplyResources(Me.ucrChkLineLineType, "ucrChkLineLineType") + Me.ucrChkLineLineType.Location = New System.Drawing.Point(8, 44) Me.ucrChkLineLineType.Name = "ucrChkLineLineType" + Me.ucrChkLineLineType.Size = New System.Drawing.Size(125, 23) + Me.ucrChkLineLineType.TabIndex = 2 ' 'ucrChkLineColour ' + Me.ucrChkLineColour.AutoSize = True Me.ucrChkLineColour.Checked = False - resources.ApplyResources(Me.ucrChkLineColour, "ucrChkLineColour") + Me.ucrChkLineColour.Location = New System.Drawing.Point(8, 69) Me.ucrChkLineColour.Name = "ucrChkLineColour" + Me.ucrChkLineColour.Size = New System.Drawing.Size(125, 23) + Me.ucrChkLineColour.TabIndex = 4 ' 'ucrInputLineLineEnd ' Me.ucrInputLineLineEnd.AddQuotesIfUnrecognised = True + Me.ucrInputLineLineEnd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLineLineEnd.GetSetSelectedIndex = -1 Me.ucrInputLineLineEnd.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLineLineEnd, "ucrInputLineLineEnd") + Me.ucrInputLineLineEnd.Location = New System.Drawing.Point(138, 93) + Me.ucrInputLineLineEnd.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLineLineEnd.Name = "ucrInputLineLineEnd" + Me.ucrInputLineLineEnd.Size = New System.Drawing.Size(104, 21) + Me.ucrInputLineLineEnd.TabIndex = 7 ' 'ucrNudLineSize ' + Me.ucrNudLineSize.AutoSize = True Me.ucrNudLineSize.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudLineSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLineSize, "ucrNudLineSize") + Me.ucrNudLineSize.Location = New System.Drawing.Point(138, 19) Me.ucrNudLineSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLineSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLineSize.Name = "ucrNudLineSize" + Me.ucrNudLineSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLineSize.TabIndex = 1 Me.ucrNudLineSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputLineLineType ' Me.ucrInputLineLineType.AddQuotesIfUnrecognised = True + Me.ucrInputLineLineType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLineLineType.GetSetSelectedIndex = -1 Me.ucrInputLineLineType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLineLineType, "ucrInputLineLineType") + Me.ucrInputLineLineType.Location = New System.Drawing.Point(138, 43) + Me.ucrInputLineLineType.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLineLineType.Name = "ucrInputLineLineType" + Me.ucrInputLineLineType.Size = New System.Drawing.Size(104, 21) + Me.ucrInputLineLineType.TabIndex = 3 ' 'ucrElementLineControl ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.grpTickMarks) Me.Name = "ucrElementLineControl" + Me.Size = New System.Drawing.Size(255, 123) Me.grpTickMarks.ResumeLayout(False) + Me.grpTickMarks.PerformLayout() Me.ResumeLayout(False) End Sub diff --git a/instat/ucrElementLineControl.resx b/instat/ucrElementLineControl.resx index fccec09d935..29dcb1b3a35 100644 --- a/instat/ucrElementLineControl.resx +++ b/instat/ucrElementLineControl.resx @@ -117,223 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 138, 68 - - - 104, 21 - - - - 5 - - - ucrLineColors - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 0 - - - 8, 94 - - - 125, 20 - - - 6 - - - ucrChkLineLineEnd - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 1 - - - 8, 19 - - - 125, 20 - - - 0 - - - ucrChkLineSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 2 - - - 8, 44 - - - 125, 20 - - - 2 - - - ucrChkLineLineType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 3 - - - 8, 69 - - - 125, 20 - - - 4 - - - ucrChkLineColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 4 - - - 138, 93 - - - - 21, 17, 21, 17 - - - 104, 21 - - - 7 - - - ucrInputLineLineEnd - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 5 - - - 138, 19 - - - 50, 20 - - - 1 - - - ucrNudLineSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 6 - - - 138, 43 - - - 21, 17, 21, 17 - - - 104, 21 - - - 3 - - - ucrInputLineLineType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 7 - - - 3, 0 - - - 246, 119 - - - 0 - - - Element Line - - - grpTickMarks - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 255, 123 - - - ucrElementLineControl - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/ucrElementRectControl.Designer.vb b/instat/ucrElementRectControl.Designer.vb index d5ee18dac59..44cda66fe16 100644 --- a/instat/ucrElementRectControl.Designer.vb +++ b/instat/ucrElementRectControl.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrElementRectControl 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrElementRectControl)) Me.grpElementRect = New System.Windows.Forms.GroupBox() Me.ucrRectFill = New instat.ucrColors() Me.ucrRectColors = New instat.ucrColors() @@ -61,75 +60,105 @@ Partial Class ucrElementRectControl Me.grpElementRect.Controls.Add(Me.ucrChkRectColour) Me.grpElementRect.Controls.Add(Me.ucrNudRectSize) Me.grpElementRect.Controls.Add(Me.ucrInputRectLineType) - resources.ApplyResources(Me.grpElementRect, "grpElementRect") + Me.grpElementRect.Location = New System.Drawing.Point(3, 0) Me.grpElementRect.Name = "grpElementRect" + Me.grpElementRect.Size = New System.Drawing.Size(246, 119) + Me.grpElementRect.TabIndex = 0 Me.grpElementRect.TabStop = False + Me.grpElementRect.Text = "ElementRect" ' 'ucrRectFill ' Me.ucrRectFill.AddQuotesIfUnrecognised = True + Me.ucrRectFill.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrRectFill.GetSetSelectedIndex = -1 Me.ucrRectFill.IsReadOnly = False - resources.ApplyResources(Me.ucrRectFill, "ucrRectFill") + Me.ucrRectFill.Location = New System.Drawing.Point(138, 93) Me.ucrRectFill.Name = "ucrRectFill" + Me.ucrRectFill.Size = New System.Drawing.Size(104, 21) + Me.ucrRectFill.TabIndex = 7 ' 'ucrRectColors ' Me.ucrRectColors.AddQuotesIfUnrecognised = True + Me.ucrRectColors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrRectColors.GetSetSelectedIndex = -1 Me.ucrRectColors.IsReadOnly = False - resources.ApplyResources(Me.ucrRectColors, "ucrRectColors") + Me.ucrRectColors.Location = New System.Drawing.Point(138, 68) Me.ucrRectColors.Name = "ucrRectColors" + Me.ucrRectColors.Size = New System.Drawing.Size(104, 21) + Me.ucrRectColors.TabIndex = 5 ' 'ucrChkRectFill ' + Me.ucrChkRectFill.AutoSize = True Me.ucrChkRectFill.Checked = False - resources.ApplyResources(Me.ucrChkRectFill, "ucrChkRectFill") + Me.ucrChkRectFill.Location = New System.Drawing.Point(6, 94) Me.ucrChkRectFill.Name = "ucrChkRectFill" + Me.ucrChkRectFill.Size = New System.Drawing.Size(126, 23) + Me.ucrChkRectFill.TabIndex = 6 ' 'ucrChkRectSize ' + Me.ucrChkRectSize.AutoSize = True Me.ucrChkRectSize.Checked = False - resources.ApplyResources(Me.ucrChkRectSize, "ucrChkRectSize") + Me.ucrChkRectSize.Location = New System.Drawing.Point(8, 19) Me.ucrChkRectSize.Name = "ucrChkRectSize" + Me.ucrChkRectSize.Size = New System.Drawing.Size(124, 23) + Me.ucrChkRectSize.TabIndex = 0 ' 'ucrChkRectLineType ' + Me.ucrChkRectLineType.AutoSize = True Me.ucrChkRectLineType.Checked = False - resources.ApplyResources(Me.ucrChkRectLineType, "ucrChkRectLineType") + Me.ucrChkRectLineType.Location = New System.Drawing.Point(8, 44) Me.ucrChkRectLineType.Name = "ucrChkRectLineType" + Me.ucrChkRectLineType.Size = New System.Drawing.Size(124, 23) + Me.ucrChkRectLineType.TabIndex = 2 ' 'ucrChkRectColour ' + Me.ucrChkRectColour.AutoSize = True Me.ucrChkRectColour.Checked = False - resources.ApplyResources(Me.ucrChkRectColour, "ucrChkRectColour") + Me.ucrChkRectColour.Location = New System.Drawing.Point(6, 69) Me.ucrChkRectColour.Name = "ucrChkRectColour" + Me.ucrChkRectColour.Size = New System.Drawing.Size(126, 23) + Me.ucrChkRectColour.TabIndex = 4 ' 'ucrNudRectSize ' + Me.ucrNudRectSize.AutoSize = True Me.ucrNudRectSize.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudRectSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRectSize, "ucrNudRectSize") + Me.ucrNudRectSize.Location = New System.Drawing.Point(138, 19) Me.ucrNudRectSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRectSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRectSize.Name = "ucrNudRectSize" + Me.ucrNudRectSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRectSize.TabIndex = 1 Me.ucrNudRectSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputRectLineType ' Me.ucrInputRectLineType.AddQuotesIfUnrecognised = True + Me.ucrInputRectLineType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputRectLineType.GetSetSelectedIndex = -1 Me.ucrInputRectLineType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRectLineType, "ucrInputRectLineType") + Me.ucrInputRectLineType.Location = New System.Drawing.Point(138, 43) + Me.ucrInputRectLineType.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputRectLineType.Name = "ucrInputRectLineType" + Me.ucrInputRectLineType.Size = New System.Drawing.Size(104, 21) + Me.ucrInputRectLineType.TabIndex = 3 ' 'ucrElementRectControl ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.grpElementRect) Me.Name = "ucrElementRectControl" + Me.Size = New System.Drawing.Size(255, 123) Me.grpElementRect.ResumeLayout(False) + Me.grpElementRect.PerformLayout() Me.ResumeLayout(False) End Sub diff --git a/instat/ucrElementRectControl.resx b/instat/ucrElementRectControl.resx index 73d5a026787..29dcb1b3a35 100644 --- a/instat/ucrElementRectControl.resx +++ b/instat/ucrElementRectControl.resx @@ -117,220 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 138, 93 - - - 104, 21 - - - - 7 - - - ucrRectFill - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 0 - - - 138, 68 - - - 104, 21 - - - 5 - - - ucrRectColors - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 1 - - - 6, 94 - - - 126, 20 - - - 6 - - - ucrChkRectFill - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 2 - - - 8, 19 - - - 124, 20 - - - 0 - - - ucrChkRectSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 3 - - - 8, 44 - - - 124, 20 - - - 2 - - - ucrChkRectLineType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 4 - - - 6, 69 - - - 126, 20 - - - 4 - - - ucrChkRectColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 5 - - - 138, 19 - - - 50, 20 - - - 1 - - - ucrNudRectSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 6 - - - 138, 43 - - - - 21, 17, 21, 17 - - - 104, 21 - - - 3 - - - ucrInputRectLineType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElementRect - - - 7 - - - 3, 0 - - - 246, 119 - - - 0 - - - ElementRect - - - grpElementRect - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 255, 123 - - - ucrElementRectControl - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrFactor.Designer.vb b/instat/ucrFactor.Designer.vb index 3ba5206d297..a0b2d2ae6a1 100644 --- a/instat/ucrFactor.Designer.vb +++ b/instat/ucrFactor.Designer.vb @@ -38,7 +38,6 @@ Partial Class ucrFactor 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrFactor)) Me.grdFactorData = New unvell.ReoGrid.ReoGridControl() Me.SuspendLayout() ' @@ -46,8 +45,9 @@ Partial Class ucrFactor ' Me.grdFactorData.BackColor = System.Drawing.Color.White Me.grdFactorData.ColumnHeaderContextMenuStrip = Nothing - resources.ApplyResources(Me.grdFactorData, "grdFactorData") + Me.grdFactorData.Dock = System.Windows.Forms.DockStyle.Fill Me.grdFactorData.LeadHeaderContextMenuStrip = Nothing + Me.grdFactorData.Location = New System.Drawing.Point(0, 0) Me.grdFactorData.Name = "grdFactorData" Me.grdFactorData.RowHeaderContextMenuStrip = Nothing Me.grdFactorData.Script = Nothing @@ -56,14 +56,17 @@ Partial Class ucrFactor Me.grdFactorData.SheetTabVisible = True Me.grdFactorData.SheetTabWidth = 60 Me.grdFactorData.ShowScrollEndSpacing = True + Me.grdFactorData.Size = New System.Drawing.Size(268, 206) + Me.grdFactorData.TabIndex = 32 ' 'ucrFactor ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Controls.Add(Me.grdFactorData) Me.Name = "ucrFactor" + Me.Size = New System.Drawing.Size(268, 206) Me.ResumeLayout(False) End Sub diff --git a/instat/ucrFactor.resx b/instat/ucrFactor.resx index 75a4cbfe50b..1af7de150c9 100644 --- a/instat/ucrFactor.resx +++ b/instat/ucrFactor.resx @@ -117,49 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - 270, 208 - - - - 32 - - - grdFactorData - - - unvell.ReoGrid.ReoGridControl, unvell.ReoGrid, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 270, 208 - - - ucrFactor - - - instat.ucrCore, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/ucrFilePath.Designer.vb b/instat/ucrFilePath.Designer.vb index 257c67f7ce8..5e28dfbc7aa 100644 --- a/instat/ucrFilePath.Designer.vb +++ b/instat/ucrFilePath.Designer.vb @@ -47,6 +47,7 @@ Partial Class ucrFilePath Me.ucrInputFilePath.AddQuotesIfUnrecognised = True Me.ucrInputFilePath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = True Me.ucrInputFilePath.Location = New System.Drawing.Point(136, 3) @@ -78,8 +79,8 @@ Partial Class ucrFilePath ' 'ucrFilePath ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.Controls.Add(Me.ucrInputFilePath) Me.Controls.Add(Me.btnBrowse) diff --git a/instat/ucrFilter.Designer.vb b/instat/ucrFilter.Designer.vb index b6f8cb7eb53..59f51eea331 100644 --- a/instat/ucrFilter.Designer.vb +++ b/instat/ucrFilter.Designer.vb @@ -39,7 +39,6 @@ Partial Class ucrFilter _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ucrFilter)) Me.lblSelectLevels = New System.Windows.Forms.Label() Me.cmdAddCondition = New System.Windows.Forms.Button() Me.cmdToggleSelectAll = New System.Windows.Forms.Button() @@ -87,58 +86,96 @@ Partial Class ucrFilter ' 'lblSelectLevels ' - resources.ApplyResources(Me.lblSelectLevels, "lblSelectLevels") + Me.lblSelectLevels.AutoSize = True + Me.lblSelectLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectLevels.Location = New System.Drawing.Point(413, 48) Me.lblSelectLevels.Name = "lblSelectLevels" + Me.lblSelectLevels.Size = New System.Drawing.Size(74, 13) + Me.lblSelectLevels.TabIndex = 3 + Me.lblSelectLevels.Text = "Select Levels:" ' 'cmdAddCondition ' - resources.ApplyResources(Me.cmdAddCondition, "cmdAddCondition") + Me.cmdAddCondition.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdAddCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAddCondition.Location = New System.Drawing.Point(278, 64) Me.cmdAddCondition.Name = "cmdAddCondition" + Me.cmdAddCondition.Size = New System.Drawing.Size(120, 29) + Me.cmdAddCondition.TabIndex = 4 Me.cmdAddCondition.Tag = "Add_Condition" + Me.cmdAddCondition.Text = "Add Condition" Me.cmdAddCondition.UseVisualStyleBackColor = True ' 'cmdToggleSelectAll ' - resources.ApplyResources(Me.cmdToggleSelectAll, "cmdToggleSelectAll") + Me.cmdToggleSelectAll.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdToggleSelectAll.Location = New System.Drawing.Point(674, 363) Me.cmdToggleSelectAll.Name = "cmdToggleSelectAll" + Me.cmdToggleSelectAll.Size = New System.Drawing.Size(93, 23) + Me.cmdToggleSelectAll.TabIndex = 7 + Me.cmdToggleSelectAll.Text = "Select All Levels" Me.cmdToggleSelectAll.UseVisualStyleBackColor = True ' 'lstFilters ' Me.lstFilters.HideSelection = False - resources.ApplyResources(Me.lstFilters, "lstFilters") + Me.lstFilters.Location = New System.Drawing.Point(5, 195) Me.lstFilters.Name = "lstFilters" + Me.lstFilters.Size = New System.Drawing.Size(247, 132) + Me.lstFilters.TabIndex = 8 Me.lstFilters.UseCompatibleStateImageBehavior = False Me.lstFilters.View = System.Windows.Forms.View.Details ' 'lblFilterPreview ' - resources.ApplyResources(Me.lblFilterPreview, "lblFilterPreview") + Me.lblFilterPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFilterPreview.Location = New System.Drawing.Point(5, 339) Me.lblFilterPreview.Name = "lblFilterPreview" + Me.lblFilterPreview.Size = New System.Drawing.Size(91, 19) + Me.lblFilterPreview.TabIndex = 9 + Me.lblFilterPreview.Text = "Fliter Preview:" ' 'lblFilterBy ' - resources.ApplyResources(Me.lblFilterBy, "lblFilterBy") + Me.lblFilterBy.AutoSize = True + Me.lblFilterBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFilterBy.Location = New System.Drawing.Point(281, 27) Me.lblFilterBy.Name = "lblFilterBy" + Me.lblFilterBy.Size = New System.Drawing.Size(47, 13) + Me.lblFilterBy.TabIndex = 13 + Me.lblFilterBy.Text = "Filter By:" ' 'cmdClearConditions ' - resources.ApplyResources(Me.cmdClearConditions, "cmdClearConditions") + Me.cmdClearConditions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClearConditions.Location = New System.Drawing.Point(256, 298) Me.cmdClearConditions.Name = "cmdClearConditions" + Me.cmdClearConditions.Size = New System.Drawing.Size(142, 30) + Me.cmdClearConditions.TabIndex = 14 Me.cmdClearConditions.Tag = "Clear_Conditions" + Me.cmdClearConditions.Text = "Clear Conditions" Me.cmdClearConditions.UseVisualStyleBackColor = True ' 'mcdEditCondition ' - resources.ApplyResources(Me.mcdEditCondition, "mcdEditCondition") + Me.mcdEditCondition.Enabled = False + Me.mcdEditCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.mcdEditCondition.Location = New System.Drawing.Point(256, 267) Me.mcdEditCondition.Name = "mcdEditCondition" + Me.mcdEditCondition.Size = New System.Drawing.Size(142, 27) + Me.mcdEditCondition.TabIndex = 15 Me.mcdEditCondition.Tag = "Edit_Condition" + Me.mcdEditCondition.Text = "Edit Condition" Me.mcdEditCondition.UseVisualStyleBackColor = True ' 'lblNewFilterName ' - resources.ApplyResources(Me.lblNewFilterName, "lblNewFilterName") + Me.lblNewFilterName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewFilterName.Location = New System.Drawing.Point(5, 366) Me.lblNewFilterName.Name = "lblNewFilterName" + Me.lblNewFilterName.Size = New System.Drawing.Size(158, 19) + Me.lblNewFilterName.TabIndex = 17 + Me.lblNewFilterName.Text = "New Filter Name:" ' 'grpNumeric ' @@ -161,223 +198,379 @@ Partial Class ucrFilter Me.grpNumeric.Controls.Add(Me.cmd2) Me.grpNumeric.Controls.Add(Me.cmd0) Me.grpNumeric.Controls.Add(Me.cmd1) - resources.ApplyResources(Me.grpNumeric, "grpNumeric") + Me.grpNumeric.Location = New System.Drawing.Point(398, 66) + Me.grpNumeric.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpNumeric.Name = "grpNumeric" + Me.grpNumeric.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpNumeric.Size = New System.Drawing.Size(205, 134) + Me.grpNumeric.TabIndex = 180 Me.grpNumeric.TabStop = False + Me.grpNumeric.Text = "Numeric" ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(151, 71) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(49, 60) + Me.cmdClear.TabIndex = 190 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdComma ' - resources.ApplyResources(Me.cmdComma, "cmdComma") + Me.cmdComma.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdComma.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdComma.Location = New System.Drawing.Point(3, 100) + Me.cmdComma.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdComma.Name = "cmdComma" + Me.cmdComma.Size = New System.Drawing.Size(38, 30) + Me.cmdComma.TabIndex = 138 + Me.cmdComma.Text = "," Me.cmdComma.UseVisualStyleBackColor = True ' 'cmdBrackets ' - resources.ApplyResources(Me.cmdBrackets, "cmdBrackets") + Me.cmdBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrackets.Location = New System.Drawing.Point(77, 100) + Me.cmdBrackets.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBrackets.Name = "cmdBrackets" + Me.cmdBrackets.Size = New System.Drawing.Size(38, 30) + Me.cmdBrackets.TabIndex = 136 + Me.cmdBrackets.Text = "( )" Me.cmdBrackets.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(151, 42) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(49, 30) + Me.cmdPower.TabIndex = 133 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdDivide ' - resources.ApplyResources(Me.cmdDivide, "cmdDivide") + Me.cmdDivide.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdDivide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDivide.Location = New System.Drawing.Point(114, 13) + Me.cmdDivide.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDivide.Name = "cmdDivide" + Me.cmdDivide.Size = New System.Drawing.Size(38, 30) + Me.cmdDivide.TabIndex = 131 + Me.cmdDivide.Text = "/" Me.cmdDivide.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(114, 100) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(38, 30) + Me.cmdPlus.TabIndex = 130 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(114, 71) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(38, 30) + Me.cmdMinus.TabIndex = 129 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(114, 42) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(38, 30) + Me.cmdMultiply.TabIndex = 128 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdDot ' - resources.ApplyResources(Me.cmdDot, "cmdDot") + Me.cmdDot.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdDot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDot.Location = New System.Drawing.Point(151, 13) + Me.cmdDot.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDot.Name = "cmdDot" + Me.cmdDot.Size = New System.Drawing.Size(49, 30) + Me.cmdDot.TabIndex = 127 + Me.cmdDot.Text = "." Me.cmdDot.UseVisualStyleBackColor = True ' 'cmd9 ' - resources.ApplyResources(Me.cmd9, "cmd9") + Me.cmd9.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd9.Location = New System.Drawing.Point(77, 13) + Me.cmd9.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd9.Name = "cmd9" + Me.cmd9.Size = New System.Drawing.Size(38, 30) + Me.cmd9.TabIndex = 126 + Me.cmd9.Text = "9" Me.cmd9.UseVisualStyleBackColor = True ' 'cmd8 ' - resources.ApplyResources(Me.cmd8, "cmd8") + Me.cmd8.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd8.Location = New System.Drawing.Point(40, 13) + Me.cmd8.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd8.Name = "cmd8" + Me.cmd8.Size = New System.Drawing.Size(38, 30) + Me.cmd8.TabIndex = 125 + Me.cmd8.Text = "8" Me.cmd8.UseVisualStyleBackColor = True ' 'cmd7 ' - resources.ApplyResources(Me.cmd7, "cmd7") + Me.cmd7.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd7.Location = New System.Drawing.Point(3, 13) + Me.cmd7.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd7.Name = "cmd7" + Me.cmd7.Size = New System.Drawing.Size(38, 30) + Me.cmd7.TabIndex = 124 + Me.cmd7.Text = "7" Me.cmd7.UseVisualStyleBackColor = True ' 'cmd6 ' - resources.ApplyResources(Me.cmd6, "cmd6") + Me.cmd6.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd6.Location = New System.Drawing.Point(77, 42) + Me.cmd6.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd6.Name = "cmd6" + Me.cmd6.Size = New System.Drawing.Size(38, 30) + Me.cmd6.TabIndex = 123 + Me.cmd6.Text = "6" Me.cmd6.UseVisualStyleBackColor = True ' 'cmd5 ' - resources.ApplyResources(Me.cmd5, "cmd5") + Me.cmd5.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd5.Location = New System.Drawing.Point(40, 42) + Me.cmd5.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd5.Name = "cmd5" + Me.cmd5.Size = New System.Drawing.Size(38, 30) + Me.cmd5.TabIndex = 122 + Me.cmd5.Text = "5" Me.cmd5.UseVisualStyleBackColor = True ' 'cmd4 ' - resources.ApplyResources(Me.cmd4, "cmd4") + Me.cmd4.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd4.Location = New System.Drawing.Point(3, 42) + Me.cmd4.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd4.Name = "cmd4" + Me.cmd4.Size = New System.Drawing.Size(38, 30) + Me.cmd4.TabIndex = 121 + Me.cmd4.Text = "4" Me.cmd4.UseVisualStyleBackColor = True ' 'cmd3 ' - resources.ApplyResources(Me.cmd3, "cmd3") + Me.cmd3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd3.Location = New System.Drawing.Point(77, 71) + Me.cmd3.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd3.Name = "cmd3" + Me.cmd3.Size = New System.Drawing.Size(38, 30) + Me.cmd3.TabIndex = 120 + Me.cmd3.Text = "3" Me.cmd3.UseVisualStyleBackColor = True ' 'cmd2 ' - resources.ApplyResources(Me.cmd2, "cmd2") + Me.cmd2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd2.Location = New System.Drawing.Point(40, 71) + Me.cmd2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd2.Name = "cmd2" + Me.cmd2.Size = New System.Drawing.Size(38, 30) + Me.cmd2.TabIndex = 119 + Me.cmd2.Text = "2" Me.cmd2.UseVisualStyleBackColor = True ' 'cmd0 ' - resources.ApplyResources(Me.cmd0, "cmd0") + Me.cmd0.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd0.Location = New System.Drawing.Point(40, 100) + Me.cmd0.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd0.Name = "cmd0" + Me.cmd0.Size = New System.Drawing.Size(38, 30) + Me.cmd0.TabIndex = 118 + Me.cmd0.Text = "0" Me.cmd0.UseVisualStyleBackColor = True ' 'cmd1 ' - resources.ApplyResources(Me.cmd1, "cmd1") + Me.cmd1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd1.Location = New System.Drawing.Point(3, 71) + Me.cmd1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd1.Name = "cmd1" + Me.cmd1.Size = New System.Drawing.Size(38, 30) + Me.cmd1.TabIndex = 117 + Me.cmd1.Text = "1" Me.cmd1.UseVisualStyleBackColor = True ' 'cmdCombineWithAndOr ' - resources.ApplyResources(Me.cmdCombineWithAndOr, "cmdCombineWithAndOr") + Me.cmdCombineWithAndOr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCombineWithAndOr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCombineWithAndOr.Location = New System.Drawing.Point(256, 196) Me.cmdCombineWithAndOr.Name = "cmdCombineWithAndOr" + Me.cmdCombineWithAndOr.Size = New System.Drawing.Size(142, 27) + Me.cmdCombineWithAndOr.TabIndex = 182 Me.cmdCombineWithAndOr.Tag = "Clear_Conditions" + Me.cmdCombineWithAndOr.Text = "All Combined with &&" Me.cmdCombineWithAndOr.UseVisualStyleBackColor = True ' 'ucrReceiverExpression ' + Me.ucrReceiverExpression.AutoSize = True Me.ucrReceiverExpression.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverExpression, "ucrReceiverExpression") + Me.ucrReceiverExpression.Location = New System.Drawing.Point(456, 44) + Me.ucrReceiverExpression.Margin = New System.Windows.Forms.Padding(5) Me.ucrReceiverExpression.Name = "ucrReceiverExpression" Me.ucrReceiverExpression.Selector = Nothing + Me.ucrReceiverExpression.Size = New System.Drawing.Size(89, 21) Me.ucrReceiverExpression.strNcFilePath = "" + Me.ucrReceiverExpression.TabIndex = 181 Me.ucrReceiverExpression.ucrSelector = Nothing ' 'ucrLogicalCombobox ' Me.ucrLogicalCombobox.AddQuotesIfUnrecognised = True + Me.ucrLogicalCombobox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrLogicalCombobox.GetSetSelectedIndex = -1 Me.ucrLogicalCombobox.IsReadOnly = False - resources.ApplyResources(Me.ucrLogicalCombobox, "ucrLogicalCombobox") + Me.ucrLogicalCombobox.Location = New System.Drawing.Point(456, 44) + Me.ucrLogicalCombobox.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrLogicalCombobox.Name = "ucrLogicalCombobox" + Me.ucrLogicalCombobox.Size = New System.Drawing.Size(89, 21) + Me.ucrLogicalCombobox.TabIndex = 20 ' 'ucrDatePicker ' + Me.ucrDatePicker.AutoSize = True Me.ucrDatePicker.DateValue = New Date(2021, 7, 7, 8, 39, 9, 171) Me.ucrDatePicker.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDatePicker, "ucrDatePicker") + Me.ucrDatePicker.Location = New System.Drawing.Point(457, 44) + Me.ucrDatePicker.Margin = New System.Windows.Forms.Padding(5) Me.ucrDatePicker.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDatePicker.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDatePicker.Name = "ucrDatePicker" + Me.ucrDatePicker.Size = New System.Drawing.Size(140, 21) + Me.ucrDatePicker.TabIndex = 19 ' 'ucrInputFilterName ' Me.ucrInputFilterName.AddQuotesIfUnrecognised = True + Me.ucrInputFilterName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFilterName.GetSetSelectedIndex = -1 Me.ucrInputFilterName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilterName, "ucrInputFilterName") + Me.ucrInputFilterName.Location = New System.Drawing.Point(204, 362) + Me.ucrInputFilterName.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputFilterName.Name = "ucrInputFilterName" + Me.ucrInputFilterName.Size = New System.Drawing.Size(176, 21) + Me.ucrInputFilterName.TabIndex = 18 ' 'ucrFilterPreview ' Me.ucrFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrFilterPreview.AutoSize = True Me.ucrFilterPreview.IsMultiline = False Me.ucrFilterPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrFilterPreview, "ucrFilterPreview") + Me.ucrFilterPreview.Location = New System.Drawing.Point(100, 337) + Me.ucrFilterPreview.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrFilterPreview.Name = "ucrFilterPreview" + Me.ucrFilterPreview.Size = New System.Drawing.Size(280, 21) + Me.ucrFilterPreview.TabIndex = 10 ' 'ucrFilterOperation ' Me.ucrFilterOperation.AddQuotesIfUnrecognised = True + Me.ucrFilterOperation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrFilterOperation.GetSetSelectedIndex = -1 Me.ucrFilterOperation.IsReadOnly = False - resources.ApplyResources(Me.ucrFilterOperation, "ucrFilterOperation") + Me.ucrFilterOperation.Location = New System.Drawing.Point(399, 44) + Me.ucrFilterOperation.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrFilterOperation.Name = "ucrFilterOperation" + Me.ucrFilterOperation.Size = New System.Drawing.Size(56, 21) + Me.ucrFilterOperation.TabIndex = 5 ' 'ucrFactorLevels ' - resources.ApplyResources(Me.ucrFactorLevels, "ucrFactorLevels") + Me.ucrFactorLevels.AutoSize = True Me.ucrFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorLevels.clsReceiver = Nothing + Me.ucrFactorLevels.Location = New System.Drawing.Point(398, 65) + Me.ucrFactorLevels.Margin = New System.Windows.Forms.Padding(5) Me.ucrFactorLevels.Name = "ucrFactorLevels" Me.ucrFactorLevels.shtCurrSheet = Nothing + Me.ucrFactorLevels.Size = New System.Drawing.Size(354, 262) + Me.ucrFactorLevels.TabIndex = 2 Me.ucrFactorLevels.ucrChkLevels = Nothing ' 'ucrFilterByReceiver ' + Me.ucrFilterByReceiver.AutoSize = True Me.ucrFilterByReceiver.frmParent = Nothing - resources.ApplyResources(Me.ucrFilterByReceiver, "ucrFilterByReceiver") + Me.ucrFilterByReceiver.Location = New System.Drawing.Point(278, 43) + Me.ucrFilterByReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFilterByReceiver.Name = "ucrFilterByReceiver" Me.ucrFilterByReceiver.Selector = Nothing + Me.ucrFilterByReceiver.Size = New System.Drawing.Size(120, 21) Me.ucrFilterByReceiver.strNcFilePath = "" + Me.ucrFilterByReceiver.TabIndex = 1 Me.ucrFilterByReceiver.ucrSelector = Nothing ' 'ucrSelectorForFitler ' + Me.ucrSelectorForFitler.AutoSize = True Me.ucrSelectorForFitler.bDropUnusedFilterLevels = False Me.ucrSelectorForFitler.bShowHiddenColumns = False Me.ucrSelectorForFitler.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForFitler, "ucrSelectorForFitler") + Me.ucrSelectorForFitler.Location = New System.Drawing.Point(5, 4) + Me.ucrSelectorForFitler.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForFitler.Name = "ucrSelectorForFitler" + Me.ucrSelectorForFitler.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForFitler.TabIndex = 0 ' 'ucrChkNotForAllConditions ' + Me.ucrChkNotForAllConditions.AutoSize = True Me.ucrChkNotForAllConditions.Checked = False - resources.ApplyResources(Me.ucrChkNotForAllConditions, "ucrChkNotForAllConditions") + Me.ucrChkNotForAllConditions.Location = New System.Drawing.Point(256, 249) Me.ucrChkNotForAllConditions.Name = "ucrChkNotForAllConditions" + Me.ucrChkNotForAllConditions.Size = New System.Drawing.Size(142, 23) + Me.ucrChkNotForAllConditions.TabIndex = 184 ' 'ucrChkNotForEachCondition ' + Me.ucrChkNotForEachCondition.AutoSize = True Me.ucrChkNotForEachCondition.Checked = False - resources.ApplyResources(Me.ucrChkNotForEachCondition, "ucrChkNotForEachCondition") + Me.ucrChkNotForEachCondition.Location = New System.Drawing.Point(256, 223) Me.ucrChkNotForEachCondition.Name = "ucrChkNotForEachCondition" + Me.ucrChkNotForEachCondition.Size = New System.Drawing.Size(142, 23) + Me.ucrChkNotForEachCondition.TabIndex = 183 + Me.ucrChkNotForEachCondition.Visible = False ' 'ucrFilter ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.Controls.Add(Me.cmdCombineWithAndOr) Me.Controls.Add(Me.grpNumeric) Me.Controls.Add(Me.ucrLogicalCombobox) @@ -401,6 +594,7 @@ Partial Class ucrFilter Me.Controls.Add(Me.ucrChkNotForEachCondition) Me.Controls.Add(Me.ucrReceiverExpression) Me.Name = "ucrFilter" + Me.Size = New System.Drawing.Size(772, 395) Me.grpNumeric.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ucrFilter.resx b/instat/ucrFilter.resx index 4d05efc0552..64b85f1a33c 100644 --- a/instat/ucrFilter.resx +++ b/instat/ucrFilter.resx @@ -117,1198 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 413, 48 - - - 74, 13 - - - 3 - - - Select Levels: - - - lblSelectLevels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 278, 64 - - - 120, 29 - - - 4 - - - Add Condition - - - cmdAddCondition - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - NoControl - - - 674, 363 - - - 93, 23 - - - 7 - - - Select All Levels - - - cmdToggleSelectAll - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - 5, 195 - - - 247, 132 - - - 8 - - - lstFilters - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 5, 339 - - - 91, 19 - - - 9 - - - Fliter Preview: - - - lblFilterPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 281, 27 - - - 47, 13 - - - 13 - - - Filter By: - - - lblFilterBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 256, 298 - - - 142, 30 - - - 14 - - - Clear Conditions - - - cmdClearConditions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - False - - - NoControl - - - 256, 267 - - - 142, 27 - - - 15 - - - Edit Condition - - - mcdEditCondition - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 5, 366 - - - 158, 19 - - - 17 - - - New Filter Name: - - - lblNewFilterName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 151, 71 - - - 2, 3, 2, 3 - - - 49, 60 - - - 190 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 0 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 3, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 138 - - - , - - - cmdComma - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 1 - - - NoControl - - - 77, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 136 - - - ( ) - - - cmdBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 2 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 42 - - - 2, 3, 2, 3 - - - 49, 30 - - - 133 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 3 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 131 - - - / - - - cmdDivide - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 4 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 130 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 5 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 129 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 6 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 128 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 7 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 13 - - - 2, 3, 2, 3 - - - 49, 30 - - - 127 - - - . - - - cmdDot - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 8 - - - NoControl - - - 77, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 126 - - - 9 - - - cmd9 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 9 - - - NoControl - - - 40, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 125 - - - 8 - - - cmd8 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 10 - - - NoControl - - - 3, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 124 - - - 7 - - - cmd7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 11 - - - NoControl - - - 77, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 123 - - - 6 - - - cmd6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 12 - - - NoControl - - - 40, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 122 - - - 5 - - - cmd5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 13 - - - NoControl - - - 3, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 121 - - - 4 - - - cmd4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 14 - - - NoControl - - - 77, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 120 - - - 3 - - - cmd3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 15 - - - NoControl - - - 40, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 119 - - - 2 - - - cmd2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 16 - - - NoControl - - - 40, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 118 - - - 0 - - - cmd0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 17 - - - NoControl - - - 3, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 117 - - - 1 - - - cmd1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumeric - - - 18 - - - 398, 66 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 205, 134 - - - 180 - - - Numeric - - - grpNumeric - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 256, 196 - - - 142, 27 - - - 182 - - - All Combined with && - - - cmdCombineWithAndOr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - 17, 17 - - 456, 44 - - - 5, 5, 5, 5 - - - 89, 21 - - - 181 - - - ucrReceiverExpression - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 456, 44 - - - 7, 6, 7, 6 - - - 89, 21 - - - 20 - - - ucrLogicalCombobox - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 457, 44 - - - 5, 5, 5, 5 - - - 140, 21 - - - 19 - - - ucrDatePicker - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 204, 362 - - - 7, 6, 7, 6 - - - 176, 21 - - - 18 - - - ucrInputFilterName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 100, 337 - - - 7, 6, 7, 6 - - - 280, 21 - - - 10 - - - ucrFilterPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 399, 44 - - - 7, 6, 7, 6 - - - 56, 21 - - - 5 - - - ucrFilterOperation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 398, 65 - - - 5, 5, 5, 5 - - - 354, 262 - - - 2 - - - ucrFactorLevels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 278, 43 - - - 0, 0, 0, 0 - - - 120, 21 - - - 1 - - - ucrFilterByReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 5, 4 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForFitler - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 256, 249 - - - 142, 20 - - - 184 - - - ucrChkNotForAllConditions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 256, 223 - - - 142, 20 - - - 183 - - - False - - - ucrChkNotForEachCondition - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 6, 13 - - - True - - - 772, 395 - - - ttpCombineWithAndOr - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ucrFilter - - - System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file From 969d1b6fcf9b8113f3713d3f4f5d2b21b054a188 Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:52:27 +0000 Subject: [PATCH 13/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/sdgANOVAOptions.Designer.vb | 74 +- instat/sdgANOVAOptions.resx | 360 -- instat/sdgAddLink.Designer.vb | 15 +- instat/sdgAddLink.resx | 48 - instat/sdgAddNewDistribution.Designer.vb | 84 +- instat/sdgAddNewDistribution.resx | 381 -- instat/sdgCalculationsSummmary.Designer.vb | 182 +- instat/sdgCalculationsSummmary.resx | 801 ---- instat/sdgCanonicalCorrelation.Designer.vb | 58 +- instat/sdgCanonicalCorrelation.resx | 234 - instat/sdgClimaticDataEntry.Designer.vb | 74 +- instat/sdgClimaticDataEntry.resx | 318 -- .../sdgClimaticDataEntryOptions.Designer.vb | 112 +- instat/sdgClimaticDataEntryOptions.resx | 423 -- instat/sdgClimaticNCMPMetadata.Designer.vb | 11 +- instat/sdgClimdexIndices.Designer.vb | 385 +- instat/sdgClimdexIndices.resx | 1638 ------- instat/sdgCombineGraphOptions.Designer.vb | 121 +- instat/sdgCombineGraphOptions.resx | 525 --- instat/sdgComment.Designer.vb | 15 +- instat/sdgComment.resx | 54 - instat/sdgCommentForDataEntry.Designer.vb | 111 +- instat/sdgCommentForDataEntry.resx | 447 -- .../sdgConstructRegexExpression.Designer.vb | 8 +- instat/sdgCorrPlot.Designer.vb | 121 +- instat/sdgCorrPlot.resx | 510 --- ...sdgCorruptionCalculatedColumns.Designer.vb | 428 +- instat/sdgCorruptionCalculatedColumns.resx | 1806 -------- ...gCorruptionCountryLevelColumns.Designer.vb | 128 +- instat/sdgCorruptionCountryLevelColumns.resx | 531 --- .../sdgCountryColouredMapOptions.Designer.vb | 119 +- instat/sdgCountryColouredMapOptions.resx | 504 --- instat/sdgCreateFilter.Designer.vb | 20 +- instat/sdgCreateFilter.resx | 69 - instat/sdgDataOptions.Designer.vb | 147 +- instat/sdgDataOptions.resx | 618 --- instat/sdgDescribeDisplay.Designer.vb | 62 +- instat/sdgDescribeDisplay.resx | 243 -- instat/sdgDescribeTwoVarGraph.Designer.vb | 58 +- instat/sdgDescribeTwoVarGraph.resx | 240 - instat/sdgDistributionOptions.Designer.vb | 173 +- instat/sdgDistributionOptions.resx | 732 ---- instat/sdgDoyRange.Designer.vb | 22 +- instat/sdgExportToWWR.Designer.vb | 18 +- instat/sdgExtremesDisplayOptions.Designer.vb | 10 +- instat/sdgExtremesMethod.Designer.vb | 8 +- instat/sdgFactorDataFrame.Designer.vb | 44 +- instat/sdgFactorDataFrame.resx | 174 - instat/sdgFiltersFromFactor.Designer.vb | 41 +- instat/sdgFiltersFromFactor.resx | 168 - .../sdgFitCorruptionModelDisplay.Designer.vb | 9 +- instat/sdgFitCorruptionModelDisplay.resx | 27 - instat/sdgFormatSummaryTables.Designer.vb | 9 +- instat/sdgFormatSummaryTables.resx | 27 - instat/sdgFrequency.Designer.vb | 47 +- instat/sdgFrequency.resx | 192 - instat/sdgImportFromClimSoft.Designer.vb | 82 +- instat/sdgImportFromClimSoft.resx | 339 -- instat/sdgInventoryPlot.Designer.vb | 443 +- instat/sdgInventoryPlot.resx | 1857 -------- instat/sdgLayerOptions.Designer.vb | 43 +- instat/sdgLayerOptions.resx | 165 - instat/sdgMapOption.Designer.vb | 81 +- instat/sdgMapOption.resx | 327 -- instat/sdgMerge.Designer.vb | 84 +- instat/sdgMerge.resx | 357 -- instat/sdgMergeColumnsToInclude.Designer.vb | 62 +- instat/sdgMergeColumnsToInclude.resx | 246 -- instat/sdgMissingOptions.Designer.vb | 24 +- instat/sdgModelOptions.Designer.vb | 84 +- instat/sdgModelOptions.resx | 357 -- instat/sdgOneVarCompareModels.Designer.vb | 76 +- instat/sdgOneVarCompareModels.resx | 300 -- instat/sdgOneVarFitModDisplay.Designer.vb | 106 +- instat/sdgOneVarFitModDisplay.resx | 450 -- instat/sdgOneVarFitModel.Designer.vb | 95 +- instat/sdgOneVarFitModel.resx | 408 -- instat/sdgOneVarGraph.Designer.vb | 82 +- instat/sdgOneVarGraph.resx | 333 -- instat/sdgOneVarUseModFit.Designer.vb | 166 +- instat/sdgOneVarUseModFit.resx | 717 --- instat/sdgOneWayFrequencies.Designer.vb | 219 +- instat/sdgOneWayFrequencies.resx | 939 ---- instat/sdgOpenNetCDF.Designer.vb | 288 +- instat/sdgOpenNetCDF.resx | 1215 ------ instat/sdgPICSARainfallGraph.Designer.vb | 933 +++- instat/sdgPICSARainfallGraph.resx | 3852 ----------------- instat/sdgParallelPlots.Designer.vb | 37 +- instat/sdgParallelPlots.resx | 147 - instat/sdgPlotRegion.Designer.vb | 274 +- instat/sdgPlotRegion.resx | 1176 ----- instat/sdgPlots.Designer.vb | 825 +++- instat/sdgPlots.resx | 3483 --------------- .../sdgPrincipalComponentAnalysis.Designer.vb | 243 +- instat/sdgPrincipalComponentAnalysis.resx | 1056 ----- instat/sdgProportionsPercentages.Designer.vb | 101 +- instat/sdgProportionsPercentages.resx | 411 -- instat/sdgRestrict.Designer.vb | 92 +- instat/sdgRestrict.resx | 399 -- instat/sdgSaveColumnPosition.Designer.vb | 15 +- instat/sdgSelectMonth.Designer.vb | 7 +- instat/sdgSimpleRegOptions.Designer.vb | 268 +- instat/sdgSimpleRegOptions.resx | 1149 ----- instat/sdgSummaries.Designer.vb | 755 +++- instat/sdgSummaries.resx | 3051 ------------- instat/sdgThemes.Designer.vb | 523 ++- instat/sdgThemes.resx | 2169 ---------- instat/sdgThemesSub.Designer.vb | 47 +- instat/sdgTimeSeries.Designer.vb | 50 +- instat/sdgTwoWayFrequencies.Designer.vb | 166 +- instat/sdgTwoWayFrequencies.resx | 708 --- instat/sdgVariableTransformations.Designer.vb | 136 +- instat/sdgVariableTransformations.resx | 570 --- instat/sdgVerificationSummaries.Designer.vb | 60 +- instat/sdgWindrose.Designer.vb | 143 +- instat/sdgWindrose.resx | 624 +++ 116 files changed, 8130 insertions(+), 39069 deletions(-) diff --git a/instat/sdgANOVAOptions.Designer.vb b/instat/sdgANOVAOptions.Designer.vb index 3262e449b24..56725e2ec56 100644 --- a/instat/sdgANOVAOptions.Designer.vb +++ b/instat/sdgANOVAOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgANOVAOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgANOVAOptions)) Me.ucrBaseSdg = New instat.ucrButtonsSubdialogue() Me.tbpGraphics = New System.Windows.Forms.TabPage() Me.grpMeans = New System.Windows.Forms.GroupBox() @@ -65,15 +64,20 @@ Partial Class sdgANOVAOptions ' 'ucrBaseSdg ' - resources.ApplyResources(Me.ucrBaseSdg, "ucrBaseSdg") + Me.ucrBaseSdg.AutoSize = True + Me.ucrBaseSdg.Location = New System.Drawing.Point(35, 115) Me.ucrBaseSdg.Name = "ucrBaseSdg" + Me.ucrBaseSdg.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSdg.TabIndex = 0 ' 'tbpGraphics ' Me.tbpGraphics.Controls.Add(Me.grpMeans) Me.tbpGraphics.Controls.Add(Me.grpResiduals) - resources.ApplyResources(Me.tbpGraphics, "tbpGraphics") + Me.tbpGraphics.Location = New System.Drawing.Point(4, 22) Me.tbpGraphics.Name = "tbpGraphics" + Me.tbpGraphics.Size = New System.Drawing.Size(192, 74) + Me.tbpGraphics.TabIndex = 1 Me.tbpGraphics.Tag = "Graphics" Me.tbpGraphics.UseVisualStyleBackColor = True ' @@ -83,49 +87,63 @@ Partial Class sdgANOVAOptions Me.grpMeans.Controls.Add(Me.lblConfidenceLevel) Me.grpMeans.Controls.Add(Me.chkConfidenceLimits) Me.grpMeans.Controls.Add(Me.chkMeans) - resources.ApplyResources(Me.grpMeans, "grpMeans") + Me.grpMeans.Location = New System.Drawing.Point(0, 0) Me.grpMeans.Name = "grpMeans" + Me.grpMeans.Size = New System.Drawing.Size(200, 100) + Me.grpMeans.TabIndex = 0 Me.grpMeans.TabStop = False Me.grpMeans.Tag = "Means" ' 'nudConfidenceLevel ' - resources.ApplyResources(Me.nudConfidenceLevel, "nudConfidenceLevel") + Me.nudConfidenceLevel.Location = New System.Drawing.Point(0, 0) Me.nudConfidenceLevel.Name = "nudConfidenceLevel" + Me.nudConfidenceLevel.Size = New System.Drawing.Size(120, 20) + Me.nudConfidenceLevel.TabIndex = 0 Me.nudConfidenceLevel.Value = New Decimal(New Integer() {95, 0, 0, 0}) ' 'lblConfidenceLevel ' - resources.ApplyResources(Me.lblConfidenceLevel, "lblConfidenceLevel") + Me.lblConfidenceLevel.Location = New System.Drawing.Point(0, 0) Me.lblConfidenceLevel.Name = "lblConfidenceLevel" + Me.lblConfidenceLevel.Size = New System.Drawing.Size(100, 23) + Me.lblConfidenceLevel.TabIndex = 1 Me.lblConfidenceLevel.Tag = "Confidence_level" ' 'chkConfidenceLimits ' - resources.ApplyResources(Me.chkConfidenceLimits, "chkConfidenceLimits") + Me.chkConfidenceLimits.Location = New System.Drawing.Point(0, 0) Me.chkConfidenceLimits.Name = "chkConfidenceLimits" + Me.chkConfidenceLimits.Size = New System.Drawing.Size(104, 24) + Me.chkConfidenceLimits.TabIndex = 2 Me.chkConfidenceLimits.Tag = "Confidence_limits" Me.chkConfidenceLimits.UseVisualStyleBackColor = True ' 'chkMeans ' - resources.ApplyResources(Me.chkMeans, "chkMeans") + Me.chkMeans.Location = New System.Drawing.Point(0, 0) Me.chkMeans.Name = "chkMeans" + Me.chkMeans.Size = New System.Drawing.Size(104, 24) + Me.chkMeans.TabIndex = 3 Me.chkMeans.Tag = "Means" Me.chkMeans.UseVisualStyleBackColor = True ' 'grpResiduals ' Me.grpResiduals.Controls.Add(Me.chkResiduals) - resources.ApplyResources(Me.grpResiduals, "grpResiduals") + Me.grpResiduals.Location = New System.Drawing.Point(0, 0) Me.grpResiduals.Name = "grpResiduals" + Me.grpResiduals.Size = New System.Drawing.Size(200, 100) + Me.grpResiduals.TabIndex = 1 Me.grpResiduals.TabStop = False Me.grpResiduals.Tag = "Residuals" ' 'chkResiduals ' - resources.ApplyResources(Me.chkResiduals, "chkResiduals") + Me.chkResiduals.Location = New System.Drawing.Point(0, 0) Me.chkResiduals.Name = "chkResiduals" + Me.chkResiduals.Size = New System.Drawing.Size(104, 24) + Me.chkResiduals.TabIndex = 0 Me.chkResiduals.Tag = "Four_in_one" Me.chkResiduals.UseVisualStyleBackColor = True ' @@ -133,9 +151,11 @@ Partial Class sdgANOVAOptions ' Me.tbcOptions.Controls.Add(Me.tbpDisplay) Me.tbcOptions.Controls.Add(Me.tbpGraphics) - resources.ApplyResources(Me.tbcOptions, "tbcOptions") + Me.tbcOptions.Location = New System.Drawing.Point(14, 9) Me.tbcOptions.Name = "tbcOptions" Me.tbcOptions.SelectedIndex = 0 + Me.tbcOptions.Size = New System.Drawing.Size(200, 100) + Me.tbcOptions.TabIndex = 1 ' 'tbpDisplay ' @@ -144,56 +164,71 @@ Partial Class sdgANOVAOptions Me.tbpDisplay.Controls.Add(Me.chkMeansAndCounts) Me.tbpDisplay.Controls.Add(Me.chkEstimateValues) Me.tbpDisplay.Controls.Add(Me.chkANOVATable) - resources.ApplyResources(Me.tbpDisplay, "tbpDisplay") + Me.tbpDisplay.Location = New System.Drawing.Point(4, 22) Me.tbpDisplay.Name = "tbpDisplay" + Me.tbpDisplay.Size = New System.Drawing.Size(192, 74) + Me.tbpDisplay.TabIndex = 0 Me.tbpDisplay.Tag = "Display" Me.tbpDisplay.UseVisualStyleBackColor = True ' 'chkContrasts ' - resources.ApplyResources(Me.chkContrasts, "chkContrasts") + Me.chkContrasts.Location = New System.Drawing.Point(0, 0) Me.chkContrasts.Name = "chkContrasts" + Me.chkContrasts.Size = New System.Drawing.Size(104, 24) + Me.chkContrasts.TabIndex = 0 Me.chkContrasts.Tag = "Contrasts" Me.chkContrasts.UseVisualStyleBackColor = True ' 'chkStandardErrors ' - resources.ApplyResources(Me.chkStandardErrors, "chkStandardErrors") + Me.chkStandardErrors.Location = New System.Drawing.Point(0, 0) Me.chkStandardErrors.Name = "chkStandardErrors" + Me.chkStandardErrors.Size = New System.Drawing.Size(104, 24) + Me.chkStandardErrors.TabIndex = 1 Me.chkStandardErrors.Tag = "Standard_errors" Me.chkStandardErrors.UseVisualStyleBackColor = True ' 'chkMeansAndCounts ' - resources.ApplyResources(Me.chkMeansAndCounts, "chkMeansAndCounts") + Me.chkMeansAndCounts.Location = New System.Drawing.Point(0, 0) Me.chkMeansAndCounts.Name = "chkMeansAndCounts" + Me.chkMeansAndCounts.Size = New System.Drawing.Size(104, 24) + Me.chkMeansAndCounts.TabIndex = 2 Me.chkMeansAndCounts.Tag = "Means_and_counts" Me.chkMeansAndCounts.UseVisualStyleBackColor = True ' 'chkEstimateValues ' - resources.ApplyResources(Me.chkEstimateValues, "chkEstimateValues") + Me.chkEstimateValues.Location = New System.Drawing.Point(0, 0) Me.chkEstimateValues.Name = "chkEstimateValues" + Me.chkEstimateValues.Size = New System.Drawing.Size(104, 24) + Me.chkEstimateValues.TabIndex = 3 Me.chkEstimateValues.Tag = "P_values" Me.chkEstimateValues.UseVisualStyleBackColor = True ' 'chkANOVATable ' - resources.ApplyResources(Me.chkANOVATable, "chkANOVATable") + Me.chkANOVATable.Location = New System.Drawing.Point(0, 0) Me.chkANOVATable.Name = "chkANOVATable" + Me.chkANOVATable.Size = New System.Drawing.Size(104, 24) + Me.chkANOVATable.TabIndex = 4 Me.chkANOVATable.Tag = "ANOVA Table" Me.chkANOVATable.UseVisualStyleBackColor = True ' 'sdgANOVAOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(241, 155) Me.Controls.Add(Me.ucrBaseSdg) Me.Controls.Add(Me.tbcOptions) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgANOVAOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "ANOVA_options" Me.tbpGraphics.ResumeLayout(False) Me.grpMeans.ResumeLayout(False) @@ -202,6 +237,7 @@ Partial Class sdgANOVAOptions Me.tbcOptions.ResumeLayout(False) Me.tbpDisplay.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgANOVAOptions.resx b/instat/sdgANOVAOptions.resx index e7369a33583..29dcb1b3a35 100644 --- a/instat/sdgANOVAOptions.resx +++ b/instat/sdgANOVAOptions.resx @@ -117,364 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 35, 115 - - - 157, 30 - - - - 0 - - - ucrBaseSdg - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 0, 0 - - - 120, 20 - - - 0 - - - nudConfidenceLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMeans - - - 0 - - - 0, 0 - - - 100, 23 - - - 1 - - - lblConfidenceLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMeans - - - 1 - - - 0, 0 - - - 104, 24 - - - 2 - - - chkConfidenceLimits - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMeans - - - 2 - - - 0, 0 - - - 104, 24 - - - 3 - - - chkMeans - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMeans - - - 3 - - - 0, 0 - - - 200, 100 - - - 0 - - - grpMeans - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphics - - - 0 - - - 0, 0 - - - 104, 24 - - - 0 - - - chkResiduals - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpResiduals - - - 0 - - - 0, 0 - - - 200, 100 - - - 1 - - - grpResiduals - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphics - - - 1 - - - 4, 22 - - - 192, 74 - - - 1 - - - tbpGraphics - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 1 - - - 0, 0 - - - 104, 24 - - - 0 - - - chkContrasts - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 0 - - - 0, 0 - - - 104, 24 - - - 1 - - - chkStandardErrors - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 1 - - - 0, 0 - - - 104, 24 - - - 2 - - - chkMeansAndCounts - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 2 - - - 0, 0 - - - 104, 24 - - - 3 - - - chkEstimateValues - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 3 - - - 0, 0 - - - 104, 24 - - - 4 - - - chkANOVATable - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 4 - - - 4, 22 - - - 192, 74 - - - 0 - - - tbpDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 0 - - - 14, 9 - - - 200, 100 - - - 1 - - - tbcOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 241, 155 - - - - CenterParent - - - sdgANOVAOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgAddLink.Designer.vb b/instat/sdgAddLink.Designer.vb index 774513f4f05..bd827bfa296 100644 --- a/instat/sdgAddLink.Designer.vb +++ b/instat/sdgAddLink.Designer.vb @@ -38,25 +38,32 @@ Partial Class sdgAddLink 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgAddLink)) Me.ucrBaseSubdialogue = New instat.ucrButtonsSubdialogue() Me.SuspendLayout() ' 'ucrBaseSubdialogue ' - resources.ApplyResources(Me.ucrBaseSubdialogue, "ucrBaseSubdialogue") + Me.ucrBaseSubdialogue.AutoSize = True + Me.ucrBaseSubdialogue.Location = New System.Drawing.Point(54, 219) Me.ucrBaseSubdialogue.Name = "ucrBaseSubdialogue" + Me.ucrBaseSubdialogue.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubdialogue.TabIndex = 0 ' 'sdgAddLink ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(284, 261) Me.Controls.Add(Me.ucrBaseSubdialogue) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgAddLink" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Add Link" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgAddLink.resx b/instat/sdgAddLink.resx index bbfb6647a1d..29dcb1b3a35 100644 --- a/instat/sdgAddLink.resx +++ b/instat/sdgAddLink.resx @@ -117,52 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 54, 219 - - - 156, 30 - - - - 0 - - - ucrBaseSubdialogue - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 284, 261 - - - - CenterScreen - - - Add Link - - - sdgAddLink - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgAddNewDistribution.Designer.vb b/instat/sdgAddNewDistribution.Designer.vb index dc8d6a02804..bc58a87c519 100644 --- a/instat/sdgAddNewDistribution.Designer.vb +++ b/instat/sdgAddNewDistribution.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgAddNewDistribution 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgAddNewDistribution)) Me.ucrBaseSubDialog = New instat.ucrButtonsSubdialogue() Me.ucrNewDistributions = New instat.ucrDistributionsWithParameters() Me.grpChangeLimits = New System.Windows.Forms.GroupBox() @@ -64,13 +63,19 @@ Partial Class sdgAddNewDistribution ' 'ucrBaseSubDialog ' - resources.ApplyResources(Me.ucrBaseSubDialog, "ucrBaseSubDialog") + Me.ucrBaseSubDialog.AutoSize = True + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(13, 344) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" + Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubDialog.TabIndex = 6 ' 'ucrNewDistributions ' - resources.ApplyResources(Me.ucrNewDistributions, "ucrNewDistributions") + Me.ucrNewDistributions.AutoSize = True + Me.ucrNewDistributions.Location = New System.Drawing.Point(12, 12) Me.ucrNewDistributions.Name = "ucrNewDistributions" + Me.ucrNewDistributions.Size = New System.Drawing.Size(1037, 194) + Me.ucrNewDistributions.TabIndex = 0 ' 'grpChangeLimits ' @@ -80,83 +85,124 @@ Partial Class sdgAddNewDistribution Me.grpChangeLimits.Controls.Add(Me.nudXlimLower) Me.grpChangeLimits.Controls.Add(Me.lblYlim) Me.grpChangeLimits.Controls.Add(Me.lblXlim) - resources.ApplyResources(Me.grpChangeLimits, "grpChangeLimits") + Me.grpChangeLimits.Location = New System.Drawing.Point(13, 198) Me.grpChangeLimits.Name = "grpChangeLimits" + Me.grpChangeLimits.Size = New System.Drawing.Size(200, 71) + Me.grpChangeLimits.TabIndex = 1 Me.grpChangeLimits.TabStop = False + Me.grpChangeLimits.Text = "Change Limits" ' 'nudYlimUpper ' - resources.ApplyResources(Me.nudYlimUpper, "nudYlimUpper") + Me.nudYlimUpper.Location = New System.Drawing.Point(137, 43) Me.nudYlimUpper.Name = "nudYlimUpper" + Me.nudYlimUpper.Size = New System.Drawing.Size(42, 20) + Me.nudYlimUpper.TabIndex = 5 ' 'nudXlimUpper ' - resources.ApplyResources(Me.nudXlimUpper, "nudXlimUpper") + Me.nudXlimUpper.Location = New System.Drawing.Point(137, 16) Me.nudXlimUpper.Name = "nudXlimUpper" + Me.nudXlimUpper.Size = New System.Drawing.Size(42, 20) + Me.nudXlimUpper.TabIndex = 4 ' 'nudYlimLower ' - resources.ApplyResources(Me.nudYlimLower, "nudYlimLower") + Me.nudYlimLower.Location = New System.Drawing.Point(78, 43) Me.nudYlimLower.Name = "nudYlimLower" + Me.nudYlimLower.Size = New System.Drawing.Size(42, 20) + Me.nudYlimLower.TabIndex = 3 ' 'nudXlimLower ' - resources.ApplyResources(Me.nudXlimLower, "nudXlimLower") + Me.nudXlimLower.Location = New System.Drawing.Point(78, 16) Me.nudXlimLower.Name = "nudXlimLower" + Me.nudXlimLower.Size = New System.Drawing.Size(42, 20) + Me.nudXlimLower.TabIndex = 2 ' 'lblYlim ' - resources.ApplyResources(Me.lblYlim, "lblYlim") + Me.lblYlim.AutoSize = True + Me.lblYlim.Location = New System.Drawing.Point(7, 46) Me.lblYlim.Name = "lblYlim" + Me.lblYlim.Size = New System.Drawing.Size(26, 13) + Me.lblYlim.TabIndex = 1 + Me.lblYlim.Text = "Ylim" ' 'lblXlim ' - resources.ApplyResources(Me.lblXlim, "lblXlim") + Me.lblXlim.AutoSize = True + Me.lblXlim.Location = New System.Drawing.Point(7, 20) Me.lblXlim.Name = "lblXlim" + Me.lblXlim.Size = New System.Drawing.Size(26, 13) + Me.lblXlim.TabIndex = 0 + Me.lblXlim.Text = "Xlim" ' 'grpPlot ' Me.grpPlot.Controls.Add(Me.rdoProbability) Me.grpPlot.Controls.Add(Me.rdoDensity) - resources.ApplyResources(Me.grpPlot, "grpPlot") + Me.grpPlot.Location = New System.Drawing.Point(13, 276) Me.grpPlot.Name = "grpPlot" + Me.grpPlot.Size = New System.Drawing.Size(200, 36) + Me.grpPlot.TabIndex = 2 Me.grpPlot.TabStop = False + Me.grpPlot.Text = "Plot" ' 'rdoProbability ' - resources.ApplyResources(Me.rdoProbability, "rdoProbability") + Me.rdoProbability.AutoSize = True + Me.rdoProbability.Location = New System.Drawing.Point(104, 15) Me.rdoProbability.Name = "rdoProbability" + Me.rdoProbability.Size = New System.Drawing.Size(73, 17) + Me.rdoProbability.TabIndex = 1 Me.rdoProbability.TabStop = True + Me.rdoProbability.Text = "Probability" Me.rdoProbability.UseVisualStyleBackColor = True ' 'rdoDensity ' - resources.ApplyResources(Me.rdoDensity, "rdoDensity") + Me.rdoDensity.AutoSize = True + Me.rdoDensity.Location = New System.Drawing.Point(7, 15) Me.rdoDensity.Name = "rdoDensity" + Me.rdoDensity.Size = New System.Drawing.Size(60, 17) + Me.rdoDensity.TabIndex = 0 Me.rdoDensity.TabStop = True + Me.rdoDensity.Text = "Density" Me.rdoDensity.UseVisualStyleBackColor = True ' 'cmdAddDistribution ' - resources.ApplyResources(Me.cmdAddDistribution, "cmdAddDistribution") + Me.cmdAddDistribution.Location = New System.Drawing.Point(13, 315) Me.cmdAddDistribution.Name = "cmdAddDistribution" + Me.cmdAddDistribution.Size = New System.Drawing.Size(120, 23) + Me.cmdAddDistribution.TabIndex = 3 + Me.cmdAddDistribution.Text = "Add Distribution" Me.cmdAddDistribution.UseVisualStyleBackColor = True ' 'lstAddedDistribution ' Me.lstAddedDistribution.FormattingEnabled = True - resources.ApplyResources(Me.lstAddedDistribution, "lstAddedDistribution") + Me.lstAddedDistribution.Location = New System.Drawing.Point(271, 44) Me.lstAddedDistribution.Name = "lstAddedDistribution" + Me.lstAddedDistribution.Size = New System.Drawing.Size(120, 147) + Me.lstAddedDistribution.TabIndex = 5 ' 'lblAddedDistribution ' - resources.ApplyResources(Me.lblAddedDistribution, "lblAddedDistribution") + Me.lblAddedDistribution.AutoSize = True + Me.lblAddedDistribution.Location = New System.Drawing.Point(268, 28) Me.lblAddedDistribution.Name = "lblAddedDistribution" + Me.lblAddedDistribution.Size = New System.Drawing.Size(93, 13) + Me.lblAddedDistribution.TabIndex = 4 + Me.lblAddedDistribution.Text = "Added Distribution" ' 'sdgAddNewDistribution ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(395, 375) Me.Controls.Add(Me.lblAddedDistribution) Me.Controls.Add(Me.lstAddedDistribution) Me.Controls.Add(Me.cmdAddDistribution) @@ -168,6 +214,8 @@ Partial Class sdgAddNewDistribution Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgAddNewDistribution" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "New Distribution" Me.grpChangeLimits.ResumeLayout(False) Me.grpChangeLimits.PerformLayout() CType(Me.nudYlimUpper, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/instat/sdgAddNewDistribution.resx b/instat/sdgAddNewDistribution.resx index 78d35a932eb..29dcb1b3a35 100644 --- a/instat/sdgAddNewDistribution.resx +++ b/instat/sdgAddNewDistribution.resx @@ -117,385 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13, 344 - - - 154, 30 - - - - 6 - - - ucrBaseSubDialog - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 12, 12 - - - 253, 194 - - - 0 - - - ucrNewDistributions - - - instat.ucrDistributionsWithParameters, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 137, 43 - - - 42, 20 - - - 5 - - - nudYlimUpper - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 0 - - - 137, 16 - - - 42, 20 - - - 4 - - - nudXlimUpper - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 1 - - - 78, 43 - - - 42, 20 - - - 3 - - - nudYlimLower - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 2 - - - 78, 16 - - - 42, 20 - - - 2 - - - nudXlimLower - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 3 - - - True - - - 7, 46 - - - 26, 13 - - - 1 - - - Ylim - - - lblYlim - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 4 - - - True - - - 7, 20 - - - 26, 13 - - - 0 - - - Xlim - - - lblXlim - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChangeLimits - - - 5 - - - 13, 198 - - - 200, 71 - - - 1 - - - Change Limits - - - grpChangeLimits - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 104, 15 - - - 73, 17 - - - 1 - - - Probability - - - rdoProbability - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlot - - - 0 - - - True - - - 7, 15 - - - 60, 17 - - - 0 - - - Density - - - rdoDensity - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlot - - - 1 - - - 13, 276 - - - 200, 36 - - - 2 - - - Plot - - - grpPlot - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 13, 315 - - - 120, 23 - - - 3 - - - Add Distribution - - - cmdAddDistribution - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 271, 44 - - - 120, 147 - - - 5 - - - lstAddedDistribution - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 268, 28 - - - 93, 13 - - - 4 - - - Added Distribution - - - lblAddedDistribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 395, 375 - - - - CenterParent - - - New Distribution - - - sdgAddNewDistribution - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgCalculationsSummmary.Designer.vb b/instat/sdgCalculationsSummmary.Designer.vb index 4c70f740404..59cfa5aea2d 100644 --- a/instat/sdgCalculationsSummmary.Designer.vb +++ b/instat/sdgCalculationsSummmary.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCalculationsSummmary 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCalculationsSummmary)) Me.tbSummaryCalcs = New System.Windows.Forms.TabControl() Me.tbMain = New System.Windows.Forms.TabPage() Me.ucrDefineFilter = New instat.ucrFilter() @@ -82,9 +81,11 @@ Partial Class sdgCalculationsSummmary Me.tbSummaryCalcs.Controls.Add(Me.tbMain) Me.tbSummaryCalcs.Controls.Add(Me.tbManipulations) Me.tbSummaryCalcs.Controls.Add(Me.tbSubCalcs) - resources.ApplyResources(Me.tbSummaryCalcs, "tbSummaryCalcs") + Me.tbSummaryCalcs.Location = New System.Drawing.Point(0, 0) Me.tbSummaryCalcs.Name = "tbSummaryCalcs" Me.tbSummaryCalcs.SelectedIndex = 0 + Me.tbSummaryCalcs.Size = New System.Drawing.Size(803, 533) + Me.tbSummaryCalcs.TabIndex = 1 ' 'tbMain ' @@ -103,106 +104,164 @@ Partial Class sdgCalculationsSummmary Me.tbMain.Controls.Add(Me.ucrSelectorBy) Me.tbMain.Controls.Add(Me.ucrPnlSave) Me.tbMain.Controls.Add(Me.ucrCalcSummary) - resources.ApplyResources(Me.tbMain, "tbMain") + Me.tbMain.Location = New System.Drawing.Point(4, 22) Me.tbMain.Name = "tbMain" + Me.tbMain.Padding = New System.Windows.Forms.Padding(3) + Me.tbMain.Size = New System.Drawing.Size(795, 507) + Me.tbMain.TabIndex = 0 + Me.tbMain.Text = "Main" Me.tbMain.UseVisualStyleBackColor = True ' 'ucrDefineFilter ' - resources.ApplyResources(Me.ucrDefineFilter, "ucrDefineFilter") + Me.ucrDefineFilter.AutoSize = True + Me.ucrDefineFilter.Location = New System.Drawing.Point(8, 55) Me.ucrDefineFilter.Name = "ucrDefineFilter" + Me.ucrDefineFilter.Size = New System.Drawing.Size(770, 389) + Me.ucrDefineFilter.TabIndex = 19 ' 'ucrReceiverByOrSort ' + Me.ucrReceiverByOrSort.AutoSize = True Me.ucrReceiverByOrSort.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverByOrSort, "ucrReceiverByOrSort") + Me.ucrReceiverByOrSort.Location = New System.Drawing.Point(239, 143) + Me.ucrReceiverByOrSort.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverByOrSort.Name = "ucrReceiverByOrSort" Me.ucrReceiverByOrSort.Selector = Nothing + Me.ucrReceiverByOrSort.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverByOrSort.strNcFilePath = "" + Me.ucrReceiverByOrSort.TabIndex = 18 Me.ucrReceiverByOrSort.ucrSelector = Nothing ' 'ucrInputCalculationName ' Me.ucrInputCalculationName.AddQuotesIfUnrecognised = True + Me.ucrInputCalculationName.AutoSize = True Me.ucrInputCalculationName.IsMultiline = False Me.ucrInputCalculationName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCalculationName, "ucrInputCalculationName") + Me.ucrInputCalculationName.Location = New System.Drawing.Point(373, 439) Me.ucrInputCalculationName.Name = "ucrInputCalculationName" + Me.ucrInputCalculationName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputCalculationName.TabIndex = 12 ' 'lblReceiverLabel ' - resources.ApplyResources(Me.lblReceiverLabel, "lblReceiverLabel") + Me.lblReceiverLabel.AutoSize = True + Me.lblReceiverLabel.Location = New System.Drawing.Point(236, 126) Me.lblReceiverLabel.Name = "lblReceiverLabel" + Me.lblReceiverLabel.Size = New System.Drawing.Size(45, 13) + Me.lblReceiverLabel.TabIndex = 15 + Me.lblReceiverLabel.Text = "Factors:" ' 'ucrInputResultName ' Me.ucrInputResultName.AddQuotesIfUnrecognised = True + Me.ucrInputResultName.AutoSize = True Me.ucrInputResultName.IsMultiline = False Me.ucrInputResultName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputResultName, "ucrInputResultName") + Me.ucrInputResultName.Location = New System.Drawing.Point(102, 439) Me.ucrInputResultName.Name = "ucrInputResultName" + Me.ucrInputResultName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputResultName.TabIndex = 13 ' 'lblResultName ' - resources.ApplyResources(Me.lblResultName, "lblResultName") + Me.lblResultName.AutoSize = True + Me.lblResultName.Location = New System.Drawing.Point(12, 442) Me.lblResultName.Name = "lblResultName" + Me.lblResultName.Size = New System.Drawing.Size(71, 13) + Me.lblResultName.TabIndex = 10 + Me.lblResultName.Text = "Result Name:" ' 'lblCalcName ' - resources.ApplyResources(Me.lblCalcName, "lblCalcName") + Me.lblCalcName.AutoSize = True + Me.lblCalcName.Location = New System.Drawing.Point(273, 442) Me.lblCalcName.Name = "lblCalcName" + Me.lblCalcName.Size = New System.Drawing.Size(93, 13) + Me.lblCalcName.TabIndex = 9 + Me.lblCalcName.Text = "Calculation Name:" ' 'rdoSaveCalcAndResult ' - resources.ApplyResources(Me.rdoSaveCalcAndResult, "rdoSaveCalcAndResult") + Me.rdoSaveCalcAndResult.AutoSize = True + Me.rdoSaveCalcAndResult.Location = New System.Drawing.Point(12, 476) Me.rdoSaveCalcAndResult.Name = "rdoSaveCalcAndResult" + Me.rdoSaveCalcAndResult.Size = New System.Drawing.Size(159, 17) + Me.rdoSaveCalcAndResult.TabIndex = 8 Me.rdoSaveCalcAndResult.TabStop = True + Me.rdoSaveCalcAndResult.Text = "Save Calculation and Result" Me.rdoSaveCalcAndResult.UseVisualStyleBackColor = True ' 'rdoSaveCalculation ' - resources.ApplyResources(Me.rdoSaveCalculation, "rdoSaveCalculation") + Me.rdoSaveCalculation.AutoSize = True + Me.rdoSaveCalculation.Location = New System.Drawing.Point(186, 476) Me.rdoSaveCalculation.Name = "rdoSaveCalculation" + Me.rdoSaveCalculation.Size = New System.Drawing.Size(129, 17) + Me.rdoSaveCalculation.TabIndex = 7 Me.rdoSaveCalculation.TabStop = True + Me.rdoSaveCalculation.Text = "Save Calculation Only" Me.rdoSaveCalculation.UseVisualStyleBackColor = True ' 'rdoDoNotSave ' - resources.ApplyResources(Me.rdoDoNotSave, "rdoDoNotSave") + Me.rdoDoNotSave.AutoSize = True + Me.rdoDoNotSave.Location = New System.Drawing.Point(330, 476) Me.rdoDoNotSave.Name = "rdoDoNotSave" + Me.rdoDoNotSave.Size = New System.Drawing.Size(90, 17) + Me.rdoDoNotSave.TabIndex = 6 Me.rdoDoNotSave.TabStop = True + Me.rdoDoNotSave.Text = "Save Nothing" Me.rdoDoNotSave.UseVisualStyleBackColor = True ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.AutoSize = True + Me.lblType.Location = New System.Drawing.Point(9, 12) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(34, 13) + Me.lblType.TabIndex = 4 + Me.lblType.Text = "Type:" ' 'ucrInputType ' Me.ucrInputType.AddQuotesIfUnrecognised = True + Me.ucrInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputType.GetSetSelectedIndex = -1 Me.ucrInputType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputType, "ucrInputType") + Me.ucrInputType.Location = New System.Drawing.Point(8, 28) Me.ucrInputType.Name = "ucrInputType" + Me.ucrInputType.Size = New System.Drawing.Size(120, 21) + Me.ucrInputType.TabIndex = 3 ' 'ucrSelectorBy ' + Me.ucrSelectorBy.AutoSize = True Me.ucrSelectorBy.bDropUnusedFilterLevels = False Me.ucrSelectorBy.bShowHiddenColumns = False Me.ucrSelectorBy.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorBy, "ucrSelectorBy") + Me.ucrSelectorBy.Location = New System.Drawing.Point(8, 114) + Me.ucrSelectorBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorBy.Name = "ucrSelectorBy" + Me.ucrSelectorBy.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorBy.TabIndex = 14 ' 'ucrPnlSave ' - resources.ApplyResources(Me.ucrPnlSave, "ucrPnlSave") + Me.ucrPnlSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSave.Location = New System.Drawing.Point(3, 466) Me.ucrPnlSave.Name = "ucrPnlSave" + Me.ucrPnlSave.Size = New System.Drawing.Size(427, 38) + Me.ucrPnlSave.TabIndex = 20 ' 'ucrCalcSummary ' - resources.ApplyResources(Me.ucrCalcSummary, "ucrCalcSummary") + Me.ucrCalcSummary.AutoSize = True + Me.ucrCalcSummary.Location = New System.Drawing.Point(8, 50) Me.ucrCalcSummary.Name = "ucrCalcSummary" + Me.ucrCalcSummary.Size = New System.Drawing.Size(860, 338) + Me.ucrCalcSummary.TabIndex = 17 ' 'tbManipulations ' @@ -212,44 +271,67 @@ Partial Class sdgCalculationsSummmary Me.tbManipulations.Controls.Add(Me.lblManipulations) Me.tbManipulations.Controls.Add(Me.cmdManipEdit) Me.tbManipulations.Controls.Add(Me.cmdManipAdd) - resources.ApplyResources(Me.tbManipulations, "tbManipulations") + Me.tbManipulations.Location = New System.Drawing.Point(4, 22) Me.tbManipulations.Name = "tbManipulations" + Me.tbManipulations.Padding = New System.Windows.Forms.Padding(3) + Me.tbManipulations.Size = New System.Drawing.Size(795, 507) + Me.tbManipulations.TabIndex = 1 + Me.tbManipulations.Text = "Manipulations" Me.tbManipulations.UseVisualStyleBackColor = True ' 'ucrManipulations ' - resources.ApplyResources(Me.ucrManipulations, "ucrManipulations") + Me.ucrManipulations.AutoSize = True + Me.ucrManipulations.Location = New System.Drawing.Point(6, 32) Me.ucrManipulations.Name = "ucrManipulations" + Me.ucrManipulations.Size = New System.Drawing.Size(199, 150) + Me.ucrManipulations.TabIndex = 21 Me.ucrManipulations.ucrDataFrameList = Nothing Me.ucrManipulations.ucrReceiver = Nothing ' 'cmdManipDuplicate ' - resources.ApplyResources(Me.cmdManipDuplicate, "cmdManipDuplicate") + Me.cmdManipDuplicate.Location = New System.Drawing.Point(166, 132) Me.cmdManipDuplicate.Name = "cmdManipDuplicate" + Me.cmdManipDuplicate.Size = New System.Drawing.Size(75, 23) + Me.cmdManipDuplicate.TabIndex = 20 + Me.cmdManipDuplicate.Text = "Duplicate" Me.cmdManipDuplicate.UseVisualStyleBackColor = True ' 'cmdManipDelete ' - resources.ApplyResources(Me.cmdManipDelete, "cmdManipDelete") + Me.cmdManipDelete.Location = New System.Drawing.Point(166, 103) Me.cmdManipDelete.Name = "cmdManipDelete" + Me.cmdManipDelete.Size = New System.Drawing.Size(75, 23) + Me.cmdManipDelete.TabIndex = 17 + Me.cmdManipDelete.Text = "Delete" Me.cmdManipDelete.UseVisualStyleBackColor = True ' 'lblManipulations ' - resources.ApplyResources(Me.lblManipulations, "lblManipulations") + Me.lblManipulations.AutoSize = True + Me.lblManipulations.Location = New System.Drawing.Point(9, 17) Me.lblManipulations.Name = "lblManipulations" + Me.lblManipulations.Size = New System.Drawing.Size(75, 13) + Me.lblManipulations.TabIndex = 16 + Me.lblManipulations.Text = "Manipulations:" ' 'cmdManipEdit ' - resources.ApplyResources(Me.cmdManipEdit, "cmdManipEdit") + Me.cmdManipEdit.Location = New System.Drawing.Point(166, 74) Me.cmdManipEdit.Name = "cmdManipEdit" + Me.cmdManipEdit.Size = New System.Drawing.Size(75, 23) + Me.cmdManipEdit.TabIndex = 18 + Me.cmdManipEdit.Text = "Edit" Me.cmdManipEdit.UseVisualStyleBackColor = True ' 'cmdManipAdd ' - resources.ApplyResources(Me.cmdManipAdd, "cmdManipAdd") + Me.cmdManipAdd.Location = New System.Drawing.Point(166, 45) Me.cmdManipAdd.Name = "cmdManipAdd" + Me.cmdManipAdd.Size = New System.Drawing.Size(75, 23) + Me.cmdManipAdd.TabIndex = 19 + Me.cmdManipAdd.Text = "Add" Me.cmdManipAdd.UseVisualStyleBackColor = True ' 'tbSubCalcs @@ -260,62 +342,91 @@ Partial Class sdgCalculationsSummmary Me.tbSubCalcs.Controls.Add(Me.cmdSubCalcAdd) Me.tbSubCalcs.Controls.Add(Me.lblSubCalcs) Me.tbSubCalcs.Controls.Add(Me.cmdSubCalcEdit) - resources.ApplyResources(Me.tbSubCalcs, "tbSubCalcs") + Me.tbSubCalcs.Location = New System.Drawing.Point(4, 22) Me.tbSubCalcs.Name = "tbSubCalcs" + Me.tbSubCalcs.Padding = New System.Windows.Forms.Padding(3) + Me.tbSubCalcs.Size = New System.Drawing.Size(795, 507) + Me.tbSubCalcs.TabIndex = 2 + Me.tbSubCalcs.Text = "Sub Calculations" Me.tbSubCalcs.UseVisualStyleBackColor = True ' 'lstSubCalcs ' Me.lstSubCalcs.HideSelection = False - resources.ApplyResources(Me.lstSubCalcs, "lstSubCalcs") + Me.lstSubCalcs.Location = New System.Drawing.Point(9, 33) Me.lstSubCalcs.Name = "lstSubCalcs" + Me.lstSubCalcs.Size = New System.Drawing.Size(121, 133) + Me.lstSubCalcs.TabIndex = 21 Me.lstSubCalcs.UseCompatibleStateImageBehavior = False Me.lstSubCalcs.View = System.Windows.Forms.View.List ' 'cmdSubCalcDuplicate ' - resources.ApplyResources(Me.cmdSubCalcDuplicate, "cmdSubCalcDuplicate") + Me.cmdSubCalcDuplicate.Location = New System.Drawing.Point(166, 132) Me.cmdSubCalcDuplicate.Name = "cmdSubCalcDuplicate" + Me.cmdSubCalcDuplicate.Size = New System.Drawing.Size(75, 23) + Me.cmdSubCalcDuplicate.TabIndex = 26 + Me.cmdSubCalcDuplicate.Text = "Duplicate" Me.cmdSubCalcDuplicate.UseVisualStyleBackColor = True ' 'cmdSubCalcDelete ' - resources.ApplyResources(Me.cmdSubCalcDelete, "cmdSubCalcDelete") + Me.cmdSubCalcDelete.Location = New System.Drawing.Point(166, 103) Me.cmdSubCalcDelete.Name = "cmdSubCalcDelete" + Me.cmdSubCalcDelete.Size = New System.Drawing.Size(75, 23) + Me.cmdSubCalcDelete.TabIndex = 23 + Me.cmdSubCalcDelete.Text = "Delete" Me.cmdSubCalcDelete.UseVisualStyleBackColor = True ' 'cmdSubCalcAdd ' - resources.ApplyResources(Me.cmdSubCalcAdd, "cmdSubCalcAdd") + Me.cmdSubCalcAdd.Location = New System.Drawing.Point(166, 45) Me.cmdSubCalcAdd.Name = "cmdSubCalcAdd" + Me.cmdSubCalcAdd.Size = New System.Drawing.Size(75, 23) + Me.cmdSubCalcAdd.TabIndex = 25 + Me.cmdSubCalcAdd.Text = "Add" Me.cmdSubCalcAdd.UseVisualStyleBackColor = True ' 'lblSubCalcs ' - resources.ApplyResources(Me.lblSubCalcs, "lblSubCalcs") + Me.lblSubCalcs.AutoSize = True + Me.lblSubCalcs.Location = New System.Drawing.Point(9, 17) Me.lblSubCalcs.Name = "lblSubCalcs" + Me.lblSubCalcs.Size = New System.Drawing.Size(89, 13) + Me.lblSubCalcs.TabIndex = 22 + Me.lblSubCalcs.Text = "Sub-Calculations:" ' 'cmdSubCalcEdit ' - resources.ApplyResources(Me.cmdSubCalcEdit, "cmdSubCalcEdit") + Me.cmdSubCalcEdit.Location = New System.Drawing.Point(166, 74) Me.cmdSubCalcEdit.Name = "cmdSubCalcEdit" + Me.cmdSubCalcEdit.Size = New System.Drawing.Size(75, 23) + Me.cmdSubCalcEdit.TabIndex = 24 + Me.cmdSubCalcEdit.Text = "Edit" Me.cmdSubCalcEdit.UseVisualStyleBackColor = True ' 'ucrBaseSubDialog ' - resources.ApplyResources(Me.ucrBaseSubDialog, "ucrBaseSubDialog") + Me.ucrBaseSubDialog.AutoSize = True + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(332, 533) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" + Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubDialog.TabIndex = 0 ' 'sdgCalculationsSummmary ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(806, 565) Me.Controls.Add(Me.ucrBaseSubDialog) Me.Controls.Add(Me.tbSummaryCalcs) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCalculationsSummmary" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "General Summaries" Me.tbSummaryCalcs.ResumeLayout(False) Me.tbMain.ResumeLayout(False) Me.tbMain.PerformLayout() @@ -324,6 +435,7 @@ Partial Class sdgCalculationsSummmary Me.tbSubCalcs.ResumeLayout(False) Me.tbSubCalcs.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCalculationsSummmary.resx b/instat/sdgCalculationsSummmary.resx index 14059717897..29dcb1b3a35 100644 --- a/instat/sdgCalculationsSummmary.resx +++ b/instat/sdgCalculationsSummmary.resx @@ -117,805 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 55 - - - 770, 359 - - - - 19 - - - ucrDefineFilter - - - instat.ucrFilter, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 0 - - - 239, 143 - - - - 0, 0, 0, 0 - - - 120, 100 - - - 18 - - - ucrReceiverByOrSort - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 1 - - - 373, 439 - - - 137, 21 - - - 12 - - - ucrInputCalculationName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 2 - - - True - - - 236, 126 - - - 45, 13 - - - 15 - - - Factors: - - - lblReceiverLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 3 - - - 102, 439 - - - 137, 21 - - - 13 - - - ucrInputResultName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 4 - - - True - - - 12, 442 - - - 71, 13 - - - 10 - - - Result Name: - - - lblResultName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 5 - - - True - - - 273, 442 - - - 93, 13 - - - 9 - - - Calculation Name: - - - lblCalcName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 6 - - - True - - - 12, 476 - - - 159, 17 - - - 8 - - - Save Calculation and Result - - - rdoSaveCalcAndResult - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 7 - - - True - - - 186, 476 - - - 129, 17 - - - 7 - - - Save Calculation Only - - - rdoSaveCalculation - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 8 - - - True - - - 330, 476 - - - 90, 17 - - - 6 - - - Save Nothing - - - rdoDoNotSave - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 9 - - - True - - - 9, 12 - - - 34, 13 - - - 4 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMain - - - 10 - - - 8, 28 - - - 120, 21 - - - 3 - - - ucrInputType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 11 - - - 8, 114 - - - 0, 0, 0, 0 - - - 210, 180 - - - 14 - - - ucrSelectorBy - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 12 - - - 3, 466 - - - 427, 38 - - - 20 - - - ucrPnlSave - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 13 - - - 8, 50 - - - 623, 282 - - - 17 - - - ucrCalcSummary - - - instat.ucrCalculator, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbMain - - - 14 - - - 4, 22 - - - 3, 3, 3, 3 - - - 795, 507 - - - 0 - - - Main - - - tbMain - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaryCalcs - - - 0 - - - 6, 32 - - - 154, 139 - - - 21 - - - ucrManipulations - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbManipulations - - - 0 - - - 166, 132 - - - 75, 23 - - - 20 - - - Duplicate - - - cmdManipDuplicate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbManipulations - - - 1 - - - 166, 103 - - - 75, 23 - - - 17 - - - Delete - - - cmdManipDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbManipulations - - - 2 - - - True - - - 9, 17 - - - 75, 13 - - - 16 - - - Manipulations: - - - lblManipulations - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbManipulations - - - 3 - - - 166, 74 - - - 75, 23 - - - 18 - - - Edit - - - cmdManipEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbManipulations - - - 4 - - - 166, 45 - - - 75, 23 - - - 19 - - - Add - - - cmdManipAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbManipulations - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 795, 507 - - - 1 - - - Manipulations - - - tbManipulations - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaryCalcs - - - 1 - - - 9, 33 - - - 121, 133 - - - 21 - - - lstSubCalcs - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 0 - - - 166, 132 - - - 75, 23 - - - 26 - - - Duplicate - - - cmdSubCalcDuplicate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 1 - - - 166, 103 - - - 75, 23 - - - 23 - - - Delete - - - cmdSubCalcDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 2 - - - 166, 45 - - - 75, 23 - - - 25 - - - Add - - - cmdSubCalcAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 3 - - - True - - - 9, 17 - - - 89, 13 - - - 22 - - - Sub-Calculations: - - - lblSubCalcs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 4 - - - 166, 74 - - - 75, 23 - - - 24 - - - Edit - - - cmdSubCalcEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubCalcs - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 795, 507 - - - 2 - - - Sub Calculations - - - tbSubCalcs - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaryCalcs - - - 2 - - - 0, 0 - - - 803, 533 - - - 1 - - - tbSummaryCalcs - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 332, 533 - - - 155, 30 - - - 0 - - - ucrBaseSubDialog - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 806, 565 - - - CenterParent - - - General Summaries - - - sdgCalculationsSummmary - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgCanonicalCorrelation.Designer.vb b/instat/sdgCanonicalCorrelation.Designer.vb index 0df80707c49..2e5cdf52c08 100644 --- a/instat/sdgCanonicalCorrelation.Designer.vb +++ b/instat/sdgCanonicalCorrelation.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCanonicalCorrelation 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCanonicalCorrelation)) Me.ucrChkCoefficients = New instat.ucrCheck() Me.ucrChkCanonicalCorrelations = New instat.ucrCheck() Me.ucrChkPairwisePlot = New instat.ucrCheck() @@ -54,53 +53,79 @@ Partial Class sdgCanonicalCorrelation ' 'ucrChkCoefficients ' + Me.ucrChkCoefficients.AutoSize = True Me.ucrChkCoefficients.Checked = False - resources.ApplyResources(Me.ucrChkCoefficients, "ucrChkCoefficients") + Me.ucrChkCoefficients.Location = New System.Drawing.Point(10, 46) Me.ucrChkCoefficients.Name = "ucrChkCoefficients" + Me.ucrChkCoefficients.Size = New System.Drawing.Size(184, 23) + Me.ucrChkCoefficients.TabIndex = 1 ' 'ucrChkCanonicalCorrelations ' + Me.ucrChkCanonicalCorrelations.AutoSize = True Me.ucrChkCanonicalCorrelations.Checked = False - resources.ApplyResources(Me.ucrChkCanonicalCorrelations, "ucrChkCanonicalCorrelations") + Me.ucrChkCanonicalCorrelations.Location = New System.Drawing.Point(10, 18) Me.ucrChkCanonicalCorrelations.Name = "ucrChkCanonicalCorrelations" + Me.ucrChkCanonicalCorrelations.Size = New System.Drawing.Size(184, 23) + Me.ucrChkCanonicalCorrelations.TabIndex = 0 ' 'ucrChkPairwisePlot ' + Me.ucrChkPairwisePlot.AutoSize = True Me.ucrChkPairwisePlot.Checked = False - resources.ApplyResources(Me.ucrChkPairwisePlot, "ucrChkPairwisePlot") + Me.ucrChkPairwisePlot.Location = New System.Drawing.Point(10, 18) Me.ucrChkPairwisePlot.Name = "ucrChkPairwisePlot" + Me.ucrChkPairwisePlot.Size = New System.Drawing.Size(184, 23) + Me.ucrChkPairwisePlot.TabIndex = 0 ' 'rdoYVariables ' - resources.ApplyResources(Me.rdoYVariables, "rdoYVariables") + Me.rdoYVariables.AutoSize = True + Me.rdoYVariables.Location = New System.Drawing.Point(46, 67) Me.rdoYVariables.Name = "rdoYVariables" + Me.rdoYVariables.Size = New System.Drawing.Size(78, 17) + Me.rdoYVariables.TabIndex = 3 Me.rdoYVariables.Tag = "Y_Variables" + Me.rdoYVariables.Text = "Y Variables" Me.rdoYVariables.UseVisualStyleBackColor = True ' 'rdoXVariables ' - resources.ApplyResources(Me.rdoXVariables, "rdoXVariables") + Me.rdoXVariables.AutoSize = True + Me.rdoXVariables.Location = New System.Drawing.Point(46, 44) Me.rdoXVariables.Name = "rdoXVariables" + Me.rdoXVariables.Size = New System.Drawing.Size(78, 17) + Me.rdoXVariables.TabIndex = 2 Me.rdoXVariables.Tag = "X_Variables" + Me.rdoXVariables.Text = "X Variables" Me.rdoXVariables.UseVisualStyleBackColor = True ' 'ucrPnlVariables ' - resources.ApplyResources(Me.ucrPnlVariables, "ucrPnlVariables") + Me.ucrPnlVariables.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlVariables.Location = New System.Drawing.Point(36, 36) Me.ucrPnlVariables.Name = "ucrPnlVariables" + Me.ucrPnlVariables.Size = New System.Drawing.Size(127, 58) + Me.ucrPnlVariables.TabIndex = 1 ' 'ucrSdgButtons ' - resources.ApplyResources(Me.ucrSdgButtons, "ucrSdgButtons") + Me.ucrSdgButtons.AutoSize = True + Me.ucrSdgButtons.Location = New System.Drawing.Point(29, 191) Me.ucrSdgButtons.Name = "ucrSdgButtons" + Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgButtons.TabIndex = 2 ' 'grpDisplay ' Me.grpDisplay.Controls.Add(Me.ucrChkCoefficients) Me.grpDisplay.Controls.Add(Me.ucrChkCanonicalCorrelations) - resources.ApplyResources(Me.grpDisplay, "grpDisplay") + Me.grpDisplay.Location = New System.Drawing.Point(7, 7) Me.grpDisplay.Name = "grpDisplay" + Me.grpDisplay.Size = New System.Drawing.Size(200, 72) + Me.grpDisplay.TabIndex = 0 Me.grpDisplay.TabStop = False + Me.grpDisplay.Text = "Display" ' 'grpGraphics ' @@ -108,14 +133,19 @@ Partial Class sdgCanonicalCorrelation Me.grpGraphics.Controls.Add(Me.ucrChkPairwisePlot) Me.grpGraphics.Controls.Add(Me.rdoXVariables) Me.grpGraphics.Controls.Add(Me.ucrPnlVariables) - resources.ApplyResources(Me.grpGraphics, "grpGraphics") + Me.grpGraphics.Location = New System.Drawing.Point(7, 85) Me.grpGraphics.Name = "grpGraphics" + Me.grpGraphics.Size = New System.Drawing.Size(200, 100) + Me.grpGraphics.TabIndex = 1 Me.grpGraphics.TabStop = False + Me.grpGraphics.Text = "Graphics" ' 'sdgCanonicalCorrelation ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(214, 224) Me.Controls.Add(Me.grpGraphics) Me.Controls.Add(Me.grpDisplay) Me.Controls.Add(Me.ucrSdgButtons) @@ -123,11 +153,15 @@ Partial Class sdgCanonicalCorrelation Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCanonicalCorrelation" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "CCA_Options" + Me.Text = "CCA Options" Me.grpDisplay.ResumeLayout(False) + Me.grpDisplay.PerformLayout() Me.grpGraphics.ResumeLayout(False) Me.grpGraphics.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCanonicalCorrelation.resx b/instat/sdgCanonicalCorrelation.resx index 364154432b7..29dcb1b3a35 100644 --- a/instat/sdgCanonicalCorrelation.resx +++ b/instat/sdgCanonicalCorrelation.resx @@ -117,238 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 46 - - - 184, 20 - - - - 1 - - - ucrChkCoefficients - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 0 - - - 10, 18 - - - 184, 20 - - - 0 - - - ucrChkCanonicalCorrelations - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 1 - - - 10, 18 - - - 184, 20 - - - 0 - - - ucrChkPairwisePlot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphics - - - 1 - - - True - - - 46, 67 - - - 78, 17 - - - 3 - - - Y Variables - - - rdoYVariables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphics - - - 0 - - - True - - - 46, 44 - - - 78, 17 - - - 2 - - - X Variables - - - rdoXVariables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphics - - - 2 - - - 36, 36 - - - 127, 58 - - - 1 - - - ucrPnlVariables - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphics - - - 3 - - - 29, 191 - - - 154, 30 - - - 2 - - - ucrSdgButtons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 7, 7 - - - 200, 72 - - - 0 - - - Display - - - grpDisplay - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 7, 85 - - - 200, 100 - - - 1 - - - Graphics - - - grpGraphics - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 214, 224 - - - - CenterParent - - - CCA Options - - - sdgCanonicalCorrelation - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgClimaticDataEntry.Designer.vb b/instat/sdgClimaticDataEntry.Designer.vb index 9a694e2dbfa..066cbfc3531 100644 --- a/instat/sdgClimaticDataEntry.Designer.vb +++ b/instat/sdgClimaticDataEntry.Designer.vb @@ -23,7 +23,6 @@ Partial Class sdgClimaticDataEntry _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgClimaticDataEntry)) Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.grdDataEntry = New unvell.ReoGrid.ReoGridControl() Me.cellContextMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components) @@ -47,8 +46,10 @@ Partial Class sdgClimaticDataEntry ' 'SplitContainer1 ' - resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") + Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" + Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' @@ -61,14 +62,18 @@ Partial Class sdgClimaticDataEntry Me.SplitContainer1.Panel2.Controls.Add(Me.cmdTransform) Me.SplitContainer1.Panel2.Controls.Add(Me.cmdReset) Me.SplitContainer1.Panel2.Controls.Add(Me.ucrSdgBaseButtons) + Me.SplitContainer1.Size = New System.Drawing.Size(647, 295) + Me.SplitContainer1.SplitterDistance = 251 + Me.SplitContainer1.TabIndex = 0 ' 'grdDataEntry ' Me.grdDataEntry.BackColor = System.Drawing.Color.White Me.grdDataEntry.ColumnHeaderContextMenuStrip = Nothing Me.grdDataEntry.ContextMenuStrip = Me.cellContextMenuStrip - resources.ApplyResources(Me.grdDataEntry, "grdDataEntry") + Me.grdDataEntry.Dock = System.Windows.Forms.DockStyle.Fill Me.grdDataEntry.LeadHeaderContextMenuStrip = Nothing + Me.grdDataEntry.Location = New System.Drawing.Point(0, 0) Me.grdDataEntry.Name = "grdDataEntry" Me.grdDataEntry.RowHeaderContextMenuStrip = Nothing Me.grdDataEntry.Script = Nothing @@ -77,69 +82,97 @@ Partial Class sdgClimaticDataEntry Me.grdDataEntry.SheetTabVisible = True Me.grdDataEntry.SheetTabWidth = 154 Me.grdDataEntry.ShowScrollEndSpacing = True + Me.grdDataEntry.Size = New System.Drawing.Size(647, 251) + Me.grdDataEntry.TabIndex = 3 + Me.grdDataEntry.Text = "Variables" ' 'cellContextMenuStrip ' Me.cellContextMenuStrip.ImageScalingSize = New System.Drawing.Size(20, 20) Me.cellContextMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator3, Me.mnuCopy, Me.mnuPaste, Me.ToolStripSeparator5, Me.mnuComment}) Me.cellContextMenuStrip.Name = "cellContextMenuStrip" - resources.ApplyResources(Me.cellContextMenuStrip, "cellContextMenuStrip") + Me.cellContextMenuStrip.Size = New System.Drawing.Size(145, 82) ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") + Me.ToolStripSeparator3.Size = New System.Drawing.Size(141, 6) ' 'mnuCopy ' Me.mnuCopy.Name = "mnuCopy" - resources.ApplyResources(Me.mnuCopy, "mnuCopy") + Me.mnuCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) + Me.mnuCopy.Size = New System.Drawing.Size(144, 22) + Me.mnuCopy.Text = "Copy" ' 'mnuPaste ' Me.mnuPaste.Name = "mnuPaste" - resources.ApplyResources(Me.mnuPaste, "mnuPaste") + Me.mnuPaste.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys) + Me.mnuPaste.Size = New System.Drawing.Size(144, 22) + Me.mnuPaste.Text = "Paste" ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") + Me.ToolStripSeparator5.Size = New System.Drawing.Size(141, 6) ' 'mnuComment ' Me.mnuComment.Name = "mnuComment" - resources.ApplyResources(Me.mnuComment, "mnuComment") + Me.mnuComment.Size = New System.Drawing.Size(144, 22) + Me.mnuComment.Text = "Comment" ' 'ucrChkAddFlagFieldData ' + Me.ucrChkAddFlagFieldData.AutoSize = True Me.ucrChkAddFlagFieldData.Checked = False - resources.ApplyResources(Me.ucrChkAddFlagFieldData, "ucrChkAddFlagFieldData") + Me.ucrChkAddFlagFieldData.Location = New System.Drawing.Point(185, 10) Me.ucrChkAddFlagFieldData.Name = "ucrChkAddFlagFieldData" + Me.ucrChkAddFlagFieldData.Size = New System.Drawing.Size(146, 23) + Me.ucrChkAddFlagFieldData.TabIndex = 91 ' 'cmdComment ' - resources.ApplyResources(Me.cmdComment, "cmdComment") + Me.cmdComment.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdComment.Location = New System.Drawing.Point(337, 7) Me.cmdComment.Name = "cmdComment" + Me.cmdComment.Size = New System.Drawing.Size(90, 24) + Me.cmdComment.TabIndex = 90 + Me.cmdComment.Text = "Comment" Me.cmdComment.UseVisualStyleBackColor = True ' 'cmdTransform ' - resources.ApplyResources(Me.cmdTransform, "cmdTransform") + Me.cmdTransform.Enabled = False + Me.cmdTransform.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTransform.Location = New System.Drawing.Point(431, 7) Me.cmdTransform.Name = "cmdTransform" - Me.ttCmds.SetToolTip(Me.cmdTransform, resources.GetString("cmdTransform.ToolTip")) + Me.cmdTransform.Size = New System.Drawing.Size(104, 24) + Me.cmdTransform.TabIndex = 89 + Me.cmdTransform.Text = "Transform" + Me.ttCmds.SetToolTip(Me.cmdTransform, "When implemented, this is an option to show the transformed data.") Me.cmdTransform.UseVisualStyleBackColor = True ' 'cmdReset ' - resources.ApplyResources(Me.cmdReset, "cmdReset") + Me.cmdReset.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdReset.Location = New System.Drawing.Point(541, 7) Me.cmdReset.Name = "cmdReset" - Me.ttCmds.SetToolTip(Me.cmdReset, resources.GetString("cmdReset.ToolTip")) + Me.cmdReset.Size = New System.Drawing.Size(72, 24) + Me.cmdReset.TabIndex = 88 + Me.cmdReset.Text = "Reset" + Me.ttCmds.SetToolTip(Me.cmdReset, "Clears all data entry.") Me.cmdReset.UseVisualStyleBackColor = True ' 'ucrSdgBaseButtons ' - resources.ApplyResources(Me.ucrSdgBaseButtons, "ucrSdgBaseButtons") + Me.ucrSdgBaseButtons.AutoSize = True + Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(13, 6) + Me.ucrSdgBaseButtons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgBaseButtons.Name = "ucrSdgBaseButtons" + Me.ucrSdgBaseButtons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgBaseButtons.TabIndex = 87 ' 'ttCmds ' @@ -149,12 +182,17 @@ Partial Class sdgClimaticDataEntry ' 'sdgClimaticDataEntry ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(647, 295) Me.Controls.Add(Me.SplitContainer1) Me.Name = "sdgClimaticDataEntry" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Climatic Data Entry" Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) + Me.SplitContainer1.Panel2.PerformLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) Me.cellContextMenuStrip.ResumeLayout(False) diff --git a/instat/sdgClimaticDataEntry.resx b/instat/sdgClimaticDataEntry.resx index 5c6c464f7ec..758b0ab1cf6 100644 --- a/instat/sdgClimaticDataEntry.resx +++ b/instat/sdgClimaticDataEntry.resx @@ -117,328 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - Horizontal - 374, 18 - - 141, 6 - - - Ctrl+C - - - 144, 22 - - - Copy - - - Ctrl+V - - - 144, 22 - - - Paste - - - 141, 6 - - - 144, 22 - - - Comment - - - 145, 82 - - - cellContextMenuStrip - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 0, 0 - - - 647, 251 - - - - 3 - - - Variables - - - grdDataEntry - - - unvell.ReoGrid.ReoGridControl, unvell.ReoGrid, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null - - - SplitContainer1.Panel1 - - - 0 - - - SplitContainer1.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1 - - - 0 - - - 185, 10 - - - 146, 20 - - - 91 - - - ucrChkAddFlagFieldData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - SplitContainer1.Panel2 - - - 0 - - - NoControl - - - 337, 7 - - - 90, 24 - - - 90 - - - Comment - - - cmdComment - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 1 - - - False - - - NoControl - - - 431, 7 - - - 104, 24 - - - 89 - - - Transform - 17, 17 - - When implemented, this is an option to show the transformed data. - - - cmdTransform - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 2 - - - NoControl - - - 541, 7 - - - 72, 24 - - - 88 - - - Reset - - - Clears all data entry. - - - cmdReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1.Panel2 - - - 3 - - - 13, 6 - - - 4, 4, 4, 4 - - - 154, 30 - - - 87 - - - ucrSdgBaseButtons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - SplitContainer1.Panel2 - - - 4 - - - SplitContainer1.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SplitContainer1 - - - 1 - - - 647, 295 - - - 251 - - - 0 - - - SplitContainer1 - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 647, 295 - - - CenterParent - - - Climatic Data Entry - - - ToolStripSeparator3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPaste - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator5 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuComment - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ttCmds - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgClimaticDataEntry - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgClimaticDataEntryOptions.Designer.vb b/instat/sdgClimaticDataEntryOptions.Designer.vb index e09a5b81e43..4e328263086 100644 --- a/instat/sdgClimaticDataEntryOptions.Designer.vb +++ b/instat/sdgClimaticDataEntryOptions.Designer.vb @@ -23,7 +23,6 @@ Partial Class sdgClimaticDataEntryOptions _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgClimaticDataEntryOptions)) Me.grpRestrictEntry = New System.Windows.Forms.GroupBox() Me.ucrChkAllowTrace = New instat.ucrCheck() Me.ucrChkNoDecimal = New instat.ucrCheck() @@ -48,21 +47,30 @@ Partial Class sdgClimaticDataEntryOptions ' Me.grpRestrictEntry.Controls.Add(Me.ucrChkAllowTrace) Me.grpRestrictEntry.Controls.Add(Me.ucrChkNoDecimal) - resources.ApplyResources(Me.grpRestrictEntry, "grpRestrictEntry") + Me.grpRestrictEntry.Location = New System.Drawing.Point(15, 163) Me.grpRestrictEntry.Name = "grpRestrictEntry" + Me.grpRestrictEntry.Size = New System.Drawing.Size(289, 40) + Me.grpRestrictEntry.TabIndex = 90 Me.grpRestrictEntry.TabStop = False + Me.grpRestrictEntry.Text = "Restrict Entry" ' 'ucrChkAllowTrace ' + Me.ucrChkAllowTrace.AutoSize = True Me.ucrChkAllowTrace.Checked = False - resources.ApplyResources(Me.ucrChkAllowTrace, "ucrChkAllowTrace") + Me.ucrChkAllowTrace.Location = New System.Drawing.Point(109, 14) Me.ucrChkAllowTrace.Name = "ucrChkAllowTrace" + Me.ucrChkAllowTrace.Size = New System.Drawing.Size(127, 23) + Me.ucrChkAllowTrace.TabIndex = 66 ' 'ucrChkNoDecimal ' + Me.ucrChkNoDecimal.AutoSize = True Me.ucrChkNoDecimal.Checked = False - resources.ApplyResources(Me.ucrChkNoDecimal, "ucrChkNoDecimal") + Me.ucrChkNoDecimal.Location = New System.Drawing.Point(7, 14) Me.ucrChkNoDecimal.Name = "ucrChkNoDecimal" + Me.ucrChkNoDecimal.Size = New System.Drawing.Size(113, 23) + Me.ucrChkNoDecimal.TabIndex = 65 ' 'ttDefaultValue ' @@ -72,28 +80,49 @@ Partial Class sdgClimaticDataEntryOptions ' 'lblDefault ' - resources.ApplyResources(Me.lblDefault, "lblDefault") + Me.lblDefault.AutoSize = True + Me.lblDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDefault.Location = New System.Drawing.Point(9, 15) Me.lblDefault.Name = "lblDefault" - Me.ttDefaultValue.SetToolTip(Me.lblDefault, resources.GetString("lblDefault.ToolTip")) + Me.lblDefault.Size = New System.Drawing.Size(113, 13) + Me.lblDefault.TabIndex = 102 + Me.lblDefault.Text = "Missing/Default value:" + Me.ttDefaultValue.SetToolTip(Me.lblDefault, "Default value for missing values") ' 'ucrInputDefaultValue ' Me.ucrInputDefaultValue.AddQuotesIfUnrecognised = True + Me.ucrInputDefaultValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDefaultValue.GetSetSelectedIndex = -1 Me.ucrInputDefaultValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDefaultValue, "ucrInputDefaultValue") + Me.ucrInputDefaultValue.Location = New System.Drawing.Point(130, 10) + Me.ucrInputDefaultValue.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputDefaultValue.Name = "ucrInputDefaultValue" - Me.ttDefaultValue.SetToolTip(Me.ucrInputDefaultValue, resources.GetString("ucrInputDefaultValue.ToolTip")) + Me.ucrInputDefaultValue.Size = New System.Drawing.Size(73, 21) + Me.ucrInputDefaultValue.TabIndex = 101 + Me.ttDefaultValue.SetToolTip(Me.ucrInputDefaultValue, "Select default value for missing values") ' 'lblBefore ' - resources.ApplyResources(Me.lblBefore, "lblBefore") + Me.lblBefore.AutoSize = True + Me.lblBefore.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBefore.Location = New System.Drawing.Point(102, 132) Me.lblBefore.Name = "lblBefore" + Me.lblBefore.Size = New System.Drawing.Size(41, 13) + Me.lblBefore.TabIndex = 98 + Me.lblBefore.Text = "Before:" + Me.lblBefore.Visible = False ' 'lblAfter ' - resources.ApplyResources(Me.lblAfter, "lblAfter") + Me.lblAfter.AutoSize = True + Me.lblAfter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAfter.Location = New System.Drawing.Point(197, 132) Me.lblAfter.Name = "lblAfter" + Me.lblAfter.Size = New System.Drawing.Size(32, 13) + Me.lblAfter.TabIndex = 99 + Me.lblAfter.Text = "After:" + Me.lblAfter.Visible = False ' 'ttucrChkTransform ' @@ -103,68 +132,102 @@ Partial Class sdgClimaticDataEntryOptions ' 'ucrChkIncludeFirstNextMonth ' + Me.ucrChkIncludeFirstNextMonth.AutoSize = True Me.ucrChkIncludeFirstNextMonth.Checked = False - resources.ApplyResources(Me.ucrChkIncludeFirstNextMonth, "ucrChkIncludeFirstNextMonth") + Me.ucrChkIncludeFirstNextMonth.Location = New System.Drawing.Point(12, 96) Me.ucrChkIncludeFirstNextMonth.Name = "ucrChkIncludeFirstNextMonth" - Me.ttucrChkTransform.SetToolTip(Me.ucrChkIncludeFirstNextMonth, resources.GetString("ucrChkIncludeFirstNextMonth.ToolTip")) + Me.ucrChkIncludeFirstNextMonth.Size = New System.Drawing.Size(192, 23) + Me.ucrChkIncludeFirstNextMonth.TabIndex = 104 + Me.ttucrChkTransform.SetToolTip(Me.ucrChkIncludeFirstNextMonth, "The values written to the data frame are transformed, usually multiplied, by the " & + "value given here.") ' 'ucrChkEditNAOnly ' + Me.ucrChkEditNAOnly.AutoSize = True Me.ucrChkEditNAOnly.Checked = False - resources.ApplyResources(Me.ucrChkEditNAOnly, "ucrChkEditNAOnly") + Me.ucrChkEditNAOnly.Location = New System.Drawing.Point(12, 44) Me.ucrChkEditNAOnly.Name = "ucrChkEditNAOnly" - Me.ttucrChkTransform.SetToolTip(Me.ucrChkEditNAOnly, resources.GetString("ucrChkEditNAOnly.ToolTip")) + Me.ucrChkEditNAOnly.Size = New System.Drawing.Size(192, 23) + Me.ucrChkEditNAOnly.TabIndex = 103 + Me.ttucrChkTransform.SetToolTip(Me.ucrChkEditNAOnly, "The values written to the data frame are transformed, usually multiplied, by the " & + "value given here.") ' 'ucrChkTransform ' + Me.ucrChkTransform.AutoSize = True Me.ucrChkTransform.Checked = False - resources.ApplyResources(Me.ucrChkTransform, "ucrChkTransform") + Me.ucrChkTransform.Location = New System.Drawing.Point(12, 70) Me.ucrChkTransform.Name = "ucrChkTransform" - Me.ttucrChkTransform.SetToolTip(Me.ucrChkTransform, resources.GetString("ucrChkTransform.ToolTip")) + Me.ucrChkTransform.Size = New System.Drawing.Size(83, 23) + Me.ucrChkTransform.TabIndex = 88 + Me.ttucrChkTransform.SetToolTip(Me.ucrChkTransform, "The values written to the data frame are transformed, usually multiplied, by the " & + "value given here.") ' 'ucrChkExtraRows ' + Me.ucrChkExtraRows.AutoSize = True Me.ucrChkExtraRows.Checked = False - resources.ApplyResources(Me.ucrChkExtraRows, "ucrChkExtraRows") + Me.ucrChkExtraRows.Enabled = False + Me.ucrChkExtraRows.Location = New System.Drawing.Point(12, 129) Me.ucrChkExtraRows.Name = "ucrChkExtraRows" + Me.ucrChkExtraRows.Size = New System.Drawing.Size(93, 23) + Me.ucrChkExtraRows.TabIndex = 97 ' 'ucrNudAfter ' + Me.ucrNudAfter.AutoSize = True Me.ucrNudAfter.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAfter.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAfter, "ucrNudAfter") + Me.ucrNudAfter.Location = New System.Drawing.Point(233, 129) Me.ucrNudAfter.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAfter.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAfter.Name = "ucrNudAfter" + Me.ucrNudAfter.Size = New System.Drawing.Size(50, 20) + Me.ucrNudAfter.TabIndex = 96 Me.ucrNudAfter.Value = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudAfter.Visible = False ' 'ucrNudBefore ' + Me.ucrNudBefore.AutoSize = True Me.ucrNudBefore.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBefore.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudBefore, "ucrNudBefore") + Me.ucrNudBefore.Location = New System.Drawing.Point(143, 129) Me.ucrNudBefore.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudBefore.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBefore.Name = "ucrNudBefore" + Me.ucrNudBefore.Size = New System.Drawing.Size(50, 20) + Me.ucrNudBefore.TabIndex = 95 Me.ucrNudBefore.Value = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudBefore.Visible = False ' 'ucrSdgPICSARainfalbuttons ' - resources.ApplyResources(Me.ucrSdgPICSARainfalbuttons, "ucrSdgPICSARainfalbuttons") + Me.ucrSdgPICSARainfalbuttons.AutoSize = True + Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(71, 210) + Me.ucrSdgPICSARainfalbuttons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgPICSARainfalbuttons.Name = "ucrSdgPICSARainfalbuttons" + Me.ucrSdgPICSARainfalbuttons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgPICSARainfalbuttons.TabIndex = 93 ' 'ucrInputTransform ' Me.ucrInputTransform.AddQuotesIfUnrecognised = True + Me.ucrInputTransform.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTransform.GetSetSelectedIndex = -1 Me.ucrInputTransform.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTransform, "ucrInputTransform") + Me.ucrInputTransform.Location = New System.Drawing.Point(130, 69) + Me.ucrInputTransform.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputTransform.Name = "ucrInputTransform" + Me.ucrInputTransform.Size = New System.Drawing.Size(74, 21) + Me.ucrInputTransform.TabIndex = 91 ' 'sdgClimaticDataEntryOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(304, 247) Me.Controls.Add(Me.ucrChkIncludeFirstNextMonth) Me.Controls.Add(Me.ucrChkEditNAOnly) Me.Controls.Add(Me.lblDefault) @@ -182,7 +245,10 @@ Partial Class sdgClimaticDataEntryOptions Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgClimaticDataEntryOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Options" Me.grpRestrictEntry.ResumeLayout(False) + Me.grpRestrictEntry.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgClimaticDataEntryOptions.resx b/instat/sdgClimaticDataEntryOptions.resx index d9d17ca129c..fa21809b015 100644 --- a/instat/sdgClimaticDataEntryOptions.resx +++ b/instat/sdgClimaticDataEntryOptions.resx @@ -117,433 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 109, 14 - - - 127, 20 - - - - 66 - - - ucrChkAllowTrace - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRestrictEntry - - - 0 - - - 7, 14 - - - 113, 20 - - - 65 - - - ucrChkNoDecimal - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRestrictEntry - - - 1 - - - 15, 163 - - - 289, 40 - - - 90 - - - Restrict Entry - - - grpRestrictEntry - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - 17, 17 - - True - - - - NoControl - - - 9, 15 - - - 113, 13 - - - 102 - - - Missing/Default value: - - - Default value for missing values - - - lblDefault - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 130, 10 - - - 5, 5, 5, 5 - - - 73, 21 - - - 101 - - - Select default value for missing values - - - ucrInputDefaultValue - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - NoControl - - - 102, 132 - - - 41, 13 - - - 98 - - - Before: - - - False - - - lblBefore - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 197, 132 - - - 32, 13 - - - 99 - - - After: - - - False - - - lblAfter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - 116, 17 - - 12, 96 - - - 192, 20 - - - 104 - - - The values written to the data frame are transformed, usually multiplied, by the value given here. - - - ucrChkIncludeFirstNextMonth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 12, 44 - - - 192, 20 - - - 103 - - - The values written to the data frame are transformed, usually multiplied, by the value given here. - - - ucrChkEditNAOnly - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 12, 70 - - - 83, 20 - - - 88 - - - The values written to the data frame are transformed, usually multiplied, by the value given here. - - - ucrChkTransform - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - False - - - 12, 129 - - - 93, 20 - - - 97 - - - ucrChkExtraRows - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 233, 129 - - - 50, 20 - - - 96 - - - False - - - ucrNudAfter - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 143, 129 - - - 50, 20 - - - 95 - - - False - - - ucrNudBefore - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 71, 210 - - - 4, 4, 4, 4 - - - 158, 30 - - - 93 - - - ucrSdgPICSARainfalbuttons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 130, 69 - - - 5, 5, 5, 5 - - - 74, 21 - - - 91 - - - ucrInputTransform - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 6, 13 - - - True - - - 304, 247 - - - CenterParent - - - Options - - - ttDefaultValue - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ttucrChkTransform - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgClimaticDataEntryOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgClimaticNCMPMetadata.Designer.vb b/instat/sdgClimaticNCMPMetadata.Designer.vb index 115ea203b53..b8b6d9749a8 100644 --- a/instat/sdgClimaticNCMPMetadata.Designer.vb +++ b/instat/sdgClimaticNCMPMetadata.Designer.vb @@ -34,9 +34,10 @@ Partial Class sdgClimaticNCMPMetadata ' 'ucrBase ' + Me.ucrBase.AutoSize = True Me.ucrBase.Location = New System.Drawing.Point(124, 200) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(156, 30) + Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 7 ' 'lblStation @@ -51,6 +52,7 @@ Partial Class sdgClimaticNCMPMetadata ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me Me.ucrReceiverLongitude.Location = New System.Drawing.Point(238, 147) Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) @@ -63,6 +65,7 @@ Partial Class sdgClimaticNCMPMetadata ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me Me.ucrReceiverLatitude.Location = New System.Drawing.Point(238, 103) Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) @@ -95,6 +98,7 @@ Partial Class sdgClimaticNCMPMetadata ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(238, 59) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -107,6 +111,7 @@ Partial Class sdgClimaticNCMPMetadata ' 'ucrSelectorMetadata ' + Me.ucrSelectorMetadata.AutoSize = True Me.ucrSelectorMetadata.bDropUnusedFilterLevels = False Me.ucrSelectorMetadata.bShowHiddenColumns = False Me.ucrSelectorMetadata.bUseCurrentFilter = True @@ -118,8 +123,8 @@ Partial Class sdgClimaticNCMPMetadata ' 'sdgClimaticNCMPMetadata ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(388, 233) Me.Controls.Add(Me.lblStation) diff --git a/instat/sdgClimdexIndices.Designer.vb b/instat/sdgClimdexIndices.Designer.vb index e8d5fe42c00..467120d709e 100644 --- a/instat/sdgClimdexIndices.Designer.vb +++ b/instat/sdgClimdexIndices.Designer.vb @@ -39,7 +39,6 @@ Partial Class sdgClimdexIndices Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgClimdexIndices)) Me.ttClimdexIndices = New System.Windows.Forms.ToolTip(Me.components) Me.cmdHelp = New System.Windows.Forms.Button() Me.tbpPrecipitation = New System.Windows.Forms.TabPage() @@ -131,16 +130,24 @@ Partial Class sdgClimdexIndices ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(368, 438) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdHelp.TabIndex = 1 + Me.cmdHelp.Text = "Indices Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'tbpPrecipitation ' Me.tbpPrecipitation.Controls.Add(Me.grpPrecAnnual) Me.tbpPrecipitation.Controls.Add(Me.grpPrecAnnualMonthly) - resources.ApplyResources(Me.tbpPrecipitation, "tbpPrecipitation") + Me.tbpPrecipitation.Location = New System.Drawing.Point(4, 22) Me.tbpPrecipitation.Name = "tbpPrecipitation" + Me.tbpPrecipitation.Padding = New System.Windows.Forms.Padding(3) + Me.tbpPrecipitation.Size = New System.Drawing.Size(638, 397) + Me.tbpPrecipitation.TabIndex = 3 + Me.tbpPrecipitation.Text = "Precipitation" Me.tbpPrecipitation.UseVisualStyleBackColor = True ' 'grpPrecAnnual @@ -156,121 +163,178 @@ Partial Class sdgClimdexIndices Me.grpPrecAnnual.Controls.Add(Me.ucrChkPrecExceed99Percent) Me.grpPrecAnnual.Controls.Add(Me.ucrChkTotalDailyPrec) Me.grpPrecAnnual.Controls.Add(Me.ucrChkSimplePrecII) - resources.ApplyResources(Me.grpPrecAnnual, "grpPrecAnnual") + Me.grpPrecAnnual.Location = New System.Drawing.Point(11, 7) Me.grpPrecAnnual.Name = "grpPrecAnnual" + Me.grpPrecAnnual.Size = New System.Drawing.Size(445, 238) + Me.grpPrecAnnual.TabIndex = 1 Me.grpPrecAnnual.TabStop = False + Me.grpPrecAnnual.Text = "Annual" ' 'ucrInputThreshold ' Me.ucrInputThreshold.AddQuotesIfUnrecognised = True + Me.ucrInputThreshold.AutoSize = True Me.ucrInputThreshold.IsMultiline = False Me.ucrInputThreshold.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThreshold, "ucrInputThreshold") + Me.ucrInputThreshold.Location = New System.Drawing.Point(371, 88) Me.ucrInputThreshold.Name = "ucrInputThreshold" + Me.ucrInputThreshold.Size = New System.Drawing.Size(68, 21) + Me.ucrInputThreshold.TabIndex = 12 ' 'lblThreshold ' - resources.ApplyResources(Me.lblThreshold, "lblThreshold") + Me.lblThreshold.AutoSize = True + Me.lblThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblThreshold.Location = New System.Drawing.Point(312, 92) Me.lblThreshold.Name = "lblThreshold" + Me.lblThreshold.Size = New System.Drawing.Size(57, 13) + Me.lblThreshold.TabIndex = 4 Me.lblThreshold.Tag = "Threshold:" + Me.lblThreshold.Text = "Threshold:" ' 'ucrChkPrecExceedSpecifiedA ' + Me.ucrChkPrecExceedSpecifiedA.AutoSize = True Me.ucrChkPrecExceedSpecifiedA.Checked = False - resources.ApplyResources(Me.ucrChkPrecExceedSpecifiedA, "ucrChkPrecExceedSpecifiedA") + Me.ucrChkPrecExceedSpecifiedA.Location = New System.Drawing.Point(6, 91) Me.ucrChkPrecExceedSpecifiedA.Name = "ucrChkPrecExceedSpecifiedA" + Me.ucrChkPrecExceedSpecifiedA.Size = New System.Drawing.Size(308, 23) + Me.ucrChkPrecExceedSpecifiedA.TabIndex = 3 ' 'ucrChkMaxDrySpell ' + Me.ucrChkMaxDrySpell.AutoSize = True Me.ucrChkMaxDrySpell.Checked = False - resources.ApplyResources(Me.ucrChkMaxDrySpell, "ucrChkMaxDrySpell") + Me.ucrChkMaxDrySpell.Location = New System.Drawing.Point(6, 115) Me.ucrChkMaxDrySpell.Name = "ucrChkMaxDrySpell" + Me.ucrChkMaxDrySpell.Size = New System.Drawing.Size(378, 23) + Me.ucrChkMaxDrySpell.TabIndex = 6 ' 'ucrChkPrecExceed95Percent ' + Me.ucrChkPrecExceed95Percent.AutoSize = True Me.ucrChkPrecExceed95Percent.Checked = False - resources.ApplyResources(Me.ucrChkPrecExceed95Percent, "ucrChkPrecExceed95Percent") + Me.ucrChkPrecExceed95Percent.Location = New System.Drawing.Point(6, 163) Me.ucrChkPrecExceed95Percent.Name = "ucrChkPrecExceed95Percent" + Me.ucrChkPrecExceed95Percent.Size = New System.Drawing.Size(378, 23) + Me.ucrChkPrecExceed95Percent.TabIndex = 8 ' 'ucrChkPrecExceed10mm ' + Me.ucrChkPrecExceed10mm.AutoSize = True Me.ucrChkPrecExceed10mm.Checked = False - resources.ApplyResources(Me.ucrChkPrecExceed10mm, "ucrChkPrecExceed10mm") + Me.ucrChkPrecExceed10mm.Location = New System.Drawing.Point(6, 43) Me.ucrChkPrecExceed10mm.Name = "ucrChkPrecExceed10mm" + Me.ucrChkPrecExceed10mm.Size = New System.Drawing.Size(378, 23) + Me.ucrChkPrecExceed10mm.TabIndex = 1 ' 'ucrChkMaxWetSpell ' + Me.ucrChkMaxWetSpell.AutoSize = True Me.ucrChkMaxWetSpell.Checked = False - resources.ApplyResources(Me.ucrChkMaxWetSpell, "ucrChkMaxWetSpell") + Me.ucrChkMaxWetSpell.Location = New System.Drawing.Point(6, 139) Me.ucrChkMaxWetSpell.Name = "ucrChkMaxWetSpell" + Me.ucrChkMaxWetSpell.Size = New System.Drawing.Size(378, 23) + Me.ucrChkMaxWetSpell.TabIndex = 7 ' 'ucrChkPrecExceed20mm ' + Me.ucrChkPrecExceed20mm.AutoSize = True Me.ucrChkPrecExceed20mm.Checked = False - resources.ApplyResources(Me.ucrChkPrecExceed20mm, "ucrChkPrecExceed20mm") + Me.ucrChkPrecExceed20mm.Location = New System.Drawing.Point(6, 67) Me.ucrChkPrecExceed20mm.Name = "ucrChkPrecExceed20mm" + Me.ucrChkPrecExceed20mm.Size = New System.Drawing.Size(378, 23) + Me.ucrChkPrecExceed20mm.TabIndex = 2 ' 'ucrChkPrecExceed99Percent ' + Me.ucrChkPrecExceed99Percent.AutoSize = True Me.ucrChkPrecExceed99Percent.Checked = False - resources.ApplyResources(Me.ucrChkPrecExceed99Percent, "ucrChkPrecExceed99Percent") + Me.ucrChkPrecExceed99Percent.Location = New System.Drawing.Point(6, 187) Me.ucrChkPrecExceed99Percent.Name = "ucrChkPrecExceed99Percent" + Me.ucrChkPrecExceed99Percent.Size = New System.Drawing.Size(378, 23) + Me.ucrChkPrecExceed99Percent.TabIndex = 9 ' 'ucrChkTotalDailyPrec ' + Me.ucrChkTotalDailyPrec.AutoSize = True Me.ucrChkTotalDailyPrec.Checked = False - resources.ApplyResources(Me.ucrChkTotalDailyPrec, "ucrChkTotalDailyPrec") + Me.ucrChkTotalDailyPrec.Location = New System.Drawing.Point(6, 211) Me.ucrChkTotalDailyPrec.Name = "ucrChkTotalDailyPrec" + Me.ucrChkTotalDailyPrec.Size = New System.Drawing.Size(378, 23) + Me.ucrChkTotalDailyPrec.TabIndex = 10 ' 'ucrChkSimplePrecII ' + Me.ucrChkSimplePrecII.AutoSize = True Me.ucrChkSimplePrecII.Checked = False - resources.ApplyResources(Me.ucrChkSimplePrecII, "ucrChkSimplePrecII") + Me.ucrChkSimplePrecII.Location = New System.Drawing.Point(6, 19) Me.ucrChkSimplePrecII.Name = "ucrChkSimplePrecII" + Me.ucrChkSimplePrecII.Size = New System.Drawing.Size(378, 23) + Me.ucrChkSimplePrecII.TabIndex = 0 ' 'grpPrecAnnualMonthly ' Me.grpPrecAnnualMonthly.Controls.Add(Me.ucrChkCentreMean) Me.grpPrecAnnualMonthly.Controls.Add(Me.ucrChkMonthlyMax5dayPrec) Me.grpPrecAnnualMonthly.Controls.Add(Me.ucrChkMonthlyMax1dayPrec) - resources.ApplyResources(Me.grpPrecAnnualMonthly, "grpPrecAnnualMonthly") + Me.grpPrecAnnualMonthly.Location = New System.Drawing.Point(11, 251) Me.grpPrecAnnualMonthly.Name = "grpPrecAnnualMonthly" + Me.grpPrecAnnualMonthly.Size = New System.Drawing.Size(445, 93) + Me.grpPrecAnnualMonthly.TabIndex = 0 Me.grpPrecAnnualMonthly.TabStop = False + Me.grpPrecAnnualMonthly.Text = "Annual/Monthly" ' 'ucrChkCentreMean ' + Me.ucrChkCentreMean.AutoSize = True Me.ucrChkCentreMean.Checked = False - resources.ApplyResources(Me.ucrChkCentreMean, "ucrChkCentreMean") + Me.ucrChkCentreMean.Location = New System.Drawing.Point(83, 67) Me.ucrChkCentreMean.Name = "ucrChkCentreMean" + Me.ucrChkCentreMean.Size = New System.Drawing.Size(212, 23) + Me.ucrChkCentreMean.TabIndex = 2 ' 'ucrChkMonthlyMax5dayPrec ' + Me.ucrChkMonthlyMax5dayPrec.AutoSize = True Me.ucrChkMonthlyMax5dayPrec.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMax5dayPrec, "ucrChkMonthlyMax5dayPrec") + Me.ucrChkMonthlyMax5dayPrec.Location = New System.Drawing.Point(6, 43) Me.ucrChkMonthlyMax5dayPrec.Name = "ucrChkMonthlyMax5dayPrec" + Me.ucrChkMonthlyMax5dayPrec.Size = New System.Drawing.Size(378, 23) + Me.ucrChkMonthlyMax5dayPrec.TabIndex = 1 ' 'ucrChkMonthlyMax1dayPrec ' + Me.ucrChkMonthlyMax1dayPrec.AutoSize = True Me.ucrChkMonthlyMax1dayPrec.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMax1dayPrec, "ucrChkMonthlyMax1dayPrec") + Me.ucrChkMonthlyMax1dayPrec.Location = New System.Drawing.Point(6, 19) Me.ucrChkMonthlyMax1dayPrec.Name = "ucrChkMonthlyMax1dayPrec" + Me.ucrChkMonthlyMax1dayPrec.Size = New System.Drawing.Size(378, 23) + Me.ucrChkMonthlyMax1dayPrec.TabIndex = 0 ' 'tbpTemperature ' Me.tbpTemperature.Controls.Add(Me.grpTmin) Me.tbpTemperature.Controls.Add(Me.grpTmaxTmin) Me.tbpTemperature.Controls.Add(Me.grpTmax) - resources.ApplyResources(Me.tbpTemperature, "tbpTemperature") + Me.tbpTemperature.Location = New System.Drawing.Point(4, 22) Me.tbpTemperature.Name = "tbpTemperature" + Me.tbpTemperature.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTemperature.Size = New System.Drawing.Size(638, 397) + Me.tbpTemperature.TabIndex = 2 + Me.tbpTemperature.Text = "Temperature" Me.tbpTemperature.UseVisualStyleBackColor = True ' 'grpTmin ' Me.grpTmin.Controls.Add(Me.grpTminAnnualMonthly) Me.grpTmin.Controls.Add(Me.grpTminAnnual) - resources.ApplyResources(Me.grpTmin, "grpTmin") + Me.grpTmin.Location = New System.Drawing.Point(6, 6) Me.grpTmin.Name = "grpTmin" + Me.grpTmin.Size = New System.Drawing.Size(626, 138) + Me.grpTmin.TabIndex = 0 Me.grpTmin.TabStop = False + Me.grpTmin.Text = "Minimum Temperatures" ' 'grpTminAnnualMonthly ' @@ -278,118 +342,172 @@ Partial Class sdgClimdexIndices Me.grpTminAnnualMonthly.Controls.Add(Me.ucrChkMonthlyMaxDailyTMin) Me.grpTminAnnualMonthly.Controls.Add(Me.ucrChkTminBelow10Percent) Me.grpTminAnnualMonthly.Controls.Add(Me.ucrChkTminAbove90Percent) - resources.ApplyResources(Me.grpTminAnnualMonthly, "grpTminAnnualMonthly") + Me.grpTminAnnualMonthly.Location = New System.Drawing.Point(218, 15) Me.grpTminAnnualMonthly.Name = "grpTminAnnualMonthly" + Me.grpTminAnnualMonthly.Size = New System.Drawing.Size(393, 114) + Me.grpTminAnnualMonthly.TabIndex = 1 Me.grpTminAnnualMonthly.TabStop = False + Me.grpTminAnnualMonthly.Text = "Annual/Monthly" ' 'ucrChkMonthlyMinDailyTMin ' + Me.ucrChkMonthlyMinDailyTMin.AutoSize = True Me.ucrChkMonthlyMinDailyTMin.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMinDailyTMin, "ucrChkMonthlyMinDailyTMin") + Me.ucrChkMonthlyMinDailyTMin.Location = New System.Drawing.Point(8, 43) Me.ucrChkMonthlyMinDailyTMin.Name = "ucrChkMonthlyMinDailyTMin" + Me.ucrChkMonthlyMinDailyTMin.Size = New System.Drawing.Size(351, 23) + Me.ucrChkMonthlyMinDailyTMin.TabIndex = 1 ' 'ucrChkMonthlyMaxDailyTMin ' + Me.ucrChkMonthlyMaxDailyTMin.AutoSize = True Me.ucrChkMonthlyMaxDailyTMin.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMaxDailyTMin, "ucrChkMonthlyMaxDailyTMin") + Me.ucrChkMonthlyMaxDailyTMin.Location = New System.Drawing.Point(8, 19) Me.ucrChkMonthlyMaxDailyTMin.Name = "ucrChkMonthlyMaxDailyTMin" + Me.ucrChkMonthlyMaxDailyTMin.Size = New System.Drawing.Size(351, 23) + Me.ucrChkMonthlyMaxDailyTMin.TabIndex = 0 ' 'ucrChkTminBelow10Percent ' + Me.ucrChkTminBelow10Percent.AutoSize = True Me.ucrChkTminBelow10Percent.Checked = False - resources.ApplyResources(Me.ucrChkTminBelow10Percent, "ucrChkTminBelow10Percent") + Me.ucrChkTminBelow10Percent.Location = New System.Drawing.Point(8, 67) Me.ucrChkTminBelow10Percent.Name = "ucrChkTminBelow10Percent" + Me.ucrChkTminBelow10Percent.Size = New System.Drawing.Size(402, 23) + Me.ucrChkTminBelow10Percent.TabIndex = 2 ' 'ucrChkTminAbove90Percent ' + Me.ucrChkTminAbove90Percent.AutoSize = True Me.ucrChkTminAbove90Percent.Checked = False - resources.ApplyResources(Me.ucrChkTminAbove90Percent, "ucrChkTminAbove90Percent") + Me.ucrChkTminAbove90Percent.Location = New System.Drawing.Point(8, 91) Me.ucrChkTminAbove90Percent.Name = "ucrChkTminAbove90Percent" + Me.ucrChkTminAbove90Percent.Size = New System.Drawing.Size(402, 23) + Me.ucrChkTminAbove90Percent.TabIndex = 3 ' 'grpTminAnnual ' Me.grpTminAnnual.Controls.Add(Me.ucrChkColdSpellDI) Me.grpTminAnnual.Controls.Add(Me.ucrChkTropicalNights) Me.grpTminAnnual.Controls.Add(Me.ucrChkFrostDays) - resources.ApplyResources(Me.grpTminAnnual, "grpTminAnnual") + Me.grpTminAnnual.Location = New System.Drawing.Point(4, 15) Me.grpTminAnnual.Name = "grpTminAnnual" + Me.grpTminAnnual.Size = New System.Drawing.Size(208, 114) + Me.grpTminAnnual.TabIndex = 0 Me.grpTminAnnual.TabStop = False + Me.grpTminAnnual.Text = "Annual" ' 'ucrChkColdSpellDI ' + Me.ucrChkColdSpellDI.AutoSize = True Me.ucrChkColdSpellDI.Checked = False - resources.ApplyResources(Me.ucrChkColdSpellDI, "ucrChkColdSpellDI") + Me.ucrChkColdSpellDI.Location = New System.Drawing.Point(8, 67) Me.ucrChkColdSpellDI.Name = "ucrChkColdSpellDI" + Me.ucrChkColdSpellDI.Size = New System.Drawing.Size(200, 23) + Me.ucrChkColdSpellDI.TabIndex = 2 ' 'ucrChkTropicalNights ' + Me.ucrChkTropicalNights.AutoSize = True Me.ucrChkTropicalNights.Checked = False - resources.ApplyResources(Me.ucrChkTropicalNights, "ucrChkTropicalNights") + Me.ucrChkTropicalNights.Location = New System.Drawing.Point(8, 43) Me.ucrChkTropicalNights.Name = "ucrChkTropicalNights" + Me.ucrChkTropicalNights.Size = New System.Drawing.Size(150, 23) + Me.ucrChkTropicalNights.TabIndex = 1 ' 'ucrChkFrostDays ' + Me.ucrChkFrostDays.AutoSize = True Me.ucrChkFrostDays.Checked = False - resources.ApplyResources(Me.ucrChkFrostDays, "ucrChkFrostDays") + Me.ucrChkFrostDays.Location = New System.Drawing.Point(8, 19) Me.ucrChkFrostDays.Name = "ucrChkFrostDays" + Me.ucrChkFrostDays.Size = New System.Drawing.Size(150, 23) + Me.ucrChkFrostDays.TabIndex = 0 ' 'grpTmaxTmin ' Me.grpTmaxTmin.Controls.Add(Me.grpTmaxTminAnnualMonthly) Me.grpTmaxTmin.Controls.Add(Me.grpTmaxTminAnnual) - resources.ApplyResources(Me.grpTmaxTmin, "grpTmaxTmin") + Me.grpTmaxTmin.Location = New System.Drawing.Point(6, 297) Me.grpTmaxTmin.Name = "grpTmaxTmin" + Me.grpTmaxTmin.Size = New System.Drawing.Size(589, 94) + Me.grpTmaxTmin.TabIndex = 2 Me.grpTmaxTmin.TabStop = False + Me.grpTmaxTmin.Text = "Tmax/Tmin" ' 'grpTmaxTminAnnualMonthly ' Me.grpTmaxTminAnnualMonthly.Controls.Add(Me.ucrChkMeanDiurnalTempRange) - resources.ApplyResources(Me.grpTmaxTminAnnualMonthly, "grpTmaxTminAnnualMonthly") + Me.grpTmaxTminAnnualMonthly.Location = New System.Drawing.Point(218, 14) Me.grpTmaxTminAnnualMonthly.Name = "grpTmaxTminAnnualMonthly" + Me.grpTmaxTminAnnualMonthly.Size = New System.Drawing.Size(334, 74) + Me.grpTmaxTminAnnualMonthly.TabIndex = 1 Me.grpTmaxTminAnnualMonthly.TabStop = False + Me.grpTmaxTminAnnualMonthly.Text = "Annual/Monthly" ' 'ucrChkMeanDiurnalTempRange ' + Me.ucrChkMeanDiurnalTempRange.AutoSize = True Me.ucrChkMeanDiurnalTempRange.Checked = False - resources.ApplyResources(Me.ucrChkMeanDiurnalTempRange, "ucrChkMeanDiurnalTempRange") + Me.ucrChkMeanDiurnalTempRange.Location = New System.Drawing.Point(8, 21) Me.ucrChkMeanDiurnalTempRange.Name = "ucrChkMeanDiurnalTempRange" + Me.ucrChkMeanDiurnalTempRange.Size = New System.Drawing.Size(320, 23) + Me.ucrChkMeanDiurnalTempRange.TabIndex = 0 ' 'grpTmaxTminAnnual ' Me.grpTmaxTminAnnual.Controls.Add(Me.lblGSLMethod) Me.grpTmaxTminAnnual.Controls.Add(Me.ucrChkGrowingSeasonLength) Me.grpTmaxTminAnnual.Controls.Add(Me.ucrInputGSLMode) - resources.ApplyResources(Me.grpTmaxTminAnnual, "grpTmaxTminAnnual") + Me.grpTmaxTminAnnual.Location = New System.Drawing.Point(4, 14) Me.grpTmaxTminAnnual.Name = "grpTmaxTminAnnual" + Me.grpTmaxTminAnnual.Size = New System.Drawing.Size(208, 74) + Me.grpTmaxTminAnnual.TabIndex = 0 Me.grpTmaxTminAnnual.TabStop = False + Me.grpTmaxTminAnnual.Text = "Annual" ' 'lblGSLMethod ' - resources.ApplyResources(Me.lblGSLMethod, "lblGSLMethod") + Me.lblGSLMethod.AutoSize = True + Me.lblGSLMethod.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGSLMethod.Location = New System.Drawing.Point(8, 48) Me.lblGSLMethod.Name = "lblGSLMethod" + Me.lblGSLMethod.Size = New System.Drawing.Size(46, 13) + Me.lblGSLMethod.TabIndex = 1 Me.lblGSLMethod.Tag = "" + Me.lblGSLMethod.Text = "Method:" ' 'ucrChkGrowingSeasonLength ' + Me.ucrChkGrowingSeasonLength.AutoSize = True Me.ucrChkGrowingSeasonLength.Checked = False - resources.ApplyResources(Me.ucrChkGrowingSeasonLength, "ucrChkGrowingSeasonLength") + Me.ucrChkGrowingSeasonLength.Location = New System.Drawing.Point(8, 21) Me.ucrChkGrowingSeasonLength.Name = "ucrChkGrowingSeasonLength" + Me.ucrChkGrowingSeasonLength.Size = New System.Drawing.Size(194, 23) + Me.ucrChkGrowingSeasonLength.TabIndex = 0 ' 'ucrInputGSLMode ' Me.ucrInputGSLMode.AddQuotesIfUnrecognised = True + Me.ucrInputGSLMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputGSLMode.GetSetSelectedIndex = -1 Me.ucrInputGSLMode.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGSLMode, "ucrInputGSLMode") + Me.ucrInputGSLMode.Location = New System.Drawing.Point(69, 45) + Me.ucrInputGSLMode.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputGSLMode.Name = "ucrInputGSLMode" + Me.ucrInputGSLMode.Size = New System.Drawing.Size(133, 21) + Me.ucrInputGSLMode.TabIndex = 2 ' 'grpTmax ' Me.grpTmax.Controls.Add(Me.grpTmaxAnnualMonthly) Me.grpTmax.Controls.Add(Me.grpTmaxAnnual) - resources.ApplyResources(Me.grpTmax, "grpTmax") + Me.grpTmax.Location = New System.Drawing.Point(6, 150) Me.grpTmax.Name = "grpTmax" + Me.grpTmax.Size = New System.Drawing.Size(628, 141) + Me.grpTmax.TabIndex = 1 Me.grpTmax.TabStop = False + Me.grpTmax.Text = "Maximum Temperatures" ' 'grpTmaxAnnualMonthly ' @@ -397,60 +515,87 @@ Partial Class sdgClimdexIndices Me.grpTmaxAnnualMonthly.Controls.Add(Me.ucrChkTmaxAbove90Percent) Me.grpTmaxAnnualMonthly.Controls.Add(Me.ucrChkTmaxBelow10Percent) Me.grpTmaxAnnualMonthly.Controls.Add(Me.ucrChkMonthlyMinDailyTMax) - resources.ApplyResources(Me.grpTmaxAnnualMonthly, "grpTmaxAnnualMonthly") + Me.grpTmaxAnnualMonthly.Location = New System.Drawing.Point(247, 16) Me.grpTmaxAnnualMonthly.Name = "grpTmaxAnnualMonthly" + Me.grpTmaxAnnualMonthly.Size = New System.Drawing.Size(364, 114) + Me.grpTmaxAnnualMonthly.TabIndex = 1 Me.grpTmaxAnnualMonthly.TabStop = False + Me.grpTmaxAnnualMonthly.Text = "Annual/Monthly" ' 'ucrChkMonthlyMaxDailyTMax ' + Me.ucrChkMonthlyMaxDailyTMax.AutoSize = True Me.ucrChkMonthlyMaxDailyTMax.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMaxDailyTMax, "ucrChkMonthlyMaxDailyTMax") + Me.ucrChkMonthlyMaxDailyTMax.Location = New System.Drawing.Point(8, 19) Me.ucrChkMonthlyMaxDailyTMax.Name = "ucrChkMonthlyMaxDailyTMax" + Me.ucrChkMonthlyMaxDailyTMax.Size = New System.Drawing.Size(331, 23) + Me.ucrChkMonthlyMaxDailyTMax.TabIndex = 0 ' 'ucrChkTmaxAbove90Percent ' + Me.ucrChkTmaxAbove90Percent.AutoSize = True Me.ucrChkTmaxAbove90Percent.Checked = False - resources.ApplyResources(Me.ucrChkTmaxAbove90Percent, "ucrChkTmaxAbove90Percent") + Me.ucrChkTmaxAbove90Percent.Location = New System.Drawing.Point(8, 91) Me.ucrChkTmaxAbove90Percent.Name = "ucrChkTmaxAbove90Percent" + Me.ucrChkTmaxAbove90Percent.Size = New System.Drawing.Size(373, 23) + Me.ucrChkTmaxAbove90Percent.TabIndex = 3 ' 'ucrChkTmaxBelow10Percent ' + Me.ucrChkTmaxBelow10Percent.AutoSize = True Me.ucrChkTmaxBelow10Percent.Checked = False - resources.ApplyResources(Me.ucrChkTmaxBelow10Percent, "ucrChkTmaxBelow10Percent") + Me.ucrChkTmaxBelow10Percent.Location = New System.Drawing.Point(8, 67) Me.ucrChkTmaxBelow10Percent.Name = "ucrChkTmaxBelow10Percent" + Me.ucrChkTmaxBelow10Percent.Size = New System.Drawing.Size(373, 23) + Me.ucrChkTmaxBelow10Percent.TabIndex = 2 ' 'ucrChkMonthlyMinDailyTMax ' + Me.ucrChkMonthlyMinDailyTMax.AutoSize = True Me.ucrChkMonthlyMinDailyTMax.Checked = False - resources.ApplyResources(Me.ucrChkMonthlyMinDailyTMax, "ucrChkMonthlyMinDailyTMax") + Me.ucrChkMonthlyMinDailyTMax.Location = New System.Drawing.Point(8, 43) Me.ucrChkMonthlyMinDailyTMax.Name = "ucrChkMonthlyMinDailyTMax" + Me.ucrChkMonthlyMinDailyTMax.Size = New System.Drawing.Size(331, 23) + Me.ucrChkMonthlyMinDailyTMax.TabIndex = 1 ' 'grpTmaxAnnual ' Me.grpTmaxAnnual.Controls.Add(Me.ucrChkSummerDays) Me.grpTmaxAnnual.Controls.Add(Me.ucrChkWarmSpellDI) Me.grpTmaxAnnual.Controls.Add(Me.ucrChkIcingDays) - resources.ApplyResources(Me.grpTmaxAnnual, "grpTmaxAnnual") + Me.grpTmaxAnnual.Location = New System.Drawing.Point(4, 16) Me.grpTmaxAnnual.Name = "grpTmaxAnnual" + Me.grpTmaxAnnual.Size = New System.Drawing.Size(237, 114) + Me.grpTmaxAnnual.TabIndex = 0 Me.grpTmaxAnnual.TabStop = False + Me.grpTmaxAnnual.Text = "Annual" ' 'ucrChkSummerDays ' + Me.ucrChkSummerDays.AutoSize = True Me.ucrChkSummerDays.Checked = False - resources.ApplyResources(Me.ucrChkSummerDays, "ucrChkSummerDays") + Me.ucrChkSummerDays.Location = New System.Drawing.Point(8, 19) Me.ucrChkSummerDays.Name = "ucrChkSummerDays" + Me.ucrChkSummerDays.Size = New System.Drawing.Size(150, 23) + Me.ucrChkSummerDays.TabIndex = 0 ' 'ucrChkWarmSpellDI ' + Me.ucrChkWarmSpellDI.AutoSize = True Me.ucrChkWarmSpellDI.Checked = False - resources.ApplyResources(Me.ucrChkWarmSpellDI, "ucrChkWarmSpellDI") + Me.ucrChkWarmSpellDI.Location = New System.Drawing.Point(8, 67) Me.ucrChkWarmSpellDI.Name = "ucrChkWarmSpellDI" + Me.ucrChkWarmSpellDI.Size = New System.Drawing.Size(229, 23) + Me.ucrChkWarmSpellDI.TabIndex = 2 ' 'ucrChkIcingDays ' + Me.ucrChkIcingDays.AutoSize = True Me.ucrChkIcingDays.Checked = False - resources.ApplyResources(Me.ucrChkIcingDays, "ucrChkIcingDays") + Me.ucrChkIcingDays.Location = New System.Drawing.Point(8, 43) Me.ucrChkIcingDays.Name = "ucrChkIcingDays" + Me.ucrChkIcingDays.Size = New System.Drawing.Size(150, 23) + Me.ucrChkIcingDays.TabIndex = 1 ' 'tbpSettings ' @@ -466,26 +611,36 @@ Partial Class sdgClimdexIndices Me.tbpSettings.Controls.Add(Me.lblTempQuantiles) Me.tbpSettings.Controls.Add(Me.grpMaxMissingDays) Me.tbpSettings.Controls.Add(Me.lblN) - resources.ApplyResources(Me.tbpSettings, "tbpSettings") + Me.tbpSettings.Location = New System.Drawing.Point(4, 22) Me.tbpSettings.Name = "tbpSettings" + Me.tbpSettings.Padding = New System.Windows.Forms.Padding(3) + Me.tbpSettings.Size = New System.Drawing.Size(638, 397) + Me.tbpSettings.TabIndex = 0 Me.tbpSettings.Tag = "" + Me.tbpSettings.Text = "Settings" Me.tbpSettings.UseVisualStyleBackColor = True ' 'ucrInputPrecQtiles ' Me.ucrInputPrecQtiles.AddQuotesIfUnrecognised = True + Me.ucrInputPrecQtiles.AutoSize = True Me.ucrInputPrecQtiles.IsMultiline = False Me.ucrInputPrecQtiles.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPrecQtiles, "ucrInputPrecQtiles") + Me.ucrInputPrecQtiles.Location = New System.Drawing.Point(236, 83) Me.ucrInputPrecQtiles.Name = "ucrInputPrecQtiles" + Me.ucrInputPrecQtiles.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPrecQtiles.TabIndex = 13 ' 'ucrInputTempQtiles ' Me.ucrInputTempQtiles.AddQuotesIfUnrecognised = True + Me.ucrInputTempQtiles.AutoSize = True Me.ucrInputTempQtiles.IsMultiline = False Me.ucrInputTempQtiles.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTempQtiles, "ucrInputTempQtiles") + Me.ucrInputTempQtiles.Location = New System.Drawing.Point(236, 40) Me.ucrInputTempQtiles.Name = "ucrInputTempQtiles" + Me.ucrInputTempQtiles.Size = New System.Drawing.Size(137, 21) + Me.ucrInputTempQtiles.TabIndex = 11 ' 'grpBaseRange ' @@ -493,92 +648,138 @@ Partial Class sdgClimdexIndices Me.grpBaseRange.Controls.Add(Me.ucrNudUpperBase) Me.grpBaseRange.Controls.Add(Me.lblBaseFrom) Me.grpBaseRange.Controls.Add(Me.ucrNudLowerBase) - resources.ApplyResources(Me.grpBaseRange, "grpBaseRange") + Me.grpBaseRange.Location = New System.Drawing.Point(11, 109) Me.grpBaseRange.Name = "grpBaseRange" + Me.grpBaseRange.Size = New System.Drawing.Size(190, 76) + Me.grpBaseRange.TabIndex = 4 Me.grpBaseRange.TabStop = False Me.grpBaseRange.Tag = "" + Me.grpBaseRange.Text = "Base Range" ' 'lblBaseTo ' - resources.ApplyResources(Me.lblBaseTo, "lblBaseTo") + Me.lblBaseTo.AutoSize = True + Me.lblBaseTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBaseTo.Location = New System.Drawing.Point(7, 47) Me.lblBaseTo.Name = "lblBaseTo" + Me.lblBaseTo.Size = New System.Drawing.Size(23, 13) + Me.lblBaseTo.TabIndex = 2 Me.lblBaseTo.Tag = "" + Me.lblBaseTo.Text = "To:" ' 'ucrNudUpperBase ' + Me.ucrNudUpperBase.AutoSize = True Me.ucrNudUpperBase.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperBase.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudUpperBase, "ucrNudUpperBase") + Me.ucrNudUpperBase.Location = New System.Drawing.Point(73, 45) Me.ucrNudUpperBase.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudUpperBase.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperBase.Name = "ucrNudUpperBase" + Me.ucrNudUpperBase.Size = New System.Drawing.Size(50, 20) + Me.ucrNudUpperBase.TabIndex = 3 Me.ucrNudUpperBase.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblBaseFrom ' - resources.ApplyResources(Me.lblBaseFrom, "lblBaseFrom") + Me.lblBaseFrom.AutoSize = True + Me.lblBaseFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBaseFrom.Location = New System.Drawing.Point(7, 23) Me.lblBaseFrom.Name = "lblBaseFrom" + Me.lblBaseFrom.Size = New System.Drawing.Size(33, 13) + Me.lblBaseFrom.TabIndex = 0 Me.lblBaseFrom.Tag = "" + Me.lblBaseFrom.Text = "From:" ' 'ucrNudLowerBase ' + Me.ucrNudLowerBase.AutoSize = True Me.ucrNudLowerBase.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLowerBase.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLowerBase, "ucrNudLowerBase") + Me.ucrNudLowerBase.Location = New System.Drawing.Point(73, 19) Me.ucrNudLowerBase.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLowerBase.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLowerBase.Name = "ucrNudLowerBase" + Me.ucrNudLowerBase.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLowerBase.TabIndex = 1 Me.ucrNudLowerBase.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkNHemisphere ' + Me.ucrChkNHemisphere.AutoSize = True Me.ucrChkNHemisphere.Checked = False - resources.ApplyResources(Me.ucrChkNHemisphere, "ucrChkNHemisphere") + Me.ucrChkNHemisphere.Location = New System.Drawing.Point(11, 192) Me.ucrChkNHemisphere.Name = "ucrChkNHemisphere" + Me.ucrChkNHemisphere.Size = New System.Drawing.Size(212, 23) + Me.ucrChkNHemisphere.TabIndex = 5 ' 'ucrChkMaxSpellSpanYears ' + Me.ucrChkMaxSpellSpanYears.AutoSize = True Me.ucrChkMaxSpellSpanYears.Checked = False - resources.ApplyResources(Me.ucrChkMaxSpellSpanYears, "ucrChkMaxSpellSpanYears") + Me.ucrChkMaxSpellSpanYears.Location = New System.Drawing.Point(236, 111) Me.ucrChkMaxSpellSpanYears.Name = "ucrChkMaxSpellSpanYears" + Me.ucrChkMaxSpellSpanYears.Size = New System.Drawing.Size(212, 23) + Me.ucrChkMaxSpellSpanYears.TabIndex = 14 ' 'ucrNudN ' + Me.ucrNudN.AutoSize = True Me.ucrNudN.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudN.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudN, "ucrNudN") + Me.ucrNudN.Location = New System.Drawing.Point(151, 258) Me.ucrNudN.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudN.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudN.Name = "ucrNudN" + Me.ucrNudN.Size = New System.Drawing.Size(50, 20) + Me.ucrNudN.TabIndex = 9 Me.ucrNudN.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudMinBaseData ' + Me.ucrNudMinBaseData.AutoSize = True Me.ucrNudMinBaseData.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinBaseData.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMinBaseData, "ucrNudMinBaseData") + Me.ucrNudMinBaseData.Location = New System.Drawing.Point(151, 224) Me.ucrNudMinBaseData.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMinBaseData.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinBaseData.Name = "ucrNudMinBaseData" + Me.ucrNudMinBaseData.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMinBaseData.TabIndex = 7 Me.ucrNudMinBaseData.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMinBaseData ' - resources.ApplyResources(Me.lblMinBaseData, "lblMinBaseData") + Me.lblMinBaseData.AutoSize = True + Me.lblMinBaseData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinBaseData.Location = New System.Drawing.Point(8, 228) Me.lblMinBaseData.Name = "lblMinBaseData" + Me.lblMinBaseData.Size = New System.Drawing.Size(143, 13) + Me.lblMinBaseData.TabIndex = 6 Me.lblMinBaseData.Tag = "Minimum_Base_Data_ Present" + Me.lblMinBaseData.Text = "Minimum Base Data Present:" ' 'lblPrecQuantiles ' - resources.ApplyResources(Me.lblPrecQuantiles, "lblPrecQuantiles") + Me.lblPrecQuantiles.AutoSize = True + Me.lblPrecQuantiles.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPrecQuantiles.Location = New System.Drawing.Point(236, 68) Me.lblPrecQuantiles.Name = "lblPrecQuantiles" + Me.lblPrecQuantiles.Size = New System.Drawing.Size(115, 13) + Me.lblPrecQuantiles.TabIndex = 12 Me.lblPrecQuantiles.Tag = "Precipitation_Quantiles:" + Me.lblPrecQuantiles.Text = "Precipitation Quantiles:" ' 'lblTempQuantiles ' - resources.ApplyResources(Me.lblTempQuantiles, "lblTempQuantiles") + Me.lblTempQuantiles.AutoSize = True + Me.lblTempQuantiles.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTempQuantiles.Location = New System.Drawing.Point(236, 24) Me.lblTempQuantiles.Name = "lblTempQuantiles" + Me.lblTempQuantiles.Size = New System.Drawing.Size(117, 13) + Me.lblTempQuantiles.TabIndex = 10 Me.lblTempQuantiles.Tag = "Temperature_Quantiles:" + Me.lblTempQuantiles.Text = "Temperature Quantiles:" ' 'grpMaxMissingDays ' @@ -586,67 +787,98 @@ Partial Class sdgClimdexIndices Me.grpMaxMissingDays.Controls.Add(Me.lblAnnual) Me.grpMaxMissingDays.Controls.Add(Me.ucrNudMonthlyMissingDays) Me.grpMaxMissingDays.Controls.Add(Me.ucrNudAnnualMissingDays) - resources.ApplyResources(Me.grpMaxMissingDays, "grpMaxMissingDays") + Me.grpMaxMissingDays.Location = New System.Drawing.Point(11, 24) Me.grpMaxMissingDays.Name = "grpMaxMissingDays" + Me.grpMaxMissingDays.Size = New System.Drawing.Size(190, 76) + Me.grpMaxMissingDays.TabIndex = 3 Me.grpMaxMissingDays.TabStop = False Me.grpMaxMissingDays.Tag = "Maximum_Missing_Days" + Me.grpMaxMissingDays.Text = "Maximum Missing Days" ' 'lblMonthly ' - resources.ApplyResources(Me.lblMonthly, "lblMonthly") + Me.lblMonthly.AutoSize = True + Me.lblMonthly.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonthly.Location = New System.Drawing.Point(7, 49) Me.lblMonthly.Name = "lblMonthly" + Me.lblMonthly.Size = New System.Drawing.Size(47, 13) + Me.lblMonthly.TabIndex = 2 Me.lblMonthly.Tag = "Monthly:" + Me.lblMonthly.Text = "Monthly:" ' 'lblAnnual ' - resources.ApplyResources(Me.lblAnnual, "lblAnnual") + Me.lblAnnual.AutoSize = True + Me.lblAnnual.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAnnual.Location = New System.Drawing.Point(7, 24) Me.lblAnnual.Name = "lblAnnual" + Me.lblAnnual.Size = New System.Drawing.Size(43, 13) + Me.lblAnnual.TabIndex = 0 Me.lblAnnual.Tag = "Annual:" + Me.lblAnnual.Text = "Annual:" ' 'ucrNudMonthlyMissingDays ' + Me.ucrNudMonthlyMissingDays.AutoSize = True Me.ucrNudMonthlyMissingDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMonthlyMissingDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMonthlyMissingDays, "ucrNudMonthlyMissingDays") + Me.ucrNudMonthlyMissingDays.Location = New System.Drawing.Point(73, 46) Me.ucrNudMonthlyMissingDays.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMonthlyMissingDays.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMonthlyMissingDays.Name = "ucrNudMonthlyMissingDays" + Me.ucrNudMonthlyMissingDays.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMonthlyMissingDays.TabIndex = 3 Me.ucrNudMonthlyMissingDays.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudAnnualMissingDays ' + Me.ucrNudAnnualMissingDays.AutoSize = True Me.ucrNudAnnualMissingDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAnnualMissingDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAnnualMissingDays, "ucrNudAnnualMissingDays") + Me.ucrNudAnnualMissingDays.Location = New System.Drawing.Point(73, 20) Me.ucrNudAnnualMissingDays.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAnnualMissingDays.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAnnualMissingDays.Name = "ucrNudAnnualMissingDays" + Me.ucrNudAnnualMissingDays.Size = New System.Drawing.Size(50, 20) + Me.ucrNudAnnualMissingDays.TabIndex = 1 Me.ucrNudAnnualMissingDays.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblN ' - resources.ApplyResources(Me.lblN, "lblN") + Me.lblN.AutoSize = True + Me.lblN.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblN.Location = New System.Drawing.Point(8, 263) Me.lblN.Name = "lblN" + Me.lblN.Size = New System.Drawing.Size(96, 13) + Me.lblN.TabIndex = 8 Me.lblN.Tag = "Days_for_Quantiles:" + Me.lblN.Text = "Days for Quantiles:" ' 'tbpClimdex ' Me.tbpClimdex.Controls.Add(Me.tbpSettings) Me.tbpClimdex.Controls.Add(Me.tbpTemperature) Me.tbpClimdex.Controls.Add(Me.tbpPrecipitation) - resources.ApplyResources(Me.tbpClimdex, "tbpClimdex") + Me.tbpClimdex.Location = New System.Drawing.Point(8, 6) Me.tbpClimdex.Name = "tbpClimdex" Me.tbpClimdex.SelectedIndex = 0 + Me.tbpClimdex.Size = New System.Drawing.Size(646, 423) + Me.tbpClimdex.TabIndex = 1 ' 'ucrButtonsClimdexIndices ' - resources.ApplyResources(Me.ucrButtonsClimdexIndices, "ucrButtonsClimdexIndices") + Me.ucrButtonsClimdexIndices.AutoSize = True + Me.ucrButtonsClimdexIndices.Location = New System.Drawing.Point(215, 435) Me.ucrButtonsClimdexIndices.Name = "ucrButtonsClimdexIndices" + Me.ucrButtonsClimdexIndices.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsClimdexIndices.TabIndex = 2 ' 'sdgClimdexIndices ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(659, 473) Me.Controls.Add(Me.cmdHelp) Me.Controls.Add(Me.tbpClimdex) Me.Controls.Add(Me.ucrButtonsClimdexIndices) @@ -654,22 +886,30 @@ Partial Class sdgClimdexIndices Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgClimdexIndices" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Indices" + Me.Text = "Indices" Me.tbpPrecipitation.ResumeLayout(False) Me.grpPrecAnnual.ResumeLayout(False) Me.grpPrecAnnual.PerformLayout() Me.grpPrecAnnualMonthly.ResumeLayout(False) + Me.grpPrecAnnualMonthly.PerformLayout() Me.tbpTemperature.ResumeLayout(False) Me.grpTmin.ResumeLayout(False) Me.grpTminAnnualMonthly.ResumeLayout(False) + Me.grpTminAnnualMonthly.PerformLayout() Me.grpTminAnnual.ResumeLayout(False) + Me.grpTminAnnual.PerformLayout() Me.grpTmaxTmin.ResumeLayout(False) Me.grpTmaxTminAnnualMonthly.ResumeLayout(False) + Me.grpTmaxTminAnnualMonthly.PerformLayout() Me.grpTmaxTminAnnual.ResumeLayout(False) Me.grpTmaxTminAnnual.PerformLayout() Me.grpTmax.ResumeLayout(False) Me.grpTmaxAnnualMonthly.ResumeLayout(False) + Me.grpTmaxAnnualMonthly.PerformLayout() Me.grpTmaxAnnual.ResumeLayout(False) + Me.grpTmaxAnnual.PerformLayout() Me.tbpSettings.ResumeLayout(False) Me.tbpSettings.PerformLayout() Me.grpBaseRange.ResumeLayout(False) @@ -678,6 +918,7 @@ Partial Class sdgClimdexIndices Me.grpMaxMissingDays.PerformLayout() Me.tbpClimdex.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgClimdexIndices.resx b/instat/sdgClimdexIndices.resx index dd368cfff4d..2cc6cd36a71 100644 --- a/instat/sdgClimdexIndices.resx +++ b/instat/sdgClimdexIndices.resx @@ -120,1645 +120,7 @@ 17, 17 - - - NoControl - - - - 368, 438 - - - 75, 23 - - - - 1 - - - Indices Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 371, 88 - - - 68, 21 - - - 12 - - - ucrInputThreshold - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 0 - - - True - - - NoControl - - - 312, 92 - - - 57, 13 - - - 4 - - - Threshold: - - - lblThreshold - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPrecAnnual - - - 1 - - - 6, 91 - - - 308, 18 - - - 3 - - - ucrChkPrecExceedSpecifiedA - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 2 - - - 6, 115 - - - 378, 18 - - - 6 - - - ucrChkMaxDrySpell - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 3 - - - 6, 163 - - - 378, 18 - - - 8 - - - ucrChkPrecExceed95Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 4 - - - 6, 43 - - - 378, 18 - - - 1 - - - ucrChkPrecExceed10mm - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 5 - - - 6, 139 - - - 378, 18 - - - 7 - - - ucrChkMaxWetSpell - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 6 - - - 6, 67 - - - 378, 18 - - - 2 - - - ucrChkPrecExceed20mm - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 7 - - - 6, 187 - - - 378, 18 - - - 9 - - - ucrChkPrecExceed99Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 8 - - - 6, 211 - - - 378, 18 - - - 10 - - - ucrChkTotalDailyPrec - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 9 - - - 6, 19 - - - 378, 18 - - - 0 - - - ucrChkSimplePrecII - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnual - - - 10 - - - 11, 7 - - - 445, 238 - - - 1 - - - Annual - - - grpPrecAnnual - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPrecipitation - - - 0 - - - 83, 67 - - - 212, 20 - - - 2 - - - ucrChkCentreMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnualMonthly - - - 0 - - - 6, 43 - - - 378, 18 - - - 1 - - - ucrChkMonthlyMax5dayPrec - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnualMonthly - - - 1 - - - 6, 19 - - - 378, 18 - - - 0 - - - ucrChkMonthlyMax1dayPrec - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPrecAnnualMonthly - - - 2 - - - 11, 251 - - - 445, 93 - - - 0 - - - Annual/Monthly - - - grpPrecAnnualMonthly - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPrecipitation - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 638, 397 - - - 3 - - - Precipitation - - - tbpPrecipitation - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimdex - - - 2 - - - 8, 43 - - - 351, 18 - - - 1 - - - ucrChkMonthlyMinDailyTMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnualMonthly - - - 0 - - - 8, 19 - - - 351, 18 - - - 0 - - - ucrChkMonthlyMaxDailyTMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnualMonthly - - - 1 - - - 8, 67 - - - 402, 18 - - - 2 - - - ucrChkTminBelow10Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnualMonthly - - - 2 - - - 8, 91 - - - 402, 18 - - - 3 - - - ucrChkTminAbove90Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnualMonthly - - - 3 - - - 218, 15 - - - 393, 114 - - - 1 - - - Annual/Monthly - - - grpTminAnnualMonthly - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmin - - - 0 - - - 8, 67 - - - 200, 18 - - - 2 - - - ucrChkColdSpellDI - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnual - - - 0 - - - 8, 43 - - - 150, 18 - - - 1 - - - ucrChkTropicalNights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnual - - - 1 - - - 8, 19 - - - 150, 18 - - - 0 - - - ucrChkFrostDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTminAnnual - - - 2 - - - 4, 15 - - - 208, 114 - - - 0 - - - Annual - - - grpTminAnnual - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmin - - - 1 - - - 6, 6 - - - 626, 138 - - - 0 - - - Minimum Temperatures - - - grpTmin - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTemperature - - - 0 - - - 8, 21 - - - 320, 18 - - - 0 - - - ucrChkMeanDiurnalTempRange - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxTminAnnualMonthly - - - 0 - - - 218, 14 - - - 334, 74 - - - 1 - - - Annual/Monthly - - - grpTmaxTminAnnualMonthly - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmaxTmin - - - 0 - - - True - - - NoControl - - - 8, 48 - - - 46, 13 - - - 1 - - - Method: - - - lblGSLMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmaxTminAnnual - - - 0 - - - 8, 21 - - - 194, 18 - - - 0 - - - ucrChkGrowingSeasonLength - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxTminAnnual - - - 1 - - - 69, 45 - - - 21, 17, 21, 17 - - - 133, 21 - - - 2 - - - ucrInputGSLMode - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxTminAnnual - - - 2 - - - 4, 14 - - - 208, 74 - - - 0 - - - Annual - - - grpTmaxTminAnnual - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmaxTmin - - - 1 - - - 6, 297 - - - 589, 94 - - - 2 - - - Tmax/Tmin - - - grpTmaxTmin - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTemperature - - - 1 - - - 8, 19 - - - 331, 18 - - - 0 - - - ucrChkMonthlyMaxDailyTMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnualMonthly - - - 0 - - - 8, 91 - - - 373, 18 - - - 3 - - - ucrChkTmaxAbove90Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnualMonthly - - - 1 - - - 8, 67 - - - 373, 18 - - - 2 - - - ucrChkTmaxBelow10Percent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnualMonthly - - - 2 - - - 8, 43 - - - 331, 18 - - - 1 - - - ucrChkMonthlyMinDailyTMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnualMonthly - - - 3 - - - 247, 16 - - - 364, 114 - - - 1 - - - Annual/Monthly - - - grpTmaxAnnualMonthly - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmax - - - 0 - - - 8, 19 - - - 150, 18 - - - 0 - - - ucrChkSummerDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnual - - - 0 - - - 8, 67 - - - 229, 18 - - - 2 - - - ucrChkWarmSpellDI - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnual - - - 1 - - - 8, 43 - - - 150, 18 - - - 1 - - - ucrChkIcingDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTmaxAnnual - - - 2 - - - 4, 16 - - - 237, 114 - - - 0 - - - Annual - - - grpTmaxAnnual - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTmax - - - 1 - - - 6, 150 - - - 628, 141 - - - 1 - - - Maximum Temperatures - - - grpTmax - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTemperature - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 638, 397 - - - 2 - - - Temperature - - - tbpTemperature - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimdex - - - 1 - - - 236, 83 - - - 137, 21 - - - 13 - - - ucrInputPrecQtiles - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 0 - - - 236, 40 - - - 137, 21 - - - 11 - - - ucrInputTempQtiles - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 1 - - - True - - - NoControl - - - 7, 47 - - - 23, 13 - - - 2 - - - To: - - - lblBaseTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBaseRange - - - 0 - - - 73, 45 - - - 50, 20 - - - 3 - - - ucrNudUpperBase - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpBaseRange - - - 1 - - - True - - - NoControl - - - 7, 23 - - - 33, 13 - - - 0 - - - From: - - - lblBaseFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBaseRange - - - 2 - - - 73, 19 - - - 50, 20 - - - 1 - - - ucrNudLowerBase - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpBaseRange - - - 3 - - - 11, 109 - - - 190, 76 - - - 4 - - - Base Range - - - grpBaseRange - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 2 - - - 11, 192 - - - 212, 20 - - - 5 - - - ucrChkNHemisphere - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 3 - - - 236, 111 - - - 212, 20 - - - 14 - - - ucrChkMaxSpellSpanYears - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 4 - - - 151, 258 - - - 50, 20 - - - 9 - - - ucrNudN - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 5 - - - 151, 224 - - - 50, 20 - - - 7 - - - ucrNudMinBaseData - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpSettings - - - 6 - - - True - - - NoControl - - - 8, 228 - - - 143, 13 - - - 6 - - - Minimum Base Data Present: - - - lblMinBaseData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 7 - - - True - - - NoControl - - - 236, 68 - - - 115, 13 - - - 12 - - - Precipitation Quantiles: - - - lblPrecQuantiles - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 8 - - - True - - - NoControl - - - 236, 24 - - - 117, 13 - - - 10 - - - Temperature Quantiles: - - - lblTempQuantiles - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 9 - - - True - - - NoControl - - - 7, 49 - - - 47, 13 - - - 2 - - - Monthly: - - - lblMonthly - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaxMissingDays - - - 0 - - - True - - - NoControl - - - 7, 24 - - - 43, 13 - - - 0 - - - Annual: - - - lblAnnual - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaxMissingDays - - - 1 - - - 73, 46 - - - 50, 20 - - - 3 - - - ucrNudMonthlyMissingDays - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaxMissingDays - - - 2 - - - 73, 20 - - - 50, 20 - - - 1 - - - ucrNudAnnualMissingDays - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaxMissingDays - - - 3 - - - 11, 24 - - - 190, 76 - - - 3 - - - Maximum Missing Days - - - grpMaxMissingDays - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 10 - - - True - - - NoControl - - - 8, 263 - - - 96, 13 - - - 8 - - - Days for Quantiles: - - - lblN - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpSettings - - - 11 - - - 4, 22 - - - 3, 3, 3, 3 - - - 638, 397 - - - 0 - - - Settings - - - tbpSettings - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimdex - - - 0 - - - 8, 6 - - - 646, 423 - - - 1 - - - tbpClimdex - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 215, 435 - - - 151, 30 - - - 2 - - - ucrButtonsClimdexIndices - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - 25 - - 6, 13 - - - True - - - 659, 473 - - - CenterParent - - - Indices - - - ttClimdexIndices - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgClimdexIndices - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgCombineGraphOptions.Designer.vb b/instat/sdgCombineGraphOptions.Designer.vb index b2e1dcd9173..0cfc82b53c0 100644 --- a/instat/sdgCombineGraphOptions.Designer.vb +++ b/instat/sdgCombineGraphOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCombineGraphOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCombineGraphOptions)) Me.tbcLayout = New System.Windows.Forms.TabControl() Me.tbpLayout = New System.Windows.Forms.TabPage() Me.ucrChkSpecifyOrder = New instat.ucrCheck() @@ -69,9 +68,11 @@ Partial Class sdgCombineGraphOptions ' Me.tbcLayout.Controls.Add(Me.tbpLayout) Me.tbcLayout.Controls.Add(Me.tbpLabels) - resources.ApplyResources(Me.tbcLayout, "tbcLayout") + Me.tbcLayout.Location = New System.Drawing.Point(3, 5) Me.tbcLayout.Name = "tbcLayout" Me.tbcLayout.SelectedIndex = 0 + Me.tbcLayout.Size = New System.Drawing.Size(379, 419) + Me.tbcLayout.TabIndex = 0 ' 'tbpLayout ' @@ -84,48 +85,63 @@ Partial Class sdgCombineGraphOptions Me.tbpLayout.Controls.Add(Me.lstGraphs) Me.tbpLayout.Controls.Add(Me.lblNumberofColumns) Me.tbpLayout.Controls.Add(Me.lblNumberofRows) - resources.ApplyResources(Me.tbpLayout, "tbpLayout") + Me.tbpLayout.Location = New System.Drawing.Point(4, 22) Me.tbpLayout.Name = "tbpLayout" + Me.tbpLayout.Padding = New System.Windows.Forms.Padding(3) + Me.tbpLayout.Size = New System.Drawing.Size(371, 393) + Me.tbpLayout.TabIndex = 0 + Me.tbpLayout.Text = "Layout" Me.tbpLayout.UseVisualStyleBackColor = True ' 'ucrChkSpecifyOrder ' + Me.ucrChkSpecifyOrder.AutoSize = True Me.ucrChkSpecifyOrder.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyOrder, "ucrChkSpecifyOrder") + Me.ucrChkSpecifyOrder.Location = New System.Drawing.Point(10, 153) Me.ucrChkSpecifyOrder.Name = "ucrChkSpecifyOrder" + Me.ucrChkSpecifyOrder.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSpecifyOrder.TabIndex = 6 ' 'ucrNudColumns ' + Me.ucrNudColumns.AutoSize = True Me.ucrNudColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColumns, "ucrNudColumns") + Me.ucrNudColumns.Location = New System.Drawing.Point(123, 46) Me.ucrNudColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumns.Name = "ucrNudColumns" + Me.ucrNudColumns.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColumns.TabIndex = 3 Me.ucrNudColumns.Value = New Decimal(New Integer() {2, 0, 0, 0}) ' 'ucrNudRows ' + Me.ucrNudRows.AutoSize = True Me.ucrNudRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRows, "ucrNudRows") + Me.ucrNudRows.Location = New System.Drawing.Point(123, 20) Me.ucrNudRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRows.Name = "ucrNudRows" + Me.ucrNudRows.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRows.TabIndex = 1 Me.ucrNudRows.Value = New Decimal(New Integer() {2, 0, 0, 0}) ' 'txtLayoutMessage ' - resources.ApplyResources(Me.txtLayoutMessage, "txtLayoutMessage") + Me.txtLayoutMessage.Location = New System.Drawing.Point(11, 367) Me.txtLayoutMessage.Name = "txtLayoutMessage" Me.txtLayoutMessage.ReadOnly = True + Me.txtLayoutMessage.Size = New System.Drawing.Size(342, 20) + Me.txtLayoutMessage.TabIndex = 8 ' 'grdLayout ' Me.grdLayout.BackColor = System.Drawing.Color.White Me.grdLayout.ColumnHeaderContextMenuStrip = Nothing Me.grdLayout.LeadHeaderContextMenuStrip = Nothing - resources.ApplyResources(Me.grdLayout, "grdLayout") + Me.grdLayout.Location = New System.Drawing.Point(10, 179) Me.grdLayout.Name = "grdLayout" Me.grdLayout.RowHeaderContextMenuStrip = Nothing Me.grdLayout.Script = Nothing @@ -134,27 +150,44 @@ Partial Class sdgCombineGraphOptions Me.grdLayout.SheetTabVisible = True Me.grdLayout.SheetTabWidth = 60 Me.grdLayout.ShowScrollEndSpacing = True + Me.grdLayout.Size = New System.Drawing.Size(343, 179) + Me.grdLayout.TabIndex = 7 + Me.grdLayout.Text = "ReoGridControl1" ' 'lblSelectedgrpahs ' - resources.ApplyResources(Me.lblSelectedgrpahs, "lblSelectedgrpahs") + Me.lblSelectedgrpahs.AutoSize = True + Me.lblSelectedgrpahs.Location = New System.Drawing.Point(232, 19) Me.lblSelectedgrpahs.Name = "lblSelectedgrpahs" + Me.lblSelectedgrpahs.Size = New System.Drawing.Size(89, 13) + Me.lblSelectedgrpahs.TabIndex = 4 + Me.lblSelectedgrpahs.Text = "Selected Graphs:" ' 'lstGraphs ' Me.lstGraphs.FormattingEnabled = True - resources.ApplyResources(Me.lstGraphs, "lstGraphs") + Me.lstGraphs.Location = New System.Drawing.Point(233, 34) Me.lstGraphs.Name = "lstGraphs" + Me.lstGraphs.Size = New System.Drawing.Size(120, 134) + Me.lstGraphs.TabIndex = 5 ' 'lblNumberofColumns ' - resources.ApplyResources(Me.lblNumberofColumns, "lblNumberofColumns") + Me.lblNumberofColumns.AutoSize = True + Me.lblNumberofColumns.Location = New System.Drawing.Point(10, 49) Me.lblNumberofColumns.Name = "lblNumberofColumns" + Me.lblNumberofColumns.Size = New System.Drawing.Size(102, 13) + Me.lblNumberofColumns.TabIndex = 2 + Me.lblNumberofColumns.Text = "Number of Columns:" ' 'lblNumberofRows ' - resources.ApplyResources(Me.lblNumberofRows, "lblNumberofRows") + Me.lblNumberofRows.AutoSize = True + Me.lblNumberofRows.Location = New System.Drawing.Point(10, 23) Me.lblNumberofRows.Name = "lblNumberofRows" + Me.lblNumberofRows.Size = New System.Drawing.Size(89, 13) + Me.lblNumberofRows.TabIndex = 0 + Me.lblNumberofRows.Text = "Number of Rows:" ' 'tbpLabels ' @@ -166,83 +199,123 @@ Partial Class sdgCombineGraphOptions Me.tbpLabels.Controls.Add(Me.LblRight) Me.tbpLabels.Controls.Add(Me.lblBottom) Me.tbpLabels.Controls.Add(Me.lblTop) - resources.ApplyResources(Me.tbpLabels, "tbpLabels") + Me.tbpLabels.Location = New System.Drawing.Point(4, 22) Me.tbpLabels.Name = "tbpLabels" + Me.tbpLabels.Padding = New System.Windows.Forms.Padding(3) + Me.tbpLabels.Size = New System.Drawing.Size(371, 393) + Me.tbpLabels.TabIndex = 1 + Me.tbpLabels.Text = "Labels" Me.tbpLabels.UseVisualStyleBackColor = True ' 'ucrInputLeft ' Me.ucrInputLeft.AddQuotesIfUnrecognised = True + Me.ucrInputLeft.AutoSize = True Me.ucrInputLeft.IsMultiline = False Me.ucrInputLeft.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLeft, "ucrInputLeft") + Me.ucrInputLeft.Location = New System.Drawing.Point(71, 102) Me.ucrInputLeft.Name = "ucrInputLeft" + Me.ucrInputLeft.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLeft.TabIndex = 7 ' 'ucrInputRight ' Me.ucrInputRight.AddQuotesIfUnrecognised = True + Me.ucrInputRight.AutoSize = True Me.ucrInputRight.IsMultiline = False Me.ucrInputRight.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRight, "ucrInputRight") + Me.ucrInputRight.Location = New System.Drawing.Point(71, 75) Me.ucrInputRight.Name = "ucrInputRight" + Me.ucrInputRight.Size = New System.Drawing.Size(137, 21) + Me.ucrInputRight.TabIndex = 5 ' 'ucrInputBottom ' Me.ucrInputBottom.AddQuotesIfUnrecognised = True + Me.ucrInputBottom.AutoSize = True Me.ucrInputBottom.IsMultiline = False Me.ucrInputBottom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBottom, "ucrInputBottom") + Me.ucrInputBottom.Location = New System.Drawing.Point(71, 48) Me.ucrInputBottom.Name = "ucrInputBottom" + Me.ucrInputBottom.Size = New System.Drawing.Size(137, 21) + Me.ucrInputBottom.TabIndex = 3 ' 'ucrInputTop ' Me.ucrInputTop.AddQuotesIfUnrecognised = True + Me.ucrInputTop.AutoSize = True Me.ucrInputTop.IsMultiline = False Me.ucrInputTop.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTop, "ucrInputTop") + Me.ucrInputTop.Location = New System.Drawing.Point(71, 20) Me.ucrInputTop.Name = "ucrInputTop" + Me.ucrInputTop.Size = New System.Drawing.Size(137, 21) + Me.ucrInputTop.TabIndex = 1 ' 'lblLeft ' - resources.ApplyResources(Me.lblLeft, "lblLeft") + Me.lblLeft.AutoSize = True + Me.lblLeft.Location = New System.Drawing.Point(10, 109) Me.lblLeft.Name = "lblLeft" + Me.lblLeft.Size = New System.Drawing.Size(28, 13) + Me.lblLeft.TabIndex = 6 + Me.lblLeft.Text = "Left:" ' 'LblRight ' - resources.ApplyResources(Me.LblRight, "LblRight") + Me.LblRight.AutoSize = True + Me.LblRight.Location = New System.Drawing.Point(10, 79) Me.LblRight.Name = "LblRight" + Me.LblRight.Size = New System.Drawing.Size(35, 13) + Me.LblRight.TabIndex = 4 + Me.LblRight.Text = "Right:" ' 'lblBottom ' - resources.ApplyResources(Me.lblBottom, "lblBottom") + Me.lblBottom.AutoSize = True + Me.lblBottom.Location = New System.Drawing.Point(10, 50) Me.lblBottom.Name = "lblBottom" + Me.lblBottom.Size = New System.Drawing.Size(43, 13) + Me.lblBottom.TabIndex = 2 + Me.lblBottom.Text = "Bottom:" ' 'lblTop ' - resources.ApplyResources(Me.lblTop, "lblTop") + Me.lblTop.AutoSize = True + Me.lblTop.Location = New System.Drawing.Point(10, 23) Me.lblTop.Name = "lblTop" + Me.lblTop.Size = New System.Drawing.Size(29, 13) + Me.lblTop.TabIndex = 0 + Me.lblTop.Text = "Top:" ' 'ucrsdgLayoutBase ' - resources.ApplyResources(Me.ucrsdgLayoutBase, "ucrsdgLayoutBase") + Me.ucrsdgLayoutBase.AutoSize = True + Me.ucrsdgLayoutBase.Location = New System.Drawing.Point(120, 426) Me.ucrsdgLayoutBase.Name = "ucrsdgLayoutBase" + Me.ucrsdgLayoutBase.Size = New System.Drawing.Size(224, 30) + Me.ucrsdgLayoutBase.TabIndex = 0 ' 'sdgCombineGraphOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(385, 460) Me.Controls.Add(Me.ucrsdgLayoutBase) Me.Controls.Add(Me.tbcLayout) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCombineGraphOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Options" Me.tbcLayout.ResumeLayout(False) Me.tbpLayout.ResumeLayout(False) Me.tbpLayout.PerformLayout() Me.tbpLabels.ResumeLayout(False) Me.tbpLabels.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCombineGraphOptions.resx b/instat/sdgCombineGraphOptions.resx index 61cf40e09fb..29dcb1b3a35 100644 --- a/instat/sdgCombineGraphOptions.resx +++ b/instat/sdgCombineGraphOptions.resx @@ -117,529 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 153 - - - 100, 20 - - - - 6 - - - ucrChkSpecifyOrder - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 0 - - - 123, 46 - - - 50, 20 - - - 3 - - - ucrNudColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 1 - - - 123, 20 - - - 50, 20 - - - 1 - - - ucrNudRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 2 - - - 11, 367 - - - 342, 20 - - - 8 - - - txtLayoutMessage - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 3 - - - 10, 179 - - - 343, 179 - - - 7 - - - ReoGridControl1 - - - grdLayout - - - unvell.ReoGrid.ReoGridControl, unvell.ReoGrid, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 4 - - - True - - - 232, 19 - - - 89, 13 - - - 4 - - - Selected Graphs: - - - lblSelectedgrpahs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 5 - - - 233, 34 - - - 120, 134 - - - 5 - - - lstGraphs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 6 - - - True - - - 10, 49 - - - 102, 13 - - - 2 - - - Number of Columns: - - - lblNumberofColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 7 - - - True - - - 10, 23 - - - 89, 13 - - - 0 - - - Number of Rows: - - - lblNumberofRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 8 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 371, 393 - - - 0 - - - Layout - - - tbpLayout - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcLayout - - - 0 - - - 71, 102 - - - 137, 21 - - - 7 - - - ucrInputLeft - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLabels - - - 0 - - - 71, 75 - - - 137, 21 - - - 5 - - - ucrInputRight - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLabels - - - 1 - - - 71, 48 - - - 137, 21 - - - 3 - - - ucrInputBottom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLabels - - - 2 - - - 71, 20 - - - 137, 21 - - - 1 - - - ucrInputTop - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLabels - - - 3 - - - True - - - 10, 109 - - - 28, 13 - - - 6 - - - Left: - - - lblLeft - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLabels - - - 4 - - - True - - - 10, 79 - - - 35, 13 - - - 4 - - - Right: - - - LblRight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLabels - - - 5 - - - True - - - 10, 50 - - - 43, 13 - - - 2 - - - Bottom: - - - lblBottom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLabels - - - 6 - - - True - - - 10, 23 - - - 29, 13 - - - 0 - - - Top: - - - lblTop - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLabels - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 371, 393 - - - 1 - - - Labels - - - tbpLabels - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcLayout - - - 1 - - - 3, 5 - - - 379, 419 - - - 0 - - - tbcLayout - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 120, 426 - - - 156, 30 - - - 0 - - - ucrsdgLayoutBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 385, 460 - - - CenterParent - - - Options - - - sdgCombineGraphOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgComment.Designer.vb b/instat/sdgComment.Designer.vb index be59ce33cb9..47ae2c3ae07 100644 --- a/instat/sdgComment.Designer.vb +++ b/instat/sdgComment.Designer.vb @@ -22,23 +22,30 @@ Partial Class sdgComment 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgComment)) Me.txtComment = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'txtComment ' - resources.ApplyResources(Me.txtComment, "txtComment") + Me.txtComment.Dock = System.Windows.Forms.DockStyle.Fill + Me.txtComment.Location = New System.Drawing.Point(0, 0) + Me.txtComment.Multiline = True Me.txtComment.Name = "txtComment" + Me.txtComment.Size = New System.Drawing.Size(315, 78) + Me.txtComment.TabIndex = 1 ' 'sdgComment ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(315, 78) Me.Controls.Add(Me.txtComment) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None + Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "sdgComment" Me.ShowInTaskbar = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgComment.resx b/instat/sdgComment.resx index 6086bb24d8f..29dcb1b3a35 100644 --- a/instat/sdgComment.resx +++ b/instat/sdgComment.resx @@ -117,58 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - - 0, 0 - - - - True - - - 315, 78 - - - 1 - - - txtComment - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 315, 78 - - - 2, 2, 2, 2 - - - Manual - - - sdgComment - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgCommentForDataEntry.Designer.vb b/instat/sdgCommentForDataEntry.Designer.vb index 0d1f81fd98b..af0c0f666e4 100644 --- a/instat/sdgCommentForDataEntry.Designer.vb +++ b/instat/sdgCommentForDataEntry.Designer.vb @@ -23,7 +23,6 @@ Partial Class sdgCommentForDataEntry _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCommentForDataEntry)) Me.rdoColumn = New System.Windows.Forms.RadioButton() Me.rdoDataFrame = New System.Windows.Forms.RadioButton() Me.rdoCell = New System.Windows.Forms.RadioButton() @@ -43,98 +42,168 @@ Partial Class sdgCommentForDataEntry ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoColumn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoColumn.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoColumn.FlatAppearance.BorderSize = 2 Me.rdoColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoColumn.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumn.Location = New System.Drawing.Point(205, 8) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(100, 28) + Me.rdoColumn.TabIndex = 92 + Me.rdoColumn.Text = "Column" + Me.rdoColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumn.UseVisualStyleBackColor = True ' 'rdoDataFrame ' - resources.ApplyResources(Me.rdoDataFrame, "rdoDataFrame") + Me.rdoDataFrame.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoDataFrame.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoDataFrame.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDataFrame.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDataFrame.FlatAppearance.BorderSize = 2 Me.rdoDataFrame.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDataFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDataFrame.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDataFrame.Location = New System.Drawing.Point(303, 8) Me.rdoDataFrame.Name = "rdoDataFrame" + Me.rdoDataFrame.Size = New System.Drawing.Size(100, 28) + Me.rdoDataFrame.TabIndex = 93 + Me.rdoDataFrame.Text = "Data Frame" + Me.rdoDataFrame.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDataFrame.UseVisualStyleBackColor = True ' 'rdoCell ' - resources.ApplyResources(Me.rdoCell, "rdoCell") + Me.rdoCell.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCell.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCell.FlatAppearance.BorderSize = 2 Me.rdoCell.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCell.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCell.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoCell.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCell.Location = New System.Drawing.Point(9, 8) Me.rdoCell.Name = "rdoCell" + Me.rdoCell.Size = New System.Drawing.Size(100, 28) + Me.rdoCell.TabIndex = 90 + Me.rdoCell.Text = "Cell" + Me.rdoCell.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCell.UseVisualStyleBackColor = True ' 'rdoRow ' - resources.ApplyResources(Me.rdoRow, "rdoRow") + Me.rdoRow.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoRow.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoRow.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRow.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRow.FlatAppearance.BorderSize = 2 Me.rdoRow.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRow.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoRow.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoRow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRow.Location = New System.Drawing.Point(107, 8) Me.rdoRow.Name = "rdoRow" + Me.rdoRow.Size = New System.Drawing.Size(100, 28) + Me.rdoRow.TabIndex = 91 + Me.rdoRow.Text = "Row" + Me.rdoRow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRow.UseVisualStyleBackColor = True ' 'lblComment ' - resources.ApplyResources(Me.lblComment, "lblComment") + Me.lblComment.AutoSize = True + Me.lblComment.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblComment.Location = New System.Drawing.Point(13, 238) Me.lblComment.Name = "lblComment" + Me.lblComment.Size = New System.Drawing.Size(54, 13) + Me.lblComment.TabIndex = 99 + Me.lblComment.Text = "Comment:" ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumn.Location = New System.Drawing.Point(265, 110) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 97 + Me.lblColumn.Text = "Column:" ' 'lblRow ' - resources.ApplyResources(Me.lblRow, "lblRow") + Me.lblRow.AutoSize = True + Me.lblRow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRow.Location = New System.Drawing.Point(265, 68) Me.lblRow.Name = "lblRow" + Me.lblRow.Size = New System.Drawing.Size(32, 13) + Me.lblRow.TabIndex = 95 + Me.lblRow.Text = "Row:" ' 'ucrInputRow ' Me.ucrInputRow.AddQuotesIfUnrecognised = True + Me.ucrInputRow.AutoSize = True Me.ucrInputRow.IsMultiline = False Me.ucrInputRow.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRow, "ucrInputRow") + Me.ucrInputRow.Location = New System.Drawing.Point(301, 64) Me.ucrInputRow.Name = "ucrInputRow" + Me.ucrInputRow.Size = New System.Drawing.Size(80, 21) + Me.ucrInputRow.TabIndex = 96 ' 'ucrPnlCellRowColumnDataFrame ' - resources.ApplyResources(Me.ucrPnlCellRowColumnDataFrame, "ucrPnlCellRowColumnDataFrame") + Me.ucrPnlCellRowColumnDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlCellRowColumnDataFrame.Location = New System.Drawing.Point(-5, 8) Me.ucrPnlCellRowColumnDataFrame.Name = "ucrPnlCellRowColumnDataFrame" + Me.ucrPnlCellRowColumnDataFrame.Size = New System.Drawing.Size(422, 29) + Me.ucrPnlCellRowColumnDataFrame.TabIndex = 89 ' 'ucrInputComment ' Me.ucrInputComment.AddQuotesIfUnrecognised = True + Me.ucrInputComment.AutoSize = True Me.ucrInputComment.IsMultiline = False Me.ucrInputComment.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComment, "ucrInputComment") + Me.ucrInputComment.Location = New System.Drawing.Point(71, 235) Me.ucrInputComment.Name = "ucrInputComment" + Me.ucrInputComment.Size = New System.Drawing.Size(336, 47) + Me.ucrInputComment.TabIndex = 100 ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumn, "ucrReceiverColumn") + Me.ucrReceiverColumn.Location = New System.Drawing.Point(265, 125) + Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumn.Name = "ucrReceiverColumn" Me.ucrReceiverColumn.Selector = Nothing + Me.ucrReceiverColumn.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverColumn.strNcFilePath = "" + Me.ucrReceiverColumn.TabIndex = 98 Me.ucrReceiverColumn.ucrSelector = Nothing ' 'ucrSdgBaseButtons ' - resources.ApplyResources(Me.ucrSdgBaseButtons, "ucrSdgBaseButtons") + Me.ucrSdgBaseButtons.AutoSize = True + Me.ucrSdgBaseButtons.Location = New System.Drawing.Point(178, 291) + Me.ucrSdgBaseButtons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgBaseButtons.Name = "ucrSdgBaseButtons" + Me.ucrSdgBaseButtons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgBaseButtons.TabIndex = 88 ' 'cmdAddComment ' - resources.ApplyResources(Me.cmdAddComment, "cmdAddComment") + Me.cmdAddComment.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAddComment.Location = New System.Drawing.Point(62, 293) Me.cmdAddComment.Name = "cmdAddComment" + Me.cmdAddComment.Size = New System.Drawing.Size(90, 24) + Me.cmdAddComment.TabIndex = 101 + Me.cmdAddComment.Text = "Add Comment" Me.cmdAddComment.UseVisualStyleBackColor = True ' 'ttcmdAddComment @@ -145,16 +214,22 @@ Partial Class sdgCommentForDataEntry ' 'ucrSelectorAddComment ' + Me.ucrSelectorAddComment.AutoSize = True Me.ucrSelectorAddComment.bDropUnusedFilterLevels = False Me.ucrSelectorAddComment.bShowHiddenColumns = False Me.ucrSelectorAddComment.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorAddComment, "ucrSelectorAddComment") + Me.ucrSelectorAddComment.Location = New System.Drawing.Point(16, 39) + Me.ucrSelectorAddComment.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorAddComment.Name = "ucrSelectorAddComment" + Me.ucrSelectorAddComment.Size = New System.Drawing.Size(213, 188) + Me.ucrSelectorAddComment.TabIndex = 102 ' 'sdgCommentForDataEntry ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 328) Me.Controls.Add(Me.ucrSelectorAddComment) Me.Controls.Add(Me.cmdAddComment) Me.Controls.Add(Me.rdoColumn) @@ -173,6 +248,8 @@ Partial Class sdgCommentForDataEntry Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCommentForDataEntry" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Comment For Data Entry" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgCommentForDataEntry.resx b/instat/sdgCommentForDataEntry.resx index 4cbc255d8bd..937b799eef4 100644 --- a/instat/sdgCommentForDataEntry.resx +++ b/instat/sdgCommentForDataEntry.resx @@ -117,453 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - None - - - - MiddleCenter - - - Flat - - - NoControl - - - 205, 8 - - - 100, 28 - - - - 92 - - - Column - - - MiddleCenter - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 303, 8 - - - 100, 28 - - - 93 - - - Data Frame - - - MiddleCenter - - - rdoDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 9, 8 - - - 100, 28 - - - 90 - - - Cell - - - MiddleCenter - - - rdoCell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 107, 8 - - - 100, 28 - - - 91 - - - Row - - - MiddleCenter - - - rdoRow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 13, 238 - - - 54, 13 - - - 99 - - - Comment: - - - lblComment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 265, 110 - - - 45, 13 - - - 97 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 265, 68 - - - 32, 13 - - - 95 - - - Row: - - - lblRow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - 301, 64 - - - 80, 21 - - - 96 - - - ucrInputRow - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - -5, 8 - - - 422, 29 - - - 89 - - - ucrPnlCellRowColumnDataFrame - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 71, 235 - - - 336, 47 - - - 100 - - - ucrInputComment - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 6, 13 - - - True - - - 418, 328 - - - 16, 39 - - - 0, 0, 0, 0 - - - 210, 188 - - - 102 - - - ucrSelectorAddComment - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - NoControl - - - 62, 293 - - - 90, 24 - - - 101 - - - Add Comment - - - cmdAddComment - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 178, 291 - - - 4, 4, 4, 4 - - - 155, 30 - - - 88 - - - ucrSdgBaseButtons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - CenterParent - - - Comment For Data Entry - - - ttcmdAddComment - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgCommentForDataEntry - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 265, 125 - - - 0, 0, 0, 0 - - - 137, 20 - - - 98 - - - ucrReceiverColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - 17, 17 diff --git a/instat/sdgConstructRegexExpression.Designer.vb b/instat/sdgConstructRegexExpression.Designer.vb index 47e76cd469e..bed8a6518e8 100644 --- a/instat/sdgConstructRegexExpression.Designer.vb +++ b/instat/sdgConstructRegexExpression.Designer.vb @@ -27,16 +27,17 @@ Partial Class sdgConstructRegexExpression ' 'ucrBaseSubdialog ' + Me.ucrBaseSubdialog.AutoSize = True Me.ucrBaseSubdialog.Location = New System.Drawing.Point(94, 266) Me.ucrBaseSubdialog.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" - Me.ucrBaseSubdialog.Size = New System.Drawing.Size(153, 30) + Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubdialog.TabIndex = 8 ' 'sdgConstructRegexExpression ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(361, 301) Me.Controls.Add(Me.ucrBaseSubdialog) @@ -45,6 +46,7 @@ Partial Class sdgConstructRegexExpression Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Construct regex expression" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCorrPlot.Designer.vb b/instat/sdgCorrPlot.Designer.vb index f7632ddfb8c..26a887f2e24 100644 --- a/instat/sdgCorrPlot.Designer.vb +++ b/instat/sdgCorrPlot.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCorrPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCorrPlot)) Me.rdoNone = New System.Windows.Forms.RadioButton() Me.rdoPairwisePlot = New System.Windows.Forms.RadioButton() Me.rdoCorrelationPlot = New System.Windows.Forms.RadioButton() @@ -65,26 +64,42 @@ Partial Class sdgCorrPlot ' 'rdoNone ' - resources.ApplyResources(Me.rdoNone, "rdoNone") + Me.rdoNone.AutoSize = True + Me.rdoNone.Location = New System.Drawing.Point(12, 19) Me.rdoNone.Name = "rdoNone" + Me.rdoNone.Size = New System.Drawing.Size(51, 17) + Me.rdoNone.TabIndex = 1 + Me.rdoNone.Text = "None" Me.rdoNone.UseVisualStyleBackColor = True ' 'rdoPairwisePlot ' - resources.ApplyResources(Me.rdoPairwisePlot, "rdoPairwisePlot") + Me.rdoPairwisePlot.AutoSize = True + Me.rdoPairwisePlot.Location = New System.Drawing.Point(12, 42) Me.rdoPairwisePlot.Name = "rdoPairwisePlot" + Me.rdoPairwisePlot.Size = New System.Drawing.Size(85, 17) + Me.rdoPairwisePlot.TabIndex = 2 + Me.rdoPairwisePlot.Text = "Pairwise Plot" Me.rdoPairwisePlot.UseVisualStyleBackColor = True ' 'rdoCorrelationPlot ' - resources.ApplyResources(Me.rdoCorrelationPlot, "rdoCorrelationPlot") + Me.rdoCorrelationPlot.AutoSize = True + Me.rdoCorrelationPlot.Location = New System.Drawing.Point(177, 19) Me.rdoCorrelationPlot.Name = "rdoCorrelationPlot" + Me.rdoCorrelationPlot.Size = New System.Drawing.Size(96, 17) + Me.rdoCorrelationPlot.TabIndex = 3 + Me.rdoCorrelationPlot.Text = "Correlation Plot" Me.rdoCorrelationPlot.UseVisualStyleBackColor = True ' 'rdoScatterPlotMatrix ' - resources.ApplyResources(Me.rdoScatterPlotMatrix, "rdoScatterPlotMatrix") + Me.rdoScatterPlotMatrix.AutoSize = True + Me.rdoScatterPlotMatrix.Location = New System.Drawing.Point(177, 42) Me.rdoScatterPlotMatrix.Name = "rdoScatterPlotMatrix" + Me.rdoScatterPlotMatrix.Size = New System.Drawing.Size(90, 17) + Me.rdoScatterPlotMatrix.TabIndex = 4 + Me.rdoScatterPlotMatrix.Text = "Scatter Matrix" Me.rdoScatterPlotMatrix.UseVisualStyleBackColor = True ' 'GroupBox1 @@ -94,14 +109,20 @@ Partial Class sdgCorrPlot Me.GroupBox1.Controls.Add(Me.rdoCorrelationPlot) Me.GroupBox1.Controls.Add(Me.rdoScatterPlotMatrix) Me.GroupBox1.Controls.Add(Me.ucrPnlGraphType) - resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Location = New System.Drawing.Point(10, 2) Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(346, 67) + Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Graphs" ' 'ucrPnlGraphType ' - resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") + Me.ucrPnlGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphType.Location = New System.Drawing.Point(6, 15) Me.ucrPnlGraphType.Name = "ucrPnlGraphType" + Me.ucrPnlGraphType.Size = New System.Drawing.Size(318, 46) + Me.ucrPnlGraphType.TabIndex = 0 ' 'grpOptions ' @@ -116,104 +137,155 @@ Partial Class sdgCorrPlot Me.grpOptions.Controls.Add(Me.lblMaximumSize) Me.grpOptions.Controls.Add(Me.ucrNudMinimunSize) Me.grpOptions.Controls.Add(Me.lblMinimumSize) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(10, 80) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(346, 252) + Me.grpOptions.TabIndex = 1 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrChkReverseLegendOrder ' + Me.ucrChkReverseLegendOrder.AutoSize = True Me.ucrChkReverseLegendOrder.Checked = False - resources.ApplyResources(Me.ucrChkReverseLegendOrder, "ucrChkReverseLegendOrder") + Me.ucrChkReverseLegendOrder.Location = New System.Drawing.Point(6, 217) Me.ucrChkReverseLegendOrder.Name = "ucrChkReverseLegendOrder" + Me.ucrChkReverseLegendOrder.Size = New System.Drawing.Size(190, 23) + Me.ucrChkReverseLegendOrder.TabIndex = 13 ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.Location = New System.Drawing.Point(227, 35) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(40, 13) + Me.lblFactor.TabIndex = 12 + Me.lblFactor.Text = "Factor:" ' 'ucrSelectorFactor ' + Me.ucrSelectorFactor.AutoSize = True Me.ucrSelectorFactor.bDropUnusedFilterLevels = False Me.ucrSelectorFactor.bShowHiddenColumns = False Me.ucrSelectorFactor.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFactor, "ucrSelectorFactor") + Me.ucrSelectorFactor.Location = New System.Drawing.Point(7, 24) + Me.ucrSelectorFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFactor.Name = "ucrSelectorFactor" + Me.ucrSelectorFactor.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFactor.TabIndex = 11 ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(223, 51) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 10 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrChkLabel ' + Me.ucrChkLabel.AutoSize = True Me.ucrChkLabel.Checked = False - resources.ApplyResources(Me.ucrChkLabel, "ucrChkLabel") + Me.ucrChkLabel.Location = New System.Drawing.Point(12, 51) Me.ucrChkLabel.Name = "ucrChkLabel" + Me.ucrChkLabel.Size = New System.Drawing.Size(145, 23) + Me.ucrChkLabel.TabIndex = 3 ' 'lblGeom ' - resources.ApplyResources(Me.lblGeom, "lblGeom") + Me.lblGeom.AutoSize = True + Me.lblGeom.Location = New System.Drawing.Point(11, 28) Me.lblGeom.Name = "lblGeom" + Me.lblGeom.Size = New System.Drawing.Size(38, 13) + Me.lblGeom.TabIndex = 1 Me.lblGeom.Tag = "Geom:" + Me.lblGeom.Text = "Geom:" ' 'ucrInputComboGeom ' Me.ucrInputComboGeom.AddQuotesIfUnrecognised = True + Me.ucrInputComboGeom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboGeom.GetSetSelectedIndex = -1 Me.ucrInputComboGeom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboGeom, "ucrInputComboGeom") + Me.ucrInputComboGeom.Location = New System.Drawing.Point(51, 24) Me.ucrInputComboGeom.Name = "ucrInputComboGeom" + Me.ucrInputComboGeom.Size = New System.Drawing.Size(145, 21) + Me.ucrInputComboGeom.TabIndex = 2 ' 'ucrNudMaximumSize ' + Me.ucrNudMaximumSize.AutoSize = True Me.ucrNudMaximumSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaximumSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaximumSize, "ucrNudMaximumSize") + Me.ucrNudMaximumSize.Location = New System.Drawing.Point(98, 103) Me.ucrNudMaximumSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaximumSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaximumSize.Name = "ucrNudMaximumSize" + Me.ucrNudMaximumSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaximumSize.TabIndex = 9 Me.ucrNudMaximumSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMaximumSize ' - resources.ApplyResources(Me.lblMaximumSize, "lblMaximumSize") + Me.lblMaximumSize.AutoSize = True + Me.lblMaximumSize.Location = New System.Drawing.Point(11, 106) Me.lblMaximumSize.Name = "lblMaximumSize" + Me.lblMaximumSize.Size = New System.Drawing.Size(77, 13) + Me.lblMaximumSize.TabIndex = 8 Me.lblMaximumSize.Tag = "Maximum_Size:" + Me.lblMaximumSize.Text = "Maximum Size:" ' 'ucrNudMinimunSize ' + Me.ucrNudMinimunSize.AutoSize = True Me.ucrNudMinimunSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinimunSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMinimunSize, "ucrNudMinimunSize") + Me.ucrNudMinimunSize.Location = New System.Drawing.Point(98, 77) Me.ucrNudMinimunSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMinimunSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinimunSize.Name = "ucrNudMinimunSize" + Me.ucrNudMinimunSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMinimunSize.TabIndex = 7 Me.ucrNudMinimunSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMinimumSize ' - resources.ApplyResources(Me.lblMinimumSize, "lblMinimumSize") + Me.lblMinimumSize.AutoSize = True + Me.lblMinimumSize.Location = New System.Drawing.Point(11, 80) Me.lblMinimumSize.Name = "lblMinimumSize" + Me.lblMinimumSize.Size = New System.Drawing.Size(74, 13) + Me.lblMinimumSize.TabIndex = 6 Me.lblMinimumSize.Tag = "Minimum_Size:" + Me.lblMinimumSize.Text = "Minimum Size:" ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 339) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(346, 24) + Me.ucrSaveGraph.TabIndex = 13 ' 'ucrBaseSdgCorrPlot ' - resources.ApplyResources(Me.ucrBaseSdgCorrPlot, "ucrBaseSdgCorrPlot") + Me.ucrBaseSdgCorrPlot.AutoSize = True + Me.ucrBaseSdgCorrPlot.Location = New System.Drawing.Point(111, 363) Me.ucrBaseSdgCorrPlot.Name = "ucrBaseSdgCorrPlot" + Me.ucrBaseSdgCorrPlot.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSdgCorrPlot.TabIndex = 14 ' 'sdgCorrPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(366, 401) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.ucrBaseSdgCorrPlot) Me.Controls.Add(Me.GroupBox1) @@ -222,12 +294,15 @@ Partial Class sdgCorrPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCorrPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Correlation_Display_and_Graphics" + Me.Text = "Correlation Display and Graphics" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCorrPlot.resx b/instat/sdgCorrPlot.resx index d3275968b95..29dcb1b3a35 100644 --- a/instat/sdgCorrPlot.resx +++ b/instat/sdgCorrPlot.resx @@ -117,514 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 19 - - - 51, 17 - - - 1 - - - None - - - rdoNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 0 - - - True - - - 12, 42 - - - 85, 17 - - - 2 - - - Pairwise Plot - - - rdoPairwisePlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 1 - - - True - - - 177, 19 - - - 96, 17 - - - 3 - - - Correlation Plot - - - rdoCorrelationPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 2 - - - True - - - 177, 42 - - - 90, 17 - - - 4 - - - Scatter Matrix - - - rdoScatterPlotMatrix - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 3 - - - 6, 15 - - - 318, 46 - - - 0 - - - ucrPnlGraphType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 4 - - - 10, 2 - - - 346, 67 - - - 0 - - - Graphs - - - GroupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 6, 217 - - - 190, 20 - - - 13 - - - ucrChkReverseLegendOrder - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - True - - - 227, 35 - - - 40, 13 - - - 12 - - - Factor: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - 7, 24 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 11 - - - ucrSelectorFactor - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - True - - - 6, 13 - - - True - - - 366, 401 - - - 10, 339 - - - 4, 5, 4, 5 - - - 346, 24 - - - 13 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 111, 363 - - - 152, 30 - - - 14 - - - ucrBaseSdgCorrPlot - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - CenterParent - - - Correlation Display and Graphics - - - sdgCorrPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 223, 51 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 12, 51 - - - 145, 20 - - - 3 - - - ucrChkLabel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - True - - - 11, 28 - - - 38, 13 - - - 1 - - - Geom: - - - lblGeom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 5 - - - 51, 24 - - - 145, 21 - - - 2 - - - ucrInputComboGeom - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 6 - - - 98, 103 - - - 50, 20 - - - 9 - - - ucrNudMaximumSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 7 - - - True - - - 11, 106 - - - 77, 13 - - - 8 - - - Maximum Size: - - - lblMaximumSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 8 - - - 98, 77 - - - 50, 20 - - - 7 - - - ucrNudMinimunSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 9 - - - True - - - 11, 80 - - - 74, 13 - - - 6 - - - Minimum Size: - - - lblMinimumSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 10 - - - 10, 80 - - - 346, 252 - - - 1 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/sdgCorruptionCalculatedColumns.Designer.vb b/instat/sdgCorruptionCalculatedColumns.Designer.vb index 3491d3ae903..dbe433a5ced 100644 --- a/instat/sdgCorruptionCalculatedColumns.Designer.vb +++ b/instat/sdgCorruptionCalculatedColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCorruptionCalculatedColumns 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCorruptionCalculatedColumns)) Me.ucrCalculatedColumnsSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtonsSubdialogue() Me.lblProcedureType = New System.Windows.Forms.Label() @@ -113,497 +112,778 @@ Partial Class sdgCorruptionCalculatedColumns ' 'ucrCalculatedColumnsSelector ' + Me.ucrCalculatedColumnsSelector.AutoSize = True Me.ucrCalculatedColumnsSelector.bDropUnusedFilterLevels = False Me.ucrCalculatedColumnsSelector.bShowHiddenColumns = False Me.ucrCalculatedColumnsSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrCalculatedColumnsSelector, "ucrCalculatedColumnsSelector") + Me.ucrCalculatedColumnsSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrCalculatedColumnsSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrCalculatedColumnsSelector.Name = "ucrCalculatedColumnsSelector" + Me.ucrCalculatedColumnsSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrCalculatedColumnsSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(367, 462) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 69 ' 'lblProcedureType ' - resources.ApplyResources(Me.lblProcedureType, "lblProcedureType") + Me.lblProcedureType.AutoSize = True + Me.lblProcedureType.Location = New System.Drawing.Point(234, 54) Me.lblProcedureType.Name = "lblProcedureType" + Me.lblProcedureType.Size = New System.Drawing.Size(86, 13) + Me.lblProcedureType.TabIndex = 3 + Me.lblProcedureType.Text = "Procedure Type:" ' 'ucrReceiverProcedureType ' + Me.ucrReceiverProcedureType.AutoSize = True Me.ucrReceiverProcedureType.frmParent = Me - resources.ApplyResources(Me.ucrReceiverProcedureType, "ucrReceiverProcedureType") + Me.ucrReceiverProcedureType.Location = New System.Drawing.Point(234, 69) + Me.ucrReceiverProcedureType.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverProcedureType.Name = "ucrReceiverProcedureType" Me.ucrReceiverProcedureType.Selector = Nothing + Me.ucrReceiverProcedureType.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverProcedureType.strNcFilePath = "" + Me.ucrReceiverProcedureType.TabIndex = 4 Me.ucrReceiverProcedureType.ucrSelector = Nothing ' 'lblAwardYear ' - resources.ApplyResources(Me.lblAwardYear, "lblAwardYear") + Me.lblAwardYear.AutoSize = True + Me.lblAwardYear.Location = New System.Drawing.Point(234, 11) Me.lblAwardYear.Name = "lblAwardYear" + Me.lblAwardYear.Size = New System.Drawing.Size(65, 13) + Me.lblAwardYear.TabIndex = 1 + Me.lblAwardYear.Text = "Award Year:" ' 'lblWinnerID ' - resources.ApplyResources(Me.lblWinnerID, "lblWinnerID") + Me.lblWinnerID.AutoSize = True + Me.lblWinnerID.Location = New System.Drawing.Point(234, 140) Me.lblWinnerID.Name = "lblWinnerID" + Me.lblWinnerID.Size = New System.Drawing.Size(58, 13) + Me.lblWinnerID.TabIndex = 7 + Me.lblWinnerID.Text = "Winner ID:" ' 'ucrReceiverWinnerID ' + Me.ucrReceiverWinnerID.AutoSize = True Me.ucrReceiverWinnerID.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWinnerID, "ucrReceiverWinnerID") + Me.ucrReceiverWinnerID.Location = New System.Drawing.Point(234, 155) + Me.ucrReceiverWinnerID.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWinnerID.Name = "ucrReceiverWinnerID" Me.ucrReceiverWinnerID.Selector = Nothing + Me.ucrReceiverWinnerID.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWinnerID.strNcFilePath = "" + Me.ucrReceiverWinnerID.TabIndex = 8 Me.ucrReceiverWinnerID.ucrSelector = Nothing ' 'ucrReceiverAwardYear ' + Me.ucrReceiverAwardYear.AutoSize = True Me.ucrReceiverAwardYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAwardYear, "ucrReceiverAwardYear") + Me.ucrReceiverAwardYear.Location = New System.Drawing.Point(234, 26) + Me.ucrReceiverAwardYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAwardYear.Name = "ucrReceiverAwardYear" Me.ucrReceiverAwardYear.Selector = Nothing + Me.ucrReceiverAwardYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverAwardYear.strNcFilePath = "" + Me.ucrReceiverAwardYear.TabIndex = 2 Me.ucrReceiverAwardYear.ucrSelector = Nothing ' 'lblProcuringAuthority ' - resources.ApplyResources(Me.lblProcuringAuthority, "lblProcuringAuthority") + Me.lblProcuringAuthority.AutoSize = True + Me.lblProcuringAuthority.Location = New System.Drawing.Point(234, 97) Me.lblProcuringAuthority.Name = "lblProcuringAuthority" + Me.lblProcuringAuthority.Size = New System.Drawing.Size(113, 13) + Me.lblProcuringAuthority.TabIndex = 5 + Me.lblProcuringAuthority.Text = "Procuring Authority ID:" ' 'ucrReceiverProcuringAuthority ' + Me.ucrReceiverProcuringAuthority.AutoSize = True Me.ucrReceiverProcuringAuthority.frmParent = Me - resources.ApplyResources(Me.ucrReceiverProcuringAuthority, "ucrReceiverProcuringAuthority") + Me.ucrReceiverProcuringAuthority.Location = New System.Drawing.Point(234, 112) + Me.ucrReceiverProcuringAuthority.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverProcuringAuthority.Name = "ucrReceiverProcuringAuthority" Me.ucrReceiverProcuringAuthority.Selector = Nothing + Me.ucrReceiverProcuringAuthority.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverProcuringAuthority.strNcFilePath = "" + Me.ucrReceiverProcuringAuthority.TabIndex = 6 Me.ucrReceiverProcuringAuthority.ucrSelector = Nothing ' 'ucrReceiverForeignWinner ' + Me.ucrReceiverForeignWinner.AutoSize = True Me.ucrReceiverForeignWinner.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForeignWinner, "ucrReceiverForeignWinner") + Me.ucrReceiverForeignWinner.Location = New System.Drawing.Point(234, 200) + Me.ucrReceiverForeignWinner.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForeignWinner.Name = "ucrReceiverForeignWinner" Me.ucrReceiverForeignWinner.Selector = Nothing + Me.ucrReceiverForeignWinner.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverForeignWinner.strNcFilePath = "" + Me.ucrReceiverForeignWinner.TabIndex = 10 Me.ucrReceiverForeignWinner.ucrSelector = Nothing ' 'lblForeignWinner ' - resources.ApplyResources(Me.lblForeignWinner, "lblForeignWinner") + Me.lblForeignWinner.AutoSize = True + Me.lblForeignWinner.Location = New System.Drawing.Point(234, 185) Me.lblForeignWinner.Name = "lblForeignWinner" + Me.lblForeignWinner.Size = New System.Drawing.Size(82, 13) + Me.lblForeignWinner.TabIndex = 9 + Me.lblForeignWinner.Text = "Foreign Winner:" ' 'lblProcurementTypeCat ' - resources.ApplyResources(Me.lblProcurementTypeCat, "lblProcurementTypeCat") + Me.lblProcurementTypeCat.AutoSize = True + Me.lblProcurementTypeCat.Location = New System.Drawing.Point(234, 268) Me.lblProcurementTypeCat.Name = "lblProcurementTypeCat" + Me.lblProcurementTypeCat.Size = New System.Drawing.Size(150, 13) + Me.lblProcurementTypeCat.TabIndex = 13 + Me.lblProcurementTypeCat.Text = "Procurement Type Categories:" ' 'ucrReceiverProcurementTypeCat ' + Me.ucrReceiverProcurementTypeCat.AutoSize = True Me.ucrReceiverProcurementTypeCat.frmParent = Me - resources.ApplyResources(Me.ucrReceiverProcurementTypeCat, "ucrReceiverProcurementTypeCat") + Me.ucrReceiverProcurementTypeCat.Location = New System.Drawing.Point(234, 283) + Me.ucrReceiverProcurementTypeCat.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverProcurementTypeCat.Name = "ucrReceiverProcurementTypeCat" Me.ucrReceiverProcurementTypeCat.Selector = Nothing + Me.ucrReceiverProcurementTypeCat.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverProcurementTypeCat.strNcFilePath = "" + Me.ucrReceiverProcurementTypeCat.TabIndex = 14 Me.ucrReceiverProcurementTypeCat.ucrSelector = Nothing ' 'lblContractValueCategories ' - resources.ApplyResources(Me.lblContractValueCategories, "lblContractValueCategories") + Me.lblContractValueCategories.AutoSize = True + Me.lblContractValueCategories.Location = New System.Drawing.Point(234, 225) Me.lblContractValueCategories.Name = "lblContractValueCategories" + Me.lblContractValueCategories.Size = New System.Drawing.Size(133, 13) + Me.lblContractValueCategories.TabIndex = 11 + Me.lblContractValueCategories.Text = "Contract Value Categories:" ' 'lblProcurementType3 ' - resources.ApplyResources(Me.lblProcurementType3, "lblProcurementType3") + Me.lblProcurementType3.AutoSize = True + Me.lblProcurementType3.Location = New System.Drawing.Point(234, 354) Me.lblProcurementType3.Name = "lblProcurementType3" + Me.lblProcurementType3.Size = New System.Drawing.Size(106, 13) + Me.lblProcurementType3.TabIndex = 17 + Me.lblProcurementType3.Text = "Procurement Type 3:" ' 'ucrReceiverProcurementType3 ' + Me.ucrReceiverProcurementType3.AutoSize = True Me.ucrReceiverProcurementType3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverProcurementType3, "ucrReceiverProcurementType3") + Me.ucrReceiverProcurementType3.Location = New System.Drawing.Point(234, 369) + Me.ucrReceiverProcurementType3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverProcurementType3.Name = "ucrReceiverProcurementType3" Me.ucrReceiverProcurementType3.Selector = Nothing + Me.ucrReceiverProcurementType3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverProcurementType3.strNcFilePath = "" + Me.ucrReceiverProcurementType3.TabIndex = 18 Me.ucrReceiverProcurementType3.ucrSelector = Nothing ' 'ucrReceiverContractValueCategories ' + Me.ucrReceiverContractValueCategories.AutoSize = True Me.ucrReceiverContractValueCategories.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContractValueCategories, "ucrReceiverContractValueCategories") + Me.ucrReceiverContractValueCategories.Location = New System.Drawing.Point(234, 240) + Me.ucrReceiverContractValueCategories.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContractValueCategories.Name = "ucrReceiverContractValueCategories" Me.ucrReceiverContractValueCategories.Selector = Nothing + Me.ucrReceiverContractValueCategories.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverContractValueCategories.strNcFilePath = "" + Me.ucrReceiverContractValueCategories.TabIndex = 12 Me.ucrReceiverContractValueCategories.ucrSelector = Nothing ' 'lblProcurementType2 ' - resources.ApplyResources(Me.lblProcurementType2, "lblProcurementType2") + Me.lblProcurementType2.AutoSize = True + Me.lblProcurementType2.Location = New System.Drawing.Point(234, 311) Me.lblProcurementType2.Name = "lblProcurementType2" + Me.lblProcurementType2.Size = New System.Drawing.Size(106, 13) + Me.lblProcurementType2.TabIndex = 15 + Me.lblProcurementType2.Text = "Procurement Type 2:" ' 'ucrReceiverProcurementType2 ' + Me.ucrReceiverProcurementType2.AutoSize = True Me.ucrReceiverProcurementType2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverProcurementType2, "ucrReceiverProcurementType2") + Me.ucrReceiverProcurementType2.Location = New System.Drawing.Point(234, 326) + Me.ucrReceiverProcurementType2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverProcurementType2.Name = "ucrReceiverProcurementType2" Me.ucrReceiverProcurementType2.Selector = Nothing + Me.ucrReceiverProcurementType2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverProcurementType2.strNcFilePath = "" + Me.ucrReceiverProcurementType2.TabIndex = 16 Me.ucrReceiverProcurementType2.ucrSelector = Nothing ' 'ucrReceiverSignaturePeriod ' + Me.ucrReceiverSignaturePeriod.AutoSize = True Me.ucrReceiverSignaturePeriod.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSignaturePeriod, "ucrReceiverSignaturePeriod") + Me.ucrReceiverSignaturePeriod.Location = New System.Drawing.Point(399, 26) + Me.ucrReceiverSignaturePeriod.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSignaturePeriod.Name = "ucrReceiverSignaturePeriod" Me.ucrReceiverSignaturePeriod.Selector = Nothing + Me.ucrReceiverSignaturePeriod.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSignaturePeriod.strNcFilePath = "" + Me.ucrReceiverSignaturePeriod.TabIndex = 22 Me.ucrReceiverSignaturePeriod.ucrSelector = Nothing ' 'lblSignaturePeriod ' - resources.ApplyResources(Me.lblSignaturePeriod, "lblSignaturePeriod") + Me.lblSignaturePeriod.AutoSize = True + Me.lblSignaturePeriod.Location = New System.Drawing.Point(399, 11) Me.lblSignaturePeriod.Name = "lblSignaturePeriod" + Me.lblSignaturePeriod.Size = New System.Drawing.Size(88, 13) + Me.lblSignaturePeriod.TabIndex = 21 + Me.lblSignaturePeriod.Text = "Signature Period:" ' 'lblRollSumWinner ' - resources.ApplyResources(Me.lblRollSumWinner, "lblRollSumWinner") + Me.lblRollSumWinner.AutoSize = True + Me.lblRollSumWinner.Location = New System.Drawing.Point(399, 311) Me.lblRollSumWinner.Name = "lblRollSumWinner" + Me.lblRollSumWinner.Size = New System.Drawing.Size(146, 13) + Me.lblRollSumWinner.TabIndex = 35 + Me.lblRollSumWinner.Text = "Rolling Contract Sum Winner:" ' 'ucrReceiverValueSumWinner ' + Me.ucrReceiverValueSumWinner.AutoSize = True Me.ucrReceiverValueSumWinner.frmParent = Me - resources.ApplyResources(Me.ucrReceiverValueSumWinner, "ucrReceiverValueSumWinner") + Me.ucrReceiverValueSumWinner.Location = New System.Drawing.Point(399, 326) + Me.ucrReceiverValueSumWinner.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverValueSumWinner.Name = "ucrReceiverValueSumWinner" Me.ucrReceiverValueSumWinner.Selector = Nothing + Me.ucrReceiverValueSumWinner.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverValueSumWinner.strNcFilePath = "" + Me.ucrReceiverValueSumWinner.TabIndex = 36 Me.ucrReceiverValueSumWinner.ucrSelector = Nothing ' 'lblRollNumIssuer ' - resources.ApplyResources(Me.lblRollNumIssuer, "lblRollNumIssuer") + Me.lblRollNumIssuer.AutoSize = True + Me.lblRollNumIssuer.Location = New System.Drawing.Point(399, 268) Me.lblRollNumIssuer.Name = "lblRollNumIssuer" + Me.lblRollNumIssuer.Size = New System.Drawing.Size(156, 13) + Me.lblRollNumIssuer.TabIndex = 33 + Me.lblRollNumIssuer.Text = "Rolling Contract Number Issuer:" ' 'lblRollShareWinner ' - resources.ApplyResources(Me.lblRollShareWinner, "lblRollShareWinner") + Me.lblRollShareWinner.AutoSize = True + Me.lblRollShareWinner.Location = New System.Drawing.Point(399, 397) Me.lblRollShareWinner.Name = "lblRollShareWinner" + Me.lblRollShareWinner.Size = New System.Drawing.Size(153, 13) + Me.lblRollShareWinner.TabIndex = 39 + Me.lblRollShareWinner.Text = "Rolling Contract Share Winner:" ' 'ucrReceiverValueShareWinner ' + Me.ucrReceiverValueShareWinner.AutoSize = True Me.ucrReceiverValueShareWinner.frmParent = Me - resources.ApplyResources(Me.ucrReceiverValueShareWinner, "ucrReceiverValueShareWinner") + Me.ucrReceiverValueShareWinner.Location = New System.Drawing.Point(399, 412) + Me.ucrReceiverValueShareWinner.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverValueShareWinner.Name = "ucrReceiverValueShareWinner" Me.ucrReceiverValueShareWinner.Selector = Nothing + Me.ucrReceiverValueShareWinner.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverValueShareWinner.strNcFilePath = "" + Me.ucrReceiverValueShareWinner.TabIndex = 40 Me.ucrReceiverValueShareWinner.ucrSelector = Nothing ' 'ucrReceiverRollingNumberIssuer ' + Me.ucrReceiverRollingNumberIssuer.AutoSize = True Me.ucrReceiverRollingNumberIssuer.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRollingNumberIssuer, "ucrReceiverRollingNumberIssuer") + Me.ucrReceiverRollingNumberIssuer.Location = New System.Drawing.Point(399, 283) + Me.ucrReceiverRollingNumberIssuer.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRollingNumberIssuer.Name = "ucrReceiverRollingNumberIssuer" Me.ucrReceiverRollingNumberIssuer.Selector = Nothing + Me.ucrReceiverRollingNumberIssuer.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRollingNumberIssuer.strNcFilePath = "" + Me.ucrReceiverRollingNumberIssuer.TabIndex = 34 Me.ucrReceiverRollingNumberIssuer.ucrSelector = Nothing ' 'lblRollSumIssuer ' - resources.ApplyResources(Me.lblRollSumIssuer, "lblRollSumIssuer") + Me.lblRollSumIssuer.AutoSize = True + Me.lblRollSumIssuer.Location = New System.Drawing.Point(399, 354) Me.lblRollSumIssuer.Name = "lblRollSumIssuer" + Me.lblRollSumIssuer.Size = New System.Drawing.Size(140, 13) + Me.lblRollSumIssuer.TabIndex = 37 + Me.lblRollSumIssuer.Text = "Rolling Contract Sum Issuer:" ' 'ucrReceiverValueSumIssuer ' + Me.ucrReceiverValueSumIssuer.AutoSize = True Me.ucrReceiverValueSumIssuer.frmParent = Me - resources.ApplyResources(Me.ucrReceiverValueSumIssuer, "ucrReceiverValueSumIssuer") + Me.ucrReceiverValueSumIssuer.Location = New System.Drawing.Point(399, 369) + Me.ucrReceiverValueSumIssuer.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverValueSumIssuer.Name = "ucrReceiverValueSumIssuer" Me.ucrReceiverValueSumIssuer.Selector = Nothing + Me.ucrReceiverValueSumIssuer.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverValueSumIssuer.strNcFilePath = "" + Me.ucrReceiverValueSumIssuer.TabIndex = 38 Me.ucrReceiverValueSumIssuer.ucrSelector = Nothing ' 'ucrReceiverSingleBidder ' + Me.ucrReceiverSingleBidder.AutoSize = True Me.ucrReceiverSingleBidder.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSingleBidder, "ucrReceiverSingleBidder") + Me.ucrReceiverSingleBidder.Location = New System.Drawing.Point(234, 412) + Me.ucrReceiverSingleBidder.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSingleBidder.Name = "ucrReceiverSingleBidder" Me.ucrReceiverSingleBidder.Selector = Nothing + Me.ucrReceiverSingleBidder.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSingleBidder.strNcFilePath = "" + Me.ucrReceiverSingleBidder.TabIndex = 20 Me.ucrReceiverSingleBidder.ucrSelector = Nothing ' 'lblSingleBidder ' - resources.ApplyResources(Me.lblSingleBidder, "lblSingleBidder") + Me.lblSingleBidder.AutoSize = True + Me.lblSingleBidder.Location = New System.Drawing.Point(234, 397) Me.lblSingleBidder.Name = "lblSingleBidder" + Me.lblSingleBidder.Size = New System.Drawing.Size(72, 13) + Me.lblSingleBidder.TabIndex = 19 + Me.lblSingleBidder.Text = "Single Bidder:" ' 'lblSignaturePeriod5 ' - resources.ApplyResources(Me.lblSignaturePeriod5, "lblSignaturePeriod5") + Me.lblSignaturePeriod5.AutoSize = True + Me.lblSignaturePeriod5.Location = New System.Drawing.Point(396, 97) Me.lblSignaturePeriod5.Name = "lblSignaturePeriod5" + Me.lblSignaturePeriod5.Size = New System.Drawing.Size(147, 13) + Me.lblSignaturePeriod5.TabIndex = 25 + Me.lblSignaturePeriod5.Text = "Signature Period (5 Quartiles):" ' 'ucrReceiverPeriod5 ' + Me.ucrReceiverPeriod5.AutoSize = True Me.ucrReceiverPeriod5.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPeriod5, "ucrReceiverPeriod5") + Me.ucrReceiverPeriod5.Location = New System.Drawing.Point(399, 112) + Me.ucrReceiverPeriod5.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPeriod5.Name = "ucrReceiverPeriod5" Me.ucrReceiverPeriod5.Selector = Nothing + Me.ucrReceiverPeriod5.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPeriod5.strNcFilePath = "" + Me.ucrReceiverPeriod5.TabIndex = 26 Me.ucrReceiverPeriod5.ucrSelector = Nothing ' 'lblSignaturePeriodCorrected ' - resources.ApplyResources(Me.lblSignaturePeriodCorrected, "lblSignaturePeriodCorrected") + Me.lblSignaturePeriodCorrected.AutoSize = True + Me.lblSignaturePeriodCorrected.Location = New System.Drawing.Point(399, 54) Me.lblSignaturePeriodCorrected.Name = "lblSignaturePeriodCorrected" + Me.lblSignaturePeriodCorrected.Size = New System.Drawing.Size(137, 13) + Me.lblSignaturePeriodCorrected.TabIndex = 23 + Me.lblSignaturePeriodCorrected.Text = "Signature Period Corrected:" ' 'lblSignaturePeriodCat ' - resources.ApplyResources(Me.lblSignaturePeriodCat, "lblSignaturePeriodCat") + Me.lblSignaturePeriodCat.AutoSize = True + Me.lblSignaturePeriodCat.Location = New System.Drawing.Point(399, 183) Me.lblSignaturePeriodCat.Name = "lblSignaturePeriodCat" + Me.lblSignaturePeriodCat.Size = New System.Drawing.Size(141, 13) + Me.lblSignaturePeriodCat.TabIndex = 29 + Me.lblSignaturePeriodCat.Text = "Signature Period Categories:" ' 'ucrReceiverPeriodCat ' + Me.ucrReceiverPeriodCat.AutoSize = True Me.ucrReceiverPeriodCat.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPeriodCat, "ucrReceiverPeriodCat") + Me.ucrReceiverPeriodCat.Location = New System.Drawing.Point(399, 198) + Me.ucrReceiverPeriodCat.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPeriodCat.Name = "ucrReceiverPeriodCat" Me.ucrReceiverPeriodCat.Selector = Nothing + Me.ucrReceiverPeriodCat.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPeriodCat.strNcFilePath = "" + Me.ucrReceiverPeriodCat.TabIndex = 30 Me.ucrReceiverPeriodCat.ucrSelector = Nothing ' 'ucrReceiverSignaturePeriodCorrected ' + Me.ucrReceiverSignaturePeriodCorrected.AutoSize = True Me.ucrReceiverSignaturePeriodCorrected.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSignaturePeriodCorrected, "ucrReceiverSignaturePeriodCorrected") + Me.ucrReceiverSignaturePeriodCorrected.Location = New System.Drawing.Point(399, 69) + Me.ucrReceiverSignaturePeriodCorrected.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSignaturePeriodCorrected.Name = "ucrReceiverSignaturePeriodCorrected" Me.ucrReceiverSignaturePeriodCorrected.Selector = Nothing + Me.ucrReceiverSignaturePeriodCorrected.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSignaturePeriodCorrected.strNcFilePath = "" + Me.ucrReceiverSignaturePeriodCorrected.TabIndex = 24 Me.ucrReceiverSignaturePeriodCorrected.ucrSelector = Nothing ' 'lblSignaturePeriod25 ' - resources.ApplyResources(Me.lblSignaturePeriod25, "lblSignaturePeriod25") + Me.lblSignaturePeriod25.AutoSize = True + Me.lblSignaturePeriod25.Location = New System.Drawing.Point(398, 140) Me.lblSignaturePeriod25.Name = "lblSignaturePeriod25" + Me.lblSignaturePeriod25.Size = New System.Drawing.Size(153, 13) + Me.lblSignaturePeriod25.TabIndex = 27 + Me.lblSignaturePeriod25.Text = "Signature Period (25 Quartiles):" ' 'ucrReceiverPeriod25 ' + Me.ucrReceiverPeriod25.AutoSize = True Me.ucrReceiverPeriod25.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPeriod25, "ucrReceiverPeriod25") + Me.ucrReceiverPeriod25.Location = New System.Drawing.Point(399, 155) + Me.ucrReceiverPeriod25.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPeriod25.Name = "ucrReceiverPeriod25" Me.ucrReceiverPeriod25.Selector = Nothing + Me.ucrReceiverPeriod25.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPeriod25.strNcFilePath = "" + Me.ucrReceiverPeriod25.TabIndex = 28 Me.ucrReceiverPeriod25.ucrSelector = Nothing ' 'ucrReceiverRollingNumberWinner ' + Me.ucrReceiverRollingNumberWinner.AutoSize = True Me.ucrReceiverRollingNumberWinner.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRollingNumberWinner, "ucrReceiverRollingNumberWinner") + Me.ucrReceiverRollingNumberWinner.Location = New System.Drawing.Point(399, 243) + Me.ucrReceiverRollingNumberWinner.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRollingNumberWinner.Name = "ucrReceiverRollingNumberWinner" Me.ucrReceiverRollingNumberWinner.Selector = Nothing + Me.ucrReceiverRollingNumberWinner.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRollingNumberWinner.strNcFilePath = "" + Me.ucrReceiverRollingNumberWinner.TabIndex = 32 Me.ucrReceiverRollingNumberWinner.ucrSelector = Nothing ' 'lblRollNumWinner ' - resources.ApplyResources(Me.lblRollNumWinner, "lblRollNumWinner") + Me.lblRollNumWinner.AutoSize = True + Me.lblRollNumWinner.Location = New System.Drawing.Point(399, 228) Me.lblRollNumWinner.Name = "lblRollNumWinner" + Me.lblRollNumWinner.Size = New System.Drawing.Size(162, 13) + Me.lblRollNumWinner.TabIndex = 31 + Me.lblRollNumWinner.Text = "Rolling Contract Number Winner:" ' 'lblWinnerCountryISO3 ' - resources.ApplyResources(Me.lblWinnerCountryISO3, "lblWinnerCountryISO3") + Me.lblWinnerCountryISO3.AutoSize = True + Me.lblWinnerCountryISO3.Location = New System.Drawing.Point(567, 268) Me.lblWinnerCountryISO3.Name = "lblWinnerCountryISO3" + Me.lblWinnerCountryISO3.Size = New System.Drawing.Size(110, 13) + Me.lblWinnerCountryISO3.TabIndex = 53 + Me.lblWinnerCountryISO3.Text = "Winner Country ISO3:" ' 'ucrReceiverWinnerCountryISO3 ' + Me.ucrReceiverWinnerCountryISO3.AutoSize = True Me.ucrReceiverWinnerCountryISO3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWinnerCountryISO3, "ucrReceiverWinnerCountryISO3") + Me.ucrReceiverWinnerCountryISO3.Location = New System.Drawing.Point(567, 283) + Me.ucrReceiverWinnerCountryISO3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWinnerCountryISO3.Name = "ucrReceiverWinnerCountryISO3" Me.ucrReceiverWinnerCountryISO3.Selector = Nothing + Me.ucrReceiverWinnerCountryISO3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWinnerCountryISO3.strNcFilePath = "" + Me.ucrReceiverWinnerCountryISO3.TabIndex = 54 Me.ucrReceiverWinnerCountryISO3.ucrSelector = Nothing ' 'lblWinnerCountryISO2 ' - resources.ApplyResources(Me.lblWinnerCountryISO2, "lblWinnerCountryISO2") + Me.lblWinnerCountryISO2.AutoSize = True + Me.lblWinnerCountryISO2.Location = New System.Drawing.Point(567, 225) Me.lblWinnerCountryISO2.Name = "lblWinnerCountryISO2" + Me.lblWinnerCountryISO2.Size = New System.Drawing.Size(110, 13) + Me.lblWinnerCountryISO2.TabIndex = 51 + Me.lblWinnerCountryISO2.Text = "Winner Country ISO2:" ' 'lblWBPPP ' - resources.ApplyResources(Me.lblWBPPP, "lblWBPPP") + Me.lblWBPPP.AutoSize = True + Me.lblWBPPP.Location = New System.Drawing.Point(568, 311) Me.lblWBPPP.Name = "lblWBPPP" + Me.lblWBPPP.Size = New System.Drawing.Size(52, 13) + Me.lblWBPPP.TabIndex = 55 + Me.lblWBPPP.Text = "WB PPP:" ' 'ucrReceiverPPPAdjustedContractValue ' + Me.ucrReceiverPPPAdjustedContractValue.AutoSize = True Me.ucrReceiverPPPAdjustedContractValue.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPPPAdjustedContractValue, "ucrReceiverPPPAdjustedContractValue") + Me.ucrReceiverPPPAdjustedContractValue.Location = New System.Drawing.Point(567, 369) + Me.ucrReceiverPPPAdjustedContractValue.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPPPAdjustedContractValue.Name = "ucrReceiverPPPAdjustedContractValue" Me.ucrReceiverPPPAdjustedContractValue.Selector = Nothing + Me.ucrReceiverPPPAdjustedContractValue.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPPPAdjustedContractValue.strNcFilePath = "" + Me.ucrReceiverPPPAdjustedContractValue.TabIndex = 58 Me.ucrReceiverPPPAdjustedContractValue.ucrSelector = Nothing ' 'ucrReceiverWinnerCountryISO2 ' + Me.ucrReceiverWinnerCountryISO2.AutoSize = True Me.ucrReceiverWinnerCountryISO2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWinnerCountryISO2, "ucrReceiverWinnerCountryISO2") + Me.ucrReceiverWinnerCountryISO2.Location = New System.Drawing.Point(567, 240) + Me.ucrReceiverWinnerCountryISO2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWinnerCountryISO2.Name = "ucrReceiverWinnerCountryISO2" Me.ucrReceiverWinnerCountryISO2.Selector = Nothing + Me.ucrReceiverWinnerCountryISO2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWinnerCountryISO2.strNcFilePath = "" + Me.ucrReceiverWinnerCountryISO2.TabIndex = 52 Me.ucrReceiverWinnerCountryISO2.ucrSelector = Nothing ' 'lblPPPAdjustedContractValue ' - resources.ApplyResources(Me.lblPPPAdjustedContractValue, "lblPPPAdjustedContractValue") + Me.lblPPPAdjustedContractValue.AutoSize = True + Me.lblPPPAdjustedContractValue.Location = New System.Drawing.Point(567, 354) Me.lblPPPAdjustedContractValue.Name = "lblPPPAdjustedContractValue" + Me.lblPPPAdjustedContractValue.Size = New System.Drawing.Size(148, 13) + Me.lblPPPAdjustedContractValue.TabIndex = 57 + Me.lblPPPAdjustedContractValue.Text = "PPP Adjusted Contract Value:" ' 'ucrReceiverWBPPP ' + Me.ucrReceiverWBPPP.AutoSize = True Me.ucrReceiverWBPPP.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWBPPP, "ucrReceiverWBPPP") + Me.ucrReceiverWBPPP.Location = New System.Drawing.Point(567, 326) + Me.ucrReceiverWBPPP.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWBPPP.Name = "ucrReceiverWBPPP" Me.ucrReceiverWBPPP.Selector = Nothing + Me.ucrReceiverWBPPP.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWBPPP.strNcFilePath = "" + Me.ucrReceiverWBPPP.TabIndex = 56 Me.ucrReceiverWBPPP.ucrSelector = Nothing ' 'ucrReceiverSecrecyScore ' + Me.ucrReceiverSecrecyScore.AutoSize = True Me.ucrReceiverSecrecyScore.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecrecyScore, "ucrReceiverSecrecyScore") + Me.ucrReceiverSecrecyScore.Location = New System.Drawing.Point(567, 414) + Me.ucrReceiverSecrecyScore.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecrecyScore.Name = "ucrReceiverSecrecyScore" Me.ucrReceiverSecrecyScore.Selector = Nothing + Me.ucrReceiverSecrecyScore.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecrecyScore.strNcFilePath = "" + Me.ucrReceiverSecrecyScore.TabIndex = 60 Me.ucrReceiverSecrecyScore.ucrSelector = Nothing ' 'lblSecrecyScore ' - resources.ApplyResources(Me.lblSecrecyScore, "lblSecrecyScore") + Me.lblSecrecyScore.AutoSize = True + Me.lblSecrecyScore.Location = New System.Drawing.Point(567, 399) Me.lblSecrecyScore.Name = "lblSecrecyScore" + Me.lblSecrecyScore.Size = New System.Drawing.Size(80, 13) + Me.lblSecrecyScore.TabIndex = 59 + Me.lblSecrecyScore.Text = "Secrecy Score:" ' 'lblCountryISO2 ' - resources.ApplyResources(Me.lblCountryISO2, "lblCountryISO2") + Me.lblCountryISO2.AutoSize = True + Me.lblCountryISO2.Location = New System.Drawing.Point(567, 54) Me.lblCountryISO2.Name = "lblCountryISO2" + Me.lblCountryISO2.Size = New System.Drawing.Size(73, 13) + Me.lblCountryISO2.TabIndex = 43 + Me.lblCountryISO2.Text = "Country ISO2:" ' 'ucrReceiverCountryISO2 ' + Me.ucrReceiverCountryISO2.AutoSize = True Me.ucrReceiverCountryISO2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCountryISO2, "ucrReceiverCountryISO2") + Me.ucrReceiverCountryISO2.Location = New System.Drawing.Point(567, 69) + Me.ucrReceiverCountryISO2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCountryISO2.Name = "ucrReceiverCountryISO2" Me.ucrReceiverCountryISO2.Selector = Nothing + Me.ucrReceiverCountryISO2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCountryISO2.strNcFilePath = "" + Me.ucrReceiverCountryISO2.TabIndex = 44 Me.ucrReceiverCountryISO2.ucrSelector = Nothing ' 'lblContractValueShareOverThreshold ' - resources.ApplyResources(Me.lblContractValueShareOverThreshold, "lblContractValueShareOverThreshold") + Me.lblContractValueShareOverThreshold.AutoSize = True + Me.lblContractValueShareOverThreshold.Location = New System.Drawing.Point(567, 11) Me.lblContractValueShareOverThreshold.Name = "lblContractValueShareOverThreshold" + Me.lblContractValueShareOverThreshold.Size = New System.Drawing.Size(161, 13) + Me.lblContractValueShareOverThreshold.TabIndex = 41 + Me.lblContractValueShareOverThreshold.Text = "Contract Value Share Threshold:" ' 'lblAddBids ' - resources.ApplyResources(Me.lblAddBids, "lblAddBids") + Me.lblAddBids.AutoSize = True + Me.lblAddBids.Location = New System.Drawing.Point(567, 140) Me.lblAddBids.Name = "lblAddBids" + Me.lblAddBids.Size = New System.Drawing.Size(44, 13) + Me.lblAddBids.TabIndex = 47 + Me.lblAddBids.Text = "All Bids:" ' 'ucrReceiverAllBids ' + Me.ucrReceiverAllBids.AutoSize = True Me.ucrReceiverAllBids.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAllBids, "ucrReceiverAllBids") + Me.ucrReceiverAllBids.Location = New System.Drawing.Point(567, 155) + Me.ucrReceiverAllBids.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAllBids.Name = "ucrReceiverAllBids" Me.ucrReceiverAllBids.Selector = Nothing + Me.ucrReceiverAllBids.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverAllBids.strNcFilePath = "" + Me.ucrReceiverAllBids.TabIndex = 48 Me.ucrReceiverAllBids.ucrSelector = Nothing ' 'ucrReceiverContractShareThreshold ' + Me.ucrReceiverContractShareThreshold.AutoSize = True Me.ucrReceiverContractShareThreshold.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContractShareThreshold, "ucrReceiverContractShareThreshold") + Me.ucrReceiverContractShareThreshold.Location = New System.Drawing.Point(567, 26) + Me.ucrReceiverContractShareThreshold.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContractShareThreshold.Name = "ucrReceiverContractShareThreshold" Me.ucrReceiverContractShareThreshold.Selector = Nothing + Me.ucrReceiverContractShareThreshold.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverContractShareThreshold.strNcFilePath = "" + Me.ucrReceiverContractShareThreshold.TabIndex = 42 Me.ucrReceiverContractShareThreshold.ucrSelector = Nothing ' 'lblCountryISO3 ' - resources.ApplyResources(Me.lblCountryISO3, "lblCountryISO3") + Me.lblCountryISO3.AutoSize = True + Me.lblCountryISO3.Location = New System.Drawing.Point(567, 97) Me.lblCountryISO3.Name = "lblCountryISO3" + Me.lblCountryISO3.Size = New System.Drawing.Size(73, 13) + Me.lblCountryISO3.TabIndex = 45 + Me.lblCountryISO3.Text = "Country ISO3:" ' 'ucrReceiverCountryISO3 ' + Me.ucrReceiverCountryISO3.AutoSize = True Me.ucrReceiverCountryISO3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCountryISO3, "ucrReceiverCountryISO3") + Me.ucrReceiverCountryISO3.Location = New System.Drawing.Point(567, 112) + Me.ucrReceiverCountryISO3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCountryISO3.Name = "ucrReceiverCountryISO3" Me.ucrReceiverCountryISO3.Selector = Nothing + Me.ucrReceiverCountryISO3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCountryISO3.strNcFilePath = "" + Me.ucrReceiverCountryISO3.TabIndex = 46 Me.ucrReceiverCountryISO3.ucrSelector = Nothing ' 'ucrReceiverAllBidsTrimmed ' + Me.ucrReceiverAllBidsTrimmed.AutoSize = True Me.ucrReceiverAllBidsTrimmed.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAllBidsTrimmed, "ucrReceiverAllBidsTrimmed") + Me.ucrReceiverAllBidsTrimmed.Location = New System.Drawing.Point(567, 200) + Me.ucrReceiverAllBidsTrimmed.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAllBidsTrimmed.Name = "ucrReceiverAllBidsTrimmed" Me.ucrReceiverAllBidsTrimmed.Selector = Nothing + Me.ucrReceiverAllBidsTrimmed.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverAllBidsTrimmed.strNcFilePath = "" + Me.ucrReceiverAllBidsTrimmed.TabIndex = 50 Me.ucrReceiverAllBidsTrimmed.ucrSelector = Nothing ' 'lblAllBidsTrimmed ' - resources.ApplyResources(Me.lblAllBidsTrimmed, "lblAllBidsTrimmed") + Me.lblAllBidsTrimmed.AutoSize = True + Me.lblAllBidsTrimmed.Location = New System.Drawing.Point(567, 185) Me.lblAllBidsTrimmed.Name = "lblAllBidsTrimmed" + Me.lblAllBidsTrimmed.Size = New System.Drawing.Size(93, 13) + Me.lblAllBidsTrimmed.TabIndex = 49 + Me.lblAllBidsTrimmed.Text = "All Bids (Trimmed):" ' 'lblTaxHaven2 ' - resources.ApplyResources(Me.lblTaxHaven2, "lblTaxHaven2") + Me.lblTaxHaven2.AutoSize = True + Me.lblTaxHaven2.Location = New System.Drawing.Point(731, 54) Me.lblTaxHaven2.Name = "lblTaxHaven2" + Me.lblTaxHaven2.Size = New System.Drawing.Size(72, 13) + Me.lblTaxHaven2.TabIndex = 63 + Me.lblTaxHaven2.Text = "Tax Haven 2:" ' 'ucrReceiverTaxHaven2 ' + Me.ucrReceiverTaxHaven2.AutoSize = True Me.ucrReceiverTaxHaven2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTaxHaven2, "ucrReceiverTaxHaven2") + Me.ucrReceiverTaxHaven2.Location = New System.Drawing.Point(731, 69) + Me.ucrReceiverTaxHaven2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTaxHaven2.Name = "ucrReceiverTaxHaven2" Me.ucrReceiverTaxHaven2.Selector = Nothing + Me.ucrReceiverTaxHaven2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTaxHaven2.strNcFilePath = "" + Me.ucrReceiverTaxHaven2.TabIndex = 64 Me.ucrReceiverTaxHaven2.ucrSelector = Nothing ' 'lblTaxHaven ' - resources.ApplyResources(Me.lblTaxHaven, "lblTaxHaven") + Me.lblTaxHaven.AutoSize = True + Me.lblTaxHaven.Location = New System.Drawing.Point(731, 11) Me.lblTaxHaven.Name = "lblTaxHaven" + Me.lblTaxHaven.Size = New System.Drawing.Size(63, 13) + Me.lblTaxHaven.TabIndex = 61 + Me.lblTaxHaven.Text = "Tax Haven:" ' 'lblTaxHaven3bi ' - resources.ApplyResources(Me.lblTaxHaven3bi, "lblTaxHaven3bi") + Me.lblTaxHaven3bi.AutoSize = True + Me.lblTaxHaven3bi.Location = New System.Drawing.Point(731, 140) Me.lblTaxHaven3bi.Name = "lblTaxHaven3bi" + Me.lblTaxHaven3bi.Size = New System.Drawing.Size(80, 13) + Me.lblTaxHaven3bi.TabIndex = 67 + Me.lblTaxHaven3bi.Text = "Tax Haven 3bi:" ' 'ucrReceiverTaxHaven3bi ' + Me.ucrReceiverTaxHaven3bi.AutoSize = True Me.ucrReceiverTaxHaven3bi.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTaxHaven3bi, "ucrReceiverTaxHaven3bi") + Me.ucrReceiverTaxHaven3bi.Location = New System.Drawing.Point(731, 155) + Me.ucrReceiverTaxHaven3bi.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTaxHaven3bi.Name = "ucrReceiverTaxHaven3bi" Me.ucrReceiverTaxHaven3bi.Selector = Nothing + Me.ucrReceiverTaxHaven3bi.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTaxHaven3bi.strNcFilePath = "" + Me.ucrReceiverTaxHaven3bi.TabIndex = 68 Me.ucrReceiverTaxHaven3bi.ucrSelector = Nothing ' 'ucrReceiverTaxHaven ' + Me.ucrReceiverTaxHaven.AutoSize = True Me.ucrReceiverTaxHaven.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTaxHaven, "ucrReceiverTaxHaven") + Me.ucrReceiverTaxHaven.Location = New System.Drawing.Point(731, 26) + Me.ucrReceiverTaxHaven.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTaxHaven.Name = "ucrReceiverTaxHaven" Me.ucrReceiverTaxHaven.Selector = Nothing + Me.ucrReceiverTaxHaven.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTaxHaven.strNcFilePath = "" + Me.ucrReceiverTaxHaven.TabIndex = 62 Me.ucrReceiverTaxHaven.ucrSelector = Nothing ' 'lblTaxHaven3 ' - resources.ApplyResources(Me.lblTaxHaven3, "lblTaxHaven3") + Me.lblTaxHaven3.AutoSize = True + Me.lblTaxHaven3.Location = New System.Drawing.Point(731, 97) Me.lblTaxHaven3.Name = "lblTaxHaven3" + Me.lblTaxHaven3.Size = New System.Drawing.Size(72, 13) + Me.lblTaxHaven3.TabIndex = 65 + Me.lblTaxHaven3.Text = "Tax Haven 3:" ' 'ucrReceiverTaxHaven3 ' + Me.ucrReceiverTaxHaven3.AutoSize = True Me.ucrReceiverTaxHaven3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTaxHaven3, "ucrReceiverTaxHaven3") + Me.ucrReceiverTaxHaven3.Location = New System.Drawing.Point(731, 112) + Me.ucrReceiverTaxHaven3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTaxHaven3.Name = "ucrReceiverTaxHaven3" Me.ucrReceiverTaxHaven3.Selector = Nothing + Me.ucrReceiverTaxHaven3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTaxHaven3.strNcFilePath = "" + Me.ucrReceiverTaxHaven3.TabIndex = 66 Me.ucrReceiverTaxHaven3.ucrSelector = Nothing ' 'sdgCorruptionCalculatedColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(860, 495) Me.Controls.Add(Me.lblTaxHaven2) Me.Controls.Add(Me.ucrReceiverTaxHaven2) Me.Controls.Add(Me.lblTaxHaven) @@ -678,6 +958,8 @@ Partial Class sdgCorruptionCalculatedColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCorruptionCalculatedColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Calculated Columns" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgCorruptionCalculatedColumns.resx b/instat/sdgCorruptionCalculatedColumns.resx index 870dd71ab79..29dcb1b3a35 100644 --- a/instat/sdgCorruptionCalculatedColumns.resx +++ b/instat/sdgCorruptionCalculatedColumns.resx @@ -117,1810 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - - 0 - - - ucrCalculatedColumnsSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 69 - - - 367, 462 - - - 152, 30 - - - 69 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 58 - - - True - - - 234, 54 - - - 86, 13 - - - 3 - - - Procedure Type: - - - lblProcedureType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 59 - - - True - - - 6, 13 - - - True - - - 860, 495 - - - True - - - 731, 54 - - - 72, 13 - - - 63 - - - Tax Haven 2: - - - lblTaxHaven2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 731, 69 - - - 0, 0, 0, 0 - - - 120, 20 - - - 64 - - - ucrReceiverTaxHaven2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 731, 11 - - - 63, 13 - - - 61 - - - Tax Haven: - - - lblTaxHaven - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 731, 140 - - - 80, 13 - - - 67 - - - Tax Haven 3bi: - - - lblTaxHaven3bi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 731, 155 - - - 0, 0, 0, 0 - - - 120, 20 - - - 68 - - - ucrReceiverTaxHaven3bi - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 731, 26 - - - 0, 0, 0, 0 - - - 120, 20 - - - 62 - - - ucrReceiverTaxHaven - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 731, 97 - - - 72, 13 - - - 65 - - - Tax Haven 3: - - - lblTaxHaven3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 731, 112 - - - 0, 0, 0, 0 - - - 120, 20 - - - 66 - - - ucrReceiverTaxHaven3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 567, 268 - - - 110, 13 - - - 53 - - - Winner Country ISO3: - - - lblWinnerCountryISO3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 567, 283 - - - 0, 0, 0, 0 - - - 120, 20 - - - 54 - - - ucrReceiverWinnerCountryISO3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 567, 225 - - - 110, 13 - - - 51 - - - Winner Country ISO2: - - - lblWinnerCountryISO2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - 568, 311 - - - 52, 13 - - - 55 - - - WB PPP: - - - lblWBPPP - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 567, 369 - - - 0, 0, 0, 0 - - - 120, 20 - - - 58 - - - ucrReceiverPPPAdjustedContractValue - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 567, 240 - - - 0, 0, 0, 0 - - - 120, 20 - - - 52 - - - ucrReceiverWinnerCountryISO2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 567, 354 - - - 148, 13 - - - 57 - - - PPP Adjusted Contract Value: - - - lblPPPAdjustedContractValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - 567, 326 - - - 0, 0, 0, 0 - - - 120, 20 - - - 56 - - - ucrReceiverWBPPP - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 567, 414 - - - 0, 0, 0, 0 - - - 120, 20 - - - 60 - - - ucrReceiverSecrecyScore - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 567, 399 - - - 80, 13 - - - 59 - - - Secrecy Score: - - - lblSecrecyScore - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - 567, 54 - - - 73, 13 - - - 43 - - - Country ISO2: - - - lblCountryISO2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - 567, 69 - - - 0, 0, 0, 0 - - - 120, 20 - - - 44 - - - ucrReceiverCountryISO2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - True - - - 567, 11 - - - 161, 13 - - - 41 - - - Contract Value Share Threshold: - - - lblContractValueShareOverThreshold - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - 567, 140 - - - 44, 13 - - - 47 - - - All Bids: - - - lblAddBids - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - 567, 155 - - - 0, 0, 0, 0 - - - 120, 20 - - - 48 - - - ucrReceiverAllBids - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 567, 26 - - - 0, 0, 0, 0 - - - 120, 20 - - - 42 - - - ucrReceiverContractShareThreshold - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - True - - - 567, 97 - - - 73, 13 - - - 45 - - - Country ISO3: - - - lblCountryISO3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - 567, 112 - - - 0, 0, 0, 0 - - - 120, 20 - - - 46 - - - ucrReceiverCountryISO3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 567, 200 - - - 0, 0, 0, 0 - - - 120, 20 - - - 50 - - - ucrReceiverAllBidsTrimmed - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - True - - - 567, 185 - - - 93, 13 - - - 49 - - - All Bids (Trimmed): - - - lblAllBidsTrimmed - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 27 - - - True - - - 399, 311 - - - 146, 13 - - - 35 - - - Rolling Contract Sum Winner: - - - lblRollSumWinner - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 28 - - - 399, 326 - - - 0, 0, 0, 0 - - - 120, 20 - - - 36 - - - ucrReceiverValueSumWinner - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 29 - - - True - - - 399, 268 - - - 156, 13 - - - 33 - - - Rolling Contract Number Issuer: - - - lblRollNumIssuer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - 399, 397 - - - 153, 13 - - - 39 - - - Rolling Contract Share Winner: - - - lblRollShareWinner - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 31 - - - 399, 412 - - - 0, 0, 0, 0 - - - 120, 20 - - - 40 - - - ucrReceiverValueShareWinner - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 32 - - - 399, 283 - - - 0, 0, 0, 0 - - - 120, 20 - - - 34 - - - ucrReceiverRollingNumberIssuer - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 33 - - - True - - - 399, 354 - - - 140, 13 - - - 37 - - - Rolling Contract Sum Issuer: - - - lblRollSumIssuer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - 399, 369 - - - 0, 0, 0, 0 - - - 120, 20 - - - 38 - - - ucrReceiverValueSumIssuer - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 35 - - - 234, 412 - - - 0, 0, 0, 0 - - - 120, 20 - - - 20 - - - ucrReceiverSingleBidder - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - True - - - 234, 397 - - - 72, 13 - - - 19 - - - Single Bidder: - - - lblSingleBidder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 37 - - - True - - - 396, 97 - - - 147, 13 - - - 25 - - - Signature Period (5 Quartiles): - - - lblSignaturePeriod5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 38 - - - 399, 112 - - - 0, 0, 0, 0 - - - 120, 20 - - - 26 - - - ucrReceiverPeriod5 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 39 - - - True - - - 399, 54 - - - 137, 13 - - - 23 - - - Signature Period Corrected: - - - lblSignaturePeriodCorrected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 40 - - - True - - - 399, 183 - - - 141, 13 - - - 29 - - - Signature Period Categories: - - - lblSignaturePeriodCat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 41 - - - 399, 198 - - - 0, 0, 0, 0 - - - 120, 20 - - - 30 - - - ucrReceiverPeriodCat - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 42 - - - 399, 69 - - - 0, 0, 0, 0 - - - 120, 20 - - - 24 - - - ucrReceiverSignaturePeriodCorrected - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 43 - - - True - - - 398, 140 - - - 153, 13 - - - 27 - - - Signature Period (25 Quartiles): - - - lblSignaturePeriod25 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 44 - - - 399, 155 - - - 0, 0, 0, 0 - - - 120, 20 - - - 28 - - - ucrReceiverPeriod25 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 45 - - - 399, 243 - - - 0, 0, 0, 0 - - - 120, 20 - - - 32 - - - ucrReceiverRollingNumberWinner - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 46 - - - True - - - 399, 228 - - - 162, 13 - - - 31 - - - Rolling Contract Number Winner: - - - lblRollNumWinner - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 47 - - - True - - - 234, 268 - - - 150, 13 - - - 13 - - - Procurement Type Categories: - - - lblProcurementTypeCat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 48 - - - 234, 283 - - - 0, 0, 0, 0 - - - 120, 20 - - - 14 - - - ucrReceiverProcurementTypeCat - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 49 - - - True - - - 234, 225 - - - 133, 13 - - - 11 - - - Contract Value Categories: - - - lblContractValueCategories - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 50 - - - True - - - 234, 354 - - - 106, 13 - - - 17 - - - Procurement Type 3: - - - lblProcurementType3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 51 - - - 234, 369 - - - 0, 0, 0, 0 - - - 120, 20 - - - 18 - - - ucrReceiverProcurementType3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 52 - - - 234, 240 - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverContractValueCategories - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 53 - - - True - - - 234, 311 - - - 106, 13 - - - 15 - - - Procurement Type 2: - - - lblProcurementType2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 54 - - - 234, 326 - - - 0, 0, 0, 0 - - - 120, 20 - - - 16 - - - ucrReceiverProcurementType2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 55 - - - 399, 26 - - - 0, 0, 0, 0 - - - 120, 20 - - - 22 - - - ucrReceiverSignaturePeriod - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 56 - - - True - - - 399, 11 - - - 88, 13 - - - 21 - - - Signature Period: - - - lblSignaturePeriod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 57 - - - True - - - 234, 11 - - - 65, 13 - - - 1 - - - Award Year: - - - lblAwardYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 61 - - - True - - - 234, 140 - - - 58, 13 - - - 7 - - - Winner ID: - - - lblWinnerID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 62 - - - 234, 155 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverWinnerID - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 63 - - - 234, 26 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverAwardYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 64 - - - True - - - 234, 97 - - - 113, 13 - - - 5 - - - Procuring Authority ID: - - - lblProcuringAuthority - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 65 - - - 234, 112 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverProcuringAuthority - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 66 - - - 234, 200 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverForeignWinner - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 67 - - - True - - - 234, 185 - - - 82, 13 - - - 9 - - - Foreign Winner: - - - lblForeignWinner - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 68 - - - CenterParent - - - Calculated Columns - - - sdgCorruptionCalculatedColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 234, 69 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverProcedureType - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 60 - \ No newline at end of file diff --git a/instat/sdgCorruptionCountryLevelColumns.Designer.vb b/instat/sdgCorruptionCountryLevelColumns.Designer.vb index b6b432a932f..9d5a66aac72 100644 --- a/instat/sdgCorruptionCountryLevelColumns.Designer.vb +++ b/instat/sdgCorruptionCountryLevelColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgCorruptionCountryLevelColumns 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCorruptionCountryLevelColumns)) Me.ucrReceiverSmallState = New instat.ucrReceiverSingle() Me.lblSmallState = New System.Windows.Forms.Label() Me.lblCountryISO2 = New System.Windows.Forms.Label() @@ -63,147 +62,228 @@ Partial Class sdgCorruptionCountryLevelColumns ' 'ucrReceiverSmallState ' + Me.ucrReceiverSmallState.AutoSize = True Me.ucrReceiverSmallState.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSmallState, "ucrReceiverSmallState") + Me.ucrReceiverSmallState.Location = New System.Drawing.Point(251, 216) + Me.ucrReceiverSmallState.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSmallState.Name = "ucrReceiverSmallState" Me.ucrReceiverSmallState.Selector = Nothing + Me.ucrReceiverSmallState.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSmallState.strNcFilePath = "" + Me.ucrReceiverSmallState.TabIndex = 10 Me.ucrReceiverSmallState.ucrSelector = Nothing ' 'lblSmallState ' - resources.ApplyResources(Me.lblSmallState, "lblSmallState") + Me.lblSmallState.AutoSize = True + Me.lblSmallState.Location = New System.Drawing.Point(251, 201) Me.lblSmallState.Name = "lblSmallState" + Me.lblSmallState.Size = New System.Drawing.Size(63, 13) + Me.lblSmallState.TabIndex = 9 + Me.lblSmallState.Text = "Small State:" ' 'lblCountryISO2 ' - resources.ApplyResources(Me.lblCountryISO2, "lblCountryISO2") + Me.lblCountryISO2.AutoSize = True + Me.lblCountryISO2.Location = New System.Drawing.Point(251, 70) Me.lblCountryISO2.Name = "lblCountryISO2" + Me.lblCountryISO2.Size = New System.Drawing.Size(73, 13) + Me.lblCountryISO2.TabIndex = 3 + Me.lblCountryISO2.Text = "Country ISO2:" ' 'ucrReceiverISO2 ' + Me.ucrReceiverISO2.AutoSize = True Me.ucrReceiverISO2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverISO2, "ucrReceiverISO2") + Me.ucrReceiverISO2.Location = New System.Drawing.Point(251, 85) + Me.ucrReceiverISO2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverISO2.Name = "ucrReceiverISO2" Me.ucrReceiverISO2.Selector = Nothing + Me.ucrReceiverISO2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverISO2.strNcFilePath = "" + Me.ucrReceiverISO2.TabIndex = 4 Me.ucrReceiverISO2.ucrSelector = Nothing ' 'ucrCountryLevelSelector ' + Me.ucrCountryLevelSelector.AutoSize = True Me.ucrCountryLevelSelector.bDropUnusedFilterLevels = False Me.ucrCountryLevelSelector.bShowHiddenColumns = False Me.ucrCountryLevelSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrCountryLevelSelector, "ucrCountryLevelSelector") + Me.ucrCountryLevelSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrCountryLevelSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrCountryLevelSelector.Name = "ucrCountryLevelSelector" + Me.ucrCountryLevelSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrCountryLevelSelector.TabIndex = 0 ' 'lblCountry ' - resources.ApplyResources(Me.lblCountry, "lblCountry") + Me.lblCountry.AutoSize = True + Me.lblCountry.Location = New System.Drawing.Point(251, 27) Me.lblCountry.Name = "lblCountry" + Me.lblCountry.Size = New System.Drawing.Size(46, 13) + Me.lblCountry.TabIndex = 1 + Me.lblCountry.Text = "Country:" ' 'ucrReceiverCountry ' + Me.ucrReceiverCountry.AutoSize = True Me.ucrReceiverCountry.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCountry, "ucrReceiverCountry") + Me.ucrReceiverCountry.Location = New System.Drawing.Point(251, 42) + Me.ucrReceiverCountry.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCountry.Name = "ucrReceiverCountry" Me.ucrReceiverCountry.Selector = Nothing + Me.ucrReceiverCountry.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCountry.strNcFilePath = "" + Me.ucrReceiverCountry.TabIndex = 2 Me.ucrReceiverCountry.ucrSelector = Nothing ' 'ucrReceiverSS2015 ' + Me.ucrReceiverSS2015.AutoSize = True Me.ucrReceiverSS2015.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSS2015, "ucrReceiverSS2015") + Me.ucrReceiverSS2015.Location = New System.Drawing.Point(395, 171) + Me.ucrReceiverSS2015.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSS2015.Name = "ucrReceiverSS2015" Me.ucrReceiverSS2015.Selector = Nothing + Me.ucrReceiverSS2015.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSS2015.strNcFilePath = "" + Me.ucrReceiverSS2015.TabIndex = 18 Me.ucrReceiverSS2015.ucrSelector = Nothing ' 'lblSS2015 ' - resources.ApplyResources(Me.lblSS2015, "lblSS2015") + Me.lblSS2015.AutoSize = True + Me.lblSS2015.Location = New System.Drawing.Point(395, 156) Me.lblSS2015.Name = "lblSS2015" + Me.lblSS2015.Size = New System.Drawing.Size(51, 13) + Me.lblSS2015.TabIndex = 17 + Me.lblSS2015.Text = "SS 2015:" ' 'ucrReceiverISO3 ' + Me.ucrReceiverISO3.AutoSize = True Me.ucrReceiverISO3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverISO3, "ucrReceiverISO3") + Me.ucrReceiverISO3.Location = New System.Drawing.Point(251, 128) + Me.ucrReceiverISO3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverISO3.Name = "ucrReceiverISO3" Me.ucrReceiverISO3.Selector = Nothing + Me.ucrReceiverISO3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverISO3.strNcFilePath = "" + Me.ucrReceiverISO3.TabIndex = 6 Me.ucrReceiverISO3.ucrSelector = Nothing ' 'lblCountryISO3 ' - resources.ApplyResources(Me.lblCountryISO3, "lblCountryISO3") + Me.lblCountryISO3.AutoSize = True + Me.lblCountryISO3.Location = New System.Drawing.Point(251, 113) Me.lblCountryISO3.Name = "lblCountryISO3" + Me.lblCountryISO3.Size = New System.Drawing.Size(73, 13) + Me.lblCountryISO3.TabIndex = 5 + Me.lblCountryISO3.Text = "Country ISO3:" ' 'ucrReceiverSS2011 ' + Me.ucrReceiverSS2011.AutoSize = True Me.ucrReceiverSS2011.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSS2011, "ucrReceiverSS2011") + Me.ucrReceiverSS2011.Location = New System.Drawing.Point(395, 85) + Me.ucrReceiverSS2011.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSS2011.Name = "ucrReceiverSS2011" Me.ucrReceiverSS2011.Selector = Nothing + Me.ucrReceiverSS2011.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSS2011.strNcFilePath = "" + Me.ucrReceiverSS2011.TabIndex = 14 Me.ucrReceiverSS2011.ucrSelector = Nothing ' 'lblSS2013 ' - resources.ApplyResources(Me.lblSS2013, "lblSS2013") + Me.lblSS2013.AutoSize = True + Me.lblSS2013.Location = New System.Drawing.Point(395, 113) Me.lblSS2013.Name = "lblSS2013" + Me.lblSS2013.Size = New System.Drawing.Size(48, 13) + Me.lblSS2013.TabIndex = 15 + Me.lblSS2013.Text = "SS 2013" ' 'ucrReceiverWBPPP ' + Me.ucrReceiverWBPPP.AutoSize = True Me.ucrReceiverWBPPP.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWBPPP, "ucrReceiverWBPPP") + Me.ucrReceiverWBPPP.Location = New System.Drawing.Point(251, 171) + Me.ucrReceiverWBPPP.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWBPPP.Name = "ucrReceiverWBPPP" Me.ucrReceiverWBPPP.Selector = Nothing + Me.ucrReceiverWBPPP.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWBPPP.strNcFilePath = "" + Me.ucrReceiverWBPPP.TabIndex = 8 Me.ucrReceiverWBPPP.ucrSelector = Nothing ' 'ucrReceiverSS2013 ' + Me.ucrReceiverSS2013.AutoSize = True Me.ucrReceiverSS2013.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSS2013, "ucrReceiverSS2013") + Me.ucrReceiverSS2013.Location = New System.Drawing.Point(395, 128) + Me.ucrReceiverSS2013.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSS2013.Name = "ucrReceiverSS2013" Me.ucrReceiverSS2013.Selector = Nothing + Me.ucrReceiverSS2013.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSS2013.strNcFilePath = "" + Me.ucrReceiverSS2013.TabIndex = 16 Me.ucrReceiverSS2013.ucrSelector = Nothing ' 'lblWBPPP ' - resources.ApplyResources(Me.lblWBPPP, "lblWBPPP") + Me.lblWBPPP.AutoSize = True + Me.lblWBPPP.Location = New System.Drawing.Point(251, 156) Me.lblWBPPP.Name = "lblWBPPP" + Me.lblWBPPP.Size = New System.Drawing.Size(52, 13) + Me.lblWBPPP.TabIndex = 7 + Me.lblWBPPP.Text = "WB PPP:" ' 'lblSS2011 ' - resources.ApplyResources(Me.lblSS2011, "lblSS2011") + Me.lblSS2011.AutoSize = True + Me.lblSS2011.Location = New System.Drawing.Point(395, 70) Me.lblSS2011.Name = "lblSS2011" + Me.lblSS2011.Size = New System.Drawing.Size(51, 13) + Me.lblSS2011.TabIndex = 13 + Me.lblSS2011.Text = "SS 2011:" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(186, 252) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 19 ' 'lblSS2009 ' - resources.ApplyResources(Me.lblSS2009, "lblSS2009") + Me.lblSS2009.AutoSize = True + Me.lblSS2009.Location = New System.Drawing.Point(395, 27) Me.lblSS2009.Name = "lblSS2009" + Me.lblSS2009.Size = New System.Drawing.Size(51, 13) + Me.lblSS2009.TabIndex = 11 + Me.lblSS2009.Text = "SS 2009:" ' 'ucrReceiverSS2009 ' + Me.ucrReceiverSS2009.AutoSize = True Me.ucrReceiverSS2009.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSS2009, "ucrReceiverSS2009") + Me.ucrReceiverSS2009.Location = New System.Drawing.Point(395, 42) + Me.ucrReceiverSS2009.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSS2009.Name = "ucrReceiverSS2009" Me.ucrReceiverSS2009.Selector = Nothing + Me.ucrReceiverSS2009.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSS2009.strNcFilePath = "" + Me.ucrReceiverSS2009.TabIndex = 12 Me.ucrReceiverSS2009.ucrSelector = Nothing ' 'sdgCorruptionCountryLevelColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(523, 288) Me.Controls.Add(Me.lblSS2009) Me.Controls.Add(Me.ucrReceiverSS2009) Me.Controls.Add(Me.ucrBase) @@ -228,6 +308,8 @@ Partial Class sdgCorruptionCountryLevelColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCorruptionCountryLevelColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Country Level Columns" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgCorruptionCountryLevelColumns.resx b/instat/sdgCorruptionCountryLevelColumns.resx index 3e3defdf543..29dcb1b3a35 100644 --- a/instat/sdgCorruptionCountryLevelColumns.resx +++ b/instat/sdgCorruptionCountryLevelColumns.resx @@ -117,535 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 523, 288 - - - True - - - 395, 27 - - - 51, 13 - - - 11 - - - SS 2009: - - - lblSS2009 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 395, 42 - - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverSS2009 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 186, 252 - - - 155, 30 - - - 19 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 251, 70 - - - 73, 13 - - - 3 - - - Country ISO2: - - - lblCountryISO2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 251, 85 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverISO2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrCountryLevelSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 251, 27 - - - 46, 13 - - - 1 - - - Country: - - - lblCountry - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 395, 70 - - - 51, 13 - - - 13 - - - SS 2011: - - - lblSS2011 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 251, 156 - - - 52, 13 - - - 7 - - - WB PPP: - - - lblWBPPP - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 395, 128 - - - 0, 0, 0, 0 - - - 120, 20 - - - 16 - - - ucrReceiverSS2013 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 251, 171 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverWBPPP - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 395, 113 - - - 48, 13 - - - 15 - - - SS 2013 - - - lblSS2013 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 395, 85 - - - 0, 0, 0, 0 - - - 120, 20 - - - 14 - - - ucrReceiverSS2011 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 251, 42 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverCountry - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 251, 113 - - - 73, 13 - - - 5 - - - Country ISO3: - - - lblCountryISO3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - 251, 128 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverISO3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 395, 156 - - - 51, 13 - - - 17 - - - SS 2015: - - - lblSS2015 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - 395, 171 - - - 0, 0, 0, 0 - - - 120, 20 - - - 18 - - - ucrReceiverSS2015 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - True - - - 251, 201 - - - 63, 13 - - - 9 - - - Small State: - - - lblSmallState - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - CenterParent - - - Country Level Columns - - - sdgCorruptionCountryLevelColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 251, 216 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverSmallState - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - \ No newline at end of file diff --git a/instat/sdgCountryColouredMapOptions.Designer.vb b/instat/sdgCountryColouredMapOptions.Designer.vb index 6dc03f51ea2..e29d64f4d7f 100644 --- a/instat/sdgCountryColouredMapOptions.Designer.vb +++ b/instat/sdgCountryColouredMapOptions.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgCountryColouredMapOptions 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCountryColouredMapOptions)) Me.tbcOptions = New System.Windows.Forms.TabControl() Me.tpRegion = New System.Windows.Forms.TabPage() Me.rdoOwnCountries = New System.Windows.Forms.RadioButton() @@ -50,9 +49,11 @@ Partial Class sdgCountryColouredMapOptions ' Me.tbcOptions.Controls.Add(Me.tpRegion) Me.tbcOptions.Controls.Add(Me.tpAdditional) - resources.ApplyResources(Me.tbcOptions, "tbcOptions") + Me.tbcOptions.Location = New System.Drawing.Point(4, 3) Me.tbcOptions.Name = "tbcOptions" Me.tbcOptions.SelectedIndex = 0 + Me.tbcOptions.Size = New System.Drawing.Size(337, 211) + Me.tbcOptions.TabIndex = 0 ' 'tpRegion ' @@ -71,135 +72,209 @@ Partial Class sdgCountryColouredMapOptions Me.tpRegion.Controls.Add(Me.lblLong) Me.tpRegion.Controls.Add(Me.ucrInputLongMin) Me.tpRegion.Controls.Add(Me.ucrPnlRegionChoice) - resources.ApplyResources(Me.tpRegion, "tpRegion") + Me.tpRegion.Location = New System.Drawing.Point(4, 22) Me.tpRegion.Name = "tpRegion" + Me.tpRegion.Padding = New System.Windows.Forms.Padding(3) + Me.tpRegion.Size = New System.Drawing.Size(329, 185) + Me.tpRegion.TabIndex = 0 + Me.tpRegion.Text = "Choose Region" Me.tpRegion.UseVisualStyleBackColor = True ' 'rdoOwnCountries ' - resources.ApplyResources(Me.rdoOwnCountries, "rdoOwnCountries") + Me.rdoOwnCountries.Appearance = System.Windows.Forms.Appearance.Button Me.rdoOwnCountries.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoOwnCountries.FlatAppearance.BorderSize = 2 Me.rdoOwnCountries.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoOwnCountries.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoOwnCountries.Location = New System.Drawing.Point(60, 24) Me.rdoOwnCountries.Name = "rdoOwnCountries" + Me.rdoOwnCountries.Size = New System.Drawing.Size(104, 27) + Me.rdoOwnCountries.TabIndex = 2 Me.rdoOwnCountries.TabStop = True + Me.rdoOwnCountries.Text = "Only My Countries" + Me.rdoOwnCountries.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoOwnCountries.UseVisualStyleBackColor = True ' 'rdoChooseRegion ' - resources.ApplyResources(Me.rdoChooseRegion, "rdoChooseRegion") + Me.rdoChooseRegion.Appearance = System.Windows.Forms.Appearance.Button Me.rdoChooseRegion.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoChooseRegion.FlatAppearance.BorderSize = 2 Me.rdoChooseRegion.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoChooseRegion.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoChooseRegion.Location = New System.Drawing.Point(162, 24) Me.rdoChooseRegion.Name = "rdoChooseRegion" + Me.rdoChooseRegion.Size = New System.Drawing.Size(104, 27) + Me.rdoChooseRegion.TabIndex = 3 Me.rdoChooseRegion.TabStop = True + Me.rdoChooseRegion.Text = "Choose Region" + Me.rdoChooseRegion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoChooseRegion.UseVisualStyleBackColor = True ' 'ucrInputCommonRegions ' Me.ucrInputCommonRegions.AddQuotesIfUnrecognised = True + Me.ucrInputCommonRegions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCommonRegions.GetSetSelectedIndex = -1 Me.ucrInputCommonRegions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCommonRegions, "ucrInputCommonRegions") + Me.ucrInputCommonRegions.Location = New System.Drawing.Point(129, 73) Me.ucrInputCommonRegions.Name = "ucrInputCommonRegions" + Me.ucrInputCommonRegions.Size = New System.Drawing.Size(137, 21) + Me.ucrInputCommonRegions.TabIndex = 5 ' 'lblCommonRegions ' - resources.ApplyResources(Me.lblCommonRegions, "lblCommonRegions") + Me.lblCommonRegions.AutoSize = True + Me.lblCommonRegions.Location = New System.Drawing.Point(6, 75) Me.lblCommonRegions.Name = "lblCommonRegions" + Me.lblCommonRegions.Size = New System.Drawing.Size(93, 13) + Me.lblCommonRegions.TabIndex = 4 + Me.lblCommonRegions.Text = "Common Regions:" ' 'lblLat ' - resources.ApplyResources(Me.lblLat, "lblLat") + Me.lblLat.AutoSize = True + Me.lblLat.Location = New System.Drawing.Point(6, 144) Me.lblLat.Name = "lblLat" + Me.lblLat.Size = New System.Drawing.Size(48, 13) + Me.lblLat.TabIndex = 11 + Me.lblLat.Text = "Latitude:" ' 'lblLongMin ' - resources.ApplyResources(Me.lblLongMin, "lblLongMin") + Me.lblLongMin.AutoSize = True + Me.lblLongMin.Location = New System.Drawing.Point(68, 113) Me.lblLongMin.Name = "lblLongMin" + Me.lblLongMin.Size = New System.Drawing.Size(27, 13) + Me.lblLongMin.TabIndex = 7 + Me.lblLongMin.Text = "Min:" ' 'lblLatMax ' - resources.ApplyResources(Me.lblLatMax, "lblLatMax") + Me.lblLatMax.AutoSize = True + Me.lblLatMax.Location = New System.Drawing.Point(197, 144) Me.lblLatMax.Name = "lblLatMax" + Me.lblLatMax.Size = New System.Drawing.Size(30, 13) + Me.lblLatMax.TabIndex = 14 + Me.lblLatMax.Text = "Max:" ' 'ucrInputLatMax ' Me.ucrInputLatMax.AddQuotesIfUnrecognised = True + Me.ucrInputLatMax.AutoSize = True Me.ucrInputLatMax.IsMultiline = False Me.ucrInputLatMax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLatMax, "ucrInputLatMax") + Me.ucrInputLatMax.Location = New System.Drawing.Point(229, 140) Me.ucrInputLatMax.Name = "ucrInputLatMax" + Me.ucrInputLatMax.Size = New System.Drawing.Size(90, 21) + Me.ucrInputLatMax.TabIndex = 0 ' 'lblLongMax ' - resources.ApplyResources(Me.lblLongMax, "lblLongMax") + Me.lblLongMax.AutoSize = True + Me.lblLongMax.Location = New System.Drawing.Point(197, 113) Me.lblLongMax.Name = "lblLongMax" + Me.lblLongMax.Size = New System.Drawing.Size(30, 13) + Me.lblLongMax.TabIndex = 9 + Me.lblLongMax.Text = "Max:" ' 'ucrInputLongMax ' Me.ucrInputLongMax.AddQuotesIfUnrecognised = True + Me.ucrInputLongMax.AutoSize = True Me.ucrInputLongMax.IsMultiline = False Me.ucrInputLongMax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLongMax, "ucrInputLongMax") + Me.ucrInputLongMax.Location = New System.Drawing.Point(228, 109) Me.ucrInputLongMax.Name = "ucrInputLongMax" + Me.ucrInputLongMax.Size = New System.Drawing.Size(90, 21) + Me.ucrInputLongMax.TabIndex = 10 ' 'lblLatMin ' - resources.ApplyResources(Me.lblLatMin, "lblLatMin") + Me.lblLatMin.AutoSize = True + Me.lblLatMin.Location = New System.Drawing.Point(68, 144) Me.lblLatMin.Name = "lblLatMin" + Me.lblLatMin.Size = New System.Drawing.Size(27, 13) + Me.lblLatMin.TabIndex = 12 + Me.lblLatMin.Text = "Min:" ' 'ucrInputLatMin ' Me.ucrInputLatMin.AddQuotesIfUnrecognised = True + Me.ucrInputLatMin.AutoSize = True Me.ucrInputLatMin.IsMultiline = False Me.ucrInputLatMin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLatMin, "ucrInputLatMin") + Me.ucrInputLatMin.Location = New System.Drawing.Point(98, 140) Me.ucrInputLatMin.Name = "ucrInputLatMin" + Me.ucrInputLatMin.Size = New System.Drawing.Size(90, 21) + Me.ucrInputLatMin.TabIndex = 13 ' 'lblLong ' - resources.ApplyResources(Me.lblLong, "lblLong") + Me.lblLong.AutoSize = True + Me.lblLong.Location = New System.Drawing.Point(6, 113) Me.lblLong.Name = "lblLong" + Me.lblLong.Size = New System.Drawing.Size(57, 13) + Me.lblLong.TabIndex = 6 + Me.lblLong.Text = "Longitude:" ' 'ucrInputLongMin ' Me.ucrInputLongMin.AddQuotesIfUnrecognised = True + Me.ucrInputLongMin.AutoSize = True Me.ucrInputLongMin.IsMultiline = False Me.ucrInputLongMin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLongMin, "ucrInputLongMin") + Me.ucrInputLongMin.Location = New System.Drawing.Point(98, 109) Me.ucrInputLongMin.Name = "ucrInputLongMin" + Me.ucrInputLongMin.Size = New System.Drawing.Size(90, 21) + Me.ucrInputLongMin.TabIndex = 8 ' 'ucrPnlRegionChoice ' - resources.ApplyResources(Me.ucrPnlRegionChoice, "ucrPnlRegionChoice") + Me.ucrPnlRegionChoice.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlRegionChoice.Location = New System.Drawing.Point(33, 6) Me.ucrPnlRegionChoice.Name = "ucrPnlRegionChoice" + Me.ucrPnlRegionChoice.Size = New System.Drawing.Size(282, 61) + Me.ucrPnlRegionChoice.TabIndex = 1 ' 'tpAdditional ' - resources.ApplyResources(Me.tpAdditional, "tpAdditional") + Me.tpAdditional.Location = New System.Drawing.Point(4, 22) Me.tpAdditional.Name = "tpAdditional" + Me.tpAdditional.Padding = New System.Windows.Forms.Padding(3) + Me.tpAdditional.Size = New System.Drawing.Size(329, 185) + Me.tpAdditional.TabIndex = 1 + Me.tpAdditional.Text = "Additional Features" Me.tpAdditional.UseVisualStyleBackColor = True ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(102, 217) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 1 ' 'sdgCountryColouredMapOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(346, 255) Me.Controls.Add(Me.tbcOptions) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCountryColouredMapOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Map Options" Me.tbcOptions.ResumeLayout(False) Me.tpRegion.ResumeLayout(False) Me.tpRegion.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCountryColouredMapOptions.resx b/instat/sdgCountryColouredMapOptions.resx index a00ca3450db..29dcb1b3a35 100644 --- a/instat/sdgCountryColouredMapOptions.resx +++ b/instat/sdgCountryColouredMapOptions.resx @@ -117,508 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - - 60, 24 - - - 104, 27 - - - - 2 - - - Only My Countries - - - MiddleCenter - - - rdoOwnCountries - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 0 - - - Button - - - Flat - - - 162, 24 - - - 104, 27 - - - 3 - - - Choose Region - - - MiddleCenter - - - rdoChooseRegion - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 1 - - - 129, 73 - - - 137, 21 - - - 5 - - - ucrInputCommonRegions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 2 - - - True - - - 6, 75 - - - 93, 13 - - - 4 - - - Common Regions: - - - lblCommonRegions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 3 - - - True - - - 6, 144 - - - 48, 13 - - - 11 - - - Latitude: - - - lblLat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 4 - - - True - - - 68, 113 - - - 27, 13 - - - 7 - - - Min: - - - lblLongMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 5 - - - True - - - 197, 144 - - - 30, 13 - - - 14 - - - Max: - - - lblLatMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 6 - - - 229, 140 - - - 90, 21 - - - 0 - - - ucrInputLatMax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 7 - - - True - - - 197, 113 - - - 30, 13 - - - 9 - - - Max: - - - lblLongMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 8 - - - 228, 109 - - - 90, 21 - - - 10 - - - ucrInputLongMax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 9 - - - True - - - 68, 144 - - - 27, 13 - - - 12 - - - Min: - - - lblLatMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 10 - - - 98, 140 - - - 90, 21 - - - 13 - - - ucrInputLatMin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 11 - - - True - - - 6, 113 - - - 57, 13 - - - 6 - - - Longitude: - - - lblLong - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegion - - - 12 - - - 98, 109 - - - 90, 21 - - - 8 - - - ucrInputLongMin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 13 - - - 33, 6 - - - 282, 61 - - - 1 - - - ucrPnlRegionChoice - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRegion - - - 14 - - - 4, 22 - - - 3, 3, 3, 3 - - - 329, 185 - - - 0 - - - Choose Region - - - tpRegion - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 329, 185 - - - 1 - - - Additional Features - - - tpAdditional - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 1 - - - 4, 3 - - - 337, 211 - - - 0 - - - tbcOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 102, 217 - - - 156, 30 - - - 1 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 346, 255 - - - CenterScreen - - - Map Options - - - sdgCountryColouredMapOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgCreateFilter.Designer.vb b/instat/sdgCreateFilter.Designer.vb index 87ae7074891..4495d0c6cc8 100644 --- a/instat/sdgCreateFilter.Designer.vb +++ b/instat/sdgCreateFilter.Designer.vb @@ -38,32 +38,42 @@ Partial Class sdgCreateFilter 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgCreateFilter)) Me.ucrCreateFilter = New instat.ucrFilter() Me.ucrBase = New instat.ucrButtonsSubdialogue() Me.SuspendLayout() ' 'ucrCreateFilter ' - resources.ApplyResources(Me.ucrCreateFilter, "ucrCreateFilter") + Me.ucrCreateFilter.AutoSize = True + Me.ucrCreateFilter.Location = New System.Drawing.Point(0, 0) Me.ucrCreateFilter.Name = "ucrCreateFilter" + Me.ucrCreateFilter.Size = New System.Drawing.Size(770, 395) + Me.ucrCreateFilter.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(289, 401) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 0 ' 'sdgCreateFilter ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(783, 434) Me.Controls.Add(Me.ucrCreateFilter) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgCreateFilter" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Define New Filter" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgCreateFilter.resx b/instat/sdgCreateFilter.resx index a9fa62fd995..29dcb1b3a35 100644 --- a/instat/sdgCreateFilter.resx +++ b/instat/sdgCreateFilter.resx @@ -117,73 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 0, 0 - - - 770, 395 - - - - 1 - - - ucrCreateFilter - - - instat.ucrFilter, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 289, 401 - - - 157, 30 - - - 0 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 783, 434 - - - - CenterParent - - - Define New Filter - - - sdgCreateFilter - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgDataOptions.Designer.vb b/instat/sdgDataOptions.Designer.vb index 66407099d19..8d651e4dfa6 100644 --- a/instat/sdgDataOptions.Designer.vb +++ b/instat/sdgDataOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgDataOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgDataOptions)) Me.tbcDataOptions = New System.Windows.Forms.TabControl() Me.tbRows = New System.Windows.Forms.TabPage() Me.cmdRemoveCurrentFilter = New System.Windows.Forms.Button() @@ -72,9 +71,11 @@ Partial Class sdgDataOptions ' Me.tbcDataOptions.Controls.Add(Me.tbRows) Me.tbcDataOptions.Controls.Add(Me.tbColumns) - resources.ApplyResources(Me.tbcDataOptions, "tbcDataOptions") + Me.tbcDataOptions.Location = New System.Drawing.Point(6, 1) Me.tbcDataOptions.Name = "tbcDataOptions" Me.tbcDataOptions.SelectedIndex = 0 + Me.tbcDataOptions.Size = New System.Drawing.Size(363, 323) + Me.tbcDataOptions.TabIndex = 0 ' 'tbRows ' @@ -86,82 +87,130 @@ Partial Class sdgDataOptions Me.tbRows.Controls.Add(Me.cmdDefineNewFilter) Me.tbRows.Controls.Add(Me.lblFilter) Me.tbRows.Controls.Add(Me.ucrReceiverFilter) - resources.ApplyResources(Me.tbRows, "tbRows") + Me.tbRows.Location = New System.Drawing.Point(4, 22) Me.tbRows.Name = "tbRows" + Me.tbRows.Padding = New System.Windows.Forms.Padding(3) + Me.tbRows.Size = New System.Drawing.Size(355, 297) + Me.tbRows.TabIndex = 0 Me.tbRows.Tag = "Rows" + Me.tbRows.Text = "Rows" Me.tbRows.UseVisualStyleBackColor = True ' 'cmdRemoveCurrentFilter ' - resources.ApplyResources(Me.cmdRemoveCurrentFilter, "cmdRemoveCurrentFilter") + Me.cmdRemoveCurrentFilter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemoveCurrentFilter.Location = New System.Drawing.Point(228, 113) Me.cmdRemoveCurrentFilter.Name = "cmdRemoveCurrentFilter" + Me.cmdRemoveCurrentFilter.Size = New System.Drawing.Size(120, 38) + Me.cmdRemoveCurrentFilter.TabIndex = 4 Me.cmdRemoveCurrentFilter.Tag = "Define_New_Filter" + Me.cmdRemoveCurrentFilter.Text = "Remove Current Filter" Me.cmdRemoveCurrentFilter.UseVisualStyleBackColor = True ' 'ucrSelectorFilters ' + Me.ucrSelectorFilters.AutoSize = True Me.ucrSelectorFilters.bDropUnusedFilterLevels = False Me.ucrSelectorFilters.bShowHiddenColumns = False Me.ucrSelectorFilters.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFilters, "ucrSelectorFilters") + Me.ucrSelectorFilters.Location = New System.Drawing.Point(3, 15) + Me.ucrSelectorFilters.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFilters.Name = "ucrSelectorFilters" + Me.ucrSelectorFilters.Size = New System.Drawing.Size(219, 183) + Me.ucrSelectorFilters.TabIndex = 0 ' 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilterPreview, "ucrInputFilterPreview") + Me.ucrInputFilterPreview.Location = New System.Drawing.Point(128, 209) Me.ucrInputFilterPreview.Name = "ucrInputFilterPreview" + Me.ucrInputFilterPreview.Size = New System.Drawing.Size(220, 21) + Me.ucrInputFilterPreview.TabIndex = 6 ' 'lblFilterPreview ' - resources.ApplyResources(Me.lblFilterPreview, "lblFilterPreview") + Me.lblFilterPreview.AutoSize = True + Me.lblFilterPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFilterPreview.Location = New System.Drawing.Point(8, 211) Me.lblFilterPreview.Name = "lblFilterPreview" + Me.lblFilterPreview.Size = New System.Drawing.Size(115, 13) + Me.lblFilterPreview.TabIndex = 5 + Me.lblFilterPreview.Text = "Selected Filter Preview" ' 'grpApplyOptions ' Me.grpApplyOptions.Controls.Add(Me.rdoForDialog) Me.grpApplyOptions.Controls.Add(Me.rdoAllDialogs) - resources.ApplyResources(Me.grpApplyOptions, "grpApplyOptions") + Me.grpApplyOptions.Location = New System.Drawing.Point(8, 236) Me.grpApplyOptions.Name = "grpApplyOptions" + Me.grpApplyOptions.Size = New System.Drawing.Size(340, 58) + Me.grpApplyOptions.TabIndex = 7 Me.grpApplyOptions.TabStop = False Me.grpApplyOptions.Tag = "Apply_Options" + Me.grpApplyOptions.Text = "Apply Options" ' 'rdoForDialog ' - resources.ApplyResources(Me.rdoForDialog, "rdoForDialog") + Me.rdoForDialog.AutoSize = True + Me.rdoForDialog.Enabled = False + Me.rdoForDialog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoForDialog.Location = New System.Drawing.Point(10, 35) Me.rdoForDialog.Name = "rdoForDialog" + Me.rdoForDialog.Size = New System.Drawing.Size(120, 17) + Me.rdoForDialog.TabIndex = 1 Me.rdoForDialog.TabStop = True + Me.rdoForDialog.Text = "For This Dialog Only" Me.rdoForDialog.UseVisualStyleBackColor = True + Me.rdoForDialog.Visible = False ' 'rdoAllDialogs ' - resources.ApplyResources(Me.rdoAllDialogs, "rdoAllDialogs") + Me.rdoAllDialogs.AutoSize = True + Me.rdoAllDialogs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAllDialogs.Location = New System.Drawing.Point(10, 15) Me.rdoAllDialogs.Name = "rdoAllDialogs" + Me.rdoAllDialogs.Size = New System.Drawing.Size(92, 17) + Me.rdoAllDialogs.TabIndex = 0 Me.rdoAllDialogs.TabStop = True + Me.rdoAllDialogs.Text = "For All Dialogs" Me.rdoAllDialogs.UseVisualStyleBackColor = True ' 'cmdDefineNewFilter ' - resources.ApplyResources(Me.cmdDefineNewFilter, "cmdDefineNewFilter") + Me.cmdDefineNewFilter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDefineNewFilter.Location = New System.Drawing.Point(228, 66) Me.cmdDefineNewFilter.Name = "cmdDefineNewFilter" + Me.cmdDefineNewFilter.Size = New System.Drawing.Size(120, 41) + Me.cmdDefineNewFilter.TabIndex = 3 Me.cmdDefineNewFilter.Tag = "Define_New_Filter" + Me.cmdDefineNewFilter.Text = "Define New Filter" Me.cmdDefineNewFilter.UseVisualStyleBackColor = True ' 'lblFilter ' - resources.ApplyResources(Me.lblFilter, "lblFilter") + Me.lblFilter.AutoSize = True + Me.lblFilter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFilter.Location = New System.Drawing.Point(225, 20) Me.lblFilter.Name = "lblFilter" + Me.lblFilter.Size = New System.Drawing.Size(32, 13) + Me.lblFilter.TabIndex = 1 Me.lblFilter.Tag = "Filter" + Me.lblFilter.Text = "Filter:" ' 'ucrReceiverFilter ' + Me.ucrReceiverFilter.AutoSize = True Me.ucrReceiverFilter.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverFilter, "ucrReceiverFilter") + Me.ucrReceiverFilter.Location = New System.Drawing.Point(228, 35) + Me.ucrReceiverFilter.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFilter.Name = "ucrReceiverFilter" Me.ucrReceiverFilter.Selector = Nothing + Me.ucrReceiverFilter.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFilter.strNcFilePath = "" + Me.ucrReceiverFilter.TabIndex = 2 Me.ucrReceiverFilter.ucrSelector = Nothing ' 'tbColumns @@ -172,86 +221,133 @@ Partial Class sdgDataOptions Me.tbColumns.Controls.Add(Me.lblSelection) Me.tbColumns.Controls.Add(Me.ucrSelectorForSelectColumns) Me.tbColumns.Controls.Add(Me.cmdDefineNewSelect) - resources.ApplyResources(Me.tbColumns, "tbColumns") + Me.tbColumns.Location = New System.Drawing.Point(4, 22) Me.tbColumns.Name = "tbColumns" + Me.tbColumns.Padding = New System.Windows.Forms.Padding(3) + Me.tbColumns.Size = New System.Drawing.Size(355, 297) + Me.tbColumns.TabIndex = 1 Me.tbColumns.Tag = "Columns" + Me.tbColumns.Text = "Columns" Me.tbColumns.UseVisualStyleBackColor = True ' 'cmdRemoveCurrentColumnSelection ' - resources.ApplyResources(Me.cmdRemoveCurrentColumnSelection, "cmdRemoveCurrentColumnSelection") + Me.cmdRemoveCurrentColumnSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemoveCurrentColumnSelection.Location = New System.Drawing.Point(226, 128) Me.cmdRemoveCurrentColumnSelection.Name = "cmdRemoveCurrentColumnSelection" + Me.cmdRemoveCurrentColumnSelection.Size = New System.Drawing.Size(126, 38) + Me.cmdRemoveCurrentColumnSelection.TabIndex = 4 Me.cmdRemoveCurrentColumnSelection.Tag = "" + Me.cmdRemoveCurrentColumnSelection.Text = "Remove Current Selection" Me.cmdRemoveCurrentColumnSelection.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.rdoColumnsForThisDialog) Me.GroupBox1.Controls.Add(Me.rdoColumnsForAllDialogs) - resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Location = New System.Drawing.Point(4, 234) Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(340, 58) + Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Tag = "Apply_Options" + Me.GroupBox1.Text = "Apply Options" ' 'rdoColumnsForThisDialog ' - resources.ApplyResources(Me.rdoColumnsForThisDialog, "rdoColumnsForThisDialog") + Me.rdoColumnsForThisDialog.AutoSize = True + Me.rdoColumnsForThisDialog.Enabled = False + Me.rdoColumnsForThisDialog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumnsForThisDialog.Location = New System.Drawing.Point(10, 35) Me.rdoColumnsForThisDialog.Name = "rdoColumnsForThisDialog" + Me.rdoColumnsForThisDialog.Size = New System.Drawing.Size(120, 17) + Me.rdoColumnsForThisDialog.TabIndex = 1 Me.rdoColumnsForThisDialog.TabStop = True + Me.rdoColumnsForThisDialog.Text = "For This Dialog Only" Me.rdoColumnsForThisDialog.UseVisualStyleBackColor = True + Me.rdoColumnsForThisDialog.Visible = False ' 'rdoColumnsForAllDialogs ' - resources.ApplyResources(Me.rdoColumnsForAllDialogs, "rdoColumnsForAllDialogs") + Me.rdoColumnsForAllDialogs.AutoSize = True + Me.rdoColumnsForAllDialogs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumnsForAllDialogs.Location = New System.Drawing.Point(10, 15) Me.rdoColumnsForAllDialogs.Name = "rdoColumnsForAllDialogs" + Me.rdoColumnsForAllDialogs.Size = New System.Drawing.Size(92, 17) + Me.rdoColumnsForAllDialogs.TabIndex = 0 Me.rdoColumnsForAllDialogs.TabStop = True + Me.rdoColumnsForAllDialogs.Text = "For All Dialogs" Me.rdoColumnsForAllDialogs.UseVisualStyleBackColor = True ' 'ucrReceiverSelect ' + Me.ucrReceiverSelect.AutoSize = True Me.ucrReceiverSelect.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverSelect, "ucrReceiverSelect") + Me.ucrReceiverSelect.Location = New System.Drawing.Point(225, 53) + Me.ucrReceiverSelect.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelect.Name = "ucrReceiverSelect" Me.ucrReceiverSelect.Selector = Nothing + Me.ucrReceiverSelect.Size = New System.Drawing.Size(127, 20) Me.ucrReceiverSelect.strNcFilePath = "" + Me.ucrReceiverSelect.TabIndex = 2 Me.ucrReceiverSelect.ucrSelector = Nothing ' 'lblSelection ' - resources.ApplyResources(Me.lblSelection, "lblSelection") + Me.lblSelection.AutoSize = True + Me.lblSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelection.Location = New System.Drawing.Point(223, 37) Me.lblSelection.Name = "lblSelection" + Me.lblSelection.Size = New System.Drawing.Size(54, 13) + Me.lblSelection.TabIndex = 1 + Me.lblSelection.Text = "Selection:" ' 'ucrSelectorForSelectColumns ' + Me.ucrSelectorForSelectColumns.AutoSize = True Me.ucrSelectorForSelectColumns.bDropUnusedFilterLevels = False Me.ucrSelectorForSelectColumns.bShowHiddenColumns = False Me.ucrSelectorForSelectColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForSelectColumns, "ucrSelectorForSelectColumns") + Me.ucrSelectorForSelectColumns.Location = New System.Drawing.Point(3, 3) + Me.ucrSelectorForSelectColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForSelectColumns.Name = "ucrSelectorForSelectColumns" + Me.ucrSelectorForSelectColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForSelectColumns.TabIndex = 0 ' 'cmdDefineNewSelect ' - resources.ApplyResources(Me.cmdDefineNewSelect, "cmdDefineNewSelect") + Me.cmdDefineNewSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDefineNewSelect.Location = New System.Drawing.Point(225, 81) Me.cmdDefineNewSelect.Name = "cmdDefineNewSelect" + Me.cmdDefineNewSelect.Size = New System.Drawing.Size(127, 41) + Me.cmdDefineNewSelect.TabIndex = 3 Me.cmdDefineNewSelect.Tag = "" + Me.cmdDefineNewSelect.Text = "Define New Selection" Me.cmdDefineNewSelect.UseVisualStyleBackColor = True ' 'ucrSubDialogueBase ' - resources.ApplyResources(Me.ucrSubDialogueBase, "ucrSubDialogueBase") + Me.ucrSubDialogueBase.AutoSize = True + Me.ucrSubDialogueBase.Location = New System.Drawing.Point(116, 323) Me.ucrSubDialogueBase.Name = "ucrSubDialogueBase" + Me.ucrSubDialogueBase.Size = New System.Drawing.Size(224, 30) + Me.ucrSubDialogueBase.TabIndex = 1 ' 'sdgDataOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(375, 351) Me.Controls.Add(Me.tbcDataOptions) Me.Controls.Add(Me.ucrSubDialogueBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgDataOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Data_Options" + Me.Text = "Data Options" Me.tbcDataOptions.ResumeLayout(False) Me.tbRows.ResumeLayout(False) Me.tbRows.PerformLayout() @@ -262,6 +358,7 @@ Partial Class sdgDataOptions Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgDataOptions.resx b/instat/sdgDataOptions.resx index cec83bd79d0..29dcb1b3a35 100644 --- a/instat/sdgDataOptions.resx +++ b/instat/sdgDataOptions.resx @@ -117,622 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 228, 113 - - - 120, 38 - - - - 4 - - - Remove Current Filter - - - cmdRemoveCurrentFilter - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRows - - - 0 - - - 3, 15 - - - 0, 0, 0, 0 - - - 219, 180 - - - 0 - - - ucrSelectorFilters - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbRows - - - 1 - - - 128, 209 - - - 220, 21 - - - 6 - - - ucrInputFilterPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbRows - - - 2 - - - True - - - NoControl - - - 8, 211 - - - 115, 13 - - - 5 - - - Selected Filter Preview - - - lblFilterPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRows - - - 3 - - - True - - - False - - - NoControl - - - 10, 35 - - - 120, 17 - - - 1 - - - For This Dialog Only - - - False - - - rdoForDialog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpApplyOptions - - - 0 - - - True - - - NoControl - - - 10, 15 - - - 92, 17 - - - 0 - - - For All Dialogs - - - rdoAllDialogs - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpApplyOptions - - - 1 - - - 8, 236 - - - 340, 58 - - - 7 - - - Apply Options - - - grpApplyOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRows - - - 4 - - - NoControl - - - 228, 66 - - - 120, 41 - - - 3 - - - Define New Filter - - - cmdDefineNewFilter - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRows - - - 5 - - - True - - - NoControl - - - 225, 20 - - - 32, 13 - - - 1 - - - Filter: - - - lblFilter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRows - - - 6 - - - 228, 35 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverFilter - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbRows - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 355, 297 - - - 0 - - - Rows - - - tbRows - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcDataOptions - - - 0 - - - NoControl - - - 226, 128 - - - 126, 38 - - - 4 - - - Remove Current Selection - - - cmdRemoveCurrentColumnSelection - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbColumns - - - 0 - - - True - - - False - - - NoControl - - - 10, 35 - - - 120, 17 - - - 1 - - - For This Dialog Only - - - False - - - rdoColumnsForThisDialog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 0 - - - True - - - NoControl - - - 10, 15 - - - 92, 17 - - - 0 - - - For All Dialogs - - - rdoColumnsForAllDialogs - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 1 - - - 4, 234 - - - 340, 58 - - - 5 - - - Apply Options - - - GroupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbColumns - - - 1 - - - 225, 53 - - - 0, 0, 0, 0 - - - 127, 20 - - - 2 - - - ucrReceiverSelect - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbColumns - - - 2 - - - True - - - NoControl - - - 223, 37 - - - 54, 13 - - - 1 - - - Selection: - - - lblSelection - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbColumns - - - 3 - - - 3, 3 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForSelectColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbColumns - - - 4 - - - NoControl - - - 225, 81 - - - 127, 41 - - - 3 - - - Define New Selection - - - cmdDefineNewSelect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbColumns - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 355, 297 - - - 1 - - - Columns - - - tbColumns - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcDataOptions - - - 1 - - - 6, 1 - - - 363, 323 - - - 0 - - - tbcDataOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 116, 323 - - - 156, 30 - - - 1 - - - ucrSubDialogueBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 375, 351 - - - CenterParent - - - Data Options - - - sdgDataOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgDescribeDisplay.Designer.vb b/instat/sdgDescribeDisplay.Designer.vb index 5b5336c0556..a554c3714d3 100644 --- a/instat/sdgDescribeDisplay.Designer.vb +++ b/instat/sdgDescribeDisplay.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgDescribeDisplay 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgDescribeDisplay)) Me.ucrButtonsDescribeDisplay = New instat.ucrButtonsSubdialogue() Me.grpFrequenciesOptions = New System.Windows.Forms.GroupBox() Me.ucrChkAddMargins = New instat.ucrCheck() @@ -55,8 +54,11 @@ Partial Class sdgDescribeDisplay ' 'ucrButtonsDescribeDisplay ' - resources.ApplyResources(Me.ucrButtonsDescribeDisplay, "ucrButtonsDescribeDisplay") + Me.ucrButtonsDescribeDisplay.AutoSize = True + Me.ucrButtonsDescribeDisplay.Location = New System.Drawing.Point(50, 191) Me.ucrButtonsDescribeDisplay.Name = "ucrButtonsDescribeDisplay" + Me.ucrButtonsDescribeDisplay.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsDescribeDisplay.TabIndex = 2 ' 'grpFrequenciesOptions ' @@ -64,67 +66,96 @@ Partial Class sdgDescribeDisplay Me.grpFrequenciesOptions.Controls.Add(Me.ucrChkTranspose) Me.grpFrequenciesOptions.Controls.Add(Me.ucrChkProportions) Me.grpFrequenciesOptions.Controls.Add(Me.ucrChkPercentages) - resources.ApplyResources(Me.grpFrequenciesOptions, "grpFrequenciesOptions") + Me.grpFrequenciesOptions.Location = New System.Drawing.Point(10, 10) Me.grpFrequenciesOptions.Name = "grpFrequenciesOptions" + Me.grpFrequenciesOptions.Size = New System.Drawing.Size(243, 68) + Me.grpFrequenciesOptions.TabIndex = 0 Me.grpFrequenciesOptions.TabStop = False Me.grpFrequenciesOptions.Tag = "Frequencies_Options" + Me.grpFrequenciesOptions.Text = "Frequencies Options" ' 'ucrChkAddMargins ' + Me.ucrChkAddMargins.AutoSize = True Me.ucrChkAddMargins.Checked = False - resources.ApplyResources(Me.ucrChkAddMargins, "ucrChkAddMargins") + Me.ucrChkAddMargins.Location = New System.Drawing.Point(10, 18) Me.ucrChkAddMargins.Name = "ucrChkAddMargins" + Me.ucrChkAddMargins.Size = New System.Drawing.Size(100, 23) + Me.ucrChkAddMargins.TabIndex = 0 ' 'ucrChkTranspose ' + Me.ucrChkTranspose.AutoSize = True Me.ucrChkTranspose.Checked = False - resources.ApplyResources(Me.ucrChkTranspose, "ucrChkTranspose") + Me.ucrChkTranspose.Location = New System.Drawing.Point(127, 18) Me.ucrChkTranspose.Name = "ucrChkTranspose" + Me.ucrChkTranspose.Size = New System.Drawing.Size(97, 23) + Me.ucrChkTranspose.TabIndex = 1 ' 'ucrChkProportions ' + Me.ucrChkProportions.AutoSize = True Me.ucrChkProportions.Checked = False - resources.ApplyResources(Me.ucrChkProportions, "ucrChkProportions") + Me.ucrChkProportions.Location = New System.Drawing.Point(10, 40) Me.ucrChkProportions.Name = "ucrChkProportions" + Me.ucrChkProportions.Size = New System.Drawing.Size(100, 23) + Me.ucrChkProportions.TabIndex = 2 ' 'ucrChkPercentages ' + Me.ucrChkPercentages.AutoSize = True Me.ucrChkPercentages.Checked = False - resources.ApplyResources(Me.ucrChkPercentages, "ucrChkPercentages") + Me.ucrChkPercentages.Location = New System.Drawing.Point(127, 40) Me.ucrChkPercentages.Name = "ucrChkPercentages" + Me.ucrChkPercentages.Size = New System.Drawing.Size(97, 23) + Me.ucrChkPercentages.TabIndex = 3 ' 'grpAnovaOptions ' Me.grpAnovaOptions.Controls.Add(Me.ucrChkMeans) Me.grpAnovaOptions.Controls.Add(Me.ucrChkSignifStars) Me.grpAnovaOptions.Controls.Add(Me.ucrChkSignifLevel) - resources.ApplyResources(Me.grpAnovaOptions, "grpAnovaOptions") + Me.grpAnovaOptions.Location = New System.Drawing.Point(10, 84) Me.grpAnovaOptions.Name = "grpAnovaOptions" + Me.grpAnovaOptions.Size = New System.Drawing.Size(243, 91) + Me.grpAnovaOptions.TabIndex = 1 Me.grpAnovaOptions.TabStop = False Me.grpAnovaOptions.Tag = "Anova_Options" + Me.grpAnovaOptions.Text = "Anova Options" ' 'ucrChkMeans ' + Me.ucrChkMeans.AutoSize = True Me.ucrChkMeans.Checked = False - resources.ApplyResources(Me.ucrChkMeans, "ucrChkMeans") + Me.ucrChkMeans.Location = New System.Drawing.Point(10, 65) Me.ucrChkMeans.Name = "ucrChkMeans" + Me.ucrChkMeans.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMeans.TabIndex = 2 ' 'ucrChkSignifStars ' + Me.ucrChkSignifStars.AutoSize = True Me.ucrChkSignifStars.Checked = False - resources.ApplyResources(Me.ucrChkSignifStars, "ucrChkSignifStars") + Me.ucrChkSignifStars.Location = New System.Drawing.Point(10, 19) Me.ucrChkSignifStars.Name = "ucrChkSignifStars" + Me.ucrChkSignifStars.Size = New System.Drawing.Size(143, 23) + Me.ucrChkSignifStars.TabIndex = 0 ' 'ucrChkSignifLevel ' + Me.ucrChkSignifLevel.AutoSize = True Me.ucrChkSignifLevel.Checked = False - resources.ApplyResources(Me.ucrChkSignifLevel, "ucrChkSignifLevel") + Me.ucrChkSignifLevel.Location = New System.Drawing.Point(10, 42) Me.ucrChkSignifLevel.Name = "ucrChkSignifLevel" + Me.ucrChkSignifLevel.Size = New System.Drawing.Size(143, 23) + Me.ucrChkSignifLevel.TabIndex = 1 ' 'sdgDescribeDisplay ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(262, 222) Me.Controls.Add(Me.grpFrequenciesOptions) Me.Controls.Add(Me.grpAnovaOptions) Me.Controls.Add(Me.ucrButtonsDescribeDisplay) @@ -132,10 +163,15 @@ Partial Class sdgDescribeDisplay Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgDescribeDisplay" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Describe_Display_Options" + Me.Text = "Describe Display Options" Me.grpFrequenciesOptions.ResumeLayout(False) + Me.grpFrequenciesOptions.PerformLayout() Me.grpAnovaOptions.ResumeLayout(False) + Me.grpAnovaOptions.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgDescribeDisplay.resx b/instat/sdgDescribeDisplay.resx index 07d3deae527..29dcb1b3a35 100644 --- a/instat/sdgDescribeDisplay.resx +++ b/instat/sdgDescribeDisplay.resx @@ -117,247 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 50, 191 - - - 156, 30 - - - - 2 - - - ucrButtonsDescribeDisplay - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 18 - - - 100, 20 - - - 0 - - - ucrChkAddMargins - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFrequenciesOptions - - - 0 - - - 127, 18 - - - 97, 20 - - - 1 - - - ucrChkTranspose - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFrequenciesOptions - - - 1 - - - 10, 40 - - - 100, 20 - - - 2 - - - ucrChkProportions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFrequenciesOptions - - - 2 - - - 127, 40 - - - 97, 20 - - - 3 - - - ucrChkPercentages - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFrequenciesOptions - - - 3 - - - 10, 10 - - - 243, 68 - - - 0 - - - Frequencies Options - - - grpFrequenciesOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 65 - - - 100, 20 - - - 2 - - - ucrChkMeans - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnovaOptions - - - 0 - - - 10, 19 - - - 143, 20 - - - 0 - - - ucrChkSignifStars - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnovaOptions - - - 1 - - - 10, 42 - - - 143, 20 - - - 1 - - - ucrChkSignifLevel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnovaOptions - - - 2 - - - 10, 84 - - - 243, 91 - - - 1 - - - Anova Options - - - grpAnovaOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 262, 222 - - - - CenterParent - - - Describe Display Options - - - sdgDescribeDisplay - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgDescribeTwoVarGraph.Designer.vb b/instat/sdgDescribeTwoVarGraph.Designer.vb index 5d84dbf425e..8fe49f69e97 100644 --- a/instat/sdgDescribeTwoVarGraph.Designer.vb +++ b/instat/sdgDescribeTwoVarGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgDescribeTwoVarGraph 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgDescribeTwoVarGraph)) Me.UcrButtonsSubdialogue1 = New instat.ucrButtonsSubdialogue() Me.ucrNumericByNumeric = New instat.ucrInputComboBox() Me.lblNumericByNumeric = New System.Windows.Forms.Label() @@ -52,69 +51,102 @@ Partial Class sdgDescribeTwoVarGraph ' 'UcrButtonsSubdialogue1 ' - resources.ApplyResources(Me.UcrButtonsSubdialogue1, "UcrButtonsSubdialogue1") + Me.UcrButtonsSubdialogue1.AutoSize = True + Me.UcrButtonsSubdialogue1.Location = New System.Drawing.Point(66, 143) Me.UcrButtonsSubdialogue1.Name = "UcrButtonsSubdialogue1" + Me.UcrButtonsSubdialogue1.Size = New System.Drawing.Size(224, 30) + Me.UcrButtonsSubdialogue1.TabIndex = 8 ' 'ucrNumericByNumeric ' Me.ucrNumericByNumeric.AddQuotesIfUnrecognised = True + Me.ucrNumericByNumeric.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrNumericByNumeric.GetSetSelectedIndex = -1 Me.ucrNumericByNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrNumericByNumeric, "ucrNumericByNumeric") + Me.ucrNumericByNumeric.Location = New System.Drawing.Point(148, 11) Me.ucrNumericByNumeric.Name = "ucrNumericByNumeric" + Me.ucrNumericByNumeric.Size = New System.Drawing.Size(144, 21) + Me.ucrNumericByNumeric.TabIndex = 1 ' 'lblNumericByNumeric ' - resources.ApplyResources(Me.lblNumericByNumeric, "lblNumericByNumeric") + Me.lblNumericByNumeric.AutoSize = True + Me.lblNumericByNumeric.Location = New System.Drawing.Point(9, 15) Me.lblNumericByNumeric.Name = "lblNumericByNumeric" + Me.lblNumericByNumeric.Size = New System.Drawing.Size(105, 13) + Me.lblNumericByNumeric.TabIndex = 0 Me.lblNumericByNumeric.Tag = "Numeric_by_Numeric:" + Me.lblNumericByNumeric.Text = "Numeric by Numeric:" ' 'lblNumericByCategorical ' - resources.ApplyResources(Me.lblNumericByCategorical, "lblNumericByCategorical") + Me.lblNumericByCategorical.AutoSize = True + Me.lblNumericByCategorical.Location = New System.Drawing.Point(9, 47) Me.lblNumericByCategorical.Name = "lblNumericByCategorical" + Me.lblNumericByCategorical.Size = New System.Drawing.Size(119, 13) + Me.lblNumericByCategorical.TabIndex = 2 Me.lblNumericByCategorical.Tag = "Numeric_by_Categorical:" + Me.lblNumericByCategorical.Text = "Numeric by Categorical:" ' 'ucrNumericByCategorical ' Me.ucrNumericByCategorical.AddQuotesIfUnrecognised = True + Me.ucrNumericByCategorical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrNumericByCategorical.GetSetSelectedIndex = -1 Me.ucrNumericByCategorical.IsReadOnly = False - resources.ApplyResources(Me.ucrNumericByCategorical, "ucrNumericByCategorical") + Me.ucrNumericByCategorical.Location = New System.Drawing.Point(148, 43) Me.ucrNumericByCategorical.Name = "ucrNumericByCategorical" + Me.ucrNumericByCategorical.Size = New System.Drawing.Size(144, 21) + Me.ucrNumericByCategorical.TabIndex = 3 ' 'lblCategoricalByCategorical ' - resources.ApplyResources(Me.lblCategoricalByCategorical, "lblCategoricalByCategorical") + Me.lblCategoricalByCategorical.AutoSize = True + Me.lblCategoricalByCategorical.Location = New System.Drawing.Point(9, 111) Me.lblCategoricalByCategorical.Name = "lblCategoricalByCategorical" + Me.lblCategoricalByCategorical.Size = New System.Drawing.Size(133, 13) + Me.lblCategoricalByCategorical.TabIndex = 6 Me.lblCategoricalByCategorical.Tag = "Categorical_by_Categorical:" + Me.lblCategoricalByCategorical.Text = "Categorical by Categorical:" ' 'ucrCategoricalByCategorical ' Me.ucrCategoricalByCategorical.AddQuotesIfUnrecognised = True + Me.ucrCategoricalByCategorical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrCategoricalByCategorical.GetSetSelectedIndex = -1 Me.ucrCategoricalByCategorical.IsReadOnly = False - resources.ApplyResources(Me.ucrCategoricalByCategorical, "ucrCategoricalByCategorical") + Me.ucrCategoricalByCategorical.Location = New System.Drawing.Point(148, 107) Me.ucrCategoricalByCategorical.Name = "ucrCategoricalByCategorical" + Me.ucrCategoricalByCategorical.Size = New System.Drawing.Size(144, 21) + Me.ucrCategoricalByCategorical.TabIndex = 7 ' 'lblCategoricalByNumeric ' - resources.ApplyResources(Me.lblCategoricalByNumeric, "lblCategoricalByNumeric") + Me.lblCategoricalByNumeric.AutoSize = True + Me.lblCategoricalByNumeric.Location = New System.Drawing.Point(9, 79) Me.lblCategoricalByNumeric.Name = "lblCategoricalByNumeric" + Me.lblCategoricalByNumeric.Size = New System.Drawing.Size(119, 13) + Me.lblCategoricalByNumeric.TabIndex = 4 Me.lblCategoricalByNumeric.Tag = "Categorical_by_Numeric:" + Me.lblCategoricalByNumeric.Text = "Categorical by Numeric:" ' 'ucrCategoricalByNumeric ' Me.ucrCategoricalByNumeric.AddQuotesIfUnrecognised = True + Me.ucrCategoricalByNumeric.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrCategoricalByNumeric.GetSetSelectedIndex = -1 Me.ucrCategoricalByNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrCategoricalByNumeric, "ucrCategoricalByNumeric") + Me.ucrCategoricalByNumeric.Location = New System.Drawing.Point(148, 75) Me.ucrCategoricalByNumeric.Name = "ucrCategoricalByNumeric" + Me.ucrCategoricalByNumeric.Size = New System.Drawing.Size(144, 21) + Me.ucrCategoricalByNumeric.TabIndex = 5 ' 'sdgDescribeTwoVarGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(302, 177) Me.Controls.Add(Me.lblCategoricalByCategorical) Me.Controls.Add(Me.ucrCategoricalByCategorical) Me.Controls.Add(Me.lblCategoricalByNumeric) @@ -128,6 +160,8 @@ Partial Class sdgDescribeTwoVarGraph Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgDescribeTwoVarGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Two Variable Graph" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgDescribeTwoVarGraph.resx b/instat/sdgDescribeTwoVarGraph.resx index b0b7b9663c0..29dcb1b3a35 100644 --- a/instat/sdgDescribeTwoVarGraph.resx +++ b/instat/sdgDescribeTwoVarGraph.resx @@ -117,244 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 66, 143 - - - 155, 30 - - - - 8 - - - UcrButtonsSubdialogue1 - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 148, 11 - - - 144, 21 - - - 1 - - - ucrNumericByNumeric - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 9, 15 - - - 105, 13 - - - 0 - - - Numeric by Numeric: - - - lblNumericByNumeric - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 9, 47 - - - 119, 13 - - - 2 - - - Numeric by Categorical: - - - lblNumericByCategorical - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 148, 43 - - - 144, 21 - - - 3 - - - ucrNumericByCategorical - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 9, 111 - - - 133, 13 - - - 6 - - - Categorical by Categorical: - - - lblCategoricalByCategorical - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 148, 107 - - - 144, 21 - - - 7 - - - ucrCategoricalByCategorical - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 9, 79 - - - 119, 13 - - - 4 - - - Categorical by Numeric: - - - lblCategoricalByNumeric - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 148, 75 - - - 144, 21 - - - 5 - - - ucrCategoricalByNumeric - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 302, 177 - - - - CenterParent - - - Two Variable Graph - - - sdgDescribeTwoVarGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgDistributionOptions.Designer.vb b/instat/sdgDistributionOptions.Designer.vb index d5311232cd9..db4a1a9c3c4 100644 --- a/instat/sdgDistributionOptions.Designer.vb +++ b/instat/sdgDistributionOptions.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgDistributionOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgDistributionOptions)) Me.ucrBase = New instat.ucrButtonsSubdialogue() Me.tbpPlotsOptions = New System.Windows.Forms.TabControl() Me.tbpTitles = New System.Windows.Forms.TabPage() @@ -59,8 +58,11 @@ Partial Class sdgDistributionOptions ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(60, 155) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 0 ' 'tbpPlotsOptions ' @@ -68,9 +70,11 @@ Partial Class sdgDistributionOptions Me.tbpPlotsOptions.Controls.Add(Me.tbpXAxis) Me.tbpPlotsOptions.Controls.Add(Me.tbpYAxis) Me.tbpPlotsOptions.Controls.Add(Me.tbpTheme) - resources.ApplyResources(Me.tbpPlotsOptions, "tbpPlotsOptions") + Me.tbpPlotsOptions.Location = New System.Drawing.Point(1, 5) Me.tbpPlotsOptions.Name = "tbpPlotsOptions" Me.tbpPlotsOptions.SelectedIndex = 0 + Me.tbpPlotsOptions.Size = New System.Drawing.Size(270, 135) + Me.tbpPlotsOptions.TabIndex = 1 ' 'tbpTitles ' @@ -80,49 +84,77 @@ Partial Class sdgDistributionOptions Me.tbpTitles.Controls.Add(Me.ucrInputGraphSubTitle) Me.tbpTitles.Controls.Add(Me.lblCaption) Me.tbpTitles.Controls.Add(Me.ucrInputGraphCaption) - resources.ApplyResources(Me.tbpTitles, "tbpTitles") + Me.tbpTitles.Location = New System.Drawing.Point(4, 22) Me.tbpTitles.Name = "tbpTitles" + Me.tbpTitles.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTitles.Size = New System.Drawing.Size(262, 109) + Me.tbpTitles.TabIndex = 2 Me.tbpTitles.Tag = "Titles" + Me.tbpTitles.Text = "Titles" Me.tbpTitles.UseVisualStyleBackColor = True ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(7, 13) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(30, 13) + Me.Label1.TabIndex = 10 + Me.Label1.Text = "Title:" ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(66, 9) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphTitle.TabIndex = 9 ' 'lblSubTitle ' - resources.ApplyResources(Me.lblSubTitle, "lblSubTitle") + Me.lblSubTitle.AutoSize = True + Me.lblSubTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitle.Location = New System.Drawing.Point(7, 39) Me.lblSubTitle.Name = "lblSubTitle" + Me.lblSubTitle.Size = New System.Drawing.Size(52, 13) + Me.lblSubTitle.TabIndex = 10 + Me.lblSubTitle.Text = "Sub Title:" ' 'ucrInputGraphSubTitle ' Me.ucrInputGraphSubTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphSubTitle.AutoSize = True Me.ucrInputGraphSubTitle.IsMultiline = False Me.ucrInputGraphSubTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphSubTitle, "ucrInputGraphSubTitle") + Me.ucrInputGraphSubTitle.Location = New System.Drawing.Point(66, 35) Me.ucrInputGraphSubTitle.Name = "ucrInputGraphSubTitle" + Me.ucrInputGraphSubTitle.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphSubTitle.TabIndex = 9 ' 'lblCaption ' - resources.ApplyResources(Me.lblCaption, "lblCaption") + Me.lblCaption.AutoSize = True + Me.lblCaption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaption.Location = New System.Drawing.Point(7, 68) Me.lblCaption.Name = "lblCaption" + Me.lblCaption.Size = New System.Drawing.Size(46, 13) + Me.lblCaption.TabIndex = 10 + Me.lblCaption.Text = "Caption:" ' 'ucrInputGraphCaption ' Me.ucrInputGraphCaption.AddQuotesIfUnrecognised = True + Me.ucrInputGraphCaption.AutoSize = True Me.ucrInputGraphCaption.IsMultiline = False Me.ucrInputGraphCaption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphCaption, "ucrInputGraphCaption") + Me.ucrInputGraphCaption.Location = New System.Drawing.Point(66, 64) Me.ucrInputGraphCaption.Name = "ucrInputGraphCaption" + Me.ucrInputGraphCaption.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphCaption.TabIndex = 9 ' 'tbpXAxis ' @@ -132,48 +164,78 @@ Partial Class sdgDistributionOptions Me.tbpXAxis.Controls.Add(Me.rdoXAxisAuto) Me.tbpXAxis.Controls.Add(Me.ucrInputXAxisLabel) Me.tbpXAxis.Controls.Add(Me.ucrPnlXAxis) - resources.ApplyResources(Me.tbpXAxis, "tbpXAxis") + Me.tbpXAxis.Location = New System.Drawing.Point(4, 22) Me.tbpXAxis.Name = "tbpXAxis" + Me.tbpXAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbpXAxis.Size = New System.Drawing.Size(262, 109) + Me.tbpXAxis.TabIndex = 5 + Me.tbpXAxis.Text = "X-Axis" Me.tbpXAxis.UseVisualStyleBackColor = True ' 'lblXAxisTitle ' - resources.ApplyResources(Me.lblXAxisTitle, "lblXAxisTitle") + Me.lblXAxisTitle.AutoSize = True + Me.lblXAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXAxisTitle.Location = New System.Drawing.Point(5, 41) Me.lblXAxisTitle.Name = "lblXAxisTitle" + Me.lblXAxisTitle.Size = New System.Drawing.Size(30, 13) + Me.lblXAxisTitle.TabIndex = 26 + Me.lblXAxisTitle.Text = "Title:" ' 'rdoXAxisSpecifyTitle ' - resources.ApplyResources(Me.rdoXAxisSpecifyTitle, "rdoXAxisSpecifyTitle") + Me.rdoXAxisSpecifyTitle.AutoSize = True + Me.rdoXAxisSpecifyTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoXAxisSpecifyTitle.Location = New System.Drawing.Point(58, 11) Me.rdoXAxisSpecifyTitle.Name = "rdoXAxisSpecifyTitle" + Me.rdoXAxisSpecifyTitle.Size = New System.Drawing.Size(83, 17) + Me.rdoXAxisSpecifyTitle.TabIndex = 23 Me.rdoXAxisSpecifyTitle.TabStop = True + Me.rdoXAxisSpecifyTitle.Text = "Specify Title" Me.rdoXAxisSpecifyTitle.UseVisualStyleBackColor = True ' 'rdoXAxisNoTitle ' - resources.ApplyResources(Me.rdoXAxisNoTitle, "rdoXAxisNoTitle") + Me.rdoXAxisNoTitle.AutoSize = True + Me.rdoXAxisNoTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoXAxisNoTitle.Location = New System.Drawing.Point(152, 11) Me.rdoXAxisNoTitle.Name = "rdoXAxisNoTitle" + Me.rdoXAxisNoTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoXAxisNoTitle.TabIndex = 24 Me.rdoXAxisNoTitle.TabStop = True + Me.rdoXAxisNoTitle.Text = "No Title" Me.rdoXAxisNoTitle.UseVisualStyleBackColor = True ' 'rdoXAxisAuto ' - resources.ApplyResources(Me.rdoXAxisAuto, "rdoXAxisAuto") + Me.rdoXAxisAuto.AutoSize = True + Me.rdoXAxisAuto.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoXAxisAuto.Location = New System.Drawing.Point(5, 11) Me.rdoXAxisAuto.Name = "rdoXAxisAuto" + Me.rdoXAxisAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoXAxisAuto.TabIndex = 22 Me.rdoXAxisAuto.TabStop = True + Me.rdoXAxisAuto.Text = "Auto" Me.rdoXAxisAuto.UseVisualStyleBackColor = True ' 'ucrInputXAxisLabel ' Me.ucrInputXAxisLabel.AddQuotesIfUnrecognised = True + Me.ucrInputXAxisLabel.AutoSize = True Me.ucrInputXAxisLabel.IsMultiline = False Me.ucrInputXAxisLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXAxisLabel, "ucrInputXAxisLabel") + Me.ucrInputXAxisLabel.Location = New System.Drawing.Point(38, 37) Me.ucrInputXAxisLabel.Name = "ucrInputXAxisLabel" + Me.ucrInputXAxisLabel.Size = New System.Drawing.Size(131, 21) + Me.ucrInputXAxisLabel.TabIndex = 21 ' 'ucrPnlXAxis ' - resources.ApplyResources(Me.ucrPnlXAxis, "ucrPnlXAxis") + Me.ucrPnlXAxis.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlXAxis.Location = New System.Drawing.Point(3, 8) Me.ucrPnlXAxis.Name = "ucrPnlXAxis" + Me.ucrPnlXAxis.Size = New System.Drawing.Size(209, 23) + Me.ucrPnlXAxis.TabIndex = 25 ' 'tbpYAxis ' @@ -183,87 +245,137 @@ Partial Class sdgDistributionOptions Me.tbpYAxis.Controls.Add(Me.rdoYAxisAuto) Me.tbpYAxis.Controls.Add(Me.ucrInputYAxisLabel) Me.tbpYAxis.Controls.Add(Me.ucrPnlYAxis) - resources.ApplyResources(Me.tbpYAxis, "tbpYAxis") + Me.tbpYAxis.Location = New System.Drawing.Point(4, 22) Me.tbpYAxis.Name = "tbpYAxis" + Me.tbpYAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbpYAxis.Size = New System.Drawing.Size(262, 109) + Me.tbpYAxis.TabIndex = 6 + Me.tbpYAxis.Text = "Y-Axis" Me.tbpYAxis.UseVisualStyleBackColor = True ' 'lblYAxisTitle ' - resources.ApplyResources(Me.lblYAxisTitle, "lblYAxisTitle") + Me.lblYAxisTitle.AutoSize = True + Me.lblYAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYAxisTitle.Location = New System.Drawing.Point(6, 44) Me.lblYAxisTitle.Name = "lblYAxisTitle" + Me.lblYAxisTitle.Size = New System.Drawing.Size(30, 13) + Me.lblYAxisTitle.TabIndex = 26 + Me.lblYAxisTitle.Text = "Title:" ' 'rdoYAxisSpecifyTitle ' - resources.ApplyResources(Me.rdoYAxisSpecifyTitle, "rdoYAxisSpecifyTitle") + Me.rdoYAxisSpecifyTitle.AutoSize = True + Me.rdoYAxisSpecifyTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYAxisSpecifyTitle.Location = New System.Drawing.Point(59, 14) Me.rdoYAxisSpecifyTitle.Name = "rdoYAxisSpecifyTitle" + Me.rdoYAxisSpecifyTitle.Size = New System.Drawing.Size(83, 17) + Me.rdoYAxisSpecifyTitle.TabIndex = 23 Me.rdoYAxisSpecifyTitle.TabStop = True + Me.rdoYAxisSpecifyTitle.Text = "Specify Title" Me.rdoYAxisSpecifyTitle.UseVisualStyleBackColor = True ' 'rdoYAxisNoTitle ' - resources.ApplyResources(Me.rdoYAxisNoTitle, "rdoYAxisNoTitle") + Me.rdoYAxisNoTitle.AutoSize = True + Me.rdoYAxisNoTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYAxisNoTitle.Location = New System.Drawing.Point(153, 14) Me.rdoYAxisNoTitle.Name = "rdoYAxisNoTitle" + Me.rdoYAxisNoTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoYAxisNoTitle.TabIndex = 24 Me.rdoYAxisNoTitle.TabStop = True + Me.rdoYAxisNoTitle.Text = "No Title" Me.rdoYAxisNoTitle.UseVisualStyleBackColor = True ' 'rdoYAxisAuto ' - resources.ApplyResources(Me.rdoYAxisAuto, "rdoYAxisAuto") + Me.rdoYAxisAuto.AutoSize = True + Me.rdoYAxisAuto.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYAxisAuto.Location = New System.Drawing.Point(6, 14) Me.rdoYAxisAuto.Name = "rdoYAxisAuto" + Me.rdoYAxisAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoYAxisAuto.TabIndex = 22 Me.rdoYAxisAuto.TabStop = True + Me.rdoYAxisAuto.Text = "Auto" Me.rdoYAxisAuto.UseVisualStyleBackColor = True ' 'ucrInputYAxisLabel ' Me.ucrInputYAxisLabel.AddQuotesIfUnrecognised = True + Me.ucrInputYAxisLabel.AutoSize = True Me.ucrInputYAxisLabel.IsMultiline = False Me.ucrInputYAxisLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYAxisLabel, "ucrInputYAxisLabel") + Me.ucrInputYAxisLabel.Location = New System.Drawing.Point(40, 40) Me.ucrInputYAxisLabel.Name = "ucrInputYAxisLabel" + Me.ucrInputYAxisLabel.Size = New System.Drawing.Size(134, 21) + Me.ucrInputYAxisLabel.TabIndex = 21 ' 'ucrPnlYAxis ' - resources.ApplyResources(Me.ucrPnlYAxis, "ucrPnlYAxis") + Me.ucrPnlYAxis.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlYAxis.Location = New System.Drawing.Point(4, 11) Me.ucrPnlYAxis.Name = "ucrPnlYAxis" + Me.ucrPnlYAxis.Size = New System.Drawing.Size(209, 23) + Me.ucrPnlYAxis.TabIndex = 25 ' 'tbpTheme ' Me.tbpTheme.Controls.Add(Me.lblSelectTheme) Me.tbpTheme.Controls.Add(Me.ucrInputThemes) Me.tbpTheme.Controls.Add(Me.lblFont) - resources.ApplyResources(Me.tbpTheme, "tbpTheme") + Me.tbpTheme.Location = New System.Drawing.Point(4, 22) Me.tbpTheme.Name = "tbpTheme" + Me.tbpTheme.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTheme.Size = New System.Drawing.Size(262, 109) + Me.tbpTheme.TabIndex = 1 Me.tbpTheme.Tag = "Theme" + Me.tbpTheme.Text = "Themes" Me.tbpTheme.UseVisualStyleBackColor = True ' 'lblSelectTheme ' - resources.ApplyResources(Me.lblSelectTheme, "lblSelectTheme") + Me.lblSelectTheme.AutoSize = True + Me.lblSelectTheme.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectTheme.Location = New System.Drawing.Point(3, 19) Me.lblSelectTheme.Name = "lblSelectTheme" + Me.lblSelectTheme.Size = New System.Drawing.Size(76, 13) + Me.lblSelectTheme.TabIndex = 110 + Me.lblSelectTheme.Text = "Select Theme:" ' 'ucrInputThemes ' Me.ucrInputThemes.AddQuotesIfUnrecognised = True + Me.ucrInputThemes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputThemes.GetSetSelectedIndex = -1 Me.ucrInputThemes.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThemes, "ucrInputThemes") + Me.ucrInputThemes.Location = New System.Drawing.Point(83, 15) Me.ucrInputThemes.Name = "ucrInputThemes" + Me.ucrInputThemes.Size = New System.Drawing.Size(128, 21) + Me.ucrInputThemes.TabIndex = 109 ' 'lblFont ' - resources.ApplyResources(Me.lblFont, "lblFont") + Me.lblFont.AutoSize = True + Me.lblFont.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFont.Location = New System.Drawing.Point(233, 49) Me.lblFont.Name = "lblFont" + Me.lblFont.Size = New System.Drawing.Size(0, 13) + Me.lblFont.TabIndex = 4 ' 'sdgDistributionOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(283, 188) Me.Controls.Add(Me.tbpPlotsOptions) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgDistributionOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Distribution Options" Me.tbpPlotsOptions.ResumeLayout(False) Me.tbpTitles.ResumeLayout(False) Me.tbpTitles.PerformLayout() @@ -274,6 +386,7 @@ Partial Class sdgDistributionOptions Me.tbpTheme.ResumeLayout(False) Me.tbpTheme.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgDistributionOptions.resx b/instat/sdgDistributionOptions.resx index 9128f067b53..1af7de150c9 100644 --- a/instat/sdgDistributionOptions.resx +++ b/instat/sdgDistributionOptions.resx @@ -117,736 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 60, 155 - - - 156, 30 - - - - 0 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - - NoControl - - - 7, 13 - - - 30, 13 - - - 10 - - - Title: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 0 - - - 66, 9 - - - 166, 21 - - - 9 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 1 - - - True - - - NoControl - - - 7, 39 - - - 52, 13 - - - 10 - - - Sub Title: - - - lblSubTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 2 - - - 66, 35 - - - 166, 21 - - - 9 - - - ucrInputGraphSubTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 3 - - - True - - - NoControl - - - 7, 68 - - - 46, 13 - - - 10 - - - Caption: - - - lblCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 4 - - - 66, 64 - - - 166, 21 - - - 9 - - - ucrInputGraphCaption - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 262, 109 - - - 2 - - - Titles - - - tbpTitles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 0 - - - True - - - NoControl - - - 5, 41 - - - 30, 13 - - - 26 - - - Title: - - - lblXAxisTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpXAxis - - - 0 - - - True - - - NoControl - - - 58, 11 - - - 83, 17 - - - 23 - - - Specify Title - - - rdoXAxisSpecifyTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpXAxis - - - 1 - - - True - - - NoControl - - - 152, 11 - - - 62, 17 - - - 24 - - - No Title - - - rdoXAxisNoTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpXAxis - - - 2 - - - True - - - NoControl - - - 5, 11 - - - 47, 17 - - - 22 - - - Auto - - - rdoXAxisAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpXAxis - - - 3 - - - 38, 37 - - - 131, 21 - - - 21 - - - ucrInputXAxisLabel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpXAxis - - - 4 - - - 3, 8 - - - 209, 23 - - - 25 - - - ucrPnlXAxis - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpXAxis - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 262, 109 - - - 5 - - - X-Axis - - - tbpXAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 1 - - - True - - - NoControl - - - 6, 44 - - - 30, 13 - - - 26 - - - Title: - - - lblYAxisTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpYAxis - - - 0 - - - True - - - NoControl - - - 59, 14 - - - 83, 17 - - - 23 - - - Specify Title - - - rdoYAxisSpecifyTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpYAxis - - - 1 - - - True - - - NoControl - - - 153, 14 - - - 62, 17 - - - 24 - - - No Title - - - rdoYAxisNoTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpYAxis - - - 2 - - - True - - - NoControl - - - 6, 14 - - - 47, 17 - - - 22 - - - Auto - - - rdoYAxisAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpYAxis - - - 3 - - - 40, 40 - - - 134, 21 - - - 21 - - - ucrInputYAxisLabel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpYAxis - - - 4 - - - 4, 11 - - - 209, 23 - - - 25 - - - ucrPnlYAxis - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpYAxis - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 262, 109 - - - 6 - - - Y-Axis - - - tbpYAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 2 - - - True - - - NoControl - - - 3, 19 - - - 76, 13 - - - 110 - - - Select Theme: - - - lblSelectTheme - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 0 - - - 83, 15 - - - 128, 21 - - - 109 - - - ucrInputThemes - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTheme - - - 1 - - - True - - - NoControl - - - 233, 49 - - - 0, 13 - - - 4 - - - lblFont - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 262, 109 - - - 1 - - - Themes - - - tbpTheme - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 3 - - - 1, 5 - - - 270, 135 - - - 1 - - - tbpPlotsOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 283, 188 - - - CenterScreen - - - Distribution Options - - - sdgDistributionOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgDoyRange.Designer.vb b/instat/sdgDoyRange.Designer.vb index 9336a24775e..b03e7bf963a 100644 --- a/instat/sdgDoyRange.Designer.vb +++ b/instat/sdgDoyRange.Designer.vb @@ -82,6 +82,7 @@ Partial Class sdgDoyRange ' 'ucrReceiverFrom ' + Me.ucrReceiverFrom.AutoSize = True Me.ucrReceiverFrom.frmParent = Me Me.ucrReceiverFrom.Location = New System.Drawing.Point(36, 68) Me.ucrReceiverFrom.Margin = New System.Windows.Forms.Padding(0) @@ -94,13 +95,15 @@ Partial Class sdgDoyRange ' 'ucrDoyFrom ' + Me.ucrDoyFrom.AutoSize = True Me.ucrDoyFrom.Location = New System.Drawing.Point(36, 67) Me.ucrDoyFrom.Name = "ucrDoyFrom" - Me.ucrDoyFrom.Size = New System.Drawing.Size(209, 21) + Me.ucrDoyFrom.Size = New System.Drawing.Size(209, 24) Me.ucrDoyFrom.TabIndex = 5 ' 'ucrPnlFrom ' + Me.ucrPnlFrom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlFrom.Location = New System.Drawing.Point(28, 17) Me.ucrPnlFrom.Name = "ucrPnlFrom" Me.ucrPnlFrom.Size = New System.Drawing.Size(186, 36) @@ -136,6 +139,7 @@ Partial Class sdgDoyRange ' 'ucrNudToDiff ' + Me.ucrNudToDiff.AutoSize = True Me.ucrNudToDiff.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudToDiff.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudToDiff.Location = New System.Drawing.Point(50, 68) @@ -169,6 +173,7 @@ Partial Class sdgDoyRange ' 'ucrReceiverTo ' + Me.ucrReceiverTo.AutoSize = True Me.ucrReceiverTo.frmParent = Me Me.ucrReceiverTo.Location = New System.Drawing.Point(14, 67) Me.ucrReceiverTo.Margin = New System.Windows.Forms.Padding(0) @@ -181,9 +186,10 @@ Partial Class sdgDoyRange ' 'ucrDoyTo ' + Me.ucrDoyTo.AutoSize = True Me.ucrDoyTo.Location = New System.Drawing.Point(16, 67) Me.ucrDoyTo.Name = "ucrDoyTo" - Me.ucrDoyTo.Size = New System.Drawing.Size(209, 21) + Me.ucrDoyTo.Size = New System.Drawing.Size(209, 24) Me.ucrDoyTo.TabIndex = 5 ' 'rdoToVariable @@ -210,6 +216,7 @@ Partial Class sdgDoyRange ' 'ucrPnlTo ' + Me.ucrPnlTo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlTo.Location = New System.Drawing.Point(6, 17) Me.ucrPnlTo.Name = "ucrPnlTo" Me.ucrPnlTo.Size = New System.Drawing.Size(295, 36) @@ -217,26 +224,28 @@ Partial Class sdgDoyRange ' 'ucrSelectorDoy ' + Me.ucrSelectorDoy.AutoSize = True Me.ucrSelectorDoy.bDropUnusedFilterLevels = False Me.ucrSelectorDoy.bShowHiddenColumns = False Me.ucrSelectorDoy.bUseCurrentFilter = True Me.ucrSelectorDoy.Location = New System.Drawing.Point(10, 9) Me.ucrSelectorDoy.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDoy.Name = "ucrSelectorDoy" - Me.ucrSelectorDoy.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorDoy.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorDoy.TabIndex = 0 ' 'ucrBaseSub ' + Me.ucrBaseSub.AutoSize = True Me.ucrBaseSub.Location = New System.Drawing.Point(213, 324) Me.ucrBaseSub.Name = "ucrBaseSub" - Me.ucrBaseSub.Size = New System.Drawing.Size(156, 30) + Me.ucrBaseSub.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSub.TabIndex = 3 ' 'sdgDoyRange ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(587, 357) Me.Controls.Add(Me.grpTo) @@ -254,6 +263,7 @@ Partial Class sdgDoyRange Me.grpTo.ResumeLayout(False) Me.grpTo.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgExportToWWR.Designer.vb b/instat/sdgExportToWWR.Designer.vb index 4bf516b1aba..1a51777391e 100644 --- a/instat/sdgExportToWWR.Designer.vb +++ b/instat/sdgExportToWWR.Designer.vb @@ -107,13 +107,15 @@ Partial Class sdgExportToWWR ' 'ucrButtonsSdg ' + Me.ucrButtonsSdg.AutoSize = True Me.ucrButtonsSdg.Location = New System.Drawing.Point(113, 371) Me.ucrButtonsSdg.Name = "ucrButtonsSdg" - Me.ucrButtonsSdg.Size = New System.Drawing.Size(154, 30) + Me.ucrButtonsSdg.Size = New System.Drawing.Size(224, 30) Me.ucrButtonsSdg.TabIndex = 17 ' 'ucrReceiverStationHeight ' + Me.ucrReceiverStationHeight.AutoSize = True Me.ucrReceiverStationHeight.frmParent = Me Me.ucrReceiverStationHeight.Location = New System.Drawing.Point(248, 252) Me.ucrReceiverStationHeight.Margin = New System.Windows.Forms.Padding(0) @@ -126,6 +128,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverBarometerHeight ' + Me.ucrReceiverBarometerHeight.AutoSize = True Me.ucrReceiverBarometerHeight.frmParent = Me Me.ucrReceiverBarometerHeight.Location = New System.Drawing.Point(248, 292) Me.ucrReceiverBarometerHeight.Margin = New System.Windows.Forms.Padding(0) @@ -138,6 +141,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverCountry ' + Me.ucrReceiverCountry.AutoSize = True Me.ucrReceiverCountry.frmParent = Me Me.ucrReceiverCountry.Location = New System.Drawing.Point(248, 132) Me.ucrReceiverCountry.Margin = New System.Windows.Forms.Padding(0) @@ -150,6 +154,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me Me.ucrReceiverLatitude.Location = New System.Drawing.Point(248, 172) Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) @@ -162,6 +167,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me Me.ucrReceiverLongitude.Location = New System.Drawing.Point(248, 212) Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) @@ -174,6 +180,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverStationName ' + Me.ucrReceiverStationName.AutoSize = True Me.ucrReceiverStationName.frmParent = Me Me.ucrReceiverStationName.Location = New System.Drawing.Point(248, 52) Me.ucrReceiverStationName.Margin = New System.Windows.Forms.Padding(0) @@ -186,6 +193,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverWMONumber ' + Me.ucrReceiverWMONumber.AutoSize = True Me.ucrReceiverWMONumber.frmParent = Me Me.ucrReceiverWMONumber.Location = New System.Drawing.Point(248, 92) Me.ucrReceiverWMONumber.Margin = New System.Windows.Forms.Padding(0) @@ -198,13 +206,14 @@ Partial Class sdgExportToWWR ' 'ucrSelectorStationMetadata ' + Me.ucrSelectorStationMetadata.AutoSize = True Me.ucrSelectorStationMetadata.bDropUnusedFilterLevels = False Me.ucrSelectorStationMetadata.bShowHiddenColumns = False Me.ucrSelectorStationMetadata.bUseCurrentFilter = True Me.ucrSelectorStationMetadata.Location = New System.Drawing.Point(12, 20) Me.ucrSelectorStationMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStationMetadata.Name = "ucrSelectorStationMetadata" - Me.ucrSelectorStationMetadata.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorStationMetadata.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorStationMetadata.TabIndex = 0 ' 'lblWIGOSIdentifier @@ -218,6 +227,7 @@ Partial Class sdgExportToWWR ' 'ucrReceiverWIGOSIdentifier ' + Me.ucrReceiverWIGOSIdentifier.AutoSize = True Me.ucrReceiverWIGOSIdentifier.frmParent = Me Me.ucrReceiverWIGOSIdentifier.Location = New System.Drawing.Point(248, 334) Me.ucrReceiverWIGOSIdentifier.Margin = New System.Windows.Forms.Padding(0) @@ -230,8 +240,8 @@ Partial Class sdgExportToWWR ' 'sdgExportToWWR ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(396, 402) Me.Controls.Add(Me.lblWIGOSIdentifier) diff --git a/instat/sdgExtremesDisplayOptions.Designer.vb b/instat/sdgExtremesDisplayOptions.Designer.vb index 4eccea18f4a..7fec0b1e1d8 100644 --- a/instat/sdgExtremesDisplayOptions.Designer.vb +++ b/instat/sdgExtremesDisplayOptions.Designer.vb @@ -171,6 +171,7 @@ Partial Class sdgExtremesDisplayOptions ' 'ucrPnlExtreme ' + Me.ucrPnlExtreme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlExtreme.Location = New System.Drawing.Point(6, 19) Me.ucrPnlExtreme.Name = "ucrPnlExtreme" Me.ucrPnlExtreme.Size = New System.Drawing.Size(239, 117) @@ -178,6 +179,7 @@ Partial Class sdgExtremesDisplayOptions ' 'ucrSavePlots ' + Me.ucrSavePlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSavePlots.Location = New System.Drawing.Point(12, 161) Me.ucrSavePlots.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlots.Name = "ucrSavePlots" @@ -186,15 +188,16 @@ Partial Class sdgExtremesDisplayOptions ' 'ucrBase ' + Me.ucrBase.AutoSize = True Me.ucrBase.Location = New System.Drawing.Point(66, 193) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(157, 30) + Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 2 ' 'sdgExtremesDisplayOptions ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(287, 224) Me.Controls.Add(Me.ucrSavePlots) @@ -209,6 +212,7 @@ Partial Class sdgExtremesDisplayOptions Me.grpPlots.ResumeLayout(False) Me.grpPlots.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgExtremesMethod.Designer.vb b/instat/sdgExtremesMethod.Designer.vb index 808e5a9b114..81cbc23265d 100644 --- a/instat/sdgExtremesMethod.Designer.vb +++ b/instat/sdgExtremesMethod.Designer.vb @@ -80,13 +80,15 @@ Partial Class sdgExtremesMethod ' 'ucrBase ' + Me.ucrBase.AutoSize = True Me.ucrBase.Location = New System.Drawing.Point(39, 124) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(157, 30) + Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 5 ' 'ucrPanelExtreme ' + Me.ucrPanelExtreme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPanelExtreme.Location = New System.Drawing.Point(5, 11) Me.ucrPanelExtreme.Name = "ucrPanelExtreme" Me.ucrPanelExtreme.Size = New System.Drawing.Size(213, 119) @@ -94,8 +96,8 @@ Partial Class sdgExtremesMethod ' 'sdgExtremesMethod ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(230, 160) Me.Controls.Add(Me.ucrBase) diff --git a/instat/sdgFactorDataFrame.Designer.vb b/instat/sdgFactorDataFrame.Designer.vb index 3a9954dc1d3..e6b11b040fd 100644 --- a/instat/sdgFactorDataFrame.Designer.vb +++ b/instat/sdgFactorDataFrame.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgFactorDataFrame 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgFactorDataFrame)) Me.ucrBaseFactorSubdlg = New instat.ucrButtonsSubdialogue() Me.ucrSelectorSubDlgFactorDatafrme = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverLabels = New instat.ucrReceiverSingle() @@ -49,49 +48,74 @@ Partial Class sdgFactorDataFrame ' 'ucrBaseFactorSubdlg ' - resources.ApplyResources(Me.ucrBaseFactorSubdlg, "ucrBaseFactorSubdlg") + Me.ucrBaseFactorSubdlg.AutoSize = True + Me.ucrBaseFactorSubdlg.Location = New System.Drawing.Point(120, 228) Me.ucrBaseFactorSubdlg.Name = "ucrBaseFactorSubdlg" + Me.ucrBaseFactorSubdlg.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseFactorSubdlg.TabIndex = 0 ' 'ucrSelectorSubDlgFactorDatafrme ' + Me.ucrSelectorSubDlgFactorDatafrme.AutoSize = True Me.ucrSelectorSubDlgFactorDatafrme.bDropUnusedFilterLevels = False Me.ucrSelectorSubDlgFactorDatafrme.bShowHiddenColumns = False Me.ucrSelectorSubDlgFactorDatafrme.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSubDlgFactorDatafrme, "ucrSelectorSubDlgFactorDatafrme") + Me.ucrSelectorSubDlgFactorDatafrme.Location = New System.Drawing.Point(9, 9) + Me.ucrSelectorSubDlgFactorDatafrme.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSubDlgFactorDatafrme.Name = "ucrSelectorSubDlgFactorDatafrme" + Me.ucrSelectorSubDlgFactorDatafrme.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorSubDlgFactorDatafrme.TabIndex = 1 ' 'ucrReceiverLabels ' + Me.ucrReceiverLabels.AutoSize = True Me.ucrReceiverLabels.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLabels, "ucrReceiverLabels") + Me.ucrReceiverLabels.Location = New System.Drawing.Point(252, 110) + Me.ucrReceiverLabels.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLabels.Name = "ucrReceiverLabels" Me.ucrReceiverLabels.Selector = Nothing + Me.ucrReceiverLabels.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLabels.strNcFilePath = "" + Me.ucrReceiverLabels.TabIndex = 2 Me.ucrReceiverLabels.ucrSelector = Nothing ' 'ucrReceiverMatchColumn ' + Me.ucrReceiverMatchColumn.AutoSize = True Me.ucrReceiverMatchColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMatchColumn, "ucrReceiverMatchColumn") + Me.ucrReceiverMatchColumn.Location = New System.Drawing.Point(252, 51) + Me.ucrReceiverMatchColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMatchColumn.Name = "ucrReceiverMatchColumn" Me.ucrReceiverMatchColumn.Selector = Nothing + Me.ucrReceiverMatchColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMatchColumn.strNcFilePath = "" + Me.ucrReceiverMatchColumn.TabIndex = 2 Me.ucrReceiverMatchColumn.ucrSelector = Nothing ' 'lblMatchingColumn ' - resources.ApplyResources(Me.lblMatchingColumn, "lblMatchingColumn") + Me.lblMatchingColumn.AutoSize = True + Me.lblMatchingColumn.Location = New System.Drawing.Point(249, 36) Me.lblMatchingColumn.Name = "lblMatchingColumn" + Me.lblMatchingColumn.Size = New System.Drawing.Size(137, 13) + Me.lblMatchingColumn.TabIndex = 3 + Me.lblMatchingColumn.Text = "Matching Column (Optional)" ' 'lbllabel ' - resources.ApplyResources(Me.lbllabel, "lbllabel") + Me.lbllabel.AutoSize = True + Me.lbllabel.Location = New System.Drawing.Point(249, 95) Me.lbllabel.Name = "lbllabel" + Me.lbllabel.Size = New System.Drawing.Size(122, 13) + Me.lbllabel.TabIndex = 3 + Me.lbllabel.Text = "Levels/Labels (Optional)" ' 'sdgFactorDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(399, 261) Me.Controls.Add(Me.lbllabel) Me.Controls.Add(Me.lblMatchingColumn) Me.Controls.Add(Me.ucrReceiverMatchColumn) @@ -102,6 +126,8 @@ Partial Class sdgFactorDataFrame Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgFactorDataFrame" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Use Factor Sheet" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgFactorDataFrame.resx b/instat/sdgFactorDataFrame.resx index 41e80c295ac..29dcb1b3a35 100644 --- a/instat/sdgFactorDataFrame.resx +++ b/instat/sdgFactorDataFrame.resx @@ -117,178 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 120, 228 - - - 157, 30 - - - - 0 - - - ucrBaseFactorSubdlg - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 9, 9 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorSubDlgFactorDatafrme - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 399, 261 - - - True - - - 249, 95 - - - 122, 13 - - - 3 - - - Levels/Labels (Optional) - - - lbllabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 249, 36 - - - 137, 13 - - - 3 - - - Matching Column (Optional) - - - lblMatchingColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 252, 51 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverMatchColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - CenterParent - - - Use Factor Sheet - - - sdgFactorDataFrame - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 110 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverLabels - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/sdgFiltersFromFactor.Designer.vb b/instat/sdgFiltersFromFactor.Designer.vb index 957b7f5c7f0..abeeebe78b1 100644 --- a/instat/sdgFiltersFromFactor.Designer.vb +++ b/instat/sdgFiltersFromFactor.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgFiltersFromFactor 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgFiltersFromFactor)) Me.ucrBase = New instat.ucrButtonsSubdialogue() Me.ucrSelectorFiltersFromFactors = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverFactor = New instat.ucrReceiverSingle() @@ -33,50 +32,72 @@ Partial Class sdgFiltersFromFactor ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(201, 304) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 0 ' 'ucrSelectorFiltersFromFactors ' + Me.ucrSelectorFiltersFromFactors.AutoSize = True Me.ucrSelectorFiltersFromFactors.bDropUnusedFilterLevels = False Me.ucrSelectorFiltersFromFactors.bShowHiddenColumns = False Me.ucrSelectorFiltersFromFactors.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFiltersFromFactors, "ucrSelectorFiltersFromFactors") + Me.ucrSelectorFiltersFromFactors.Location = New System.Drawing.Point(9, 51) + Me.ucrSelectorFiltersFromFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFiltersFromFactors.Name = "ucrSelectorFiltersFromFactors" + Me.ucrSelectorFiltersFromFactors.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFiltersFromFactors.TabIndex = 4 ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(267, 32) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 3 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.Location = New System.Drawing.Point(267, 17) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(57, 13) + Me.lblFactors.TabIndex = 2 + Me.lblFactors.Text = "Factor:" ' 'ucrFactorLevels ' - resources.ApplyResources(Me.ucrFactorLevels, "ucrFactorLevels") + Me.ucrFactorLevels.AutoSize = True Me.ucrFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorLevels.clsReceiver = Nothing + Me.ucrFactorLevels.Location = New System.Drawing.Point(267, 57) Me.ucrFactorLevels.Name = "ucrFactorLevels" Me.ucrFactorLevels.shtCurrSheet = Nothing + Me.ucrFactorLevels.Size = New System.Drawing.Size(270, 208) + Me.ucrFactorLevels.TabIndex = 1 Me.ucrFactorLevels.ucrChkLevels = Nothing ' 'cmdSelectAll ' - resources.ApplyResources(Me.cmdSelectAll, "cmdSelectAll") + Me.cmdSelectAll.Location = New System.Drawing.Point(462, 268) Me.cmdSelectAll.Name = "cmdSelectAll" + Me.cmdSelectAll.Size = New System.Drawing.Size(75, 23) + Me.cmdSelectAll.TabIndex = 0 + Me.cmdSelectAll.Text = "Select All" Me.cmdSelectAll.UseVisualStyleBackColor = True ' 'sdgFiltersFromFactor ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(545, 337) Me.Controls.Add(Me.cmdSelectAll) Me.Controls.Add(Me.ucrFactorLevels) Me.Controls.Add(Me.lblFactors) @@ -87,6 +108,8 @@ Partial Class sdgFiltersFromFactor Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgFiltersFromFactor" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Filters From Factor" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgFiltersFromFactor.resx b/instat/sdgFiltersFromFactor.resx index e9e3328a88c..1af7de150c9 100644 --- a/instat/sdgFiltersFromFactor.resx +++ b/instat/sdgFiltersFromFactor.resx @@ -117,172 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 201, 304 - - - 157, 30 - - - - 0 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 9, 51 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorFiltersFromFactors - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 545, 337 - - - 462, 268 - - - 75, 23 - - - 0 - - - Select All - - - cmdSelectAll - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 267, 57 - - - 270, 208 - - - 1 - - - ucrFactorLevels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 267, 17 - - - 57, 13 - - - 2 - - - Factor: - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - CenterScreen - - - Filters From Factor - - - sdgFiltersFromFactor - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 32 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/sdgFitCorruptionModelDisplay.Designer.vb b/instat/sdgFitCorruptionModelDisplay.Designer.vb index 241461de703..81fc48fcc7d 100644 --- a/instat/sdgFitCorruptionModelDisplay.Designer.vb +++ b/instat/sdgFitCorruptionModelDisplay.Designer.vb @@ -38,17 +38,20 @@ Partial Class sdgFitCorruptionModelDisplay 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgFitCorruptionModelDisplay)) Me.SuspendLayout() ' 'sdgFitCorruptionModelDisplay ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(284, 261) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgFitCorruptionModelDisplay" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "sdgFitCorruptionModelDisplay" Me.ResumeLayout(False) End Sub diff --git a/instat/sdgFitCorruptionModelDisplay.resx b/instat/sdgFitCorruptionModelDisplay.resx index 41a80f0f174..29dcb1b3a35 100644 --- a/instat/sdgFitCorruptionModelDisplay.resx +++ b/instat/sdgFitCorruptionModelDisplay.resx @@ -117,31 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 284, 261 - - - - CenterParent - - - sdgFitCorruptionModelDisplay - - - sdgFitCorruptionModelDisplay - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgFormatSummaryTables.Designer.vb b/instat/sdgFormatSummaryTables.Designer.vb index 2412b1cb7ea..9fda6131095 100644 --- a/instat/sdgFormatSummaryTables.Designer.vb +++ b/instat/sdgFormatSummaryTables.Designer.vb @@ -22,17 +22,20 @@ Partial Class sdgFormatSummaryTables 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgFormatSummaryTables)) Me.SuspendLayout() ' 'sdgFormatSummaryTables ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(469, 450) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgFormatSummaryTables" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Format Summary Table" Me.ResumeLayout(False) End Sub diff --git a/instat/sdgFormatSummaryTables.resx b/instat/sdgFormatSummaryTables.resx index a419f479e1e..1af7de150c9 100644 --- a/instat/sdgFormatSummaryTables.resx +++ b/instat/sdgFormatSummaryTables.resx @@ -117,31 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 469, 450 - - - - CenterScreen - - - Format Summary Table - - - sdgFormatSummaryTables - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgFrequency.Designer.vb b/instat/sdgFrequency.Designer.vb index c788e86fb64..de10749993f 100644 --- a/instat/sdgFrequency.Designer.vb +++ b/instat/sdgFrequency.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgFrequency 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgFrequency)) Me.ucrBaseSubDialog = New instat.ucrButtonsSubdialogue() Me.ucrPnlDisplayType = New instat.UcrPanel() Me.rdoHorizontally = New System.Windows.Forms.RadioButton() @@ -50,51 +49,77 @@ Partial Class sdgFrequency ' 'ucrBaseSubDialog ' - resources.ApplyResources(Me.ucrBaseSubDialog, "ucrBaseSubDialog") + Me.ucrBaseSubDialog.AutoSize = True + Me.ucrBaseSubDialog.Location = New System.Drawing.Point(62, 178) Me.ucrBaseSubDialog.Name = "ucrBaseSubDialog" + Me.ucrBaseSubDialog.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubDialog.TabIndex = 7 ' 'ucrPnlDisplayType ' - resources.ApplyResources(Me.ucrPnlDisplayType, "ucrPnlDisplayType") + Me.ucrPnlDisplayType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDisplayType.Location = New System.Drawing.Point(163, 61) Me.ucrPnlDisplayType.Name = "ucrPnlDisplayType" + Me.ucrPnlDisplayType.Size = New System.Drawing.Size(114, 90) + Me.ucrPnlDisplayType.TabIndex = 53 ' 'rdoHorizontally ' - resources.ApplyResources(Me.rdoHorizontally, "rdoHorizontally") + Me.rdoHorizontally.AutoSize = True + Me.rdoHorizontally.Location = New System.Drawing.Point(170, 113) Me.rdoHorizontally.Name = "rdoHorizontally" + Me.rdoHorizontally.Size = New System.Drawing.Size(79, 17) + Me.rdoHorizontally.TabIndex = 63 Me.rdoHorizontally.TabStop = True + Me.rdoHorizontally.Text = "Horizontally" Me.rdoHorizontally.UseVisualStyleBackColor = True ' 'rdoVertically ' - resources.ApplyResources(Me.rdoVertically, "rdoVertically") + Me.rdoVertically.AutoSize = True + Me.rdoVertically.Location = New System.Drawing.Point(170, 89) Me.rdoVertically.Name = "rdoVertically" + Me.rdoVertically.Size = New System.Drawing.Size(67, 17) + Me.rdoVertically.TabIndex = 62 Me.rdoVertically.TabStop = True + Me.rdoVertically.Text = "Vertically" Me.rdoVertically.UseVisualStyleBackColor = True ' 'rdoSeparateTables ' - resources.ApplyResources(Me.rdoSeparateTables, "rdoSeparateTables") + Me.rdoSeparateTables.AutoSize = True + Me.rdoSeparateTables.Location = New System.Drawing.Point(170, 65) Me.rdoSeparateTables.Name = "rdoSeparateTables" + Me.rdoSeparateTables.Size = New System.Drawing.Size(103, 17) + Me.rdoSeparateTables.TabIndex = 61 Me.rdoSeparateTables.TabStop = True + Me.rdoSeparateTables.Text = "Separate Tables" Me.rdoSeparateTables.UseVisualStyleBackColor = True ' 'ucrchkMargins ' + Me.ucrchkMargins.AutoSize = True Me.ucrchkMargins.Checked = False - resources.ApplyResources(Me.ucrchkMargins, "ucrchkMargins") + Me.ucrchkMargins.Location = New System.Drawing.Point(12, 89) Me.ucrchkMargins.Name = "ucrchkMargins" + Me.ucrchkMargins.Size = New System.Drawing.Size(131, 23) + Me.ucrchkMargins.TabIndex = 65 ' 'ucrchkDisplay ' + Me.ucrchkDisplay.AutoSize = True Me.ucrchkDisplay.Checked = False - resources.ApplyResources(Me.ucrchkDisplay, "ucrchkDisplay") + Me.ucrchkDisplay.Location = New System.Drawing.Point(12, 63) Me.ucrchkDisplay.Name = "ucrchkDisplay" + Me.ucrchkDisplay.Size = New System.Drawing.Size(131, 23) + Me.ucrchkDisplay.TabIndex = 64 ' 'sdgFrequency ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(284, 208) Me.Controls.Add(Me.ucrchkMargins) Me.Controls.Add(Me.ucrchkDisplay) Me.Controls.Add(Me.rdoHorizontally) @@ -106,6 +131,8 @@ Partial Class sdgFrequency Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgFrequency" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Frequency" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgFrequency.resx b/instat/sdgFrequency.resx index 103b95e9a53..29dcb1b3a35 100644 --- a/instat/sdgFrequency.resx +++ b/instat/sdgFrequency.resx @@ -117,196 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 62, 178 - - - 157, 30 - - - - 7 - - - ucrBaseSubDialog - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 163, 61 - - - 114, 90 - - - 53 - - - ucrPnlDisplayType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 170, 113 - - - 79, 17 - - - 63 - - - Horizontally - - - rdoHorizontally - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 170, 89 - - - 67, 17 - - - 62 - - - Vertically - - - rdoVertically - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 170, 65 - - - 103, 17 - - - 61 - - - Separate Tables - - - rdoSeparateTables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 12, 89 - - - 131, 20 - - - 65 - - - ucrchkMargins - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 12, 63 - - - 131, 20 - - - 64 - - - ucrchkDisplay - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 284, 208 - - - - CenterScreen - - - Frequency - - - sdgFrequency - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgImportFromClimSoft.Designer.vb b/instat/sdgImportFromClimSoft.Designer.vb index da3ce06b974..692b77d532e 100644 --- a/instat/sdgImportFromClimSoft.Designer.vb +++ b/instat/sdgImportFromClimSoft.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgImportFromClimSoft 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgImportFromClimSoft)) Me.lblDatabaseName = New System.Windows.Forms.Label() Me.lblHost = New System.Windows.Forms.Label() Me.lblPort = New System.Windows.Forms.Label() @@ -55,85 +54,136 @@ Partial Class sdgImportFromClimSoft ' 'lblDatabaseName ' - resources.ApplyResources(Me.lblDatabaseName, "lblDatabaseName") + Me.lblDatabaseName.AutoSize = True + Me.lblDatabaseName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDatabaseName.Location = New System.Drawing.Point(12, 24) Me.lblDatabaseName.Name = "lblDatabaseName" + Me.lblDatabaseName.Size = New System.Drawing.Size(87, 13) + Me.lblDatabaseName.TabIndex = 0 + Me.lblDatabaseName.Text = "Database Name:" ' 'lblHost ' - resources.ApplyResources(Me.lblHost, "lblHost") + Me.lblHost.AutoSize = True + Me.lblHost.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHost.Location = New System.Drawing.Point(62, 53) Me.lblHost.Name = "lblHost" + Me.lblHost.Size = New System.Drawing.Size(32, 13) + Me.lblHost.TabIndex = 2 + Me.lblHost.Text = "Host:" ' 'lblPort ' - resources.ApplyResources(Me.lblPort, "lblPort") + Me.lblPort.AutoSize = True + Me.lblPort.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPort.Location = New System.Drawing.Point(65, 80) Me.lblPort.Name = "lblPort" + Me.lblPort.Size = New System.Drawing.Size(29, 13) + Me.lblPort.TabIndex = 4 + Me.lblPort.Text = "Port:" ' 'lblUserName ' - resources.ApplyResources(Me.lblUserName, "lblUserName") + Me.lblUserName.AutoSize = True + Me.lblUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblUserName.Location = New System.Drawing.Point(36, 106) Me.lblUserName.Name = "lblUserName" + Me.lblUserName.Size = New System.Drawing.Size(58, 13) + Me.lblUserName.TabIndex = 6 + Me.lblUserName.Text = "Username:" ' 'lblConnection ' - resources.ApplyResources(Me.lblConnection, "lblConnection") + Me.lblConnection.AutoSize = True Me.lblConnection.ForeColor = System.Drawing.Color.Red + Me.lblConnection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConnection.Location = New System.Drawing.Point(185, 157) Me.lblConnection.Name = "lblConnection" + Me.lblConnection.Size = New System.Drawing.Size(78, 13) + Me.lblConnection.TabIndex = 8 + Me.lblConnection.Text = "No Connection" ' 'chkRememberCredentials ' - resources.ApplyResources(Me.chkRememberCredentials, "chkRememberCredentials") + Me.chkRememberCredentials.AutoSize = True Me.chkRememberCredentials.Checked = True Me.chkRememberCredentials.CheckState = System.Windows.Forms.CheckState.Checked + Me.chkRememberCredentials.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.chkRememberCredentials.Location = New System.Drawing.Point(103, 129) Me.chkRememberCredentials.Name = "chkRememberCredentials" + Me.chkRememberCredentials.Size = New System.Drawing.Size(132, 17) + Me.chkRememberCredentials.TabIndex = 5 + Me.chkRememberCredentials.Text = "Remember Credentials" Me.chkRememberCredentials.UseVisualStyleBackColor = True ' 'btnConnect ' - resources.ApplyResources(Me.btnConnect, "btnConnect") + Me.btnConnect.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.btnConnect.Location = New System.Drawing.Point(104, 152) Me.btnConnect.Name = "btnConnect" + Me.btnConnect.Size = New System.Drawing.Size(76, 22) + Me.btnConnect.TabIndex = 6 + Me.btnConnect.Text = "Connect" Me.btnConnect.UseVisualStyleBackColor = True ' 'ucrComboBoxPort ' Me.ucrComboBoxPort.AddQuotesIfUnrecognised = False + Me.ucrComboBoxPort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxPort.GetSetSelectedIndex = -1 Me.ucrComboBoxPort.IsReadOnly = False - resources.ApplyResources(Me.ucrComboBoxPort, "ucrComboBoxPort") + Me.ucrComboBoxPort.Location = New System.Drawing.Point(103, 77) Me.ucrComboBoxPort.Name = "ucrComboBoxPort" + Me.ucrComboBoxPort.Size = New System.Drawing.Size(153, 21) + Me.ucrComboBoxPort.TabIndex = 3 ' 'ucrTxtHost ' Me.ucrTxtHost.AddQuotesIfUnrecognised = True + Me.ucrTxtHost.AutoSize = True Me.ucrTxtHost.IsMultiline = False Me.ucrTxtHost.IsReadOnly = False - resources.ApplyResources(Me.ucrTxtHost, "ucrTxtHost") + Me.ucrTxtHost.Location = New System.Drawing.Point(103, 49) Me.ucrTxtHost.Name = "ucrTxtHost" + Me.ucrTxtHost.Size = New System.Drawing.Size(153, 21) + Me.ucrTxtHost.TabIndex = 2 ' 'ucrComboBoxDatabaseName ' Me.ucrComboBoxDatabaseName.AddQuotesIfUnrecognised = True + Me.ucrComboBoxDatabaseName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxDatabaseName.GetSetSelectedIndex = -1 Me.ucrComboBoxDatabaseName.IsReadOnly = False - resources.ApplyResources(Me.ucrComboBoxDatabaseName, "ucrComboBoxDatabaseName") + Me.ucrComboBoxDatabaseName.Location = New System.Drawing.Point(103, 21) Me.ucrComboBoxDatabaseName.Name = "ucrComboBoxDatabaseName" + Me.ucrComboBoxDatabaseName.Size = New System.Drawing.Size(153, 21) + Me.ucrComboBoxDatabaseName.TabIndex = 1 ' 'ucrBaseSdgClimSoft ' - resources.ApplyResources(Me.ucrBaseSdgClimSoft, "ucrBaseSdgClimSoft") + Me.ucrBaseSdgClimSoft.AutoSize = True + Me.ucrBaseSdgClimSoft.Location = New System.Drawing.Point(52, 192) Me.ucrBaseSdgClimSoft.Name = "ucrBaseSdgClimSoft" + Me.ucrBaseSdgClimSoft.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSdgClimSoft.TabIndex = 7 ' 'ucrTxtUserName ' Me.ucrTxtUserName.AddQuotesIfUnrecognised = True + Me.ucrTxtUserName.AutoSize = True Me.ucrTxtUserName.IsMultiline = False Me.ucrTxtUserName.IsReadOnly = False - resources.ApplyResources(Me.ucrTxtUserName, "ucrTxtUserName") + Me.ucrTxtUserName.Location = New System.Drawing.Point(103, 102) Me.ucrTxtUserName.Name = "ucrTxtUserName" + Me.ucrTxtUserName.Size = New System.Drawing.Size(153, 21) + Me.ucrTxtUserName.TabIndex = 4 ' 'sdgImportFromClimSoft ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(268, 225) Me.Controls.Add(Me.ucrComboBoxPort) Me.Controls.Add(Me.ucrTxtHost) Me.Controls.Add(Me.ucrComboBoxDatabaseName) @@ -150,6 +200,8 @@ Partial Class sdgImportFromClimSoft Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgImportFromClimSoft" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Connect To ClimSoft Database" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgImportFromClimSoft.resx b/instat/sdgImportFromClimSoft.resx index 45c5201eeb4..29dcb1b3a35 100644 --- a/instat/sdgImportFromClimSoft.resx +++ b/instat/sdgImportFromClimSoft.resx @@ -117,343 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 12, 24 - - - 87, 13 - - - 0 - - - Database Name: - - - lblDatabaseName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 62, 53 - - - 32, 13 - - - 2 - - - Host: - - - lblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 65, 80 - - - 29, 13 - - - 4 - - - Port: - - - lblPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 36, 106 - - - 58, 13 - - - 6 - - - Username: - - - lblUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 185, 157 - - - 78, 13 - - - 8 - - - No Connection - - - lblConnection - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 103, 129 - - - 132, 17 - - - 5 - - - Remember Credentials - - - chkRememberCredentials - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 104, 152 - - - 76, 22 - - - 6 - - - Connect - - - btnConnect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 103, 77 - - - 153, 21 - - - 3 - - - ucrComboBoxPort - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 103, 49 - - - 153, 21 - - - 2 - - - ucrTxtHost - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 103, 21 - - - 153, 21 - - - 1 - - - ucrComboBoxDatabaseName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 52, 192 - - - 159, 30 - - - 7 - - - ucrBaseSdgClimSoft - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 103, 102 - - - 153, 21 - - - 4 - - - ucrTxtUserName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 6, 13 - - - True - - - 268, 225 - - - CenterScreen - - - Connect To ClimSoft Database - - - sdgImportFromClimSoft - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgInventoryPlot.Designer.vb b/instat/sdgInventoryPlot.Designer.vb index d1ca40b7f6c..dba7523f18e 100644 --- a/instat/sdgInventoryPlot.Designer.vb +++ b/instat/sdgInventoryPlot.Designer.vb @@ -23,7 +23,6 @@ Partial Class sdgInventoryPlot _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgInventoryPlot)) Me.tbInventory = New System.Windows.Forms.TabControl() Me.tpFacets = New System.Windows.Forms.TabPage() Me.ucrNudNumberofRows = New instat.ucrNud() @@ -117,9 +116,11 @@ Partial Class sdgInventoryPlot Me.tbInventory.Controls.Add(Me.tpXAxis) Me.tbInventory.Controls.Add(Me.tpYAxis) Me.tbInventory.Controls.Add(Me.tpLegend) - resources.ApplyResources(Me.tbInventory, "tbInventory") + Me.tbInventory.Location = New System.Drawing.Point(9, 8) Me.tbInventory.Name = "tbInventory" Me.tbInventory.SelectedIndex = 0 + Me.tbInventory.Size = New System.Drawing.Size(515, 297) + Me.tbInventory.TabIndex = 0 ' 'tpFacets ' @@ -134,100 +135,145 @@ Partial Class sdgInventoryPlot Me.tpFacets.Controls.Add(Me.ucrNudFacetXSize) Me.tpFacets.Controls.Add(Me.ucrChkScales) Me.tpFacets.Controls.Add(Me.ucrInputScale) - resources.ApplyResources(Me.tpFacets, "tpFacets") + Me.tpFacets.Location = New System.Drawing.Point(4, 22) Me.tpFacets.Name = "tpFacets" + Me.tpFacets.Padding = New System.Windows.Forms.Padding(3) + Me.tpFacets.Size = New System.Drawing.Size(507, 271) + Me.tpFacets.TabIndex = 4 + Me.tpFacets.Text = "Facets" Me.tpFacets.UseVisualStyleBackColor = True ' 'ucrNudNumberofRows ' + Me.ucrNudNumberofRows.AutoSize = True Me.ucrNudNumberofRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberofRows, "ucrNudNumberofRows") + Me.ucrNudNumberofRows.Location = New System.Drawing.Point(156, 125) Me.ucrNudNumberofRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberofRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofRows.Name = "ucrNudNumberofRows" + Me.ucrNudNumberofRows.Size = New System.Drawing.Size(46, 20) + Me.ucrNudNumberofRows.TabIndex = 9 Me.ucrNudNumberofRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkNoOfRowsOrColumns ' + Me.ucrChkNoOfRowsOrColumns.AutoSize = True Me.ucrChkNoOfRowsOrColumns.Checked = False - resources.ApplyResources(Me.ucrChkNoOfRowsOrColumns, "ucrChkNoOfRowsOrColumns") + Me.ucrChkNoOfRowsOrColumns.Location = New System.Drawing.Point(12, 125) Me.ucrChkNoOfRowsOrColumns.Name = "ucrChkNoOfRowsOrColumns" + Me.ucrChkNoOfRowsOrColumns.Size = New System.Drawing.Size(156, 23) + Me.ucrChkNoOfRowsOrColumns.TabIndex = 8 ' 'rdoHorizontal ' - resources.ApplyResources(Me.rdoHorizontal, "rdoHorizontal") + Me.rdoHorizontal.AutoSize = True + Me.rdoHorizontal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHorizontal.Location = New System.Drawing.Point(12, 99) Me.rdoHorizontal.Name = "rdoHorizontal" + Me.rdoHorizontal.Size = New System.Drawing.Size(72, 17) + Me.rdoHorizontal.TabIndex = 6 Me.rdoHorizontal.TabStop = True Me.rdoHorizontal.Tag = "Horizontal" + Me.rdoHorizontal.Text = "Horizontal" Me.rdoHorizontal.UseVisualStyleBackColor = True ' 'rdoVertical ' - resources.ApplyResources(Me.rdoVertical, "rdoVertical") + Me.rdoVertical.AutoSize = True + Me.rdoVertical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoVertical.Location = New System.Drawing.Point(108, 99) Me.rdoVertical.Name = "rdoVertical" + Me.rdoVertical.Size = New System.Drawing.Size(60, 17) + Me.rdoVertical.TabIndex = 7 Me.rdoVertical.TabStop = True Me.rdoVertical.Tag = "Vertical" + Me.rdoVertical.Text = "Vertical" Me.rdoVertical.UseVisualStyleBackColor = True ' 'ucrPnlHorizonatalVertical ' - resources.ApplyResources(Me.ucrPnlHorizonatalVertical, "ucrPnlHorizonatalVertical") + Me.ucrPnlHorizonatalVertical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlHorizonatalVertical.Location = New System.Drawing.Point(12, 97) Me.ucrPnlHorizonatalVertical.Name = "ucrPnlHorizonatalVertical" + Me.ucrPnlHorizonatalVertical.Size = New System.Drawing.Size(165, 20) + Me.ucrPnlHorizonatalVertical.TabIndex = 60 ' 'ucrChkFacetYSize ' + Me.ucrChkFacetYSize.AutoSize = True Me.ucrChkFacetYSize.Checked = False - resources.ApplyResources(Me.ucrChkFacetYSize, "ucrChkFacetYSize") + Me.ucrChkFacetYSize.Location = New System.Drawing.Point(12, 44) Me.ucrChkFacetYSize.Name = "ucrChkFacetYSize" + Me.ucrChkFacetYSize.Size = New System.Drawing.Size(156, 23) + Me.ucrChkFacetYSize.TabIndex = 2 ' 'ucrNudFacetYSize ' + Me.ucrNudFacetYSize.AutoSize = True Me.ucrNudFacetYSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetYSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFacetYSize, "ucrNudFacetYSize") + Me.ucrNudFacetYSize.Location = New System.Drawing.Point(187, 44) Me.ucrNudFacetYSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFacetYSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetYSize.Name = "ucrNudFacetYSize" + Me.ucrNudFacetYSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFacetYSize.TabIndex = 3 Me.ucrNudFacetYSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkFacetXSize ' + Me.ucrChkFacetXSize.AutoSize = True Me.ucrChkFacetXSize.Checked = False - resources.ApplyResources(Me.ucrChkFacetXSize, "ucrChkFacetXSize") + Me.ucrChkFacetXSize.Location = New System.Drawing.Point(12, 18) Me.ucrChkFacetXSize.Name = "ucrChkFacetXSize" + Me.ucrChkFacetXSize.Size = New System.Drawing.Size(156, 23) + Me.ucrChkFacetXSize.TabIndex = 0 ' 'ucrNudFacetXSize ' + Me.ucrNudFacetXSize.AutoSize = True Me.ucrNudFacetXSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetXSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFacetXSize, "ucrNudFacetXSize") + Me.ucrNudFacetXSize.Location = New System.Drawing.Point(187, 18) Me.ucrNudFacetXSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFacetXSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetXSize.Name = "ucrNudFacetXSize" + Me.ucrNudFacetXSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFacetXSize.TabIndex = 1 Me.ucrNudFacetXSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkScales ' + Me.ucrChkScales.AutoSize = True Me.ucrChkScales.Checked = False - resources.ApplyResources(Me.ucrChkScales, "ucrChkScales") + Me.ucrChkScales.Location = New System.Drawing.Point(12, 70) Me.ucrChkScales.Name = "ucrChkScales" + Me.ucrChkScales.Size = New System.Drawing.Size(172, 23) + Me.ucrChkScales.TabIndex = 4 ' 'ucrInputScale ' Me.ucrInputScale.AddQuotesIfUnrecognised = True + Me.ucrInputScale.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputScale.GetSetSelectedIndex = -1 Me.ucrInputScale.IsReadOnly = False - resources.ApplyResources(Me.ucrInputScale, "ucrInputScale") + Me.ucrInputScale.Location = New System.Drawing.Point(187, 70) Me.ucrInputScale.Name = "ucrInputScale" + Me.ucrInputScale.Size = New System.Drawing.Size(137, 21) + Me.ucrInputScale.TabIndex = 5 ' 'tpTitles ' Me.tpTitles.Controls.Add(Me.grpyAxisTitle) Me.tpTitles.Controls.Add(Me.grpAxes) Me.tpTitles.Controls.Add(Me.grpGraphTitles) - resources.ApplyResources(Me.tpTitles, "tpTitles") + Me.tpTitles.Location = New System.Drawing.Point(4, 22) Me.tpTitles.Name = "tpTitles" + Me.tpTitles.Padding = New System.Windows.Forms.Padding(3) + Me.tpTitles.Size = New System.Drawing.Size(507, 271) + Me.tpTitles.TabIndex = 0 + Me.tpTitles.Text = "Titles " Me.tpTitles.UseVisualStyleBackColor = True ' 'grpyAxisTitle @@ -240,63 +286,103 @@ Partial Class sdgInventoryPlot Me.grpyAxisTitle.Controls.Add(Me.rdoSpecifyYAxisTitle) Me.grpyAxisTitle.Controls.Add(Me.UcrPnlYAxisTitle) Me.grpyAxisTitle.Controls.Add(Me.lblYAxisTitleSize) - resources.ApplyResources(Me.grpyAxisTitle, "grpyAxisTitle") + Me.grpyAxisTitle.Location = New System.Drawing.Point(257, 152) Me.grpyAxisTitle.Name = "grpyAxisTitle" + Me.grpyAxisTitle.Size = New System.Drawing.Size(240, 111) + Me.grpyAxisTitle.TabIndex = 2 Me.grpyAxisTitle.TabStop = False + Me.grpyAxisTitle.Text = "Y-Axis Title" ' 'lblYAxisSize ' - resources.ApplyResources(Me.lblYAxisSize, "lblYAxisSize") + Me.lblYAxisSize.AutoSize = True + Me.lblYAxisSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYAxisSize.Location = New System.Drawing.Point(5, 79) Me.lblYAxisSize.Name = "lblYAxisSize" + Me.lblYAxisSize.Size = New System.Drawing.Size(30, 13) + Me.lblYAxisSize.TabIndex = 4 + Me.lblYAxisSize.Text = "Size:" ' 'rdoAutoYAxis ' - resources.ApplyResources(Me.rdoAutoYAxis, "rdoAutoYAxis") + Me.rdoAutoYAxis.AutoSize = True + Me.rdoAutoYAxis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAutoYAxis.Location = New System.Drawing.Point(6, 21) Me.rdoAutoYAxis.Name = "rdoAutoYAxis" + Me.rdoAutoYAxis.Size = New System.Drawing.Size(50, 17) + Me.rdoAutoYAxis.TabIndex = 0 Me.rdoAutoYAxis.TabStop = True + Me.rdoAutoYAxis.Text = "Auto " Me.rdoAutoYAxis.UseVisualStyleBackColor = True ' 'ucrInputYAxisTitle ' Me.ucrInputYAxisTitle.AddQuotesIfUnrecognised = True + Me.ucrInputYAxisTitle.AutoSize = True Me.ucrInputYAxisTitle.IsMultiline = False Me.ucrInputYAxisTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYAxisTitle, "ucrInputYAxisTitle") + Me.ucrInputYAxisTitle.Location = New System.Drawing.Point(43, 47) + Me.ucrInputYAxisTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYAxisTitle.Name = "ucrInputYAxisTitle" + Me.ucrInputYAxisTitle.Size = New System.Drawing.Size(146, 21) + Me.ucrInputYAxisTitle.TabIndex = 3 ' 'rdoNoYAxisTitle ' - resources.ApplyResources(Me.rdoNoYAxisTitle, "rdoNoYAxisTitle") + Me.rdoNoYAxisTitle.AutoSize = True + Me.rdoNoYAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoYAxisTitle.Location = New System.Drawing.Point(138, 21) Me.rdoNoYAxisTitle.Name = "rdoNoYAxisTitle" + Me.rdoNoYAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoNoYAxisTitle.TabIndex = 2 Me.rdoNoYAxisTitle.TabStop = True + Me.rdoNoYAxisTitle.Text = "No Title" Me.rdoNoYAxisTitle.UseVisualStyleBackColor = True ' 'ucrNudYAxisTitleSize ' + Me.ucrNudYAxisTitleSize.AutoSize = True Me.ucrNudYAxisTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisTitleSize, "ucrNudYAxisTitleSize") + Me.ucrNudYAxisTitleSize.Location = New System.Drawing.Point(43, 76) + Me.ucrNudYAxisTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Name = "ucrNudYAxisTitleSize" + Me.ucrNudYAxisTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisTitleSize.TabIndex = 5 Me.ucrNudYAxisTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoSpecifyYAxisTitle ' - resources.ApplyResources(Me.rdoSpecifyYAxisTitle, "rdoSpecifyYAxisTitle") + Me.rdoSpecifyYAxisTitle.AutoSize = True + Me.rdoSpecifyYAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpecifyYAxisTitle.Location = New System.Drawing.Point(64, 21) Me.rdoSpecifyYAxisTitle.Name = "rdoSpecifyYAxisTitle" + Me.rdoSpecifyYAxisTitle.Size = New System.Drawing.Size(60, 17) + Me.rdoSpecifyYAxisTitle.TabIndex = 1 Me.rdoSpecifyYAxisTitle.TabStop = True + Me.rdoSpecifyYAxisTitle.Text = "Specify" Me.rdoSpecifyYAxisTitle.UseVisualStyleBackColor = True ' 'UcrPnlYAxisTitle ' - resources.ApplyResources(Me.UcrPnlYAxisTitle, "UcrPnlYAxisTitle") + Me.UcrPnlYAxisTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.UcrPnlYAxisTitle.Location = New System.Drawing.Point(6, 16) + Me.UcrPnlYAxisTitle.Margin = New System.Windows.Forms.Padding(5) Me.UcrPnlYAxisTitle.Name = "UcrPnlYAxisTitle" + Me.UcrPnlYAxisTitle.Size = New System.Drawing.Size(204, 81) + Me.UcrPnlYAxisTitle.TabIndex = 37 ' 'lblYAxisTitleSize ' - resources.ApplyResources(Me.lblYAxisTitleSize, "lblYAxisTitleSize") + Me.lblYAxisTitleSize.AutoSize = True + Me.lblYAxisTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYAxisTitleSize.Location = New System.Drawing.Point(40, 76) Me.lblYAxisTitleSize.Name = "lblYAxisTitleSize" + Me.lblYAxisTitleSize.Size = New System.Drawing.Size(30, 13) + Me.lblYAxisTitleSize.TabIndex = 45 + Me.lblYAxisTitleSize.Text = "Size:" ' 'grpAxes ' @@ -307,58 +393,93 @@ Partial Class sdgInventoryPlot Me.grpAxes.Controls.Add(Me.rdoNoTitleXAxisTitle) Me.grpAxes.Controls.Add(Me.rdoSpecifyXAxisTitle) Me.grpAxes.Controls.Add(Me.ucrPnlXAxisTitle) - resources.ApplyResources(Me.grpAxes, "grpAxes") + Me.grpAxes.Location = New System.Drawing.Point(9, 152) Me.grpAxes.Name = "grpAxes" + Me.grpAxes.Size = New System.Drawing.Size(242, 111) + Me.grpAxes.TabIndex = 1 Me.grpAxes.TabStop = False + Me.grpAxes.Text = "X-Axis Title" ' 'lblXAxisSize ' - resources.ApplyResources(Me.lblXAxisSize, "lblXAxisSize") + Me.lblXAxisSize.AutoSize = True + Me.lblXAxisSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXAxisSize.Location = New System.Drawing.Point(5, 79) Me.lblXAxisSize.Name = "lblXAxisSize" + Me.lblXAxisSize.Size = New System.Drawing.Size(30, 13) + Me.lblXAxisSize.TabIndex = 4 + Me.lblXAxisSize.Text = "Size:" ' 'rdoAutoXAxis ' - resources.ApplyResources(Me.rdoAutoXAxis, "rdoAutoXAxis") + Me.rdoAutoXAxis.AutoSize = True + Me.rdoAutoXAxis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAutoXAxis.Location = New System.Drawing.Point(6, 21) Me.rdoAutoXAxis.Name = "rdoAutoXAxis" + Me.rdoAutoXAxis.Size = New System.Drawing.Size(50, 17) + Me.rdoAutoXAxis.TabIndex = 0 Me.rdoAutoXAxis.TabStop = True + Me.rdoAutoXAxis.Text = "Auto " Me.rdoAutoXAxis.UseVisualStyleBackColor = True ' 'ucrNudXaxisTitleSize ' + Me.ucrNudXaxisTitleSize.AutoSize = True Me.ucrNudXaxisTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXaxisTitleSize, "ucrNudXaxisTitleSize") + Me.ucrNudXaxisTitleSize.Location = New System.Drawing.Point(46, 76) + Me.ucrNudXaxisTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudXaxisTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXaxisTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisTitleSize.Name = "ucrNudXaxisTitleSize" + Me.ucrNudXaxisTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXaxisTitleSize.TabIndex = 5 Me.ucrNudXaxisTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputXAxisTitle ' Me.ucrInputXAxisTitle.AddQuotesIfUnrecognised = True + Me.ucrInputXAxisTitle.AutoSize = True Me.ucrInputXAxisTitle.IsMultiline = False Me.ucrInputXAxisTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXAxisTitle, "ucrInputXAxisTitle") + Me.ucrInputXAxisTitle.Location = New System.Drawing.Point(46, 47) + Me.ucrInputXAxisTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXAxisTitle.Name = "ucrInputXAxisTitle" + Me.ucrInputXAxisTitle.Size = New System.Drawing.Size(146, 21) + Me.ucrInputXAxisTitle.TabIndex = 3 ' 'rdoNoTitleXAxisTitle ' - resources.ApplyResources(Me.rdoNoTitleXAxisTitle, "rdoNoTitleXAxisTitle") + Me.rdoNoTitleXAxisTitle.AutoSize = True + Me.rdoNoTitleXAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoTitleXAxisTitle.Location = New System.Drawing.Point(142, 21) Me.rdoNoTitleXAxisTitle.Name = "rdoNoTitleXAxisTitle" + Me.rdoNoTitleXAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoNoTitleXAxisTitle.TabIndex = 2 Me.rdoNoTitleXAxisTitle.TabStop = True + Me.rdoNoTitleXAxisTitle.Text = "No Title" Me.rdoNoTitleXAxisTitle.UseVisualStyleBackColor = True ' 'rdoSpecifyXAxisTitle ' - resources.ApplyResources(Me.rdoSpecifyXAxisTitle, "rdoSpecifyXAxisTitle") + Me.rdoSpecifyXAxisTitle.AutoSize = True + Me.rdoSpecifyXAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpecifyXAxisTitle.Location = New System.Drawing.Point(67, 21) Me.rdoSpecifyXAxisTitle.Name = "rdoSpecifyXAxisTitle" + Me.rdoSpecifyXAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoSpecifyXAxisTitle.TabIndex = 1 Me.rdoSpecifyXAxisTitle.TabStop = True + Me.rdoSpecifyXAxisTitle.Text = "Specifiy" Me.rdoSpecifyXAxisTitle.UseVisualStyleBackColor = True ' 'ucrPnlXAxisTitle ' - resources.ApplyResources(Me.ucrPnlXAxisTitle, "ucrPnlXAxisTitle") + Me.ucrPnlXAxisTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlXAxisTitle.Location = New System.Drawing.Point(6, 17) + Me.ucrPnlXAxisTitle.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlXAxisTitle.Name = "ucrPnlXAxisTitle" + Me.ucrPnlXAxisTitle.Size = New System.Drawing.Size(228, 81) + Me.ucrPnlXAxisTitle.TabIndex = 36 ' 'grpGraphTitles ' @@ -374,99 +495,159 @@ Partial Class sdgInventoryPlot Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphcCaption) Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphTitle) Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphSubTitle) - resources.ApplyResources(Me.grpGraphTitles, "grpGraphTitles") + Me.grpGraphTitles.Location = New System.Drawing.Point(9, 10) Me.grpGraphTitles.Name = "grpGraphTitles" + Me.grpGraphTitles.Size = New System.Drawing.Size(488, 136) + Me.grpGraphTitles.TabIndex = 0 Me.grpGraphTitles.TabStop = False + Me.grpGraphTitles.Text = "Graph" ' 'ucrNudTitleSize ' + Me.ucrNudTitleSize.AutoSize = True Me.ucrNudTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTitleSize, "ucrNudTitleSize") + Me.ucrNudTitleSize.Location = New System.Drawing.Point(431, 18) Me.ucrNudTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTitleSize.Name = "ucrNudTitleSize" + Me.ucrNudTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTitleSize.TabIndex = 3 Me.ucrNudTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblCaptionSize ' - resources.ApplyResources(Me.lblCaptionSize, "lblCaptionSize") + Me.lblCaptionSize.AutoSize = True + Me.lblCaptionSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaptionSize.Location = New System.Drawing.Point(325, 75) Me.lblCaptionSize.Name = "lblCaptionSize" + Me.lblCaptionSize.Size = New System.Drawing.Size(69, 13) + Me.lblCaptionSize.TabIndex = 10 + Me.lblCaptionSize.Text = "Caption Size:" ' 'lblSubTitleSize ' - resources.ApplyResources(Me.lblSubTitleSize, "lblSubTitleSize") + Me.lblSubTitleSize.AutoSize = True + Me.lblSubTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitleSize.Location = New System.Drawing.Point(325, 48) Me.lblSubTitleSize.Name = "lblSubTitleSize" + Me.lblSubTitleSize.Size = New System.Drawing.Size(68, 13) + Me.lblSubTitleSize.TabIndex = 6 + Me.lblSubTitleSize.Text = "Subtitle Size:" ' 'lblTitleSize ' - resources.ApplyResources(Me.lblTitleSize, "lblTitleSize") + Me.lblTitleSize.AutoSize = True + Me.lblTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTitleSize.Location = New System.Drawing.Point(325, 20) Me.lblTitleSize.Name = "lblTitleSize" + Me.lblTitleSize.Size = New System.Drawing.Size(53, 13) + Me.lblTitleSize.TabIndex = 2 + Me.lblTitleSize.Text = "Title Size:" ' 'lblCaption ' - resources.ApplyResources(Me.lblCaption, "lblCaption") + Me.lblCaption.AutoSize = True + Me.lblCaption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaption.Location = New System.Drawing.Point(5, 75) Me.lblCaption.Name = "lblCaption" + Me.lblCaption.Size = New System.Drawing.Size(78, 13) + Me.lblCaption.TabIndex = 8 + Me.lblCaption.Text = "Graph Caption:" ' 'lblSubTitle ' - resources.ApplyResources(Me.lblSubTitle, "lblSubTitle") + Me.lblSubTitle.AutoSize = True + Me.lblSubTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitle.Location = New System.Drawing.Point(5, 48) Me.lblSubTitle.Name = "lblSubTitle" + Me.lblSubTitle.Size = New System.Drawing.Size(77, 13) + Me.lblSubTitle.TabIndex = 4 + Me.lblSubTitle.Text = "Graph Subtitle:" ' 'lblTitle ' - resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.AutoSize = True + Me.lblTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTitle.Location = New System.Drawing.Point(6, 20) Me.lblTitle.Name = "lblTitle" + Me.lblTitle.Size = New System.Drawing.Size(62, 13) + Me.lblTitle.TabIndex = 0 + Me.lblTitle.Text = "Graph Title:" ' 'ucrNudCaptionSize ' + Me.ucrNudCaptionSize.AutoSize = True Me.ucrNudCaptionSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCaptionSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCaptionSize, "ucrNudCaptionSize") + Me.ucrNudCaptionSize.Location = New System.Drawing.Point(431, 72) + Me.ucrNudCaptionSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudCaptionSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCaptionSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCaptionSize.Name = "ucrNudCaptionSize" + Me.ucrNudCaptionSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCaptionSize.TabIndex = 11 Me.ucrNudCaptionSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSubTitleSize ' + Me.ucrNudSubTitleSize.AutoSize = True Me.ucrNudSubTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSubTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSubTitleSize, "ucrNudSubTitleSize") + Me.ucrNudSubTitleSize.Location = New System.Drawing.Point(431, 45) + Me.ucrNudSubTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudSubTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSubTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSubTitleSize.Name = "ucrNudSubTitleSize" + Me.ucrNudSubTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSubTitleSize.TabIndex = 7 Me.ucrNudSubTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputGraphcCaption ' Me.ucrInputGraphcCaption.AddQuotesIfUnrecognised = True + Me.ucrInputGraphcCaption.AutoSize = True Me.ucrInputGraphcCaption.IsMultiline = True Me.ucrInputGraphcCaption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphcCaption, "ucrInputGraphcCaption") + Me.ucrInputGraphcCaption.Location = New System.Drawing.Point(137, 72) + Me.ucrInputGraphcCaption.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphcCaption.Name = "ucrInputGraphcCaption" + Me.ucrInputGraphcCaption.Size = New System.Drawing.Size(181, 53) + Me.ucrInputGraphcCaption.TabIndex = 9 ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(137, 18) + Me.ucrInputGraphTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputGraphTitle.TabIndex = 1 ' 'ucrInputGraphSubTitle ' Me.ucrInputGraphSubTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphSubTitle.AutoSize = True Me.ucrInputGraphSubTitle.IsMultiline = False Me.ucrInputGraphSubTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphSubTitle, "ucrInputGraphSubTitle") + Me.ucrInputGraphSubTitle.Location = New System.Drawing.Point(137, 45) + Me.ucrInputGraphSubTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphSubTitle.Name = "ucrInputGraphSubTitle" + Me.ucrInputGraphSubTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputGraphSubTitle.TabIndex = 5 ' 'tpXAxis ' Me.tpXAxis.Controls.Add(Me.grpXAxisLabels) - resources.ApplyResources(Me.tpXAxis, "tpXAxis") + Me.tpXAxis.Location = New System.Drawing.Point(4, 22) Me.tpXAxis.Name = "tpXAxis" + Me.tpXAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tpXAxis.Size = New System.Drawing.Size(507, 271) + Me.tpXAxis.TabIndex = 1 + Me.tpXAxis.Text = "X-Axis" Me.tpXAxis.UseVisualStyleBackColor = True ' 'grpXAxisLabels @@ -482,92 +663,145 @@ Partial Class sdgInventoryPlot Me.grpXAxisLabels.Controls.Add(Me.ucrInputXTo) Me.grpXAxisLabels.Controls.Add(Me.lblXInStepsOf) Me.grpXAxisLabels.Controls.Add(Me.lblXTo) - resources.ApplyResources(Me.grpXAxisLabels, "grpXAxisLabels") + Me.grpXAxisLabels.Location = New System.Drawing.Point(9, 10) Me.grpXAxisLabels.Name = "grpXAxisLabels" + Me.grpXAxisLabels.Size = New System.Drawing.Size(492, 110) + Me.grpXAxisLabels.TabIndex = 0 Me.grpXAxisLabels.TabStop = False + Me.grpXAxisLabels.Text = "X-Axis" ' 'ucrChkSpecifyXAxisTickMarks ' + Me.ucrChkSpecifyXAxisTickMarks.AutoSize = True Me.ucrChkSpecifyXAxisTickMarks.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyXAxisTickMarks, "ucrChkSpecifyXAxisTickMarks") + Me.ucrChkSpecifyXAxisTickMarks.Location = New System.Drawing.Point(8, 24) + Me.ucrChkSpecifyXAxisTickMarks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyXAxisTickMarks.Name = "ucrChkSpecifyXAxisTickMarks" + Me.ucrChkSpecifyXAxisTickMarks.Size = New System.Drawing.Size(141, 23) + Me.ucrChkSpecifyXAxisTickMarks.TabIndex = 0 ' 'ucrNudXAxisLabelSize ' + Me.ucrNudXAxisLabelSize.AutoSize = True Me.ucrNudXAxisLabelSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAxisLabelSize, "ucrNudXAxisLabelSize") + Me.ucrNudXAxisLabelSize.Location = New System.Drawing.Point(112, 79) Me.ucrNudXAxisLabelSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisLabelSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelSize.Name = "ucrNudXAxisLabelSize" + Me.ucrNudXAxisLabelSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAxisLabelSize.TabIndex = 10 Me.ucrNudXAxisLabelSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkXAxisAngle ' + Me.ucrChkXAxisAngle.AutoSize = True Me.ucrChkXAxisAngle.Checked = False - resources.ApplyResources(Me.ucrChkXAxisAngle, "ucrChkXAxisAngle") + Me.ucrChkXAxisAngle.Location = New System.Drawing.Point(8, 53) + Me.ucrChkXAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXAxisAngle.Name = "ucrChkXAxisAngle" + Me.ucrChkXAxisAngle.Size = New System.Drawing.Size(75, 23) + Me.ucrChkXAxisAngle.TabIndex = 7 ' 'ucrNudXAxisAngle ' + Me.ucrNudXAxisAngle.AutoSize = True Me.ucrNudXAxisAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAxisAngle, "ucrNudXAxisAngle") + Me.ucrNudXAxisAngle.Location = New System.Drawing.Point(112, 52) + Me.ucrNudXAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudXAxisAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisAngle.Name = "ucrNudXAxisAngle" + Me.ucrNudXAxisAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAxisAngle.TabIndex = 8 Me.ucrNudXAxisAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkXAxisLabelSize ' + Me.ucrChkXAxisLabelSize.AutoSize = True Me.ucrChkXAxisLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkXAxisLabelSize, "ucrChkXAxisLabelSize") + Me.ucrChkXAxisLabelSize.Location = New System.Drawing.Point(8, 82) + Me.ucrChkXAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXAxisLabelSize.Name = "ucrChkXAxisLabelSize" + Me.ucrChkXAxisLabelSize.Size = New System.Drawing.Size(75, 23) + Me.ucrChkXAxisLabelSize.TabIndex = 9 ' 'lblXFrom ' - resources.ApplyResources(Me.lblXFrom, "lblXFrom") + Me.lblXFrom.AutoSize = True + Me.lblXFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXFrom.Location = New System.Drawing.Point(157, 27) Me.lblXFrom.Name = "lblXFrom" + Me.lblXFrom.Size = New System.Drawing.Size(33, 13) + Me.lblXFrom.TabIndex = 1 + Me.lblXFrom.Text = "From:" ' 'ucrInputXFrom ' Me.ucrInputXFrom.AddQuotesIfUnrecognised = True + Me.ucrInputXFrom.AutoSize = True Me.ucrInputXFrom.IsMultiline = False Me.ucrInputXFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXFrom, "ucrInputXFrom") + Me.ucrInputXFrom.Location = New System.Drawing.Point(192, 24) + Me.ucrInputXFrom.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXFrom.Name = "ucrInputXFrom" + Me.ucrInputXFrom.Size = New System.Drawing.Size(51, 21) + Me.ucrInputXFrom.TabIndex = 2 ' 'ucrInputXInStepsOf ' Me.ucrInputXInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputXInStepsOf.AutoSize = True Me.ucrInputXInStepsOf.IsMultiline = False Me.ucrInputXInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXInStepsOf, "ucrInputXInStepsOf") + Me.ucrInputXInStepsOf.Location = New System.Drawing.Point(435, 24) + Me.ucrInputXInStepsOf.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXInStepsOf.Name = "ucrInputXInStepsOf" + Me.ucrInputXInStepsOf.Size = New System.Drawing.Size(51, 21) + Me.ucrInputXInStepsOf.TabIndex = 6 ' 'ucrInputXTo ' Me.ucrInputXTo.AddQuotesIfUnrecognised = True + Me.ucrInputXTo.AutoSize = True Me.ucrInputXTo.IsMultiline = False Me.ucrInputXTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXTo, "ucrInputXTo") + Me.ucrInputXTo.Location = New System.Drawing.Point(272, 24) + Me.ucrInputXTo.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXTo.Name = "ucrInputXTo" + Me.ucrInputXTo.Size = New System.Drawing.Size(51, 21) + Me.ucrInputXTo.TabIndex = 4 ' 'lblXInStepsOf ' - resources.ApplyResources(Me.lblXInStepsOf, "lblXInStepsOf") + Me.lblXInStepsOf.AutoSize = True + Me.lblXInStepsOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXInStepsOf.Location = New System.Drawing.Point(328, 27) Me.lblXInStepsOf.Name = "lblXInStepsOf" + Me.lblXInStepsOf.Size = New System.Drawing.Size(61, 13) + Me.lblXInStepsOf.TabIndex = 5 + Me.lblXInStepsOf.Text = "In Steps of:" ' 'lblXTo ' - resources.ApplyResources(Me.lblXTo, "lblXTo") + Me.lblXTo.AutoSize = True + Me.lblXTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXTo.Location = New System.Drawing.Point(248, 27) Me.lblXTo.Name = "lblXTo" + Me.lblXTo.Size = New System.Drawing.Size(23, 13) + Me.lblXTo.TabIndex = 3 + Me.lblXTo.Text = "To:" ' 'tpYAxis ' Me.tpYAxis.Controls.Add(Me.grpYAxis) - resources.ApplyResources(Me.tpYAxis, "tpYAxis") + Me.tpYAxis.Location = New System.Drawing.Point(4, 22) Me.tpYAxis.Name = "tpYAxis" + Me.tpYAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tpYAxis.Size = New System.Drawing.Size(507, 271) + Me.tpYAxis.TabIndex = 2 + Me.tpYAxis.Text = "Y-Axis" Me.tpYAxis.UseVisualStyleBackColor = True ' 'grpYAxis @@ -581,100 +815,150 @@ Partial Class sdgInventoryPlot Me.grpYAxis.Controls.Add(Me.ucrChkYAxisAngle) Me.grpYAxis.Controls.Add(Me.ucrNudDateBreakNumber) Me.grpYAxis.Controls.Add(Me.ucrInputDateBreakTime) - resources.ApplyResources(Me.grpYAxis, "grpYAxis") + Me.grpYAxis.Location = New System.Drawing.Point(9, 10) Me.grpYAxis.Name = "grpYAxis" + Me.grpYAxis.Size = New System.Drawing.Size(492, 110) + Me.grpYAxis.TabIndex = 0 Me.grpYAxis.TabStop = False + Me.grpYAxis.Text = "Y-Axis" ' 'ucrChkSpecifyDateBreaks ' + Me.ucrChkSpecifyDateBreaks.AutoSize = True Me.ucrChkSpecifyDateBreaks.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyDateBreaks, "ucrChkSpecifyDateBreaks") + Me.ucrChkSpecifyDateBreaks.Location = New System.Drawing.Point(8, 24) + Me.ucrChkSpecifyDateBreaks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyDateBreaks.Name = "ucrChkSpecifyDateBreaks" + Me.ucrChkSpecifyDateBreaks.Size = New System.Drawing.Size(133, 23) + Me.ucrChkSpecifyDateBreaks.TabIndex = 0 ' 'ucrNudYAxisLabelSize ' + Me.ucrNudYAxisLabelSize.AutoSize = True Me.ucrNudYAxisLabelSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisLabelSize, "ucrNudYAxisLabelSize") + Me.ucrNudYAxisLabelSize.Location = New System.Drawing.Point(129, 79) + Me.ucrNudYAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisLabelSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Name = "ucrNudYAxisLabelSize" + Me.ucrNudYAxisLabelSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisLabelSize.TabIndex = 8 Me.ucrNudYAxisLabelSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudYAxisAngle ' + Me.ucrNudYAxisAngle.AutoSize = True Me.ucrNudYAxisAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisAngle, "ucrNudYAxisAngle") + Me.ucrNudYAxisAngle.Location = New System.Drawing.Point(129, 52) + Me.ucrNudYAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisAngle.Name = "ucrNudYAxisAngle" + Me.ucrNudYAxisAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisAngle.TabIndex = 6 Me.ucrNudYAxisAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputDateDisplayFormat ' Me.ucrInputDateDisplayFormat.AddQuotesIfUnrecognised = True + Me.ucrInputDateDisplayFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDateDisplayFormat.GetSetSelectedIndex = -1 Me.ucrInputDateDisplayFormat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDateDisplayFormat, "ucrInputDateDisplayFormat") + Me.ucrInputDateDisplayFormat.Location = New System.Drawing.Point(375, 22) + Me.ucrInputDateDisplayFormat.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputDateDisplayFormat.Name = "ucrInputDateDisplayFormat" + Me.ucrInputDateDisplayFormat.Size = New System.Drawing.Size(110, 21) + Me.ucrInputDateDisplayFormat.TabIndex = 4 ' 'lblDateDisplayFormat ' - resources.ApplyResources(Me.lblDateDisplayFormat, "lblDateDisplayFormat") + Me.lblDateDisplayFormat.AutoSize = True + Me.lblDateDisplayFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDateDisplayFormat.Location = New System.Drawing.Point(258, 27) Me.lblDateDisplayFormat.Name = "lblDateDisplayFormat" + Me.lblDateDisplayFormat.Size = New System.Drawing.Size(79, 13) + Me.lblDateDisplayFormat.TabIndex = 3 + Me.lblDateDisplayFormat.Text = "Display Format:" ' 'ucrChkYAxisLabelSize ' + Me.ucrChkYAxisLabelSize.AutoSize = True Me.ucrChkYAxisLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkYAxisLabelSize, "ucrChkYAxisLabelSize") + Me.ucrChkYAxisLabelSize.Location = New System.Drawing.Point(8, 82) + Me.ucrChkYAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYAxisLabelSize.Name = "ucrChkYAxisLabelSize" + Me.ucrChkYAxisLabelSize.Size = New System.Drawing.Size(75, 23) + Me.ucrChkYAxisLabelSize.TabIndex = 7 ' 'ucrChkYAxisAngle ' + Me.ucrChkYAxisAngle.AutoSize = True Me.ucrChkYAxisAngle.Checked = False - resources.ApplyResources(Me.ucrChkYAxisAngle, "ucrChkYAxisAngle") + Me.ucrChkYAxisAngle.Location = New System.Drawing.Point(8, 53) + Me.ucrChkYAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYAxisAngle.Name = "ucrChkYAxisAngle" + Me.ucrChkYAxisAngle.Size = New System.Drawing.Size(75, 23) + Me.ucrChkYAxisAngle.TabIndex = 5 ' 'ucrNudDateBreakNumber ' + Me.ucrNudDateBreakNumber.AutoSize = True Me.ucrNudDateBreakNumber.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreakNumber.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDateBreakNumber, "ucrNudDateBreakNumber") + Me.ucrNudDateBreakNumber.Location = New System.Drawing.Point(145, 23) + Me.ucrNudDateBreakNumber.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudDateBreakNumber.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDateBreakNumber.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreakNumber.Name = "ucrNudDateBreakNumber" + Me.ucrNudDateBreakNumber.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDateBreakNumber.TabIndex = 1 Me.ucrNudDateBreakNumber.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputDateBreakTime ' Me.ucrInputDateBreakTime.AddQuotesIfUnrecognised = True + Me.ucrInputDateBreakTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDateBreakTime.GetSetSelectedIndex = -1 Me.ucrInputDateBreakTime.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDateBreakTime, "ucrInputDateBreakTime") + Me.ucrInputDateBreakTime.Location = New System.Drawing.Point(197, 23) + Me.ucrInputDateBreakTime.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputDateBreakTime.Name = "ucrInputDateBreakTime" + Me.ucrInputDateBreakTime.Size = New System.Drawing.Size(56, 21) + Me.ucrInputDateBreakTime.TabIndex = 2 ' 'tpLegend ' Me.tpLegend.Controls.Add(Me.ucrInputLegendPosition) Me.tpLegend.Controls.Add(Me.ucrChkLegendPosition) - resources.ApplyResources(Me.tpLegend, "tpLegend") + Me.tpLegend.Location = New System.Drawing.Point(4, 22) Me.tpLegend.Name = "tpLegend" + Me.tpLegend.Padding = New System.Windows.Forms.Padding(3) + Me.tpLegend.Size = New System.Drawing.Size(507, 271) + Me.tpLegend.TabIndex = 3 + Me.tpLegend.Text = "Legend" Me.tpLegend.UseVisualStyleBackColor = True ' 'ucrInputLegendPosition ' Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 Me.ucrInputLegendPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendPosition, "ucrInputLegendPosition") + Me.ucrInputLegendPosition.Location = New System.Drawing.Point(156, 16) Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" + Me.ucrInputLegendPosition.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLegendPosition.TabIndex = 1 ' 'ucrChkLegendPosition ' + Me.ucrChkLegendPosition.AutoSize = True Me.ucrChkLegendPosition.Checked = False - resources.ApplyResources(Me.ucrChkLegendPosition, "ucrChkLegendPosition") + Me.ucrChkLegendPosition.Location = New System.Drawing.Point(12, 18) Me.ucrChkLegendPosition.Name = "ucrChkLegendPosition" + Me.ucrChkLegendPosition.Size = New System.Drawing.Size(204, 23) + Me.ucrChkLegendPosition.TabIndex = 0 ' 'ttInventoryPlot ' @@ -684,19 +968,26 @@ Partial Class sdgInventoryPlot ' 'ucrButtonsInventoryplot ' - resources.ApplyResources(Me.ucrButtonsInventoryplot, "ucrButtonsInventoryplot") + Me.ucrButtonsInventoryplot.AutoSize = True + Me.ucrButtonsInventoryplot.Location = New System.Drawing.Point(197, 307) Me.ucrButtonsInventoryplot.Name = "ucrButtonsInventoryplot" + Me.ucrButtonsInventoryplot.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsInventoryplot.TabIndex = 1 ' 'sdgInventoryPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(537, 341) Me.Controls.Add(Me.tbInventory) Me.Controls.Add(Me.ucrButtonsInventoryplot) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgInventoryPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Inventory Plot" Me.tbInventory.ResumeLayout(False) Me.tpFacets.ResumeLayout(False) Me.tpFacets.PerformLayout() @@ -714,7 +1005,9 @@ Partial Class sdgInventoryPlot Me.grpYAxis.ResumeLayout(False) Me.grpYAxis.PerformLayout() Me.tpLegend.ResumeLayout(False) + Me.tpLegend.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgInventoryPlot.resx b/instat/sdgInventoryPlot.resx index f8055e2b392..3741aa9a71b 100644 --- a/instat/sdgInventoryPlot.resx +++ b/instat/sdgInventoryPlot.resx @@ -117,1864 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 156, 125 - - - 46, 20 - - - - 9 - - - ucrNudNumberofRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 0 - - - 12, 125 - - - 156, 20 - - - 8 - - - ucrChkNoOfRowsOrColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 1 - - - True - - - - NoControl - - - 12, 99 - - - 72, 17 - - - 6 - - - Horizontal - - - rdoHorizontal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFacets - - - 2 - - - True - - - NoControl - - - 108, 99 - - - 60, 17 - - - 7 - - - Vertical - - - rdoVertical - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFacets - - - 3 - - - 12, 97 - - - 165, 20 - - - 60 - - - ucrPnlHorizonatalVertical - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 4 - - - 12, 44 - - - 156, 20 - - - 2 - - - ucrChkFacetYSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 5 - - - 187, 44 - - - 50, 20 - - - 3 - - - ucrNudFacetYSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 6 - - - 12, 18 - - - 156, 20 - - - 0 - - - ucrChkFacetXSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 7 - - - 187, 18 - - - 50, 20 - - - 1 - - - ucrNudFacetXSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 8 - - - 12, 70 - - - 172, 20 - - - 4 - - - ucrChkScales - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 9 - - - 187, 70 - - - 137, 21 - - - 5 - - - ucrInputScale - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpFacets - - - 10 - - - 4, 22 - - - 3, 3, 3, 3 - - - 507, 271 - - - 4 - - - Facets - - - tpFacets - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbInventory - - - 0 - - - True - - - NoControl - - - 5, 79 - - - 30, 13 - - - 4 - - - Size: - - - lblYAxisSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 0 - - - True - - - NoControl - - - 6, 21 - - - 50, 17 - - - 0 - - - Auto - - - rdoAutoYAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 1 - - - 43, 47 - - - 7, 6, 7, 6 - - - 146, 21 - - - 3 - - - ucrInputYAxisTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 2 - - - True - - - NoControl - - - 138, 21 - - - 62, 17 - - - 2 - - - No Title - - - rdoNoYAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 3 - - - 43, 76 - - - 5, 5, 5, 5 - - - 50, 20 - - - 5 - - - ucrNudYAxisTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 4 - - - True - - - NoControl - - - 64, 21 - - - 60, 17 - - - 1 - - - Specify - - - rdoSpecifyYAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 5 - - - 6, 16 - - - 5, 5, 5, 5 - - - 204, 81 - - - 37 - - - UcrPnlYAxisTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 6 - - - True - - - NoControl - - - 40, 76 - - - 30, 13 - - - 45 - - - Size: - - - lblYAxisTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 7 - - - 257, 152 - - - 240, 111 - - - 2 - - - Y-Axis Title - - - grpyAxisTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 0 - - - True - - - NoControl - - - 5, 79 - - - 30, 13 - - - 4 - - - Size: - - - lblXAxisSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 0 - - - True - - - NoControl - - - 6, 21 - - - 50, 17 - - - 0 - - - Auto - - - rdoAutoXAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 1 - - - 46, 76 - - - 5, 5, 5, 5 - - - 50, 20 - - - 5 - - - ucrNudXaxisTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 2 - - - 46, 47 - - - 7, 6, 7, 6 - - - 146, 21 - - - 3 - - - ucrInputXAxisTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 3 - - - True - - - NoControl - - - 142, 21 - - - 62, 17 - - - 2 - - - No Title - - - rdoNoTitleXAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 4 - - - True - - - NoControl - - - 67, 21 - - - 62, 17 - - - 1 - - - Specifiy - - - rdoSpecifyXAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 5 - - - 6, 17 - - - 5, 5, 5, 5 - - - 228, 81 - - - 36 - - - ucrPnlXAxisTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 6 - - - 9, 152 - - - 242, 111 - - - 1 - - - X-Axis Title - - - grpAxes - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 1 - - - 431, 18 - - - 50, 20 - - - 3 - - - ucrNudTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 0 - - - True - - - NoControl - - - 325, 75 - - - 69, 13 - - - 10 - - - Caption Size: - - - lblCaptionSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 1 - - - True - - - NoControl - - - 325, 48 - - - 68, 13 - - - 6 - - - Subtitle Size: - - - lblSubTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 2 - - - True - - - NoControl - - - 325, 20 - - - 53, 13 - - - 2 - - - Title Size: - - - lblTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 3 - - - True - - - NoControl - - - 5, 75 - - - 78, 13 - - - 8 - - - Graph Caption: - - - lblCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 4 - - - True - - - NoControl - - - 5, 48 - - - 77, 13 - - - 4 - - - Graph Subtitle: - - - lblSubTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 5 - - - True - - - NoControl - - - 6, 20 - - - 62, 13 - - - 0 - - - Graph Title: - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 6 - - - 431, 72 - - - 5, 5, 5, 5 - - - 50, 20 - - - 11 - - - ucrNudCaptionSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 7 - - - 431, 45 - - - 5, 5, 5, 5 - - - 50, 20 - - - 7 - - - ucrNudSubTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 8 - - - 137, 72 - - - 7, 6, 7, 6 - - - 181, 53 - - - 9 - - - ucrInputGraphcCaption - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 9 - - - 137, 18 - - - 7, 6, 7, 6 - - - 181, 21 - - - 1 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 10 - - - 137, 45 - - - 7, 6, 7, 6 - - - 181, 21 - - - 5 - - - ucrInputGraphSubTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 11 - - - 9, 10 - - - 488, 136 - - - 0 - - - Graph - - - grpGraphTitles - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 507, 271 - - - 0 - - - Titles - - - tpTitles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbInventory - - - 1 - - - 8, 24 - - - 5, 5, 5, 5 - - - 141, 20 - - - 0 - - - ucrChkSpecifyXAxisTickMarks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 0 - - - 112, 79 - - - 50, 20 - - - 10 - - - ucrNudXAxisLabelSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 1 - - - 8, 53 - - - 5, 5, 5, 5 - - - 75, 20 - - - 7 - - - ucrChkXAxisAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 2 - - - 112, 52 - - - 5, 5, 5, 5 - - - 50, 20 - - - 8 - - - ucrNudXAxisAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 3 - - - 8, 82 - - - 5, 5, 5, 5 - - - 75, 20 - - - 9 - - - ucrChkXAxisLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 4 - - - True - - - NoControl - - - 157, 27 - - - 33, 13 - - - 1 - - - From: - - - lblXFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 5 - - - 192, 24 - - - 7, 6, 7, 6 - - - 51, 21 - - - 2 - - - ucrInputXFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 6 - - - 435, 24 - - - 7, 6, 7, 6 - - - 51, 21 - - - 6 - - - ucrInputXInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 7 - - - 272, 24 - - - 7, 6, 7, 6 - - - 51, 21 - - - 4 - - - ucrInputXTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 8 - - - True - - - NoControl - - - 328, 27 - - - 61, 13 - - - 5 - - - In Steps of: - - - lblXInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 9 - - - True - - - NoControl - - - 248, 27 - - - 23, 13 - - - 3 - - - To: - - - lblXTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 10 - - - 9, 10 - - - 492, 110 - - - 0 - - - X-Axis - - - grpXAxisLabels - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpXAxis - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 507, 271 - - - 1 - - - X-Axis - - - tpXAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbInventory - - - 2 - - - 8, 24 - - - 5, 5, 5, 5 - - - 133, 20 - - - 0 - - - ucrChkSpecifyDateBreaks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 0 - - - 129, 79 - - - 5, 5, 5, 5 - - - 50, 20 - - - 8 - - - ucrNudYAxisLabelSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 1 - - - 129, 52 - - - 5, 5, 5, 5 - - - 50, 20 - - - 6 - - - ucrNudYAxisAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 2 - - - 375, 22 - - - 7, 6, 7, 6 - - - 110, 21 - - - 4 - - - ucrInputDateDisplayFormat - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 3 - - - True - - - NoControl - - - 258, 27 - - - 79, 13 - - - 3 - - - Display Format: - - - lblDateDisplayFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpYAxis - - - 4 - - - 8, 82 - - - 5, 5, 5, 5 - - - 75, 20 - - - 7 - - - ucrChkYAxisLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 5 - - - 8, 53 - - - 5, 5, 5, 5 - - - 75, 20 - - - 5 - - - ucrChkYAxisAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 6 - - - 145, 23 - - - 5, 5, 5, 5 - - - 50, 20 - - - 1 - - - ucrNudDateBreakNumber - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 7 - - - 197, 23 - - - 7, 6, 7, 6 - - - 56, 21 - - - 2 - - - ucrInputDateBreakTime - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxis - - - 8 - - - 9, 10 - - - 492, 110 - - - 0 - - - Y-Axis - - - grpYAxis - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 507, 271 - - - 2 - - - Y-Axis - - - tpYAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbInventory - - - 3 - - - 156, 16 - - - 137, 21 - - - 1 - - - ucrInputLegendPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLegend - - - 0 - - - 12, 18 - - - 204, 20 - - - 0 - - - ucrChkLegendPosition - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLegend - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 507, 271 - - - 3 - - - Legend - - - tpLegend - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbInventory - - - 4 - - - 9, 8 - - - 515, 297 - - - 0 - - - tbInventory - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - 17, 17 - - 197, 307 - - - 159, 30 - - - 1 - - - ucrButtonsInventoryplot - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 537, 341 - - - CenterParent - - - Inventory Plot - - - ttInventoryPlot - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgInventoryPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgLayerOptions.Designer.vb b/instat/sdgLayerOptions.Designer.vb index 0c9396e6f56..1c6f8d19622 100644 --- a/instat/sdgLayerOptions.Designer.vb +++ b/instat/sdgLayerOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgLayerOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgLayerOptions)) Me.tbcLayers = New System.Windows.Forms.TabControl() Me.tbpAesthetics = New System.Windows.Forms.TabPage() Me.ucrGeomWithAes = New instat.ucrGeomListWithParameters() @@ -54,54 +53,80 @@ Partial Class sdgLayerOptions ' Me.tbcLayers.Controls.Add(Me.tbpAesthetics) Me.tbcLayers.Controls.Add(Me.tbpGeomParameters) - resources.ApplyResources(Me.tbcLayers, "tbcLayers") + Me.tbcLayers.Location = New System.Drawing.Point(6, 8) Me.tbcLayers.Name = "tbcLayers" Me.tbcLayers.SelectedIndex = 0 + Me.tbcLayers.Size = New System.Drawing.Size(482, 511) + Me.tbcLayers.TabIndex = 0 ' 'tbpAesthetics ' Me.tbpAesthetics.Controls.Add(Me.ucrGeomWithAes) - resources.ApplyResources(Me.tbpAesthetics, "tbpAesthetics") + Me.tbpAesthetics.Location = New System.Drawing.Point(4, 22) Me.tbpAesthetics.Name = "tbpAesthetics" + Me.tbpAesthetics.Padding = New System.Windows.Forms.Padding(3) + Me.tbpAesthetics.Size = New System.Drawing.Size(474, 485) + Me.tbpAesthetics.TabIndex = 0 + Me.tbpAesthetics.Text = "Layer Dimensions (Aesthetics)" Me.tbpAesthetics.UseVisualStyleBackColor = True ' 'ucrGeomWithAes ' - resources.ApplyResources(Me.ucrGeomWithAes, "ucrGeomWithAes") + Me.ucrGeomWithAes.AutoSize = True + Me.ucrGeomWithAes.Location = New System.Drawing.Point(3, 3) Me.ucrGeomWithAes.Name = "ucrGeomWithAes" + Me.ucrGeomWithAes.Size = New System.Drawing.Size(467, 399) + Me.ucrGeomWithAes.TabIndex = 0 ' 'tbpGeomParameters ' Me.tbpGeomParameters.Controls.Add(Me.ucrLayerParameter) - resources.ApplyResources(Me.tbpGeomParameters, "tbpGeomParameters") + Me.tbpGeomParameters.Location = New System.Drawing.Point(4, 22) Me.tbpGeomParameters.Name = "tbpGeomParameters" + Me.tbpGeomParameters.Padding = New System.Windows.Forms.Padding(3) + Me.tbpGeomParameters.Size = New System.Drawing.Size(474, 485) + Me.tbpGeomParameters.TabIndex = 1 + Me.tbpGeomParameters.Text = "Layer Parameters (Geom Parameters)" Me.tbpGeomParameters.UseVisualStyleBackColor = True ' 'ucrLayerParameter ' - resources.ApplyResources(Me.ucrLayerParameter, "ucrLayerParameter") + Me.ucrLayerParameter.AutoSize = True + Me.ucrLayerParameter.Location = New System.Drawing.Point(3, 3) Me.ucrLayerParameter.Name = "ucrLayerParameter" + Me.ucrLayerParameter.Size = New System.Drawing.Size(347, 481) + Me.ucrLayerParameter.TabIndex = 0 Me.ucrLayerParameter.ucrGeomWithAes = Nothing ' 'ucrSdgLayerBase ' - resources.ApplyResources(Me.ucrSdgLayerBase, "ucrSdgLayerBase") + Me.ucrSdgLayerBase.AutoSize = True + Me.ucrSdgLayerBase.Location = New System.Drawing.Point(173, 525) Me.ucrSdgLayerBase.Name = "ucrSdgLayerBase" + Me.ucrSdgLayerBase.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgLayerBase.TabIndex = 1 ' 'sdgLayerOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(492, 562) Me.Controls.Add(Me.tbcLayers) Me.Controls.Add(Me.ucrSdgLayerBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgLayerOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Layer Options" Me.tbcLayers.ResumeLayout(False) Me.tbpAesthetics.ResumeLayout(False) + Me.tbpAesthetics.PerformLayout() Me.tbpGeomParameters.ResumeLayout(False) + Me.tbpGeomParameters.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgLayerOptions.resx b/instat/sdgLayerOptions.resx index e0965123840..29dcb1b3a35 100644 --- a/instat/sdgLayerOptions.resx +++ b/instat/sdgLayerOptions.resx @@ -117,169 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 3, 3 - - - 467, 399 - - - - 0 - - - ucrGeomWithAes - - - instat.ucrGeomListWithParameters, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAesthetics - - - 0 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 474, 485 - - - 0 - - - Layer Dimensions (Aesthetics) - - - tbpAesthetics - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcLayers - - - 0 - - - 3, 3 - - - 308, 476 - - - 0 - - - ucrLayerParameter - - - instat.ucrLayerParameters, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpGeomParameters - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 474, 485 - - - 1 - - - Layer Parameters (Geom Parameters) - - - tbpGeomParameters - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcLayers - - - 1 - - - 6, 8 - - - 482, 511 - - - 0 - - - tbcLayers - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 173, 525 - - - 158, 30 - - - 1 - - - ucrSdgLayerBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 492, 562 - - - CenterParent - - - Layer Options - - - sdgLayerOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgMapOption.Designer.vb b/instat/sdgMapOption.Designer.vb index be08ead1c16..251b8cac00d 100644 --- a/instat/sdgMapOption.Designer.vb +++ b/instat/sdgMapOption.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgMapOption 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgMapOption)) Me.lblLat = New System.Windows.Forms.Label() Me.lblLongMin = New System.Windows.Forms.Label() Me.lblLatMax = New System.Windows.Forms.Label() @@ -38,75 +37,126 @@ Partial Class sdgMapOption ' 'lblLat ' - resources.ApplyResources(Me.lblLat, "lblLat") + Me.lblLat.AutoSize = True + Me.lblLat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLat.Location = New System.Drawing.Point(10, 83) Me.lblLat.Name = "lblLat" + Me.lblLat.Size = New System.Drawing.Size(48, 13) + Me.lblLat.TabIndex = 21 + Me.lblLat.Text = "Latitude:" ' 'lblLongMin ' - resources.ApplyResources(Me.lblLongMin, "lblLongMin") + Me.lblLongMin.AutoSize = True + Me.lblLongMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLongMin.Location = New System.Drawing.Point(72, 51) Me.lblLongMin.Name = "lblLongMin" + Me.lblLongMin.Size = New System.Drawing.Size(27, 13) + Me.lblLongMin.TabIndex = 17 + Me.lblLongMin.Text = "Min:" ' 'lblLatMax ' - resources.ApplyResources(Me.lblLatMax, "lblLatMax") + Me.lblLatMax.AutoSize = True + Me.lblLatMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLatMax.Location = New System.Drawing.Point(208, 83) Me.lblLatMax.Name = "lblLatMax" + Me.lblLatMax.Size = New System.Drawing.Size(30, 13) + Me.lblLatMax.TabIndex = 24 + Me.lblLatMax.Text = "Max:" ' 'lblLongMax ' - resources.ApplyResources(Me.lblLongMax, "lblLongMax") + Me.lblLongMax.AutoSize = True + Me.lblLongMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLongMax.Location = New System.Drawing.Point(208, 51) Me.lblLongMax.Name = "lblLongMax" + Me.lblLongMax.Size = New System.Drawing.Size(30, 13) + Me.lblLongMax.TabIndex = 19 + Me.lblLongMax.Text = "Max:" ' 'lblLatMin ' - resources.ApplyResources(Me.lblLatMin, "lblLatMin") + Me.lblLatMin.AutoSize = True + Me.lblLatMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLatMin.Location = New System.Drawing.Point(72, 83) Me.lblLatMin.Name = "lblLatMin" + Me.lblLatMin.Size = New System.Drawing.Size(27, 13) + Me.lblLatMin.TabIndex = 22 + Me.lblLatMin.Text = "Min:" ' 'lblLong ' - resources.ApplyResources(Me.lblLong, "lblLong") + Me.lblLong.AutoSize = True + Me.lblLong.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLong.Location = New System.Drawing.Point(10, 51) Me.lblLong.Name = "lblLong" + Me.lblLong.Size = New System.Drawing.Size(57, 13) + Me.lblLong.TabIndex = 16 + Me.lblLong.Text = "Longitude:" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(112, 132) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 25 ' 'ucrInputLatMax ' Me.ucrInputLatMax.AddQuotesIfUnrecognised = False + Me.ucrInputLatMax.AutoSize = True Me.ucrInputLatMax.IsMultiline = False Me.ucrInputLatMax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLatMax, "ucrInputLatMax") + Me.ucrInputLatMax.Location = New System.Drawing.Point(240, 78) + Me.ucrInputLatMax.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputLatMax.Name = "ucrInputLatMax" + Me.ucrInputLatMax.Size = New System.Drawing.Size(99, 21) + Me.ucrInputLatMax.TabIndex = 15 ' 'ucrInputLongMax ' Me.ucrInputLongMax.AddQuotesIfUnrecognised = False + Me.ucrInputLongMax.AutoSize = True Me.ucrInputLongMax.IsMultiline = False Me.ucrInputLongMax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLongMax, "ucrInputLongMax") + Me.ucrInputLongMax.Location = New System.Drawing.Point(238, 47) + Me.ucrInputLongMax.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputLongMax.Name = "ucrInputLongMax" + Me.ucrInputLongMax.Size = New System.Drawing.Size(99, 21) + Me.ucrInputLongMax.TabIndex = 20 ' 'ucrInputLatMin ' Me.ucrInputLatMin.AddQuotesIfUnrecognised = False + Me.ucrInputLatMin.AutoSize = True Me.ucrInputLatMin.IsMultiline = False Me.ucrInputLatMin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLatMin, "ucrInputLatMin") + Me.ucrInputLatMin.Location = New System.Drawing.Point(102, 78) + Me.ucrInputLatMin.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputLatMin.Name = "ucrInputLatMin" + Me.ucrInputLatMin.Size = New System.Drawing.Size(99, 21) + Me.ucrInputLatMin.TabIndex = 23 ' 'ucrInputLongMin ' Me.ucrInputLongMin.AddQuotesIfUnrecognised = False + Me.ucrInputLongMin.AutoSize = True Me.ucrInputLongMin.IsMultiline = False Me.ucrInputLongMin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLongMin, "ucrInputLongMin") + Me.ucrInputLongMin.Location = New System.Drawing.Point(102, 47) + Me.ucrInputLongMin.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputLongMin.Name = "ucrInputLongMin" + Me.ucrInputLongMin.Size = New System.Drawing.Size(99, 21) + Me.ucrInputLongMin.TabIndex = 18 ' 'sdgMapOption ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(383, 181) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.lblLat) Me.Controls.Add(Me.lblLongMin) @@ -119,9 +169,12 @@ Partial Class sdgMapOption Me.Controls.Add(Me.lblLong) Me.Controls.Add(Me.ucrInputLongMin) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgMapOption" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Map Options " Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgMapOption.resx b/instat/sdgMapOption.resx index c5f183c1495..29dcb1b3a35 100644 --- a/instat/sdgMapOption.resx +++ b/instat/sdgMapOption.resx @@ -117,331 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 10, 83 - - - 48, 13 - - - 21 - - - Latitude: - - - lblLat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 72, 51 - - - 27, 13 - - - 17 - - - Min: - - - lblLongMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 208, 83 - - - 30, 13 - - - 24 - - - Max: - - - lblLatMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 208, 51 - - - 30, 13 - - - 19 - - - Max: - - - lblLongMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 72, 83 - - - 27, 13 - - - 22 - - - Min: - - - lblLatMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 10, 51 - - - 57, 13 - - - 16 - - - Longitude: - - - lblLong - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 112, 132 - - - 157, 30 - - - 25 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 240, 78 - - - 9, 12, 9, 12 - - - 99, 21 - - - 15 - - - ucrInputLatMax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 238, 47 - - - 9, 12, 9, 12 - - - 99, 21 - - - 20 - - - ucrInputLongMax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 102, 78 - - - 9, 12, 9, 12 - - - 99, 21 - - - 23 - - - ucrInputLatMin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 102, 47 - - - 9, 12, 9, 12 - - - 99, 21 - - - 18 - - - ucrInputLongMin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 6, 13 - - - True - - - 383, 181 - - - 2, 2, 2, 2 - - - CenterScreen - - - Map Options - - - sdgMapOption - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgMerge.Designer.vb b/instat/sdgMerge.Designer.vb index 76b710d6fda..4f4eb65325a 100644 --- a/instat/sdgMerge.Designer.vb +++ b/instat/sdgMerge.Designer.vb @@ -39,7 +39,6 @@ Partial Class sdgMerge Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgMerge)) Me.ttJoinDetails = New System.Windows.Forms.ToolTip(Me.components) Me.ucrSubBase = New instat.ucrButtonsSubdialogue() Me.ucrSelectorSecondDF = New instat.ucrSelectorByDataFrameAddRemove() @@ -66,24 +65,35 @@ Partial Class sdgMerge ' 'ucrSubBase ' - resources.ApplyResources(Me.ucrSubBase, "ucrSubBase") + Me.ucrSubBase.AutoSize = True + Me.ucrSubBase.Location = New System.Drawing.Point(249, 292) Me.ucrSubBase.Name = "ucrSubBase" + Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) + Me.ucrSubBase.TabIndex = 4 ' 'ucrSelectorSecondDF ' + Me.ucrSelectorSecondDF.AutoSize = True Me.ucrSelectorSecondDF.bDropUnusedFilterLevels = False Me.ucrSelectorSecondDF.bShowHiddenColumns = False Me.ucrSelectorSecondDF.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSecondDF, "ucrSelectorSecondDF") + Me.ucrSelectorSecondDF.Location = New System.Drawing.Point(226, 18) + Me.ucrSelectorSecondDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSecondDF.Name = "ucrSelectorSecondDF" + Me.ucrSelectorSecondDF.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorSecondDF.TabIndex = 1 ' 'ucrSelectorFirstDF ' + Me.ucrSelectorFirstDF.AutoSize = True Me.ucrSelectorFirstDF.bDropUnusedFilterLevels = False Me.ucrSelectorFirstDF.bShowHiddenColumns = False Me.ucrSelectorFirstDF.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFirstDF, "ucrSelectorFirstDF") + Me.ucrSelectorFirstDF.Location = New System.Drawing.Point(10, 18) + Me.ucrSelectorFirstDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFirstDF.Name = "ucrSelectorFirstDF" + Me.ucrSelectorFirstDF.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFirstDF.TabIndex = 0 ' 'pnlKeyColumns ' @@ -91,33 +101,50 @@ Partial Class sdgMerge Me.pnlKeyColumns.Controls.Add(Me.lstKeyColumns) Me.pnlKeyColumns.Controls.Add(Me.lblKeyColumns) Me.pnlKeyColumns.Controls.Add(Me.cmdRemoveSelectedPair) - resources.ApplyResources(Me.pnlKeyColumns, "pnlKeyColumns") + Me.pnlKeyColumns.Location = New System.Drawing.Point(443, 26) Me.pnlKeyColumns.Name = "pnlKeyColumns" + Me.pnlKeyColumns.Size = New System.Drawing.Size(194, 256) + Me.pnlKeyColumns.TabIndex = 2 ' 'cmdRemoveAll ' - resources.ApplyResources(Me.cmdRemoveAll, "cmdRemoveAll") + Me.cmdRemoveAll.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemoveAll.Location = New System.Drawing.Point(6, 223) Me.cmdRemoveAll.Name = "cmdRemoveAll" + Me.cmdRemoveAll.Size = New System.Drawing.Size(130, 23) + Me.cmdRemoveAll.TabIndex = 3 + Me.cmdRemoveAll.Text = "Remove All Pairs" Me.cmdRemoveAll.UseVisualStyleBackColor = True ' 'lstKeyColumns ' Me.lstKeyColumns.FullRowSelect = True Me.lstKeyColumns.HideSelection = False - resources.ApplyResources(Me.lstKeyColumns, "lstKeyColumns") + Me.lstKeyColumns.Location = New System.Drawing.Point(6, 21) Me.lstKeyColumns.Name = "lstKeyColumns" + Me.lstKeyColumns.Size = New System.Drawing.Size(185, 167) + Me.lstKeyColumns.TabIndex = 1 Me.lstKeyColumns.UseCompatibleStateImageBehavior = False Me.lstKeyColumns.View = System.Windows.Forms.View.Details ' 'lblKeyColumns ' - resources.ApplyResources(Me.lblKeyColumns, "lblKeyColumns") + Me.lblKeyColumns.AutoSize = True + Me.lblKeyColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblKeyColumns.Location = New System.Drawing.Point(3, 5) Me.lblKeyColumns.Name = "lblKeyColumns" + Me.lblKeyColumns.Size = New System.Drawing.Size(68, 13) + Me.lblKeyColumns.TabIndex = 0 + Me.lblKeyColumns.Text = "Key Columns" ' 'cmdRemoveSelectedPair ' - resources.ApplyResources(Me.cmdRemoveSelectedPair, "cmdRemoveSelectedPair") + Me.cmdRemoveSelectedPair.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRemoveSelectedPair.Location = New System.Drawing.Point(6, 194) Me.cmdRemoveSelectedPair.Name = "cmdRemoveSelectedPair" + Me.cmdRemoveSelectedPair.Size = New System.Drawing.Size(130, 23) + Me.cmdRemoveSelectedPair.TabIndex = 2 + Me.cmdRemoveSelectedPair.Text = "Remove Selected Pair" Me.cmdRemoveSelectedPair.UseVisualStyleBackColor = True ' 'grpKeys @@ -126,43 +153,65 @@ Partial Class sdgMerge Me.grpKeys.Controls.Add(Me.lblFirstKeyMatch) Me.grpKeys.Controls.Add(Me.ucrReceiverSecondDF) Me.grpKeys.Controls.Add(Me.ucrReceiverFirstDF) - resources.ApplyResources(Me.grpKeys, "grpKeys") + Me.grpKeys.Location = New System.Drawing.Point(9, 204) Me.grpKeys.Name = "grpKeys" + Me.grpKeys.Size = New System.Drawing.Size(335, 76) + Me.grpKeys.TabIndex = 3 Me.grpKeys.TabStop = False + Me.grpKeys.Text = "Key Columns" ' 'cmdAddPair ' - resources.ApplyResources(Me.cmdAddPair, "cmdAddPair") + Me.cmdAddPair.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAddPair.Location = New System.Drawing.Point(4, 46) Me.cmdAddPair.Name = "cmdAddPair" + Me.cmdAddPair.Size = New System.Drawing.Size(118, 23) + Me.cmdAddPair.TabIndex = 3 + Me.cmdAddPair.Text = "Add Pair" Me.cmdAddPair.UseVisualStyleBackColor = True ' 'lblFirstKeyMatch ' - resources.ApplyResources(Me.lblFirstKeyMatch, "lblFirstKeyMatch") + Me.lblFirstKeyMatch.AutoSize = True + Me.lblFirstKeyMatch.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstKeyMatch.Location = New System.Drawing.Point(128, 22) Me.lblFirstKeyMatch.Name = "lblFirstKeyMatch" + Me.lblFirstKeyMatch.Size = New System.Drawing.Size(74, 13) + Me.lblFirstKeyMatch.TabIndex = 1 + Me.lblFirstKeyMatch.Text = "Matched With" ' 'ucrReceiverSecondDF ' + Me.ucrReceiverSecondDF.AutoSize = True Me.ucrReceiverSecondDF.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondDF, "ucrReceiverSecondDF") + Me.ucrReceiverSecondDF.Location = New System.Drawing.Point(205, 20) + Me.ucrReceiverSecondDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondDF.Name = "ucrReceiverSecondDF" Me.ucrReceiverSecondDF.Selector = Nothing + Me.ucrReceiverSecondDF.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecondDF.strNcFilePath = "" + Me.ucrReceiverSecondDF.TabIndex = 2 Me.ucrReceiverSecondDF.ucrSelector = Nothing ' 'ucrReceiverFirstDF ' + Me.ucrReceiverFirstDF.AutoSize = True Me.ucrReceiverFirstDF.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstDF, "ucrReceiverFirstDF") + Me.ucrReceiverFirstDF.Location = New System.Drawing.Point(4, 20) + Me.ucrReceiverFirstDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirstDF.Name = "ucrReceiverFirstDF" Me.ucrReceiverFirstDF.Selector = Nothing + Me.ucrReceiverFirstDF.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFirstDF.strNcFilePath = "" + Me.ucrReceiverFirstDF.TabIndex = 0 Me.ucrReceiverFirstDF.ucrSelector = Nothing ' 'sdgMerge ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(644, 324) Me.Controls.Add(Me.ucrSelectorSecondDF) Me.Controls.Add(Me.ucrSelectorFirstDF) Me.Controls.Add(Me.pnlKeyColumns) @@ -172,11 +221,14 @@ Partial Class sdgMerge Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgMerge" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Joining Columns" Me.pnlKeyColumns.ResumeLayout(False) Me.pnlKeyColumns.PerformLayout() Me.grpKeys.ResumeLayout(False) Me.grpKeys.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgMerge.resx b/instat/sdgMerge.resx index 5b1ec85fb16..3862a984f17 100644 --- a/instat/sdgMerge.resx +++ b/instat/sdgMerge.resx @@ -120,361 +120,4 @@ 17, 17 - - - 249, 292 - - - 158, 30 - - - - 4 - - - ucrSubBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 226, 18 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorSecondDF - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 18 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorFirstDF - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - NoControl - - - 6, 223 - - - 130, 23 - - - 3 - - - Remove All Pairs - - - cmdRemoveAll - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlKeyColumns - - - 0 - - - 6, 21 - - - 185, 167 - - - 1 - - - lstKeyColumns - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlKeyColumns - - - 1 - - - True - - - NoControl - - - 3, 5 - - - 68, 13 - - - 0 - - - Key Columns - - - lblKeyColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlKeyColumns - - - 2 - - - NoControl - - - 6, 194 - - - 130, 23 - - - 2 - - - Remove Selected Pair - - - cmdRemoveSelectedPair - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlKeyColumns - - - 3 - - - 443, 26 - - - 194, 256 - - - 2 - - - pnlKeyColumns - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 4, 46 - - - 118, 23 - - - 3 - - - Add Pair - - - cmdAddPair - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeys - - - 0 - - - True - - - NoControl - - - 128, 22 - - - 74, 13 - - - 1 - - - Matched With - - - lblFirstKeyMatch - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeys - - - 1 - - - True - - - 6, 13 - - - True - - - 644, 324 - - - CenterParent - - - Joining Columns - - - ttJoinDetails - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgMerge - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 205, 20 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverSecondDF - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeys - - - 2 - - - 4, 20 - - - 0, 0, 0, 0 - - - 120, 20 - - - 0 - - - ucrReceiverFirstDF - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeys - - - 3 - - - 9, 204 - - - 335, 76 - - - 3 - - - Key Columns - - - grpKeys - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/sdgMergeColumnsToInclude.Designer.vb b/instat/sdgMergeColumnsToInclude.Designer.vb index 5170175fb06..058425aa7c7 100644 --- a/instat/sdgMergeColumnsToInclude.Designer.vb +++ b/instat/sdgMergeColumnsToInclude.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgMergeColumnstoInclude 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgMergeColumnstoInclude)) Me.ucrChkMergeWithSubsetSecond = New instat.ucrCheck() Me.ucrChkMergeWithSubsetFirst = New instat.ucrCheck() Me.lblVariablesToIncludeSecond = New System.Windows.Forms.Label() @@ -36,69 +35,106 @@ Partial Class sdgMergeColumnstoInclude ' 'ucrChkMergeWithSubsetSecond ' + Me.ucrChkMergeWithSubsetSecond.AutoSize = True Me.ucrChkMergeWithSubsetSecond.Checked = False - resources.ApplyResources(Me.ucrChkMergeWithSubsetSecond, "ucrChkMergeWithSubsetSecond") + Me.ucrChkMergeWithSubsetSecond.Location = New System.Drawing.Point(255, 15) Me.ucrChkMergeWithSubsetSecond.Name = "ucrChkMergeWithSubsetSecond" + Me.ucrChkMergeWithSubsetSecond.Size = New System.Drawing.Size(210, 23) + Me.ucrChkMergeWithSubsetSecond.TabIndex = 2 ' 'ucrChkMergeWithSubsetFirst ' + Me.ucrChkMergeWithSubsetFirst.AutoSize = True Me.ucrChkMergeWithSubsetFirst.Checked = False - resources.ApplyResources(Me.ucrChkMergeWithSubsetFirst, "ucrChkMergeWithSubsetFirst") + Me.ucrChkMergeWithSubsetFirst.Location = New System.Drawing.Point(13, 15) Me.ucrChkMergeWithSubsetFirst.Name = "ucrChkMergeWithSubsetFirst" + Me.ucrChkMergeWithSubsetFirst.Size = New System.Drawing.Size(206, 23) + Me.ucrChkMergeWithSubsetFirst.TabIndex = 0 ' 'lblVariablesToIncludeSecond ' - resources.ApplyResources(Me.lblVariablesToIncludeSecond, "lblVariablesToIncludeSecond") + Me.lblVariablesToIncludeSecond.AutoSize = True + Me.lblVariablesToIncludeSecond.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariablesToIncludeSecond.Location = New System.Drawing.Point(252, 228) Me.lblVariablesToIncludeSecond.Name = "lblVariablesToIncludeSecond" + Me.lblVariablesToIncludeSecond.Size = New System.Drawing.Size(103, 13) + Me.lblVariablesToIncludeSecond.TabIndex = 6 + Me.lblVariablesToIncludeSecond.Text = "Variables to Include:" ' 'lblVariablesToIncludeFirst ' - resources.ApplyResources(Me.lblVariablesToIncludeFirst, "lblVariablesToIncludeFirst") + Me.lblVariablesToIncludeFirst.AutoSize = True + Me.lblVariablesToIncludeFirst.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariablesToIncludeFirst.Location = New System.Drawing.Point(13, 228) Me.lblVariablesToIncludeFirst.Name = "lblVariablesToIncludeFirst" + Me.lblVariablesToIncludeFirst.Size = New System.Drawing.Size(103, 13) + Me.lblVariablesToIncludeFirst.TabIndex = 4 + Me.lblVariablesToIncludeFirst.Text = "Variables to Include:" ' 'ucrReceiverSecondSelected ' + Me.ucrReceiverSecondSelected.AutoSize = True Me.ucrReceiverSecondSelected.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondSelected, "ucrReceiverSecondSelected") + Me.ucrReceiverSecondSelected.Location = New System.Drawing.Point(255, 243) + Me.ucrReceiverSecondSelected.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondSelected.Name = "ucrReceiverSecondSelected" Me.ucrReceiverSecondSelected.Selector = Nothing + Me.ucrReceiverSecondSelected.Size = New System.Drawing.Size(120, 119) Me.ucrReceiverSecondSelected.strNcFilePath = "" + Me.ucrReceiverSecondSelected.TabIndex = 7 Me.ucrReceiverSecondSelected.ucrSelector = Nothing ' 'ucrReceiverFirstSelected ' + Me.ucrReceiverFirstSelected.AutoSize = True Me.ucrReceiverFirstSelected.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstSelected, "ucrReceiverFirstSelected") + Me.ucrReceiverFirstSelected.Location = New System.Drawing.Point(13, 243) + Me.ucrReceiverFirstSelected.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirstSelected.Name = "ucrReceiverFirstSelected" Me.ucrReceiverFirstSelected.Selector = Nothing + Me.ucrReceiverFirstSelected.Size = New System.Drawing.Size(120, 119) Me.ucrReceiverFirstSelected.strNcFilePath = "" + Me.ucrReceiverFirstSelected.TabIndex = 5 Me.ucrReceiverFirstSelected.ucrSelector = Nothing ' 'ucrSelectorColumnsToIncludeSecond ' + Me.ucrSelectorColumnsToIncludeSecond.AutoSize = True Me.ucrSelectorColumnsToIncludeSecond.bDropUnusedFilterLevels = False Me.ucrSelectorColumnsToIncludeSecond.bShowHiddenColumns = False Me.ucrSelectorColumnsToIncludeSecond.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorColumnsToIncludeSecond, "ucrSelectorColumnsToIncludeSecond") + Me.ucrSelectorColumnsToIncludeSecond.Location = New System.Drawing.Point(255, 39) + Me.ucrSelectorColumnsToIncludeSecond.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumnsToIncludeSecond.Name = "ucrSelectorColumnsToIncludeSecond" + Me.ucrSelectorColumnsToIncludeSecond.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorColumnsToIncludeSecond.TabIndex = 3 ' 'ucrSelectorColumnsToIncludeFirst ' + Me.ucrSelectorColumnsToIncludeFirst.AutoSize = True Me.ucrSelectorColumnsToIncludeFirst.bDropUnusedFilterLevels = False Me.ucrSelectorColumnsToIncludeFirst.bShowHiddenColumns = False Me.ucrSelectorColumnsToIncludeFirst.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorColumnsToIncludeFirst, "ucrSelectorColumnsToIncludeFirst") + Me.ucrSelectorColumnsToIncludeFirst.Location = New System.Drawing.Point(13, 39) + Me.ucrSelectorColumnsToIncludeFirst.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumnsToIncludeFirst.Name = "ucrSelectorColumnsToIncludeFirst" + Me.ucrSelectorColumnsToIncludeFirst.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorColumnsToIncludeFirst.TabIndex = 1 ' 'ucrSubBase ' - resources.ApplyResources(Me.ucrSubBase, "ucrSubBase") + Me.ucrSubBase.AutoSize = True + Me.ucrSubBase.Location = New System.Drawing.Point(159, 381) Me.ucrSubBase.Name = "ucrSubBase" + Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) + Me.ucrSubBase.TabIndex = 8 ' 'sdgMergeColumnstoInclude ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(478, 414) Me.Controls.Add(Me.ucrSubBase) Me.Controls.Add(Me.ucrChkMergeWithSubsetSecond) Me.Controls.Add(Me.ucrChkMergeWithSubsetFirst) @@ -112,6 +148,8 @@ Partial Class sdgMergeColumnstoInclude Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgMergeColumnstoInclude" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Columns to Include" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgMergeColumnsToInclude.resx b/instat/sdgMergeColumnsToInclude.resx index 2cb06230ed3..1af7de150c9 100644 --- a/instat/sdgMergeColumnsToInclude.resx +++ b/instat/sdgMergeColumnsToInclude.resx @@ -117,250 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 15 - - - 210, 20 - - - - 2 - - - ucrChkMergeWithSubsetSecond - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 13, 15 - - - 206, 20 - - - 0 - - - ucrChkMergeWithSubsetFirst - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - - NoControl - - - 252, 228 - - - 103, 13 - - - 6 - - - Variables to Include: - - - lblVariablesToIncludeSecond - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 13, 228 - - - 103, 13 - - - 4 - - - Variables to Include: - - - lblVariablesToIncludeFirst - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 478, 414 - - - 159, 381 - - - 159, 30 - - - 8 - - - ucrSubBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 13, 243 - - - 0, 0, 0, 0 - - - 120, 119 - - - 5 - - - ucrReceiverFirstSelected - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 255, 39 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorColumnsToIncludeSecond - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 13, 39 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorColumnsToIncludeFirst - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterParent - - - Columns to Include - - - sdgMergeColumnstoInclude - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 243 - - - 0, 0, 0, 0 - - - 120, 119 - - - 7 - - - ucrReceiverSecondSelected - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/sdgMissingOptions.Designer.vb b/instat/sdgMissingOptions.Designer.vb index 871e083822f..f41b9b00f33 100644 --- a/instat/sdgMissingOptions.Designer.vb +++ b/instat/sdgMissingOptions.Designer.vb @@ -35,14 +35,16 @@ Partial Class sdgMissingOptions ' 'ucrBase ' + Me.ucrBase.AutoSize = True Me.ucrBase.Location = New System.Drawing.Point(81, 145) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(155, 30) + Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 0 ' 'ucrInputPercentage ' Me.ucrInputPercentage.AddQuotesIfUnrecognised = True + Me.ucrInputPercentage.AutoSize = True Me.ucrInputPercentage.IsMultiline = False Me.ucrInputPercentage.IsReadOnly = False Me.ucrInputPercentage.Location = New System.Drawing.Point(268, 70) @@ -53,15 +55,17 @@ Partial Class sdgMissingOptions ' 'ucrChkMinNumNonMissing ' + Me.ucrChkMinNumNonMissing.AutoSize = True Me.ucrChkMinNumNonMissing.Checked = False Me.ucrChkMinNumNonMissing.Location = New System.Drawing.Point(9, 41) Me.ucrChkMinNumNonMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMinNumNonMissing.Name = "ucrChkMinNumNonMissing" - Me.ucrChkMinNumNonMissing.Size = New System.Drawing.Size(258, 20) + Me.ucrChkMinNumNonMissing.Size = New System.Drawing.Size(258, 23) Me.ucrChkMinNumNonMissing.TabIndex = 11 ' 'ucrNudNumberNotMissing ' + Me.ucrNudNumberNotMissing.AutoSize = True Me.ucrNudNumberNotMissing.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberNotMissing.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNumberNotMissing.Location = New System.Drawing.Point(268, 41) @@ -75,6 +79,7 @@ Partial Class sdgMissingOptions ' 'ucrNudConsecutive ' + Me.ucrNudConsecutive.AutoSize = True Me.ucrNudConsecutive.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConsecutive.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudConsecutive.Location = New System.Drawing.Point(268, 99) @@ -88,33 +93,37 @@ Partial Class sdgMissingOptions ' 'ucrChkConsecutiveMissing ' + Me.ucrChkConsecutiveMissing.AutoSize = True Me.ucrChkConsecutiveMissing.Checked = False Me.ucrChkConsecutiveMissing.Location = New System.Drawing.Point(9, 99) Me.ucrChkConsecutiveMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkConsecutiveMissing.Name = "ucrChkConsecutiveMissing" - Me.ucrChkConsecutiveMissing.Size = New System.Drawing.Size(258, 20) + Me.ucrChkConsecutiveMissing.Size = New System.Drawing.Size(258, 23) Me.ucrChkConsecutiveMissing.TabIndex = 15 ' 'ucrChkMaxNumMissing ' + Me.ucrChkMaxNumMissing.AutoSize = True Me.ucrChkMaxNumMissing.Checked = False Me.ucrChkMaxNumMissing.Location = New System.Drawing.Point(9, 12) Me.ucrChkMaxNumMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMaxNumMissing.Name = "ucrChkMaxNumMissing" - Me.ucrChkMaxNumMissing.Size = New System.Drawing.Size(258, 20) + Me.ucrChkMaxNumMissing.Size = New System.Drawing.Size(258, 23) Me.ucrChkMaxNumMissing.TabIndex = 9 ' 'ucrChkMaxPercMissing ' + Me.ucrChkMaxPercMissing.AutoSize = True Me.ucrChkMaxPercMissing.Checked = False Me.ucrChkMaxPercMissing.Location = New System.Drawing.Point(9, 70) Me.ucrChkMaxPercMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMaxPercMissing.Name = "ucrChkMaxPercMissing" - Me.ucrChkMaxPercMissing.Size = New System.Drawing.Size(258, 20) + Me.ucrChkMaxPercMissing.Size = New System.Drawing.Size(258, 23) Me.ucrChkMaxPercMissing.TabIndex = 13 ' 'ucrNudNumber ' + Me.ucrNudNumber.AutoSize = True Me.ucrNudNumber.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumber.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNumber.Location = New System.Drawing.Point(268, 11) @@ -128,8 +137,8 @@ Partial Class sdgMissingOptions ' 'sdgMissingOptions ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(324, 176) Me.Controls.Add(Me.ucrInputPercentage) @@ -148,6 +157,7 @@ Partial Class sdgMissingOptions Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Options for Missing Values" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgModelOptions.Designer.vb b/instat/sdgModelOptions.Designer.vb index c99d5d52bd4..81a3eafcfe2 100644 --- a/instat/sdgModelOptions.Designer.vb +++ b/instat/sdgModelOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgModelOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgModelOptions)) Me.rdoCloglog = New System.Windows.Forms.RadioButton() Me.rdoSqrt = New System.Windows.Forms.RadioButton() Me.rdoMuSquaredInverse = New System.Windows.Forms.RadioButton() @@ -57,50 +56,74 @@ Partial Class sdgModelOptions ' 'rdoCloglog ' - resources.ApplyResources(Me.rdoCloglog, "rdoCloglog") + Me.rdoCloglog.AutoSize = True Me.rdoCloglog.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoCloglog.Location = New System.Drawing.Point(85, 23) Me.rdoCloglog.Name = "rdoCloglog" + Me.rdoCloglog.Size = New System.Drawing.Size(59, 17) + Me.rdoCloglog.TabIndex = 1 Me.rdoCloglog.Tag = "cloglog" + Me.rdoCloglog.Text = "cloglog" Me.rdoCloglog.UseVisualStyleBackColor = True ' 'rdoSqrt ' - resources.ApplyResources(Me.rdoSqrt, "rdoSqrt") + Me.rdoSqrt.AutoSize = True Me.rdoSqrt.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoSqrt.Location = New System.Drawing.Point(85, 47) Me.rdoSqrt.Name = "rdoSqrt" + Me.rdoSqrt.Size = New System.Drawing.Size(44, 17) + Me.rdoSqrt.TabIndex = 4 Me.rdoSqrt.Tag = "Sqrt" + Me.rdoSqrt.Text = "Sqrt" Me.rdoSqrt.UseVisualStyleBackColor = True ' 'rdoMuSquaredInverse ' - resources.ApplyResources(Me.rdoMuSquaredInverse, "rdoMuSquaredInverse") + Me.rdoMuSquaredInverse.AutoSize = True Me.rdoMuSquaredInverse.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoMuSquaredInverse.Location = New System.Drawing.Point(85, 73) Me.rdoMuSquaredInverse.Name = "rdoMuSquaredInverse" + Me.rdoMuSquaredInverse.Size = New System.Drawing.Size(62, 17) + Me.rdoMuSquaredInverse.TabIndex = 7 Me.rdoMuSquaredInverse.Tag = "1/mu^2" + Me.rdoMuSquaredInverse.Text = "1/mu^2" Me.rdoMuSquaredInverse.UseVisualStyleBackColor = True ' 'rdoInverse ' - resources.ApplyResources(Me.rdoInverse, "rdoInverse") + Me.rdoInverse.AutoSize = True Me.rdoInverse.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoInverse.Location = New System.Drawing.Point(155, 71) Me.rdoInverse.Name = "rdoInverse" + Me.rdoInverse.Size = New System.Drawing.Size(60, 17) + Me.rdoInverse.TabIndex = 8 Me.rdoInverse.Tag = "Inverse" + Me.rdoInverse.Text = "Inverse" Me.rdoInverse.UseVisualStyleBackColor = True ' 'rdoCauchit ' - resources.ApplyResources(Me.rdoCauchit, "rdoCauchit") + Me.rdoCauchit.AutoSize = True Me.rdoCauchit.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoCauchit.Location = New System.Drawing.Point(155, 22) Me.rdoCauchit.Name = "rdoCauchit" + Me.rdoCauchit.Size = New System.Drawing.Size(61, 17) + Me.rdoCauchit.TabIndex = 2 Me.rdoCauchit.Tag = "Cauchit" + Me.rdoCauchit.Text = "Cauchit" Me.rdoCauchit.UseVisualStyleBackColor = True ' 'rdoProbit ' - resources.ApplyResources(Me.rdoProbit, "rdoProbit") + Me.rdoProbit.AutoSize = True Me.rdoProbit.Cursor = System.Windows.Forms.Cursors.Default + Me.rdoProbit.Location = New System.Drawing.Point(155, 47) Me.rdoProbit.Name = "rdoProbit" + Me.rdoProbit.Size = New System.Drawing.Size(52, 17) + Me.rdoProbit.TabIndex = 5 Me.rdoProbit.Tag = "Probit" + Me.rdoProbit.Text = "Probit" Me.rdoProbit.UseVisualStyleBackColor = True ' 'grpLinkFunctions @@ -115,47 +138,73 @@ Partial Class sdgModelOptions Me.grpLinkFunctions.Controls.Add(Me.rdoCauchit) Me.grpLinkFunctions.Controls.Add(Me.rdoProbit) Me.grpLinkFunctions.Controls.Add(Me.ucrPnlLinkFunctions) - resources.ApplyResources(Me.grpLinkFunctions, "grpLinkFunctions") + Me.grpLinkFunctions.Location = New System.Drawing.Point(12, 57) Me.grpLinkFunctions.Name = "grpLinkFunctions" + Me.grpLinkFunctions.Size = New System.Drawing.Size(239, 104) + Me.grpLinkFunctions.TabIndex = 11 Me.grpLinkFunctions.TabStop = False + Me.grpLinkFunctions.Text = "Link Function" ' 'rdoIdentity ' - resources.ApplyResources(Me.rdoIdentity, "rdoIdentity") + Me.rdoIdentity.AutoSize = True + Me.rdoIdentity.Location = New System.Drawing.Point(15, 22) Me.rdoIdentity.Name = "rdoIdentity" + Me.rdoIdentity.Size = New System.Drawing.Size(59, 17) + Me.rdoIdentity.TabIndex = 12 + Me.rdoIdentity.Text = "Identity" Me.rdoIdentity.UseVisualStyleBackColor = True ' 'rdoLog ' - resources.ApplyResources(Me.rdoLog, "rdoLog") + Me.rdoLog.AutoSize = True + Me.rdoLog.Location = New System.Drawing.Point(15, 47) Me.rdoLog.Name = "rdoLog" + Me.rdoLog.Size = New System.Drawing.Size(43, 17) + Me.rdoLog.TabIndex = 11 + Me.rdoLog.Text = "Log" Me.rdoLog.UseVisualStyleBackColor = True ' 'rdoLogit ' - resources.ApplyResources(Me.rdoLogit, "rdoLogit") + Me.rdoLogit.AutoSize = True + Me.rdoLogit.Location = New System.Drawing.Point(15, 71) Me.rdoLogit.Name = "rdoLogit" + Me.rdoLogit.Size = New System.Drawing.Size(48, 17) + Me.rdoLogit.TabIndex = 10 + Me.rdoLogit.Text = "Logit" Me.rdoLogit.UseVisualStyleBackColor = True ' 'ucrPnlLinkFunctions ' - resources.ApplyResources(Me.ucrPnlLinkFunctions, "ucrPnlLinkFunctions") + Me.ucrPnlLinkFunctions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLinkFunctions.Location = New System.Drawing.Point(6, 19) Me.ucrPnlLinkFunctions.Name = "ucrPnlLinkFunctions" + Me.ucrPnlLinkFunctions.Size = New System.Drawing.Size(225, 79) + Me.ucrPnlLinkFunctions.TabIndex = 9 ' 'ucrDistributionChoice ' - resources.ApplyResources(Me.ucrDistributionChoice, "ucrDistributionChoice") + Me.ucrDistributionChoice.AutoSize = True + Me.ucrDistributionChoice.Location = New System.Drawing.Point(12, 12) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" + Me.ucrDistributionChoice.Size = New System.Drawing.Size(208, 27) + Me.ucrDistributionChoice.TabIndex = 10 ' 'ucrButtonsSDGModelOptions ' - resources.ApplyResources(Me.ucrButtonsSDGModelOptions, "ucrButtonsSDGModelOptions") + Me.ucrButtonsSDGModelOptions.AutoSize = True + Me.ucrButtonsSDGModelOptions.Location = New System.Drawing.Point(45, 167) Me.ucrButtonsSDGModelOptions.Name = "ucrButtonsSDGModelOptions" + Me.ucrButtonsSDGModelOptions.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsSDGModelOptions.TabIndex = 2 ' 'sdgModelOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(263, 204) Me.Controls.Add(Me.ucrDistributionChoice) Me.Controls.Add(Me.grpLinkFunctions) Me.Controls.Add(Me.ucrButtonsSDGModelOptions) @@ -163,10 +212,13 @@ Partial Class sdgModelOptions Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgModelOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Model_Options" + Me.Text = "Model Options" Me.grpLinkFunctions.ResumeLayout(False) Me.grpLinkFunctions.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgModelOptions.resx b/instat/sdgModelOptions.resx index fe341647b46..29dcb1b3a35 100644 --- a/instat/sdgModelOptions.resx +++ b/instat/sdgModelOptions.resx @@ -117,361 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 85, 23 - - - 59, 17 - - - 1 - - - cloglog - - - rdoCloglog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 3 - - - True - - - 85, 47 - - - 44, 17 - - - 4 - - - Sqrt - - - rdoSqrt - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 4 - - - True - - - 85, 73 - - - 62, 17 - - - 7 - - - 1/mu^2 - - - rdoMuSquaredInverse - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 5 - - - True - - - 155, 71 - - - 60, 17 - - - 8 - - - Inverse - - - rdoInverse - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 6 - - - True - - - 155, 22 - - - 61, 17 - - - 2 - - - Cauchit - - - rdoCauchit - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 7 - - - True - - - 155, 47 - - - 52, 17 - - - 5 - - - Probit - - - rdoProbit - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 8 - - - True - - - 15, 22 - - - 59, 17 - - - 12 - - - Identity - - - rdoIdentity - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 0 - - - True - - - 15, 47 - - - 43, 17 - - - 11 - - - Log - - - rdoLog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 1 - - - True - - - 15, 71 - - - 48, 17 - - - 10 - - - Logit - - - rdoLogit - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinkFunctions - - - 2 - - - 6, 19 - - - 225, 79 - - - 9 - - - ucrPnlLinkFunctions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinkFunctions - - - 9 - - - 12, 57 - - - 239, 104 - - - 11 - - - Link Function - - - grpLinkFunctions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 12, 12 - - - 208, 27 - - - 10 - - - ucrDistributionChoice - - - instat.ucrDistributions, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 45, 167 - - - 159, 30 - - - 2 - - - ucrButtonsSDGModelOptions - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 263, 204 - - - - CenterParent - - - Model Options - - - sdgModelOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneVarCompareModels.Designer.vb b/instat/sdgOneVarCompareModels.Designer.vb index 024a480a829..f4f8099211b 100644 --- a/instat/sdgOneVarCompareModels.Designer.vb +++ b/instat/sdgOneVarCompareModels.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneVarCompareModels 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneVarCompareModels)) Me.ucrSubBase = New instat.ucrButtonsSubdialogue() Me.tbpOneVarCompareModels = New System.Windows.Forms.TabControl() Me.tbpFit = New System.Windows.Forms.TabPage() @@ -58,41 +57,61 @@ Partial Class sdgOneVarCompareModels ' 'ucrSubBase ' - resources.ApplyResources(Me.ucrSubBase, "ucrSubBase") + Me.ucrSubBase.AutoSize = True + Me.ucrSubBase.Location = New System.Drawing.Point(76, 186) Me.ucrSubBase.Name = "ucrSubBase" + Me.ucrSubBase.Size = New System.Drawing.Size(224, 30) + Me.ucrSubBase.TabIndex = 1 ' 'tbpOneVarCompareModels ' Me.tbpOneVarCompareModels.Controls.Add(Me.tbpFit) Me.tbpOneVarCompareModels.Controls.Add(Me.tbpPlot) - resources.ApplyResources(Me.tbpOneVarCompareModels, "tbpOneVarCompareModels") + Me.tbpOneVarCompareModels.Location = New System.Drawing.Point(7, 7) Me.tbpOneVarCompareModels.Name = "tbpOneVarCompareModels" Me.tbpOneVarCompareModels.SelectedIndex = 0 + Me.tbpOneVarCompareModels.Size = New System.Drawing.Size(279, 174) + Me.tbpOneVarCompareModels.TabIndex = 0 ' 'tbpFit ' Me.tbpFit.Controls.Add(Me.ucrSaveDisplayChi) Me.tbpFit.Controls.Add(Me.ucrSaveGOF) Me.tbpFit.Controls.Add(Me.ucrChkInputChiSquareBreakpoints) - resources.ApplyResources(Me.tbpFit, "tbpFit") + Me.tbpFit.Location = New System.Drawing.Point(4, 22) Me.tbpFit.Name = "tbpFit" + Me.tbpFit.Padding = New System.Windows.Forms.Padding(3) + Me.tbpFit.Size = New System.Drawing.Size(271, 148) + Me.tbpFit.TabIndex = 0 + Me.tbpFit.Text = "Fit" Me.tbpFit.UseVisualStyleBackColor = True ' 'ucrSaveDisplayChi ' - resources.ApplyResources(Me.ucrSaveDisplayChi, "ucrSaveDisplayChi") + Me.ucrSaveDisplayChi.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDisplayChi.Location = New System.Drawing.Point(10, 36) + Me.ucrSaveDisplayChi.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDisplayChi.Name = "ucrSaveDisplayChi" + Me.ucrSaveDisplayChi.Size = New System.Drawing.Size(260, 24) + Me.ucrSaveDisplayChi.TabIndex = 1 ' 'ucrSaveGOF ' - resources.ApplyResources(Me.ucrSaveGOF, "ucrSaveGOF") + Me.ucrSaveGOF.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGOF.Location = New System.Drawing.Point(10, 10) + Me.ucrSaveGOF.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGOF.Name = "ucrSaveGOF" + Me.ucrSaveGOF.Size = New System.Drawing.Size(255, 24) + Me.ucrSaveGOF.TabIndex = 0 ' 'ucrChkInputChiSquareBreakpoints ' + Me.ucrChkInputChiSquareBreakpoints.AutoSize = True Me.ucrChkInputChiSquareBreakpoints.Checked = False - resources.ApplyResources(Me.ucrChkInputChiSquareBreakpoints, "ucrChkInputChiSquareBreakpoints") + Me.ucrChkInputChiSquareBreakpoints.Location = New System.Drawing.Point(10, 62) Me.ucrChkInputChiSquareBreakpoints.Name = "ucrChkInputChiSquareBreakpoints" + Me.ucrChkInputChiSquareBreakpoints.Size = New System.Drawing.Size(229, 23) + Me.ucrChkInputChiSquareBreakpoints.TabIndex = 2 ' 'tbpPlot ' @@ -101,53 +120,80 @@ Partial Class sdgOneVarCompareModels Me.tbpPlot.Controls.Add(Me.ucrChkPP) Me.tbpPlot.Controls.Add(Me.ucrChkCDF) Me.tbpPlot.Controls.Add(Me.ucrChkDensity) - resources.ApplyResources(Me.tbpPlot, "tbpPlot") + Me.tbpPlot.Location = New System.Drawing.Point(4, 22) Me.tbpPlot.Name = "tbpPlot" + Me.tbpPlot.Padding = New System.Windows.Forms.Padding(3) + Me.tbpPlot.Size = New System.Drawing.Size(271, 148) + Me.tbpPlot.TabIndex = 1 + Me.tbpPlot.Text = "Plot" Me.tbpPlot.UseVisualStyleBackColor = True ' 'ucrSavePlots ' - resources.ApplyResources(Me.ucrSavePlots, "ucrSavePlots") + Me.ucrSavePlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlots.Location = New System.Drawing.Point(10, 114) + Me.ucrSavePlots.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlots.Name = "ucrSavePlots" + Me.ucrSavePlots.Size = New System.Drawing.Size(260, 24) + Me.ucrSavePlots.TabIndex = 4 ' 'ucrChkQQ ' + Me.ucrChkQQ.AutoSize = True Me.ucrChkQQ.Checked = False - resources.ApplyResources(Me.ucrChkQQ, "ucrChkQQ") + Me.ucrChkQQ.Location = New System.Drawing.Point(10, 88) Me.ucrChkQQ.Name = "ucrChkQQ" + Me.ucrChkQQ.Size = New System.Drawing.Size(100, 23) + Me.ucrChkQQ.TabIndex = 3 ' 'ucrChkPP ' + Me.ucrChkPP.AutoSize = True Me.ucrChkPP.Checked = False - resources.ApplyResources(Me.ucrChkPP, "ucrChkPP") + Me.ucrChkPP.Location = New System.Drawing.Point(10, 62) Me.ucrChkPP.Name = "ucrChkPP" + Me.ucrChkPP.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPP.TabIndex = 2 ' 'ucrChkCDF ' + Me.ucrChkCDF.AutoSize = True Me.ucrChkCDF.Checked = False - resources.ApplyResources(Me.ucrChkCDF, "ucrChkCDF") + Me.ucrChkCDF.Location = New System.Drawing.Point(10, 10) Me.ucrChkCDF.Name = "ucrChkCDF" + Me.ucrChkCDF.Size = New System.Drawing.Size(260, 23) + Me.ucrChkCDF.TabIndex = 0 ' 'ucrChkDensity ' + Me.ucrChkDensity.AutoSize = True Me.ucrChkDensity.Checked = False - resources.ApplyResources(Me.ucrChkDensity, "ucrChkDensity") + Me.ucrChkDensity.Location = New System.Drawing.Point(10, 36) Me.ucrChkDensity.Name = "ucrChkDensity" + Me.ucrChkDensity.Size = New System.Drawing.Size(260, 23) + Me.ucrChkDensity.TabIndex = 1 ' 'sdgOneVarCompareModels ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(291, 221) Me.Controls.Add(Me.tbpOneVarCompareModels) Me.Controls.Add(Me.ucrSubBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneVarCompareModels" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Display Options" Me.tbpOneVarCompareModels.ResumeLayout(False) Me.tbpFit.ResumeLayout(False) + Me.tbpFit.PerformLayout() Me.tbpPlot.ResumeLayout(False) + Me.tbpPlot.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgOneVarCompareModels.resx b/instat/sdgOneVarCompareModels.resx index 380972f0794..29dcb1b3a35 100644 --- a/instat/sdgOneVarCompareModels.resx +++ b/instat/sdgOneVarCompareModels.resx @@ -117,304 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 76, 186 - - - 142, 30 - - - - 1 - - - ucrSubBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 36 - - - - 4, 5, 4, 5 - - - 260, 24 - - - 1 - - - ucrSaveDisplayChi - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFit - - - 0 - - - 10, 10 - - - 4, 5, 4, 5 - - - 255, 24 - - - 0 - - - ucrSaveGOF - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFit - - - 1 - - - 10, 62 - - - 229, 20 - - - 2 - - - ucrChkInputChiSquareBreakpoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFit - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 271, 148 - - - 0 - - - Fit - - - tbpFit - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneVarCompareModels - - - 0 - - - 10, 114 - - - 4, 5, 4, 5 - - - 260, 24 - - - 4 - - - ucrSavePlots - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlot - - - 0 - - - 10, 88 - - - 100, 20 - - - 3 - - - ucrChkQQ - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlot - - - 1 - - - 10, 62 - - - 100, 20 - - - 2 - - - ucrChkPP - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlot - - - 2 - - - 10, 10 - - - 260, 20 - - - 0 - - - ucrChkCDF - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlot - - - 3 - - - 10, 36 - - - 260, 20 - - - 1 - - - ucrChkDensity - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlot - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 271, 148 - - - 1 - - - Plot - - - tbpPlot - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneVarCompareModels - - - 1 - - - 7, 7 - - - 279, 174 - - - 0 - - - tbpOneVarCompareModels - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 291, 221 - - - CenterParent - - - Display Options - - - sdgOneVarCompareModels - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneVarFitModDisplay.Designer.vb b/instat/sdgOneVarFitModDisplay.Designer.vb index c63103efb47..b1a39ce8990 100644 --- a/instat/sdgOneVarFitModDisplay.Designer.vb +++ b/instat/sdgOneVarFitModDisplay.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneVarFitModDisplay 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneVarFitModDisplay)) Me.ucrBase = New instat.ucrButtonsSubdialogue() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.ucrSavePlots = New instat.ucrSave() @@ -63,8 +62,11 @@ Partial Class sdgOneVarFitModDisplay ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(80, 212) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 1 ' 'TabPage1 ' @@ -76,63 +78,100 @@ Partial Class sdgOneVarFitModDisplay Me.TabPage1.Controls.Add(Me.rdoPlotAll) Me.TabPage1.Controls.Add(Me.rdoNoPlot) Me.TabPage1.Controls.Add(Me.ucrPnlPlots) - resources.ApplyResources(Me.TabPage1, "TabPage1") + Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" + Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) + Me.TabPage1.Size = New System.Drawing.Size(279, 174) + Me.TabPage1.TabIndex = 0 + Me.TabPage1.Text = "Plots" Me.TabPage1.UseVisualStyleBackColor = True ' 'ucrSavePlots ' - resources.ApplyResources(Me.ucrSavePlots, "ucrSavePlots") + Me.ucrSavePlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlots.Location = New System.Drawing.Point(10, 148) + Me.ucrSavePlots.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlots.Name = "ucrSavePlots" + Me.ucrSavePlots.Size = New System.Drawing.Size(261, 24) + Me.ucrSavePlots.TabIndex = 7 ' 'rdoPPPlot ' - resources.ApplyResources(Me.rdoPPPlot, "rdoPPPlot") + Me.rdoPPPlot.AutoSize = True + Me.rdoPPPlot.Location = New System.Drawing.Point(10, 125) Me.rdoPPPlot.Name = "rdoPPPlot" + Me.rdoPPPlot.Size = New System.Drawing.Size(60, 17) + Me.rdoPPPlot.TabIndex = 6 + Me.rdoPPPlot.Text = "PP-Plot" Me.rdoPPPlot.UseVisualStyleBackColor = True ' 'rdoQQPlot ' - resources.ApplyResources(Me.rdoQQPlot, "rdoQQPlot") + Me.rdoQQPlot.AutoSize = True + Me.rdoQQPlot.Location = New System.Drawing.Point(10, 102) Me.rdoQQPlot.Name = "rdoQQPlot" + Me.rdoQQPlot.Size = New System.Drawing.Size(62, 17) + Me.rdoQQPlot.TabIndex = 5 + Me.rdoQQPlot.Text = "QQ-Plot" Me.rdoQQPlot.UseVisualStyleBackColor = True ' 'rdoDensityPlot ' - resources.ApplyResources(Me.rdoDensityPlot, "rdoDensityPlot") + Me.rdoDensityPlot.AutoSize = True + Me.rdoDensityPlot.Location = New System.Drawing.Point(10, 79) Me.rdoDensityPlot.Name = "rdoDensityPlot" + Me.rdoDensityPlot.Size = New System.Drawing.Size(81, 17) + Me.rdoDensityPlot.TabIndex = 4 + Me.rdoDensityPlot.Text = "Density Plot" Me.rdoDensityPlot.UseVisualStyleBackColor = True ' 'rdoCDFPlot ' - resources.ApplyResources(Me.rdoCDFPlot, "rdoCDFPlot") + Me.rdoCDFPlot.AutoSize = True + Me.rdoCDFPlot.Location = New System.Drawing.Point(10, 56) Me.rdoCDFPlot.Name = "rdoCDFPlot" + Me.rdoCDFPlot.Size = New System.Drawing.Size(67, 17) + Me.rdoCDFPlot.TabIndex = 3 + Me.rdoCDFPlot.Text = "CDF Plot" Me.rdoCDFPlot.UseVisualStyleBackColor = True ' 'rdoPlotAll ' - resources.ApplyResources(Me.rdoPlotAll, "rdoPlotAll") + Me.rdoPlotAll.AutoSize = True + Me.rdoPlotAll.Location = New System.Drawing.Point(10, 33) Me.rdoPlotAll.Name = "rdoPlotAll" + Me.rdoPlotAll.Size = New System.Drawing.Size(68, 17) + Me.rdoPlotAll.TabIndex = 2 + Me.rdoPlotAll.Text = "Multi-Plot" Me.rdoPlotAll.UseVisualStyleBackColor = True ' 'rdoNoPlot ' - resources.ApplyResources(Me.rdoNoPlot, "rdoNoPlot") + Me.rdoNoPlot.AutoSize = True + Me.rdoNoPlot.Location = New System.Drawing.Point(10, 10) Me.rdoNoPlot.Name = "rdoNoPlot" + Me.rdoNoPlot.Size = New System.Drawing.Size(60, 17) + Me.rdoNoPlot.TabIndex = 1 + Me.rdoNoPlot.Text = "No Plot" Me.rdoNoPlot.UseVisualStyleBackColor = True ' 'ucrPnlPlots ' - resources.ApplyResources(Me.ucrPnlPlots, "ucrPnlPlots") + Me.ucrPnlPlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlots.Location = New System.Drawing.Point(6, 6) Me.ucrPnlPlots.Name = "ucrPnlPlots" + Me.ucrPnlPlots.Size = New System.Drawing.Size(265, 173) + Me.ucrPnlPlots.TabIndex = 0 ' 'tbcPlots ' Me.tbcPlots.Controls.Add(Me.TabPage1) Me.tbcPlots.Controls.Add(Me.tbclikelihood) - resources.ApplyResources(Me.tbcPlots, "tbcPlots") + Me.tbcPlots.Location = New System.Drawing.Point(7, 8) Me.tbcPlots.Name = "tbcPlots" Me.tbcPlots.SelectedIndex = 0 + Me.tbcPlots.Size = New System.Drawing.Size(287, 200) + Me.tbcPlots.TabIndex = 0 ' 'tbclikelihood ' @@ -141,56 +180,83 @@ Partial Class sdgOneVarFitModDisplay Me.tbclikelihood.Controls.Add(Me.rdoLik) Me.tbclikelihood.Controls.Add(Me.rdoLoglik) Me.tbclikelihood.Controls.Add(Me.ucrPnlLikelihood) - resources.ApplyResources(Me.tbclikelihood, "tbclikelihood") + Me.tbclikelihood.Location = New System.Drawing.Point(4, 22) Me.tbclikelihood.Name = "tbclikelihood" + Me.tbclikelihood.Padding = New System.Windows.Forms.Padding(3) + Me.tbclikelihood.Size = New System.Drawing.Size(279, 174) + Me.tbclikelihood.TabIndex = 1 + Me.tbclikelihood.Text = "Likelihood" Me.tbclikelihood.UseVisualStyleBackColor = True ' 'ucrChkPLotLogLik ' + Me.ucrChkPLotLogLik.AutoSize = True Me.ucrChkPLotLogLik.Checked = False - resources.ApplyResources(Me.ucrChkPLotLogLik, "ucrChkPLotLogLik") + Me.ucrChkPLotLogLik.Location = New System.Drawing.Point(10, 10) Me.ucrChkPLotLogLik.Name = "ucrChkPLotLogLik" + Me.ucrChkPLotLogLik.Size = New System.Drawing.Size(248, 23) + Me.ucrChkPLotLogLik.TabIndex = 0 ' 'ucrSaveLikelihood ' - resources.ApplyResources(Me.ucrSaveLikelihood, "ucrSaveLikelihood") + Me.ucrSaveLikelihood.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveLikelihood.Location = New System.Drawing.Point(10, 148) + Me.ucrSaveLikelihood.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveLikelihood.Name = "ucrSaveLikelihood" + Me.ucrSaveLikelihood.Size = New System.Drawing.Size(263, 24) + Me.ucrSaveLikelihood.TabIndex = 4 ' 'rdoLik ' - resources.ApplyResources(Me.rdoLik, "rdoLik") + Me.rdoLik.AutoSize = True + Me.rdoLik.Location = New System.Drawing.Point(34, 60) Me.rdoLik.Name = "rdoLik" + Me.rdoLik.Size = New System.Drawing.Size(94, 17) + Me.rdoLik.TabIndex = 3 + Me.rdoLik.Text = "Plot Likelihood" Me.rdoLik.UseVisualStyleBackColor = True ' 'rdoLoglik ' - resources.ApplyResources(Me.rdoLoglik, "rdoLoglik") + Me.rdoLoglik.AutoSize = True Me.rdoLoglik.Checked = True + Me.rdoLoglik.Location = New System.Drawing.Point(34, 37) Me.rdoLoglik.Name = "rdoLoglik" + Me.rdoLoglik.Size = New System.Drawing.Size(115, 17) + Me.rdoLoglik.TabIndex = 2 Me.rdoLoglik.TabStop = True + Me.rdoLoglik.Text = "Plot Log-Likelihood" Me.rdoLoglik.UseVisualStyleBackColor = True ' 'ucrPnlLikelihood ' - resources.ApplyResources(Me.ucrPnlLikelihood, "ucrPnlLikelihood") + Me.ucrPnlLikelihood.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLikelihood.Location = New System.Drawing.Point(12, 31) Me.ucrPnlLikelihood.Name = "ucrPnlLikelihood" + Me.ucrPnlLikelihood.Size = New System.Drawing.Size(261, 61) + Me.ucrPnlLikelihood.TabIndex = 1 ' 'sdgOneVarFitModDisplay ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(299, 247) Me.Controls.Add(Me.tbcPlots) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneVarFitModDisplay" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Display Options" Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.tbcPlots.ResumeLayout(False) Me.tbclikelihood.ResumeLayout(False) Me.tbclikelihood.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents ucrBase As ucrButtonsSubdialogue diff --git a/instat/sdgOneVarFitModDisplay.resx b/instat/sdgOneVarFitModDisplay.resx index 6cba0f641c7..1af7de150c9 100644 --- a/instat/sdgOneVarFitModDisplay.resx +++ b/instat/sdgOneVarFitModDisplay.resx @@ -117,454 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 80, 212 - - - 142, 30 - - - - 1 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 148 - - - - 4, 5, 4, 5 - - - 261, 24 - - - 7 - - - ucrSavePlots - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - TabPage1 - - - 0 - - - True - - - 10, 125 - - - 60, 17 - - - 6 - - - PP-Plot - - - rdoPPPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 1 - - - True - - - 10, 102 - - - 62, 17 - - - 5 - - - QQ-Plot - - - rdoQQPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 2 - - - True - - - 10, 79 - - - 81, 17 - - - 4 - - - Density Plot - - - rdoDensityPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 3 - - - True - - - 10, 56 - - - 67, 17 - - - 3 - - - CDF Plot - - - rdoCDFPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 4 - - - True - - - 10, 33 - - - 68, 17 - - - 2 - - - Multi-Plot - - - rdoPlotAll - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 5 - - - True - - - 10, 10 - - - 60, 17 - - - 1 - - - No Plot - - - rdoNoPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage1 - - - 6 - - - 6, 6 - - - 265, 173 - - - 0 - - - ucrPnlPlots - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - TabPage1 - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 279, 174 - - - 0 - - - Plots - - - TabPage1 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcPlots - - - 0 - - - 10, 10 - - - 248, 20 - - - 0 - - - ucrChkPLotLogLik - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbclikelihood - - - 0 - - - 10, 148 - - - 4, 5, 4, 5 - - - 263, 24 - - - 4 - - - ucrSaveLikelihood - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbclikelihood - - - 1 - - - True - - - 34, 60 - - - 94, 17 - - - 3 - - - Plot Likelihood - - - rdoLik - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbclikelihood - - - 2 - - - True - - - 34, 37 - - - 115, 17 - - - 2 - - - Plot Log-Likelihood - - - rdoLoglik - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbclikelihood - - - 3 - - - 12, 31 - - - 261, 61 - - - 1 - - - ucrPnlLikelihood - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbclikelihood - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 279, 174 - - - 1 - - - Likelihood - - - tbclikelihood - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcPlots - - - 1 - - - 7, 8 - - - 287, 200 - - - 0 - - - tbcPlots - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 299, 247 - - - CenterParent - - - Display Options - - - sdgOneVarFitModDisplay - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneVarFitModel.Designer.vb b/instat/sdgOneVarFitModel.Designer.vb index b6d6101e311..daef50ed322 100644 --- a/instat/sdgOneVarFitModel.Designer.vb +++ b/instat/sdgOneVarFitModel.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneVarFitModel 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneVarFitModel)) Me.tbFittingOptions = New System.Windows.Forms.TabControl() Me.tbFittingMethod = New System.Windows.Forms.TabPage() Me.rdoMme = New System.Windows.Forms.RadioButton() @@ -63,9 +62,11 @@ Partial Class sdgOneVarFitModel ' Me.tbFittingOptions.Controls.Add(Me.tbFittingMethod) Me.tbFittingOptions.Controls.Add(Me.tbOptimisationMethod) - resources.ApplyResources(Me.tbFittingOptions, "tbFittingOptions") + Me.tbFittingOptions.Location = New System.Drawing.Point(5, 7) Me.tbFittingOptions.Name = "tbFittingOptions" Me.tbFittingOptions.SelectedIndex = 0 + Me.tbFittingOptions.Size = New System.Drawing.Size(201, 177) + Me.tbFittingOptions.TabIndex = 0 ' 'tbFittingMethod ' @@ -74,42 +75,65 @@ Partial Class sdgOneVarFitModel Me.tbFittingMethod.Controls.Add(Me.rdoMle) Me.tbFittingMethod.Controls.Add(Me.rdoMge) Me.tbFittingMethod.Controls.Add(Me.ucrPnlFitMethod) - resources.ApplyResources(Me.tbFittingMethod, "tbFittingMethod") + Me.tbFittingMethod.Location = New System.Drawing.Point(4, 22) Me.tbFittingMethod.Name = "tbFittingMethod" + Me.tbFittingMethod.Padding = New System.Windows.Forms.Padding(3) + Me.tbFittingMethod.Size = New System.Drawing.Size(193, 151) + Me.tbFittingMethod.TabIndex = 0 + Me.tbFittingMethod.Text = "Fitting Method" Me.tbFittingMethod.UseVisualStyleBackColor = True ' 'rdoMme ' - resources.ApplyResources(Me.rdoMme, "rdoMme") + Me.rdoMme.AutoSize = True + Me.rdoMme.Location = New System.Drawing.Point(10, 33) Me.rdoMme.Name = "rdoMme" + Me.rdoMme.Size = New System.Drawing.Size(102, 17) + Me.rdoMme.TabIndex = 2 Me.rdoMme.TabStop = True + Me.rdoMme.Text = "Moments (MME)" Me.rdoMme.UseVisualStyleBackColor = True ' 'rdoQme ' - resources.ApplyResources(Me.rdoQme, "rdoQme") + Me.rdoQme.AutoSize = True + Me.rdoQme.Location = New System.Drawing.Point(10, 56) Me.rdoQme.Name = "rdoQme" + Me.rdoQme.Size = New System.Drawing.Size(99, 17) + Me.rdoQme.TabIndex = 3 Me.rdoQme.TabStop = True + Me.rdoQme.Text = "Quartiles (QME)" Me.rdoQme.UseVisualStyleBackColor = True ' 'rdoMle ' - resources.ApplyResources(Me.rdoMle, "rdoMle") + Me.rdoMle.AutoSize = True + Me.rdoMle.Location = New System.Drawing.Point(10, 10) Me.rdoMle.Name = "rdoMle" + Me.rdoMle.Size = New System.Drawing.Size(151, 17) + Me.rdoMle.TabIndex = 1 Me.rdoMle.TabStop = True + Me.rdoMle.Text = "Maximum Likelihood (MLE)" Me.rdoMle.UseVisualStyleBackColor = True ' 'rdoMge ' - resources.ApplyResources(Me.rdoMge, "rdoMge") + Me.rdoMge.AutoSize = True + Me.rdoMge.Location = New System.Drawing.Point(10, 79) Me.rdoMge.Name = "rdoMge" + Me.rdoMge.Size = New System.Drawing.Size(132, 17) + Me.rdoMge.TabIndex = 4 Me.rdoMge.TabStop = True + Me.rdoMge.Text = "Goodness of Fit (MGE)" Me.rdoMge.UseVisualStyleBackColor = True ' 'ucrPnlFitMethod ' - resources.ApplyResources(Me.ucrPnlFitMethod, "ucrPnlFitMethod") + Me.ucrPnlFitMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFitMethod.Location = New System.Drawing.Point(3, 6) Me.ucrPnlFitMethod.Name = "ucrPnlFitMethod" + Me.ucrPnlFitMethod.Size = New System.Drawing.Size(184, 114) + Me.ucrPnlFitMethod.TabIndex = 0 ' 'tbOptimisationMethod ' @@ -119,71 +143,106 @@ Partial Class sdgOneVarFitModel Me.tbOptimisationMethod.Controls.Add(Me.rdoNelderMead) Me.tbOptimisationMethod.Controls.Add(Me.rdoBFGS) Me.tbOptimisationMethod.Controls.Add(Me.ucrPnlOptimisation) - resources.ApplyResources(Me.tbOptimisationMethod, "tbOptimisationMethod") + Me.tbOptimisationMethod.Location = New System.Drawing.Point(4, 22) Me.tbOptimisationMethod.Name = "tbOptimisationMethod" + Me.tbOptimisationMethod.Padding = New System.Windows.Forms.Padding(3) + Me.tbOptimisationMethod.Size = New System.Drawing.Size(193, 151) + Me.tbOptimisationMethod.TabIndex = 1 + Me.tbOptimisationMethod.Text = "Optimisation" Me.tbOptimisationMethod.UseVisualStyleBackColor = True ' 'rdoSANN ' - resources.ApplyResources(Me.rdoSANN, "rdoSANN") + Me.rdoSANN.AutoSize = True + Me.rdoSANN.Location = New System.Drawing.Point(10, 102) Me.rdoSANN.Name = "rdoSANN" + Me.rdoSANN.Size = New System.Drawing.Size(55, 17) + Me.rdoSANN.TabIndex = 5 Me.rdoSANN.TabStop = True + Me.rdoSANN.Text = "SANN" Me.rdoSANN.UseVisualStyleBackColor = True ' 'rdoDefault ' - resources.ApplyResources(Me.rdoDefault, "rdoDefault") + Me.rdoDefault.AutoSize = True + Me.rdoDefault.Location = New System.Drawing.Point(10, 10) Me.rdoDefault.Name = "rdoDefault" + Me.rdoDefault.Size = New System.Drawing.Size(59, 17) + Me.rdoDefault.TabIndex = 1 Me.rdoDefault.TabStop = True + Me.rdoDefault.Text = "Default" Me.rdoDefault.UseVisualStyleBackColor = True ' 'rdoCG ' - resources.ApplyResources(Me.rdoCG, "rdoCG") + Me.rdoCG.AutoSize = True + Me.rdoCG.Location = New System.Drawing.Point(10, 79) Me.rdoCG.Name = "rdoCG" + Me.rdoCG.Size = New System.Drawing.Size(138, 17) + Me.rdoCG.TabIndex = 4 Me.rdoCG.TabStop = True + Me.rdoCG.Text = "Conjugent Gradent (CG)" Me.rdoCG.UseVisualStyleBackColor = True ' 'rdoNelderMead ' - resources.ApplyResources(Me.rdoNelderMead, "rdoNelderMead") + Me.rdoNelderMead.AutoSize = True + Me.rdoNelderMead.Location = New System.Drawing.Point(10, 33) Me.rdoNelderMead.Name = "rdoNelderMead" + Me.rdoNelderMead.Size = New System.Drawing.Size(86, 17) + Me.rdoNelderMead.TabIndex = 2 Me.rdoNelderMead.TabStop = True + Me.rdoNelderMead.Text = "Nelder-Mead" Me.rdoNelderMead.UseVisualStyleBackColor = True ' 'rdoBFGS ' - resources.ApplyResources(Me.rdoBFGS, "rdoBFGS") + Me.rdoBFGS.AutoSize = True + Me.rdoBFGS.Location = New System.Drawing.Point(10, 56) Me.rdoBFGS.Name = "rdoBFGS" + Me.rdoBFGS.Size = New System.Drawing.Size(53, 17) + Me.rdoBFGS.TabIndex = 3 Me.rdoBFGS.TabStop = True + Me.rdoBFGS.Text = "BFGS" Me.rdoBFGS.UseVisualStyleBackColor = True ' 'ucrPnlOptimisation ' - resources.ApplyResources(Me.ucrPnlOptimisation, "ucrPnlOptimisation") + Me.ucrPnlOptimisation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptimisation.Location = New System.Drawing.Point(6, 6) Me.ucrPnlOptimisation.Name = "ucrPnlOptimisation" + Me.ucrPnlOptimisation.Size = New System.Drawing.Size(165, 120) + Me.ucrPnlOptimisation.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(30, 190) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 1 ' 'sdgOneVarFitModel ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(209, 225) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.tbFittingOptions) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneVarFitModel" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Fitting Options" Me.tbFittingOptions.ResumeLayout(False) Me.tbFittingMethod.ResumeLayout(False) Me.tbFittingMethod.PerformLayout() Me.tbOptimisationMethod.ResumeLayout(False) Me.tbOptimisationMethod.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgOneVarFitModel.resx b/instat/sdgOneVarFitModel.resx index 1807017f110..1af7de150c9 100644 --- a/instat/sdgOneVarFitModel.resx +++ b/instat/sdgOneVarFitModel.resx @@ -117,412 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 33 - - - 102, 17 - - - 2 - - - Moments (MME) - - - rdoMme - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingMethod - - - 0 - - - True - - - 10, 56 - - - 99, 17 - - - 3 - - - Quartiles (QME) - - - rdoQme - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingMethod - - - 1 - - - True - - - 10, 10 - - - 151, 17 - - - 1 - - - Maximum Likelihood (MLE) - - - rdoMle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingMethod - - - 2 - - - True - - - 10, 79 - - - 132, 17 - - - 4 - - - Goodness of Fit (MGE) - - - rdoMge - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingMethod - - - 3 - - - 3, 6 - - - 184, 114 - - - 0 - - - ucrPnlFitMethod - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbFittingMethod - - - 4 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 193, 151 - - - 0 - - - Fitting Method - - - tbFittingMethod - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingOptions - - - 0 - - - True - - - 10, 102 - - - 55, 17 - - - 5 - - - SANN - - - rdoSANN - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbOptimisationMethod - - - 0 - - - True - - - 10, 10 - - - 59, 17 - - - 1 - - - Default - - - rdoDefault - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbOptimisationMethod - - - 1 - - - True - - - 10, 79 - - - 138, 17 - - - 4 - - - Conjugent Gradent (CG) - - - rdoCG - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbOptimisationMethod - - - 2 - - - True - - - 10, 33 - - - 86, 17 - - - 2 - - - Nelder-Mead - - - rdoNelderMead - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbOptimisationMethod - - - 3 - - - True - - - 10, 56 - - - 53, 17 - - - 3 - - - BFGS - - - rdoBFGS - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbOptimisationMethod - - - 4 - - - 6, 6 - - - 165, 120 - - - 0 - - - ucrPnlOptimisation - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptimisationMethod - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 193, 151 - - - 1 - - - Optimisation - - - tbOptimisationMethod - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbFittingOptions - - - 1 - - - 5, 7 - - - 201, 177 - - - 0 - - - tbFittingOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 30, 190 - - - 152, 30 - - - 1 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 209, 225 - - - CenterParent - - - Fitting Options - - - sdgOneVarFitModel - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneVarGraph.Designer.vb b/instat/sdgOneVarGraph.Designer.vb index 3a6f5191810..ba9611792b1 100644 --- a/instat/sdgOneVarGraph.Designer.vb +++ b/instat/sdgOneVarGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneVarGraph 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneVarGraph)) Me.tbcOneVarGraph = New System.Windows.Forms.TabControl() Me.tbpTypes = New System.Windows.Forms.TabPage() Me.lblCategorical = New System.Windows.Forms.Label() @@ -58,11 +57,15 @@ Partial Class sdgOneVarGraph ' 'tbcOneVarGraph ' - resources.ApplyResources(Me.tbcOneVarGraph, "tbcOneVarGraph") + Me.tbcOneVarGraph.AccessibleName = "" Me.tbcOneVarGraph.Controls.Add(Me.tbpTypes) Me.tbcOneVarGraph.Controls.Add(Me.tbpDisplay) + Me.tbcOneVarGraph.Location = New System.Drawing.Point(5, 7) + Me.tbcOneVarGraph.Margin = New System.Windows.Forms.Padding(0) Me.tbcOneVarGraph.Name = "tbcOneVarGraph" Me.tbcOneVarGraph.SelectedIndex = 0 + Me.tbcOneVarGraph.Size = New System.Drawing.Size(245, 168) + Me.tbcOneVarGraph.TabIndex = 0 ' 'tbpTypes ' @@ -70,35 +73,55 @@ Partial Class sdgOneVarGraph Me.tbpTypes.Controls.Add(Me.lblNumeric) Me.tbpTypes.Controls.Add(Me.ucrInputCategorical) Me.tbpTypes.Controls.Add(Me.ucrInputNumeric) - resources.ApplyResources(Me.tbpTypes, "tbpTypes") + Me.tbpTypes.Location = New System.Drawing.Point(4, 22) Me.tbpTypes.Name = "tbpTypes" + Me.tbpTypes.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTypes.Size = New System.Drawing.Size(237, 142) + Me.tbpTypes.TabIndex = 0 + Me.tbpTypes.Text = "Types" Me.tbpTypes.UseVisualStyleBackColor = True ' 'lblCategorical ' - resources.ApplyResources(Me.lblCategorical, "lblCategorical") + Me.lblCategorical.AutoSize = True + Me.lblCategorical.Location = New System.Drawing.Point(10, 53) Me.lblCategorical.Name = "lblCategorical" + Me.lblCategorical.Size = New System.Drawing.Size(63, 13) + Me.lblCategorical.TabIndex = 2 + Me.lblCategorical.Text = "Categorical:" ' 'lblNumeric ' - resources.ApplyResources(Me.lblNumeric, "lblNumeric") + Me.lblNumeric.AutoSize = True + Me.lblNumeric.Location = New System.Drawing.Point(10, 22) Me.lblNumeric.Name = "lblNumeric" + Me.lblNumeric.Size = New System.Drawing.Size(49, 13) + Me.lblNumeric.TabIndex = 0 + Me.lblNumeric.Text = "Numeric:" ' 'ucrInputCategorical ' Me.ucrInputCategorical.AddQuotesIfUnrecognised = True + Me.ucrInputCategorical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCategorical.GetSetSelectedIndex = -1 Me.ucrInputCategorical.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCategorical, "ucrInputCategorical") + Me.ucrInputCategorical.Location = New System.Drawing.Point(85, 50) + Me.ucrInputCategorical.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputCategorical.Name = "ucrInputCategorical" + Me.ucrInputCategorical.Size = New System.Drawing.Size(137, 21) + Me.ucrInputCategorical.TabIndex = 3 ' 'ucrInputNumeric ' Me.ucrInputNumeric.AddQuotesIfUnrecognised = True + Me.ucrInputNumeric.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputNumeric.GetSetSelectedIndex = -1 Me.ucrInputNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNumeric, "ucrInputNumeric") + Me.ucrInputNumeric.Location = New System.Drawing.Point(85, 19) + Me.ucrInputNumeric.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputNumeric.Name = "ucrInputNumeric" + Me.ucrInputNumeric.Size = New System.Drawing.Size(137, 21) + Me.ucrInputNumeric.TabIndex = 1 ' 'tbpDisplay ' @@ -106,60 +129,89 @@ Partial Class sdgOneVarGraph Me.tbpDisplay.Controls.Add(Me.ucrChkFreeScaleAxisforFacets) Me.tbpDisplay.Controls.Add(Me.ucrChkSpecifyLayout) Me.tbpDisplay.Controls.Add(Me.lblNumberofColumns) - resources.ApplyResources(Me.tbpDisplay, "tbpDisplay") + Me.tbpDisplay.Location = New System.Drawing.Point(4, 22) Me.tbpDisplay.Name = "tbpDisplay" + Me.tbpDisplay.Padding = New System.Windows.Forms.Padding(3) + Me.tbpDisplay.Size = New System.Drawing.Size(237, 142) + Me.tbpDisplay.TabIndex = 1 + Me.tbpDisplay.Text = "Display" Me.tbpDisplay.UseVisualStyleBackColor = True ' 'ucrNudNumberofColumns ' + Me.ucrNudNumberofColumns.AutoSize = True Me.ucrNudNumberofColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberofColumns, "ucrNudNumberofColumns") + Me.ucrNudNumberofColumns.Location = New System.Drawing.Point(120, 46) + Me.ucrNudNumberofColumns.Margin = New System.Windows.Forms.Padding(8, 7, 8, 7) Me.ucrNudNumberofColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberofColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColumns.Name = "ucrNudNumberofColumns" + Me.ucrNudNumberofColumns.Size = New System.Drawing.Size(43, 20) + Me.ucrNudNumberofColumns.TabIndex = 2 Me.ucrNudNumberofColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkFreeScaleAxisforFacets ' + Me.ucrChkFreeScaleAxisforFacets.AutoSize = True Me.ucrChkFreeScaleAxisforFacets.Checked = False - resources.ApplyResources(Me.ucrChkFreeScaleAxisforFacets, "ucrChkFreeScaleAxisforFacets") + Me.ucrChkFreeScaleAxisforFacets.Location = New System.Drawing.Point(11, 75) + Me.ucrChkFreeScaleAxisforFacets.Margin = New System.Windows.Forms.Padding(8, 7, 8, 7) Me.ucrChkFreeScaleAxisforFacets.Name = "ucrChkFreeScaleAxisforFacets" + Me.ucrChkFreeScaleAxisforFacets.Size = New System.Drawing.Size(226, 23) + Me.ucrChkFreeScaleAxisforFacets.TabIndex = 3 Me.ucrChkFreeScaleAxisforFacets.Tag = "" ' 'ucrChkSpecifyLayout ' + Me.ucrChkSpecifyLayout.AutoSize = True Me.ucrChkSpecifyLayout.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyLayout, "ucrChkSpecifyLayout") + Me.ucrChkSpecifyLayout.Location = New System.Drawing.Point(10, 16) + Me.ucrChkSpecifyLayout.Margin = New System.Windows.Forms.Padding(8, 7, 8, 7) Me.ucrChkSpecifyLayout.Name = "ucrChkSpecifyLayout" + Me.ucrChkSpecifyLayout.Size = New System.Drawing.Size(200, 23) + Me.ucrChkSpecifyLayout.TabIndex = 0 Me.ucrChkSpecifyLayout.Tag = "" ' 'lblNumberofColumns ' - resources.ApplyResources(Me.lblNumberofColumns, "lblNumberofColumns") + Me.lblNumberofColumns.AutoSize = True + Me.lblNumberofColumns.Location = New System.Drawing.Point(8, 48) Me.lblNumberofColumns.Name = "lblNumberofColumns" + Me.lblNumberofColumns.Size = New System.Drawing.Size(102, 13) + Me.lblNumberofColumns.TabIndex = 1 + Me.lblNumberofColumns.Text = "Number of Columns:" ' 'ucrButtonsOneVarGraph ' - resources.ApplyResources(Me.ucrButtonsOneVarGraph, "ucrButtonsOneVarGraph") + Me.ucrButtonsOneVarGraph.AutoSize = True + Me.ucrButtonsOneVarGraph.Location = New System.Drawing.Point(45, 181) + Me.ucrButtonsOneVarGraph.Margin = New System.Windows.Forms.Padding(8, 7, 8, 7) Me.ucrButtonsOneVarGraph.Name = "ucrButtonsOneVarGraph" + Me.ucrButtonsOneVarGraph.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsOneVarGraph.TabIndex = 1 ' 'sdgOneVarGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(253, 216) Me.Controls.Add(Me.tbcOneVarGraph) Me.Controls.Add(Me.ucrButtonsOneVarGraph) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneVarGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "One Variable Graph Options" Me.tbcOneVarGraph.ResumeLayout(False) Me.tbpTypes.ResumeLayout(False) Me.tbpTypes.PerformLayout() Me.tbpDisplay.ResumeLayout(False) Me.tbpDisplay.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgOneVarGraph.resx b/instat/sdgOneVarGraph.resx index 8e9b04a699b..29dcb1b3a35 100644 --- a/instat/sdgOneVarGraph.resx +++ b/instat/sdgOneVarGraph.resx @@ -117,337 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - True - - - - 10, 53 - - - 63, 13 - - - 2 - - - Categorical: - - - lblCategorical - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTypes - - - 0 - - - True - - - 10, 22 - - - 49, 13 - - - 0 - - - Numeric: - - - lblNumeric - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTypes - - - 1 - - - 85, 50 - - - - 21, 17, 21, 17 - - - 137, 21 - - - 3 - - - ucrInputCategorical - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTypes - - - 2 - - - 85, 19 - - - 21, 17, 21, 17 - - - 137, 21 - - - 1 - - - ucrInputNumeric - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTypes - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 237, 142 - - - 0 - - - Types - - - tbpTypes - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOneVarGraph - - - 0 - - - 120, 46 - - - 8, 7, 8, 7 - - - 43, 20 - - - 2 - - - ucrNudNumberofColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDisplay - - - 0 - - - 11, 75 - - - 8, 7, 8, 7 - - - 226, 20 - - - 3 - - - ucrChkFreeScaleAxisforFacets - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDisplay - - - 1 - - - 10, 16 - - - 8, 7, 8, 7 - - - 200, 20 - - - 0 - - - ucrChkSpecifyLayout - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDisplay - - - 2 - - - True - - - 8, 48 - - - 102, 13 - - - 1 - - - Number of Columns: - - - lblNumberofColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDisplay - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 237, 142 - - - 1 - - - Display - - - tbpDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOneVarGraph - - - 1 - - - 5, 7 - - - 0, 0, 0, 0 - - - 245, 168 - - - 0 - - - tbcOneVarGraph - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 45, 181 - - - 8, 7, 8, 7 - - - 157, 30 - - - 1 - - - ucrButtonsOneVarGraph - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 253, 216 - - - CenterParent - - - One Variable Graph Options - - - sdgOneVarGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneVarUseModFit.Designer.vb b/instat/sdgOneVarUseModFit.Designer.vb index 38ecb3bb595..83fe97b1eac 100644 --- a/instat/sdgOneVarUseModFit.Designer.vb +++ b/instat/sdgOneVarUseModFit.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneVarUseModFit 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneVarUseModFit)) Me.tbpBootstrapOptions = New System.Windows.Forms.TabPage() Me.ucrChkParametric = New instat.ucrCheck() Me.lblNumberOfIterations = New System.Windows.Forms.Label() @@ -80,44 +79,65 @@ Partial Class sdgOneVarUseModFit Me.tbpBootstrapOptions.Controls.Add(Me.lblCI) Me.tbpBootstrapOptions.Controls.Add(Me.ucrNudIterations) Me.tbpBootstrapOptions.Controls.Add(Me.ucrNudCI) - resources.ApplyResources(Me.tbpBootstrapOptions, "tbpBootstrapOptions") + Me.tbpBootstrapOptions.Location = New System.Drawing.Point(4, 22) Me.tbpBootstrapOptions.Name = "tbpBootstrapOptions" + Me.tbpBootstrapOptions.Padding = New System.Windows.Forms.Padding(3) + Me.tbpBootstrapOptions.Size = New System.Drawing.Size(241, 179) + Me.tbpBootstrapOptions.TabIndex = 2 + Me.tbpBootstrapOptions.Text = "Bootstrap Options" Me.tbpBootstrapOptions.UseVisualStyleBackColor = True ' 'ucrChkParametric ' + Me.ucrChkParametric.AutoSize = True Me.ucrChkParametric.Checked = False - resources.ApplyResources(Me.ucrChkParametric, "ucrChkParametric") + Me.ucrChkParametric.Location = New System.Drawing.Point(14, 71) Me.ucrChkParametric.Name = "ucrChkParametric" + Me.ucrChkParametric.Size = New System.Drawing.Size(140, 23) + Me.ucrChkParametric.TabIndex = 4 ' 'lblNumberOfIterations ' - resources.ApplyResources(Me.lblNumberOfIterations, "lblNumberOfIterations") + Me.lblNumberOfIterations.AutoSize = True + Me.lblNumberOfIterations.Location = New System.Drawing.Point(11, 12) Me.lblNumberOfIterations.Name = "lblNumberOfIterations" + Me.lblNumberOfIterations.Size = New System.Drawing.Size(105, 13) + Me.lblNumberOfIterations.TabIndex = 0 + Me.lblNumberOfIterations.Text = "Number of Iterations:" ' 'lblCI ' - resources.ApplyResources(Me.lblCI, "lblCI") + Me.lblCI.AutoSize = True + Me.lblCI.Location = New System.Drawing.Point(11, 39) Me.lblCI.Name = "lblCI" + Me.lblCI.Size = New System.Drawing.Size(102, 13) + Me.lblCI.TabIndex = 2 + Me.lblCI.Text = "Confidence Interval:" ' 'ucrNudIterations ' + Me.ucrNudIterations.AutoSize = True Me.ucrNudIterations.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudIterations.Increment = New Decimal(New Integer() {100, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudIterations, "ucrNudIterations") + Me.ucrNudIterations.Location = New System.Drawing.Point(129, 9) Me.ucrNudIterations.Maximum = New Decimal(New Integer() {10001, 0, 0, 0}) Me.ucrNudIterations.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudIterations.Name = "ucrNudIterations" + Me.ucrNudIterations.Size = New System.Drawing.Size(50, 20) + Me.ucrNudIterations.TabIndex = 1 Me.ucrNudIterations.Value = New Decimal(New Integer() {1001, 0, 0, 0}) ' 'ucrNudCI ' + Me.ucrNudCI.AutoSize = True Me.ucrNudCI.DecimalPlaces = New Decimal(New Integer() {2, 0, 0, 0}) Me.ucrNudCI.Increment = New Decimal(New Integer() {5, 0, 0, 131072}) - resources.ApplyResources(Me.ucrNudCI, "ucrNudCI") + Me.ucrNudCI.Location = New System.Drawing.Point(129, 35) Me.ucrNudCI.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudCI.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCI.Name = "ucrNudCI" + Me.ucrNudCI.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCI.TabIndex = 3 Me.ucrNudCI.Value = New Decimal(New Integer() {95, 0, 0, 131072}) ' 'tbpQuantiles @@ -132,79 +152,118 @@ Partial Class sdgOneVarUseModFit Me.tbpQuantiles.Controls.Add(Me.rdoInsertValues) Me.tbpQuantiles.Controls.Add(Me.lblBy) Me.tbpQuantiles.Controls.Add(Me.ucrPnlQuantiles) - resources.ApplyResources(Me.tbpQuantiles, "tbpQuantiles") + Me.tbpQuantiles.Location = New System.Drawing.Point(4, 22) Me.tbpQuantiles.Name = "tbpQuantiles" + Me.tbpQuantiles.Padding = New System.Windows.Forms.Padding(3) + Me.tbpQuantiles.Size = New System.Drawing.Size(241, 179) + Me.tbpQuantiles.TabIndex = 1 + Me.tbpQuantiles.Text = "Quantiles" Me.tbpQuantiles.UseVisualStyleBackColor = True ' 'ucrInputQuantiles ' Me.ucrInputQuantiles.AddQuotesIfUnrecognised = True + Me.ucrInputQuantiles.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputQuantiles.GetSetSelectedIndex = -1 Me.ucrInputQuantiles.IsReadOnly = False - resources.ApplyResources(Me.ucrInputQuantiles, "ucrInputQuantiles") + Me.ucrInputQuantiles.Location = New System.Drawing.Point(50, 144) Me.ucrInputQuantiles.Name = "ucrInputQuantiles" + Me.ucrInputQuantiles.Size = New System.Drawing.Size(137, 21) + Me.ucrInputQuantiles.TabIndex = 9 ' 'ucrNudBy ' + Me.ucrNudBy.AutoSize = True Me.ucrNudBy.DecimalPlaces = New Decimal(New Integer() {2, 0, 0, 0}) Me.ucrNudBy.Increment = New Decimal(New Integer() {5, 0, 0, 131072}) - resources.ApplyResources(Me.ucrNudBy, "ucrNudBy") + Me.ucrNudBy.Location = New System.Drawing.Point(79, 91) Me.ucrNudBy.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudBy.Minimum = New Decimal(New Integer() {1, 0, 0, 131072}) Me.ucrNudBy.Name = "ucrNudBy" + Me.ucrNudBy.Size = New System.Drawing.Size(53, 20) + Me.ucrNudBy.TabIndex = 7 Me.ucrNudBy.Value = New Decimal(New Integer() {1, 0, 0, 65536}) ' 'ucrNudTo ' + Me.ucrNudTo.AutoSize = True Me.ucrNudTo.DecimalPlaces = New Decimal(New Integer() {2, 0, 0, 0}) Me.ucrNudTo.Increment = New Decimal(New Integer() {5, 0, 0, 131072}) - resources.ApplyResources(Me.ucrNudTo, "ucrNudTo") + Me.ucrNudTo.Location = New System.Drawing.Point(79, 65) Me.ucrNudTo.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTo.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Name = "ucrNudTo" + Me.ucrNudTo.Size = New System.Drawing.Size(52, 20) + Me.ucrNudTo.TabIndex = 5 Me.ucrNudTo.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrNudFrom ' + Me.ucrNudFrom.AutoSize = True Me.ucrNudFrom.DecimalPlaces = New Decimal(New Integer() {2, 0, 0, 0}) Me.ucrNudFrom.Increment = New Decimal(New Integer() {5, 0, 0, 131072}) - resources.ApplyResources(Me.ucrNudFrom, "ucrNudFrom") + Me.ucrNudFrom.Location = New System.Drawing.Point(79, 39) Me.ucrNudFrom.Maximum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudFrom.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Name = "ucrNudFrom" + Me.ucrNudFrom.Size = New System.Drawing.Size(52, 20) + Me.ucrNudFrom.TabIndex = 2 Me.ucrNudFrom.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.Location = New System.Drawing.Point(18, 41) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 1 + Me.lblFrom.Text = "From:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.Location = New System.Drawing.Point(18, 67) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 4 + Me.lblTo.Text = "To:" ' 'rdoSequence ' - resources.ApplyResources(Me.rdoSequence, "rdoSequence") + Me.rdoSequence.AutoSize = True + Me.rdoSequence.Location = New System.Drawing.Point(11, 12) Me.rdoSequence.Name = "rdoSequence" + Me.rdoSequence.Size = New System.Drawing.Size(121, 17) + Me.rdoSequence.TabIndex = 0 + Me.rdoSequence.Text = "Sequence of Values" Me.rdoSequence.UseVisualStyleBackColor = True ' 'rdoInsertValues ' - resources.ApplyResources(Me.rdoInsertValues, "rdoInsertValues") + Me.rdoInsertValues.AutoSize = True + Me.rdoInsertValues.Location = New System.Drawing.Point(11, 121) Me.rdoInsertValues.Name = "rdoInsertValues" + Me.rdoInsertValues.Size = New System.Drawing.Size(86, 17) + Me.rdoInsertValues.TabIndex = 8 + Me.rdoInsertValues.Text = "Insert Values" Me.rdoInsertValues.UseVisualStyleBackColor = True ' 'lblBy ' - resources.ApplyResources(Me.lblBy, "lblBy") + Me.lblBy.AutoSize = True + Me.lblBy.Location = New System.Drawing.Point(18, 93) Me.lblBy.Name = "lblBy" + Me.lblBy.Size = New System.Drawing.Size(22, 13) + Me.lblBy.TabIndex = 6 + Me.lblBy.Text = "By:" ' 'ucrPnlQuantiles ' - resources.ApplyResources(Me.ucrPnlQuantiles, "ucrPnlQuantiles") + Me.ucrPnlQuantiles.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlQuantiles.Location = New System.Drawing.Point(5, 12) Me.ucrPnlQuantiles.Name = "ucrPnlQuantiles" + Me.ucrPnlQuantiles.Size = New System.Drawing.Size(227, 164) + Me.ucrPnlQuantiles.TabIndex = 3 ' 'tbpPlots ' @@ -216,81 +275,125 @@ Partial Class sdgOneVarUseModFit Me.tbpPlots.Controls.Add(Me.rdoQQPlot) Me.tbpPlots.Controls.Add(Me.rdoCIcdf) Me.tbpPlots.Controls.Add(Me.ucrPnlPlots) - resources.ApplyResources(Me.tbpPlots, "tbpPlots") + Me.tbpPlots.Location = New System.Drawing.Point(4, 22) Me.tbpPlots.Name = "tbpPlots" + Me.tbpPlots.Padding = New System.Windows.Forms.Padding(3) + Me.tbpPlots.Size = New System.Drawing.Size(241, 179) + Me.tbpPlots.TabIndex = 0 + Me.tbpPlots.Text = "Plots" Me.tbpPlots.UseVisualStyleBackColor = True ' 'rdoNoPlot ' - resources.ApplyResources(Me.rdoNoPlot, "rdoNoPlot") + Me.rdoNoPlot.AutoSize = True + Me.rdoNoPlot.Location = New System.Drawing.Point(11, 12) Me.rdoNoPlot.Name = "rdoNoPlot" + Me.rdoNoPlot.Size = New System.Drawing.Size(60, 17) + Me.rdoNoPlot.TabIndex = 0 + Me.rdoNoPlot.Text = "No Plot" Me.rdoNoPlot.UseVisualStyleBackColor = True ' 'rdoPlotAll ' - resources.ApplyResources(Me.rdoPlotAll, "rdoPlotAll") + Me.rdoPlotAll.AutoSize = True + Me.rdoPlotAll.Location = New System.Drawing.Point(11, 35) Me.rdoPlotAll.Name = "rdoPlotAll" + Me.rdoPlotAll.Size = New System.Drawing.Size(68, 17) + Me.rdoPlotAll.TabIndex = 1 + Me.rdoPlotAll.Text = "Multi-Plot" Me.rdoPlotAll.UseVisualStyleBackColor = True ' 'rdoCDFPlot ' - resources.ApplyResources(Me.rdoCDFPlot, "rdoCDFPlot") + Me.rdoCDFPlot.AutoSize = True + Me.rdoCDFPlot.Location = New System.Drawing.Point(11, 58) Me.rdoCDFPlot.Name = "rdoCDFPlot" + Me.rdoCDFPlot.Size = New System.Drawing.Size(67, 17) + Me.rdoCDFPlot.TabIndex = 2 + Me.rdoCDFPlot.Text = "CDF Plot" Me.rdoCDFPlot.UseVisualStyleBackColor = True ' 'rdoPPPlot ' - resources.ApplyResources(Me.rdoPPPlot, "rdoPPPlot") + Me.rdoPPPlot.AutoSize = True + Me.rdoPPPlot.Location = New System.Drawing.Point(11, 127) Me.rdoPPPlot.Name = "rdoPPPlot" + Me.rdoPPPlot.Size = New System.Drawing.Size(60, 17) + Me.rdoPPPlot.TabIndex = 5 + Me.rdoPPPlot.Text = "PP-Plot" Me.rdoPPPlot.UseVisualStyleBackColor = True ' 'rdoDensityPlot ' - resources.ApplyResources(Me.rdoDensityPlot, "rdoDensityPlot") + Me.rdoDensityPlot.AutoSize = True + Me.rdoDensityPlot.Location = New System.Drawing.Point(11, 81) Me.rdoDensityPlot.Name = "rdoDensityPlot" + Me.rdoDensityPlot.Size = New System.Drawing.Size(81, 17) + Me.rdoDensityPlot.TabIndex = 3 + Me.rdoDensityPlot.Text = "Density Plot" Me.rdoDensityPlot.UseVisualStyleBackColor = True ' 'rdoQQPlot ' - resources.ApplyResources(Me.rdoQQPlot, "rdoQQPlot") + Me.rdoQQPlot.AutoSize = True + Me.rdoQQPlot.Location = New System.Drawing.Point(11, 104) Me.rdoQQPlot.Name = "rdoQQPlot" + Me.rdoQQPlot.Size = New System.Drawing.Size(62, 17) + Me.rdoQQPlot.TabIndex = 4 + Me.rdoQQPlot.Text = "QQ-Plot" Me.rdoQQPlot.UseVisualStyleBackColor = True ' 'rdoCIcdf ' - resources.ApplyResources(Me.rdoCIcdf, "rdoCIcdf") + Me.rdoCIcdf.AutoSize = True + Me.rdoCIcdf.Location = New System.Drawing.Point(11, 150) Me.rdoCIcdf.Name = "rdoCIcdf" + Me.rdoCIcdf.Size = New System.Drawing.Size(189, 17) + Me.rdoCIcdf.TabIndex = 6 + Me.rdoCIcdf.Text = "CDF Plot with Confidence Intervals" Me.rdoCIcdf.UseVisualStyleBackColor = True ' 'ucrPnlPlots ' - resources.ApplyResources(Me.ucrPnlPlots, "ucrPnlPlots") + Me.ucrPnlPlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlots.Location = New System.Drawing.Point(8, 8) Me.ucrPnlPlots.Name = "ucrPnlPlots" + Me.ucrPnlPlots.Size = New System.Drawing.Size(227, 165) + Me.ucrPnlPlots.TabIndex = 0 ' 'tbpOneVarUseModFit ' Me.tbpOneVarUseModFit.Controls.Add(Me.tbpPlots) Me.tbpOneVarUseModFit.Controls.Add(Me.tbpQuantiles) Me.tbpOneVarUseModFit.Controls.Add(Me.tbpBootstrapOptions) - resources.ApplyResources(Me.tbpOneVarUseModFit, "tbpOneVarUseModFit") + Me.tbpOneVarUseModFit.Location = New System.Drawing.Point(5, 5) Me.tbpOneVarUseModFit.Name = "tbpOneVarUseModFit" Me.tbpOneVarUseModFit.SelectedIndex = 0 + Me.tbpOneVarUseModFit.Size = New System.Drawing.Size(249, 205) + Me.tbpOneVarUseModFit.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(49, 216) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 0 ' 'sdgOneVarUseModFit ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(260, 255) Me.Controls.Add(Me.tbpOneVarUseModFit) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneVarUseModFit" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Fit Model and Bootstrap Options" Me.tbpBootstrapOptions.ResumeLayout(False) Me.tbpBootstrapOptions.PerformLayout() Me.tbpQuantiles.ResumeLayout(False) @@ -299,6 +402,7 @@ Partial Class sdgOneVarUseModFit Me.tbpPlots.PerformLayout() Me.tbpOneVarUseModFit.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgOneVarUseModFit.resx b/instat/sdgOneVarUseModFit.resx index 772eeafb771..29dcb1b3a35 100644 --- a/instat/sdgOneVarUseModFit.resx +++ b/instat/sdgOneVarUseModFit.resx @@ -117,721 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 14, 71 - - - 140, 20 - - - - 4 - - - ucrChkParametric - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpBootstrapOptions - - - 0 - - - True - - - 11, 12 - - - 105, 13 - - - 0 - - - Number of Iterations: - - - lblNumberOfIterations - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpBootstrapOptions - - - 1 - - - True - - - 11, 39 - - - 102, 13 - - - 2 - - - Confidence Interval: - - - lblCI - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpBootstrapOptions - - - 2 - - - 129, 9 - - - 50, 20 - - - 1 - - - ucrNudIterations - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpBootstrapOptions - - - 3 - - - 129, 35 - - - 50, 20 - - - 3 - - - ucrNudCI - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpBootstrapOptions - - - 4 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 241, 179 - - - 2 - - - Bootstrap Options - - - tbpBootstrapOptions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneVarUseModFit - - - 2 - - - 50, 144 - - - 137, 21 - - - 9 - - - ucrInputQuantiles - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpQuantiles - - - 0 - - - 79, 91 - - - 53, 20 - - - 7 - - - ucrNudBy - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpQuantiles - - - 1 - - - 79, 65 - - - 52, 20 - - - 5 - - - ucrNudTo - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpQuantiles - - - 2 - - - 79, 39 - - - 52, 20 - - - 2 - - - ucrNudFrom - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpQuantiles - - - 3 - - - True - - - 18, 41 - - - 33, 13 - - - 1 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpQuantiles - - - 4 - - - True - - - 18, 67 - - - 23, 13 - - - 4 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpQuantiles - - - 5 - - - True - - - 11, 12 - - - 121, 17 - - - 0 - - - Sequence of Values - - - rdoSequence - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpQuantiles - - - 6 - - - True - - - 11, 121 - - - 86, 17 - - - 8 - - - Insert Values - - - rdoInsertValues - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpQuantiles - - - 7 - - - True - - - 18, 93 - - - 22, 13 - - - 6 - - - By: - - - lblBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpQuantiles - - - 8 - - - 5, 12 - - - 227, 164 - - - 3 - - - ucrPnlQuantiles - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpQuantiles - - - 9 - - - 4, 22 - - - 3, 3, 3, 3 - - - 241, 179 - - - 1 - - - Quantiles - - - tbpQuantiles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneVarUseModFit - - - 1 - - - True - - - 11, 12 - - - 60, 17 - - - 0 - - - No Plot - - - rdoNoPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 0 - - - True - - - 11, 35 - - - 68, 17 - - - 1 - - - Multi-Plot - - - rdoPlotAll - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 1 - - - True - - - 11, 58 - - - 67, 17 - - - 2 - - - CDF Plot - - - rdoCDFPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 2 - - - True - - - 11, 127 - - - 60, 17 - - - 5 - - - PP-Plot - - - rdoPPPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 3 - - - True - - - 11, 81 - - - 81, 17 - - - 3 - - - Density Plot - - - rdoDensityPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 4 - - - True - - - 11, 104 - - - 62, 17 - - - 4 - - - QQ-Plot - - - rdoQQPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 5 - - - True - - - 11, 150 - - - 189, 17 - - - 6 - - - CDF Plot with Confidence Intervals - - - rdoCIcdf - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlots - - - 6 - - - 8, 8 - - - 227, 165 - - - 0 - - - ucrPnlPlots - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpPlots - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 241, 179 - - - 0 - - - Plots - - - tbpPlots - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneVarUseModFit - - - 0 - - - 5, 5 - - - 249, 205 - - - 0 - - - tbpOneVarUseModFit - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 49, 216 - - - 160, 30 - - - 0 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 260, 255 - - - CenterParent - - - Fit Model and Bootstrap Options - - - sdgOneVarUseModFit - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOneWayFrequencies.Designer.vb b/instat/sdgOneWayFrequencies.Designer.vb index 42f410227aa..725e2d05a9e 100644 --- a/instat/sdgOneWayFrequencies.Designer.vb +++ b/instat/sdgOneWayFrequencies.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgOneWayFrequencies 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOneWayFrequencies)) Me.tbpOneWayFrequencies = New System.Windows.Forms.TabControl() Me.tbpTable = New System.Windows.Forms.TabPage() Me.grpShowMissingFrequencies = New System.Windows.Forms.GroupBox() @@ -88,16 +87,22 @@ Partial Class sdgOneWayFrequencies ' Me.tbpOneWayFrequencies.Controls.Add(Me.tbpTable) Me.tbpOneWayFrequencies.Controls.Add(Me.tbpGraph) - resources.ApplyResources(Me.tbpOneWayFrequencies, "tbpOneWayFrequencies") + Me.tbpOneWayFrequencies.Location = New System.Drawing.Point(7, 4) Me.tbpOneWayFrequencies.Name = "tbpOneWayFrequencies" Me.tbpOneWayFrequencies.SelectedIndex = 0 + Me.tbpOneWayFrequencies.Size = New System.Drawing.Size(352, 272) + Me.tbpOneWayFrequencies.TabIndex = 0 ' 'tbpTable ' Me.tbpTable.Controls.Add(Me.grpShowMissingFrequencies) Me.tbpTable.Controls.Add(Me.grpTableOptions) - resources.ApplyResources(Me.tbpTable, "tbpTable") + Me.tbpTable.Location = New System.Drawing.Point(4, 22) Me.tbpTable.Name = "tbpTable" + Me.tbpTable.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTable.Size = New System.Drawing.Size(344, 246) + Me.tbpTable.TabIndex = 0 + Me.tbpTable.Text = "Table" Me.tbpTable.UseVisualStyleBackColor = True ' 'grpShowMissingFrequencies @@ -106,70 +111,108 @@ Partial Class sdgOneWayFrequencies Me.grpShowMissingFrequencies.Controls.Add(Me.rdoShowMissingFalse) Me.grpShowMissingFrequencies.Controls.Add(Me.rdoShowMissingTrue) Me.grpShowMissingFrequencies.Controls.Add(Me.ucrPnlShowMissingFreq) - resources.ApplyResources(Me.grpShowMissingFrequencies, "grpShowMissingFrequencies") + Me.grpShowMissingFrequencies.Location = New System.Drawing.Point(3, 98) Me.grpShowMissingFrequencies.Name = "grpShowMissingFrequencies" + Me.grpShowMissingFrequencies.Size = New System.Drawing.Size(234, 97) + Me.grpShowMissingFrequencies.TabIndex = 1 Me.grpShowMissingFrequencies.TabStop = False + Me.grpShowMissingFrequencies.Text = "Show Missing Frequencies" ' 'rdoShowMissingAuto ' - resources.ApplyResources(Me.rdoShowMissingAuto, "rdoShowMissingAuto") + Me.rdoShowMissingAuto.AutoSize = True + Me.rdoShowMissingAuto.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoShowMissingAuto.Location = New System.Drawing.Point(7, 70) Me.rdoShowMissingAuto.Name = "rdoShowMissingAuto" + Me.rdoShowMissingAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoShowMissingAuto.TabIndex = 4 Me.rdoShowMissingAuto.TabStop = True + Me.rdoShowMissingAuto.Text = "Auto" Me.rdoShowMissingAuto.UseVisualStyleBackColor = True ' 'rdoShowMissingFalse ' - resources.ApplyResources(Me.rdoShowMissingFalse, "rdoShowMissingFalse") + Me.rdoShowMissingFalse.AutoSize = True + Me.rdoShowMissingFalse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoShowMissingFalse.Location = New System.Drawing.Point(7, 45) Me.rdoShowMissingFalse.Name = "rdoShowMissingFalse" + Me.rdoShowMissingFalse.Size = New System.Drawing.Size(50, 17) + Me.rdoShowMissingFalse.TabIndex = 3 Me.rdoShowMissingFalse.TabStop = True + Me.rdoShowMissingFalse.Text = "False" Me.rdoShowMissingFalse.UseVisualStyleBackColor = True ' 'rdoShowMissingTrue ' - resources.ApplyResources(Me.rdoShowMissingTrue, "rdoShowMissingTrue") + Me.rdoShowMissingTrue.AutoSize = True + Me.rdoShowMissingTrue.Location = New System.Drawing.Point(6, 20) Me.rdoShowMissingTrue.Name = "rdoShowMissingTrue" + Me.rdoShowMissingTrue.Size = New System.Drawing.Size(47, 17) + Me.rdoShowMissingTrue.TabIndex = 2 Me.rdoShowMissingTrue.TabStop = True + Me.rdoShowMissingTrue.Text = "True" Me.rdoShowMissingTrue.UseVisualStyleBackColor = True ' 'ucrPnlShowMissingFreq ' - resources.ApplyResources(Me.ucrPnlShowMissingFreq, "ucrPnlShowMissingFreq") + Me.ucrPnlShowMissingFreq.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlShowMissingFreq.Location = New System.Drawing.Point(6, 19) Me.ucrPnlShowMissingFreq.Name = "ucrPnlShowMissingFreq" + Me.ucrPnlShowMissingFreq.Size = New System.Drawing.Size(187, 68) + Me.ucrPnlShowMissingFreq.TabIndex = 2 ' 'grpTableOptions ' Me.grpTableOptions.Controls.Add(Me.lblTableTitle) Me.grpTableOptions.Controls.Add(Me.ucrInputTitle) Me.grpTableOptions.Controls.Add(Me.ucrChkShowStrings) - resources.ApplyResources(Me.grpTableOptions, "grpTableOptions") + Me.grpTableOptions.Location = New System.Drawing.Point(3, 6) Me.grpTableOptions.Name = "grpTableOptions" + Me.grpTableOptions.Size = New System.Drawing.Size(236, 92) + Me.grpTableOptions.TabIndex = 0 Me.grpTableOptions.TabStop = False + Me.grpTableOptions.Text = "More Options" ' 'lblTableTitle ' - resources.ApplyResources(Me.lblTableTitle, "lblTableTitle") + Me.lblTableTitle.AutoSize = True + Me.lblTableTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTableTitle.Location = New System.Drawing.Point(12, 57) Me.lblTableTitle.Name = "lblTableTitle" + Me.lblTableTitle.Size = New System.Drawing.Size(60, 13) + Me.lblTableTitle.TabIndex = 1 + Me.lblTableTitle.Text = "Table Title:" ' 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTitle, "ucrInputTitle") + Me.ucrInputTitle.Location = New System.Drawing.Point(97, 60) Me.ucrInputTitle.Name = "ucrInputTitle" + Me.ucrInputTitle.Size = New System.Drawing.Size(137, 21) + Me.ucrInputTitle.TabIndex = 2 ' 'ucrChkShowStrings ' + Me.ucrChkShowStrings.AutoSize = True Me.ucrChkShowStrings.Checked = False - resources.ApplyResources(Me.ucrChkShowStrings, "ucrChkShowStrings") + Me.ucrChkShowStrings.Location = New System.Drawing.Point(12, 22) Me.ucrChkShowStrings.Name = "ucrChkShowStrings" + Me.ucrChkShowStrings.Size = New System.Drawing.Size(201, 23) + Me.ucrChkShowStrings.TabIndex = 0 ' 'tbpGraph ' Me.tbpGraph.Controls.Add(Me.grpGraphOptions) Me.tbpGraph.Controls.Add(Me.grpGraphType) - resources.ApplyResources(Me.tbpGraph, "tbpGraph") + Me.tbpGraph.Location = New System.Drawing.Point(4, 22) Me.tbpGraph.Name = "tbpGraph" + Me.tbpGraph.Padding = New System.Windows.Forms.Padding(3) + Me.tbpGraph.Size = New System.Drawing.Size(344, 246) + Me.tbpGraph.TabIndex = 1 + Me.tbpGraph.Text = "Graph" Me.tbpGraph.UseVisualStyleBackColor = True ' 'grpGraphOptions @@ -187,94 +230,146 @@ Partial Class sdgOneWayFrequencies Me.grpGraphOptions.Controls.Add(Me.ucrChkShowMissing) Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) - resources.ApplyResources(Me.grpGraphOptions, "grpGraphOptions") + Me.grpGraphOptions.Location = New System.Drawing.Point(6, 95) Me.grpGraphOptions.Name = "grpGraphOptions" + Me.grpGraphOptions.Size = New System.Drawing.Size(329, 146) + Me.grpGraphOptions.TabIndex = 1 Me.grpGraphOptions.TabStop = False + Me.grpGraphOptions.Text = "Graph Options" ' 'ucrNudSize ' + Me.ucrNudSize.AutoSize = True Me.ucrNudSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSize, "ucrNudSize") + Me.ucrNudSize.Location = New System.Drawing.Point(246, 46) Me.ucrNudSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Name = "ucrNudSize" + Me.ucrNudSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSize.TabIndex = 12 Me.ucrNudSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblSize ' - resources.ApplyResources(Me.lblSize, "lblSize") + Me.lblSize.AutoSize = True + Me.lblSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSize.Location = New System.Drawing.Point(188, 53) Me.lblSize.Name = "lblSize" + Me.lblSize.Size = New System.Drawing.Size(30, 13) + Me.lblSize.TabIndex = 11 + Me.lblSize.Text = "Size:" ' 'ucrInputColor ' Me.ucrInputColor.AddQuotesIfUnrecognised = True + Me.ucrInputColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColor.GetSetSelectedIndex = -1 Me.ucrInputColor.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColor, "ucrInputColor") + Me.ucrInputColor.Location = New System.Drawing.Point(246, 19) + Me.ucrInputColor.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputColor.Name = "ucrInputColor" + Me.ucrInputColor.Size = New System.Drawing.Size(77, 21) + Me.ucrInputColor.TabIndex = 10 ' 'lblColor ' - resources.ApplyResources(Me.lblColor, "lblColor") + Me.lblColor.AutoSize = True + Me.lblColor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColor.Location = New System.Drawing.Point(188, 23) Me.lblColor.Name = "lblColor" + Me.lblColor.Size = New System.Drawing.Size(34, 13) + Me.lblColor.TabIndex = 9 + Me.lblColor.Text = "Color:" ' 'lblTitle ' - resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.AutoSize = True + Me.lblTitle.Location = New System.Drawing.Point(12, 155) Me.lblTitle.Name = "lblTitle" + Me.lblTitle.Size = New System.Drawing.Size(62, 13) + Me.lblTitle.TabIndex = 7 + Me.lblTitle.Text = "Graph Title:" ' 'lblHjust ' - resources.ApplyResources(Me.lblHjust, "lblHjust") + Me.lblHjust.AutoSize = True + Me.lblHjust.Location = New System.Drawing.Point(12, 127) Me.lblHjust.Name = "lblHjust" + Me.lblHjust.Size = New System.Drawing.Size(126, 13) + Me.lblHjust.TabIndex = 5 + Me.lblHjust.Text = "Horizontal Label Position:" ' 'lblVjust ' - resources.ApplyResources(Me.lblVjust, "lblVjust") + Me.lblVjust.AutoSize = True + Me.lblVjust.Location = New System.Drawing.Point(12, 99) Me.lblVjust.Name = "lblVjust" + Me.lblVjust.Size = New System.Drawing.Size(114, 13) + Me.lblVjust.TabIndex = 3 + Me.lblVjust.Text = "Vertical Label Position:" ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(141, 151) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(137, 21) + Me.ucrInputGraphTitle.TabIndex = 8 ' 'ucrInputHorizontalLabels ' Me.ucrInputHorizontalLabels.AddQuotesIfUnrecognised = True + Me.ucrInputHorizontalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputHorizontalLabels.GetSetSelectedIndex = -1 Me.ucrInputHorizontalLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHorizontalLabels, "ucrInputHorizontalLabels") + Me.ucrInputHorizontalLabels.Location = New System.Drawing.Point(180, 125) + Me.ucrInputHorizontalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputHorizontalLabels.Name = "ucrInputHorizontalLabels" + Me.ucrInputHorizontalLabels.Size = New System.Drawing.Size(81, 21) + Me.ucrInputHorizontalLabels.TabIndex = 6 ' 'ucrInputVerticalLabels ' Me.ucrInputVerticalLabels.AddQuotesIfUnrecognised = True + Me.ucrInputVerticalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputVerticalLabels.GetSetSelectedIndex = -1 Me.ucrInputVerticalLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputVerticalLabels, "ucrInputVerticalLabels") + Me.ucrInputVerticalLabels.Location = New System.Drawing.Point(180, 99) + Me.ucrInputVerticalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputVerticalLabels.Name = "ucrInputVerticalLabels" + Me.ucrInputVerticalLabels.Size = New System.Drawing.Size(81, 21) + Me.ucrInputVerticalLabels.TabIndex = 4 ' 'ucrChkShowMissing ' + Me.ucrChkShowMissing.AutoSize = True Me.ucrChkShowMissing.Checked = False - resources.ApplyResources(Me.ucrChkShowMissing, "ucrChkShowMissing") + Me.ucrChkShowMissing.Location = New System.Drawing.Point(12, 73) Me.ucrChkShowMissing.Name = "ucrChkShowMissing" + Me.ucrChkShowMissing.Size = New System.Drawing.Size(170, 23) + Me.ucrChkShowMissing.TabIndex = 2 ' 'ucrChkShowPercentage ' + Me.ucrChkShowPercentage.AutoSize = True Me.ucrChkShowPercentage.Checked = False - resources.ApplyResources(Me.ucrChkShowPercentage, "ucrChkShowPercentage") + Me.ucrChkShowPercentage.Location = New System.Drawing.Point(12, 19) Me.ucrChkShowPercentage.Name = "ucrChkShowPercentage" + Me.ucrChkShowPercentage.Size = New System.Drawing.Size(170, 23) + Me.ucrChkShowPercentage.TabIndex = 0 ' 'ucrChkShowCount ' + Me.ucrChkShowCount.AutoSize = True Me.ucrChkShowCount.Checked = False - resources.ApplyResources(Me.ucrChkShowCount, "ucrChkShowCount") + Me.ucrChkShowCount.Location = New System.Drawing.Point(12, 46) Me.ucrChkShowCount.Name = "ucrChkShowCount" + Me.ucrChkShowCount.Size = New System.Drawing.Size(170, 23) + Me.ucrChkShowCount.TabIndex = 1 ' 'grpGraphType ' @@ -286,79 +381,124 @@ Partial Class sdgOneWayFrequencies Me.grpGraphType.Controls.Add(Me.rdoDot) Me.grpGraphType.Controls.Add(Me.rdoBar) Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) - resources.ApplyResources(Me.grpGraphType, "grpGraphType") + Me.grpGraphType.Location = New System.Drawing.Point(6, 6) Me.grpGraphType.Name = "grpGraphType" + Me.grpGraphType.Size = New System.Drawing.Size(329, 146) + Me.grpGraphType.TabIndex = 0 Me.grpGraphType.TabStop = False + Me.grpGraphType.Text = "Type of Graph" ' 'rdoViolin ' - resources.ApplyResources(Me.rdoViolin, "rdoViolin") + Me.rdoViolin.AutoSize = True + Me.rdoViolin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViolin.Location = New System.Drawing.Point(6, 60) Me.rdoViolin.Name = "rdoViolin" + Me.rdoViolin.Size = New System.Drawing.Size(50, 17) + Me.rdoViolin.TabIndex = 7 Me.rdoViolin.TabStop = True + Me.rdoViolin.Text = "Violin" Me.rdoViolin.UseVisualStyleBackColor = True ' 'rdoHistogram ' - resources.ApplyResources(Me.rdoHistogram, "rdoHistogram") + Me.rdoHistogram.AutoSize = True + Me.rdoHistogram.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHistogram.Location = New System.Drawing.Point(6, 40) Me.rdoHistogram.Name = "rdoHistogram" + Me.rdoHistogram.Size = New System.Drawing.Size(72, 17) + Me.rdoHistogram.TabIndex = 6 Me.rdoHistogram.TabStop = True + Me.rdoHistogram.Text = "Histogram" Me.rdoHistogram.UseVisualStyleBackColor = True ' 'rdoBoxplot ' - resources.ApplyResources(Me.rdoBoxplot, "rdoBoxplot") + Me.rdoBoxplot.AutoSize = True + Me.rdoBoxplot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoxplot.Location = New System.Drawing.Point(213, 42) Me.rdoBoxplot.Name = "rdoBoxplot" + Me.rdoBoxplot.Size = New System.Drawing.Size(60, 17) + Me.rdoBoxplot.TabIndex = 5 Me.rdoBoxplot.TabStop = True + Me.rdoBoxplot.Text = "Boxplot" Me.rdoBoxplot.UseVisualStyleBackColor = True ' 'rdoDensity ' - resources.ApplyResources(Me.rdoDensity, "rdoDensity") + Me.rdoDensity.AutoSize = True + Me.rdoDensity.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDensity.Location = New System.Drawing.Point(118, 42) Me.rdoDensity.Name = "rdoDensity" + Me.rdoDensity.Size = New System.Drawing.Size(60, 17) + Me.rdoDensity.TabIndex = 4 Me.rdoDensity.TabStop = True + Me.rdoDensity.Text = "Density" Me.rdoDensity.UseVisualStyleBackColor = True ' 'rdoLine ' - resources.ApplyResources(Me.rdoLine, "rdoLine") + Me.rdoLine.AutoSize = True + Me.rdoLine.Location = New System.Drawing.Point(213, 19) Me.rdoLine.Name = "rdoLine" + Me.rdoLine.Size = New System.Drawing.Size(48, 17) + Me.rdoLine.TabIndex = 3 Me.rdoLine.TabStop = True + Me.rdoLine.Text = "Line " Me.rdoLine.UseVisualStyleBackColor = True ' 'rdoDot ' - resources.ApplyResources(Me.rdoDot, "rdoDot") + Me.rdoDot.AutoSize = True + Me.rdoDot.Location = New System.Drawing.Point(118, 19) Me.rdoDot.Name = "rdoDot" + Me.rdoDot.Size = New System.Drawing.Size(45, 17) + Me.rdoDot.TabIndex = 2 Me.rdoDot.TabStop = True + Me.rdoDot.Text = "Dot " Me.rdoDot.UseVisualStyleBackColor = True ' 'rdoBar ' - resources.ApplyResources(Me.rdoBar, "rdoBar") + Me.rdoBar.AutoSize = True + Me.rdoBar.Location = New System.Drawing.Point(6, 19) Me.rdoBar.Name = "rdoBar" + Me.rdoBar.Size = New System.Drawing.Size(41, 17) + Me.rdoBar.TabIndex = 1 Me.rdoBar.TabStop = True + Me.rdoBar.Text = "Bar" Me.rdoBar.UseVisualStyleBackColor = True ' 'ucrPnlGraphType ' - resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") + Me.ucrPnlGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphType.Location = New System.Drawing.Point(6, 19) Me.ucrPnlGraphType.Name = "ucrPnlGraphType" + Me.ucrPnlGraphType.Size = New System.Drawing.Size(315, 58) + Me.ucrPnlGraphType.TabIndex = 0 ' 'ucrBaseOneWayFrequencies ' - resources.ApplyResources(Me.ucrBaseOneWayFrequencies, "ucrBaseOneWayFrequencies") + Me.ucrBaseOneWayFrequencies.AutoSize = True + Me.ucrBaseOneWayFrequencies.Location = New System.Drawing.Point(105, 292) Me.ucrBaseOneWayFrequencies.Name = "ucrBaseOneWayFrequencies" + Me.ucrBaseOneWayFrequencies.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseOneWayFrequencies.TabIndex = 1 ' 'sdgOneWayFrequencies ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(365, 323) Me.Controls.Add(Me.tbpOneWayFrequencies) Me.Controls.Add(Me.ucrBaseOneWayFrequencies) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOneWayFrequencies" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Frequencies Options" Me.tbpOneWayFrequencies.ResumeLayout(False) Me.tbpTable.ResumeLayout(False) Me.grpShowMissingFrequencies.ResumeLayout(False) @@ -371,6 +511,7 @@ Partial Class sdgOneWayFrequencies Me.grpGraphType.ResumeLayout(False) Me.grpGraphType.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgOneWayFrequencies.resx b/instat/sdgOneWayFrequencies.resx index c25ec1cbc8c..29dcb1b3a35 100644 --- a/instat/sdgOneWayFrequencies.resx +++ b/instat/sdgOneWayFrequencies.resx @@ -117,943 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 7, 70 - - - 47, 17 - - - 4 - - - Auto - - - rdoShowMissingAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpShowMissingFrequencies - - - 0 - - - True - - - NoControl - - - 7, 45 - - - 50, 17 - - - 3 - - - False - - - rdoShowMissingFalse - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpShowMissingFrequencies - - - 1 - - - True - - - 6, 20 - - - 47, 17 - - - 2 - - - True - - - rdoShowMissingTrue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpShowMissingFrequencies - - - 2 - - - 6, 19 - - - 187, 68 - - - 2 - - - ucrPnlShowMissingFreq - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpShowMissingFrequencies - - - 3 - - - 3, 98 - - - 234, 97 - - - 1 - - - Show Missing Frequencies - - - grpShowMissingFrequencies - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTable - - - 0 - - - True - - - NoControl - - - 12, 57 - - - 60, 13 - - - 1 - - - Table Title: - - - lblTableTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTableOptions - - - 0 - - - 97, 60 - - - 137, 21 - - - 2 - - - ucrInputTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 1 - - - 12, 22 - - - 201, 20 - - - 0 - - - ucrChkShowStrings - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 2 - - - 3, 6 - - - 236, 92 - - - 0 - - - More Options - - - grpTableOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTable - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 344, 246 - - - 0 - - - Table - - - tbpTable - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneWayFrequencies - - - 0 - - - 246, 46 - - - 50, 20 - - - 12 - - - ucrNudSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 0 - - - True - - - NoControl - - - 188, 53 - - - 30, 13 - - - 11 - - - Size: - - - lblSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 1 - - - 246, 19 - - - 21, 17, 21, 17 - - - 77, 21 - - - 10 - - - ucrInputColor - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 2 - - - True - - - NoControl - - - 188, 23 - - - 34, 13 - - - 9 - - - Color: - - - lblColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 3 - - - True - - - 12, 155 - - - 62, 13 - - - 7 - - - Graph Title: - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 4 - - - True - - - 12, 127 - - - 126, 13 - - - 5 - - - Horizontal Label Position: - - - lblHjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 5 - - - True - - - 12, 99 - - - 114, 13 - - - 3 - - - Vertical Label Position: - - - lblVjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 6 - - - 141, 151 - - - 137, 21 - - - 8 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 7 - - - 180, 125 - - - 21, 17, 21, 17 - - - 81, 21 - - - 6 - - - ucrInputHorizontalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 8 - - - 180, 99 - - - 21, 17, 21, 17 - - - 81, 21 - - - 4 - - - ucrInputVerticalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 9 - - - 12, 73 - - - 170, 20 - - - 2 - - - ucrChkShowMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 10 - - - 12, 19 - - - 170, 20 - - - 0 - - - ucrChkShowPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 11 - - - 12, 46 - - - 170, 20 - - - 1 - - - ucrChkShowCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 12 - - - 6, 95 - - - 329, 146 - - - 1 - - - Graph Options - - - grpGraphOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 0 - - - True - - - NoControl - - - 6, 60 - - - 50, 17 - - - 7 - - - Violin - - - rdoViolin - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 0 - - - True - - - NoControl - - - 6, 40 - - - 72, 17 - - - 6 - - - Histogram - - - rdoHistogram - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 1 - - - True - - - NoControl - - - 213, 42 - - - 60, 17 - - - 5 - - - Boxplot - - - rdoBoxplot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 2 - - - True - - - NoControl - - - 118, 42 - - - 60, 17 - - - 4 - - - Density - - - rdoDensity - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 3 - - - True - - - 213, 19 - - - 48, 17 - - - 3 - - - Line - - - rdoLine - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 4 - - - True - - - 118, 19 - - - 45, 17 - - - 2 - - - Dot - - - rdoDot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 5 - - - True - - - 6, 19 - - - 41, 17 - - - 1 - - - Bar - - - rdoBar - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 6 - - - 6, 19 - - - 315, 58 - - - 0 - - - ucrPnlGraphType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphType - - - 7 - - - 6, 6 - - - 329, 146 - - - 0 - - - Type of Graph - - - grpGraphType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 344, 246 - - - 1 - - - Graph - - - tbpGraph - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOneWayFrequencies - - - 1 - - - 7, 4 - - - 352, 272 - - - 0 - - - tbpOneWayFrequencies - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 105, 292 - - - 157, 30 - - - 1 - - - ucrBaseOneWayFrequencies - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 365, 323 - - - CenterScreen - - - Frequencies Options - - - sdgOneWayFrequencies - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgOpenNetCDF.Designer.vb b/instat/sdgOpenNetCDF.Designer.vb index 972c02a8217..d6e21f98835 100644 --- a/instat/sdgOpenNetCDF.Designer.vb +++ b/instat/sdgOpenNetCDF.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgOpenNetCDF 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgOpenNetCDF)) Me.tbNetCDF = New System.Windows.Forms.TabControl() Me.tbSubset = New System.Windows.Forms.TabPage() Me.ucrSelectorPoints = New instat.ucrSelectorByDataFrameAddRemove() @@ -80,9 +79,11 @@ Partial Class sdgOpenNetCDF ' Me.tbNetCDF.Controls.Add(Me.tbSubset) Me.tbNetCDF.Controls.Add(Me.tbOptions) - resources.ApplyResources(Me.tbNetCDF, "tbNetCDF") + Me.tbNetCDF.Location = New System.Drawing.Point(8, 8) Me.tbNetCDF.Name = "tbNetCDF" Me.tbNetCDF.SelectedIndex = 0 + Me.tbNetCDF.Size = New System.Drawing.Size(719, 423) + Me.tbNetCDF.TabIndex = 0 ' 'tbSubset ' @@ -104,17 +105,25 @@ Partial Class sdgOpenNetCDF Me.tbSubset.Controls.Add(Me.ucrInputMinS) Me.tbSubset.Controls.Add(Me.lblMinZ) Me.tbSubset.Controls.Add(Me.ucrInputMinZ) - resources.ApplyResources(Me.tbSubset, "tbSubset") + Me.tbSubset.Location = New System.Drawing.Point(4, 22) Me.tbSubset.Name = "tbSubset" + Me.tbSubset.Padding = New System.Windows.Forms.Padding(3) + Me.tbSubset.Size = New System.Drawing.Size(711, 397) + Me.tbSubset.TabIndex = 0 + Me.tbSubset.Text = "Subset" Me.tbSubset.UseVisualStyleBackColor = True ' 'ucrSelectorPoints ' + Me.ucrSelectorPoints.AutoSize = True Me.ucrSelectorPoints.bDropUnusedFilterLevels = False Me.ucrSelectorPoints.bShowHiddenColumns = False Me.ucrSelectorPoints.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPoints, "ucrSelectorPoints") + Me.ucrSelectorPoints.Location = New System.Drawing.Point(486, 197) + Me.ucrSelectorPoints.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPoints.Name = "ucrSelectorPoints" + Me.ucrSelectorPoints.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPoints.TabIndex = 27 ' 'grpLocation ' @@ -138,252 +147,403 @@ Partial Class sdgOpenNetCDF Me.grpLocation.Controls.Add(Me.lblMinX) Me.grpLocation.Controls.Add(Me.ucrInputMaxY) Me.grpLocation.Controls.Add(Me.lblMaxY) - resources.ApplyResources(Me.grpLocation, "grpLocation") + Me.grpLocation.Location = New System.Drawing.Point(11, 174) Me.grpLocation.Name = "grpLocation" + Me.grpLocation.Size = New System.Drawing.Size(434, 106) + Me.grpLocation.TabIndex = 26 Me.grpLocation.TabStop = False + Me.grpLocation.Text = "Location" ' 'lblPointsID ' - resources.ApplyResources(Me.lblPointsID, "lblPointsID") + Me.lblPointsID.AutoSize = True + Me.lblPointsID.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPointsID.Location = New System.Drawing.Point(296, 62) Me.lblPointsID.Name = "lblPointsID" + Me.lblPointsID.Size = New System.Drawing.Size(59, 13) + Me.lblPointsID.TabIndex = 23 + Me.lblPointsID.Text = "ID/Station:" ' 'ucrReceiverPointsID ' + Me.ucrReceiverPointsID.AutoSize = True Me.ucrReceiverPointsID.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverPointsID, "ucrReceiverPointsID") + Me.ucrReceiverPointsID.Location = New System.Drawing.Point(296, 77) + Me.ucrReceiverPointsID.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPointsID.Name = "ucrReceiverPointsID" Me.ucrReceiverPointsID.Selector = Nothing + Me.ucrReceiverPointsID.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPointsID.strNcFilePath = "" + Me.ucrReceiverPointsID.TabIndex = 22 Me.ucrReceiverPointsID.ucrSelector = Nothing ' 'rdoSinglePoint ' - resources.ApplyResources(Me.rdoSinglePoint, "rdoSinglePoint") + Me.rdoSinglePoint.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSinglePoint.BackColor = System.Drawing.SystemColors.Control Me.rdoSinglePoint.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSinglePoint.FlatAppearance.BorderSize = 2 Me.rdoSinglePoint.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSinglePoint.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSinglePoint.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSinglePoint.Location = New System.Drawing.Point(286, 13) Me.rdoSinglePoint.Name = "rdoSinglePoint" + Me.rdoSinglePoint.Size = New System.Drawing.Size(104, 27) + Me.rdoSinglePoint.TabIndex = 21 Me.rdoSinglePoint.TabStop = True + Me.rdoSinglePoint.Text = "Single Point" + Me.rdoSinglePoint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSinglePoint.UseVisualStyleBackColor = False ' 'rdoPoints ' - resources.ApplyResources(Me.rdoPoints, "rdoPoints") + Me.rdoPoints.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPoints.BackColor = System.Drawing.SystemColors.Control Me.rdoPoints.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPoints.FlatAppearance.BorderSize = 2 Me.rdoPoints.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPoints.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPoints.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPoints.Location = New System.Drawing.Point(184, 13) Me.rdoPoints.Name = "rdoPoints" + Me.rdoPoints.Size = New System.Drawing.Size(104, 27) + Me.rdoPoints.TabIndex = 20 Me.rdoPoints.TabStop = True + Me.rdoPoints.Text = "Points" + Me.rdoPoints.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPoints.UseVisualStyleBackColor = False ' 'rdoRange ' - resources.ApplyResources(Me.rdoRange, "rdoRange") + Me.rdoRange.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRange.BackColor = System.Drawing.SystemColors.Control Me.rdoRange.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRange.FlatAppearance.BorderSize = 2 Me.rdoRange.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRange.Location = New System.Drawing.Point(82, 13) Me.rdoRange.Name = "rdoRange" + Me.rdoRange.Size = New System.Drawing.Size(104, 27) + Me.rdoRange.TabIndex = 19 Me.rdoRange.TabStop = True + Me.rdoRange.Text = "Range" + Me.rdoRange.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRange.UseVisualStyleBackColor = False ' 'ucrReceiverPointsY ' + Me.ucrReceiverPointsY.AutoSize = True Me.ucrReceiverPointsY.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverPointsY, "ucrReceiverPointsY") + Me.ucrReceiverPointsY.Location = New System.Drawing.Point(119, 77) + Me.ucrReceiverPointsY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPointsY.Name = "ucrReceiverPointsY" Me.ucrReceiverPointsY.Selector = Nothing + Me.ucrReceiverPointsY.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPointsY.strNcFilePath = "" + Me.ucrReceiverPointsY.TabIndex = 18 Me.ucrReceiverPointsY.ucrSelector = Nothing ' 'ucrReceiverPointsX ' + Me.ucrReceiverPointsX.AutoSize = True Me.ucrReceiverPointsX.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverPointsX, "ucrReceiverPointsX") + Me.ucrReceiverPointsX.Location = New System.Drawing.Point(119, 50) + Me.ucrReceiverPointsX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPointsX.Name = "ucrReceiverPointsX" Me.ucrReceiverPointsX.Selector = Nothing + Me.ucrReceiverPointsX.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPointsX.strNcFilePath = "" + Me.ucrReceiverPointsX.TabIndex = 17 Me.ucrReceiverPointsX.ucrSelector = Nothing ' 'ucrInputPointY ' Me.ucrInputPointY.AddQuotesIfUnrecognised = True + Me.ucrInputPointY.AutoSize = True Me.ucrInputPointY.IsMultiline = False Me.ucrInputPointY.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPointY, "ucrInputPointY") + Me.ucrInputPointY.Location = New System.Drawing.Point(119, 77) Me.ucrInputPointY.Name = "ucrInputPointY" + Me.ucrInputPointY.Size = New System.Drawing.Size(90, 21) + Me.ucrInputPointY.TabIndex = 16 ' 'ucrInputPointX ' Me.ucrInputPointX.AddQuotesIfUnrecognised = True + Me.ucrInputPointX.AutoSize = True Me.ucrInputPointX.IsMultiline = False Me.ucrInputPointX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPointX, "ucrInputPointX") + Me.ucrInputPointX.Location = New System.Drawing.Point(119, 50) Me.ucrInputPointX.Name = "ucrInputPointX" + Me.ucrInputPointX.Size = New System.Drawing.Size(90, 21) + Me.ucrInputPointX.TabIndex = 15 ' 'ucrPnlLocation ' - resources.ApplyResources(Me.ucrPnlLocation, "ucrPnlLocation") + Me.ucrPnlLocation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLocation.Location = New System.Drawing.Point(60, 11) Me.ucrPnlLocation.Name = "ucrPnlLocation" + Me.ucrPnlLocation.Size = New System.Drawing.Size(354, 33) + Me.ucrPnlLocation.TabIndex = 11 ' 'lblX ' - resources.ApplyResources(Me.lblX, "lblX") + Me.lblX.AutoSize = True + Me.lblX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblX.Location = New System.Drawing.Point(5, 53) Me.lblX.Name = "lblX" + Me.lblX.Size = New System.Drawing.Size(0, 13) + Me.lblX.TabIndex = 1 ' 'ucrInputMinX ' Me.ucrInputMinX.AddQuotesIfUnrecognised = True + Me.ucrInputMinX.AutoSize = True Me.ucrInputMinX.IsMultiline = False Me.ucrInputMinX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinX, "ucrInputMinX") + Me.ucrInputMinX.Location = New System.Drawing.Point(146, 50) Me.ucrInputMinX.Name = "ucrInputMinX" + Me.ucrInputMinX.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMinX.TabIndex = 3 ' 'ucrInputMinY ' Me.ucrInputMinY.AddQuotesIfUnrecognised = True + Me.ucrInputMinY.AutoSize = True Me.ucrInputMinY.IsMultiline = False Me.ucrInputMinY.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinY, "ucrInputMinY") + Me.ucrInputMinY.Location = New System.Drawing.Point(146, 77) Me.ucrInputMinY.Name = "ucrInputMinY" + Me.ucrInputMinY.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMinY.TabIndex = 8 ' 'lblMinY ' - resources.ApplyResources(Me.lblMinY, "lblMinY") + Me.lblMinY.AutoSize = True + Me.lblMinY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinY.Location = New System.Drawing.Point(117, 80) Me.lblMinY.Name = "lblMinY" + Me.lblMinY.Size = New System.Drawing.Size(27, 13) + Me.lblMinY.TabIndex = 7 + Me.lblMinY.Text = "Min:" ' 'ucrInputMaxX ' Me.ucrInputMaxX.AddQuotesIfUnrecognised = True + Me.ucrInputMaxX.AutoSize = True Me.ucrInputMaxX.IsMultiline = False Me.ucrInputMaxX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxX, "ucrInputMaxX") + Me.ucrInputMaxX.Location = New System.Drawing.Point(325, 50) Me.ucrInputMaxX.Name = "ucrInputMaxX" + Me.ucrInputMaxX.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMaxX.TabIndex = 5 ' 'lblY ' - resources.ApplyResources(Me.lblY, "lblY") + Me.lblY.AutoSize = True + Me.lblY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblY.Location = New System.Drawing.Point(5, 80) Me.lblY.Name = "lblY" + Me.lblY.Size = New System.Drawing.Size(0, 13) + Me.lblY.TabIndex = 6 ' 'lblMaxX ' - resources.ApplyResources(Me.lblMaxX, "lblMaxX") + Me.lblMaxX.AutoSize = True + Me.lblMaxX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxX.Location = New System.Drawing.Point(293, 53) Me.lblMaxX.Name = "lblMaxX" + Me.lblMaxX.Size = New System.Drawing.Size(30, 13) + Me.lblMaxX.TabIndex = 4 + Me.lblMaxX.Text = "Max:" ' 'lblMinX ' - resources.ApplyResources(Me.lblMinX, "lblMinX") + Me.lblMinX.AutoSize = True + Me.lblMinX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinX.Location = New System.Drawing.Point(117, 53) Me.lblMinX.Name = "lblMinX" + Me.lblMinX.Size = New System.Drawing.Size(27, 13) + Me.lblMinX.TabIndex = 2 + Me.lblMinX.Text = "Min:" ' 'ucrInputMaxY ' Me.ucrInputMaxY.AddQuotesIfUnrecognised = True + Me.ucrInputMaxY.AutoSize = True Me.ucrInputMaxY.IsMultiline = False Me.ucrInputMaxY.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxY, "ucrInputMaxY") + Me.ucrInputMaxY.Location = New System.Drawing.Point(325, 77) Me.ucrInputMaxY.Name = "ucrInputMaxY" + Me.ucrInputMaxY.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMaxY.TabIndex = 10 ' 'lblMaxY ' - resources.ApplyResources(Me.lblMaxY, "lblMaxY") + Me.lblMaxY.AutoSize = True + Me.lblMaxY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxY.Location = New System.Drawing.Point(293, 80) Me.lblMaxY.Name = "lblMaxY" + Me.lblMaxY.Size = New System.Drawing.Size(30, 13) + Me.lblMaxY.TabIndex = 9 + Me.lblMaxY.Text = "Max:" ' 'lblMaxS ' - resources.ApplyResources(Me.lblMaxS, "lblMaxS") + Me.lblMaxS.AutoSize = True + Me.lblMaxS.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxS.Location = New System.Drawing.Point(303, 332) Me.lblMaxS.Name = "lblMaxS" + Me.lblMaxS.Size = New System.Drawing.Size(30, 13) + Me.lblMaxS.TabIndex = 19 + Me.lblMaxS.Text = "Max:" ' 'lblMinS ' - resources.ApplyResources(Me.lblMinS, "lblMinS") + Me.lblMinS.AutoSize = True + Me.lblMinS.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinS.Location = New System.Drawing.Point(127, 331) Me.lblMinS.Name = "lblMinS" + Me.lblMinS.Size = New System.Drawing.Size(27, 13) + Me.lblMinS.TabIndex = 17 + Me.lblMinS.Text = "Min:" ' 'lblS ' - resources.ApplyResources(Me.lblS, "lblS") + Me.lblS.AutoSize = True + Me.lblS.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblS.Location = New System.Drawing.Point(15, 332) Me.lblS.Name = "lblS" + Me.lblS.Size = New System.Drawing.Size(0, 13) + Me.lblS.TabIndex = 16 ' 'lblZ ' - resources.ApplyResources(Me.lblZ, "lblZ") + Me.lblZ.AutoSize = True + Me.lblZ.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblZ.Location = New System.Drawing.Point(15, 305) Me.lblZ.Name = "lblZ" + Me.lblZ.Size = New System.Drawing.Size(0, 13) + Me.lblZ.TabIndex = 11 ' 'dtpMinT ' - resources.ApplyResources(Me.dtpMinT, "dtpMinT") + Me.dtpMinT.Location = New System.Drawing.Point(161, 357) Me.dtpMinT.Name = "dtpMinT" + Me.dtpMinT.Size = New System.Drawing.Size(133, 20) + Me.dtpMinT.TabIndex = 23 ' 'dtpMaxT ' - resources.ApplyResources(Me.dtpMaxT, "dtpMaxT") + Me.dtpMaxT.Location = New System.Drawing.Point(340, 356) Me.dtpMaxT.Name = "dtpMaxT" + Me.dtpMaxT.Size = New System.Drawing.Size(133, 20) + Me.dtpMaxT.TabIndex = 25 ' 'lblMaxT ' - resources.ApplyResources(Me.lblMaxT, "lblMaxT") + Me.lblMaxT.AutoSize = True + Me.lblMaxT.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxT.Location = New System.Drawing.Point(303, 359) Me.lblMaxT.Name = "lblMaxT" + Me.lblMaxT.Size = New System.Drawing.Size(30, 13) + Me.lblMaxT.TabIndex = 24 + Me.lblMaxT.Text = "Max:" ' 'ucrInputFileDetails ' Me.ucrInputFileDetails.AddQuotesIfUnrecognised = True + Me.ucrInputFileDetails.AutoSize = True Me.ucrInputFileDetails.IsMultiline = True Me.ucrInputFileDetails.IsReadOnly = True - resources.ApplyResources(Me.ucrInputFileDetails, "ucrInputFileDetails") + Me.ucrInputFileDetails.Location = New System.Drawing.Point(11, 9) Me.ucrInputFileDetails.Name = "ucrInputFileDetails" + Me.ucrInputFileDetails.Size = New System.Drawing.Size(450, 159) + Me.ucrInputFileDetails.TabIndex = 0 ' 'lblMinT ' - resources.ApplyResources(Me.lblMinT, "lblMinT") + Me.lblMinT.AutoSize = True + Me.lblMinT.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinT.Location = New System.Drawing.Point(127, 359) Me.lblMinT.Name = "lblMinT" + Me.lblMinT.Size = New System.Drawing.Size(27, 13) + Me.lblMinT.TabIndex = 22 + Me.lblMinT.Text = "Min:" ' 'ucrInputMaxS ' Me.ucrInputMaxS.AddQuotesIfUnrecognised = True + Me.ucrInputMaxS.AutoSize = True Me.ucrInputMaxS.IsMultiline = False Me.ucrInputMaxS.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxS, "ucrInputMaxS") + Me.ucrInputMaxS.Location = New System.Drawing.Point(340, 329) Me.ucrInputMaxS.Name = "ucrInputMaxS" + Me.ucrInputMaxS.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMaxS.TabIndex = 20 ' 'lblMaxZ ' - resources.ApplyResources(Me.lblMaxZ, "lblMaxZ") + Me.lblMaxZ.AutoSize = True + Me.lblMaxZ.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxZ.Location = New System.Drawing.Point(303, 305) Me.lblMaxZ.Name = "lblMaxZ" + Me.lblMaxZ.Size = New System.Drawing.Size(30, 13) + Me.lblMaxZ.TabIndex = 14 + Me.lblMaxZ.Text = "Max:" ' 'ucrInputMaxZ ' Me.ucrInputMaxZ.AddQuotesIfUnrecognised = True + Me.ucrInputMaxZ.AutoSize = True Me.ucrInputMaxZ.IsMultiline = False Me.ucrInputMaxZ.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxZ, "ucrInputMaxZ") + Me.ucrInputMaxZ.Location = New System.Drawing.Point(340, 302) Me.ucrInputMaxZ.Name = "ucrInputMaxZ" + Me.ucrInputMaxZ.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMaxZ.TabIndex = 15 ' 'lblT ' - resources.ApplyResources(Me.lblT, "lblT") + Me.lblT.AutoSize = True + Me.lblT.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblT.Location = New System.Drawing.Point(15, 359) Me.lblT.Name = "lblT" + Me.lblT.Size = New System.Drawing.Size(0, 13) + Me.lblT.TabIndex = 21 ' 'ucrInputMinS ' Me.ucrInputMinS.AddQuotesIfUnrecognised = True + Me.ucrInputMinS.AutoSize = True Me.ucrInputMinS.IsMultiline = False Me.ucrInputMinS.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinS, "ucrInputMinS") + Me.ucrInputMinS.Location = New System.Drawing.Point(161, 329) Me.ucrInputMinS.Name = "ucrInputMinS" + Me.ucrInputMinS.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMinS.TabIndex = 18 ' 'lblMinZ ' - resources.ApplyResources(Me.lblMinZ, "lblMinZ") + Me.lblMinZ.AutoSize = True + Me.lblMinZ.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinZ.Location = New System.Drawing.Point(127, 305) Me.lblMinZ.Name = "lblMinZ" + Me.lblMinZ.Size = New System.Drawing.Size(27, 13) + Me.lblMinZ.TabIndex = 12 + Me.lblMinZ.Text = "Min:" ' 'ucrInputMinZ ' Me.ucrInputMinZ.AddQuotesIfUnrecognised = True + Me.ucrInputMinZ.AutoSize = True Me.ucrInputMinZ.IsMultiline = False Me.ucrInputMinZ.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinZ, "ucrInputMinZ") + Me.ucrInputMinZ.Location = New System.Drawing.Point(161, 302) Me.ucrInputMinZ.Name = "ucrInputMinZ" + Me.ucrInputMinZ.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMinZ.TabIndex = 13 ' 'tbOptions ' @@ -392,62 +552,90 @@ Partial Class sdgOpenNetCDF Me.tbOptions.Controls.Add(Me.ucrChkOnlyDataVariables) Me.tbOptions.Controls.Add(Me.ucrChkKeepRawTime) Me.tbOptions.Controls.Add(Me.ucrChkIncludeMetadata) - resources.ApplyResources(Me.tbOptions, "tbOptions") + Me.tbOptions.Location = New System.Drawing.Point(4, 22) Me.tbOptions.Name = "tbOptions" + Me.tbOptions.Padding = New System.Windows.Forms.Padding(3) + Me.tbOptions.Size = New System.Drawing.Size(711, 397) + Me.tbOptions.TabIndex = 1 + Me.tbOptions.Text = "Options" Me.tbOptions.UseVisualStyleBackColor = True ' 'ucrChkGreatCircleDist ' + Me.ucrChkGreatCircleDist.AutoSize = True Me.ucrChkGreatCircleDist.Checked = False - resources.ApplyResources(Me.ucrChkGreatCircleDist, "ucrChkGreatCircleDist") + Me.ucrChkGreatCircleDist.Location = New System.Drawing.Point(11, 122) Me.ucrChkGreatCircleDist.Name = "ucrChkGreatCircleDist" + Me.ucrChkGreatCircleDist.Size = New System.Drawing.Size(464, 23) + Me.ucrChkGreatCircleDist.TabIndex = 4 ' 'ucrChkIncludeRequestedPoints ' + Me.ucrChkIncludeRequestedPoints.AutoSize = True Me.ucrChkIncludeRequestedPoints.Checked = False - resources.ApplyResources(Me.ucrChkIncludeRequestedPoints, "ucrChkIncludeRequestedPoints") + Me.ucrChkIncludeRequestedPoints.Location = New System.Drawing.Point(11, 96) Me.ucrChkIncludeRequestedPoints.Name = "ucrChkIncludeRequestedPoints" + Me.ucrChkIncludeRequestedPoints.Size = New System.Drawing.Size(501, 23) + Me.ucrChkIncludeRequestedPoints.TabIndex = 3 ' 'ucrChkOnlyDataVariables ' + Me.ucrChkOnlyDataVariables.AutoSize = True Me.ucrChkOnlyDataVariables.Checked = False - resources.ApplyResources(Me.ucrChkOnlyDataVariables, "ucrChkOnlyDataVariables") + Me.ucrChkOnlyDataVariables.Location = New System.Drawing.Point(11, 18) Me.ucrChkOnlyDataVariables.Name = "ucrChkOnlyDataVariables" + Me.ucrChkOnlyDataVariables.Size = New System.Drawing.Size(464, 23) + Me.ucrChkOnlyDataVariables.TabIndex = 0 ' 'ucrChkKeepRawTime ' + Me.ucrChkKeepRawTime.AutoSize = True Me.ucrChkKeepRawTime.Checked = False - resources.ApplyResources(Me.ucrChkKeepRawTime, "ucrChkKeepRawTime") + Me.ucrChkKeepRawTime.Location = New System.Drawing.Point(11, 44) Me.ucrChkKeepRawTime.Name = "ucrChkKeepRawTime" + Me.ucrChkKeepRawTime.Size = New System.Drawing.Size(501, 23) + Me.ucrChkKeepRawTime.TabIndex = 1 ' 'ucrChkIncludeMetadata ' + Me.ucrChkIncludeMetadata.AutoSize = True Me.ucrChkIncludeMetadata.Checked = False - resources.ApplyResources(Me.ucrChkIncludeMetadata, "ucrChkIncludeMetadata") + Me.ucrChkIncludeMetadata.Location = New System.Drawing.Point(11, 70) Me.ucrChkIncludeMetadata.Name = "ucrChkIncludeMetadata" + Me.ucrChkIncludeMetadata.Size = New System.Drawing.Size(501, 23) + Me.ucrChkIncludeMetadata.TabIndex = 2 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(295, 433) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(229, 30) + Me.ucrBase.TabIndex = 1 ' 'sdgOpenNetCDF ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(733, 468) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.tbNetCDF) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgOpenNetCDF" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "NetCDF Options" Me.tbNetCDF.ResumeLayout(False) Me.tbSubset.ResumeLayout(False) Me.tbSubset.PerformLayout() Me.grpLocation.ResumeLayout(False) Me.grpLocation.PerformLayout() Me.tbOptions.ResumeLayout(False) + Me.tbOptions.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents tbNetCDF As TabControl diff --git a/instat/sdgOpenNetCDF.resx b/instat/sdgOpenNetCDF.resx index ddc1f4ef091..29dcb1b3a35 100644 --- a/instat/sdgOpenNetCDF.resx +++ b/instat/sdgOpenNetCDF.resx @@ -117,1219 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 486, 197 - - - - 0, 0, 0, 0 - - - 210, 180 - - - - 27 - - - ucrSelectorPoints - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 0 - - - True - - - NoControl - - - 296, 62 - - - 59, 13 - - - 23 - - - ID/Station: - - - lblPointsID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 0 - - - 296, 77 - - - 0, 0, 0, 0 - - - 120, 20 - - - 22 - - - ucrReceiverPointsID - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 1 - - - Button - - - Flat - - - NoControl - - - 286, 13 - - - 104, 27 - - - 21 - - - Single Point - - - MiddleCenter - - - rdoSinglePoint - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 2 - - - Button - - - Flat - - - NoControl - - - 184, 13 - - - 104, 27 - - - 20 - - - Points - - - MiddleCenter - - - rdoPoints - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 3 - - - Button - - - Flat - - - NoControl - - - 82, 13 - - - 104, 27 - - - 19 - - - Range - - - MiddleCenter - - - rdoRange - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 4 - - - 119, 77 - - - 0, 0, 0, 0 - - - 120, 20 - - - 18 - - - ucrReceiverPointsY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 5 - - - 119, 50 - - - 0, 0, 0, 0 - - - 120, 20 - - - 17 - - - ucrReceiverPointsX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 6 - - - 119, 77 - - - 90, 21 - - - 16 - - - ucrInputPointY - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 7 - - - 119, 50 - - - 90, 21 - - - 15 - - - ucrInputPointX - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 8 - - - 60, 11 - - - 354, 33 - - - 11 - - - ucrPnlLocation - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 9 - - - True - - - NoControl - - - 5, 53 - - - 0, 13 - - - 1 - - - lblX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 10 - - - 146, 50 - - - 90, 21 - - - 3 - - - ucrInputMinX - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 11 - - - 146, 77 - - - 90, 21 - - - 8 - - - ucrInputMinY - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 12 - - - True - - - NoControl - - - 117, 80 - - - 27, 13 - - - 7 - - - Min: - - - lblMinY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 13 - - - 325, 50 - - - 90, 21 - - - 5 - - - ucrInputMaxX - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 14 - - - True - - - NoControl - - - 5, 80 - - - 0, 13 - - - 6 - - - lblY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 15 - - - True - - - NoControl - - - 293, 53 - - - 30, 13 - - - 4 - - - Max: - - - lblMaxX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 16 - - - True - - - NoControl - - - 117, 53 - - - 27, 13 - - - 2 - - - Min: - - - lblMinX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 17 - - - 325, 77 - - - 90, 21 - - - 10 - - - ucrInputMaxY - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 18 - - - True - - - NoControl - - - 293, 80 - - - 30, 13 - - - 9 - - - Max: - - - lblMaxY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 19 - - - 11, 174 - - - 434, 106 - - - 26 - - - Location - - - grpLocation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 1 - - - True - - - NoControl - - - 303, 332 - - - 30, 13 - - - 19 - - - Max: - - - lblMaxS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 2 - - - True - - - NoControl - - - 127, 331 - - - 27, 13 - - - 17 - - - Min: - - - lblMinS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 3 - - - True - - - NoControl - - - 15, 332 - - - 0, 13 - - - 16 - - - lblS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 4 - - - True - - - NoControl - - - 15, 305 - - - 0, 13 - - - 11 - - - lblZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 5 - - - 161, 357 - - - 133, 20 - - - 23 - - - dtpMinT - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 6 - - - 340, 356 - - - 133, 20 - - - 25 - - - dtpMaxT - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 7 - - - True - - - NoControl - - - 303, 359 - - - 30, 13 - - - 24 - - - Max: - - - lblMaxT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 8 - - - 11, 9 - - - 450, 159 - - - 0 - - - ucrInputFileDetails - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 9 - - - True - - - NoControl - - - 127, 359 - - - 27, 13 - - - 22 - - - Min: - - - lblMinT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 10 - - - 340, 329 - - - 90, 21 - - - 20 - - - ucrInputMaxS - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 11 - - - True - - - NoControl - - - 303, 305 - - - 30, 13 - - - 14 - - - Max: - - - lblMaxZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 12 - - - 340, 302 - - - 90, 21 - - - 15 - - - ucrInputMaxZ - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 13 - - - True - - - NoControl - - - 15, 359 - - - 0, 13 - - - 21 - - - lblT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 14 - - - 161, 329 - - - 90, 21 - - - 18 - - - ucrInputMinS - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 15 - - - True - - - NoControl - - - 127, 305 - - - 27, 13 - - - 12 - - - Min: - - - lblMinZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSubset - - - 16 - - - 161, 302 - - - 90, 21 - - - 13 - - - ucrInputMinZ - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSubset - - - 17 - - - 4, 22 - - - 3, 3, 3, 3 - - - 711, 397 - - - 0 - - - Subset - - - tbSubset - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbNetCDF - - - 0 - - - 11, 122 - - - 464, 20 - - - 4 - - - ucrChkGreatCircleDist - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptions - - - 0 - - - 11, 96 - - - 501, 20 - - - 3 - - - ucrChkIncludeRequestedPoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptions - - - 1 - - - 11, 18 - - - 464, 20 - - - 0 - - - ucrChkOnlyDataVariables - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptions - - - 2 - - - 11, 44 - - - 501, 20 - - - 1 - - - ucrChkKeepRawTime - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptions - - - 3 - - - 11, 70 - - - 501, 20 - - - 2 - - - ucrChkIncludeMetadata - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbOptions - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 711, 397 - - - 1 - - - Options - - - tbOptions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbNetCDF - - - 1 - - - 8, 8 - - - 719, 423 - - - 0 - - - tbNetCDF - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 295, 433 - - - 229, 30 - - - 1 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 733, 468 - - - CenterParent - - - NetCDF Options - - - sdgOpenNetCDF - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgPICSARainfallGraph.Designer.vb b/instat/sdgPICSARainfallGraph.Designer.vb index 8bab4a8dc3e..e6ac72aa94c 100644 --- a/instat/sdgPICSARainfallGraph.Designer.vb +++ b/instat/sdgPICSARainfallGraph.Designer.vb @@ -23,7 +23,6 @@ Partial Class sdgPICSARainfallGraph Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgPICSARainfallGraph)) Me.lblXTo = New System.Windows.Forms.Label() Me.lblXFrom = New System.Windows.Forms.Label() Me.lblXInStepsOf = New System.Windows.Forms.Label() @@ -193,18 +192,33 @@ Partial Class sdgPICSARainfallGraph ' 'lblXTo ' - resources.ApplyResources(Me.lblXTo, "lblXTo") + Me.lblXTo.AutoSize = True + Me.lblXTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXTo.Location = New System.Drawing.Point(248, 24) Me.lblXTo.Name = "lblXTo" + Me.lblXTo.Size = New System.Drawing.Size(23, 13) + Me.lblXTo.TabIndex = 21 + Me.lblXTo.Text = "To:" ' 'lblXFrom ' - resources.ApplyResources(Me.lblXFrom, "lblXFrom") + Me.lblXFrom.AutoSize = True + Me.lblXFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXFrom.Location = New System.Drawing.Point(122, 24) Me.lblXFrom.Name = "lblXFrom" + Me.lblXFrom.Size = New System.Drawing.Size(33, 13) + Me.lblXFrom.TabIndex = 20 + Me.lblXFrom.Text = "From:" ' 'lblXInStepsOf ' - resources.ApplyResources(Me.lblXInStepsOf, "lblXInStepsOf") + Me.lblXInStepsOf.AutoSize = True + Me.lblXInStepsOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXInStepsOf.Location = New System.Drawing.Point(368, 24) Me.lblXInStepsOf.Name = "lblXInStepsOf" + Me.lblXInStepsOf.Size = New System.Drawing.Size(61, 13) + Me.lblXInStepsOf.TabIndex = 22 + Me.lblXInStepsOf.Text = "In Steps of:" ' 'tbPICSA ' @@ -214,17 +228,23 @@ Partial Class sdgPICSARainfallGraph Me.tbPICSA.Controls.Add(Me.tpLines) Me.tbPICSA.Controls.Add(Me.tpPanel) Me.tbPICSA.Controls.Add(Me.tpRug) - resources.ApplyResources(Me.tbPICSA, "tbPICSA") + Me.tbPICSA.Location = New System.Drawing.Point(8, 6) Me.tbPICSA.Name = "tbPICSA" Me.tbPICSA.SelectedIndex = 0 + Me.tbPICSA.Size = New System.Drawing.Size(589, 335) + Me.tbPICSA.TabIndex = 26 ' 'tpTitles ' Me.tpTitles.Controls.Add(Me.grpGraphTitles) Me.tpTitles.Controls.Add(Me.grpAxes) Me.tpTitles.Controls.Add(Me.grpyAxisTitle) - resources.ApplyResources(Me.tpTitles, "tpTitles") + Me.tpTitles.Location = New System.Drawing.Point(4, 22) Me.tpTitles.Name = "tpTitles" + Me.tpTitles.Padding = New System.Windows.Forms.Padding(3) + Me.tpTitles.Size = New System.Drawing.Size(581, 309) + Me.tpTitles.TabIndex = 0 + Me.tpTitles.Text = "Titles " Me.tpTitles.UseVisualStyleBackColor = True ' 'grpGraphTitles @@ -241,93 +261,150 @@ Partial Class sdgPICSARainfallGraph Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphcCaption) Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphTitle) Me.grpGraphTitles.Controls.Add(Me.ucrInputGraphSubTitle) - resources.ApplyResources(Me.grpGraphTitles, "grpGraphTitles") + Me.grpGraphTitles.Location = New System.Drawing.Point(9, 10) Me.grpGraphTitles.Name = "grpGraphTitles" + Me.grpGraphTitles.Size = New System.Drawing.Size(525, 136) + Me.grpGraphTitles.TabIndex = 17 Me.grpGraphTitles.TabStop = False + Me.grpGraphTitles.Text = "Graph" ' 'lblCaptionSize ' - resources.ApplyResources(Me.lblCaptionSize, "lblCaptionSize") + Me.lblCaptionSize.AutoSize = True + Me.lblCaptionSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaptionSize.Location = New System.Drawing.Point(347, 83) Me.lblCaptionSize.Name = "lblCaptionSize" + Me.lblCaptionSize.Size = New System.Drawing.Size(69, 13) + Me.lblCaptionSize.TabIndex = 26 + Me.lblCaptionSize.Text = "Caption Size:" ' 'lblSubTitleSize ' - resources.ApplyResources(Me.lblSubTitleSize, "lblSubTitleSize") + Me.lblSubTitleSize.AutoSize = True + Me.lblSubTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitleSize.Location = New System.Drawing.Point(347, 53) Me.lblSubTitleSize.Name = "lblSubTitleSize" + Me.lblSubTitleSize.Size = New System.Drawing.Size(75, 13) + Me.lblSubTitleSize.TabIndex = 27 + Me.lblSubTitleSize.Text = "Sub Title Size:" ' 'lblTitleSize ' - resources.ApplyResources(Me.lblTitleSize, "lblTitleSize") + Me.lblTitleSize.AutoSize = True + Me.lblTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTitleSize.Location = New System.Drawing.Point(348, 23) Me.lblTitleSize.Name = "lblTitleSize" + Me.lblTitleSize.Size = New System.Drawing.Size(53, 13) + Me.lblTitleSize.TabIndex = 28 + Me.lblTitleSize.Text = "Title Size:" ' 'lblCaption ' - resources.ApplyResources(Me.lblCaption, "lblCaption") + Me.lblCaption.AutoSize = True + Me.lblCaption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaption.Location = New System.Drawing.Point(5, 83) Me.lblCaption.Name = "lblCaption" + Me.lblCaption.Size = New System.Drawing.Size(78, 13) + Me.lblCaption.TabIndex = 23 + Me.lblCaption.Text = "Graph Caption:" ' 'lblSubTitle ' - resources.ApplyResources(Me.lblSubTitle, "lblSubTitle") + Me.lblSubTitle.AutoSize = True + Me.lblSubTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitle.Location = New System.Drawing.Point(5, 53) Me.lblSubTitle.Name = "lblSubTitle" + Me.lblSubTitle.Size = New System.Drawing.Size(84, 13) + Me.lblSubTitle.TabIndex = 24 + Me.lblSubTitle.Text = "Graph Sub Title:" ' 'lblTitle ' - resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.AutoSize = True + Me.lblTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTitle.Location = New System.Drawing.Point(6, 23) Me.lblTitle.Name = "lblTitle" + Me.lblTitle.Size = New System.Drawing.Size(62, 13) + Me.lblTitle.TabIndex = 25 + Me.lblTitle.Text = "Graph Title:" ' 'ucrNudCaptionSize ' + Me.ucrNudCaptionSize.AutoSize = True Me.ucrNudCaptionSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCaptionSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCaptionSize, "ucrNudCaptionSize") + Me.ucrNudCaptionSize.Location = New System.Drawing.Point(463, 78) + Me.ucrNudCaptionSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudCaptionSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCaptionSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCaptionSize.Name = "ucrNudCaptionSize" + Me.ucrNudCaptionSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCaptionSize.TabIndex = 22 Me.ucrNudCaptionSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSubTitleSize ' + Me.ucrNudSubTitleSize.AutoSize = True Me.ucrNudSubTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSubTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSubTitleSize, "ucrNudSubTitleSize") + Me.ucrNudSubTitleSize.Location = New System.Drawing.Point(463, 48) + Me.ucrNudSubTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudSubTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSubTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSubTitleSize.Name = "ucrNudSubTitleSize" + Me.ucrNudSubTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSubTitleSize.TabIndex = 21 Me.ucrNudSubTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudTitleSize ' + Me.ucrNudTitleSize.AutoSize = True Me.ucrNudTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTitleSize, "ucrNudTitleSize") + Me.ucrNudTitleSize.Location = New System.Drawing.Point(463, 18) + Me.ucrNudTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTitleSize.Name = "ucrNudTitleSize" + Me.ucrNudTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTitleSize.TabIndex = 20 Me.ucrNudTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputGraphcCaption ' Me.ucrInputGraphcCaption.AddQuotesIfUnrecognised = True + Me.ucrInputGraphcCaption.AutoSize = True Me.ucrInputGraphcCaption.IsMultiline = True Me.ucrInputGraphcCaption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphcCaption, "ucrInputGraphcCaption") + Me.ucrInputGraphcCaption.Location = New System.Drawing.Point(150, 78) + Me.ucrInputGraphcCaption.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphcCaption.Name = "ucrInputGraphcCaption" + Me.ucrInputGraphcCaption.Size = New System.Drawing.Size(181, 53) + Me.ucrInputGraphcCaption.TabIndex = 16 ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(150, 18) + Me.ucrInputGraphTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputGraphTitle.TabIndex = 12 ' 'ucrInputGraphSubTitle ' Me.ucrInputGraphSubTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphSubTitle.AutoSize = True Me.ucrInputGraphSubTitle.IsMultiline = False Me.ucrInputGraphSubTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphSubTitle, "ucrInputGraphSubTitle") + Me.ucrInputGraphSubTitle.Location = New System.Drawing.Point(150, 48) + Me.ucrInputGraphSubTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputGraphSubTitle.Name = "ucrInputGraphSubTitle" + Me.ucrInputGraphSubTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputGraphSubTitle.TabIndex = 14 ' 'grpAxes ' @@ -338,58 +415,93 @@ Partial Class sdgPICSARainfallGraph Me.grpAxes.Controls.Add(Me.rdoSpecifyXAxisTitle) Me.grpAxes.Controls.Add(Me.ucrNudXAxisTitleSize) Me.grpAxes.Controls.Add(Me.ucrPnlXAxisTitle) - resources.ApplyResources(Me.grpAxes, "grpAxes") + Me.grpAxes.Location = New System.Drawing.Point(9, 153) Me.grpAxes.Name = "grpAxes" + Me.grpAxes.Size = New System.Drawing.Size(228, 105) + Me.grpAxes.TabIndex = 18 Me.grpAxes.TabStop = False + Me.grpAxes.Text = "X-Axis Title" ' 'lblXAxisTitleSize ' - resources.ApplyResources(Me.lblXAxisTitleSize, "lblXAxisTitleSize") + Me.lblXAxisTitleSize.AutoSize = True + Me.lblXAxisTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXAxisTitleSize.Location = New System.Drawing.Point(6, 82) Me.lblXAxisTitleSize.Name = "lblXAxisTitleSize" + Me.lblXAxisTitleSize.Size = New System.Drawing.Size(30, 13) + Me.lblXAxisTitleSize.TabIndex = 44 + Me.lblXAxisTitleSize.Text = "Size:" ' 'rdoAutoXAxis ' - resources.ApplyResources(Me.rdoAutoXAxis, "rdoAutoXAxis") + Me.rdoAutoXAxis.AutoSize = True + Me.rdoAutoXAxis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAutoXAxis.Location = New System.Drawing.Point(6, 21) Me.rdoAutoXAxis.Name = "rdoAutoXAxis" + Me.rdoAutoXAxis.Size = New System.Drawing.Size(50, 17) + Me.rdoAutoXAxis.TabIndex = 43 Me.rdoAutoXAxis.TabStop = True + Me.rdoAutoXAxis.Text = "Auto " Me.rdoAutoXAxis.UseVisualStyleBackColor = True ' 'ucrInputXAxisTitle ' Me.ucrInputXAxisTitle.AddQuotesIfUnrecognised = True + Me.ucrInputXAxisTitle.AutoSize = True Me.ucrInputXAxisTitle.IsMultiline = False Me.ucrInputXAxisTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXAxisTitle, "ucrInputXAxisTitle") + Me.ucrInputXAxisTitle.Location = New System.Drawing.Point(6, 44) + Me.ucrInputXAxisTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXAxisTitle.Name = "ucrInputXAxisTitle" + Me.ucrInputXAxisTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputXAxisTitle.TabIndex = 42 ' 'rdoNoTitleXAxisTitle ' - resources.ApplyResources(Me.rdoNoTitleXAxisTitle, "rdoNoTitleXAxisTitle") + Me.rdoNoTitleXAxisTitle.AutoSize = True + Me.rdoNoTitleXAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoTitleXAxisTitle.Location = New System.Drawing.Point(132, 21) Me.rdoNoTitleXAxisTitle.Name = "rdoNoTitleXAxisTitle" + Me.rdoNoTitleXAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoNoTitleXAxisTitle.TabIndex = 41 Me.rdoNoTitleXAxisTitle.TabStop = True + Me.rdoNoTitleXAxisTitle.Text = "No Title" Me.rdoNoTitleXAxisTitle.UseVisualStyleBackColor = True ' 'rdoSpecifyXAxisTitle ' - resources.ApplyResources(Me.rdoSpecifyXAxisTitle, "rdoSpecifyXAxisTitle") + Me.rdoSpecifyXAxisTitle.AutoSize = True + Me.rdoSpecifyXAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpecifyXAxisTitle.Location = New System.Drawing.Point(57, 21) Me.rdoSpecifyXAxisTitle.Name = "rdoSpecifyXAxisTitle" + Me.rdoSpecifyXAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoSpecifyXAxisTitle.TabIndex = 40 Me.rdoSpecifyXAxisTitle.TabStop = True + Me.rdoSpecifyXAxisTitle.Text = "Specifiy" Me.rdoSpecifyXAxisTitle.UseVisualStyleBackColor = True ' 'ucrNudXAxisTitleSize ' + Me.ucrNudXAxisTitleSize.AutoSize = True Me.ucrNudXAxisTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAxisTitleSize, "ucrNudXAxisTitleSize") + Me.ucrNudXAxisTitleSize.Location = New System.Drawing.Point(43, 80) + Me.ucrNudXAxisTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudXAxisTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisTitleSize.Name = "ucrNudXAxisTitleSize" + Me.ucrNudXAxisTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAxisTitleSize.TabIndex = 23 Me.ucrNudXAxisTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlXAxisTitle ' - resources.ApplyResources(Me.ucrPnlXAxisTitle, "ucrPnlXAxisTitle") + Me.ucrPnlXAxisTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlXAxisTitle.Location = New System.Drawing.Point(6, 15) + Me.ucrPnlXAxisTitle.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlXAxisTitle.Name = "ucrPnlXAxisTitle" + Me.ucrPnlXAxisTitle.Size = New System.Drawing.Size(215, 57) + Me.ucrPnlXAxisTitle.TabIndex = 36 ' 'grpyAxisTitle ' @@ -400,64 +512,103 @@ Partial Class sdgPICSARainfallGraph Me.grpyAxisTitle.Controls.Add(Me.rdoSpecifyYAxisTitle) Me.grpyAxisTitle.Controls.Add(Me.UcrPnlYAxisTitle) Me.grpyAxisTitle.Controls.Add(Me.lblYAxisTitleSize) - resources.ApplyResources(Me.grpyAxisTitle, "grpyAxisTitle") + Me.grpyAxisTitle.Location = New System.Drawing.Point(306, 149) Me.grpyAxisTitle.Name = "grpyAxisTitle" + Me.grpyAxisTitle.Size = New System.Drawing.Size(228, 105) + Me.grpyAxisTitle.TabIndex = 36 Me.grpyAxisTitle.TabStop = False + Me.grpyAxisTitle.Text = "Y-Axis Title" ' 'rdoAutoYAxis ' - resources.ApplyResources(Me.rdoAutoYAxis, "rdoAutoYAxis") + Me.rdoAutoYAxis.AutoSize = True + Me.rdoAutoYAxis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAutoYAxis.Location = New System.Drawing.Point(6, 21) Me.rdoAutoYAxis.Name = "rdoAutoYAxis" + Me.rdoAutoYAxis.Size = New System.Drawing.Size(50, 17) + Me.rdoAutoYAxis.TabIndex = 44 Me.rdoAutoYAxis.TabStop = True + Me.rdoAutoYAxis.Text = "Auto " Me.rdoAutoYAxis.UseVisualStyleBackColor = True ' 'ucrInputYAxisTitle ' Me.ucrInputYAxisTitle.AddQuotesIfUnrecognised = True + Me.ucrInputYAxisTitle.AutoSize = True Me.ucrInputYAxisTitle.IsMultiline = False Me.ucrInputYAxisTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYAxisTitle, "ucrInputYAxisTitle") + Me.ucrInputYAxisTitle.Location = New System.Drawing.Point(6, 44) + Me.ucrInputYAxisTitle.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYAxisTitle.Name = "ucrInputYAxisTitle" + Me.ucrInputYAxisTitle.Size = New System.Drawing.Size(181, 21) + Me.ucrInputYAxisTitle.TabIndex = 14 ' 'rdoNoYAxisTitle ' - resources.ApplyResources(Me.rdoNoYAxisTitle, "rdoNoYAxisTitle") + Me.rdoNoYAxisTitle.AutoSize = True + Me.rdoNoYAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoYAxisTitle.Location = New System.Drawing.Point(131, 21) Me.rdoNoYAxisTitle.Name = "rdoNoYAxisTitle" + Me.rdoNoYAxisTitle.Size = New System.Drawing.Size(62, 17) + Me.rdoNoYAxisTitle.TabIndex = 42 Me.rdoNoYAxisTitle.TabStop = True + Me.rdoNoYAxisTitle.Text = "No Title" Me.rdoNoYAxisTitle.UseVisualStyleBackColor = True ' 'ucrNudYAxisTitleSize ' + Me.ucrNudYAxisTitleSize.AutoSize = True Me.ucrNudYAxisTitleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisTitleSize, "ucrNudYAxisTitleSize") + Me.ucrNudYAxisTitleSize.Location = New System.Drawing.Point(43, 79) + Me.ucrNudYAxisTitleSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisTitleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisTitleSize.Name = "ucrNudYAxisTitleSize" + Me.ucrNudYAxisTitleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisTitleSize.TabIndex = 22 Me.ucrNudYAxisTitleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoSpecifyYAxisTitle ' - resources.ApplyResources(Me.rdoSpecifyYAxisTitle, "rdoSpecifyYAxisTitle") + Me.rdoSpecifyYAxisTitle.AutoSize = True + Me.rdoSpecifyYAxisTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpecifyYAxisTitle.Location = New System.Drawing.Point(56, 21) Me.rdoSpecifyYAxisTitle.Name = "rdoSpecifyYAxisTitle" + Me.rdoSpecifyYAxisTitle.Size = New System.Drawing.Size(60, 17) + Me.rdoSpecifyYAxisTitle.TabIndex = 41 Me.rdoSpecifyYAxisTitle.TabStop = True + Me.rdoSpecifyYAxisTitle.Text = "Specify" Me.rdoSpecifyYAxisTitle.UseVisualStyleBackColor = True ' 'UcrPnlYAxisTitle ' - resources.ApplyResources(Me.UcrPnlYAxisTitle, "UcrPnlYAxisTitle") + Me.UcrPnlYAxisTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.UcrPnlYAxisTitle.Location = New System.Drawing.Point(6, 15) + Me.UcrPnlYAxisTitle.Margin = New System.Windows.Forms.Padding(5) Me.UcrPnlYAxisTitle.Name = "UcrPnlYAxisTitle" + Me.UcrPnlYAxisTitle.Size = New System.Drawing.Size(214, 57) + Me.UcrPnlYAxisTitle.TabIndex = 37 ' 'lblYAxisTitleSize ' - resources.ApplyResources(Me.lblYAxisTitleSize, "lblYAxisTitleSize") + Me.lblYAxisTitleSize.AutoSize = True + Me.lblYAxisTitleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYAxisTitleSize.Location = New System.Drawing.Point(6, 82) Me.lblYAxisTitleSize.Name = "lblYAxisTitleSize" + Me.lblYAxisTitleSize.Size = New System.Drawing.Size(30, 13) + Me.lblYAxisTitleSize.TabIndex = 45 + Me.lblYAxisTitleSize.Text = "Size:" ' 'tpXAxis ' Me.tpXAxis.Controls.Add(Me.grpXAxisLabels) - resources.ApplyResources(Me.tpXAxis, "tpXAxis") + Me.tpXAxis.Location = New System.Drawing.Point(4, 22) Me.tpXAxis.Name = "tpXAxis" + Me.tpXAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tpXAxis.Size = New System.Drawing.Size(581, 309) + Me.tpXAxis.TabIndex = 1 + Me.tpXAxis.Text = "X-Axis" Me.tpXAxis.UseVisualStyleBackColor = True ' 'grpXAxisLabels @@ -473,70 +624,105 @@ Partial Class sdgPICSARainfallGraph Me.grpXAxisLabels.Controls.Add(Me.ucrNudXAxisAngle) Me.grpXAxisLabels.Controls.Add(Me.lblXInStepsOf) Me.grpXAxisLabels.Controls.Add(Me.lblXTo) - resources.ApplyResources(Me.grpXAxisLabels, "grpXAxisLabels") + Me.grpXAxisLabels.Location = New System.Drawing.Point(6, 8) Me.grpXAxisLabels.Name = "grpXAxisLabels" + Me.grpXAxisLabels.Size = New System.Drawing.Size(504, 93) + Me.grpXAxisLabels.TabIndex = 27 Me.grpXAxisLabels.TabStop = False + Me.grpXAxisLabels.Text = "X-Axis" ' 'ucrChkXAxisLabelSize ' + Me.ucrChkXAxisLabelSize.AutoSize = True Me.ucrChkXAxisLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkXAxisLabelSize, "ucrChkXAxisLabelSize") + Me.ucrChkXAxisLabelSize.Location = New System.Drawing.Point(162, 57) + Me.ucrChkXAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXAxisLabelSize.Name = "ucrChkXAxisLabelSize" + Me.ucrChkXAxisLabelSize.Size = New System.Drawing.Size(75, 23) + Me.ucrChkXAxisLabelSize.TabIndex = 30 ' 'ucrChkXAxisAngle ' + Me.ucrChkXAxisAngle.AutoSize = True Me.ucrChkXAxisAngle.Checked = False - resources.ApplyResources(Me.ucrChkXAxisAngle, "ucrChkXAxisAngle") + Me.ucrChkXAxisAngle.Location = New System.Drawing.Point(6, 57) + Me.ucrChkXAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXAxisAngle.Name = "ucrChkXAxisAngle" + Me.ucrChkXAxisAngle.Size = New System.Drawing.Size(75, 23) + Me.ucrChkXAxisAngle.TabIndex = 29 ' 'ucrChkSpecifyXAxisTickMarks ' + Me.ucrChkSpecifyXAxisTickMarks.AutoSize = True Me.ucrChkSpecifyXAxisTickMarks.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyXAxisTickMarks, "ucrChkSpecifyXAxisTickMarks") + Me.ucrChkSpecifyXAxisTickMarks.Location = New System.Drawing.Point(6, 22) + Me.ucrChkSpecifyXAxisTickMarks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyXAxisTickMarks.Name = "ucrChkSpecifyXAxisTickMarks" + Me.ucrChkSpecifyXAxisTickMarks.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSpecifyXAxisTickMarks.TabIndex = 28 ' 'ucrInputXFrom ' Me.ucrInputXFrom.AddQuotesIfUnrecognised = True + Me.ucrInputXFrom.AutoSize = True Me.ucrInputXFrom.IsMultiline = False Me.ucrInputXFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXFrom, "ucrInputXFrom") + Me.ucrInputXFrom.Location = New System.Drawing.Point(160, 21) + Me.ucrInputXFrom.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXFrom.Name = "ucrInputXFrom" + Me.ucrInputXFrom.Size = New System.Drawing.Size(50, 21) + Me.ucrInputXFrom.TabIndex = 25 ' 'ucrInputXInStepsOf ' Me.ucrInputXInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputXInStepsOf.AutoSize = True Me.ucrInputXInStepsOf.IsMultiline = False Me.ucrInputXInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXInStepsOf, "ucrInputXInStepsOf") + Me.ucrInputXInStepsOf.Location = New System.Drawing.Point(433, 21) + Me.ucrInputXInStepsOf.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXInStepsOf.Name = "ucrInputXInStepsOf" + Me.ucrInputXInStepsOf.Size = New System.Drawing.Size(51, 21) + Me.ucrInputXInStepsOf.TabIndex = 23 ' 'ucrNudXaxisLabelSize ' + Me.ucrNudXaxisLabelSize.AutoSize = True Me.ucrNudXaxisLabelSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisLabelSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXaxisLabelSize, "ucrNudXaxisLabelSize") + Me.ucrNudXaxisLabelSize.Location = New System.Drawing.Point(241, 57) + Me.ucrNudXaxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudXaxisLabelSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXaxisLabelSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisLabelSize.Name = "ucrNudXaxisLabelSize" + Me.ucrNudXaxisLabelSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXaxisLabelSize.TabIndex = 4 Me.ucrNudXaxisLabelSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputXTo ' Me.ucrInputXTo.AddQuotesIfUnrecognised = True + Me.ucrInputXTo.AutoSize = True Me.ucrInputXTo.IsMultiline = False Me.ucrInputXTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXTo, "ucrInputXTo") + Me.ucrInputXTo.Location = New System.Drawing.Point(275, 21) + Me.ucrInputXTo.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXTo.Name = "ucrInputXTo" + Me.ucrInputXTo.Size = New System.Drawing.Size(51, 21) + Me.ucrInputXTo.TabIndex = 24 ' 'ucrNudXAxisAngle ' + Me.ucrNudXAxisAngle.AutoSize = True Me.ucrNudXAxisAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAxisAngle, "ucrNudXAxisAngle") + Me.ucrNudXAxisAngle.Location = New System.Drawing.Point(86, 57) + Me.ucrNudXAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudXAxisAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisAngle.Name = "ucrNudXAxisAngle" + Me.ucrNudXAxisAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAxisAngle.TabIndex = 4 Me.ucrNudXAxisAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'tpYAxis @@ -570,225 +756,356 @@ Partial Class sdgPICSARainfallGraph Me.tpYAxis.Controls.Add(Me.ucrChkYAxisAngle) Me.tpYAxis.Controls.Add(Me.ucrInputYFrom) Me.tpYAxis.Controls.Add(Me.ucrChkYAxisLabelSize) - resources.ApplyResources(Me.tpYAxis, "tpYAxis") + Me.tpYAxis.Location = New System.Drawing.Point(4, 22) Me.tpYAxis.Name = "tpYAxis" + Me.tpYAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tpYAxis.Size = New System.Drawing.Size(581, 309) + Me.tpYAxis.TabIndex = 4 + Me.tpYAxis.Text = "Y-Axis" Me.tpYAxis.UseVisualStyleBackColor = True ' 'ucrNudUpperLimit ' + Me.ucrNudUpperLimit.AutoSize = True Me.ucrNudUpperLimit.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperLimit.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudUpperLimit, "ucrNudUpperLimit") + Me.ucrNudUpperLimit.Location = New System.Drawing.Point(209, 158) + Me.ucrNudUpperLimit.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudUpperLimit.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudUpperLimit.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperLimit.Name = "ucrNudUpperLimit" + Me.ucrNudUpperLimit.Size = New System.Drawing.Size(45, 20) + Me.ucrNudUpperLimit.TabIndex = 52 Me.ucrNudUpperLimit.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudLowerLimit ' + Me.ucrNudLowerLimit.AutoSize = True Me.ucrNudLowerLimit.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLowerLimit.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLowerLimit, "ucrNudLowerLimit") + Me.ucrNudLowerLimit.Location = New System.Drawing.Point(209, 127) + Me.ucrNudLowerLimit.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudLowerLimit.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLowerLimit.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLowerLimit.Name = "ucrNudLowerLimit" + Me.ucrNudLowerLimit.Size = New System.Drawing.Size(45, 20) + Me.ucrNudLowerLimit.TabIndex = 51 Me.ucrNudLowerLimit.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblDateDisplayFormat ' - resources.ApplyResources(Me.lblDateDisplayFormat, "lblDateDisplayFormat") + Me.lblDateDisplayFormat.AutoSize = True + Me.lblDateDisplayFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDateDisplayFormat.Location = New System.Drawing.Point(8, 94) Me.lblDateDisplayFormat.Name = "lblDateDisplayFormat" + Me.lblDateDisplayFormat.Size = New System.Drawing.Size(79, 13) + Me.lblDateDisplayFormat.TabIndex = 50 + Me.lblDateDisplayFormat.Text = "Display Format:" ' 'rdoYDate ' - resources.ApplyResources(Me.rdoYDate, "rdoYDate") + Me.rdoYDate.Appearance = System.Windows.Forms.Appearance.Button Me.rdoYDate.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYDate.FlatAppearance.BorderSize = 2 Me.rdoYDate.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYDate.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoYDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYDate.Location = New System.Drawing.Point(282, 16) Me.rdoYDate.Name = "rdoYDate" + Me.rdoYDate.Size = New System.Drawing.Size(98, 27) + Me.rdoYDate.TabIndex = 43 Me.rdoYDate.TabStop = True + Me.rdoYDate.Text = "Date" + Me.rdoYDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoYDate.UseVisualStyleBackColor = True ' 'rdoYNumeric ' - resources.ApplyResources(Me.rdoYNumeric, "rdoYNumeric") + Me.rdoYNumeric.Appearance = System.Windows.Forms.Appearance.Button Me.rdoYNumeric.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYNumeric.FlatAppearance.BorderSize = 2 Me.rdoYNumeric.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYNumeric.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoYNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYNumeric.Location = New System.Drawing.Point(186, 16) Me.rdoYNumeric.Name = "rdoYNumeric" + Me.rdoYNumeric.Size = New System.Drawing.Size(98, 27) + Me.rdoYNumeric.TabIndex = 42 Me.rdoYNumeric.TabStop = True + Me.rdoYNumeric.Text = "Numeric" + Me.rdoYNumeric.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoYNumeric.UseVisualStyleBackColor = True ' 'lblStartMonth ' - resources.ApplyResources(Me.lblStartMonth, "lblStartMonth") + Me.lblStartMonth.AutoSize = True + Me.lblStartMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStartMonth.Location = New System.Drawing.Point(8, 63) Me.lblStartMonth.Name = "lblStartMonth" + Me.lblStartMonth.Size = New System.Drawing.Size(65, 13) + Me.lblStartMonth.TabIndex = 37 + Me.lblStartMonth.Text = "Start Month:" ' 'lblYInStepsOf ' - resources.ApplyResources(Me.lblYInStepsOf, "lblYInStepsOf") + Me.lblYInStepsOf.AutoSize = True + Me.lblYInStepsOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYInStepsOf.Location = New System.Drawing.Point(387, 64) Me.lblYInStepsOf.Name = "lblYInStepsOf" + Me.lblYInStepsOf.Size = New System.Drawing.Size(61, 13) + Me.lblYInStepsOf.TabIndex = 22 + Me.lblYInStepsOf.Text = "In Steps of:" ' 'lblYTo ' - resources.ApplyResources(Me.lblYTo, "lblYTo") + Me.lblYTo.AutoSize = True + Me.lblYTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYTo.Location = New System.Drawing.Point(268, 64) Me.lblYTo.Name = "lblYTo" + Me.lblYTo.Size = New System.Drawing.Size(23, 13) + Me.lblYTo.TabIndex = 21 + Me.lblYTo.Text = "To:" ' 'lblYFrom ' - resources.ApplyResources(Me.lblYFrom, "lblYFrom") + Me.lblYFrom.AutoSize = True + Me.lblYFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYFrom.Location = New System.Drawing.Point(162, 64) Me.lblYFrom.Name = "lblYFrom" + Me.lblYFrom.Size = New System.Drawing.Size(33, 13) + Me.lblYFrom.TabIndex = 20 + Me.lblYFrom.Text = "From:" ' 'ucrInputYSpecifyUpperLimitDateMonth ' Me.ucrInputYSpecifyUpperLimitDateMonth.AddQuotesIfUnrecognised = True + Me.ucrInputYSpecifyUpperLimitDateMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputYSpecifyUpperLimitDateMonth.GetSetSelectedIndex = -1 Me.ucrInputYSpecifyUpperLimitDateMonth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYSpecifyUpperLimitDateMonth, "ucrInputYSpecifyUpperLimitDateMonth") + Me.ucrInputYSpecifyUpperLimitDateMonth.Location = New System.Drawing.Point(269, 156) + Me.ucrInputYSpecifyUpperLimitDateMonth.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYSpecifyUpperLimitDateMonth.Name = "ucrInputYSpecifyUpperLimitDateMonth" + Me.ucrInputYSpecifyUpperLimitDateMonth.Size = New System.Drawing.Size(93, 21) + Me.ucrInputYSpecifyUpperLimitDateMonth.TabIndex = 49 ' 'ucrInputYSpecifyUpperLimitNumeric ' Me.ucrInputYSpecifyUpperLimitNumeric.AddQuotesIfUnrecognised = True + Me.ucrInputYSpecifyUpperLimitNumeric.AutoSize = True Me.ucrInputYSpecifyUpperLimitNumeric.IsMultiline = False Me.ucrInputYSpecifyUpperLimitNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYSpecifyUpperLimitNumeric, "ucrInputYSpecifyUpperLimitNumeric") + Me.ucrInputYSpecifyUpperLimitNumeric.Location = New System.Drawing.Point(195, 157) + Me.ucrInputYSpecifyUpperLimitNumeric.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYSpecifyUpperLimitNumeric.Name = "ucrInputYSpecifyUpperLimitNumeric" + Me.ucrInputYSpecifyUpperLimitNumeric.Size = New System.Drawing.Size(59, 21) + Me.ucrInputYSpecifyUpperLimitNumeric.TabIndex = 48 ' 'ucrInputYSpecifyLowerLimitDateMonth ' Me.ucrInputYSpecifyLowerLimitDateMonth.AddQuotesIfUnrecognised = True + Me.ucrInputYSpecifyLowerLimitDateMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputYSpecifyLowerLimitDateMonth.GetSetSelectedIndex = -1 Me.ucrInputYSpecifyLowerLimitDateMonth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYSpecifyLowerLimitDateMonth, "ucrInputYSpecifyLowerLimitDateMonth") + Me.ucrInputYSpecifyLowerLimitDateMonth.Location = New System.Drawing.Point(269, 126) + Me.ucrInputYSpecifyLowerLimitDateMonth.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYSpecifyLowerLimitDateMonth.Name = "ucrInputYSpecifyLowerLimitDateMonth" + Me.ucrInputYSpecifyLowerLimitDateMonth.Size = New System.Drawing.Size(93, 21) + Me.ucrInputYSpecifyLowerLimitDateMonth.TabIndex = 46 ' 'ucrChkYSpecifyUpperLimit ' + Me.ucrChkYSpecifyUpperLimit.AutoSize = True Me.ucrChkYSpecifyUpperLimit.Checked = False - resources.ApplyResources(Me.ucrChkYSpecifyUpperLimit, "ucrChkYSpecifyUpperLimit") + Me.ucrChkYSpecifyUpperLimit.Location = New System.Drawing.Point(11, 157) + Me.ucrChkYSpecifyUpperLimit.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYSpecifyUpperLimit.Name = "ucrChkYSpecifyUpperLimit" + Me.ucrChkYSpecifyUpperLimit.Size = New System.Drawing.Size(180, 23) + Me.ucrChkYSpecifyUpperLimit.TabIndex = 47 ' 'ucrInputYSpecifyLowerLimitNumeric ' Me.ucrInputYSpecifyLowerLimitNumeric.AddQuotesIfUnrecognised = True + Me.ucrInputYSpecifyLowerLimitNumeric.AutoSize = True Me.ucrInputYSpecifyLowerLimitNumeric.IsMultiline = False Me.ucrInputYSpecifyLowerLimitNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYSpecifyLowerLimitNumeric, "ucrInputYSpecifyLowerLimitNumeric") + Me.ucrInputYSpecifyLowerLimitNumeric.Location = New System.Drawing.Point(195, 127) + Me.ucrInputYSpecifyLowerLimitNumeric.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYSpecifyLowerLimitNumeric.Name = "ucrInputYSpecifyLowerLimitNumeric" + Me.ucrInputYSpecifyLowerLimitNumeric.Size = New System.Drawing.Size(59, 21) + Me.ucrInputYSpecifyLowerLimitNumeric.TabIndex = 45 ' 'ucrChkYSpecifyLowerLimit ' + Me.ucrChkYSpecifyLowerLimit.AutoSize = True Me.ucrChkYSpecifyLowerLimit.Checked = False - resources.ApplyResources(Me.ucrChkYSpecifyLowerLimit, "ucrChkYSpecifyLowerLimit") + Me.ucrChkYSpecifyLowerLimit.Location = New System.Drawing.Point(11, 127) + Me.ucrChkYSpecifyLowerLimit.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYSpecifyLowerLimit.Name = "ucrChkYSpecifyLowerLimit" + Me.ucrChkYSpecifyLowerLimit.Size = New System.Drawing.Size(180, 23) + Me.ucrChkYSpecifyLowerLimit.TabIndex = 44 ' 'ucrPnlYAxisType ' - resources.ApplyResources(Me.ucrPnlYAxisType, "ucrPnlYAxisType") + Me.ucrPnlYAxisType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlYAxisType.Location = New System.Drawing.Point(161, 7) + Me.ucrPnlYAxisType.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlYAxisType.Name = "ucrPnlYAxisType" + Me.ucrPnlYAxisType.Size = New System.Drawing.Size(243, 48) + Me.ucrPnlYAxisType.TabIndex = 39 ' 'ucrInputStartMonth ' Me.ucrInputStartMonth.AddQuotesIfUnrecognised = True + Me.ucrInputStartMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStartMonth.GetSetSelectedIndex = -1 Me.ucrInputStartMonth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStartMonth, "ucrInputStartMonth") + Me.ucrInputStartMonth.Location = New System.Drawing.Point(157, 60) + Me.ucrInputStartMonth.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputStartMonth.Name = "ucrInputStartMonth" + Me.ucrInputStartMonth.Size = New System.Drawing.Size(96, 21) + Me.ucrInputStartMonth.TabIndex = 38 ' 'ucrChkSpecifyYAxisTickMarks ' + Me.ucrChkSpecifyYAxisTickMarks.AutoSize = True Me.ucrChkSpecifyYAxisTickMarks.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyYAxisTickMarks, "ucrChkSpecifyYAxisTickMarks") + Me.ucrChkSpecifyYAxisTickMarks.Location = New System.Drawing.Point(11, 61) + Me.ucrChkSpecifyYAxisTickMarks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyYAxisTickMarks.Name = "ucrChkSpecifyYAxisTickMarks" + Me.ucrChkSpecifyYAxisTickMarks.Size = New System.Drawing.Size(149, 23) + Me.ucrChkSpecifyYAxisTickMarks.TabIndex = 29 ' 'ucrNudDateBreakNumber ' + Me.ucrNudDateBreakNumber.AutoSize = True Me.ucrNudDateBreakNumber.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreakNumber.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDateBreakNumber, "ucrNudDateBreakNumber") + Me.ucrNudDateBreakNumber.Location = New System.Drawing.Point(431, 89) + Me.ucrNudDateBreakNumber.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudDateBreakNumber.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDateBreakNumber.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDateBreakNumber.Name = "ucrNudDateBreakNumber" + Me.ucrNudDateBreakNumber.Size = New System.Drawing.Size(45, 20) + Me.ucrNudDateBreakNumber.TabIndex = 36 Me.ucrNudDateBreakNumber.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputYInStepsOf ' Me.ucrInputYInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputYInStepsOf.AutoSize = True Me.ucrInputYInStepsOf.IsMultiline = False Me.ucrInputYInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYInStepsOf, "ucrInputYInStepsOf") + Me.ucrInputYInStepsOf.Location = New System.Drawing.Point(503, 61) + Me.ucrInputYInStepsOf.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYInStepsOf.Name = "ucrInputYInStepsOf" + Me.ucrInputYInStepsOf.Size = New System.Drawing.Size(50, 21) + Me.ucrInputYInStepsOf.TabIndex = 23 ' 'ucrInputDateBreakTime ' Me.ucrInputDateBreakTime.AddQuotesIfUnrecognised = True + Me.ucrInputDateBreakTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDateBreakTime.GetSetSelectedIndex = -1 Me.ucrInputDateBreakTime.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDateBreakTime, "ucrInputDateBreakTime") + Me.ucrInputDateBreakTime.Location = New System.Drawing.Point(482, 88) + Me.ucrInputDateBreakTime.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputDateBreakTime.Name = "ucrInputDateBreakTime" + Me.ucrInputDateBreakTime.Size = New System.Drawing.Size(70, 21) + Me.ucrInputDateBreakTime.TabIndex = 35 ' 'ucrChkSpecifyDateBreaks ' + Me.ucrChkSpecifyDateBreaks.AutoSize = True Me.ucrChkSpecifyDateBreaks.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyDateBreaks, "ucrChkSpecifyDateBreaks") + Me.ucrChkSpecifyDateBreaks.Location = New System.Drawing.Point(268, 90) + Me.ucrChkSpecifyDateBreaks.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSpecifyDateBreaks.Name = "ucrChkSpecifyDateBreaks" + Me.ucrChkSpecifyDateBreaks.Size = New System.Drawing.Size(161, 23) + Me.ucrChkSpecifyDateBreaks.TabIndex = 34 ' 'ucrInputDateDisplayFormat ' Me.ucrInputDateDisplayFormat.AddQuotesIfUnrecognised = True + Me.ucrInputDateDisplayFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDateDisplayFormat.GetSetSelectedIndex = -1 Me.ucrInputDateDisplayFormat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDateDisplayFormat, "ucrInputDateDisplayFormat") + Me.ucrInputDateDisplayFormat.Location = New System.Drawing.Point(139, 90) + Me.ucrInputDateDisplayFormat.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputDateDisplayFormat.Name = "ucrInputDateDisplayFormat" + Me.ucrInputDateDisplayFormat.Size = New System.Drawing.Size(114, 21) + Me.ucrInputDateDisplayFormat.TabIndex = 32 ' 'ucrInputYTo ' Me.ucrInputYTo.AddQuotesIfUnrecognised = True + Me.ucrInputYTo.AutoSize = True Me.ucrInputYTo.IsMultiline = False Me.ucrInputYTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYTo, "ucrInputYTo") + Me.ucrInputYTo.Location = New System.Drawing.Point(297, 61) + Me.ucrInputYTo.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYTo.Name = "ucrInputYTo" + Me.ucrInputYTo.Size = New System.Drawing.Size(52, 21) + Me.ucrInputYTo.TabIndex = 24 ' 'ucrNudYAxisAngle ' + Me.ucrNudYAxisAngle.AutoSize = True Me.ucrNudYAxisAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisAngle, "ucrNudYAxisAngle") + Me.ucrNudYAxisAngle.Location = New System.Drawing.Point(97, 195) + Me.ucrNudYAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisAngle.Name = "ucrNudYAxisAngle" + Me.ucrNudYAxisAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisAngle.TabIndex = 33 Me.ucrNudYAxisAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudYAxisLabelSize ' + Me.ucrNudYAxisLabelSize.AutoSize = True Me.ucrNudYAxisLabelSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYAxisLabelSize, "ucrNudYAxisLabelSize") + Me.ucrNudYAxisLabelSize.Location = New System.Drawing.Point(252, 195) + Me.ucrNudYAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudYAxisLabelSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYAxisLabelSize.Name = "ucrNudYAxisLabelSize" + Me.ucrNudYAxisLabelSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYAxisLabelSize.TabIndex = 4 Me.ucrNudYAxisLabelSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkYAxisAngle ' + Me.ucrChkYAxisAngle.AutoSize = True Me.ucrChkYAxisAngle.Checked = False - resources.ApplyResources(Me.ucrChkYAxisAngle, "ucrChkYAxisAngle") + Me.ucrChkYAxisAngle.Location = New System.Drawing.Point(11, 195) + Me.ucrChkYAxisAngle.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYAxisAngle.Name = "ucrChkYAxisAngle" + Me.ucrChkYAxisAngle.Size = New System.Drawing.Size(75, 23) + Me.ucrChkYAxisAngle.TabIndex = 32 ' 'ucrInputYFrom ' Me.ucrInputYFrom.AddQuotesIfUnrecognised = True + Me.ucrInputYFrom.AutoSize = True Me.ucrInputYFrom.IsMultiline = False Me.ucrInputYFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYFrom, "ucrInputYFrom") + Me.ucrInputYFrom.Location = New System.Drawing.Point(199, 61) + Me.ucrInputYFrom.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYFrom.Name = "ucrInputYFrom" + Me.ucrInputYFrom.Size = New System.Drawing.Size(50, 21) + Me.ucrInputYFrom.TabIndex = 25 ' 'ucrChkYAxisLabelSize ' + Me.ucrChkYAxisLabelSize.AutoSize = True Me.ucrChkYAxisLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkYAxisLabelSize, "ucrChkYAxisLabelSize") + Me.ucrChkYAxisLabelSize.Location = New System.Drawing.Point(173, 195) + Me.ucrChkYAxisLabelSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYAxisLabelSize.Name = "ucrChkYAxisLabelSize" + Me.ucrChkYAxisLabelSize.Size = New System.Drawing.Size(75, 23) + Me.ucrChkYAxisLabelSize.TabIndex = 31 ' 'tpLines ' @@ -816,22 +1133,35 @@ Partial Class sdgPICSARainfallGraph Me.tpLines.Controls.Add(Me.ucrChkAddMeanLabel) Me.tpLines.Controls.Add(Me.ucrChkAddMedian) Me.tpLines.Controls.Add(Me.ucrChkAddTerciles) - resources.ApplyResources(Me.tpLines, "tpLines") + Me.tpLines.Location = New System.Drawing.Point(4, 22) Me.tpLines.Name = "tpLines" + Me.tpLines.Padding = New System.Windows.Forms.Padding(3) + Me.tpLines.Size = New System.Drawing.Size(581, 309) + Me.tpLines.TabIndex = 2 + Me.tpLines.Text = "Lines" Me.tpLines.UseVisualStyleBackColor = True ' 'ucrInputTercilesLineLabelTextUpper ' Me.ucrInputTercilesLineLabelTextUpper.AddQuotesIfUnrecognised = True + Me.ucrInputTercilesLineLabelTextUpper.AutoSize = True Me.ucrInputTercilesLineLabelTextUpper.IsMultiline = False Me.ucrInputTercilesLineLabelTextUpper.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTercilesLineLabelTextUpper, "ucrInputTercilesLineLabelTextUpper") + Me.ucrInputTercilesLineLabelTextUpper.Location = New System.Drawing.Point(264, 201) + Me.ucrInputTercilesLineLabelTextUpper.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputTercilesLineLabelTextUpper.Name = "ucrInputTercilesLineLabelTextUpper" + Me.ucrInputTercilesLineLabelTextUpper.Size = New System.Drawing.Size(123, 21) + Me.ucrInputTercilesLineLabelTextUpper.TabIndex = 22 ' 'lblTercilesLineLabelTextUpper ' - resources.ApplyResources(Me.lblTercilesLineLabelTextUpper, "lblTercilesLineLabelTextUpper") + Me.lblTercilesLineLabelTextUpper.AutoSize = True + Me.lblTercilesLineLabelTextUpper.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTercilesLineLabelTextUpper.Location = New System.Drawing.Point(103, 205) Me.lblTercilesLineLabelTextUpper.Name = "lblTercilesLineLabelTextUpper" + Me.lblTercilesLineLabelTextUpper.Size = New System.Drawing.Size(98, 13) + Me.lblTercilesLineLabelTextUpper.TabIndex = 21 + Me.lblTercilesLineLabelTextUpper.Text = "Label Text (Upper):" ' 'grpLinesFormat ' @@ -843,200 +1173,326 @@ Partial Class sdgPICSARainfallGraph Me.grpLinesFormat.Controls.Add(Me.ucrInputHLineColour) Me.grpLinesFormat.Controls.Add(Me.ucrChkHLineType) Me.grpLinesFormat.Controls.Add(Me.ucrChkHLineColour) - resources.ApplyResources(Me.grpLinesFormat, "grpLinesFormat") + Me.grpLinesFormat.Location = New System.Drawing.Point(9, 230) Me.grpLinesFormat.Name = "grpLinesFormat" + Me.grpLinesFormat.Size = New System.Drawing.Size(487, 75) + Me.grpLinesFormat.TabIndex = 20 Me.grpLinesFormat.TabStop = False + Me.grpLinesFormat.Text = "Line Format" ' 'ucrNudLabelTransparency ' + Me.ucrNudLabelTransparency.AutoSize = True Me.ucrNudLabelTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLabelTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLabelTransparency, "ucrNudLabelTransparency") + Me.ucrNudLabelTransparency.Location = New System.Drawing.Point(364, 50) + Me.ucrNudLabelTransparency.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudLabelTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLabelTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLabelTransparency.Name = "ucrNudLabelTransparency" + Me.ucrNudLabelTransparency.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLabelTransparency.TabIndex = 24 Me.ucrNudLabelTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblLabelTransparency ' - resources.ApplyResources(Me.lblLabelTransparency, "lblLabelTransparency") + Me.lblLabelTransparency.AutoSize = True + Me.lblLabelTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabelTransparency.Location = New System.Drawing.Point(224, 53) Me.lblLabelTransparency.Name = "lblLabelTransparency" + Me.lblLabelTransparency.Size = New System.Drawing.Size(104, 13) + Me.lblLabelTransparency.TabIndex = 23 + Me.lblLabelTransparency.Text = "Label Transparency:" ' 'ucrNudHLineSize ' + Me.ucrNudHLineSize.AutoSize = True Me.ucrNudHLineSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudHLineSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudHLineSize, "ucrNudHLineSize") + Me.ucrNudHLineSize.Location = New System.Drawing.Point(95, 50) + Me.ucrNudHLineSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudHLineSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudHLineSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudHLineSize.Name = "ucrNudHLineSize" + Me.ucrNudHLineSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudHLineSize.TabIndex = 7 Me.ucrNudHLineSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkHLineSize ' + Me.ucrChkHLineSize.AutoSize = True Me.ucrChkHLineSize.Checked = False - resources.ApplyResources(Me.ucrChkHLineSize, "ucrChkHLineSize") + Me.ucrChkHLineSize.Location = New System.Drawing.Point(6, 50) + Me.ucrChkHLineSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkHLineSize.Name = "ucrChkHLineSize" + Me.ucrChkHLineSize.Size = New System.Drawing.Size(83, 23) + Me.ucrChkHLineSize.TabIndex = 6 ' 'ucrInputHLineType ' Me.ucrInputHLineType.AddQuotesIfUnrecognised = True + Me.ucrInputHLineType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputHLineType.GetSetSelectedIndex = -1 Me.ucrInputHLineType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHLineType, "ucrInputHLineType") + Me.ucrInputHLineType.Location = New System.Drawing.Point(312, 23) + Me.ucrInputHLineType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputHLineType.Name = "ucrInputHLineType" + Me.ucrInputHLineType.Size = New System.Drawing.Size(106, 21) + Me.ucrInputHLineType.TabIndex = 4 ' 'ucrInputHLineColour ' Me.ucrInputHLineColour.AddQuotesIfUnrecognised = True + Me.ucrInputHLineColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputHLineColour.GetSetSelectedIndex = -1 Me.ucrInputHLineColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHLineColour, "ucrInputHLineColour") + Me.ucrInputHLineColour.Location = New System.Drawing.Point(94, 23) + Me.ucrInputHLineColour.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputHLineColour.Name = "ucrInputHLineColour" + Me.ucrInputHLineColour.Size = New System.Drawing.Size(106, 21) + Me.ucrInputHLineColour.TabIndex = 3 ' 'ucrChkHLineType ' + Me.ucrChkHLineType.AutoSize = True Me.ucrChkHLineType.Checked = False - resources.ApplyResources(Me.ucrChkHLineType, "ucrChkHLineType") + Me.ucrChkHLineType.Location = New System.Drawing.Point(224, 23) + Me.ucrChkHLineType.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkHLineType.Name = "ucrChkHLineType" + Me.ucrChkHLineType.Size = New System.Drawing.Size(100, 23) + Me.ucrChkHLineType.TabIndex = 2 ' 'ucrChkHLineColour ' + Me.ucrChkHLineColour.AutoSize = True Me.ucrChkHLineColour.Checked = False - resources.ApplyResources(Me.ucrChkHLineColour, "ucrChkHLineColour") + Me.ucrChkHLineColour.Location = New System.Drawing.Point(6, 23) + Me.ucrChkHLineColour.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkHLineColour.Name = "ucrChkHLineColour" + Me.ucrChkHLineColour.Size = New System.Drawing.Size(100, 23) + Me.ucrChkHLineColour.TabIndex = 1 ' 'lblTercilesLineLabelTextLower ' - resources.ApplyResources(Me.lblTercilesLineLabelTextLower, "lblTercilesLineLabelTextLower") + Me.lblTercilesLineLabelTextLower.AutoSize = True + Me.lblTercilesLineLabelTextLower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTercilesLineLabelTextLower.Location = New System.Drawing.Point(103, 176) Me.lblTercilesLineLabelTextLower.Name = "lblTercilesLineLabelTextLower" + Me.lblTercilesLineLabelTextLower.Size = New System.Drawing.Size(98, 13) + Me.lblTercilesLineLabelTextLower.TabIndex = 15 + Me.lblTercilesLineLabelTextLower.Text = "Label Text (Lower):" ' 'lblTercilesLineType ' - resources.ApplyResources(Me.lblTercilesLineType, "lblTercilesLineType") + Me.lblTercilesLineType.AutoSize = True + Me.lblTercilesLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTercilesLineType.Location = New System.Drawing.Point(307, 148) Me.lblTercilesLineType.Name = "lblTercilesLineType" + Me.lblTercilesLineType.Size = New System.Drawing.Size(63, 13) + Me.lblTercilesLineType.TabIndex = 14 + Me.lblTercilesLineType.Text = "Label Type:" ' 'lblMedianLineLabelText ' - resources.ApplyResources(Me.lblMedianLineLabelText, "lblMedianLineLabelText") + Me.lblMedianLineLabelText.AutoSize = True + Me.lblMedianLineLabelText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMedianLineLabelText.Location = New System.Drawing.Point(132, 107) Me.lblMedianLineLabelText.Name = "lblMedianLineLabelText" + Me.lblMedianLineLabelText.Size = New System.Drawing.Size(60, 13) + Me.lblMedianLineLabelText.TabIndex = 10 + Me.lblMedianLineLabelText.Text = "Label Text:" ' 'lblMedianLineType ' - resources.ApplyResources(Me.lblMedianLineType, "lblMedianLineType") + Me.lblMedianLineType.AutoSize = True + Me.lblMedianLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMedianLineType.Location = New System.Drawing.Point(307, 78) Me.lblMedianLineType.Name = "lblMedianLineType" + Me.lblMedianLineType.Size = New System.Drawing.Size(63, 13) + Me.lblMedianLineType.TabIndex = 9 + Me.lblMedianLineType.Text = "Label Type:" ' 'lblMeanLineLabelText ' - resources.ApplyResources(Me.lblMeanLineLabelText, "lblMeanLineLabelText") + Me.lblMeanLineLabelText.AutoSize = True + Me.lblMeanLineLabelText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMeanLineLabelText.Location = New System.Drawing.Point(132, 42) Me.lblMeanLineLabelText.Name = "lblMeanLineLabelText" + Me.lblMeanLineLabelText.Size = New System.Drawing.Size(60, 13) + Me.lblMeanLineLabelText.TabIndex = 5 + Me.lblMeanLineLabelText.Text = "Label Text:" ' 'lblMeanLineType ' - resources.ApplyResources(Me.lblMeanLineType, "lblMeanLineType") + Me.lblMeanLineType.AutoSize = True + Me.lblMeanLineType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMeanLineType.Location = New System.Drawing.Point(307, 13) Me.lblMeanLineType.Name = "lblMeanLineType" + Me.lblMeanLineType.Size = New System.Drawing.Size(63, 13) + Me.lblMeanLineType.TabIndex = 4 + Me.lblMeanLineType.Text = "Label Type:" ' 'ucrChkTercilesLineLabelIncludeValue ' + Me.ucrChkTercilesLineLabelIncludeValue.AutoSize = True Me.ucrChkTercilesLineLabelIncludeValue.Checked = False - resources.ApplyResources(Me.ucrChkTercilesLineLabelIncludeValue, "ucrChkTercilesLineLabelIncludeValue") + Me.ucrChkTercilesLineLabelIncludeValue.Location = New System.Drawing.Point(390, 188) + Me.ucrChkTercilesLineLabelIncludeValue.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkTercilesLineLabelIncludeValue.Name = "ucrChkTercilesLineLabelIncludeValue" + Me.ucrChkTercilesLineLabelIncludeValue.Size = New System.Drawing.Size(186, 23) + Me.ucrChkTercilesLineLabelIncludeValue.TabIndex = 19 ' 'ucrChkMedianLineLabelIncludeValue ' + Me.ucrChkMedianLineLabelIncludeValue.AutoSize = True Me.ucrChkMedianLineLabelIncludeValue.Checked = False - resources.ApplyResources(Me.ucrChkMedianLineLabelIncludeValue, "ucrChkMedianLineLabelIncludeValue") + Me.ucrChkMedianLineLabelIncludeValue.Location = New System.Drawing.Point(390, 106) + Me.ucrChkMedianLineLabelIncludeValue.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMedianLineLabelIncludeValue.Name = "ucrChkMedianLineLabelIncludeValue" + Me.ucrChkMedianLineLabelIncludeValue.Size = New System.Drawing.Size(186, 23) + Me.ucrChkMedianLineLabelIncludeValue.TabIndex = 18 ' 'ucrChkMeanLineLabelIncludeValue ' + Me.ucrChkMeanLineLabelIncludeValue.AutoSize = True Me.ucrChkMeanLineLabelIncludeValue.Checked = False - resources.ApplyResources(Me.ucrChkMeanLineLabelIncludeValue, "ucrChkMeanLineLabelIncludeValue") + Me.ucrChkMeanLineLabelIncludeValue.Location = New System.Drawing.Point(390, 41) + Me.ucrChkMeanLineLabelIncludeValue.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanLineLabelIncludeValue.Name = "ucrChkMeanLineLabelIncludeValue" + Me.ucrChkMeanLineLabelIncludeValue.Size = New System.Drawing.Size(185, 23) + Me.ucrChkMeanLineLabelIncludeValue.TabIndex = 17 ' 'ucrInputTercilesLineLabelTextLower ' Me.ucrInputTercilesLineLabelTextLower.AddQuotesIfUnrecognised = True + Me.ucrInputTercilesLineLabelTextLower.AutoSize = True Me.ucrInputTercilesLineLabelTextLower.IsMultiline = False Me.ucrInputTercilesLineLabelTextLower.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTercilesLineLabelTextLower, "ucrInputTercilesLineLabelTextLower") + Me.ucrInputTercilesLineLabelTextLower.Location = New System.Drawing.Point(264, 174) + Me.ucrInputTercilesLineLabelTextLower.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputTercilesLineLabelTextLower.Name = "ucrInputTercilesLineLabelTextLower" + Me.ucrInputTercilesLineLabelTextLower.Size = New System.Drawing.Size(123, 21) + Me.ucrInputTercilesLineLabelTextLower.TabIndex = 16 ' 'ucrInputTercilesLabelType ' Me.ucrInputTercilesLabelType.AddQuotesIfUnrecognised = True + Me.ucrInputTercilesLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTercilesLabelType.GetSetSelectedIndex = -1 Me.ucrInputTercilesLabelType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTercilesLabelType, "ucrInputTercilesLabelType") + Me.ucrInputTercilesLabelType.Location = New System.Drawing.Point(426, 144) + Me.ucrInputTercilesLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputTercilesLabelType.Name = "ucrInputTercilesLabelType" + Me.ucrInputTercilesLabelType.Size = New System.Drawing.Size(95, 21) + Me.ucrInputTercilesLabelType.TabIndex = 13 ' 'ucrInputMedianLineLabelText ' Me.ucrInputMedianLineLabelText.AddQuotesIfUnrecognised = True + Me.ucrInputMedianLineLabelText.AutoSize = True Me.ucrInputMedianLineLabelText.IsMultiline = False Me.ucrInputMedianLineLabelText.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMedianLineLabelText, "ucrInputMedianLineLabelText") + Me.ucrInputMedianLineLabelText.Location = New System.Drawing.Point(264, 105) + Me.ucrInputMedianLineLabelText.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMedianLineLabelText.Name = "ucrInputMedianLineLabelText" + Me.ucrInputMedianLineLabelText.Size = New System.Drawing.Size(123, 21) + Me.ucrInputMedianLineLabelText.TabIndex = 11 ' 'ucrInputMedianLabelType ' Me.ucrInputMedianLabelType.AddQuotesIfUnrecognised = True + Me.ucrInputMedianLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMedianLabelType.GetSetSelectedIndex = -1 Me.ucrInputMedianLabelType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMedianLabelType, "ucrInputMedianLabelType") + Me.ucrInputMedianLabelType.Location = New System.Drawing.Point(426, 74) + Me.ucrInputMedianLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMedianLabelType.Name = "ucrInputMedianLabelType" + Me.ucrInputMedianLabelType.Size = New System.Drawing.Size(95, 21) + Me.ucrInputMedianLabelType.TabIndex = 8 ' 'ucrInputMeanLineLabelText ' Me.ucrInputMeanLineLabelText.AddQuotesIfUnrecognised = True + Me.ucrInputMeanLineLabelText.AutoSize = True Me.ucrInputMeanLineLabelText.IsMultiline = False Me.ucrInputMeanLineLabelText.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMeanLineLabelText, "ucrInputMeanLineLabelText") + Me.ucrInputMeanLineLabelText.Location = New System.Drawing.Point(264, 40) + Me.ucrInputMeanLineLabelText.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMeanLineLabelText.Name = "ucrInputMeanLineLabelText" + Me.ucrInputMeanLineLabelText.Size = New System.Drawing.Size(123, 21) + Me.ucrInputMeanLineLabelText.TabIndex = 6 ' 'ucrChkAddTercilesLabel ' + Me.ucrChkAddTercilesLabel.AutoSize = True Me.ucrChkAddTercilesLabel.Checked = False - resources.ApplyResources(Me.ucrChkAddTercilesLabel, "ucrChkAddTercilesLabel") + Me.ucrChkAddTercilesLabel.Location = New System.Drawing.Point(132, 144) + Me.ucrChkAddTercilesLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddTercilesLabel.Name = "ucrChkAddTercilesLabel" + Me.ucrChkAddTercilesLabel.Size = New System.Drawing.Size(146, 23) + Me.ucrChkAddTercilesLabel.TabIndex = 2 ' 'ucrChkAddMedianLabel ' + Me.ucrChkAddMedianLabel.AutoSize = True Me.ucrChkAddMedianLabel.Checked = False - resources.ApplyResources(Me.ucrChkAddMedianLabel, "ucrChkAddMedianLabel") + Me.ucrChkAddMedianLabel.Location = New System.Drawing.Point(132, 75) + Me.ucrChkAddMedianLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMedianLabel.Name = "ucrChkAddMedianLabel" + Me.ucrChkAddMedianLabel.Size = New System.Drawing.Size(146, 23) + Me.ucrChkAddMedianLabel.TabIndex = 2 ' 'ucrInputMeanLabelType ' Me.ucrInputMeanLabelType.AddQuotesIfUnrecognised = True + Me.ucrInputMeanLabelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMeanLabelType.GetSetSelectedIndex = -1 Me.ucrInputMeanLabelType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMeanLabelType, "ucrInputMeanLabelType") + Me.ucrInputMeanLabelType.Location = New System.Drawing.Point(426, 9) + Me.ucrInputMeanLabelType.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMeanLabelType.Name = "ucrInputMeanLabelType" + Me.ucrInputMeanLabelType.Size = New System.Drawing.Size(95, 21) + Me.ucrInputMeanLabelType.TabIndex = 3 ' 'ucrChkAddMean ' + Me.ucrChkAddMean.AutoSize = True Me.ucrChkAddMean.Checked = False - resources.ApplyResources(Me.ucrChkAddMean, "ucrChkAddMean") + Me.ucrChkAddMean.Location = New System.Drawing.Point(9, 10) + Me.ucrChkAddMean.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMean.Name = "ucrChkAddMean" + Me.ucrChkAddMean.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddMean.TabIndex = 1 ' 'ucrChkAddMeanLabel ' + Me.ucrChkAddMeanLabel.AutoSize = True Me.ucrChkAddMeanLabel.Checked = False - resources.ApplyResources(Me.ucrChkAddMeanLabel, "ucrChkAddMeanLabel") + Me.ucrChkAddMeanLabel.Location = New System.Drawing.Point(132, 10) + Me.ucrChkAddMeanLabel.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMeanLabel.Name = "ucrChkAddMeanLabel" + Me.ucrChkAddMeanLabel.Size = New System.Drawing.Size(146, 23) + Me.ucrChkAddMeanLabel.TabIndex = 2 ' 'ucrChkAddMedian ' + Me.ucrChkAddMedian.AutoSize = True Me.ucrChkAddMedian.Checked = False - resources.ApplyResources(Me.ucrChkAddMedian, "ucrChkAddMedian") + Me.ucrChkAddMedian.Location = New System.Drawing.Point(9, 77) + Me.ucrChkAddMedian.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddMedian.Name = "ucrChkAddMedian" + Me.ucrChkAddMedian.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddMedian.TabIndex = 1 ' 'ucrChkAddTerciles ' + Me.ucrChkAddTerciles.AutoSize = True Me.ucrChkAddTerciles.Checked = False - resources.ApplyResources(Me.ucrChkAddTerciles, "ucrChkAddTerciles") + Me.ucrChkAddTerciles.Location = New System.Drawing.Point(9, 144) + Me.ucrChkAddTerciles.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAddTerciles.Name = "ucrChkAddTerciles" + Me.ucrChkAddTerciles.Size = New System.Drawing.Size(119, 23) + Me.ucrChkAddTerciles.TabIndex = 1 ' 'tpPanel ' @@ -1044,8 +1500,12 @@ Partial Class sdgPICSARainfallGraph Me.tpPanel.Controls.Add(Me.grpPnlBorder) Me.tpPanel.Controls.Add(Me.grpMajorGridLines) Me.tpPanel.Controls.Add(Me.grpPnlBackground) - resources.ApplyResources(Me.tpPanel, "tpPanel") + Me.tpPanel.Location = New System.Drawing.Point(4, 22) Me.tpPanel.Name = "tpPanel" + Me.tpPanel.Padding = New System.Windows.Forms.Padding(3) + Me.tpPanel.Size = New System.Drawing.Size(581, 309) + Me.tpPanel.TabIndex = 3 + Me.tpPanel.Text = "Panel" Me.tpPanel.UseVisualStyleBackColor = True ' 'grpMinorGridLine @@ -1057,56 +1517,90 @@ Partial Class sdgPICSARainfallGraph Me.grpMinorGridLine.Controls.Add(Me.lblMinorGridLineColour) Me.grpMinorGridLine.Controls.Add(Me.ucrInputMinorGridLineLinetype) Me.grpMinorGridLine.Controls.Add(Me.ucrInputMinorGridLineColour) - resources.ApplyResources(Me.grpMinorGridLine, "grpMinorGridLine") + Me.grpMinorGridLine.Location = New System.Drawing.Point(264, 166) Me.grpMinorGridLine.Name = "grpMinorGridLine" + Me.grpMinorGridLine.Size = New System.Drawing.Size(226, 140) + Me.grpMinorGridLine.TabIndex = 3 Me.grpMinorGridLine.TabStop = False + Me.grpMinorGridLine.Text = "Minor Grid Lines" ' 'lblMinorGridLineSize ' - resources.ApplyResources(Me.lblMinorGridLineSize, "lblMinorGridLineSize") + Me.lblMinorGridLineSize.AutoSize = True + Me.lblMinorGridLineSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinorGridLineSize.Location = New System.Drawing.Point(6, 114) Me.lblMinorGridLineSize.Name = "lblMinorGridLineSize" + Me.lblMinorGridLineSize.Size = New System.Drawing.Size(30, 13) + Me.lblMinorGridLineSize.TabIndex = 14 + Me.lblMinorGridLineSize.Text = "Size:" ' 'ucrChkIncludeMinorGridLines ' + Me.ucrChkIncludeMinorGridLines.AutoSize = True Me.ucrChkIncludeMinorGridLines.Checked = False - resources.ApplyResources(Me.ucrChkIncludeMinorGridLines, "ucrChkIncludeMinorGridLines") + Me.ucrChkIncludeMinorGridLines.Location = New System.Drawing.Point(6, 19) + Me.ucrChkIncludeMinorGridLines.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIncludeMinorGridLines.Name = "ucrChkIncludeMinorGridLines" + Me.ucrChkIncludeMinorGridLines.Size = New System.Drawing.Size(194, 23) + Me.ucrChkIncludeMinorGridLines.TabIndex = 9 ' 'lblMinorGridLineLinetype ' - resources.ApplyResources(Me.lblMinorGridLineLinetype, "lblMinorGridLineLinetype") + Me.lblMinorGridLineLinetype.AutoSize = True + Me.lblMinorGridLineLinetype.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinorGridLineLinetype.Location = New System.Drawing.Point(6, 83) Me.lblMinorGridLineLinetype.Name = "lblMinorGridLineLinetype" + Me.lblMinorGridLineLinetype.Size = New System.Drawing.Size(57, 13) + Me.lblMinorGridLineLinetype.TabIndex = 13 + Me.lblMinorGridLineLinetype.Text = "Line Type:" ' 'ucrNudMinorGridLineSize ' + Me.ucrNudMinorGridLineSize.AutoSize = True Me.ucrNudMinorGridLineSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinorGridLineSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMinorGridLineSize, "ucrNudMinorGridLineSize") + Me.ucrNudMinorGridLineSize.Location = New System.Drawing.Point(94, 110) + Me.ucrNudMinorGridLineSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudMinorGridLineSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMinorGridLineSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinorGridLineSize.Name = "ucrNudMinorGridLineSize" + Me.ucrNudMinorGridLineSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMinorGridLineSize.TabIndex = 8 Me.ucrNudMinorGridLineSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMinorGridLineColour ' - resources.ApplyResources(Me.lblMinorGridLineColour, "lblMinorGridLineColour") + Me.lblMinorGridLineColour.AutoSize = True + Me.lblMinorGridLineColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinorGridLineColour.Location = New System.Drawing.Point(6, 52) Me.lblMinorGridLineColour.Name = "lblMinorGridLineColour" + Me.lblMinorGridLineColour.Size = New System.Drawing.Size(40, 13) + Me.lblMinorGridLineColour.TabIndex = 12 + Me.lblMinorGridLineColour.Text = "Colour:" ' 'ucrInputMinorGridLineLinetype ' Me.ucrInputMinorGridLineLinetype.AddQuotesIfUnrecognised = True + Me.ucrInputMinorGridLineLinetype.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMinorGridLineLinetype.GetSetSelectedIndex = -1 Me.ucrInputMinorGridLineLinetype.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorGridLineLinetype, "ucrInputMinorGridLineLinetype") + Me.ucrInputMinorGridLineLinetype.Location = New System.Drawing.Point(94, 79) + Me.ucrInputMinorGridLineLinetype.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMinorGridLineLinetype.Name = "ucrInputMinorGridLineLinetype" + Me.ucrInputMinorGridLineLinetype.Size = New System.Drawing.Size(106, 21) + Me.ucrInputMinorGridLineLinetype.TabIndex = 4 ' 'ucrInputMinorGridLineColour ' Me.ucrInputMinorGridLineColour.AddQuotesIfUnrecognised = True + Me.ucrInputMinorGridLineColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMinorGridLineColour.GetSetSelectedIndex = -1 Me.ucrInputMinorGridLineColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinorGridLineColour, "ucrInputMinorGridLineColour") + Me.ucrInputMinorGridLineColour.Location = New System.Drawing.Point(94, 48) + Me.ucrInputMinorGridLineColour.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMinorGridLineColour.Name = "ucrInputMinorGridLineColour" + Me.ucrInputMinorGridLineColour.Size = New System.Drawing.Size(106, 21) + Me.ucrInputMinorGridLineColour.TabIndex = 3 ' 'grpPnlBorder ' @@ -1116,53 +1610,80 @@ Partial Class sdgPICSARainfallGraph Me.grpPnlBorder.Controls.Add(Me.ucrInputBorderColour) Me.grpPnlBorder.Controls.Add(Me.ucrChkBorderLineType) Me.grpPnlBorder.Controls.Add(Me.ucrChkBorderColour) - resources.ApplyResources(Me.grpPnlBorder, "grpPnlBorder") + Me.grpPnlBorder.Location = New System.Drawing.Point(264, 9) Me.grpPnlBorder.Name = "grpPnlBorder" + Me.grpPnlBorder.Size = New System.Drawing.Size(226, 117) + Me.grpPnlBorder.TabIndex = 2 Me.grpPnlBorder.TabStop = False + Me.grpPnlBorder.Text = "Border" ' 'ucrNudBorderSize ' + Me.ucrNudBorderSize.AutoSize = True Me.ucrNudBorderSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBorderSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudBorderSize, "ucrNudBorderSize") + Me.ucrNudBorderSize.Location = New System.Drawing.Point(95, 86) + Me.ucrNudBorderSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudBorderSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudBorderSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBorderSize.Name = "ucrNudBorderSize" + Me.ucrNudBorderSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudBorderSize.TabIndex = 6 Me.ucrNudBorderSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'UcrChkBorderSize ' + Me.UcrChkBorderSize.AutoSize = True Me.UcrChkBorderSize.Checked = False - resources.ApplyResources(Me.UcrChkBorderSize, "UcrChkBorderSize") + Me.UcrChkBorderSize.Location = New System.Drawing.Point(6, 88) + Me.UcrChkBorderSize.Margin = New System.Windows.Forms.Padding(5) Me.UcrChkBorderSize.Name = "UcrChkBorderSize" + Me.UcrChkBorderSize.Size = New System.Drawing.Size(83, 23) + Me.UcrChkBorderSize.TabIndex = 5 ' 'ucrInputBorderLinetype ' Me.ucrInputBorderLinetype.AddQuotesIfUnrecognised = True + Me.ucrInputBorderLinetype.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBorderLinetype.GetSetSelectedIndex = -1 Me.ucrInputBorderLinetype.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBorderLinetype, "ucrInputBorderLinetype") + Me.ucrInputBorderLinetype.Location = New System.Drawing.Point(94, 56) + Me.ucrInputBorderLinetype.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputBorderLinetype.Name = "ucrInputBorderLinetype" + Me.ucrInputBorderLinetype.Size = New System.Drawing.Size(106, 21) + Me.ucrInputBorderLinetype.TabIndex = 4 ' 'ucrInputBorderColour ' Me.ucrInputBorderColour.AddQuotesIfUnrecognised = True + Me.ucrInputBorderColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBorderColour.GetSetSelectedIndex = -1 Me.ucrInputBorderColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBorderColour, "ucrInputBorderColour") + Me.ucrInputBorderColour.Location = New System.Drawing.Point(94, 23) + Me.ucrInputBorderColour.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputBorderColour.Name = "ucrInputBorderColour" + Me.ucrInputBorderColour.Size = New System.Drawing.Size(106, 21) + Me.ucrInputBorderColour.TabIndex = 3 ' 'ucrChkBorderLineType ' + Me.ucrChkBorderLineType.AutoSize = True Me.ucrChkBorderLineType.Checked = False - resources.ApplyResources(Me.ucrChkBorderLineType, "ucrChkBorderLineType") + Me.ucrChkBorderLineType.Location = New System.Drawing.Point(6, 56) + Me.ucrChkBorderLineType.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkBorderLineType.Name = "ucrChkBorderLineType" + Me.ucrChkBorderLineType.Size = New System.Drawing.Size(100, 23) + Me.ucrChkBorderLineType.TabIndex = 2 ' 'ucrChkBorderColour ' + Me.ucrChkBorderColour.AutoSize = True Me.ucrChkBorderColour.Checked = False - resources.ApplyResources(Me.ucrChkBorderColour, "ucrChkBorderColour") + Me.ucrChkBorderColour.Location = New System.Drawing.Point(6, 23) + Me.ucrChkBorderColour.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkBorderColour.Name = "ucrChkBorderColour" + Me.ucrChkBorderColour.Size = New System.Drawing.Size(100, 23) + Me.ucrChkBorderColour.TabIndex = 1 ' 'grpMajorGridLines ' @@ -1173,56 +1694,90 @@ Partial Class sdgPICSARainfallGraph Me.grpMajorGridLines.Controls.Add(Me.ucrNudMajorGridLineSize) Me.grpMajorGridLines.Controls.Add(Me.ucrInputMajorGridLineLinetype) Me.grpMajorGridLines.Controls.Add(Me.ucrInputMajorGridLineColour) - resources.ApplyResources(Me.grpMajorGridLines, "grpMajorGridLines") + Me.grpMajorGridLines.Location = New System.Drawing.Point(6, 166) Me.grpMajorGridLines.Name = "grpMajorGridLines" + Me.grpMajorGridLines.Size = New System.Drawing.Size(236, 140) + Me.grpMajorGridLines.TabIndex = 1 Me.grpMajorGridLines.TabStop = False + Me.grpMajorGridLines.Text = "Major Grid Lines" ' 'lblMajorGridLineSize ' - resources.ApplyResources(Me.lblMajorGridLineSize, "lblMajorGridLineSize") + Me.lblMajorGridLineSize.AutoSize = True + Me.lblMajorGridLineSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMajorGridLineSize.Location = New System.Drawing.Point(6, 114) Me.lblMajorGridLineSize.Name = "lblMajorGridLineSize" + Me.lblMajorGridLineSize.Size = New System.Drawing.Size(30, 13) + Me.lblMajorGridLineSize.TabIndex = 11 + Me.lblMajorGridLineSize.Text = "Size:" ' 'lblMajorGridLineLinetype ' - resources.ApplyResources(Me.lblMajorGridLineLinetype, "lblMajorGridLineLinetype") + Me.lblMajorGridLineLinetype.AutoSize = True + Me.lblMajorGridLineLinetype.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMajorGridLineLinetype.Location = New System.Drawing.Point(6, 83) Me.lblMajorGridLineLinetype.Name = "lblMajorGridLineLinetype" + Me.lblMajorGridLineLinetype.Size = New System.Drawing.Size(57, 13) + Me.lblMajorGridLineLinetype.TabIndex = 10 + Me.lblMajorGridLineLinetype.Text = "Line Type:" ' 'lblMajorGridLineColour ' - resources.ApplyResources(Me.lblMajorGridLineColour, "lblMajorGridLineColour") + Me.lblMajorGridLineColour.AutoSize = True + Me.lblMajorGridLineColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMajorGridLineColour.Location = New System.Drawing.Point(6, 52) Me.lblMajorGridLineColour.Name = "lblMajorGridLineColour" + Me.lblMajorGridLineColour.Size = New System.Drawing.Size(40, 13) + Me.lblMajorGridLineColour.TabIndex = 9 + Me.lblMajorGridLineColour.Text = "Colour:" ' 'ucrChkIncludeMajorGridLines ' + Me.ucrChkIncludeMajorGridLines.AutoSize = True Me.ucrChkIncludeMajorGridLines.Checked = False - resources.ApplyResources(Me.ucrChkIncludeMajorGridLines, "ucrChkIncludeMajorGridLines") + Me.ucrChkIncludeMajorGridLines.Location = New System.Drawing.Point(6, 19) + Me.ucrChkIncludeMajorGridLines.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIncludeMajorGridLines.Name = "ucrChkIncludeMajorGridLines" + Me.ucrChkIncludeMajorGridLines.Size = New System.Drawing.Size(223, 23) + Me.ucrChkIncludeMajorGridLines.TabIndex = 8 ' 'ucrNudMajorGridLineSize ' + Me.ucrNudMajorGridLineSize.AutoSize = True Me.ucrNudMajorGridLineSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMajorGridLineSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMajorGridLineSize, "ucrNudMajorGridLineSize") + Me.ucrNudMajorGridLineSize.Location = New System.Drawing.Point(94, 110) + Me.ucrNudMajorGridLineSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudMajorGridLineSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMajorGridLineSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMajorGridLineSize.Name = "ucrNudMajorGridLineSize" + Me.ucrNudMajorGridLineSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMajorGridLineSize.TabIndex = 7 Me.ucrNudMajorGridLineSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputMajorGridLineLinetype ' Me.ucrInputMajorGridLineLinetype.AddQuotesIfUnrecognised = True + Me.ucrInputMajorGridLineLinetype.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMajorGridLineLinetype.GetSetSelectedIndex = -1 Me.ucrInputMajorGridLineLinetype.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorGridLineLinetype, "ucrInputMajorGridLineLinetype") + Me.ucrInputMajorGridLineLinetype.Location = New System.Drawing.Point(94, 79) + Me.ucrInputMajorGridLineLinetype.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMajorGridLineLinetype.Name = "ucrInputMajorGridLineLinetype" + Me.ucrInputMajorGridLineLinetype.Size = New System.Drawing.Size(106, 21) + Me.ucrInputMajorGridLineLinetype.TabIndex = 4 ' 'ucrInputMajorGridLineColour ' Me.ucrInputMajorGridLineColour.AddQuotesIfUnrecognised = True + Me.ucrInputMajorGridLineColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMajorGridLineColour.GetSetSelectedIndex = -1 Me.ucrInputMajorGridLineColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMajorGridLineColour, "ucrInputMajorGridLineColour") + Me.ucrInputMajorGridLineColour.Location = New System.Drawing.Point(94, 48) + Me.ucrInputMajorGridLineColour.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputMajorGridLineColour.Name = "ucrInputMajorGridLineColour" + Me.ucrInputMajorGridLineColour.Size = New System.Drawing.Size(106, 21) + Me.ucrInputMajorGridLineColour.TabIndex = 3 ' 'grpPnlBackground ' @@ -1234,67 +1789,102 @@ Partial Class sdgPICSARainfallGraph Me.grpPnlBackground.Controls.Add(Me.UcrChkPnlBackgroundLineType) Me.grpPnlBackground.Controls.Add(Me.UcrChkPnlBackgroundFill) Me.grpPnlBackground.Controls.Add(Me.ucrChkPnlBackgroundColour) - resources.ApplyResources(Me.grpPnlBackground, "grpPnlBackground") + Me.grpPnlBackground.Location = New System.Drawing.Point(6, 9) Me.grpPnlBackground.Name = "grpPnlBackground" + Me.grpPnlBackground.Size = New System.Drawing.Size(236, 154) + Me.grpPnlBackground.TabIndex = 0 Me.grpPnlBackground.TabStop = False + Me.grpPnlBackground.Text = "Background" ' 'ucrNudPnlBackgroundSize ' + Me.ucrNudPnlBackgroundSize.AutoSize = True Me.ucrNudPnlBackgroundSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPnlBackgroundSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPnlBackgroundSize, "ucrNudPnlBackgroundSize") + Me.ucrNudPnlBackgroundSize.Location = New System.Drawing.Point(94, 120) + Me.ucrNudPnlBackgroundSize.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudPnlBackgroundSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPnlBackgroundSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPnlBackgroundSize.Name = "ucrNudPnlBackgroundSize" + Me.ucrNudPnlBackgroundSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudPnlBackgroundSize.TabIndex = 2 Me.ucrNudPnlBackgroundSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'UcrInputPnlBackgroundFill ' Me.UcrInputPnlBackgroundFill.AddQuotesIfUnrecognised = True + Me.UcrInputPnlBackgroundFill.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputPnlBackgroundFill.GetSetSelectedIndex = -1 Me.UcrInputPnlBackgroundFill.IsReadOnly = False - resources.ApplyResources(Me.UcrInputPnlBackgroundFill, "UcrInputPnlBackgroundFill") + Me.UcrInputPnlBackgroundFill.Location = New System.Drawing.Point(94, 86) + Me.UcrInputPnlBackgroundFill.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.UcrInputPnlBackgroundFill.Name = "UcrInputPnlBackgroundFill" + Me.UcrInputPnlBackgroundFill.Size = New System.Drawing.Size(106, 21) + Me.UcrInputPnlBackgroundFill.TabIndex = 5 ' 'UcrInputPnlBackgroundLinetype ' Me.UcrInputPnlBackgroundLinetype.AddQuotesIfUnrecognised = True + Me.UcrInputPnlBackgroundLinetype.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputPnlBackgroundLinetype.GetSetSelectedIndex = -1 Me.UcrInputPnlBackgroundLinetype.IsReadOnly = False - resources.ApplyResources(Me.UcrInputPnlBackgroundLinetype, "UcrInputPnlBackgroundLinetype") + Me.UcrInputPnlBackgroundLinetype.Location = New System.Drawing.Point(94, 54) + Me.UcrInputPnlBackgroundLinetype.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.UcrInputPnlBackgroundLinetype.Name = "UcrInputPnlBackgroundLinetype" + Me.UcrInputPnlBackgroundLinetype.Size = New System.Drawing.Size(106, 21) + Me.UcrInputPnlBackgroundLinetype.TabIndex = 4 ' 'UcrInputPnlBackgroundColour ' Me.UcrInputPnlBackgroundColour.AddQuotesIfUnrecognised = True + Me.UcrInputPnlBackgroundColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputPnlBackgroundColour.GetSetSelectedIndex = -1 Me.UcrInputPnlBackgroundColour.IsReadOnly = False - resources.ApplyResources(Me.UcrInputPnlBackgroundColour, "UcrInputPnlBackgroundColour") + Me.UcrInputPnlBackgroundColour.Location = New System.Drawing.Point(94, 22) + Me.UcrInputPnlBackgroundColour.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.UcrInputPnlBackgroundColour.Name = "UcrInputPnlBackgroundColour" + Me.UcrInputPnlBackgroundColour.Size = New System.Drawing.Size(106, 21) + Me.UcrInputPnlBackgroundColour.TabIndex = 2 ' 'UcrChkPnlBackgroundSize ' + Me.UcrChkPnlBackgroundSize.AutoSize = True Me.UcrChkPnlBackgroundSize.Checked = False - resources.ApplyResources(Me.UcrChkPnlBackgroundSize, "UcrChkPnlBackgroundSize") + Me.UcrChkPnlBackgroundSize.Location = New System.Drawing.Point(9, 120) + Me.UcrChkPnlBackgroundSize.Margin = New System.Windows.Forms.Padding(5) Me.UcrChkPnlBackgroundSize.Name = "UcrChkPnlBackgroundSize" + Me.UcrChkPnlBackgroundSize.Size = New System.Drawing.Size(83, 23) + Me.UcrChkPnlBackgroundSize.TabIndex = 3 ' 'UcrChkPnlBackgroundLineType ' + Me.UcrChkPnlBackgroundLineType.AutoSize = True Me.UcrChkPnlBackgroundLineType.Checked = False - resources.ApplyResources(Me.UcrChkPnlBackgroundLineType, "UcrChkPnlBackgroundLineType") + Me.UcrChkPnlBackgroundLineType.Location = New System.Drawing.Point(9, 55) + Me.UcrChkPnlBackgroundLineType.Margin = New System.Windows.Forms.Padding(5) Me.UcrChkPnlBackgroundLineType.Name = "UcrChkPnlBackgroundLineType" + Me.UcrChkPnlBackgroundLineType.Size = New System.Drawing.Size(100, 23) + Me.UcrChkPnlBackgroundLineType.TabIndex = 2 ' 'UcrChkPnlBackgroundFill ' + Me.UcrChkPnlBackgroundFill.AutoSize = True Me.UcrChkPnlBackgroundFill.Checked = False - resources.ApplyResources(Me.UcrChkPnlBackgroundFill, "UcrChkPnlBackgroundFill") + Me.UcrChkPnlBackgroundFill.Location = New System.Drawing.Point(9, 88) + Me.UcrChkPnlBackgroundFill.Margin = New System.Windows.Forms.Padding(5) Me.UcrChkPnlBackgroundFill.Name = "UcrChkPnlBackgroundFill" + Me.UcrChkPnlBackgroundFill.Size = New System.Drawing.Size(83, 23) + Me.UcrChkPnlBackgroundFill.TabIndex = 1 ' 'ucrChkPnlBackgroundColour ' + Me.ucrChkPnlBackgroundColour.AutoSize = True Me.ucrChkPnlBackgroundColour.Checked = False - resources.ApplyResources(Me.ucrChkPnlBackgroundColour, "ucrChkPnlBackgroundColour") + Me.ucrChkPnlBackgroundColour.Location = New System.Drawing.Point(9, 23) + Me.ucrChkPnlBackgroundColour.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkPnlBackgroundColour.Name = "ucrChkPnlBackgroundColour" + Me.ucrChkPnlBackgroundColour.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPnlBackgroundColour.TabIndex = 0 ' 'tpRug ' @@ -1304,47 +1894,77 @@ Partial Class sdgPICSARainfallGraph Me.tpRug.Controls.Add(Me.ucrChkXaxis) Me.tpRug.Controls.Add(Me.ucrInputYaxisOptions) Me.tpRug.Controls.Add(Me.ucrChkYaxis) - resources.ApplyResources(Me.tpRug, "tpRug") + Me.tpRug.Location = New System.Drawing.Point(4, 22) Me.tpRug.Name = "tpRug" + Me.tpRug.Padding = New System.Windows.Forms.Padding(3) + Me.tpRug.Size = New System.Drawing.Size(581, 309) + Me.tpRug.TabIndex = 5 + Me.tpRug.Text = "Rug" Me.tpRug.UseVisualStyleBackColor = True ' 'ucrInputXaxisOptions ' Me.ucrInputXaxisOptions.AddQuotesIfUnrecognised = True + Me.ucrInputXaxisOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputXaxisOptions.GetSetSelectedIndex = -1 Me.ucrInputXaxisOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXaxisOptions, "ucrInputXaxisOptions") + Me.ucrInputXaxisOptions.Location = New System.Drawing.Point(225, 69) + Me.ucrInputXaxisOptions.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputXaxisOptions.Name = "ucrInputXaxisOptions" + Me.ucrInputXaxisOptions.Size = New System.Drawing.Size(137, 21) + Me.ucrInputXaxisOptions.TabIndex = 5 ' 'lblXaxisOptions ' - resources.ApplyResources(Me.lblXaxisOptions, "lblXaxisOptions") + Me.lblXaxisOptions.AutoSize = True + Me.lblXaxisOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXaxisOptions.Location = New System.Drawing.Point(135, 69) Me.lblXaxisOptions.Name = "lblXaxisOptions" + Me.lblXaxisOptions.Size = New System.Drawing.Size(77, 13) + Me.lblXaxisOptions.TabIndex = 4 + Me.lblXaxisOptions.Text = "X-axis Options:" ' 'lblYaxisOptions ' - resources.ApplyResources(Me.lblYaxisOptions, "lblYaxisOptions") + Me.lblYaxisOptions.AutoSize = True + Me.lblYaxisOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYaxisOptions.Location = New System.Drawing.Point(135, 25) Me.lblYaxisOptions.Name = "lblYaxisOptions" + Me.lblYaxisOptions.Size = New System.Drawing.Size(77, 13) + Me.lblYaxisOptions.TabIndex = 1 + Me.lblYaxisOptions.Text = "Y-axis Options:" ' 'ucrChkXaxis ' + Me.ucrChkXaxis.AutoSize = True Me.ucrChkXaxis.Checked = False - resources.ApplyResources(Me.ucrChkXaxis, "ucrChkXaxis") + Me.ucrChkXaxis.Location = New System.Drawing.Point(6, 69) + Me.ucrChkXaxis.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkXaxis.Name = "ucrChkXaxis" + Me.ucrChkXaxis.Size = New System.Drawing.Size(100, 23) + Me.ucrChkXaxis.TabIndex = 3 ' 'ucrInputYaxisOptions ' Me.ucrInputYaxisOptions.AddQuotesIfUnrecognised = True + Me.ucrInputYaxisOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputYaxisOptions.GetSetSelectedIndex = -1 Me.ucrInputYaxisOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYaxisOptions, "ucrInputYaxisOptions") + Me.ucrInputYaxisOptions.Location = New System.Drawing.Point(225, 25) + Me.ucrInputYaxisOptions.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputYaxisOptions.Name = "ucrInputYaxisOptions" + Me.ucrInputYaxisOptions.Size = New System.Drawing.Size(137, 21) + Me.ucrInputYaxisOptions.TabIndex = 2 ' 'ucrChkYaxis ' + Me.ucrChkYaxis.AutoSize = True Me.ucrChkYaxis.Checked = False - resources.ApplyResources(Me.ucrChkYaxis, "ucrChkYaxis") + Me.ucrChkYaxis.Location = New System.Drawing.Point(6, 25) + Me.ucrChkYaxis.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkYaxis.Name = "ucrChkYaxis" + Me.ucrChkYaxis.Size = New System.Drawing.Size(100, 23) + Me.ucrChkYaxis.TabIndex = 0 ' 'ttPICSARainfallGraph ' @@ -1354,19 +1974,27 @@ Partial Class sdgPICSARainfallGraph ' 'ucrSdgPICSARainfalbuttons ' - resources.ApplyResources(Me.ucrSdgPICSARainfalbuttons, "ucrSdgPICSARainfalbuttons") + Me.ucrSdgPICSARainfalbuttons.AutoSize = True + Me.ucrSdgPICSARainfalbuttons.Location = New System.Drawing.Point(217, 338) + Me.ucrSdgPICSARainfalbuttons.Margin = New System.Windows.Forms.Padding(4) Me.ucrSdgPICSARainfalbuttons.Name = "ucrSdgPICSARainfalbuttons" + Me.ucrSdgPICSARainfalbuttons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgPICSARainfalbuttons.TabIndex = 0 ' 'sdgPICSARainfallGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(597, 367) Me.Controls.Add(Me.ucrSdgPICSARainfalbuttons) Me.Controls.Add(Me.tbPICSA) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgPICSARainfallGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "PICSA Rainfall Graph" Me.tbPICSA.ResumeLayout(False) Me.tpTitles.ResumeLayout(False) Me.grpGraphTitles.ResumeLayout(False) @@ -1388,12 +2016,15 @@ Partial Class sdgPICSARainfallGraph Me.grpMinorGridLine.ResumeLayout(False) Me.grpMinorGridLine.PerformLayout() Me.grpPnlBorder.ResumeLayout(False) + Me.grpPnlBorder.PerformLayout() Me.grpMajorGridLines.ResumeLayout(False) Me.grpMajorGridLines.PerformLayout() Me.grpPnlBackground.ResumeLayout(False) + Me.grpPnlBackground.PerformLayout() Me.tpRug.ResumeLayout(False) Me.tpRug.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgPICSARainfallGraph.resx b/instat/sdgPICSARainfallGraph.resx index 54403fd0a11..6e1b4455e15 100644 --- a/instat/sdgPICSARainfallGraph.resx +++ b/instat/sdgPICSARainfallGraph.resx @@ -117,3859 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 248, 24 - - - 23, 13 - - - 21 - - - To: - - - lblXTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 10 - - - True - - - NoControl - - - 122, 24 - - - 33, 13 - - - 20 - - - From: - - - lblXFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 3 - - - True - - - NoControl - - - 368, 24 - - - 61, 13 - - - 22 - - - In Steps of: - - - lblXInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpXAxisLabels - - - 9 - - - True - - - NoControl - - - 347, 83 - - - 69, 13 - - - 26 - - - Caption Size: - - - lblCaptionSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 0 - - - True - - - NoControl - - - 347, 53 - - - 75, 13 - - - 27 - - - Sub Title Size: - - - lblSubTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 1 - - - True - - - NoControl - - - 348, 23 - - - 53, 13 - - - 28 - - - Title Size: - - - lblTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 2 - - - True - - - NoControl - - - 5, 83 - - - 78, 13 - - - 23 - - - Graph Caption: - - - lblCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 3 - - - True - - - NoControl - - - 5, 53 - - - 84, 13 - - - 24 - - - Graph Sub Title: - - - lblSubTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 4 - - - True - - - NoControl - - - 6, 23 - - - 62, 13 - - - 25 - - - Graph Title: - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphTitles - - - 5 - - - 463, 78 - - - 5, 5, 5, 5 - - - 50, 20 - - - 22 - - - ucrNudCaptionSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 6 - - - 463, 48 - - - 5, 5, 5, 5 - - - 50, 20 - - - 21 - - - ucrNudSubTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 7 - - - 463, 18 - - - 5, 5, 5, 5 - - - 50, 20 - - - 20 - - - ucrNudTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 8 - - - 150, 78 - - - 7, 6, 7, 6 - - - 181, 53 - - - 16 - - - ucrInputGraphcCaption - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 9 - - - 150, 18 - - - 7, 6, 7, 6 - - - 181, 21 - - - 12 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 10 - - - 150, 48 - - - 7, 6, 7, 6 - - - 181, 21 - - - 14 - - - ucrInputGraphSubTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphTitles - - - 11 - - - 9, 10 - - - 525, 136 - - - 17 - - - Graph - - - grpGraphTitles - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 0 - - - True - - - NoControl - - - 6, 82 - - - 30, 13 - - - 44 - - - Size: - - - lblXAxisTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 0 - - - True - - - NoControl - - - 6, 21 - - - 50, 17 - - - 43 - - - Auto - - - rdoAutoXAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 1 - - - 6, 44 - - - 7, 6, 7, 6 - - - 181, 21 - - - 42 - - - ucrInputXAxisTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 2 - - - True - - - NoControl - - - 132, 21 - - - 62, 17 - - - 41 - - - No Title - - - rdoNoTitleXAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 3 - - - True - - - NoControl - - - 57, 21 - - - 62, 17 - - - 40 - - - Specifiy - - - rdoSpecifyXAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAxes - - - 4 - - - 43, 80 - - - 5, 5, 5, 5 - - - 50, 20 - - - 23 - - - ucrNudXAxisTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 5 - - - 6, 15 - - - 5, 5, 5, 5 - - - 215, 57 - - - 36 - - - ucrPnlXAxisTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAxes - - - 6 - - - 9, 153 - - - 228, 105 - - - 18 - - - X-Axis Title - - - grpAxes - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 1 - - - True - - - NoControl - - - 6, 21 - - - 50, 17 - - - 44 - - - Auto - - - rdoAutoYAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 0 - - - 6, 44 - - - 7, 6, 7, 6 - - - 181, 21 - - - 14 - - - ucrInputYAxisTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 1 - - - True - - - NoControl - - - 131, 21 - - - 62, 17 - - - 42 - - - No Title - - - rdoNoYAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 2 - - - 43, 79 - - - 5, 5, 5, 5 - - - 50, 20 - - - 22 - - - ucrNudYAxisTitleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 3 - - - True - - - NoControl - - - 56, 21 - - - 60, 17 - - - 41 - - - Specify - - - rdoSpecifyYAxisTitle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 4 - - - 6, 15 - - - 5, 5, 5, 5 - - - 214, 57 - - - 37 - - - UcrPnlYAxisTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpyAxisTitle - - - 5 - - - True - - - NoControl - - - 6, 82 - - - 30, 13 - - - 45 - - - Size: - - - lblYAxisTitleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpyAxisTitle - - - 6 - - - 306, 149 - - - 228, 105 - - - 36 - - - Y-Axis Title - - - grpyAxisTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTitles - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 0 - - - Titles - - - tpTitles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 0 - - - 162, 57 - - - 5, 5, 5, 5 - - - 75, 20 - - - 30 - - - ucrChkXAxisLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 0 - - - 6, 57 - - - 5, 5, 5, 5 - - - 75, 20 - - - 29 - - - ucrChkXAxisAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 1 - - - 6, 22 - - - 5, 5, 5, 5 - - - 100, 20 - - - 28 - - - ucrChkSpecifyXAxisTickMarks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 2 - - - 160, 21 - - - 7, 6, 7, 6 - - - 50, 21 - - - 25 - - - ucrInputXFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 4 - - - 433, 21 - - - 7, 6, 7, 6 - - - 51, 21 - - - 23 - - - ucrInputXInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 5 - - - 241, 57 - - - 5, 5, 5, 5 - - - 50, 20 - - - 4 - - - ucrNudXaxisLabelSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 6 - - - 275, 21 - - - 7, 6, 7, 6 - - - 51, 21 - - - 24 - - - ucrInputXTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 7 - - - 86, 57 - - - 5, 5, 5, 5 - - - 50, 20 - - - 4 - - - ucrNudXAxisAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisLabels - - - 8 - - - 6, 8 - - - 504, 93 - - - 27 - - - X-Axis - - - grpXAxisLabels - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpXAxis - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 1 - - - X-Axis - - - tpXAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 1 - - - 209, 158 - - - 5, 5, 5, 5 - - - 45, 20 - - - 52 - - - ucrNudUpperLimit - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 0 - - - 209, 127 - - - 5, 5, 5, 5 - - - 45, 20 - - - 51 - - - ucrNudLowerLimit - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 1 - - - True - - - NoControl - - - 8, 94 - - - 79, 13 - - - 50 - - - Display Format: - - - lblDateDisplayFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 2 - - - Button - - - Flat - - - NoControl - - - 282, 16 - - - 98, 27 - - - 43 - - - Date - - - MiddleCenter - - - rdoYDate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 3 - - - Button - - - Flat - - - NoControl - - - 186, 16 - - - 98, 27 - - - 42 - - - Numeric - - - MiddleCenter - - - rdoYNumeric - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 4 - - - True - - - NoControl - - - 8, 63 - - - 65, 13 - - - 37 - - - Start Month: - - - lblStartMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 5 - - - True - - - NoControl - - - 387, 64 - - - 61, 13 - - - 22 - - - In Steps of: - - - lblYInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 6 - - - True - - - NoControl - - - 268, 64 - - - 23, 13 - - - 21 - - - To: - - - lblYTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 7 - - - True - - - NoControl - - - 162, 64 - - - 33, 13 - - - 20 - - - From: - - - lblYFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpYAxis - - - 8 - - - 269, 156 - - - 7, 6, 7, 6 - - - 93, 21 - - - 49 - - - ucrInputYSpecifyUpperLimitDateMonth - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 9 - - - 195, 157 - - - 7, 6, 7, 6 - - - 59, 21 - - - 48 - - - ucrInputYSpecifyUpperLimitNumeric - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 10 - - - 269, 126 - - - 7, 6, 7, 6 - - - 93, 21 - - - 46 - - - ucrInputYSpecifyLowerLimitDateMonth - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 11 - - - 11, 157 - - - 5, 5, 5, 5 - - - 180, 20 - - - 47 - - - ucrChkYSpecifyUpperLimit - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 12 - - - 195, 127 - - - 7, 6, 7, 6 - - - 59, 21 - - - 45 - - - ucrInputYSpecifyLowerLimitNumeric - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 13 - - - 11, 127 - - - 5, 5, 5, 5 - - - 180, 20 - - - 44 - - - ucrChkYSpecifyLowerLimit - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 14 - - - 161, 7 - - - 5, 5, 5, 5 - - - 243, 48 - - - 39 - - - ucrPnlYAxisType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 15 - - - 157, 60 - - - 7, 6, 7, 6 - - - 96, 21 - - - 38 - - - ucrInputStartMonth - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 16 - - - 11, 61 - - - 5, 5, 5, 5 - - - 149, 20 - - - 29 - - - ucrChkSpecifyYAxisTickMarks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 17 - - - 431, 89 - - - 5, 5, 5, 5 - - - 45, 20 - - - 36 - - - ucrNudDateBreakNumber - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 18 - - - 503, 61 - - - 7, 6, 7, 6 - - - 50, 21 - - - 23 - - - ucrInputYInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 19 - - - 482, 88 - - - 7, 6, 7, 6 - - - 70, 21 - - - 35 - - - ucrInputDateBreakTime - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 20 - - - 268, 90 - - - 5, 5, 5, 5 - - - 161, 20 - - - 34 - - - ucrChkSpecifyDateBreaks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 21 - - - 139, 90 - - - 7, 6, 7, 6 - - - 114, 21 - - - 32 - - - ucrInputDateDisplayFormat - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 22 - - - 297, 61 - - - 7, 6, 7, 6 - - - 52, 21 - - - 24 - - - ucrInputYTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 23 - - - 97, 195 - - - 5, 5, 5, 5 - - - 50, 20 - - - 33 - - - ucrNudYAxisAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 24 - - - 252, 195 - - - 5, 5, 5, 5 - - - 50, 20 - - - 4 - - - ucrNudYAxisLabelSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 25 - - - 11, 195 - - - 5, 5, 5, 5 - - - 75, 20 - - - 32 - - - ucrChkYAxisAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 26 - - - 199, 61 - - - 7, 6, 7, 6 - - - 50, 21 - - - 25 - - - ucrInputYFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 27 - - - 173, 195 - - - 5, 5, 5, 5 - - - 75, 20 - - - 31 - - - ucrChkYAxisLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpYAxis - - - 28 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 4 - - - Y-Axis - - - tpYAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 2 - - - 264, 201 - - - 7, 6, 7, 6 - - - 123, 21 - - - 22 - - - ucrInputTercilesLineLabelTextUpper - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 0 - - - True - - - NoControl - - - 103, 205 - - - 98, 13 - - - 21 - - - Label Text (Upper): - - - lblTercilesLineLabelTextUpper - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 1 - - - 364, 50 - - - 5, 5, 5, 5 - - - 50, 20 - - - 24 - - - ucrNudLabelTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 0 - - - True - - - NoControl - - - 224, 53 - - - 104, 13 - - - 23 - - - Label Transparency: - - - lblLabelTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLinesFormat - - - 1 - - - 95, 50 - - - 5, 5, 5, 5 - - - 50, 20 - - - 7 - - - ucrNudHLineSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 2 - - - 6, 50 - - - 5, 5, 5, 5 - - - 83, 20 - - - 6 - - - ucrChkHLineSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 3 - - - 312, 23 - - - 7, 6, 7, 6 - - - 106, 21 - - - 4 - - - ucrInputHLineType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 4 - - - 94, 23 - - - 7, 6, 7, 6 - - - 106, 21 - - - 3 - - - ucrInputHLineColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 5 - - - 224, 23 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - ucrChkHLineType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 6 - - - 6, 23 - - - 5, 5, 5, 5 - - - 100, 20 - - - 1 - - - ucrChkHLineColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLinesFormat - - - 7 - - - 9, 230 - - - 487, 75 - - - 20 - - - Line Format - - - grpLinesFormat - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 2 - - - True - - - NoControl - - - 103, 176 - - - 98, 13 - - - 15 - - - Label Text (Lower): - - - lblTercilesLineLabelTextLower - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 3 - - - True - - - NoControl - - - 307, 148 - - - 63, 13 - - - 14 - - - Label Type: - - - lblTercilesLineType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 4 - - - True - - - NoControl - - - 132, 107 - - - 60, 13 - - - 10 - - - Label Text: - - - lblMedianLineLabelText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 5 - - - True - - - NoControl - - - 307, 78 - - - 63, 13 - - - 9 - - - Label Type: - - - lblMedianLineType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 6 - - - True - - - NoControl - - - 132, 42 - - - 60, 13 - - - 5 - - - Label Text: - - - lblMeanLineLabelText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 7 - - - True - - - NoControl - - - 307, 13 - - - 63, 13 - - - 4 - - - Label Type: - - - lblMeanLineType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpLines - - - 8 - - - 390, 188 - - - 5, 5, 5, 5 - - - 186, 20 - - - 19 - - - ucrChkTercilesLineLabelIncludeValue - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 9 - - - 390, 106 - - - 5, 5, 5, 5 - - - 186, 20 - - - 18 - - - ucrChkMedianLineLabelIncludeValue - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 10 - - - 390, 41 - - - 5, 5, 5, 5 - - - 185, 20 - - - 17 - - - ucrChkMeanLineLabelIncludeValue - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 11 - - - 264, 174 - - - 7, 6, 7, 6 - - - 123, 21 - - - 16 - - - ucrInputTercilesLineLabelTextLower - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 12 - - - 426, 144 - - - 7, 6, 7, 6 - - - 95, 21 - - - 13 - - - ucrInputTercilesLabelType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 13 - - - 264, 105 - - - 7, 6, 7, 6 - - - 123, 21 - - - 11 - - - ucrInputMedianLineLabelText - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 14 - - - 426, 74 - - - 7, 6, 7, 6 - - - 95, 21 - - - 8 - - - ucrInputMedianLabelType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 15 - - - 264, 40 - - - 7, 6, 7, 6 - - - 123, 21 - - - 6 - - - ucrInputMeanLineLabelText - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 16 - - - 132, 144 - - - 5, 5, 5, 5 - - - 146, 20 - - - 2 - - - ucrChkAddTercilesLabel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 17 - - - 132, 75 - - - 5, 5, 5, 5 - - - 146, 20 - - - 2 - - - ucrChkAddMedianLabel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 18 - - - 426, 9 - - - 7, 6, 7, 6 - - - 95, 21 - - - 3 - - - ucrInputMeanLabelType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 19 - - - 9, 10 - - - 5, 5, 5, 5 - - - 119, 20 - - - 1 - - - ucrChkAddMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 20 - - - 132, 10 - - - 5, 5, 5, 5 - - - 146, 20 - - - 2 - - - ucrChkAddMeanLabel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 21 - - - 9, 77 - - - 5, 5, 5, 5 - - - 119, 20 - - - 1 - - - ucrChkAddMedian - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 22 - - - 9, 144 - - - 5, 5, 5, 5 - - - 119, 20 - - - 1 - - - ucrChkAddTerciles - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpLines - - - 23 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 2 - - - Lines - - - tpLines - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 3 - - - True - - - NoControl - - - 6, 114 - - - 30, 13 - - - 14 - - - Size: - - - lblMinorGridLineSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorGridLine - - - 0 - - - 6, 19 - - - 5, 5, 5, 5 - - - 194, 20 - - - 9 - - - ucrChkIncludeMinorGridLines - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorGridLine - - - 1 - - - True - - - NoControl - - - 6, 83 - - - 57, 13 - - - 13 - - - Line Type: - - - lblMinorGridLineLinetype - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorGridLine - - - 2 - - - 94, 110 - - - 5, 5, 5, 5 - - - 50, 20 - - - 8 - - - ucrNudMinorGridLineSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorGridLine - - - 3 - - - True - - - NoControl - - - 6, 52 - - - 40, 13 - - - 12 - - - Colour: - - - lblMinorGridLineColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMinorGridLine - - - 4 - - - 94, 79 - - - 7, 6, 7, 6 - - - 106, 21 - - - 4 - - - ucrInputMinorGridLineLinetype - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorGridLine - - - 5 - - - 94, 48 - - - 7, 6, 7, 6 - - - 106, 21 - - - 3 - - - ucrInputMinorGridLineColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMinorGridLine - - - 6 - - - 264, 166 - - - 226, 140 - - - 3 - - - Minor Grid Lines - - - grpMinorGridLine - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpPanel - - - 0 - - - 95, 86 - - - 5, 5, 5, 5 - - - 50, 20 - - - 6 - - - ucrNudBorderSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 0 - - - 6, 88 - - - 5, 5, 5, 5 - - - 83, 20 - - - 5 - - - UcrChkBorderSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 1 - - - 94, 56 - - - 7, 6, 7, 6 - - - 106, 21 - - - 4 - - - ucrInputBorderLinetype - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 2 - - - 94, 23 - - - 7, 6, 7, 6 - - - 106, 21 - - - 3 - - - ucrInputBorderColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 3 - - - 6, 56 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - ucrChkBorderLineType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 4 - - - 6, 23 - - - 5, 5, 5, 5 - - - 100, 20 - - - 1 - - - ucrChkBorderColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBorder - - - 5 - - - 264, 9 - - - 226, 117 - - - 2 - - - Border - - - grpPnlBorder - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpPanel - - - 1 - - - True - - - NoControl - - - 6, 114 - - - 30, 13 - - - 11 - - - Size: - - - lblMajorGridLineSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorGridLines - - - 0 - - - True - - - NoControl - - - 6, 83 - - - 57, 13 - - - 10 - - - Line Type: - - - lblMajorGridLineLinetype - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorGridLines - - - 1 - - - True - - - NoControl - - - 6, 52 - - - 40, 13 - - - 9 - - - Colour: - - - lblMajorGridLineColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMajorGridLines - - - 2 - - - 6, 19 - - - 5, 5, 5, 5 - - - 223, 20 - - - 8 - - - ucrChkIncludeMajorGridLines - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorGridLines - - - 3 - - - 94, 110 - - - 5, 5, 5, 5 - - - 50, 20 - - - 7 - - - ucrNudMajorGridLineSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorGridLines - - - 4 - - - 94, 79 - - - 7, 6, 7, 6 - - - 106, 21 - - - 4 - - - ucrInputMajorGridLineLinetype - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorGridLines - - - 5 - - - 94, 48 - - - 7, 6, 7, 6 - - - 106, 21 - - - 3 - - - ucrInputMajorGridLineColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMajorGridLines - - - 6 - - - 6, 166 - - - 236, 140 - - - 1 - - - Major Grid Lines - - - grpMajorGridLines - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpPanel - - - 2 - - - 94, 120 - - - 5, 5, 5, 5 - - - 50, 20 - - - 2 - - - ucrNudPnlBackgroundSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 0 - - - 94, 86 - - - 7, 6, 7, 6 - - - 106, 21 - - - 5 - - - UcrInputPnlBackgroundFill - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 1 - - - 94, 54 - - - 7, 6, 7, 6 - - - 106, 21 - - - 4 - - - UcrInputPnlBackgroundLinetype - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 2 - - - 94, 22 - - - 7, 6, 7, 6 - - - 106, 21 - - - 2 - - - UcrInputPnlBackgroundColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 3 - - - 9, 120 - - - 5, 5, 5, 5 - - - 83, 20 - - - 3 - - - UcrChkPnlBackgroundSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 4 - - - 9, 55 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - UcrChkPnlBackgroundLineType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 5 - - - 9, 88 - - - 5, 5, 5, 5 - - - 83, 20 - - - 1 - - - UcrChkPnlBackgroundFill - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 6 - - - 9, 23 - - - 5, 5, 5, 5 - - - 100, 20 - - - 0 - - - ucrChkPnlBackgroundColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPnlBackground - - - 7 - - - 6, 9 - - - 236, 154 - - - 0 - - - Background - - - grpPnlBackground - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpPanel - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 3 - - - Panel - - - tpPanel - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 4 - - - 225, 69 - - - 7, 6, 7, 6 - - - 137, 21 - - - 5 - - - ucrInputXaxisOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRug - - - 0 - - - True - - - NoControl - - - 135, 69 - - - 77, 13 - - - 4 - - - X-axis Options: - - - lblXaxisOptions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRug - - - 1 - - - True - - - NoControl - - - 135, 25 - - - 77, 13 - - - 1 - - - Y-axis Options: - - - lblYaxisOptions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRug - - - 2 - - - 6, 69 - - - 5, 5, 5, 5 - - - 100, 20 - - - 3 - - - ucrChkXaxis - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRug - - - 3 - - - 225, 25 - - - 7, 6, 7, 6 - - - 137, 21 - - - 2 - - - ucrInputYaxisOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRug - - - 4 - - - 6, 25 - - - 5, 5, 5, 5 - - - 100, 20 - - - 0 - - - ucrChkYaxis - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpRug - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 581, 309 - - - 5 - - - Rug - - - tpRug - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPICSA - - - 5 - - - 8, 6 - - - 589, 335 - - - 26 - - - tbPICSA - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - 17, 17 - - 217, 338 - - - 4, 4, 4, 4 - - - 151, 30 - - - 0 - - - ucrSdgPICSARainfalbuttons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 597, 367 - - - CenterParent - - - PICSA Rainfall Graph - - - ttPICSARainfallGraph - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgPICSARainfallGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgParallelPlots.Designer.vb b/instat/sdgParallelPlots.Designer.vb index a93b088e2f1..c0c9c500d09 100644 --- a/instat/sdgParallelPlots.Designer.vb +++ b/instat/sdgParallelPlots.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgParallelPlots 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgParallelPlots)) Me.ucrBaseSdgParallelPlot = New instat.ucrButtonsSubdialogue() Me.ucrInputMissing = New instat.ucrInputComboBox() Me.ucrInputOrder = New instat.ucrInputComboBox() @@ -32,39 +31,59 @@ Partial Class sdgParallelPlots ' 'ucrBaseSdgParallelPlot ' - resources.ApplyResources(Me.ucrBaseSdgParallelPlot, "ucrBaseSdgParallelPlot") + Me.ucrBaseSdgParallelPlot.AutoSize = True + Me.ucrBaseSdgParallelPlot.Location = New System.Drawing.Point(29, 89) Me.ucrBaseSdgParallelPlot.Name = "ucrBaseSdgParallelPlot" + Me.ucrBaseSdgParallelPlot.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSdgParallelPlot.TabIndex = 4 ' 'ucrInputMissing ' Me.ucrInputMissing.AddQuotesIfUnrecognised = True + Me.ucrInputMissing.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMissing.GetSetSelectedIndex = -1 Me.ucrInputMissing.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMissing, "ucrInputMissing") + Me.ucrInputMissing.Location = New System.Drawing.Point(74, 18) Me.ucrInputMissing.Name = "ucrInputMissing" + Me.ucrInputMissing.Size = New System.Drawing.Size(127, 21) + Me.ucrInputMissing.TabIndex = 1 ' 'ucrInputOrder ' Me.ucrInputOrder.AddQuotesIfUnrecognised = True + Me.ucrInputOrder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOrder.GetSetSelectedIndex = -1 Me.ucrInputOrder.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOrder, "ucrInputOrder") + Me.ucrInputOrder.Location = New System.Drawing.Point(74, 47) Me.ucrInputOrder.Name = "ucrInputOrder" + Me.ucrInputOrder.Size = New System.Drawing.Size(128, 21) + Me.ucrInputOrder.TabIndex = 3 ' 'lblMissing ' - resources.ApplyResources(Me.lblMissing, "lblMissing") + Me.lblMissing.AutoSize = True + Me.lblMissing.Location = New System.Drawing.Point(8, 21) Me.lblMissing.Name = "lblMissing" + Me.lblMissing.Size = New System.Drawing.Size(45, 13) + Me.lblMissing.TabIndex = 0 + Me.lblMissing.Text = "Missing:" ' 'lblOrder ' - resources.ApplyResources(Me.lblOrder, "lblOrder") + Me.lblOrder.AutoSize = True + Me.lblOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOrder.Location = New System.Drawing.Point(8, 47) Me.lblOrder.Name = "lblOrder" + Me.lblOrder.Size = New System.Drawing.Size(36, 13) + Me.lblOrder.TabIndex = 2 + Me.lblOrder.Text = "Order:" ' 'sdgParallelPlots ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(213, 121) Me.Controls.Add(Me.lblOrder) Me.Controls.Add(Me.lblMissing) Me.Controls.Add(Me.ucrInputOrder) @@ -74,6 +93,8 @@ Partial Class sdgParallelPlots Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgParallelPlots" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Parallel Plots" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgParallelPlots.resx b/instat/sdgParallelPlots.resx index 53d3aa70708..29dcb1b3a35 100644 --- a/instat/sdgParallelPlots.resx +++ b/instat/sdgParallelPlots.resx @@ -117,151 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 29, 89 - - - 153, 30 - - - - 4 - - - ucrBaseSdgParallelPlot - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 74, 18 - - - 127, 21 - - - 1 - - - ucrInputMissing - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 74, 47 - - - 128, 21 - - - 3 - - - ucrInputOrder - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 8, 21 - - - 45, 13 - - - 0 - - - Missing: - - - lblMissing - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - - NoControl - - - 8, 47 - - - 36, 13 - - - 2 - - - Order: - - - lblOrder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 213, 121 - - - CenterScreen - - - Parallel Plots - - - sdgParallelPlots - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgPlotRegion.Designer.vb b/instat/sdgPlotRegion.Designer.vb index 5c033e06f75..9b7ad08224d 100644 --- a/instat/sdgPlotRegion.Designer.vb +++ b/instat/sdgPlotRegion.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgPlotRegion 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgPlotRegion)) Me.tbcPlotRegion = New System.Windows.Forms.TabControl() Me.tbpLayout = New System.Windows.Forms.TabPage() Me.ucrNudNumberofColours = New instat.ucrNud() @@ -81,9 +80,11 @@ Partial Class sdgPlotRegion ' Me.tbcPlotRegion.Controls.Add(Me.tbpLayout) Me.tbcPlotRegion.Controls.Add(Me.tbpAdditionalFeatures) - resources.ApplyResources(Me.tbcPlotRegion, "tbcPlotRegion") + Me.tbcPlotRegion.Location = New System.Drawing.Point(13, 13) Me.tbcPlotRegion.Name = "tbcPlotRegion" Me.tbcPlotRegion.SelectedIndex = 0 + Me.tbcPlotRegion.Size = New System.Drawing.Size(314, 441) + Me.tbcPlotRegion.TabIndex = 0 ' 'tbpLayout ' @@ -115,192 +116,293 @@ Partial Class sdgPlotRegion Me.tbpLayout.Controls.Add(Me.lblMinLongitude) Me.tbpLayout.Controls.Add(Me.ucrInputAddtoTitle) Me.tbpLayout.Controls.Add(Me.lblAddtoTitle) - resources.ApplyResources(Me.tbpLayout, "tbpLayout") + Me.tbpLayout.Location = New System.Drawing.Point(4, 22) Me.tbpLayout.Name = "tbpLayout" + Me.tbpLayout.Padding = New System.Windows.Forms.Padding(3) + Me.tbpLayout.Size = New System.Drawing.Size(306, 415) + Me.tbpLayout.TabIndex = 0 + Me.tbpLayout.Text = "Layout" Me.tbpLayout.UseVisualStyleBackColor = True ' 'ucrNudNumberofColours ' + Me.ucrNudNumberofColours.AutoSize = True Me.ucrNudNumberofColours.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColours.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberofColours, "ucrNudNumberofColours") + Me.ucrNudNumberofColours.Location = New System.Drawing.Point(106, 389) Me.ucrNudNumberofColours.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberofColours.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColours.Name = "ucrNudNumberofColours" + Me.ucrNudNumberofColours.Size = New System.Drawing.Size(62, 20) + Me.ucrNudNumberofColours.TabIndex = 3 Me.ucrNudNumberofColours.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSetColourBreaks ' + Me.ucrChkSetColourBreaks.AutoSize = True Me.ucrChkSetColourBreaks.Checked = False - resources.ApplyResources(Me.ucrChkSetColourBreaks, "ucrChkSetColourBreaks") + Me.ucrChkSetColourBreaks.Location = New System.Drawing.Point(7, 231) Me.ucrChkSetColourBreaks.Name = "ucrChkSetColourBreaks" + Me.ucrChkSetColourBreaks.Size = New System.Drawing.Size(210, 23) + Me.ucrChkSetColourBreaks.TabIndex = 2 ' 'ucrChkPlotAnomaly ' + Me.ucrChkPlotAnomaly.AutoSize = True Me.ucrChkPlotAnomaly.Checked = False - resources.ApplyResources(Me.ucrChkPlotAnomaly, "ucrChkPlotAnomaly") + Me.ucrChkPlotAnomaly.Location = New System.Drawing.Point(7, 205) Me.ucrChkPlotAnomaly.Name = "ucrChkPlotAnomaly" + Me.ucrChkPlotAnomaly.Size = New System.Drawing.Size(210, 23) + Me.ucrChkPlotAnomaly.TabIndex = 2 ' 'ucrInputColourBarMax ' Me.ucrInputColourBarMax.AddQuotesIfUnrecognised = True + Me.ucrInputColourBarMax.AutoSize = True Me.ucrInputColourBarMax.IsMultiline = False Me.ucrInputColourBarMax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColourBarMax, "ucrInputColourBarMax") + Me.ucrInputColourBarMax.Location = New System.Drawing.Point(104, 361) Me.ucrInputColourBarMax.Name = "ucrInputColourBarMax" + Me.ucrInputColourBarMax.Size = New System.Drawing.Size(137, 21) + Me.ucrInputColourBarMax.TabIndex = 1 ' 'ucrInputColourBarMin ' Me.ucrInputColourBarMin.AddQuotesIfUnrecognised = True + Me.ucrInputColourBarMin.AutoSize = True Me.ucrInputColourBarMin.IsMultiline = False Me.ucrInputColourBarMin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColourBarMin, "ucrInputColourBarMin") + Me.ucrInputColourBarMin.Location = New System.Drawing.Point(104, 334) Me.ucrInputColourBarMin.Name = "ucrInputColourBarMin" + Me.ucrInputColourBarMin.Size = New System.Drawing.Size(137, 21) + Me.ucrInputColourBarMin.TabIndex = 1 ' 'lblNumberofColours ' - resources.ApplyResources(Me.lblNumberofColours, "lblNumberofColours") + Me.lblNumberofColours.AutoSize = True + Me.lblNumberofColours.Location = New System.Drawing.Point(6, 392) Me.lblNumberofColours.Name = "lblNumberofColours" + Me.lblNumberofColours.Size = New System.Drawing.Size(99, 13) + Me.lblNumberofColours.TabIndex = 0 + Me.lblNumberofColours.Text = "Number Of Colours:" ' 'lblColourBarMax ' - resources.ApplyResources(Me.lblColourBarMax, "lblColourBarMax") + Me.lblColourBarMax.AutoSize = True + Me.lblColourBarMax.Location = New System.Drawing.Point(7, 362) Me.lblColourBarMax.Name = "lblColourBarMax" + Me.lblColourBarMax.Size = New System.Drawing.Size(82, 13) + Me.lblColourBarMax.TabIndex = 0 + Me.lblColourBarMax.Text = "Colour Bar Max:" ' 'ucrInputInterval ' Me.ucrInputInterval.AddQuotesIfUnrecognised = True + Me.ucrInputInterval.AutoSize = True Me.ucrInputInterval.IsMultiline = False Me.ucrInputInterval.IsReadOnly = False - resources.ApplyResources(Me.ucrInputInterval, "ucrInputInterval") + Me.ucrInputInterval.Location = New System.Drawing.Point(104, 307) Me.ucrInputInterval.Name = "ucrInputInterval" + Me.ucrInputInterval.Size = New System.Drawing.Size(137, 21) + Me.ucrInputInterval.TabIndex = 1 ' 'lblColourBarMin ' - resources.ApplyResources(Me.lblColourBarMin, "lblColourBarMin") + Me.lblColourBarMin.AutoSize = True + Me.lblColourBarMin.Location = New System.Drawing.Point(7, 335) Me.lblColourBarMin.Name = "lblColourBarMin" + Me.lblColourBarMin.Size = New System.Drawing.Size(79, 13) + Me.lblColourBarMin.TabIndex = 0 + Me.lblColourBarMin.Text = "Colour Bar Min:" ' 'ucrInputMaxBreakPoint ' Me.ucrInputMaxBreakPoint.AddQuotesIfUnrecognised = True + Me.ucrInputMaxBreakPoint.AutoSize = True Me.ucrInputMaxBreakPoint.IsMultiline = False Me.ucrInputMaxBreakPoint.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxBreakPoint, "ucrInputMaxBreakPoint") + Me.ucrInputMaxBreakPoint.Location = New System.Drawing.Point(104, 284) Me.ucrInputMaxBreakPoint.Name = "ucrInputMaxBreakPoint" + Me.ucrInputMaxBreakPoint.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMaxBreakPoint.TabIndex = 1 ' 'lblInterval ' - resources.ApplyResources(Me.lblInterval, "lblInterval") + Me.lblInterval.AutoSize = True + Me.lblInterval.Location = New System.Drawing.Point(7, 308) Me.lblInterval.Name = "lblInterval" + Me.lblInterval.Size = New System.Drawing.Size(45, 13) + Me.lblInterval.TabIndex = 0 + Me.lblInterval.Text = "Interval:" ' 'ucrInputMinBreakPoint ' Me.ucrInputMinBreakPoint.AddQuotesIfUnrecognised = True + Me.ucrInputMinBreakPoint.AutoSize = True Me.ucrInputMinBreakPoint.IsMultiline = False Me.ucrInputMinBreakPoint.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinBreakPoint, "ucrInputMinBreakPoint") + Me.ucrInputMinBreakPoint.Location = New System.Drawing.Point(104, 260) Me.ucrInputMinBreakPoint.Name = "ucrInputMinBreakPoint" + Me.ucrInputMinBreakPoint.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMinBreakPoint.TabIndex = 1 ' 'lblMaxBreakPoint ' - resources.ApplyResources(Me.lblMaxBreakPoint, "lblMaxBreakPoint") + Me.lblMaxBreakPoint.AutoSize = True + Me.lblMaxBreakPoint.Location = New System.Drawing.Point(7, 284) Me.lblMaxBreakPoint.Name = "lblMaxBreakPoint" + Me.lblMaxBreakPoint.Size = New System.Drawing.Size(88, 13) + Me.lblMaxBreakPoint.TabIndex = 0 + Me.lblMaxBreakPoint.Text = "Max Break Point:" ' 'lblMinBreakPoint ' - resources.ApplyResources(Me.lblMinBreakPoint, "lblMinBreakPoint") + Me.lblMinBreakPoint.AutoSize = True + Me.lblMinBreakPoint.Location = New System.Drawing.Point(7, 260) Me.lblMinBreakPoint.Name = "lblMinBreakPoint" + Me.lblMinBreakPoint.Size = New System.Drawing.Size(85, 13) + Me.lblMinBreakPoint.TabIndex = 0 + Me.lblMinBreakPoint.Text = "Min Break Point:" ' 'ucrInputPlotWidth ' Me.ucrInputPlotWidth.AddQuotesIfUnrecognised = True + Me.ucrInputPlotWidth.AutoSize = True Me.ucrInputPlotWidth.IsMultiline = False Me.ucrInputPlotWidth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPlotWidth, "ucrInputPlotWidth") + Me.ucrInputPlotWidth.Location = New System.Drawing.Point(104, 178) Me.ucrInputPlotWidth.Name = "ucrInputPlotWidth" + Me.ucrInputPlotWidth.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPlotWidth.TabIndex = 1 ' 'lblPlotWidth ' - resources.ApplyResources(Me.lblPlotWidth, "lblPlotWidth") + Me.lblPlotWidth.AutoSize = True + Me.lblPlotWidth.Location = New System.Drawing.Point(7, 178) Me.lblPlotWidth.Name = "lblPlotWidth" + Me.lblPlotWidth.Size = New System.Drawing.Size(59, 13) + Me.lblPlotWidth.TabIndex = 0 + Me.lblPlotWidth.Text = "Plot Width:" ' 'ucrInputPlotHeight ' Me.ucrInputPlotHeight.AddQuotesIfUnrecognised = True + Me.ucrInputPlotHeight.AutoSize = True Me.ucrInputPlotHeight.IsMultiline = False Me.ucrInputPlotHeight.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPlotHeight, "ucrInputPlotHeight") + Me.ucrInputPlotHeight.Location = New System.Drawing.Point(104, 151) Me.ucrInputPlotHeight.Name = "ucrInputPlotHeight" + Me.ucrInputPlotHeight.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPlotHeight.TabIndex = 1 ' 'lblPlotHeight ' - resources.ApplyResources(Me.lblPlotHeight, "lblPlotHeight") + Me.lblPlotHeight.AutoSize = True + Me.lblPlotHeight.Location = New System.Drawing.Point(7, 151) Me.lblPlotHeight.Name = "lblPlotHeight" + Me.lblPlotHeight.Size = New System.Drawing.Size(62, 13) + Me.lblPlotHeight.TabIndex = 0 + Me.lblPlotHeight.Text = "Plot Height:" ' 'ucrInputMaxLatitude ' Me.ucrInputMaxLatitude.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLatitude.AutoSize = True Me.ucrInputMaxLatitude.IsMultiline = False Me.ucrInputMaxLatitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLatitude, "ucrInputMaxLatitude") + Me.ucrInputMaxLatitude.Location = New System.Drawing.Point(104, 124) Me.ucrInputMaxLatitude.Name = "ucrInputMaxLatitude" + Me.ucrInputMaxLatitude.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMaxLatitude.TabIndex = 1 ' 'lblMaxLatitude ' - resources.ApplyResources(Me.lblMaxLatitude, "lblMaxLatitude") + Me.lblMaxLatitude.AutoSize = True + Me.lblMaxLatitude.Location = New System.Drawing.Point(7, 124) Me.lblMaxLatitude.Name = "lblMaxLatitude" + Me.lblMaxLatitude.Size = New System.Drawing.Size(71, 13) + Me.lblMaxLatitude.TabIndex = 0 + Me.lblMaxLatitude.Text = "Max Latitude:" ' 'ucrInputMinLatitude ' Me.ucrInputMinLatitude.AddQuotesIfUnrecognised = True + Me.ucrInputMinLatitude.AutoSize = True Me.ucrInputMinLatitude.IsMultiline = False Me.ucrInputMinLatitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLatitude, "ucrInputMinLatitude") + Me.ucrInputMinLatitude.Location = New System.Drawing.Point(104, 97) Me.ucrInputMinLatitude.Name = "ucrInputMinLatitude" + Me.ucrInputMinLatitude.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMinLatitude.TabIndex = 1 ' 'lblMinLatitude ' - resources.ApplyResources(Me.lblMinLatitude, "lblMinLatitude") + Me.lblMinLatitude.AutoSize = True + Me.lblMinLatitude.Location = New System.Drawing.Point(7, 97) Me.lblMinLatitude.Name = "lblMinLatitude" + Me.lblMinLatitude.Size = New System.Drawing.Size(68, 13) + Me.lblMinLatitude.TabIndex = 0 + Me.lblMinLatitude.Text = "Min Latitude:" ' 'ucrInputMaxLongitude ' Me.ucrInputMaxLongitude.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLongitude.AutoSize = True Me.ucrInputMaxLongitude.IsMultiline = False Me.ucrInputMaxLongitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLongitude, "ucrInputMaxLongitude") + Me.ucrInputMaxLongitude.Location = New System.Drawing.Point(104, 70) Me.ucrInputMaxLongitude.Name = "ucrInputMaxLongitude" + Me.ucrInputMaxLongitude.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMaxLongitude.TabIndex = 1 ' 'lblMaxLongitude ' - resources.ApplyResources(Me.lblMaxLongitude, "lblMaxLongitude") + Me.lblMaxLongitude.AutoSize = True + Me.lblMaxLongitude.Location = New System.Drawing.Point(7, 70) Me.lblMaxLongitude.Name = "lblMaxLongitude" + Me.lblMaxLongitude.Size = New System.Drawing.Size(80, 13) + Me.lblMaxLongitude.TabIndex = 0 + Me.lblMaxLongitude.Text = "Max Longitude:" ' 'ucrInputMinLongitude ' Me.ucrInputMinLongitude.AddQuotesIfUnrecognised = True + Me.ucrInputMinLongitude.AutoSize = True Me.ucrInputMinLongitude.IsMultiline = False Me.ucrInputMinLongitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLongitude, "ucrInputMinLongitude") + Me.ucrInputMinLongitude.Location = New System.Drawing.Point(104, 43) Me.ucrInputMinLongitude.Name = "ucrInputMinLongitude" + Me.ucrInputMinLongitude.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMinLongitude.TabIndex = 1 ' 'lblMinLongitude ' - resources.ApplyResources(Me.lblMinLongitude, "lblMinLongitude") + Me.lblMinLongitude.AutoSize = True + Me.lblMinLongitude.Location = New System.Drawing.Point(7, 43) Me.lblMinLongitude.Name = "lblMinLongitude" + Me.lblMinLongitude.Size = New System.Drawing.Size(77, 13) + Me.lblMinLongitude.TabIndex = 0 + Me.lblMinLongitude.Text = "Min Longitude:" ' 'ucrInputAddtoTitle ' Me.ucrInputAddtoTitle.AddQuotesIfUnrecognised = True + Me.ucrInputAddtoTitle.AutoSize = True Me.ucrInputAddtoTitle.IsMultiline = False Me.ucrInputAddtoTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAddtoTitle, "ucrInputAddtoTitle") + Me.ucrInputAddtoTitle.Location = New System.Drawing.Point(104, 16) Me.ucrInputAddtoTitle.Name = "ucrInputAddtoTitle" + Me.ucrInputAddtoTitle.Size = New System.Drawing.Size(137, 21) + Me.ucrInputAddtoTitle.TabIndex = 1 ' 'lblAddtoTitle ' - resources.ApplyResources(Me.lblAddtoTitle, "lblAddtoTitle") + Me.lblAddtoTitle.AutoSize = True + Me.lblAddtoTitle.Location = New System.Drawing.Point(7, 16) Me.lblAddtoTitle.Name = "lblAddtoTitle" + Me.lblAddtoTitle.Size = New System.Drawing.Size(68, 13) + Me.lblAddtoTitle.TabIndex = 4 + Me.lblAddtoTitle.Text = "Add To Title:" ' 'tbpAdditionalFeatures ' @@ -321,144 +423,212 @@ Partial Class sdgPlotRegion Me.tbpAdditionalFeatures.Controls.Add(Me.ucrChkPlotCountries) Me.tbpAdditionalFeatures.Controls.Add(Me.ucrChkPlotCoastLines) Me.tbpAdditionalFeatures.Controls.Add(Me.ucrChkPlotHighResolution) - resources.ApplyResources(Me.tbpAdditionalFeatures, "tbpAdditionalFeatures") + Me.tbpAdditionalFeatures.Location = New System.Drawing.Point(4, 22) Me.tbpAdditionalFeatures.Name = "tbpAdditionalFeatures" + Me.tbpAdditionalFeatures.Padding = New System.Windows.Forms.Padding(3) + Me.tbpAdditionalFeatures.Size = New System.Drawing.Size(306, 415) + Me.tbpAdditionalFeatures.TabIndex = 1 + Me.tbpAdditionalFeatures.Text = "Additional Features" Me.tbpAdditionalFeatures.UseVisualStyleBackColor = True ' 'ucrInputPlotCapitals ' Me.ucrInputPlotCapitals.AddQuotesIfUnrecognised = True + Me.ucrInputPlotCapitals.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPlotCapitals.GetSetSelectedIndex = -1 Me.ucrInputPlotCapitals.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPlotCapitals, "ucrInputPlotCapitals") + Me.ucrInputPlotCapitals.Location = New System.Drawing.Point(105, 216) Me.ucrInputPlotCapitals.Name = "ucrInputPlotCapitals" + Me.ucrInputPlotCapitals.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPlotCapitals.TabIndex = 4 ' 'lblPlotCapitals ' - resources.ApplyResources(Me.lblPlotCapitals, "lblPlotCapitals") + Me.lblPlotCapitals.AutoSize = True + Me.lblPlotCapitals.Location = New System.Drawing.Point(7, 219) Me.lblPlotCapitals.Name = "lblPlotCapitals" + Me.lblPlotCapitals.Size = New System.Drawing.Size(68, 13) + Me.lblPlotCapitals.TabIndex = 3 + Me.lblPlotCapitals.Text = "Plot Capitals:" ' 'lblLatitudOffset ' - resources.ApplyResources(Me.lblLatitudOffset, "lblLatitudOffset") + Me.lblLatitudOffset.AutoSize = True + Me.lblLatitudOffset.Location = New System.Drawing.Point(7, 280) Me.lblLatitudOffset.Name = "lblLatitudOffset" + Me.lblLatitudOffset.Size = New System.Drawing.Size(79, 13) + Me.lblLatitudOffset.TabIndex = 1 + Me.lblLatitudOffset.Text = "Latitude Offset:" ' 'lblSizeofCityLabels ' - resources.ApplyResources(Me.lblSizeofCityLabels, "lblSizeofCityLabels") + Me.lblSizeofCityLabels.AutoSize = True + Me.lblSizeofCityLabels.Location = New System.Drawing.Point(6, 251) Me.lblSizeofCityLabels.Name = "lblSizeofCityLabels" + Me.lblSizeofCityLabels.Size = New System.Drawing.Size(98, 13) + Me.lblSizeofCityLabels.TabIndex = 1 + Me.lblSizeofCityLabels.Text = "Size Of City Labels:" ' 'lblSizeofCities ' - resources.ApplyResources(Me.lblSizeofCities, "lblSizeofCities") + Me.lblSizeofCities.AutoSize = True + Me.lblSizeofCities.Location = New System.Drawing.Point(86, 127) Me.lblSizeofCities.Name = "lblSizeofCities" + Me.lblSizeofCities.Size = New System.Drawing.Size(72, 13) + Me.lblSizeofCities.TabIndex = 1 + Me.lblSizeofCities.Text = "Size Of Cities:" ' 'lblThickness ' - resources.ApplyResources(Me.lblThickness, "lblThickness") + Me.lblThickness.AutoSize = True + Me.lblThickness.Location = New System.Drawing.Point(8, 190) Me.lblThickness.Name = "lblThickness" + Me.lblThickness.Size = New System.Drawing.Size(59, 13) + Me.lblThickness.TabIndex = 1 + Me.lblThickness.Text = "Thickness:" ' 'ucrNudLatitudeOffset ' + Me.ucrNudLatitudeOffset.AutoSize = True Me.ucrNudLatitudeOffset.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLatitudeOffset.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLatitudeOffset, "ucrNudLatitudeOffset") + Me.ucrNudLatitudeOffset.Location = New System.Drawing.Point(105, 278) Me.ucrNudLatitudeOffset.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLatitudeOffset.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLatitudeOffset.Name = "ucrNudLatitudeOffset" + Me.ucrNudLatitudeOffset.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLatitudeOffset.TabIndex = 2 Me.ucrNudLatitudeOffset.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSizeofCityLabels ' + Me.ucrNudSizeofCityLabels.AutoSize = True Me.ucrNudSizeofCityLabels.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSizeofCityLabels.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSizeofCityLabels, "ucrNudSizeofCityLabels") + Me.ucrNudSizeofCityLabels.Location = New System.Drawing.Point(105, 247) Me.ucrNudSizeofCityLabels.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSizeofCityLabels.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSizeofCityLabels.Name = "ucrNudSizeofCityLabels" + Me.ucrNudSizeofCityLabels.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSizeofCityLabels.TabIndex = 2 Me.ucrNudSizeofCityLabels.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSizeofCities ' + Me.ucrNudSizeofCities.AutoSize = True Me.ucrNudSizeofCities.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSizeofCities.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSizeofCities, "ucrNudSizeofCities") + Me.ucrNudSizeofCities.Location = New System.Drawing.Point(161, 124) Me.ucrNudSizeofCities.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSizeofCities.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSizeofCities.Name = "ucrNudSizeofCities" + Me.ucrNudSizeofCities.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSizeofCities.TabIndex = 2 Me.ucrNudSizeofCities.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudThickness ' + Me.ucrNudThickness.AutoSize = True Me.ucrNudThickness.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudThickness.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudThickness, "ucrNudThickness") + Me.ucrNudThickness.Location = New System.Drawing.Point(105, 187) Me.ucrNudThickness.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudThickness.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudThickness.Name = "ucrNudThickness" + Me.ucrNudThickness.Size = New System.Drawing.Size(50, 20) + Me.ucrNudThickness.TabIndex = 2 Me.ucrNudThickness.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkPlotOwnLocations ' + Me.ucrChkPlotOwnLocations.AutoSize = True Me.ucrChkPlotOwnLocations.Checked = False - resources.ApplyResources(Me.ucrChkPlotOwnLocations, "ucrChkPlotOwnLocations") + Me.ucrChkPlotOwnLocations.Location = New System.Drawing.Point(7, 306) Me.ucrChkPlotOwnLocations.Name = "ucrChkPlotOwnLocations" + Me.ucrChkPlotOwnLocations.Size = New System.Drawing.Size(146, 23) + Me.ucrChkPlotOwnLocations.TabIndex = 0 ' 'ucrChkLabelCities ' + Me.ucrChkLabelCities.AutoSize = True Me.ucrChkLabelCities.Checked = False - resources.ApplyResources(Me.ucrChkLabelCities, "ucrChkLabelCities") + Me.ucrChkLabelCities.Location = New System.Drawing.Point(7, 153) Me.ucrChkLabelCities.Name = "ucrChkLabelCities" + Me.ucrChkLabelCities.Size = New System.Drawing.Size(146, 23) + Me.ucrChkLabelCities.TabIndex = 0 ' 'ucrChkPlotCities ' + Me.ucrChkPlotCities.AutoSize = True Me.ucrChkPlotCities.Checked = False - resources.ApplyResources(Me.ucrChkPlotCities, "ucrChkPlotCities") + Me.ucrChkPlotCities.Location = New System.Drawing.Point(7, 124) Me.ucrChkPlotCities.Name = "ucrChkPlotCities" + Me.ucrChkPlotCities.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPlotCities.TabIndex = 0 ' 'ucrChkPlotRivers ' + Me.ucrChkPlotRivers.AutoSize = True Me.ucrChkPlotRivers.Checked = False - resources.ApplyResources(Me.ucrChkPlotRivers, "ucrChkPlotRivers") + Me.ucrChkPlotRivers.Location = New System.Drawing.Point(7, 94) Me.ucrChkPlotRivers.Name = "ucrChkPlotRivers" + Me.ucrChkPlotRivers.Size = New System.Drawing.Size(146, 23) + Me.ucrChkPlotRivers.TabIndex = 0 ' 'ucrChkPlotCountries ' + Me.ucrChkPlotCountries.AutoSize = True Me.ucrChkPlotCountries.Checked = False - resources.ApplyResources(Me.ucrChkPlotCountries, "ucrChkPlotCountries") + Me.ucrChkPlotCountries.Location = New System.Drawing.Point(7, 68) Me.ucrChkPlotCountries.Name = "ucrChkPlotCountries" + Me.ucrChkPlotCountries.Size = New System.Drawing.Size(146, 23) + Me.ucrChkPlotCountries.TabIndex = 0 ' 'ucrChkPlotCoastLines ' + Me.ucrChkPlotCoastLines.AutoSize = True Me.ucrChkPlotCoastLines.Checked = False - resources.ApplyResources(Me.ucrChkPlotCoastLines, "ucrChkPlotCoastLines") + Me.ucrChkPlotCoastLines.Location = New System.Drawing.Point(7, 42) Me.ucrChkPlotCoastLines.Name = "ucrChkPlotCoastLines" + Me.ucrChkPlotCoastLines.Size = New System.Drawing.Size(152, 23) + Me.ucrChkPlotCoastLines.TabIndex = 0 ' 'ucrChkPlotHighResolution ' + Me.ucrChkPlotHighResolution.AutoSize = True Me.ucrChkPlotHighResolution.Checked = False - resources.ApplyResources(Me.ucrChkPlotHighResolution, "ucrChkPlotHighResolution") + Me.ucrChkPlotHighResolution.Location = New System.Drawing.Point(7, 16) Me.ucrChkPlotHighResolution.Name = "ucrChkPlotHighResolution" + Me.ucrChkPlotHighResolution.Size = New System.Drawing.Size(146, 23) + Me.ucrChkPlotHighResolution.TabIndex = 0 ' 'ucrButtonsSdgPlotRegion ' - resources.ApplyResources(Me.ucrButtonsSdgPlotRegion, "ucrButtonsSdgPlotRegion") + Me.ucrButtonsSdgPlotRegion.AutoSize = True + Me.ucrButtonsSdgPlotRegion.Location = New System.Drawing.Point(86, 460) Me.ucrButtonsSdgPlotRegion.Name = "ucrButtonsSdgPlotRegion" + Me.ucrButtonsSdgPlotRegion.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsSdgPlotRegion.TabIndex = 0 ' 'sdgPlotRegion ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(335, 492) Me.Controls.Add(Me.tbcPlotRegion) Me.Controls.Add(Me.ucrButtonsSdgPlotRegion) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "sdgPlotRegion" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Plot Region" Me.tbcPlotRegion.ResumeLayout(False) Me.tbpLayout.ResumeLayout(False) Me.tbpLayout.PerformLayout() Me.tbpAdditionalFeatures.ResumeLayout(False) Me.tbpAdditionalFeatures.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgPlotRegion.resx b/instat/sdgPlotRegion.resx index 9926e45fee3..29dcb1b3a35 100644 --- a/instat/sdgPlotRegion.resx +++ b/instat/sdgPlotRegion.resx @@ -117,1180 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 106, 389 - - - 62, 20 - - - - 3 - - - ucrNudNumberofColours - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 0 - - - 7, 231 - - - 210, 20 - - - 2 - - - ucrChkSetColourBreaks - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 1 - - - 7, 205 - - - 210, 20 - - - 2 - - - ucrChkPlotAnomaly - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 2 - - - 104, 361 - - - 137, 21 - - - 1 - - - ucrInputColourBarMax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 3 - - - 104, 334 - - - 137, 21 - - - 1 - - - ucrInputColourBarMin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 4 - - - True - - - 6, 392 - - - 99, 13 - - - 0 - - - Number Of Colours: - - - lblNumberofColours - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 5 - - - True - - - 7, 362 - - - 82, 13 - - - 0 - - - Colour Bar Max: - - - lblColourBarMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 6 - - - 104, 307 - - - 137, 21 - - - 1 - - - ucrInputInterval - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 7 - - - True - - - 7, 335 - - - 79, 13 - - - 0 - - - Colour Bar Min: - - - lblColourBarMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 8 - - - 104, 284 - - - 137, 21 - - - 1 - - - ucrInputMaxBreakPoint - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 9 - - - True - - - 7, 308 - - - 45, 13 - - - 0 - - - Interval: - - - lblInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 10 - - - 104, 260 - - - 137, 21 - - - 1 - - - ucrInputMinBreakPoint - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 11 - - - True - - - 7, 284 - - - 88, 13 - - - 0 - - - Max Break Point: - - - lblMaxBreakPoint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 12 - - - True - - - 7, 260 - - - 85, 13 - - - 0 - - - Min Break Point: - - - lblMinBreakPoint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 13 - - - 104, 178 - - - 137, 21 - - - 1 - - - ucrInputPlotWidth - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 14 - - - True - - - 7, 178 - - - 59, 13 - - - 0 - - - Plot Width: - - - lblPlotWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 15 - - - 104, 151 - - - 137, 21 - - - 1 - - - ucrInputPlotHeight - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 16 - - - True - - - 7, 151 - - - 62, 13 - - - 0 - - - Plot Height: - - - lblPlotHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 17 - - - 104, 124 - - - 137, 21 - - - 1 - - - ucrInputMaxLatitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 18 - - - True - - - 7, 124 - - - 71, 13 - - - 0 - - - Max Latitude: - - - lblMaxLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 19 - - - 104, 97 - - - 137, 21 - - - 1 - - - ucrInputMinLatitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 20 - - - True - - - 7, 97 - - - 68, 13 - - - 0 - - - Min Latitude: - - - lblMinLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 21 - - - 104, 70 - - - 137, 21 - - - 1 - - - ucrInputMaxLongitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 22 - - - True - - - 7, 70 - - - 80, 13 - - - 0 - - - Max Longitude: - - - lblMaxLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 23 - - - 104, 43 - - - 137, 21 - - - 1 - - - ucrInputMinLongitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 24 - - - True - - - 7, 43 - - - 77, 13 - - - 0 - - - Min Longitude: - - - lblMinLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 25 - - - 104, 16 - - - 137, 21 - - - 1 - - - ucrInputAddtoTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayout - - - 26 - - - True - - - 7, 16 - - - 68, 13 - - - 4 - - - Add To Title: - - - lblAddtoTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLayout - - - 27 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 306, 415 - - - 0 - - - Layout - - - tbpLayout - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcPlotRegion - - - 0 - - - 105, 216 - - - 137, 21 - - - 4 - - - ucrInputPlotCapitals - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 0 - - - True - - - 7, 219 - - - 68, 13 - - - 3 - - - Plot Capitals: - - - lblPlotCapitals - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAdditionalFeatures - - - 1 - - - True - - - 7, 280 - - - 79, 13 - - - 1 - - - Latitude Offset: - - - lblLatitudOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAdditionalFeatures - - - 2 - - - True - - - 6, 251 - - - 98, 13 - - - 1 - - - Size Of City Labels: - - - lblSizeofCityLabels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAdditionalFeatures - - - 3 - - - True - - - 86, 127 - - - 72, 13 - - - 1 - - - Size Of Cities: - - - lblSizeofCities - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAdditionalFeatures - - - 4 - - - True - - - 8, 190 - - - 59, 13 - - - 1 - - - Thickness: - - - lblThickness - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAdditionalFeatures - - - 5 - - - 105, 278 - - - 50, 20 - - - 2 - - - ucrNudLatitudeOffset - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 6 - - - 105, 247 - - - 50, 20 - - - 2 - - - ucrNudSizeofCityLabels - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 7 - - - 161, 124 - - - 50, 20 - - - 2 - - - ucrNudSizeofCities - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 8 - - - 105, 187 - - - 50, 20 - - - 2 - - - ucrNudThickness - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 9 - - - 7, 306 - - - 146, 20 - - - 0 - - - ucrChkPlotOwnLocations - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 10 - - - 7, 153 - - - 146, 20 - - - 0 - - - ucrChkLabelCities - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 11 - - - 7, 124 - - - 100, 20 - - - 0 - - - ucrChkPlotCities - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 12 - - - 7, 94 - - - 146, 20 - - - 0 - - - ucrChkPlotRivers - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 13 - - - 7, 68 - - - 146, 20 - - - 0 - - - ucrChkPlotCountries - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 14 - - - 7, 42 - - - 152, 20 - - - 0 - - - ucrChkPlotCoastLines - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 15 - - - 7, 16 - - - 146, 20 - - - 0 - - - ucrChkPlotHighResolution - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAdditionalFeatures - - - 16 - - - 4, 22 - - - 3, 3, 3, 3 - - - 306, 415 - - - 1 - - - Additional Features - - - tbpAdditionalFeatures - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcPlotRegion - - - 1 - - - 13, 13 - - - 314, 441 - - - 0 - - - tbcPlotRegion - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 86, 460 - - - 159, 30 - - - 0 - - - ucrButtonsSdgPlotRegion - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 335, 492 - - - CenterScreen - - - Plot Region - - - sdgPlotRegion - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgPlots.Designer.vb b/instat/sdgPlots.Designer.vb index 9921daefbe9..439afce6f34 100644 --- a/instat/sdgPlots.Designer.vb +++ b/instat/sdgPlots.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgPlots 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgPlots)) Me.tbpPlotsOptions = New System.Windows.Forms.TabControl() Me.tbpFacet = New System.Windows.Forms.TabPage() Me.ucrChkDrop = New instat.ucrCheck() @@ -210,9 +209,11 @@ Partial Class sdgPlots Me.tbpPlotsOptions.Controls.Add(Me.tbpCoordinates) Me.tbpPlotsOptions.Controls.Add(Me.tbpColour) Me.tbpPlotsOptions.Controls.Add(Me.tbpAnnotation) - resources.ApplyResources(Me.tbpPlotsOptions, "tbpPlotsOptions") + Me.tbpPlotsOptions.Location = New System.Drawing.Point(7, 3) Me.tbpPlotsOptions.Name = "tbpPlotsOptions" Me.tbpPlotsOptions.SelectedIndex = 0 + Me.tbpPlotsOptions.Size = New System.Drawing.Size(677, 449) + Me.tbpPlotsOptions.TabIndex = 0 ' 'tbpFacet ' @@ -233,139 +234,212 @@ Partial Class sdgPlots Me.tbpFacet.Controls.Add(Me.ucr2ndFactorReceiver) Me.tbpFacet.Controls.Add(Me.ucr1stFactorReceiver) Me.tbpFacet.Controls.Add(Me.ucrPnlHorizonatalVertical) - resources.ApplyResources(Me.tbpFacet, "tbpFacet") + Me.tbpFacet.Location = New System.Drawing.Point(4, 22) Me.tbpFacet.Name = "tbpFacet" + Me.tbpFacet.Padding = New System.Windows.Forms.Padding(3) + Me.tbpFacet.Size = New System.Drawing.Size(669, 423) + Me.tbpFacet.TabIndex = 3 Me.tbpFacet.Tag = "Facet" + Me.tbpFacet.Text = "Facets" Me.tbpFacet.UseVisualStyleBackColor = True ' 'ucrChkDrop ' + Me.ucrChkDrop.AutoSize = True Me.ucrChkDrop.Checked = False - resources.ApplyResources(Me.ucrChkDrop, "ucrChkDrop") + Me.ucrChkDrop.Location = New System.Drawing.Point(273, 269) Me.ucrChkDrop.Name = "ucrChkDrop" + Me.ucrChkDrop.Size = New System.Drawing.Size(156, 23) + Me.ucrChkDrop.TabIndex = 11 ' 'ucrNudNumberofRows ' + Me.ucrNudNumberofRows.AutoSize = True Me.ucrNudNumberofRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberofRows, "ucrNudNumberofRows") + Me.ucrNudNumberofRows.Location = New System.Drawing.Point(169, 252) Me.ucrNudNumberofRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberofRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofRows.Name = "ucrNudNumberofRows" + Me.ucrNudNumberofRows.Size = New System.Drawing.Size(46, 20) + Me.ucrNudNumberofRows.TabIndex = 15 Me.ucrNudNumberofRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkNoOfRowsOrColumns ' + Me.ucrChkNoOfRowsOrColumns.AutoSize = True Me.ucrChkNoOfRowsOrColumns.Checked = False - resources.ApplyResources(Me.ucrChkNoOfRowsOrColumns, "ucrChkNoOfRowsOrColumns") + Me.ucrChkNoOfRowsOrColumns.Location = New System.Drawing.Point(7, 254) Me.ucrChkNoOfRowsOrColumns.Name = "ucrChkNoOfRowsOrColumns" + Me.ucrChkNoOfRowsOrColumns.Size = New System.Drawing.Size(156, 23) + Me.ucrChkNoOfRowsOrColumns.TabIndex = 14 ' 'ucrChkIncludeFacets ' + Me.ucrChkIncludeFacets.AutoSize = True Me.ucrChkIncludeFacets.Checked = False - resources.ApplyResources(Me.ucrChkIncludeFacets, "ucrChkIncludeFacets") + Me.ucrChkIncludeFacets.Location = New System.Drawing.Point(8, 13) Me.ucrChkIncludeFacets.Name = "ucrChkIncludeFacets" + Me.ucrChkIncludeFacets.Size = New System.Drawing.Size(121, 23) + Me.ucrChkIncludeFacets.TabIndex = 0 ' 'ucrChkLabeler ' + Me.ucrChkLabeler.AutoSize = True Me.ucrChkLabeler.Checked = False - resources.ApplyResources(Me.ucrChkLabeler, "ucrChkLabeler") + Me.ucrChkLabeler.Location = New System.Drawing.Point(273, 245) Me.ucrChkLabeler.Name = "ucrChkLabeler" + Me.ucrChkLabeler.Size = New System.Drawing.Size(220, 23) + Me.ucrChkLabeler.TabIndex = 10 ' 'ucrChkFreeSpace ' + Me.ucrChkFreeSpace.AutoSize = True Me.ucrChkFreeSpace.Checked = False - resources.ApplyResources(Me.ucrChkFreeSpace, "ucrChkFreeSpace") + Me.ucrChkFreeSpace.Location = New System.Drawing.Point(273, 221) Me.ucrChkFreeSpace.Name = "ucrChkFreeSpace" + Me.ucrChkFreeSpace.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeSpace.TabIndex = 9 ' 'ucrChkFreeScalesY ' + Me.ucrChkFreeScalesY.AutoSize = True Me.ucrChkFreeScalesY.Checked = False - resources.ApplyResources(Me.ucrChkFreeScalesY, "ucrChkFreeScalesY") + Me.ucrChkFreeScalesY.Location = New System.Drawing.Point(273, 197) Me.ucrChkFreeScalesY.Name = "ucrChkFreeScalesY" + Me.ucrChkFreeScalesY.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeScalesY.TabIndex = 8 ' 'ucrChkFreeScalesX ' + Me.ucrChkFreeScalesX.AutoSize = True Me.ucrChkFreeScalesX.Checked = False - resources.ApplyResources(Me.ucrChkFreeScalesX, "ucrChkFreeScalesX") + Me.ucrChkFreeScalesX.Location = New System.Drawing.Point(273, 173) Me.ucrChkFreeScalesX.Name = "ucrChkFreeScalesX" + Me.ucrChkFreeScalesX.Size = New System.Drawing.Size(100, 23) + Me.ucrChkFreeScalesX.TabIndex = 7 ' 'ucrChkMargin ' + Me.ucrChkMargin.AutoSize = True Me.ucrChkMargin.Checked = False - resources.ApplyResources(Me.ucrChkMargin, "ucrChkMargin") + Me.ucrChkMargin.Location = New System.Drawing.Point(273, 149) Me.ucrChkMargin.Name = "ucrChkMargin" + Me.ucrChkMargin.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMargin.TabIndex = 6 ' 'ucrFacetSelector ' + Me.ucrFacetSelector.AutoSize = True Me.ucrFacetSelector.bDropUnusedFilterLevels = False Me.ucrFacetSelector.bShowHiddenColumns = False Me.ucrFacetSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrFacetSelector, "ucrFacetSelector") + Me.ucrFacetSelector.Location = New System.Drawing.Point(8, 36) + Me.ucrFacetSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrFacetSelector.Name = "ucrFacetSelector" + Me.ucrFacetSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrFacetSelector.TabIndex = 1 ' 'rdoHorizontal ' - resources.ApplyResources(Me.rdoHorizontal, "rdoHorizontal") + Me.rdoHorizontal.AutoSize = True + Me.rdoHorizontal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHorizontal.Location = New System.Drawing.Point(8, 230) Me.rdoHorizontal.Name = "rdoHorizontal" + Me.rdoHorizontal.Size = New System.Drawing.Size(72, 17) + Me.rdoHorizontal.TabIndex = 12 Me.rdoHorizontal.TabStop = True Me.rdoHorizontal.Tag = "Horizontal" + Me.rdoHorizontal.Text = "Horizontal" Me.rdoHorizontal.UseVisualStyleBackColor = True ' 'rdoVertical ' - resources.ApplyResources(Me.rdoVertical, "rdoVertical") + Me.rdoVertical.AutoSize = True + Me.rdoVertical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoVertical.Location = New System.Drawing.Point(104, 230) Me.rdoVertical.Name = "rdoVertical" + Me.rdoVertical.Size = New System.Drawing.Size(60, 17) + Me.rdoVertical.TabIndex = 13 Me.rdoVertical.TabStop = True Me.rdoVertical.Tag = "Vertical" + Me.rdoVertical.Text = "Vertical" Me.rdoVertical.UseVisualStyleBackColor = True ' 'lblFactor2 ' - resources.ApplyResources(Me.lblFactor2, "lblFactor2") + Me.lblFactor2.AutoSize = True + Me.lblFactor2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor2.Location = New System.Drawing.Point(274, 99) Me.lblFactor2.Name = "lblFactor2" + Me.lblFactor2.Size = New System.Drawing.Size(109, 13) + Me.lblFactor2.TabIndex = 4 + Me.lblFactor2.Text = "2nd Factor (Optional):" ' 'lblFactor1 ' - resources.ApplyResources(Me.lblFactor1, "lblFactor1") + Me.lblFactor1.AutoSize = True + Me.lblFactor1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor1.Location = New System.Drawing.Point(272, 44) Me.lblFactor1.Name = "lblFactor1" + Me.lblFactor1.Size = New System.Drawing.Size(57, 13) + Me.lblFactor1.TabIndex = 2 Me.lblFactor1.Tag = "" + Me.lblFactor1.Text = "1st Factor:" ' 'ucr2ndFactorReceiver ' + Me.ucr2ndFactorReceiver.AutoSize = True Me.ucr2ndFactorReceiver.frmParent = Nothing - resources.ApplyResources(Me.ucr2ndFactorReceiver, "ucr2ndFactorReceiver") + Me.ucr2ndFactorReceiver.Location = New System.Drawing.Point(273, 114) + Me.ucr2ndFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucr2ndFactorReceiver.Name = "ucr2ndFactorReceiver" Me.ucr2ndFactorReceiver.Selector = Nothing + Me.ucr2ndFactorReceiver.Size = New System.Drawing.Size(106, 26) Me.ucr2ndFactorReceiver.strNcFilePath = "" + Me.ucr2ndFactorReceiver.TabIndex = 5 Me.ucr2ndFactorReceiver.ucrSelector = Nothing ' 'ucr1stFactorReceiver ' + Me.ucr1stFactorReceiver.AutoSize = True Me.ucr1stFactorReceiver.frmParent = Nothing - resources.ApplyResources(Me.ucr1stFactorReceiver, "ucr1stFactorReceiver") + Me.ucr1stFactorReceiver.Location = New System.Drawing.Point(273, 59) + Me.ucr1stFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucr1stFactorReceiver.Name = "ucr1stFactorReceiver" Me.ucr1stFactorReceiver.Selector = Nothing + Me.ucr1stFactorReceiver.Size = New System.Drawing.Size(106, 26) Me.ucr1stFactorReceiver.strNcFilePath = "" + Me.ucr1stFactorReceiver.TabIndex = 3 Me.ucr1stFactorReceiver.ucrSelector = Nothing ' 'ucrPnlHorizonatalVertical ' - resources.ApplyResources(Me.ucrPnlHorizonatalVertical, "ucrPnlHorizonatalVertical") + Me.ucrPnlHorizonatalVertical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlHorizonatalVertical.Location = New System.Drawing.Point(8, 228) Me.ucrPnlHorizonatalVertical.Name = "ucrPnlHorizonatalVertical" + Me.ucrPnlHorizonatalVertical.Size = New System.Drawing.Size(165, 20) + Me.ucrPnlHorizonatalVertical.TabIndex = 30 ' 'tbpLayers ' Me.tbpLayers.Controls.Add(Me.ucrPlotsAdditionalLayers) - resources.ApplyResources(Me.tbpLayers, "tbpLayers") + Me.tbpLayers.Location = New System.Drawing.Point(4, 22) Me.tbpLayers.Name = "tbpLayers" + Me.tbpLayers.Padding = New System.Windows.Forms.Padding(3) + Me.tbpLayers.Size = New System.Drawing.Size(669, 423) + Me.tbpLayers.TabIndex = 4 Me.tbpLayers.Tag = "Layers" + Me.tbpLayers.Text = "Layers" Me.tbpLayers.UseVisualStyleBackColor = True ' 'ucrPlotsAdditionalLayers ' - resources.ApplyResources(Me.ucrPlotsAdditionalLayers, "ucrPlotsAdditionalLayers") + Me.ucrPlotsAdditionalLayers.AutoSize = True + Me.ucrPlotsAdditionalLayers.Location = New System.Drawing.Point(7, 6) Me.ucrPlotsAdditionalLayers.Name = "ucrPlotsAdditionalLayers" + Me.ucrPlotsAdditionalLayers.Size = New System.Drawing.Size(218, 191) + Me.ucrPlotsAdditionalLayers.TabIndex = 0 ' 'tbpTitles ' @@ -376,25 +450,44 @@ Partial Class sdgPlots Me.tbpTitles.Controls.Add(Me.ucrInputGraphCaption) Me.tbpTitles.Controls.Add(Me.ucrInputGraphSubTitle) Me.tbpTitles.Controls.Add(Me.ucrInputGraphTitle) - resources.ApplyResources(Me.tbpTitles, "tbpTitles") + Me.tbpTitles.Location = New System.Drawing.Point(4, 22) Me.tbpTitles.Name = "tbpTitles" + Me.tbpTitles.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTitles.Size = New System.Drawing.Size(669, 423) + Me.tbpTitles.TabIndex = 2 Me.tbpTitles.Tag = "Titles" + Me.tbpTitles.Text = "Titles" Me.tbpTitles.UseVisualStyleBackColor = True ' 'lblCaption ' - resources.ApplyResources(Me.lblCaption, "lblCaption") + Me.lblCaption.AutoSize = True + Me.lblCaption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCaption.Location = New System.Drawing.Point(6, 68) Me.lblCaption.Name = "lblCaption" + Me.lblCaption.Size = New System.Drawing.Size(78, 13) + Me.lblCaption.TabIndex = 10 + Me.lblCaption.Text = "Graph Caption:" ' 'lblSubTitle ' - resources.ApplyResources(Me.lblSubTitle, "lblSubTitle") + Me.lblSubTitle.AutoSize = True + Me.lblSubTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSubTitle.Location = New System.Drawing.Point(6, 41) Me.lblSubTitle.Name = "lblSubTitle" + Me.lblSubTitle.Size = New System.Drawing.Size(84, 13) + Me.lblSubTitle.TabIndex = 10 + Me.lblSubTitle.Text = "Graph Sub Title:" ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(7, 17) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(62, 13) + Me.Label1.TabIndex = 10 + Me.Label1.Text = "Graph Title:" ' 'grpLegendTitle ' @@ -404,96 +497,145 @@ Partial Class sdgPlots Me.grpLegendTitle.Controls.Add(Me.rdoLegendTitleCustom) Me.grpLegendTitle.Controls.Add(Me.rdoLegendTitleAuto) Me.grpLegendTitle.Controls.Add(Me.ucrPnlLegendTitle) - resources.ApplyResources(Me.grpLegendTitle, "grpLegendTitle") + Me.grpLegendTitle.Location = New System.Drawing.Point(10, 171) Me.grpLegendTitle.Name = "grpLegendTitle" + Me.grpLegendTitle.Size = New System.Drawing.Size(299, 105) + Me.grpLegendTitle.TabIndex = 8 Me.grpLegendTitle.TabStop = False + Me.grpLegendTitle.Text = "Legend Title" + Me.grpLegendTitle.Visible = False ' 'ucrChkOverwriteLegendTitle ' + Me.ucrChkOverwriteLegendTitle.AutoSize = True Me.ucrChkOverwriteLegendTitle.Checked = False - resources.ApplyResources(Me.ucrChkOverwriteLegendTitle, "ucrChkOverwriteLegendTitle") + Me.ucrChkOverwriteLegendTitle.Location = New System.Drawing.Point(6, 75) Me.ucrChkOverwriteLegendTitle.Name = "ucrChkOverwriteLegendTitle" + Me.ucrChkOverwriteLegendTitle.Size = New System.Drawing.Size(100, 23) + Me.ucrChkOverwriteLegendTitle.TabIndex = 14 ' 'ucrChkDisplayLegendTitle ' + Me.ucrChkDisplayLegendTitle.AutoSize = True Me.ucrChkDisplayLegendTitle.Checked = False - resources.ApplyResources(Me.ucrChkDisplayLegendTitle, "ucrChkDisplayLegendTitle") + Me.ucrChkDisplayLegendTitle.Location = New System.Drawing.Point(6, 51) Me.ucrChkDisplayLegendTitle.Name = "ucrChkDisplayLegendTitle" + Me.ucrChkDisplayLegendTitle.Size = New System.Drawing.Size(100, 23) + Me.ucrChkDisplayLegendTitle.TabIndex = 13 ' 'ucrInputLegend ' Me.ucrInputLegend.AddQuotesIfUnrecognised = True + Me.ucrInputLegend.AutoSize = True Me.ucrInputLegend.IsMultiline = False Me.ucrInputLegend.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegend, "ucrInputLegend") + Me.ucrInputLegend.Location = New System.Drawing.Point(133, 74) Me.ucrInputLegend.Name = "ucrInputLegend" + Me.ucrInputLegend.Size = New System.Drawing.Size(160, 21) + Me.ucrInputLegend.TabIndex = 11 ' 'rdoLegendTitleCustom ' - resources.ApplyResources(Me.rdoLegendTitleCustom, "rdoLegendTitleCustom") + Me.rdoLegendTitleCustom.AutoSize = True + Me.rdoLegendTitleCustom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLegendTitleCustom.Location = New System.Drawing.Point(73, 23) Me.rdoLegendTitleCustom.Name = "rdoLegendTitleCustom" + Me.rdoLegendTitleCustom.Size = New System.Drawing.Size(60, 17) + Me.rdoLegendTitleCustom.TabIndex = 10 Me.rdoLegendTitleCustom.TabStop = True + Me.rdoLegendTitleCustom.Text = "Custom" Me.rdoLegendTitleCustom.UseVisualStyleBackColor = True ' 'rdoLegendTitleAuto ' - resources.ApplyResources(Me.rdoLegendTitleAuto, "rdoLegendTitleAuto") + Me.rdoLegendTitleAuto.AutoSize = True + Me.rdoLegendTitleAuto.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLegendTitleAuto.Location = New System.Drawing.Point(6, 23) Me.rdoLegendTitleAuto.Name = "rdoLegendTitleAuto" + Me.rdoLegendTitleAuto.Size = New System.Drawing.Size(47, 17) + Me.rdoLegendTitleAuto.TabIndex = 9 Me.rdoLegendTitleAuto.TabStop = True + Me.rdoLegendTitleAuto.Text = "Auto" Me.rdoLegendTitleAuto.UseVisualStyleBackColor = True ' 'ucrPnlLegendTitle ' - resources.ApplyResources(Me.ucrPnlLegendTitle, "ucrPnlLegendTitle") + Me.ucrPnlLegendTitle.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLegendTitle.Location = New System.Drawing.Point(4, 20) Me.ucrPnlLegendTitle.Name = "ucrPnlLegendTitle" + Me.ucrPnlLegendTitle.Size = New System.Drawing.Size(117, 25) + Me.ucrPnlLegendTitle.TabIndex = 12 ' 'ucrInputGraphCaption ' Me.ucrInputGraphCaption.AddQuotesIfUnrecognised = True + Me.ucrInputGraphCaption.AutoSize = True Me.ucrInputGraphCaption.IsMultiline = False Me.ucrInputGraphCaption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphCaption, "ucrInputGraphCaption") + Me.ucrInputGraphCaption.Location = New System.Drawing.Point(126, 71) Me.ucrInputGraphCaption.Name = "ucrInputGraphCaption" + Me.ucrInputGraphCaption.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphCaption.TabIndex = 9 ' 'ucrInputGraphSubTitle ' Me.ucrInputGraphSubTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphSubTitle.AutoSize = True Me.ucrInputGraphSubTitle.IsMultiline = False Me.ucrInputGraphSubTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphSubTitle, "ucrInputGraphSubTitle") + Me.ucrInputGraphSubTitle.Location = New System.Drawing.Point(126, 44) Me.ucrInputGraphSubTitle.Name = "ucrInputGraphSubTitle" + Me.ucrInputGraphSubTitle.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphSubTitle.TabIndex = 9 ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(126, 17) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphTitle.TabIndex = 9 ' 'tbpXAxis ' Me.tbpXAxis.Controls.Add(Me.ucrXAxis) - resources.ApplyResources(Me.tbpXAxis, "tbpXAxis") + Me.tbpXAxis.Location = New System.Drawing.Point(4, 22) Me.tbpXAxis.Name = "tbpXAxis" + Me.tbpXAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbpXAxis.Size = New System.Drawing.Size(669, 423) + Me.tbpXAxis.TabIndex = 5 + Me.tbpXAxis.Text = "X-Axis" Me.tbpXAxis.UseVisualStyleBackColor = True ' 'ucrXAxis ' - resources.ApplyResources(Me.ucrXAxis, "ucrXAxis") + Me.ucrXAxis.AutoSize = True + Me.ucrXAxis.Location = New System.Drawing.Point(0, 1) Me.ucrXAxis.Name = "ucrXAxis" + Me.ucrXAxis.Size = New System.Drawing.Size(669, 419) + Me.ucrXAxis.TabIndex = 0 ' 'tbpYAxis ' Me.tbpYAxis.Controls.Add(Me.ucrYAxis) - resources.ApplyResources(Me.tbpYAxis, "tbpYAxis") + Me.tbpYAxis.Location = New System.Drawing.Point(4, 22) Me.tbpYAxis.Name = "tbpYAxis" + Me.tbpYAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbpYAxis.Size = New System.Drawing.Size(669, 423) + Me.tbpYAxis.TabIndex = 6 + Me.tbpYAxis.Text = "Y-Axis" Me.tbpYAxis.UseVisualStyleBackColor = True ' 'ucrYAxis ' - resources.ApplyResources(Me.ucrYAxis, "ucrYAxis") + Me.ucrYAxis.AutoSize = True + Me.ucrYAxis.Location = New System.Drawing.Point(0, 1) Me.ucrYAxis.Name = "ucrYAxis" + Me.ucrYAxis.Size = New System.Drawing.Size(669, 416) + Me.ucrYAxis.TabIndex = 0 ' 'tbpTheme ' @@ -503,15 +645,23 @@ Partial Class sdgPlots Me.tbpTheme.Controls.Add(Me.cmdAllOptions) Me.tbpTheme.Controls.Add(Me.urChkSelectTheme) Me.tbpTheme.Controls.Add(Me.ucrInputThemes) - resources.ApplyResources(Me.tbpTheme, "tbpTheme") + Me.tbpTheme.Location = New System.Drawing.Point(4, 22) Me.tbpTheme.Name = "tbpTheme" + Me.tbpTheme.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTheme.Size = New System.Drawing.Size(669, 423) + Me.tbpTheme.TabIndex = 1 Me.tbpTheme.Tag = "Theme" + Me.tbpTheme.Text = "Themes" Me.tbpTheme.UseVisualStyleBackColor = True ' 'cmdSimpleOptions ' - resources.ApplyResources(Me.cmdSimpleOptions, "cmdSimpleOptions") + Me.cmdSimpleOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSimpleOptions.Location = New System.Drawing.Point(174, 49) Me.cmdSimpleOptions.Name = "cmdSimpleOptions" + Me.cmdSimpleOptions.Size = New System.Drawing.Size(135, 23) + Me.cmdSimpleOptions.TabIndex = 107 + Me.cmdSimpleOptions.Text = "Simple Options" Me.cmdSimpleOptions.UseVisualStyleBackColor = True ' 'grpCommonOptions @@ -528,136 +678,193 @@ Partial Class sdgPlots Me.grpCommonOptions.Controls.Add(Me.ucrChkXaxisSize) Me.grpCommonOptions.Controls.Add(Me.ucrChkXaxisAngle) Me.grpCommonOptions.Controls.Add(Me.ucrChkLegendPosition) - resources.ApplyResources(Me.grpCommonOptions, "grpCommonOptions") + Me.grpCommonOptions.Location = New System.Drawing.Point(7, 81) Me.grpCommonOptions.Name = "grpCommonOptions" + Me.grpCommonOptions.Size = New System.Drawing.Size(497, 243) + Me.grpCommonOptions.TabIndex = 5 Me.grpCommonOptions.TabStop = False + Me.grpCommonOptions.Text = "Common Options" ' 'ucrNudYaxisMarkSize ' + Me.ucrNudYaxisMarkSize.AutoSize = True Me.ucrNudYaxisMarkSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYaxisMarkSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYaxisMarkSize, "ucrNudYaxisMarkSize") + Me.ucrNudYaxisMarkSize.Location = New System.Drawing.Point(246, 205) Me.ucrNudYaxisMarkSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYaxisMarkSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYaxisMarkSize.Name = "ucrNudYaxisMarkSize" + Me.ucrNudYaxisMarkSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYaxisMarkSize.TabIndex = 11 Me.ucrNudYaxisMarkSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudXaxisMarkSize ' + Me.ucrNudXaxisMarkSize.AutoSize = True Me.ucrNudXaxisMarkSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisMarkSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXaxisMarkSize, "ucrNudXaxisMarkSize") + Me.ucrNudXaxisMarkSize.Location = New System.Drawing.Point(246, 169) Me.ucrNudXaxisMarkSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXaxisMarkSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXaxisMarkSize.Name = "ucrNudXaxisMarkSize" + Me.ucrNudXaxisMarkSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXaxisMarkSize.TabIndex = 10 Me.ucrNudXaxisMarkSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudYSize ' + Me.ucrNudYSize.AutoSize = True Me.ucrNudYSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudYSize, "ucrNudYSize") + Me.ucrNudYSize.Location = New System.Drawing.Point(246, 133) Me.ucrNudYSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudYSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudYSize.Name = "ucrNudYSize" + Me.ucrNudYSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudYSize.TabIndex = 9 Me.ucrNudYSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudXSize ' + Me.ucrNudXSize.AutoSize = True Me.ucrNudXSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXSize, "ucrNudXSize") + Me.ucrNudXSize.Location = New System.Drawing.Point(246, 97) Me.ucrNudXSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXSize.Name = "ucrNudXSize" + Me.ucrNudXSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXSize.TabIndex = 8 Me.ucrNudXSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudXAngle ' + Me.ucrNudXAngle.AutoSize = True Me.ucrNudXAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAngle, "ucrNudXAngle") + Me.ucrNudXAngle.Location = New System.Drawing.Point(246, 61) Me.ucrNudXAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAngle.Name = "ucrNudXAngle" + Me.ucrNudXAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAngle.TabIndex = 7 Me.ucrNudXAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputLegendPosition ' Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 Me.ucrInputLegendPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendPosition, "ucrInputLegendPosition") + Me.ucrInputLegendPosition.Location = New System.Drawing.Point(246, 25) Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" + Me.ucrInputLegendPosition.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLegendPosition.TabIndex = 6 ' 'ucrChkYaxisTickMarkLabelSize ' + Me.ucrChkYaxisTickMarkLabelSize.AutoSize = True Me.ucrChkYaxisTickMarkLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkYaxisTickMarkLabelSize, "ucrChkYaxisTickMarkLabelSize") + Me.ucrChkYaxisTickMarkLabelSize.Location = New System.Drawing.Point(6, 205) Me.ucrChkYaxisTickMarkLabelSize.Name = "ucrChkYaxisTickMarkLabelSize" + Me.ucrChkYaxisTickMarkLabelSize.Size = New System.Drawing.Size(234, 23) + Me.ucrChkYaxisTickMarkLabelSize.TabIndex = 5 ' 'ucrChkXaxisTickMarkLabelSize ' + Me.ucrChkXaxisTickMarkLabelSize.AutoSize = True Me.ucrChkXaxisTickMarkLabelSize.Checked = False - resources.ApplyResources(Me.ucrChkXaxisTickMarkLabelSize, "ucrChkXaxisTickMarkLabelSize") + Me.ucrChkXaxisTickMarkLabelSize.Location = New System.Drawing.Point(6, 169) Me.ucrChkXaxisTickMarkLabelSize.Name = "ucrChkXaxisTickMarkLabelSize" + Me.ucrChkXaxisTickMarkLabelSize.Size = New System.Drawing.Size(234, 23) + Me.ucrChkXaxisTickMarkLabelSize.TabIndex = 4 ' 'ucrChkYaxisSize ' + Me.ucrChkYaxisSize.AutoSize = True Me.ucrChkYaxisSize.Checked = False - resources.ApplyResources(Me.ucrChkYaxisSize, "ucrChkYaxisSize") + Me.ucrChkYaxisSize.Location = New System.Drawing.Point(6, 133) Me.ucrChkYaxisSize.Name = "ucrChkYaxisSize" + Me.ucrChkYaxisSize.Size = New System.Drawing.Size(234, 23) + Me.ucrChkYaxisSize.TabIndex = 3 ' 'ucrChkXaxisSize ' + Me.ucrChkXaxisSize.AutoSize = True Me.ucrChkXaxisSize.Checked = False - resources.ApplyResources(Me.ucrChkXaxisSize, "ucrChkXaxisSize") + Me.ucrChkXaxisSize.Location = New System.Drawing.Point(6, 97) Me.ucrChkXaxisSize.Name = "ucrChkXaxisSize" + Me.ucrChkXaxisSize.Size = New System.Drawing.Size(234, 23) + Me.ucrChkXaxisSize.TabIndex = 2 ' 'ucrChkXaxisAngle ' + Me.ucrChkXaxisAngle.AutoSize = True Me.ucrChkXaxisAngle.Checked = False - resources.ApplyResources(Me.ucrChkXaxisAngle, "ucrChkXaxisAngle") + Me.ucrChkXaxisAngle.Location = New System.Drawing.Point(6, 61) Me.ucrChkXaxisAngle.Name = "ucrChkXaxisAngle" + Me.ucrChkXaxisAngle.Size = New System.Drawing.Size(234, 23) + Me.ucrChkXaxisAngle.TabIndex = 1 ' 'ucrChkLegendPosition ' + Me.ucrChkLegendPosition.AutoSize = True Me.ucrChkLegendPosition.Checked = False - resources.ApplyResources(Me.ucrChkLegendPosition, "ucrChkLegendPosition") + Me.ucrChkLegendPosition.Location = New System.Drawing.Point(6, 25) Me.ucrChkLegendPosition.Name = "ucrChkLegendPosition" + Me.ucrChkLegendPosition.Size = New System.Drawing.Size(234, 23) + Me.ucrChkLegendPosition.TabIndex = 0 ' 'lblFont ' - resources.ApplyResources(Me.lblFont, "lblFont") + Me.lblFont.AutoSize = True + Me.lblFont.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFont.Location = New System.Drawing.Point(233, 49) Me.lblFont.Name = "lblFont" + Me.lblFont.Size = New System.Drawing.Size(0, 13) + Me.lblFont.TabIndex = 4 ' 'cmdAllOptions ' - resources.ApplyResources(Me.cmdAllOptions, "cmdAllOptions") + Me.cmdAllOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAllOptions.Location = New System.Drawing.Point(29, 49) Me.cmdAllOptions.Name = "cmdAllOptions" + Me.cmdAllOptions.Size = New System.Drawing.Size(139, 23) + Me.cmdAllOptions.TabIndex = 2 + Me.cmdAllOptions.Text = "All Options" Me.cmdAllOptions.UseVisualStyleBackColor = True ' 'urChkSelectTheme ' + Me.urChkSelectTheme.AutoSize = True Me.urChkSelectTheme.Checked = False - resources.ApplyResources(Me.urChkSelectTheme, "urChkSelectTheme") + Me.urChkSelectTheme.Location = New System.Drawing.Point(29, 19) Me.urChkSelectTheme.Name = "urChkSelectTheme" + Me.urChkSelectTheme.Size = New System.Drawing.Size(139, 23) + Me.urChkSelectTheme.TabIndex = 106 ' 'ucrInputThemes ' Me.ucrInputThemes.AddQuotesIfUnrecognised = True + Me.ucrInputThemes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputThemes.GetSetSelectedIndex = -1 Me.ucrInputThemes.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThemes, "ucrInputThemes") + Me.ucrInputThemes.Location = New System.Drawing.Point(174, 19) Me.ucrInputThemes.Name = "ucrInputThemes" + Me.ucrInputThemes.Size = New System.Drawing.Size(171, 21) + Me.ucrInputThemes.TabIndex = 1 ' 'tbpCoordinates ' Me.tbpCoordinates.Controls.Add(Me.grpPolarCordinates) Me.tbpCoordinates.Controls.Add(Me.ucrChkSameScale) Me.tbpCoordinates.Controls.Add(Me.ucrChkHorizontalPlot) - resources.ApplyResources(Me.tbpCoordinates, "tbpCoordinates") + Me.tbpCoordinates.Location = New System.Drawing.Point(4, 22) Me.tbpCoordinates.Name = "tbpCoordinates" + Me.tbpCoordinates.Padding = New System.Windows.Forms.Padding(3) + Me.tbpCoordinates.Size = New System.Drawing.Size(669, 423) + Me.tbpCoordinates.TabIndex = 7 + Me.tbpCoordinates.Text = "Coordinates" Me.tbpCoordinates.UseVisualStyleBackColor = True ' 'grpPolarCordinates @@ -669,65 +876,101 @@ Partial Class sdgPlots Me.grpPolarCordinates.Controls.Add(Me.lblPi) Me.grpPolarCordinates.Controls.Add(Me.ucrChkDirectionAnticlockwise) Me.grpPolarCordinates.Controls.Add(Me.ucrInputStartingAngle) - resources.ApplyResources(Me.grpPolarCordinates, "grpPolarCordinates") + Me.grpPolarCordinates.Location = New System.Drawing.Point(3, 67) Me.grpPolarCordinates.Name = "grpPolarCordinates" + Me.grpPolarCordinates.Size = New System.Drawing.Size(300, 136) + Me.grpPolarCordinates.TabIndex = 22 Me.grpPolarCordinates.TabStop = False + Me.grpPolarCordinates.Text = "Polar Cordinates" ' 'ucrInputPolarCoordinates ' Me.ucrInputPolarCoordinates.AddQuotesIfUnrecognised = True + Me.ucrInputPolarCoordinates.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPolarCoordinates.GetSetSelectedIndex = -1 Me.ucrInputPolarCoordinates.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPolarCoordinates, "ucrInputPolarCoordinates") + Me.ucrInputPolarCoordinates.Location = New System.Drawing.Point(141, 43) Me.ucrInputPolarCoordinates.Name = "ucrInputPolarCoordinates" + Me.ucrInputPolarCoordinates.Size = New System.Drawing.Size(65, 21) + Me.ucrInputPolarCoordinates.TabIndex = 24 ' 'lblPolarCoordinate ' - resources.ApplyResources(Me.lblPolarCoordinate, "lblPolarCoordinate") + Me.lblPolarCoordinate.AutoSize = True + Me.lblPolarCoordinate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPolarCoordinate.Location = New System.Drawing.Point(10, 46) Me.lblPolarCoordinate.Name = "lblPolarCoordinate" + Me.lblPolarCoordinate.Size = New System.Drawing.Size(88, 13) + Me.lblPolarCoordinate.TabIndex = 23 + Me.lblPolarCoordinate.Text = "Polar Coordinate:" ' 'lblStartingAngle ' - resources.ApplyResources(Me.lblStartingAngle, "lblStartingAngle") + Me.lblStartingAngle.AutoSize = True + Me.lblStartingAngle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStartingAngle.Location = New System.Drawing.Point(10, 99) Me.lblStartingAngle.Name = "lblStartingAngle" + Me.lblStartingAngle.Size = New System.Drawing.Size(76, 13) + Me.lblStartingAngle.TabIndex = 22 + Me.lblStartingAngle.Text = "Starting Angle:" ' 'ucrChkUsePolarCoordinates ' + Me.ucrChkUsePolarCoordinates.AutoSize = True Me.ucrChkUsePolarCoordinates.Checked = False - resources.ApplyResources(Me.ucrChkUsePolarCoordinates, "ucrChkUsePolarCoordinates") + Me.ucrChkUsePolarCoordinates.Location = New System.Drawing.Point(12, 19) Me.ucrChkUsePolarCoordinates.Name = "ucrChkUsePolarCoordinates" + Me.ucrChkUsePolarCoordinates.Size = New System.Drawing.Size(194, 23) + Me.ucrChkUsePolarCoordinates.TabIndex = 16 ' 'lblPi ' - resources.ApplyResources(Me.lblPi, "lblPi") + Me.lblPi.AutoSize = True + Me.lblPi.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPi.Location = New System.Drawing.Point(191, 103) Me.lblPi.Name = "lblPi" + Me.lblPi.Size = New System.Drawing.Size(15, 13) + Me.lblPi.TabIndex = 21 Me.lblPi.Tag = "" + Me.lblPi.Text = "pi" ' 'ucrChkDirectionAnticlockwise ' + Me.ucrChkDirectionAnticlockwise.AutoSize = True Me.ucrChkDirectionAnticlockwise.Checked = False - resources.ApplyResources(Me.ucrChkDirectionAnticlockwise, "ucrChkDirectionAnticlockwise") + Me.ucrChkDirectionAnticlockwise.Location = New System.Drawing.Point(12, 70) Me.ucrChkDirectionAnticlockwise.Name = "ucrChkDirectionAnticlockwise" + Me.ucrChkDirectionAnticlockwise.Size = New System.Drawing.Size(194, 23) + Me.ucrChkDirectionAnticlockwise.TabIndex = 17 ' 'ucrInputStartingAngle ' Me.ucrInputStartingAngle.AddQuotesIfUnrecognised = True + Me.ucrInputStartingAngle.AutoSize = True Me.ucrInputStartingAngle.IsMultiline = False Me.ucrInputStartingAngle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStartingAngle, "ucrInputStartingAngle") + Me.ucrInputStartingAngle.Location = New System.Drawing.Point(141, 95) Me.ucrInputStartingAngle.Name = "ucrInputStartingAngle" + Me.ucrInputStartingAngle.Size = New System.Drawing.Size(43, 21) + Me.ucrInputStartingAngle.TabIndex = 19 ' 'ucrChkSameScale ' + Me.ucrChkSameScale.AutoSize = True Me.ucrChkSameScale.Checked = False - resources.ApplyResources(Me.ucrChkSameScale, "ucrChkSameScale") + Me.ucrChkSameScale.Location = New System.Drawing.Point(13, 41) Me.ucrChkSameScale.Name = "ucrChkSameScale" + Me.ucrChkSameScale.Size = New System.Drawing.Size(233, 23) + Me.ucrChkSameScale.TabIndex = 15 ' 'ucrChkHorizontalPlot ' + Me.ucrChkHorizontalPlot.AutoSize = True Me.ucrChkHorizontalPlot.Checked = False - resources.ApplyResources(Me.ucrChkHorizontalPlot, "ucrChkHorizontalPlot") + Me.ucrChkHorizontalPlot.Location = New System.Drawing.Point(13, 15) Me.ucrChkHorizontalPlot.Name = "ucrChkHorizontalPlot" + Me.ucrChkHorizontalPlot.Size = New System.Drawing.Size(233, 23) + Me.ucrChkHorizontalPlot.TabIndex = 14 ' 'tbpColour ' @@ -735,21 +978,31 @@ Partial Class sdgPlots Me.tbpColour.Controls.Add(Me.ucrChkAddFillScale) Me.tbpColour.Controls.Add(Me.grpColourScale) Me.tbpColour.Controls.Add(Me.grpFillScale) - resources.ApplyResources(Me.tbpColour, "tbpColour") + Me.tbpColour.Location = New System.Drawing.Point(4, 22) Me.tbpColour.Name = "tbpColour" + Me.tbpColour.Padding = New System.Windows.Forms.Padding(3) + Me.tbpColour.Size = New System.Drawing.Size(669, 423) + Me.tbpColour.TabIndex = 8 + Me.tbpColour.Text = "Colour" Me.tbpColour.UseVisualStyleBackColor = True ' 'ucrChkAddColour ' + Me.ucrChkAddColour.AutoSize = True Me.ucrChkAddColour.Checked = False - resources.ApplyResources(Me.ucrChkAddColour, "ucrChkAddColour") + Me.ucrChkAddColour.Location = New System.Drawing.Point(23, 210) Me.ucrChkAddColour.Name = "ucrChkAddColour" + Me.ucrChkAddColour.Size = New System.Drawing.Size(326, 23) + Me.ucrChkAddColour.TabIndex = 27 ' 'ucrChkAddFillScale ' + Me.ucrChkAddFillScale.AutoSize = True Me.ucrChkAddFillScale.Checked = False - resources.ApplyResources(Me.ucrChkAddFillScale, "ucrChkAddFillScale") + Me.ucrChkAddFillScale.Location = New System.Drawing.Point(23, 6) Me.ucrChkAddFillScale.Name = "ucrChkAddFillScale" + Me.ucrChkAddFillScale.Size = New System.Drawing.Size(326, 23) + Me.ucrChkAddFillScale.TabIndex = 26 ' 'grpColourScale ' @@ -763,79 +1016,120 @@ Partial Class sdgPlots Me.grpColourScale.Controls.Add(Me.lblColourScaleMapBegins) Me.grpColourScale.Controls.Add(Me.lblColourScalePalette) Me.grpColourScale.Controls.Add(Me.lblColourScaleTransparency) - resources.ApplyResources(Me.grpColourScale, "grpColourScale") + Me.grpColourScale.Location = New System.Drawing.Point(13, 236) Me.grpColourScale.Name = "grpColourScale" + Me.grpColourScale.Size = New System.Drawing.Size(444, 171) + Me.grpColourScale.TabIndex = 25 Me.grpColourScale.TabStop = False + Me.grpColourScale.Text = "Colour Scale" ' 'ucrChkColourDiscrete ' + Me.ucrChkColourDiscrete.AutoSize = True Me.ucrChkColourDiscrete.Checked = False - resources.ApplyResources(Me.ucrChkColourDiscrete, "ucrChkColourDiscrete") + Me.ucrChkColourDiscrete.Location = New System.Drawing.Point(7, 125) Me.ucrChkColourDiscrete.Name = "ucrChkColourDiscrete" + Me.ucrChkColourDiscrete.Size = New System.Drawing.Size(352, 23) + Me.ucrChkColourDiscrete.TabIndex = 12 ' 'ucrNudColourScaleTransparency ' + Me.ucrNudColourScaleTransparency.AutoSize = True Me.ucrNudColourScaleTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColourScaleTransparency, "ucrNudColourScaleTransparency") + Me.ucrNudColourScaleTransparency.Location = New System.Drawing.Point(268, 46) Me.ucrNudColourScaleTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColourScaleTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleTransparency.Name = "ucrNudColourScaleTransparency" + Me.ucrNudColourScaleTransparency.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColourScaleTransparency.TabIndex = 11 Me.ucrNudColourScaleTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputColourScalePalette ' Me.ucrInputColourScalePalette.AddQuotesIfUnrecognised = True + Me.ucrInputColourScalePalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColourScalePalette.GetSetSelectedIndex = -1 Me.ucrInputColourScalePalette.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColourScalePalette, "ucrInputColourScalePalette") + Me.ucrInputColourScalePalette.Location = New System.Drawing.Point(268, 19) Me.ucrInputColourScalePalette.Name = "ucrInputColourScalePalette" + Me.ucrInputColourScalePalette.Size = New System.Drawing.Size(137, 21) + Me.ucrInputColourScalePalette.TabIndex = 10 ' 'ucrNudColourScaleMapEnds ' + Me.ucrNudColourScaleMapEnds.AutoSize = True Me.ucrNudColourScaleMapEnds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleMapEnds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColourScaleMapEnds, "ucrNudColourScaleMapEnds") + Me.ucrNudColourScaleMapEnds.Location = New System.Drawing.Point(268, 97) Me.ucrNudColourScaleMapEnds.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColourScaleMapEnds.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleMapEnds.Name = "ucrNudColourScaleMapEnds" + Me.ucrNudColourScaleMapEnds.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColourScaleMapEnds.TabIndex = 9 Me.ucrNudColourScaleMapEnds.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudColourScaleMapBegins ' + Me.ucrNudColourScaleMapBegins.AutoSize = True Me.ucrNudColourScaleMapBegins.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleMapBegins.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColourScaleMapBegins, "ucrNudColourScaleMapBegins") + Me.ucrNudColourScaleMapBegins.Location = New System.Drawing.Point(268, 71) Me.ucrNudColourScaleMapBegins.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColourScaleMapBegins.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColourScaleMapBegins.Name = "ucrNudColourScaleMapBegins" + Me.ucrNudColourScaleMapBegins.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColourScaleMapBegins.TabIndex = 8 Me.ucrNudColourScaleMapBegins.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkColourScaleReverseOrder ' + Me.ucrChkColourScaleReverseOrder.AutoSize = True Me.ucrChkColourScaleReverseOrder.Checked = False - resources.ApplyResources(Me.ucrChkColourScaleReverseOrder, "ucrChkColourScaleReverseOrder") + Me.ucrChkColourScaleReverseOrder.Location = New System.Drawing.Point(7, 145) Me.ucrChkColourScaleReverseOrder.Name = "ucrChkColourScaleReverseOrder" + Me.ucrChkColourScaleReverseOrder.Size = New System.Drawing.Size(352, 23) + Me.ucrChkColourScaleReverseOrder.TabIndex = 5 ' 'lblColourScaleMapEnds ' - resources.ApplyResources(Me.lblColourScaleMapEnds, "lblColourScaleMapEnds") + Me.lblColourScaleMapEnds.AutoSize = True + Me.lblColourScaleMapEnds.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColourScaleMapEnds.Location = New System.Drawing.Point(7, 100) Me.lblColourScaleMapEnds.Name = "lblColourScaleMapEnds" + Me.lblColourScaleMapEnds.Size = New System.Drawing.Size(198, 13) + Me.lblColourScaleMapEnds.TabIndex = 3 + Me.lblColourScaleMapEnds.Text = "Corrected Hue Where Colour Map Ends:" ' 'lblColourScaleMapBegins ' - resources.ApplyResources(Me.lblColourScaleMapBegins, "lblColourScaleMapBegins") + Me.lblColourScaleMapBegins.AutoSize = True + Me.lblColourScaleMapBegins.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColourScaleMapBegins.Location = New System.Drawing.Point(7, 75) Me.lblColourScaleMapBegins.Name = "lblColourScaleMapBegins" + Me.lblColourScaleMapBegins.Size = New System.Drawing.Size(206, 13) + Me.lblColourScaleMapBegins.TabIndex = 2 + Me.lblColourScaleMapBegins.Text = "Corrected Hue Where Colour Map Begins:" ' 'lblColourScalePalette ' - resources.ApplyResources(Me.lblColourScalePalette, "lblColourScalePalette") + Me.lblColourScalePalette.AutoSize = True + Me.lblColourScalePalette.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColourScalePalette.Location = New System.Drawing.Point(7, 25) Me.lblColourScalePalette.Name = "lblColourScalePalette" + Me.lblColourScalePalette.Size = New System.Drawing.Size(76, 13) + Me.lblColourScalePalette.TabIndex = 1 + Me.lblColourScalePalette.Text = "Colour Palette:" ' 'lblColourScaleTransparency ' - resources.ApplyResources(Me.lblColourScaleTransparency, "lblColourScaleTransparency") + Me.lblColourScaleTransparency.AutoSize = True + Me.lblColourScaleTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColourScaleTransparency.Location = New System.Drawing.Point(7, 50) Me.lblColourScaleTransparency.Name = "lblColourScaleTransparency" + Me.lblColourScaleTransparency.Size = New System.Drawing.Size(75, 13) + Me.lblColourScaleTransparency.TabIndex = 0 + Me.lblColourScaleTransparency.Text = "Transparency:" ' 'grpFillScale ' @@ -849,93 +1143,141 @@ Partial Class sdgPlots Me.grpFillScale.Controls.Add(Me.lblFillScaleBeginColour) Me.grpFillScale.Controls.Add(Me.lblFillScaleColourPalettte) Me.grpFillScale.Controls.Add(Me.lblFillScaleTransparency) - resources.ApplyResources(Me.grpFillScale, "grpFillScale") + Me.grpFillScale.Location = New System.Drawing.Point(13, 30) Me.grpFillScale.Name = "grpFillScale" + Me.grpFillScale.Size = New System.Drawing.Size(444, 163) + Me.grpFillScale.TabIndex = 23 Me.grpFillScale.TabStop = False + Me.grpFillScale.Text = "Fill Scale" ' 'ucrChkFillDiscrete ' + Me.ucrChkFillDiscrete.AutoSize = True Me.ucrChkFillDiscrete.Checked = False - resources.ApplyResources(Me.ucrChkFillDiscrete, "ucrChkFillDiscrete") + Me.ucrChkFillDiscrete.Location = New System.Drawing.Point(7, 119) Me.ucrChkFillDiscrete.Name = "ucrChkFillDiscrete" + Me.ucrChkFillDiscrete.Size = New System.Drawing.Size(352, 23) + Me.ucrChkFillDiscrete.TabIndex = 10 ' 'ucrNudFillScaleTransparency ' + Me.ucrNudFillScaleTransparency.AutoSize = True Me.ucrNudFillScaleTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFillScaleTransparency, "ucrNudFillScaleTransparency") + Me.ucrNudFillScaleTransparency.Location = New System.Drawing.Point(268, 43) Me.ucrNudFillScaleTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFillScaleTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleTransparency.Name = "ucrNudFillScaleTransparency" + Me.ucrNudFillScaleTransparency.Size = New System.Drawing.Size(50, 21) + Me.ucrNudFillScaleTransparency.TabIndex = 9 Me.ucrNudFillScaleTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudFillScaleMapEnds ' + Me.ucrNudFillScaleMapEnds.AutoSize = True Me.ucrNudFillScaleMapEnds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleMapEnds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFillScaleMapEnds, "ucrNudFillScaleMapEnds") + Me.ucrNudFillScaleMapEnds.Location = New System.Drawing.Point(268, 94) Me.ucrNudFillScaleMapEnds.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFillScaleMapEnds.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleMapEnds.Name = "ucrNudFillScaleMapEnds" + Me.ucrNudFillScaleMapEnds.Size = New System.Drawing.Size(50, 22) + Me.ucrNudFillScaleMapEnds.TabIndex = 8 Me.ucrNudFillScaleMapEnds.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudFillScaleMapBegins ' + Me.ucrNudFillScaleMapBegins.AutoSize = True Me.ucrNudFillScaleMapBegins.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleMapBegins.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFillScaleMapBegins, "ucrNudFillScaleMapBegins") + Me.ucrNudFillScaleMapBegins.Location = New System.Drawing.Point(268, 69) Me.ucrNudFillScaleMapBegins.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFillScaleMapBegins.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFillScaleMapBegins.Name = "ucrNudFillScaleMapBegins" + Me.ucrNudFillScaleMapBegins.Size = New System.Drawing.Size(50, 27) + Me.ucrNudFillScaleMapBegins.TabIndex = 7 Me.ucrNudFillScaleMapBegins.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputFillScaleColour ' Me.ucrInputFillScaleColour.AddQuotesIfUnrecognised = True + Me.ucrInputFillScaleColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFillScaleColour.GetSetSelectedIndex = -1 Me.ucrInputFillScaleColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFillScaleColour, "ucrInputFillScaleColour") + Me.ucrInputFillScaleColour.Location = New System.Drawing.Point(268, 14) Me.ucrInputFillScaleColour.Name = "ucrInputFillScaleColour" + Me.ucrInputFillScaleColour.Size = New System.Drawing.Size(137, 24) + Me.ucrInputFillScaleColour.TabIndex = 6 ' 'ucrChkFillScaleReverseColourOrder ' + Me.ucrChkFillScaleReverseColourOrder.AutoSize = True Me.ucrChkFillScaleReverseColourOrder.Checked = False - resources.ApplyResources(Me.ucrChkFillScaleReverseColourOrder, "ucrChkFillScaleReverseColourOrder") + Me.ucrChkFillScaleReverseColourOrder.Location = New System.Drawing.Point(7, 139) Me.ucrChkFillScaleReverseColourOrder.Name = "ucrChkFillScaleReverseColourOrder" + Me.ucrChkFillScaleReverseColourOrder.Size = New System.Drawing.Size(352, 23) + Me.ucrChkFillScaleReverseColourOrder.TabIndex = 5 ' 'lblFillScaleMapEnds ' - resources.ApplyResources(Me.lblFillScaleMapEnds, "lblFillScaleMapEnds") + Me.lblFillScaleMapEnds.AutoSize = True + Me.lblFillScaleMapEnds.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillScaleMapEnds.Location = New System.Drawing.Point(7, 98) Me.lblFillScaleMapEnds.Name = "lblFillScaleMapEnds" + Me.lblFillScaleMapEnds.Size = New System.Drawing.Size(198, 13) + Me.lblFillScaleMapEnds.TabIndex = 3 + Me.lblFillScaleMapEnds.Text = "Corrected Hue Where Colour Map Ends:" ' 'lblFillScaleBeginColour ' - resources.ApplyResources(Me.lblFillScaleBeginColour, "lblFillScaleBeginColour") + Me.lblFillScaleBeginColour.AutoSize = True + Me.lblFillScaleBeginColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillScaleBeginColour.Location = New System.Drawing.Point(7, 73) Me.lblFillScaleBeginColour.Name = "lblFillScaleBeginColour" + Me.lblFillScaleBeginColour.Size = New System.Drawing.Size(206, 13) + Me.lblFillScaleBeginColour.TabIndex = 2 + Me.lblFillScaleBeginColour.Text = "Corrected Hue Where Colour Map Begins:" ' 'lblFillScaleColourPalettte ' - resources.ApplyResources(Me.lblFillScaleColourPalettte, "lblFillScaleColourPalettte") + Me.lblFillScaleColourPalettte.AutoSize = True + Me.lblFillScaleColourPalettte.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillScaleColourPalettte.Location = New System.Drawing.Point(7, 23) Me.lblFillScaleColourPalettte.Name = "lblFillScaleColourPalettte" + Me.lblFillScaleColourPalettte.Size = New System.Drawing.Size(76, 13) + Me.lblFillScaleColourPalettte.TabIndex = 1 + Me.lblFillScaleColourPalettte.Text = "Colour Palette:" ' 'lblFillScaleTransparency ' - resources.ApplyResources(Me.lblFillScaleTransparency, "lblFillScaleTransparency") + Me.lblFillScaleTransparency.AutoSize = True + Me.lblFillScaleTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillScaleTransparency.Location = New System.Drawing.Point(7, 48) Me.lblFillScaleTransparency.Name = "lblFillScaleTransparency" + Me.lblFillScaleTransparency.Size = New System.Drawing.Size(75, 13) + Me.lblFillScaleTransparency.TabIndex = 0 + Me.lblFillScaleTransparency.Text = "Transparency:" ' 'tbpAnnotation ' Me.tbpAnnotation.Controls.Add(Me.ucrChkAnnotation) Me.tbpAnnotation.Controls.Add(Me.grpAnnotation) - resources.ApplyResources(Me.tbpAnnotation, "tbpAnnotation") + Me.tbpAnnotation.Location = New System.Drawing.Point(4, 22) Me.tbpAnnotation.Name = "tbpAnnotation" + Me.tbpAnnotation.Padding = New System.Windows.Forms.Padding(3) + Me.tbpAnnotation.Size = New System.Drawing.Size(669, 423) + Me.tbpAnnotation.TabIndex = 9 + Me.tbpAnnotation.Text = "Annotation" Me.tbpAnnotation.UseVisualStyleBackColor = True ' 'ucrChkAnnotation ' + Me.ucrChkAnnotation.AutoSize = True Me.ucrChkAnnotation.Checked = False - resources.ApplyResources(Me.ucrChkAnnotation, "ucrChkAnnotation") + Me.ucrChkAnnotation.Location = New System.Drawing.Point(7, 17) Me.ucrChkAnnotation.Name = "ucrChkAnnotation" + Me.ucrChkAnnotation.Size = New System.Drawing.Size(278, 23) + Me.ucrChkAnnotation.TabIndex = 44 ' 'grpAnnotation ' @@ -983,355 +1325,548 @@ Partial Class sdgPlots Me.grpAnnotation.Controls.Add(Me.ucrInputY) Me.grpAnnotation.Controls.Add(Me.ucrInputX) Me.grpAnnotation.Controls.Add(Me.ucrReceiverY) - resources.ApplyResources(Me.grpAnnotation, "grpAnnotation") + Me.grpAnnotation.Location = New System.Drawing.Point(7, 43) Me.grpAnnotation.Name = "grpAnnotation" + Me.grpAnnotation.Size = New System.Drawing.Size(459, 374) + Me.grpAnnotation.TabIndex = 43 Me.grpAnnotation.TabStop = False + Me.grpAnnotation.Text = "Annotation" ' 'ucrChkParse ' + Me.ucrChkParse.AutoSize = True Me.ucrChkParse.Checked = False - resources.ApplyResources(Me.ucrChkParse, "ucrChkParse") + Me.ucrChkParse.Location = New System.Drawing.Point(75, 230) Me.ucrChkParse.Name = "ucrChkParse" + Me.ucrChkParse.Size = New System.Drawing.Size(100, 23) + Me.ucrChkParse.TabIndex = 102 ' 'ucrInputFill ' Me.ucrInputFill.AddQuotesIfUnrecognised = True + Me.ucrInputFill.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFill.GetSetSelectedIndex = -1 Me.ucrInputFill.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFill, "ucrInputFill") + Me.ucrInputFill.Location = New System.Drawing.Point(75, 179) Me.ucrInputFill.Name = "ucrInputFill" + Me.ucrInputFill.Size = New System.Drawing.Size(137, 21) + Me.ucrInputFill.TabIndex = 101 ' 'ucrInputColour ' Me.ucrInputColour.AddQuotesIfUnrecognised = True + Me.ucrInputColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColour.GetSetSelectedIndex = -1 Me.ucrInputColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColour, "ucrInputColour") + Me.ucrInputColour.Location = New System.Drawing.Point(75, 81) Me.ucrInputColour.Name = "ucrInputColour" + Me.ucrInputColour.Size = New System.Drawing.Size(137, 21) + Me.ucrInputColour.TabIndex = 100 ' 'lblCurvature ' - resources.ApplyResources(Me.lblCurvature, "lblCurvature") + Me.lblCurvature.AutoSize = True + Me.lblCurvature.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCurvature.Location = New System.Drawing.Point(7, 184) Me.lblCurvature.Name = "lblCurvature" + Me.lblCurvature.Size = New System.Drawing.Size(58, 13) + Me.lblCurvature.TabIndex = 85 + Me.lblCurvature.Text = "curvature :" ' 'ucrNudAlpha ' + Me.ucrNudAlpha.AutoSize = True Me.ucrNudAlpha.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAlpha.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAlpha, "ucrNudAlpha") + Me.ucrNudAlpha.Location = New System.Drawing.Point(75, 130) Me.ucrNudAlpha.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAlpha.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAlpha.Name = "ucrNudAlpha" + Me.ucrNudAlpha.Size = New System.Drawing.Size(50, 20) + Me.ucrNudAlpha.TabIndex = 20 Me.ucrNudAlpha.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblAlpha ' - resources.ApplyResources(Me.lblAlpha, "lblAlpha") + Me.lblAlpha.AutoSize = True + Me.lblAlpha.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAlpha.Location = New System.Drawing.Point(26, 135) Me.lblAlpha.Name = "lblAlpha" + Me.lblAlpha.Size = New System.Drawing.Size(39, 13) + Me.lblAlpha.TabIndex = 19 + Me.lblAlpha.Text = "alpha :" ' 'lblLineend ' - resources.ApplyResources(Me.lblLineend, "lblLineend") + Me.lblLineend.AutoSize = True + Me.lblLineend.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLineend.Location = New System.Drawing.Point(18, 184) Me.lblLineend.Name = "lblLineend" + Me.lblLineend.Size = New System.Drawing.Size(47, 13) + Me.lblLineend.TabIndex = 83 + Me.lblLineend.Text = "lineend :" ' 'lblAngle ' - resources.ApplyResources(Me.lblAngle, "lblAngle") + Me.lblAngle.AutoSize = True + Me.lblAngle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAngle.Location = New System.Drawing.Point(26, 208) Me.lblAngle.Name = "lblAngle" + Me.lblAngle.Size = New System.Drawing.Size(39, 13) + Me.lblAngle.TabIndex = 80 + Me.lblAngle.Text = "angle :" ' 'ucrNudAngle ' + Me.ucrNudAngle.AutoSize = True Me.ucrNudAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAngle, "ucrNudAngle") + Me.ucrNudAngle.Location = New System.Drawing.Point(75, 204) Me.ucrNudAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAngle.Name = "ucrNudAngle" + Me.ucrNudAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudAngle.TabIndex = 78 Me.ucrNudAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblShape ' - resources.ApplyResources(Me.lblShape, "lblShape") + Me.lblShape.AutoSize = True + Me.lblShape.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShape.Location = New System.Drawing.Point(23, 210) Me.lblShape.Name = "lblShape" + Me.lblShape.Size = New System.Drawing.Size(42, 13) + Me.lblShape.TabIndex = 79 + Me.lblShape.Text = "shape :" ' 'lblAnnotationGeoms ' - resources.ApplyResources(Me.lblAnnotationGeoms, "lblAnnotationGeoms") + Me.lblAnnotationGeoms.AutoSize = True + Me.lblAnnotationGeoms.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAnnotationGeoms.Location = New System.Drawing.Point(25, 24) Me.lblAnnotationGeoms.Name = "lblAnnotationGeoms" + Me.lblAnnotationGeoms.Size = New System.Drawing.Size(41, 13) + Me.lblAnnotationGeoms.TabIndex = 77 + Me.lblAnnotationGeoms.Text = "Geom :" ' 'ucrInputAnnotationGeoms ' Me.ucrInputAnnotationGeoms.AddQuotesIfUnrecognised = True + Me.ucrInputAnnotationGeoms.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputAnnotationGeoms.GetSetSelectedIndex = -1 Me.ucrInputAnnotationGeoms.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAnnotationGeoms, "ucrInputAnnotationGeoms") + Me.ucrInputAnnotationGeoms.Location = New System.Drawing.Point(75, 19) Me.ucrInputAnnotationGeoms.Name = "ucrInputAnnotationGeoms" + Me.ucrInputAnnotationGeoms.Size = New System.Drawing.Size(137, 21) + Me.ucrInputAnnotationGeoms.TabIndex = 76 ' 'lblSize ' - resources.ApplyResources(Me.lblSize, "lblSize") + Me.lblSize.AutoSize = True + Me.lblSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSize.Location = New System.Drawing.Point(34, 111) Me.lblSize.Name = "lblSize" + Me.lblSize.Size = New System.Drawing.Size(31, 13) + Me.lblSize.TabIndex = 75 + Me.lblSize.Text = "size :" ' 'ucrNudSize ' + Me.ucrNudSize.AutoSize = True Me.ucrNudSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSize, "ucrNudSize") + Me.ucrNudSize.Location = New System.Drawing.Point(75, 106) Me.ucrNudSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Name = "ucrNudSize" + Me.ucrNudSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSize.TabIndex = 74 Me.ucrNudSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblColour ' - resources.ApplyResources(Me.lblColour, "lblColour") + Me.lblColour.AutoSize = True + Me.lblColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColour.Location = New System.Drawing.Point(23, 87) Me.lblColour.Name = "lblColour" + Me.lblColour.Size = New System.Drawing.Size(42, 13) + Me.lblColour.TabIndex = 73 + Me.lblColour.Text = "colour :" ' 'lblY ' - resources.ApplyResources(Me.lblY, "lblY") + Me.lblY.AutoSize = True + Me.lblY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblY.Location = New System.Drawing.Point(291, 56) Me.lblY.Name = "lblY" + Me.lblY.Size = New System.Drawing.Size(18, 13) + Me.lblY.TabIndex = 69 + Me.lblY.Text = "y :" ' 'lblX ' - resources.ApplyResources(Me.lblX, "lblX") + Me.lblX.AutoSize = True + Me.lblX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblX.Location = New System.Drawing.Point(294, 31) Me.lblX.Name = "lblX" + Me.lblX.Size = New System.Drawing.Size(15, 13) + Me.lblX.TabIndex = 68 + Me.lblX.Text = "x:" ' 'lblFill ' - resources.ApplyResources(Me.lblFill, "lblFill") + Me.lblFill.AutoSize = True + Me.lblFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFill.Location = New System.Drawing.Point(43, 184) Me.lblFill.Name = "lblFill" + Me.lblFill.Size = New System.Drawing.Size(22, 13) + Me.lblFill.TabIndex = 61 + Me.lblFill.Text = "fill :" ' 'lblXmax ' - resources.ApplyResources(Me.lblXmax, "lblXmax") + Me.lblXmax.AutoSize = True + Me.lblXmax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXmax.Location = New System.Drawing.Point(272, 132) Me.lblXmax.Name = "lblXmax" + Me.lblXmax.Size = New System.Drawing.Size(37, 13) + Me.lblXmax.TabIndex = 51 + Me.lblXmax.Text = "xmax :" ' 'ucrInputXmax ' Me.ucrInputXmax.AddQuotesIfUnrecognised = True + Me.ucrInputXmax.AutoSize = True Me.ucrInputXmax.IsMultiline = False Me.ucrInputXmax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXmax, "ucrInputXmax") + Me.ucrInputXmax.Location = New System.Drawing.Point(318, 127) Me.ucrInputXmax.Name = "ucrInputXmax" + Me.ucrInputXmax.Size = New System.Drawing.Size(116, 21) + Me.ucrInputXmax.TabIndex = 50 ' 'ucrInputYmin ' Me.ucrInputYmin.AddQuotesIfUnrecognised = True + Me.ucrInputYmin.AutoSize = True Me.ucrInputYmin.IsMultiline = False Me.ucrInputYmin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYmin, "ucrInputYmin") + Me.ucrInputYmin.Location = New System.Drawing.Point(318, 102) Me.ucrInputYmin.Name = "ucrInputYmin" + Me.ucrInputYmin.Size = New System.Drawing.Size(116, 21) + Me.ucrInputYmin.TabIndex = 49 ' 'ucrInputXmin ' Me.ucrInputXmin.AddQuotesIfUnrecognised = True + Me.ucrInputXmin.AutoSize = True Me.ucrInputXmin.IsMultiline = False Me.ucrInputXmin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXmin, "ucrInputXmin") + Me.ucrInputXmin.Location = New System.Drawing.Point(318, 77) Me.ucrInputXmin.Name = "ucrInputXmin" + Me.ucrInputXmin.Size = New System.Drawing.Size(116, 21) + Me.ucrInputXmin.TabIndex = 48 ' 'lblYmin ' - resources.ApplyResources(Me.lblYmin, "lblYmin") + Me.lblYmin.AutoSize = True + Me.lblYmin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYmin.Location = New System.Drawing.Point(275, 106) Me.lblYmin.Name = "lblYmin" + Me.lblYmin.Size = New System.Drawing.Size(34, 13) + Me.lblYmin.TabIndex = 47 + Me.lblYmin.Text = "ymin :" ' 'lblXmin ' - resources.ApplyResources(Me.lblXmin, "lblXmin") + Me.lblXmin.AutoSize = True + Me.lblXmin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXmin.Location = New System.Drawing.Point(275, 81) Me.lblXmin.Name = "lblXmin" + Me.lblXmin.Size = New System.Drawing.Size(34, 13) + Me.lblXmin.TabIndex = 46 + Me.lblXmin.Text = "xmin :" ' 'lblXend ' - resources.ApplyResources(Me.lblXend, "lblXend") + Me.lblXend.AutoSize = True + Me.lblXend.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXend.Location = New System.Drawing.Point(273, 181) Me.lblXend.Name = "lblXend" + Me.lblXend.Size = New System.Drawing.Size(36, 13) + Me.lblXend.TabIndex = 40 + Me.lblXend.Text = "xend :" ' 'lblYmax ' - resources.ApplyResources(Me.lblYmax, "lblYmax") + Me.lblYmax.AutoSize = True + Me.lblYmax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYmax.Location = New System.Drawing.Point(272, 156) Me.lblYmax.Name = "lblYmax" + Me.lblYmax.Size = New System.Drawing.Size(37, 13) + Me.lblYmax.TabIndex = 39 + Me.lblYmax.Text = "ymax :" ' 'ucrInputYmax ' Me.ucrInputYmax.AddQuotesIfUnrecognised = True + Me.ucrInputYmax.AutoSize = True Me.ucrInputYmax.IsMultiline = False Me.ucrInputYmax.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYmax, "ucrInputYmax") + Me.ucrInputYmax.Location = New System.Drawing.Point(319, 152) Me.ucrInputYmax.Name = "ucrInputYmax" + Me.ucrInputYmax.Size = New System.Drawing.Size(115, 21) + Me.ucrInputYmax.TabIndex = 38 ' 'ucrInputYend ' Me.ucrInputYend.AddQuotesIfUnrecognised = True + Me.ucrInputYend.AutoSize = True Me.ucrInputYend.IsMultiline = False Me.ucrInputYend.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYend, "ucrInputYend") + Me.ucrInputYend.Location = New System.Drawing.Point(319, 202) Me.ucrInputYend.Name = "ucrInputYend" + Me.ucrInputYend.Size = New System.Drawing.Size(115, 21) + Me.ucrInputYend.TabIndex = 37 ' 'ucrInputXend ' Me.ucrInputXend.AddQuotesIfUnrecognised = True + Me.ucrInputXend.AutoSize = True Me.ucrInputXend.IsMultiline = False Me.ucrInputXend.IsReadOnly = False - resources.ApplyResources(Me.ucrInputXend, "ucrInputXend") + Me.ucrInputXend.Location = New System.Drawing.Point(319, 177) Me.ucrInputXend.Name = "ucrInputXend" + Me.ucrInputXend.Size = New System.Drawing.Size(115, 21) + Me.ucrInputXend.TabIndex = 36 ' 'lblYend ' - resources.ApplyResources(Me.lblYend, "lblYend") + Me.lblYend.AutoSize = True + Me.lblYend.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYend.Location = New System.Drawing.Point(273, 206) Me.lblYend.Name = "lblYend" + Me.lblYend.Size = New System.Drawing.Size(36, 13) + Me.lblYend.TabIndex = 35 + Me.lblYend.Text = "yend :" ' 'ucrNudLinetype ' + Me.ucrNudLinetype.AutoSize = True Me.ucrNudLinetype.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLinetype.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLinetype, "ucrNudLinetype") + Me.ucrNudLinetype.Location = New System.Drawing.Point(75, 154) Me.ucrNudLinetype.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLinetype.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLinetype.Name = "ucrNudLinetype" + Me.ucrNudLinetype.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLinetype.TabIndex = 62 Me.ucrNudLinetype.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblLinetype ' - resources.ApplyResources(Me.lblLinetype, "lblLinetype") + Me.lblLinetype.AutoSize = True + Me.lblLinetype.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinetype.Location = New System.Drawing.Point(16, 159) Me.lblLinetype.Name = "lblLinetype" + Me.lblLinetype.Size = New System.Drawing.Size(49, 13) + Me.lblLinetype.TabIndex = 63 + Me.lblLinetype.Text = "linetype :" ' 'lblPointrangeFatten ' - resources.ApplyResources(Me.lblPointrangeFatten, "lblPointrangeFatten") + Me.lblPointrangeFatten.AutoSize = True + Me.lblPointrangeFatten.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPointrangeFatten.Location = New System.Drawing.Point(25, 184) Me.lblPointrangeFatten.Name = "lblPointrangeFatten" + Me.lblPointrangeFatten.Size = New System.Drawing.Size(40, 13) + Me.lblPointrangeFatten.TabIndex = 89 + Me.lblPointrangeFatten.Text = "fatten :" ' 'ucrNudPointrangeFatten ' + Me.ucrNudPointrangeFatten.AutoSize = True Me.ucrNudPointrangeFatten.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPointrangeFatten.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPointrangeFatten, "ucrNudPointrangeFatten") + Me.ucrNudPointrangeFatten.Location = New System.Drawing.Point(75, 179) Me.ucrNudPointrangeFatten.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPointrangeFatten.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPointrangeFatten.Name = "ucrNudPointrangeFatten" + Me.ucrNudPointrangeFatten.Size = New System.Drawing.Size(50, 20) + Me.ucrNudPointrangeFatten.TabIndex = 88 Me.ucrNudPointrangeFatten.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudCrossbarFatten ' + Me.ucrNudCrossbarFatten.AutoSize = True Me.ucrNudCrossbarFatten.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCrossbarFatten.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCrossbarFatten, "ucrNudCrossbarFatten") + Me.ucrNudCrossbarFatten.Location = New System.Drawing.Point(75, 179) Me.ucrNudCrossbarFatten.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCrossbarFatten.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCrossbarFatten.Name = "ucrNudCrossbarFatten" + Me.ucrNudCrossbarFatten.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCrossbarFatten.TabIndex = 87 Me.ucrNudCrossbarFatten.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblCrossbarFatten ' - resources.ApplyResources(Me.lblCrossbarFatten, "lblCrossbarFatten") + Me.lblCrossbarFatten.AutoSize = True + Me.lblCrossbarFatten.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCrossbarFatten.Location = New System.Drawing.Point(25, 184) Me.lblCrossbarFatten.Name = "lblCrossbarFatten" + Me.lblCrossbarFatten.Size = New System.Drawing.Size(40, 13) + Me.lblCrossbarFatten.TabIndex = 86 + Me.lblCrossbarFatten.Text = "fatten :" ' 'ucrNudCurvature ' + Me.ucrNudCurvature.AutoSize = True Me.ucrNudCurvature.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCurvature.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCurvature, "ucrNudCurvature") + Me.ucrNudCurvature.Location = New System.Drawing.Point(75, 179) Me.ucrNudCurvature.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCurvature.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCurvature.Name = "ucrNudCurvature" + Me.ucrNudCurvature.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCurvature.TabIndex = 84 Me.ucrNudCurvature.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudShape ' + Me.ucrNudShape.AutoSize = True Me.ucrNudShape.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShape.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudShape, "ucrNudShape") + Me.ucrNudShape.Location = New System.Drawing.Point(75, 204) Me.ucrNudShape.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudShape.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShape.Name = "ucrNudShape" + Me.ucrNudShape.Size = New System.Drawing.Size(50, 20) + Me.ucrNudShape.TabIndex = 81 Me.ucrNudShape.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabel.Location = New System.Drawing.Point(30, 159) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(35, 13) + Me.lblLabel.TabIndex = 91 + Me.lblLabel.Text = "label :" ' 'ucrInputLabel ' Me.ucrInputLabel.AddQuotesIfUnrecognised = True + Me.ucrInputLabel.AutoSize = True Me.ucrInputLabel.IsMultiline = False Me.ucrInputLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel, "ucrInputLabel") + Me.ucrInputLabel.Location = New System.Drawing.Point(75, 154) Me.ucrInputLabel.Name = "ucrInputLabel" + Me.ucrInputLabel.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLabel.TabIndex = 90 ' 'ucrInputLineend ' Me.ucrInputLineend.AddQuotesIfUnrecognised = True + Me.ucrInputLineend.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLineend.GetSetSelectedIndex = -1 Me.ucrInputLineend.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLineend, "ucrInputLineend") + Me.ucrInputLineend.Location = New System.Drawing.Point(75, 179) Me.ucrInputLineend.Name = "ucrInputLineend" + Me.ucrInputLineend.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLineend.TabIndex = 82 ' 'ucrInputY ' Me.ucrInputY.AddQuotesIfUnrecognised = True + Me.ucrInputY.AutoSize = True Me.ucrInputY.IsMultiline = False Me.ucrInputY.IsReadOnly = False - resources.ApplyResources(Me.ucrInputY, "ucrInputY") + Me.ucrInputY.Location = New System.Drawing.Point(318, 52) Me.ucrInputY.Name = "ucrInputY" + Me.ucrInputY.Size = New System.Drawing.Size(116, 21) + Me.ucrInputY.TabIndex = 70 ' 'ucrInputX ' Me.ucrInputX.AddQuotesIfUnrecognised = True + Me.ucrInputX.AutoSize = True Me.ucrInputX.IsMultiline = False Me.ucrInputX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputX, "ucrInputX") + Me.ucrInputX.Location = New System.Drawing.Point(318, 27) Me.ucrInputX.Name = "ucrInputX" + Me.ucrInputX.Size = New System.Drawing.Size(116, 21) + Me.ucrInputX.TabIndex = 71 ' 'ucrReceiverY ' + Me.ucrReceiverY.AutoSize = True Me.ucrReceiverY.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverY, "ucrReceiverY") + Me.ucrReceiverY.Location = New System.Drawing.Point(318, 52) + Me.ucrReceiverY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverY.Name = "ucrReceiverY" Me.ucrReceiverY.Selector = Nothing + Me.ucrReceiverY.Size = New System.Drawing.Size(116, 21) Me.ucrReceiverY.strNcFilePath = "" + Me.ucrReceiverY.TabIndex = 99 Me.ucrReceiverY.ucrSelector = Nothing ' 'ucrBaseSubdialog ' - resources.ApplyResources(Me.ucrBaseSubdialog, "ucrBaseSubdialog") + Me.ucrBaseSubdialog.AutoSize = True + Me.ucrBaseSubdialog.Location = New System.Drawing.Point(249, 470) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" + Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 29) + Me.ucrBaseSubdialog.TabIndex = 1 ' 'sdgPlots ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(687, 502) Me.Controls.Add(Me.ucrBaseSubdialog) Me.Controls.Add(Me.tbpPlotsOptions) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgPlots" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Plot_Options" + Me.Text = "Plot Options" Me.tbpPlotsOptions.ResumeLayout(False) Me.tbpFacet.ResumeLayout(False) Me.tbpFacet.PerformLayout() Me.tbpLayers.ResumeLayout(False) + Me.tbpLayers.PerformLayout() Me.tbpTitles.ResumeLayout(False) Me.tbpTitles.PerformLayout() Me.grpLegendTitle.ResumeLayout(False) Me.grpLegendTitle.PerformLayout() Me.tbpXAxis.ResumeLayout(False) + Me.tbpXAxis.PerformLayout() Me.tbpYAxis.ResumeLayout(False) + Me.tbpYAxis.PerformLayout() Me.tbpTheme.ResumeLayout(False) Me.tbpTheme.PerformLayout() Me.grpCommonOptions.ResumeLayout(False) + Me.grpCommonOptions.PerformLayout() Me.tbpCoordinates.ResumeLayout(False) + Me.tbpCoordinates.PerformLayout() Me.grpPolarCordinates.ResumeLayout(False) Me.grpPolarCordinates.PerformLayout() Me.tbpColour.ResumeLayout(False) + Me.tbpColour.PerformLayout() Me.grpColourScale.ResumeLayout(False) Me.grpColourScale.PerformLayout() Me.grpFillScale.ResumeLayout(False) Me.grpFillScale.PerformLayout() Me.tbpAnnotation.ResumeLayout(False) + Me.tbpAnnotation.PerformLayout() Me.grpAnnotation.ResumeLayout(False) Me.grpAnnotation.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgPlots.resx b/instat/sdgPlots.resx index eb32a9cdb16..29dcb1b3a35 100644 --- a/instat/sdgPlots.resx +++ b/instat/sdgPlots.resx @@ -117,3487 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 273, 269 - - - 156, 20 - - - - 11 - - - ucrChkDrop - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 0 - - - 169, 252 - - - 46, 20 - - - 15 - - - ucrNudNumberofRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 1 - - - 7, 254 - - - 156, 20 - - - 14 - - - ucrChkNoOfRowsOrColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 2 - - - 8, 13 - - - 121, 20 - - - 0 - - - ucrChkIncludeFacets - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 3 - - - 273, 245 - - - 220, 20 - - - 10 - - - ucrChkLabeler - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 4 - - - 273, 221 - - - 100, 20 - - - 9 - - - ucrChkFreeSpace - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 5 - - - 273, 197 - - - 100, 20 - - - 8 - - - ucrChkFreeScalesY - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 6 - - - 273, 173 - - - 100, 20 - - - 7 - - - ucrChkFreeScalesX - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 7 - - - 273, 149 - - - 100, 20 - - - 6 - - - ucrChkMargin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 8 - - - 8, 36 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrFacetSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 9 - - - True - - - NoControl - - - 8, 230 - - - 72, 17 - - - 12 - - - Horizontal - - - rdoHorizontal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpFacet - - - 10 - - - True - - - NoControl - - - 104, 230 - - - 60, 17 - - - 13 - - - Vertical - - - rdoVertical - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpFacet - - - 11 - - - True - - - NoControl - - - 274, 99 - - - 109, 13 - - - 4 - - - 2nd Factor (Optional): - - - lblFactor2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpFacet - - - 12 - - - True - - - NoControl - - - 272, 44 - - - 57, 13 - - - 2 - - - 1st Factor: - - - lblFactor1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpFacet - - - 13 - - - 273, 114 - - - 0, 0, 0, 0 - - - 106, 26 - - - 5 - - - ucr2ndFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 14 - - - 273, 59 - - - 0, 0, 0, 0 - - - 106, 26 - - - 3 - - - ucr1stFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 15 - - - 8, 228 - - - 165, 20 - - - 30 - - - ucrPnlHorizonatalVertical - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpFacet - - - 16 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 3 - - - Facets - - - tbpFacet - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 0 - - - 7, 6 - - - 218, 191 - - - 0 - - - ucrPlotsAdditionalLayers - - - instat.ucrAdditionalLayers, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLayers - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 4 - - - Layers - - - tbpLayers - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 1 - - - True - - - NoControl - - - 6, 68 - - - 78, 13 - - - 10 - - - Graph Caption: - - - lblCaption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 0 - - - True - - - NoControl - - - 6, 41 - - - 84, 13 - - - 10 - - - Graph Sub Title: - - - lblSubTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 1 - - - True - - - NoControl - - - 7, 17 - - - 62, 13 - - - 10 - - - Graph Title: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 2 - - - 6, 75 - - - 100, 20 - - - 14 - - - ucrChkOverwriteLegendTitle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitle - - - 0 - - - 6, 51 - - - 100, 20 - - - 13 - - - ucrChkDisplayLegendTitle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitle - - - 1 - - - 133, 74 - - - 160, 21 - - - 11 - - - ucrInputLegend - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitle - - - 2 - - - True - - - NoControl - - - 73, 23 - - - 60, 17 - - - 10 - - - Custom - - - rdoLegendTitleCustom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLegendTitle - - - 3 - - - True - - - NoControl - - - 6, 23 - - - 47, 17 - - - 9 - - - Auto - - - rdoLegendTitleAuto - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLegendTitle - - - 4 - - - 4, 20 - - - 117, 25 - - - 12 - - - ucrPnlLegendTitle - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitle - - - 5 - - - 10, 171 - - - 299, 105 - - - 8 - - - Legend Title - - - False - - - grpLegendTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTitles - - - 3 - - - 126, 71 - - - 166, 21 - - - 9 - - - ucrInputGraphCaption - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 4 - - - 126, 44 - - - 166, 21 - - - 9 - - - ucrInputGraphSubTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 5 - - - 126, 17 - - - 166, 21 - - - 9 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTitles - - - 6 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 2 - - - Titles - - - tbpTitles - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 2 - - - 0, 1 - - - 669, 419 - - - 0 - - - ucrXAxis - - - instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpXAxis - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 5 - - - X-Axis - - - tbpXAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 3 - - - 0, 1 - - - 669, 416 - - - 0 - - - ucrYAxis - - - instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpYAxis - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 6 - - - Y-Axis - - - tbpYAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 4 - - - NoControl - - - 174, 49 - - - 135, 23 - - - 107 - - - Simple Options - - - cmdSimpleOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 0 - - - 246, 205 - - - 50, 20 - - - 11 - - - ucrNudYaxisMarkSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 0 - - - 246, 169 - - - 50, 20 - - - 10 - - - ucrNudXaxisMarkSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 1 - - - 246, 133 - - - 50, 20 - - - 9 - - - ucrNudYSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 2 - - - 246, 97 - - - 50, 20 - - - 8 - - - ucrNudXSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 3 - - - 246, 61 - - - 50, 20 - - - 7 - - - ucrNudXAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 4 - - - 246, 25 - - - 137, 21 - - - 6 - - - ucrInputLegendPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 5 - - - 6, 205 - - - 234, 20 - - - 5 - - - ucrChkYaxisTickMarkLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 6 - - - 6, 169 - - - 234, 20 - - - 4 - - - ucrChkXaxisTickMarkLabelSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 7 - - - 6, 133 - - - 234, 20 - - - 3 - - - ucrChkYaxisSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 8 - - - 6, 97 - - - 234, 20 - - - 2 - - - ucrChkXaxisSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 9 - - - 6, 61 - - - 234, 20 - - - 1 - - - ucrChkXaxisAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 10 - - - 6, 25 - - - 234, 20 - - - 0 - - - ucrChkLegendPosition - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommonOptions - - - 11 - - - 7, 81 - - - 497, 243 - - - 5 - - - Common Options - - - grpCommonOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 1 - - - True - - - NoControl - - - 233, 49 - - - 0, 13 - - - 4 - - - lblFont - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 2 - - - NoControl - - - 29, 49 - - - 139, 23 - - - 2 - - - All Options - - - cmdAllOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTheme - - - 3 - - - 29, 19 - - - 139, 20 - - - 106 - - - urChkSelectTheme - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTheme - - - 4 - - - 174, 19 - - - 171, 21 - - - 1 - - - ucrInputThemes - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTheme - - - 5 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 1 - - - Themes - - - tbpTheme - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 5 - - - 141, 43 - - - 65, 21 - - - 24 - - - ucrInputPolarCoordinates - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPolarCordinates - - - 0 - - - True - - - NoControl - - - 10, 46 - - - 88, 13 - - - 23 - - - Polar Coordinate: - - - lblPolarCoordinate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPolarCordinates - - - 1 - - - True - - - NoControl - - - 10, 99 - - - 76, 13 - - - 22 - - - Starting Angle: - - - lblStartingAngle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPolarCordinates - - - 2 - - - 12, 19 - - - 194, 20 - - - 16 - - - ucrChkUsePolarCoordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPolarCordinates - - - 3 - - - True - - - NoControl - - - 191, 103 - - - 15, 13 - - - 21 - - - pi - - - lblPi - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPolarCordinates - - - 4 - - - 12, 70 - - - 194, 20 - - - 17 - - - ucrChkDirectionAnticlockwise - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPolarCordinates - - - 5 - - - 141, 95 - - - 43, 21 - - - 19 - - - ucrInputStartingAngle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPolarCordinates - - - 6 - - - 3, 67 - - - 300, 136 - - - 22 - - - Polar Cordinates - - - grpPolarCordinates - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCoordinates - - - 0 - - - 13, 41 - - - 233, 20 - - - 15 - - - ucrChkSameScale - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCoordinates - - - 1 - - - 13, 15 - - - 233, 20 - - - 14 - - - ucrChkHorizontalPlot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCoordinates - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 7 - - - Coordinates - - - tbpCoordinates - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 6 - - - 23, 210 - - - 326, 20 - - - 27 - - - ucrChkAddColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpColour - - - 0 - - - 23, 6 - - - 326, 20 - - - 26 - - - ucrChkAddFillScale - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpColour - - - 1 - - - 7, 125 - - - 352, 20 - - - 12 - - - ucrChkColourDiscrete - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 0 - - - 268, 46 - - - 50, 20 - - - 11 - - - ucrNudColourScaleTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 1 - - - 268, 19 - - - 137, 21 - - - 10 - - - ucrInputColourScalePalette - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 2 - - - 268, 97 - - - 50, 20 - - - 9 - - - ucrNudColourScaleMapEnds - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 3 - - - 268, 71 - - - 50, 20 - - - 8 - - - ucrNudColourScaleMapBegins - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 4 - - - 7, 145 - - - 352, 18 - - - 5 - - - ucrChkColourScaleReverseOrder - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpColourScale - - - 5 - - - True - - - NoControl - - - 7, 100 - - - 198, 13 - - - 3 - - - Corrected Hue Where Colour Map Ends: - - - lblColourScaleMapEnds - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColourScale - - - 6 - - - True - - - NoControl - - - 7, 75 - - - 206, 13 - - - 2 - - - Corrected Hue Where Colour Map Begins: - - - lblColourScaleMapBegins - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColourScale - - - 7 - - - True - - - NoControl - - - 7, 25 - - - 76, 13 - - - 1 - - - Colour Palette: - - - lblColourScalePalette - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColourScale - - - 8 - - - True - - - NoControl - - - 7, 50 - - - 75, 13 - - - 0 - - - Transparency: - - - lblColourScaleTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpColourScale - - - 9 - - - 13, 236 - - - 444, 171 - - - 25 - - - Colour Scale - - - grpColourScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpColour - - - 2 - - - 7, 119 - - - 352, 20 - - - 10 - - - ucrChkFillDiscrete - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 0 - - - 268, 43 - - - 50, 21 - - - 9 - - - ucrNudFillScaleTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 1 - - - 268, 94 - - - 50, 22 - - - 8 - - - ucrNudFillScaleMapEnds - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 2 - - - 268, 69 - - - 50, 27 - - - 7 - - - ucrNudFillScaleMapBegins - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 3 - - - 268, 14 - - - 137, 24 - - - 6 - - - ucrInputFillScaleColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 4 - - - 7, 139 - - - 352, 20 - - - 5 - - - ucrChkFillScaleReverseColourOrder - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFillScale - - - 5 - - - True - - - NoControl - - - 7, 98 - - - 198, 13 - - - 3 - - - Corrected Hue Where Colour Map Ends: - - - lblFillScaleMapEnds - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFillScale - - - 6 - - - True - - - NoControl - - - 7, 73 - - - 206, 13 - - - 2 - - - Corrected Hue Where Colour Map Begins: - - - lblFillScaleBeginColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFillScale - - - 7 - - - True - - - NoControl - - - 7, 23 - - - 76, 13 - - - 1 - - - Colour Palette: - - - lblFillScaleColourPalettte - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFillScale - - - 8 - - - True - - - NoControl - - - 7, 48 - - - 75, 13 - - - 0 - - - Transparency: - - - lblFillScaleTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFillScale - - - 9 - - - 13, 30 - - - 444, 163 - - - 23 - - - Fill Scale - - - grpFillScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpColour - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 8 - - - Colour - - - tbpColour - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 7 - - - 7, 17 - - - 278, 20 - - - 44 - - - ucrChkAnnotation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpAnnotation - - - 0 - - - 75, 230 - - - 100, 20 - - - 102 - - - ucrChkParse - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 0 - - - 75, 179 - - - 137, 21 - - - 101 - - - ucrInputFill - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 1 - - - 75, 81 - - - 137, 21 - - - 100 - - - ucrInputColour - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 2 - - - True - - - NoControl - - - 7, 184 - - - 58, 13 - - - 85 - - - curvature : - - - lblCurvature - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 3 - - - 75, 130 - - - 50, 20 - - - 20 - - - ucrNudAlpha - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 4 - - - True - - - NoControl - - - 26, 135 - - - 39, 13 - - - 19 - - - alpha : - - - lblAlpha - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 5 - - - True - - - NoControl - - - 18, 184 - - - 47, 13 - - - 83 - - - lineend : - - - lblLineend - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 6 - - - True - - - NoControl - - - 26, 208 - - - 39, 13 - - - 80 - - - angle : - - - lblAngle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 7 - - - 75, 204 - - - 50, 20 - - - 78 - - - ucrNudAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 8 - - - True - - - NoControl - - - 23, 210 - - - 42, 13 - - - 79 - - - shape : - - - lblShape - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 9 - - - True - - - NoControl - - - 25, 24 - - - 41, 13 - - - 77 - - - Geom : - - - lblAnnotationGeoms - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 10 - - - 75, 19 - - - 137, 21 - - - 76 - - - ucrInputAnnotationGeoms - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 11 - - - True - - - NoControl - - - 34, 111 - - - 31, 13 - - - 75 - - - size : - - - lblSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 12 - - - 75, 106 - - - 50, 20 - - - 74 - - - ucrNudSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 13 - - - True - - - NoControl - - - 23, 87 - - - 42, 13 - - - 73 - - - colour : - - - lblColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 14 - - - True - - - NoControl - - - 291, 56 - - - 18, 13 - - - 69 - - - y : - - - lblY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 15 - - - True - - - NoControl - - - 294, 31 - - - 15, 13 - - - 68 - - - x: - - - lblX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 16 - - - True - - - NoControl - - - 43, 184 - - - 22, 13 - - - 61 - - - fill : - - - lblFill - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 17 - - - True - - - NoControl - - - 272, 132 - - - 37, 13 - - - 51 - - - xmax : - - - lblXmax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 18 - - - 318, 127 - - - 116, 21 - - - 50 - - - ucrInputXmax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 19 - - - 318, 102 - - - 116, 21 - - - 49 - - - ucrInputYmin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 20 - - - 318, 77 - - - 116, 21 - - - 48 - - - ucrInputXmin - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 21 - - - True - - - NoControl - - - 275, 106 - - - 34, 13 - - - 47 - - - ymin : - - - lblYmin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 22 - - - True - - - NoControl - - - 275, 81 - - - 34, 13 - - - 46 - - - xmin : - - - lblXmin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 23 - - - True - - - NoControl - - - 273, 181 - - - 36, 13 - - - 40 - - - xend : - - - lblXend - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 24 - - - True - - - NoControl - - - 272, 156 - - - 37, 13 - - - 39 - - - ymax : - - - lblYmax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 25 - - - 319, 152 - - - 115, 21 - - - 38 - - - ucrInputYmax - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 26 - - - 319, 202 - - - 115, 21 - - - 37 - - - ucrInputYend - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 27 - - - 319, 177 - - - 115, 21 - - - 36 - - - ucrInputXend - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 28 - - - True - - - NoControl - - - 273, 206 - - - 36, 13 - - - 35 - - - yend : - - - lblYend - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 29 - - - 75, 154 - - - 50, 20 - - - 62 - - - ucrNudLinetype - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 30 - - - True - - - NoControl - - - 16, 159 - - - 49, 13 - - - 63 - - - linetype : - - - lblLinetype - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 31 - - - True - - - NoControl - - - 25, 184 - - - 40, 13 - - - 89 - - - fatten : - - - lblPointrangeFatten - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 32 - - - 75, 179 - - - 50, 20 - - - 88 - - - ucrNudPointrangeFatten - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 33 - - - 75, 179 - - - 50, 20 - - - 87 - - - ucrNudCrossbarFatten - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 34 - - - True - - - NoControl - - - 25, 184 - - - 40, 13 - - - 86 - - - fatten : - - - lblCrossbarFatten - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 35 - - - 75, 179 - - - 50, 20 - - - 84 - - - ucrNudCurvature - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 36 - - - 75, 204 - - - 50, 20 - - - 81 - - - ucrNudShape - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 37 - - - True - - - NoControl - - - 30, 159 - - - 35, 13 - - - 91 - - - label : - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpAnnotation - - - 38 - - - 75, 154 - - - 137, 21 - - - 90 - - - ucrInputLabel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 39 - - - 75, 179 - - - 137, 21 - - - 82 - - - ucrInputLineend - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 40 - - - 318, 52 - - - 116, 21 - - - 70 - - - ucrInputY - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 41 - - - 318, 27 - - - 116, 21 - - - 71 - - - ucrInputX - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 42 - - - 318, 52 - - - 0, 0, 0, 0 - - - 116, 21 - - - 99 - - - ucrReceiverY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpAnnotation - - - 43 - - - 7, 43 - - - 459, 374 - - - 43 - - - Annotation - - - grpAnnotation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpAnnotation - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 669, 423 - - - 9 - - - Annotation - - - tbpAnnotation - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpPlotsOptions - - - 8 - - - 7, 3 - - - 677, 449 - - - 0 - - - tbpPlotsOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 249, 470 - - - 160, 28 - - - 1 - - - ucrBaseSubdialog - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 687, 502 - - - CenterParent - - - Plot Options - - - sdgPlots - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgPrincipalComponentAnalysis.Designer.vb b/instat/sdgPrincipalComponentAnalysis.Designer.vb index c2b973e9b4c..673c831ae9b 100644 --- a/instat/sdgPrincipalComponentAnalysis.Designer.vb +++ b/instat/sdgPrincipalComponentAnalysis.Designer.vb @@ -37,7 +37,6 @@ Partial Class sdgPrincipalComponentAnalysis 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgPrincipalComponentAnalysis)) Me.tbRegOptions = New System.Windows.Forms.TabControl() Me.tbDisplay = New System.Windows.Forms.TabPage() Me.ucrChkRotation = New instat.ucrCheck() @@ -94,37 +93,52 @@ Partial Class sdgPrincipalComponentAnalysis Me.tbRegOptions.Controls.Add(Me.tbDisplay) Me.tbRegOptions.Controls.Add(Me.tbGraphics) Me.tbRegOptions.Controls.Add(Me.tbSave) - resources.ApplyResources(Me.tbRegOptions, "tbRegOptions") + Me.tbRegOptions.Location = New System.Drawing.Point(6, 7) Me.tbRegOptions.Name = "tbRegOptions" Me.tbRegOptions.SelectedIndex = 0 + Me.tbRegOptions.Size = New System.Drawing.Size(411, 372) + Me.tbRegOptions.TabIndex = 0 ' 'tbDisplay ' Me.tbDisplay.Controls.Add(Me.ucrChkRotation) Me.tbDisplay.Controls.Add(Me.ucrChkEigenvectors) Me.tbDisplay.Controls.Add(Me.ucrChkEigenvalues) - resources.ApplyResources(Me.tbDisplay, "tbDisplay") + Me.tbDisplay.Location = New System.Drawing.Point(4, 22) Me.tbDisplay.Name = "tbDisplay" + Me.tbDisplay.Padding = New System.Windows.Forms.Padding(3) + Me.tbDisplay.Size = New System.Drawing.Size(403, 346) + Me.tbDisplay.TabIndex = 0 Me.tbDisplay.Tag = "Display" + Me.tbDisplay.Text = "Display" Me.tbDisplay.UseVisualStyleBackColor = True ' 'ucrChkRotation ' + Me.ucrChkRotation.AutoSize = True Me.ucrChkRotation.Checked = False - resources.ApplyResources(Me.ucrChkRotation, "ucrChkRotation") + Me.ucrChkRotation.Location = New System.Drawing.Point(10, 66) Me.ucrChkRotation.Name = "ucrChkRotation" + Me.ucrChkRotation.Size = New System.Drawing.Size(361, 23) + Me.ucrChkRotation.TabIndex = 5 ' 'ucrChkEigenvectors ' + Me.ucrChkEigenvectors.AutoSize = True Me.ucrChkEigenvectors.Checked = False - resources.ApplyResources(Me.ucrChkEigenvectors, "ucrChkEigenvectors") + Me.ucrChkEigenvectors.Location = New System.Drawing.Point(10, 40) Me.ucrChkEigenvectors.Name = "ucrChkEigenvectors" + Me.ucrChkEigenvectors.Size = New System.Drawing.Size(361, 23) + Me.ucrChkEigenvectors.TabIndex = 4 ' 'ucrChkEigenvalues ' + Me.ucrChkEigenvalues.AutoSize = True Me.ucrChkEigenvalues.Checked = False - resources.ApplyResources(Me.ucrChkEigenvalues, "ucrChkEigenvalues") + Me.ucrChkEigenvalues.Location = New System.Drawing.Point(10, 14) Me.ucrChkEigenvalues.Name = "ucrChkEigenvalues" + Me.ucrChkEigenvalues.Size = New System.Drawing.Size(361, 23) + Me.ucrChkEigenvalues.TabIndex = 3 ' 'tbGraphics ' @@ -135,23 +149,35 @@ Partial Class sdgPrincipalComponentAnalysis Me.tbGraphics.Controls.Add(Me.rdoVariablesPlot) Me.tbGraphics.Controls.Add(Me.rdoScreePlot) Me.tbGraphics.Controls.Add(Me.ucrPnlGraphics) - resources.ApplyResources(Me.tbGraphics, "tbGraphics") + Me.tbGraphics.Location = New System.Drawing.Point(4, 22) Me.tbGraphics.Name = "tbGraphics" + Me.tbGraphics.Padding = New System.Windows.Forms.Padding(3) + Me.tbGraphics.Size = New System.Drawing.Size(403, 346) + Me.tbGraphics.TabIndex = 1 Me.tbGraphics.Tag = "Graphics" + Me.tbGraphics.Text = "Graphics" Me.tbGraphics.UseVisualStyleBackColor = True ' 'rdoBarPlot ' - resources.ApplyResources(Me.rdoBarPlot, "rdoBarPlot") + Me.rdoBarPlot.AutoSize = True + Me.rdoBarPlot.Location = New System.Drawing.Point(10, 106) Me.rdoBarPlot.Name = "rdoBarPlot" + Me.rdoBarPlot.Size = New System.Drawing.Size(61, 17) + Me.rdoBarPlot.TabIndex = 5 Me.rdoBarPlot.Tag = "Bar plot" + Me.rdoBarPlot.Text = "Bar plot" Me.rdoBarPlot.UseVisualStyleBackColor = True ' 'rdoIndividualsPlot ' - resources.ApplyResources(Me.rdoIndividualsPlot, "rdoIndividualsPlot") + Me.rdoIndividualsPlot.AutoSize = True + Me.rdoIndividualsPlot.Location = New System.Drawing.Point(10, 60) Me.rdoIndividualsPlot.Name = "rdoIndividualsPlot" + Me.rdoIndividualsPlot.Size = New System.Drawing.Size(96, 17) + Me.rdoIndividualsPlot.TabIndex = 3 Me.rdoIndividualsPlot.Tag = "Individuals_Plot" + Me.rdoIndividualsPlot.Text = "Individuals Plot" Me.rdoIndividualsPlot.UseVisualStyleBackColor = True ' 'grpScree @@ -171,24 +197,35 @@ Partial Class sdgPrincipalComponentAnalysis Me.grpScree.Controls.Add(Me.ucrInputLabel2) Me.grpScree.Controls.Add(Me.ucrInputLabel1) Me.grpScree.Controls.Add(Me.ucrSelectorFactor) - resources.ApplyResources(Me.grpScree, "grpScree") + Me.grpScree.Location = New System.Drawing.Point(8, 131) Me.grpScree.Name = "grpScree" + Me.grpScree.Size = New System.Drawing.Size(387, 208) + Me.grpScree.TabIndex = 0 Me.grpScree.TabStop = False + Me.grpScree.Text = "Plot Options" ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(233, 69) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 4 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'lblFactorVariable ' - resources.ApplyResources(Me.lblFactorVariable, "lblFactorVariable") + Me.lblFactorVariable.AutoSize = True + Me.lblFactorVariable.Location = New System.Drawing.Point(232, 54) Me.lblFactorVariable.Name = "lblFactorVariable" + Me.lblFactorVariable.Size = New System.Drawing.Size(81, 13) + Me.lblFactorVariable.TabIndex = 5 Me.lblFactorVariable.Tag = "Factor_Variable" + Me.lblFactorVariable.Text = "Factor Variable:" ' 'grpVariablePlot ' @@ -196,40 +233,62 @@ Partial Class sdgPrincipalComponentAnalysis Me.grpVariablePlot.Controls.Add(Me.rdoArrow) Me.grpVariablePlot.Controls.Add(Me.rdoBothVariables) Me.grpVariablePlot.Controls.Add(Me.ucrPnlVariablesPlot) - resources.ApplyResources(Me.grpVariablePlot, "grpVariablePlot") + Me.grpVariablePlot.Location = New System.Drawing.Point(6, 19) Me.grpVariablePlot.Name = "grpVariablePlot" + Me.grpVariablePlot.Size = New System.Drawing.Size(138, 93) + Me.grpVariablePlot.TabIndex = 2 Me.grpVariablePlot.TabStop = False + Me.grpVariablePlot.Text = "Geom" ' 'rdoTextVariables ' - resources.ApplyResources(Me.rdoTextVariables, "rdoTextVariables") + Me.rdoTextVariables.AutoSize = True + Me.rdoTextVariables.Location = New System.Drawing.Point(14, 42) Me.rdoTextVariables.Name = "rdoTextVariables" + Me.rdoTextVariables.Size = New System.Drawing.Size(46, 17) + Me.rdoTextVariables.TabIndex = 2 Me.rdoTextVariables.TabStop = True + Me.rdoTextVariables.Text = "Text" Me.rdoTextVariables.UseVisualStyleBackColor = True ' 'rdoArrow ' - resources.ApplyResources(Me.rdoArrow, "rdoArrow") + Me.rdoArrow.AutoSize = True + Me.rdoArrow.Location = New System.Drawing.Point(14, 19) Me.rdoArrow.Name = "rdoArrow" + Me.rdoArrow.Size = New System.Drawing.Size(52, 17) + Me.rdoArrow.TabIndex = 1 Me.rdoArrow.TabStop = True + Me.rdoArrow.Text = "Arrow" Me.rdoArrow.UseVisualStyleBackColor = True ' 'rdoBothVariables ' - resources.ApplyResources(Me.rdoBothVariables, "rdoBothVariables") + Me.rdoBothVariables.AutoSize = True + Me.rdoBothVariables.Location = New System.Drawing.Point(14, 65) Me.rdoBothVariables.Name = "rdoBothVariables" + Me.rdoBothVariables.Size = New System.Drawing.Size(47, 17) + Me.rdoBothVariables.TabIndex = 3 Me.rdoBothVariables.TabStop = True + Me.rdoBothVariables.Text = "Both" Me.rdoBothVariables.UseVisualStyleBackColor = True ' 'ucrPnlVariablesPlot ' - resources.ApplyResources(Me.ucrPnlVariablesPlot, "ucrPnlVariablesPlot") + Me.ucrPnlVariablesPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlVariablesPlot.Location = New System.Drawing.Point(7, 17) Me.ucrPnlVariablesPlot.Name = "ucrPnlVariablesPlot" + Me.ucrPnlVariablesPlot.Size = New System.Drawing.Size(103, 70) + Me.ucrPnlVariablesPlot.TabIndex = 0 ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.Location = New System.Drawing.Point(6, 154) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(36, 13) + Me.lblLabel.TabIndex = 13 + Me.lblLabel.Text = "Label:" ' 'GrpIndividualPlot ' @@ -237,65 +296,96 @@ Partial Class sdgPrincipalComponentAnalysis Me.GrpIndividualPlot.Controls.Add(Me.rdoPoint) Me.GrpIndividualPlot.Controls.Add(Me.rdoBothIndividual) Me.GrpIndividualPlot.Controls.Add(Me.ucrPnlIndividualPlot) - resources.ApplyResources(Me.GrpIndividualPlot, "GrpIndividualPlot") + Me.GrpIndividualPlot.Location = New System.Drawing.Point(6, 19) Me.GrpIndividualPlot.Name = "GrpIndividualPlot" + Me.GrpIndividualPlot.Size = New System.Drawing.Size(138, 93) + Me.GrpIndividualPlot.TabIndex = 1 Me.GrpIndividualPlot.TabStop = False + Me.GrpIndividualPlot.Text = "Geom" ' 'rdoTextIndividual ' - resources.ApplyResources(Me.rdoTextIndividual, "rdoTextIndividual") + Me.rdoTextIndividual.AutoSize = True + Me.rdoTextIndividual.Location = New System.Drawing.Point(14, 42) Me.rdoTextIndividual.Name = "rdoTextIndividual" + Me.rdoTextIndividual.Size = New System.Drawing.Size(46, 17) + Me.rdoTextIndividual.TabIndex = 2 Me.rdoTextIndividual.TabStop = True + Me.rdoTextIndividual.Text = "Text" Me.rdoTextIndividual.UseVisualStyleBackColor = True ' 'rdoPoint ' - resources.ApplyResources(Me.rdoPoint, "rdoPoint") + Me.rdoPoint.AutoSize = True + Me.rdoPoint.Location = New System.Drawing.Point(14, 19) Me.rdoPoint.Name = "rdoPoint" + Me.rdoPoint.Size = New System.Drawing.Size(49, 17) + Me.rdoPoint.TabIndex = 1 Me.rdoPoint.TabStop = True + Me.rdoPoint.Text = "Point" Me.rdoPoint.UseVisualStyleBackColor = True ' 'rdoBothIndividual ' - resources.ApplyResources(Me.rdoBothIndividual, "rdoBothIndividual") + Me.rdoBothIndividual.AutoSize = True + Me.rdoBothIndividual.Location = New System.Drawing.Point(14, 65) Me.rdoBothIndividual.Name = "rdoBothIndividual" + Me.rdoBothIndividual.Size = New System.Drawing.Size(47, 17) + Me.rdoBothIndividual.TabIndex = 3 Me.rdoBothIndividual.TabStop = True + Me.rdoBothIndividual.Text = "Both" Me.rdoBothIndividual.UseVisualStyleBackColor = True ' 'ucrPnlIndividualPlot ' - resources.ApplyResources(Me.ucrPnlIndividualPlot, "ucrPnlIndividualPlot") + Me.ucrPnlIndividualPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlIndividualPlot.Location = New System.Drawing.Point(9, 18) Me.ucrPnlIndividualPlot.Name = "ucrPnlIndividualPlot" + Me.ucrPnlIndividualPlot.Size = New System.Drawing.Size(88, 69) + Me.ucrPnlIndividualPlot.TabIndex = 0 ' 'lblChoice ' - resources.ApplyResources(Me.lblChoice, "lblChoice") + Me.lblChoice.AutoSize = True + Me.lblChoice.Location = New System.Drawing.Point(6, 154) Me.lblChoice.Name = "lblChoice" + Me.lblChoice.Size = New System.Drawing.Size(43, 13) + Me.lblChoice.TabIndex = 11 + Me.lblChoice.Text = "Choice:" ' 'ucrChkIncludePercentage ' + Me.ucrChkIncludePercentage.AutoSize = True Me.ucrChkIncludePercentage.Checked = False - resources.ApplyResources(Me.ucrChkIncludePercentage, "ucrChkIncludePercentage") + Me.ucrChkIncludePercentage.Location = New System.Drawing.Point(6, 122) Me.ucrChkIncludePercentage.Name = "ucrChkIncludePercentage" + Me.ucrChkIncludePercentage.Size = New System.Drawing.Size(158, 23) + Me.ucrChkIncludePercentage.TabIndex = 6 ' 'ucrNudDim2 ' + Me.ucrNudDim2.AutoSize = True Me.ucrNudDim2.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDim2.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDim2, "ucrNudDim2") + Me.ucrNudDim2.Location = New System.Drawing.Point(235, 122) Me.ucrNudDim2.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDim2.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDim2.Name = "ucrNudDim2" + Me.ucrNudDim2.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDim2.TabIndex = 10 Me.ucrNudDim2.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudDim1 ' + Me.ucrNudDim1.AutoSize = True Me.ucrNudDim1.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDim1.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDim1, "ucrNudDim1") + Me.ucrNudDim1.Location = New System.Drawing.Point(170, 122) Me.ucrNudDim1.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDim1.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDim1.Name = "ucrNudDim1" + Me.ucrNudDim1.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDim1.TabIndex = 8 Me.ucrNudDim1.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'grpGeom @@ -304,123 +394,185 @@ Partial Class sdgPrincipalComponentAnalysis Me.grpGeom.Controls.Add(Me.rdoLine) Me.grpGeom.Controls.Add(Me.rdoBothScree) Me.grpGeom.Controls.Add(Me.ucrPnlScreePlot) - resources.ApplyResources(Me.grpGeom, "grpGeom") + Me.grpGeom.Location = New System.Drawing.Point(6, 19) Me.grpGeom.Name = "grpGeom" + Me.grpGeom.Size = New System.Drawing.Size(138, 93) + Me.grpGeom.TabIndex = 0 Me.grpGeom.TabStop = False Me.grpGeom.Tag = "Geom" + Me.grpGeom.Text = "Geom" ' 'rdoBar ' - resources.ApplyResources(Me.rdoBar, "rdoBar") + Me.rdoBar.AutoSize = True + Me.rdoBar.Location = New System.Drawing.Point(14, 19) Me.rdoBar.Name = "rdoBar" + Me.rdoBar.Size = New System.Drawing.Size(41, 17) + Me.rdoBar.TabIndex = 1 Me.rdoBar.TabStop = True + Me.rdoBar.Text = "Bar" Me.rdoBar.UseVisualStyleBackColor = True ' 'rdoLine ' - resources.ApplyResources(Me.rdoLine, "rdoLine") + Me.rdoLine.AutoSize = True + Me.rdoLine.Location = New System.Drawing.Point(14, 42) Me.rdoLine.Name = "rdoLine" + Me.rdoLine.Size = New System.Drawing.Size(45, 17) + Me.rdoLine.TabIndex = 2 Me.rdoLine.TabStop = True + Me.rdoLine.Text = "Line" Me.rdoLine.UseVisualStyleBackColor = True ' 'rdoBothScree ' - resources.ApplyResources(Me.rdoBothScree, "rdoBothScree") + Me.rdoBothScree.AutoSize = True + Me.rdoBothScree.Location = New System.Drawing.Point(14, 65) Me.rdoBothScree.Name = "rdoBothScree" + Me.rdoBothScree.Size = New System.Drawing.Size(47, 17) + Me.rdoBothScree.TabIndex = 3 Me.rdoBothScree.TabStop = True + Me.rdoBothScree.Text = "Both" Me.rdoBothScree.UseVisualStyleBackColor = True ' 'ucrPnlScreePlot ' - resources.ApplyResources(Me.ucrPnlScreePlot, "ucrPnlScreePlot") + Me.ucrPnlScreePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlScreePlot.Location = New System.Drawing.Point(6, 19) Me.ucrPnlScreePlot.Name = "ucrPnlScreePlot" + Me.ucrPnlScreePlot.Size = New System.Drawing.Size(84, 63) + Me.ucrPnlScreePlot.TabIndex = 0 ' 'lblChoiceScree ' - resources.ApplyResources(Me.lblChoiceScree, "lblChoiceScree") + Me.lblChoiceScree.AutoSize = True + Me.lblChoiceScree.Location = New System.Drawing.Point(13, 129) Me.lblChoiceScree.Name = "lblChoiceScree" + Me.lblChoiceScree.Size = New System.Drawing.Size(0, 13) + Me.lblChoiceScree.TabIndex = 8 Me.lblChoiceScree.Tag = "Choice:" ' 'lblDim ' - resources.ApplyResources(Me.lblDim, "lblDim") + Me.lblDim.AutoSize = True + Me.lblDim.Location = New System.Drawing.Point(6, 125) Me.lblDim.Name = "lblDim" + Me.lblDim.Size = New System.Drawing.Size(97, 13) + Me.lblDim.TabIndex = 7 + Me.lblDim.Text = "Dimensions to Plot:" ' 'ucrInputLabel2 ' Me.ucrInputLabel2.AddQuotesIfUnrecognised = True + Me.ucrInputLabel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabel2.GetSetSelectedIndex = -1 Me.ucrInputLabel2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel2, "ucrInputLabel2") + Me.ucrInputLabel2.Location = New System.Drawing.Point(83, 148) Me.ucrInputLabel2.Name = "ucrInputLabel2" + Me.ucrInputLabel2.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLabel2.TabIndex = 14 ' 'ucrInputLabel1 ' Me.ucrInputLabel1.AddQuotesIfUnrecognised = True + Me.ucrInputLabel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabel1.GetSetSelectedIndex = -1 Me.ucrInputLabel1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel1, "ucrInputLabel1") + Me.ucrInputLabel1.Location = New System.Drawing.Point(83, 148) Me.ucrInputLabel1.Name = "ucrInputLabel1" + Me.ucrInputLabel1.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLabel1.TabIndex = 12 ' 'ucrSelectorFactor ' + Me.ucrSelectorFactor.AutoSize = True Me.ucrSelectorFactor.bDropUnusedFilterLevels = False Me.ucrSelectorFactor.bShowHiddenColumns = False Me.ucrSelectorFactor.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFactor, "ucrSelectorFactor") + Me.ucrSelectorFactor.Location = New System.Drawing.Point(5, 19) + Me.ucrSelectorFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFactor.Name = "ucrSelectorFactor" + Me.ucrSelectorFactor.Size = New System.Drawing.Size(224, 183) + Me.ucrSelectorFactor.TabIndex = 3 ' 'rdoBiplot ' - resources.ApplyResources(Me.rdoBiplot, "rdoBiplot") + Me.rdoBiplot.AutoSize = True + Me.rdoBiplot.Location = New System.Drawing.Point(10, 83) Me.rdoBiplot.Name = "rdoBiplot" + Me.rdoBiplot.Size = New System.Drawing.Size(51, 17) + Me.rdoBiplot.TabIndex = 4 Me.rdoBiplot.Tag = "Biplot" + Me.rdoBiplot.Text = "Biplot" Me.rdoBiplot.UseVisualStyleBackColor = True ' 'rdoVariablesPlot ' - resources.ApplyResources(Me.rdoVariablesPlot, "rdoVariablesPlot") + Me.rdoVariablesPlot.AutoSize = True + Me.rdoVariablesPlot.Location = New System.Drawing.Point(10, 37) Me.rdoVariablesPlot.Name = "rdoVariablesPlot" + Me.rdoVariablesPlot.Size = New System.Drawing.Size(89, 17) + Me.rdoVariablesPlot.TabIndex = 2 Me.rdoVariablesPlot.Tag = "Variables_Plot" + Me.rdoVariablesPlot.Text = "Variables Plot" Me.rdoVariablesPlot.UseVisualStyleBackColor = True ' 'rdoScreePlot ' - resources.ApplyResources(Me.rdoScreePlot, "rdoScreePlot") + Me.rdoScreePlot.AutoSize = True + Me.rdoScreePlot.Location = New System.Drawing.Point(10, 14) Me.rdoScreePlot.Name = "rdoScreePlot" + Me.rdoScreePlot.Size = New System.Drawing.Size(74, 17) + Me.rdoScreePlot.TabIndex = 1 Me.rdoScreePlot.Tag = "Scree_Plot" + Me.rdoScreePlot.Text = "Scree Plot" Me.rdoScreePlot.UseVisualStyleBackColor = True ' 'ucrPnlGraphics ' - resources.ApplyResources(Me.ucrPnlGraphics, "ucrPnlGraphics") + Me.ucrPnlGraphics.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphics.Location = New System.Drawing.Point(6, 14) Me.ucrPnlGraphics.Name = "ucrPnlGraphics" + Me.ucrPnlGraphics.Size = New System.Drawing.Size(389, 120) + Me.ucrPnlGraphics.TabIndex = 0 ' 'tbSave ' - resources.ApplyResources(Me.tbSave, "tbSave") + Me.tbSave.Location = New System.Drawing.Point(4, 22) Me.tbSave.Name = "tbSave" + Me.tbSave.Padding = New System.Windows.Forms.Padding(3) + Me.tbSave.Size = New System.Drawing.Size(403, 346) + Me.tbSave.TabIndex = 2 Me.tbSave.Tag = "Save" + Me.tbSave.Text = "Save" Me.tbSave.UseVisualStyleBackColor = True ' 'ucrSdgButtons ' - resources.ApplyResources(Me.ucrSdgButtons, "ucrSdgButtons") + Me.ucrSdgButtons.AutoSize = True + Me.ucrSdgButtons.Location = New System.Drawing.Point(130, 385) Me.ucrSdgButtons.Name = "ucrSdgButtons" + Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgButtons.TabIndex = 1 ' 'sdgPrincipalComponentAnalysis ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 419) Me.Controls.Add(Me.tbRegOptions) Me.Controls.Add(Me.ucrSdgButtons) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgPrincipalComponentAnalysis" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "PCA_Options" + Me.Text = "PCA Options" Me.tbRegOptions.ResumeLayout(False) Me.tbDisplay.ResumeLayout(False) + Me.tbDisplay.PerformLayout() Me.tbGraphics.ResumeLayout(False) Me.tbGraphics.PerformLayout() Me.grpScree.ResumeLayout(False) @@ -432,6 +584,7 @@ Partial Class sdgPrincipalComponentAnalysis Me.grpGeom.ResumeLayout(False) Me.grpGeom.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgPrincipalComponentAnalysis.resx b/instat/sdgPrincipalComponentAnalysis.resx index 76de84087f0..29dcb1b3a35 100644 --- a/instat/sdgPrincipalComponentAnalysis.resx +++ b/instat/sdgPrincipalComponentAnalysis.resx @@ -117,1060 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 66 - - - 361, 20 - - - - 5 - - - ucrChkRotation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 0 - - - 10, 40 - - - 361, 20 - - - 4 - - - ucrChkEigenvectors - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 1 - - - 10, 14 - - - 361, 20 - - - 3 - - - ucrChkEigenvalues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 2 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 403, 346 - - - 0 - - - Display - - - tbDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRegOptions - - - 0 - - - True - - - 10, 106 - - - 61, 17 - - - 5 - - - Bar plot - - - rdoBarPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 0 - - - True - - - 10, 60 - - - 96, 17 - - - 3 - - - Individuals Plot - - - rdoIndividualsPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 1 - - - 233, 69 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 0 - - - True - - - 232, 54 - - - 81, 13 - - - 5 - - - Factor Variable: - - - lblFactorVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 1 - - - True - - - 14, 42 - - - 46, 17 - - - 2 - - - Text - - - rdoTextVariables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpVariablePlot - - - 0 - - - True - - - 14, 19 - - - 52, 17 - - - 1 - - - Arrow - - - rdoArrow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpVariablePlot - - - 1 - - - True - - - 14, 65 - - - 47, 17 - - - 3 - - - Both - - - rdoBothVariables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpVariablePlot - - - 2 - - - 7, 17 - - - 103, 70 - - - 0 - - - ucrPnlVariablesPlot - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpVariablePlot - - - 3 - - - 6, 19 - - - 138, 93 - - - 2 - - - Geom - - - grpVariablePlot - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 2 - - - True - - - 6, 154 - - - 36, 13 - - - 13 - - - Label: - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 3 - - - True - - - 14, 42 - - - 46, 17 - - - 2 - - - Text - - - rdoTextIndividual - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpIndividualPlot - - - 0 - - - True - - - 14, 19 - - - 49, 17 - - - 1 - - - Point - - - rdoPoint - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpIndividualPlot - - - 1 - - - True - - - 14, 65 - - - 47, 17 - - - 3 - - - Both - - - rdoBothIndividual - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpIndividualPlot - - - 2 - - - 9, 18 - - - 88, 69 - - - 0 - - - ucrPnlIndividualPlot - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GrpIndividualPlot - - - 3 - - - 6, 19 - - - 138, 93 - - - 1 - - - Geom - - - GrpIndividualPlot - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 4 - - - True - - - 6, 154 - - - 43, 13 - - - 11 - - - Choice: - - - lblChoice - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 5 - - - 6, 122 - - - 158, 20 - - - 6 - - - ucrChkIncludePercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 6 - - - 235, 122 - - - 50, 20 - - - 10 - - - ucrNudDim2 - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 7 - - - 170, 122 - - - 50, 20 - - - 8 - - - ucrNudDim1 - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 8 - - - True - - - 14, 19 - - - 41, 17 - - - 1 - - - Bar - - - rdoBar - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGeom - - - 0 - - - True - - - 14, 42 - - - 45, 17 - - - 2 - - - Line - - - rdoLine - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGeom - - - 1 - - - True - - - 14, 65 - - - 47, 17 - - - 3 - - - Both - - - rdoBothScree - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGeom - - - 2 - - - 6, 19 - - - 84, 63 - - - 0 - - - ucrPnlScreePlot - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGeom - - - 3 - - - 6, 19 - - - 138, 93 - - - 0 - - - Geom - - - grpGeom - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 9 - - - True - - - 13, 129 - - - 0, 13 - - - 8 - - - lblChoiceScree - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 10 - - - True - - - 6, 125 - - - 97, 13 - - - 7 - - - Dimensions to Plot: - - - lblDim - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScree - - - 11 - - - 83, 148 - - - 137, 21 - - - 14 - - - ucrInputLabel2 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 12 - - - 83, 148 - - - 137, 21 - - - 12 - - - ucrInputLabel1 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 13 - - - 5, 19 - - - 0, 0, 0, 0 - - - 224, 180 - - - 3 - - - ucrSelectorFactor - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScree - - - 14 - - - 8, 131 - - - 387, 208 - - - 0 - - - Plot Options - - - grpScree - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 2 - - - True - - - 10, 83 - - - 51, 17 - - - 4 - - - Biplot - - - rdoBiplot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 3 - - - True - - - 10, 37 - - - 89, 17 - - - 2 - - - Variables Plot - - - rdoVariablesPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 4 - - - True - - - 10, 14 - - - 74, 17 - - - 1 - - - Scree Plot - - - rdoScreePlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 5 - - - 6, 14 - - - 389, 120 - - - 0 - - - ucrPnlGraphics - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbGraphics - - - 6 - - - 4, 22 - - - 3, 3, 3, 3 - - - 403, 346 - - - 1 - - - Graphics - - - tbGraphics - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRegOptions - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 403, 346 - - - 2 - - - Save - - - tbSave - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbRegOptions - - - 2 - - - 6, 7 - - - 411, 372 - - - 0 - - - tbRegOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 130, 385 - - - 153, 30 - - - 1 - - - ucrSdgButtons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 422, 419 - - - CenterParent - - - PCA Options - - - sdgPrincipalComponentAnalysis - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgProportionsPercentages.Designer.vb b/instat/sdgProportionsPercentages.Designer.vb index 85621823f74..3ccbc8f8939 100644 --- a/instat/sdgProportionsPercentages.Designer.vb +++ b/instat/sdgProportionsPercentages.Designer.vb @@ -22,7 +22,6 @@ Partial Class sdgProportionsPercentages 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgProportionsPercentages)) Me.rdoByFactors = New System.Windows.Forms.RadioButton() Me.rdoByFilter = New System.Windows.Forms.RadioButton() Me.rdoByColumn = New System.Windows.Forms.RadioButton() @@ -43,118 +42,181 @@ Partial Class sdgProportionsPercentages ' 'rdoByFactors ' - resources.ApplyResources(Me.rdoByFactors, "rdoByFactors") + Me.rdoByFactors.Appearance = System.Windows.Forms.Appearance.Button Me.rdoByFactors.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoByFactors.FlatAppearance.BorderSize = 2 Me.rdoByFactors.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoByFactors.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoByFactors.Location = New System.Drawing.Point(49, 40) Me.rdoByFactors.Name = "rdoByFactors" + Me.rdoByFactors.Size = New System.Drawing.Size(103, 27) + Me.rdoByFactors.TabIndex = 2 Me.rdoByFactors.TabStop = True + Me.rdoByFactors.Text = "By Factor(s)" + Me.rdoByFactors.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoByFactors.UseVisualStyleBackColor = True ' 'rdoByFilter ' - resources.ApplyResources(Me.rdoByFilter, "rdoByFilter") + Me.rdoByFilter.Appearance = System.Windows.Forms.Appearance.Button Me.rdoByFilter.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoByFilter.FlatAppearance.BorderSize = 2 Me.rdoByFilter.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoByFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoByFilter.Location = New System.Drawing.Point(149, 40) Me.rdoByFilter.Name = "rdoByFilter" + Me.rdoByFilter.Size = New System.Drawing.Size(103, 27) + Me.rdoByFilter.TabIndex = 3 Me.rdoByFilter.TabStop = True + Me.rdoByFilter.Text = "By Filter" + Me.rdoByFilter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoByFilter.UseVisualStyleBackColor = True ' 'rdoByColumn ' - resources.ApplyResources(Me.rdoByColumn, "rdoByColumn") + Me.rdoByColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoByColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoByColumn.FlatAppearance.BorderSize = 2 Me.rdoByColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoByColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoByColumn.Location = New System.Drawing.Point(250, 40) Me.rdoByColumn.Name = "rdoByColumn" + Me.rdoByColumn.Size = New System.Drawing.Size(103, 27) + Me.rdoByColumn.TabIndex = 4 Me.rdoByColumn.TabStop = True + Me.rdoByColumn.Text = "By Column" + Me.rdoByColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoByColumn.UseVisualStyleBackColor = True ' 'lblByFactors ' - resources.ApplyResources(Me.lblByFactors, "lblByFactors") + Me.lblByFactors.AutoSize = True + Me.lblByFactors.Location = New System.Drawing.Point(238, 115) Me.lblByFactors.Name = "lblByFactors" + Me.lblByFactors.Size = New System.Drawing.Size(171, 13) + Me.lblByFactors.TabIndex = 6 + Me.lblByFactors.Text = "As Proportion of Factors (Optional):" ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.Location = New System.Drawing.Point(238, 115) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 10 + Me.lblColumn.Text = "Column:" ' 'grpOptions ' Me.grpOptions.Controls.Add(Me.ucrChkDisplayAsDecimal) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(9, 265) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(210, 88) + Me.grpOptions.TabIndex = 12 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrChkDisplayAsDecimal ' + Me.ucrChkDisplayAsDecimal.AutoSize = True Me.ucrChkDisplayAsDecimal.Checked = False - resources.ApplyResources(Me.ucrChkDisplayAsDecimal, "ucrChkDisplayAsDecimal") + Me.ucrChkDisplayAsDecimal.Location = New System.Drawing.Point(7, 21) Me.ucrChkDisplayAsDecimal.Name = "ucrChkDisplayAsDecimal" + Me.ucrChkDisplayAsDecimal.Size = New System.Drawing.Size(214, 23) + Me.ucrChkDisplayAsDecimal.TabIndex = 1 ' 'lblFilter ' - resources.ApplyResources(Me.lblFilter, "lblFilter") + Me.lblFilter.AutoSize = True + Me.lblFilter.Location = New System.Drawing.Point(239, 115) Me.lblFilter.Name = "lblFilter" + Me.lblFilter.Size = New System.Drawing.Size(32, 13) + Me.lblFilter.TabIndex = 11 + Me.lblFilter.Text = "Filter:" Me.lblFilter.UseMnemonic = False ' 'ucrReceiverFilter ' + Me.ucrReceiverFilter.AutoSize = True Me.ucrReceiverFilter.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFilter, "ucrReceiverFilter") + Me.ucrReceiverFilter.Location = New System.Drawing.Point(239, 130) + Me.ucrReceiverFilter.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFilter.Name = "ucrReceiverFilter" Me.ucrReceiverFilter.Selector = Nothing + Me.ucrReceiverFilter.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFilter.strNcFilePath = "" + Me.ucrReceiverFilter.TabIndex = 9 Me.ucrReceiverFilter.ucrSelector = Nothing ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumn, "ucrReceiverColumn") + Me.ucrReceiverColumn.Location = New System.Drawing.Point(239, 130) + Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumn.Name = "ucrReceiverColumn" Me.ucrReceiverColumn.Selector = Nothing + Me.ucrReceiverColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverColumn.strNcFilePath = "" + Me.ucrReceiverColumn.TabIndex = 11 Me.ucrReceiverColumn.ucrSelector = Nothing ' 'ucrButtonsProportionsPercentiles ' - resources.ApplyResources(Me.ucrButtonsProportionsPercentiles, "ucrButtonsProportionsPercentiles") + Me.ucrButtonsProportionsPercentiles.AutoSize = True + Me.ucrButtonsProportionsPercentiles.Location = New System.Drawing.Point(124, 368) Me.ucrButtonsProportionsPercentiles.Name = "ucrButtonsProportionsPercentiles" + Me.ucrButtonsProportionsPercentiles.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsProportionsPercentiles.TabIndex = 13 ' 'ucrReceiverByFactor ' + Me.ucrReceiverByFactor.AutoSize = True Me.ucrReceiverByFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverByFactor, "ucrReceiverByFactor") + Me.ucrReceiverByFactor.Location = New System.Drawing.Point(239, 130) + Me.ucrReceiverByFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverByFactor.Name = "ucrReceiverByFactor" Me.ucrReceiverByFactor.Selector = Nothing + Me.ucrReceiverByFactor.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverByFactor.strNcFilePath = "" + Me.ucrReceiverByFactor.TabIndex = 8 Me.ucrReceiverByFactor.ucrSelector = Nothing ' 'ucrSelectorProportionsPercentiles ' + Me.ucrSelectorProportionsPercentiles.AutoSize = True Me.ucrSelectorProportionsPercentiles.bDropUnusedFilterLevels = False Me.ucrSelectorProportionsPercentiles.bShowHiddenColumns = False Me.ucrSelectorProportionsPercentiles.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorProportionsPercentiles, "ucrSelectorProportionsPercentiles") + Me.ucrSelectorProportionsPercentiles.Location = New System.Drawing.Point(9, 79) + Me.ucrSelectorProportionsPercentiles.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorProportionsPercentiles.Name = "ucrSelectorProportionsPercentiles" + Me.ucrSelectorProportionsPercentiles.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorProportionsPercentiles.TabIndex = 5 ' 'ucrPnlBY ' - resources.ApplyResources(Me.ucrPnlBY, "ucrPnlBY") + Me.ucrPnlBY.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlBY.Location = New System.Drawing.Point(37, 32) Me.ucrPnlBY.Name = "ucrPnlBY" + Me.ucrPnlBY.Size = New System.Drawing.Size(336, 44) + Me.ucrPnlBY.TabIndex = 1 ' 'ucrChkProportionsPercentages ' + Me.ucrChkProportionsPercentages.AutoSize = True Me.ucrChkProportionsPercentages.Checked = False - resources.ApplyResources(Me.ucrChkProportionsPercentages, "ucrChkProportionsPercentages") + Me.ucrChkProportionsPercentages.Location = New System.Drawing.Point(10, 14) Me.ucrChkProportionsPercentages.Name = "ucrChkProportionsPercentages" + Me.ucrChkProportionsPercentages.Size = New System.Drawing.Size(343, 23) + Me.ucrChkProportionsPercentages.TabIndex = 0 ' 'sdgProportionsPercentages ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(410, 397) Me.Controls.Add(Me.lblFilter) Me.Controls.Add(Me.ucrReceiverFilter) Me.Controls.Add(Me.grpOptions) @@ -173,7 +235,10 @@ Partial Class sdgProportionsPercentages Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgProportionsPercentages" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Proportions or Percentages" Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgProportionsPercentages.resx b/instat/sdgProportionsPercentages.resx index e20a4b8b663..29dcb1b3a35 100644 --- a/instat/sdgProportionsPercentages.resx +++ b/instat/sdgProportionsPercentages.resx @@ -117,415 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - - 49, 40 - - - 103, 27 - - - - 2 - - - By Factor(s) - - - MiddleCenter - - - rdoByFactors - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Button - - - Flat - - - 149, 40 - - - 103, 27 - - - 3 - - - By Filter - - - MiddleCenter - - - rdoByFilter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - 250, 40 - - - 103, 27 - - - 4 - - - By Column - - - MiddleCenter - - - rdoByColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 238, 115 - - - 171, 13 - - - 6 - - - As Proportion of Factors (Optional): - - - lblByFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 238, 115 - - - 45, 13 - - - 10 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 7, 21 - - - 214, 20 - - - 1 - - - ucrChkDisplayAsDecimal - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 9, 265 - - - 210, 88 - - - 12 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 239, 115 - - - 32, 13 - - - 11 - - - Filter: - - - lblFilter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 410, 397 - - - 239, 130 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 124, 368 - - - 159, 30 - - - 13 - - - ucrButtonsProportionsPercentiles - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 239, 130 - - - 0, 0, 0, 0 - - - 120, 100 - - - 8 - - - ucrReceiverByFactor - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 9, 79 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorProportionsPercentiles - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 37, 32 - - - 336, 44 - - - 1 - - - ucrPnlBY - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 14 - - - 343, 20 - - - 0 - - - ucrChkProportionsPercentages - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - CenterScreen - - - Proportions or Percentages - - - sdgProportionsPercentages - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 239, 130 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverFilter - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/sdgRestrict.Designer.vb b/instat/sdgRestrict.Designer.vb index f056e0a02de..0f61759c73b 100644 --- a/instat/sdgRestrict.Designer.vb +++ b/instat/sdgRestrict.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgRestrict 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgRestrict)) Me.ucrSubDialogBase = New instat.ucrButtonsSubdialogue() Me.tbcOptions = New System.Windows.Forms.TabControl() Me.tbpFactor_Level = New System.Windows.Forms.TabPage() @@ -60,23 +59,32 @@ Partial Class sdgRestrict ' 'ucrSubDialogBase ' - resources.ApplyResources(Me.ucrSubDialogBase, "ucrSubDialogBase") + Me.ucrSubDialogBase.AutoSize = True + Me.ucrSubDialogBase.Location = New System.Drawing.Point(48, 259) Me.ucrSubDialogBase.Name = "ucrSubDialogBase" + Me.ucrSubDialogBase.Size = New System.Drawing.Size(225, 30) + Me.ucrSubDialogBase.TabIndex = 1 ' 'tbcOptions ' Me.tbcOptions.Controls.Add(Me.tbpFactor_Level) Me.tbcOptions.Controls.Add(Me.tbpCondition) - resources.ApplyResources(Me.tbcOptions, "tbcOptions") + Me.tbcOptions.Location = New System.Drawing.Point(12, 13) Me.tbcOptions.Name = "tbcOptions" Me.tbcOptions.SelectedIndex = 0 + Me.tbcOptions.Size = New System.Drawing.Size(353, 239) + Me.tbcOptions.TabIndex = 2 Me.tbcOptions.Tag = "" ' 'tbpFactor_Level ' - resources.ApplyResources(Me.tbpFactor_Level, "tbpFactor_Level") + Me.tbpFactor_Level.Location = New System.Drawing.Point(4, 22) Me.tbpFactor_Level.Name = "tbpFactor_Level" + Me.tbpFactor_Level.Padding = New System.Windows.Forms.Padding(3) + Me.tbpFactor_Level.Size = New System.Drawing.Size(345, 213) + Me.tbpFactor_Level.TabIndex = 0 Me.tbpFactor_Level.Tag = "Factor_Level" + Me.tbpFactor_Level.Text = "Factor Level" Me.tbpFactor_Level.UseVisualStyleBackColor = True ' 'tbpCondition @@ -92,101 +100,149 @@ Partial Class sdgRestrict Me.tbpCondition.Controls.Add(Me.rdoGreaterThan) Me.tbpCondition.Controls.Add(Me.rdoEqualTo) Me.tbpCondition.Controls.Add(Me.rdoLessThan) - resources.ApplyResources(Me.tbpCondition, "tbpCondition") + Me.tbpCondition.Location = New System.Drawing.Point(4, 22) Me.tbpCondition.Name = "tbpCondition" + Me.tbpCondition.Padding = New System.Windows.Forms.Padding(3) + Me.tbpCondition.Size = New System.Drawing.Size(345, 213) + Me.tbpCondition.TabIndex = 1 Me.tbpCondition.Tag = "Condition" + Me.tbpCondition.Text = "Condition" Me.tbpCondition.UseVisualStyleBackColor = True ' 'rdoExclude ' - resources.ApplyResources(Me.rdoExclude, "rdoExclude") + Me.rdoExclude.AutoSize = True + Me.rdoExclude.Location = New System.Drawing.Point(279, 75) Me.rdoExclude.Name = "rdoExclude" + Me.rdoExclude.Size = New System.Drawing.Size(63, 17) + Me.rdoExclude.TabIndex = 6 Me.rdoExclude.TabStop = True Me.rdoExclude.Tag = "Exclude" + Me.rdoExclude.Text = "Exclude" + Me.rdoExclude.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoExclude.UseVisualStyleBackColor = True ' 'rdoInclude ' - resources.ApplyResources(Me.rdoInclude, "rdoInclude") + Me.rdoInclude.AutoSize = True + Me.rdoInclude.Location = New System.Drawing.Point(222, 75) Me.rdoInclude.Name = "rdoInclude" + Me.rdoInclude.Size = New System.Drawing.Size(60, 17) + Me.rdoInclude.TabIndex = 6 Me.rdoInclude.TabStop = True Me.rdoInclude.Tag = "Include" + Me.rdoInclude.Text = "Include" Me.rdoInclude.UseVisualStyleBackColor = True ' 'lblSelectedColumn ' - resources.ApplyResources(Me.lblSelectedColumn, "lblSelectedColumn") + Me.lblSelectedColumn.AutoSize = True + Me.lblSelectedColumn.Location = New System.Drawing.Point(233, 12) Me.lblSelectedColumn.Name = "lblSelectedColumn" + Me.lblSelectedColumn.Size = New System.Drawing.Size(87, 13) + Me.lblSelectedColumn.TabIndex = 5 Me.lblSelectedColumn.Tag = "Selected_Column" + Me.lblSelectedColumn.Text = "Selected Column" ' 'ucrReceiver ' + Me.ucrReceiver.AutoSize = True Me.ucrReceiver.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiver, "ucrReceiver") + Me.ucrReceiver.Location = New System.Drawing.Point(233, 31) + Me.ucrReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiver.Name = "ucrReceiver" Me.ucrReceiver.Selector = Nothing + Me.ucrReceiver.Size = New System.Drawing.Size(112, 26) Me.ucrReceiver.strNcFilePath = "" + Me.ucrReceiver.TabIndex = 4 Me.ucrReceiver.ucrSelector = Nothing ' 'ucrSelector ' + Me.ucrSelector.AutoSize = True Me.ucrSelector.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelector, "ucrSelector") + Me.ucrSelector.Location = New System.Drawing.Point(7, 5) + Me.ucrSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelector.Name = "ucrSelector" + Me.ucrSelector.Size = New System.Drawing.Size(3408, 982) + Me.ucrSelector.TabIndex = 3 ' 'txtGreaterThan ' - resources.ApplyResources(Me.txtGreaterThan, "txtGreaterThan") + Me.txtGreaterThan.Location = New System.Drawing.Point(290, 183) Me.txtGreaterThan.Name = "txtGreaterThan" + Me.txtGreaterThan.Size = New System.Drawing.Size(49, 20) + Me.txtGreaterThan.TabIndex = 2 ' 'txtEqualTo ' - resources.ApplyResources(Me.txtEqualTo, "txtEqualTo") + Me.txtEqualTo.Location = New System.Drawing.Point(290, 159) Me.txtEqualTo.Name = "txtEqualTo" + Me.txtEqualTo.Size = New System.Drawing.Size(49, 20) + Me.txtEqualTo.TabIndex = 2 ' 'txtLessThan ' - resources.ApplyResources(Me.txtLessThan, "txtLessThan") + Me.txtLessThan.Location = New System.Drawing.Point(290, 136) Me.txtLessThan.Name = "txtLessThan" + Me.txtLessThan.Size = New System.Drawing.Size(49, 20) + Me.txtLessThan.TabIndex = 2 ' 'rdoGreaterThan ' - resources.ApplyResources(Me.rdoGreaterThan, "rdoGreaterThan") + Me.rdoGreaterThan.AutoSize = True + Me.rdoGreaterThan.Location = New System.Drawing.Point(194, 182) Me.rdoGreaterThan.Name = "rdoGreaterThan" + Me.rdoGreaterThan.Size = New System.Drawing.Size(88, 17) + Me.rdoGreaterThan.TabIndex = 1 Me.rdoGreaterThan.TabStop = True Me.rdoGreaterThan.Tag = "Greater_Than" + Me.rdoGreaterThan.Text = "Greater Than" Me.rdoGreaterThan.UseVisualStyleBackColor = True ' 'rdoEqualTo ' - resources.ApplyResources(Me.rdoEqualTo, "rdoEqualTo") + Me.rdoEqualTo.AutoSize = True + Me.rdoEqualTo.Location = New System.Drawing.Point(194, 159) Me.rdoEqualTo.Name = "rdoEqualTo" + Me.rdoEqualTo.Size = New System.Drawing.Size(68, 17) + Me.rdoEqualTo.TabIndex = 1 Me.rdoEqualTo.TabStop = True Me.rdoEqualTo.Tag = "Equal_To" + Me.rdoEqualTo.Text = "Equal To" Me.rdoEqualTo.UseVisualStyleBackColor = True ' 'rdoLessThan ' - resources.ApplyResources(Me.rdoLessThan, "rdoLessThan") + Me.rdoLessThan.AutoSize = True + Me.rdoLessThan.Location = New System.Drawing.Point(194, 136) Me.rdoLessThan.Name = "rdoLessThan" + Me.rdoLessThan.Size = New System.Drawing.Size(75, 17) + Me.rdoLessThan.TabIndex = 1 Me.rdoLessThan.TabStop = True Me.rdoLessThan.Tag = "Less_Than" + Me.rdoLessThan.Text = "Less Than" Me.rdoLessThan.UseVisualStyleBackColor = True ' 'sdgRestrict ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(369, 291) Me.Controls.Add(Me.tbcOptions) Me.Controls.Add(Me.ucrSubDialogBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgRestrict" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Control Options" Me.tbcOptions.ResumeLayout(False) Me.tbpCondition.ResumeLayout(False) Me.tbpCondition.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgRestrict.resx b/instat/sdgRestrict.resx index 5b28e84974c..29dcb1b3a35 100644 --- a/instat/sdgRestrict.resx +++ b/instat/sdgRestrict.resx @@ -117,403 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 48, 259 - - - 225, 30 - - - - 1 - - - ucrSubDialogBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 345, 213 - - - 0 - - - Factor Level - - - tbpFactor_Level - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 0 - - - True - - - 279, 75 - - - 63, 17 - - - 6 - - - Exclude - - - MiddleCenter - - - rdoExclude - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 0 - - - True - - - 222, 75 - - - 60, 17 - - - 6 - - - Include - - - rdoInclude - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 1 - - - True - - - 233, 12 - - - 87, 13 - - - 5 - - - Selected Column - - - lblSelectedColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 2 - - - 233, 31 - - - 0, 0, 0, 0 - - - 112, 26 - - - 4 - - - ucrReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCondition - - - 3 - - - 7, 5 - - - 0, 0, 0, 0 - - - 199, 127 - - - 3 - - - ucrSelector - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCondition - - - 4 - - - 290, 183 - - - 49, 20 - - - 2 - - - txtGreaterThan - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 5 - - - 290, 159 - - - 49, 20 - - - 2 - - - txtEqualTo - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 6 - - - 290, 136 - - - 49, 20 - - - 2 - - - txtLessThan - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 7 - - - True - - - 194, 182 - - - 88, 17 - - - 1 - - - Greater Than - - - rdoGreaterThan - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 8 - - - True - - - 194, 159 - - - 68, 17 - - - 1 - - - Equal To - - - rdoEqualTo - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 9 - - - True - - - 194, 136 - - - 75, 17 - - - 1 - - - Less Than - - - rdoLessThan - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCondition - - - 10 - - - 4, 22 - - - 3, 3, 3, 3 - - - 345, 213 - - - 1 - - - Condition - - - tbpCondition - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 1 - - - 12, 13 - - - 353, 239 - - - 2 - - - tbcOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 369, 291 - - - CenterParent - - - Control Options - - - sdgRestrict - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgSaveColumnPosition.Designer.vb b/instat/sdgSaveColumnPosition.Designer.vb index b5716cce17b..1795803b9be 100644 --- a/instat/sdgSaveColumnPosition.Designer.vb +++ b/instat/sdgSaveColumnPosition.Designer.vb @@ -98,6 +98,7 @@ Partial Class sdgSaveColumnPosition ' 'ucrPnlColumnPosition ' + Me.ucrPnlColumnPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlColumnPosition.Location = New System.Drawing.Point(6, 19) Me.ucrPnlColumnPosition.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlColumnPosition.Name = "ucrPnlColumnPosition" @@ -116,6 +117,7 @@ Partial Class sdgSaveColumnPosition ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me Me.ucrReceiverColumn.Location = New System.Drawing.Point(224, 121) Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) @@ -128,35 +130,38 @@ Partial Class sdgSaveColumnPosition ' 'ucrSelectorColumns ' + Me.ucrSelectorColumns.AutoSize = True Me.ucrSelectorColumns.bDropUnusedFilterLevels = False Me.ucrSelectorColumns.bShowHiddenColumns = False Me.ucrSelectorColumns.bUseCurrentFilter = True Me.ucrSelectorColumns.Location = New System.Drawing.Point(9, 71) Me.ucrSelectorColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumns.Name = "ucrSelectorColumns" - Me.ucrSelectorColumns.Size = New System.Drawing.Size(212, 180) + Me.ucrSelectorColumns.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorColumns.TabIndex = 13 ' 'ucrBaseSubdialog ' + Me.ucrBaseSubdialog.AutoSize = True Me.ucrBaseSubdialog.Location = New System.Drawing.Point(103, 270) Me.ucrBaseSubdialog.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" - Me.ucrBaseSubdialog.Size = New System.Drawing.Size(153, 30) + Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubdialog.TabIndex = 7 ' 'ucrChkKeepExistingPos ' + Me.ucrChkKeepExistingPos.AutoSize = True Me.ucrChkKeepExistingPos.Checked = False Me.ucrChkKeepExistingPos.Location = New System.Drawing.Point(227, 155) Me.ucrChkKeepExistingPos.Name = "ucrChkKeepExistingPos" - Me.ucrChkKeepExistingPos.Size = New System.Drawing.Size(126, 20) + Me.ucrChkKeepExistingPos.Size = New System.Drawing.Size(126, 23) Me.ucrChkKeepExistingPos.TabIndex = 16 ' 'sdgSaveColumnPosition ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(361, 301) Me.Controls.Add(Me.ucrChkKeepExistingPos) diff --git a/instat/sdgSelectMonth.Designer.vb b/instat/sdgSelectMonth.Designer.vb index e8cdc4da7dc..7fdf6af82e9 100644 --- a/instat/sdgSelectMonth.Designer.vb +++ b/instat/sdgSelectMonth.Designer.vb @@ -51,15 +51,16 @@ Partial Class sdgSelectMonth ' 'ucrBaseSdg ' + Me.ucrBaseSdg.AutoSize = True Me.ucrBaseSdg.Location = New System.Drawing.Point(53, 265) Me.ucrBaseSdg.Name = "ucrBaseSdg" - Me.ucrBaseSdg.Size = New System.Drawing.Size(154, 30) + Me.ucrBaseSdg.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSdg.TabIndex = 0 ' 'sdgSelectMonth ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(259, 298) Me.Controls.Add(Me.lblSelectMonth) diff --git a/instat/sdgSimpleRegOptions.Designer.vb b/instat/sdgSimpleRegOptions.Designer.vb index 6cd5623d083..cb335830dbf 100644 --- a/instat/sdgSimpleRegOptions.Designer.vb +++ b/instat/sdgSimpleRegOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgSimpleRegOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgSimpleRegOptions)) Me.tbGraphics = New System.Windows.Forms.TabPage() Me.tcGraphics = New System.Windows.Forms.TabControl() Me.tbModel = New System.Windows.Forms.TabPage() @@ -103,22 +102,28 @@ Partial Class sdgSimpleRegOptions 'tbGraphics ' Me.tbGraphics.Controls.Add(Me.tcGraphics) - resources.ApplyResources(Me.tbGraphics, "tbGraphics") + Me.tbGraphics.Location = New System.Drawing.Point(4, 22) Me.tbGraphics.Name = "tbGraphics" + Me.tbGraphics.Padding = New System.Windows.Forms.Padding(3) + Me.tbGraphics.Size = New System.Drawing.Size(333, 316) + Me.tbGraphics.TabIndex = 1 Me.tbGraphics.Tag = "Graphics" + Me.tbGraphics.Text = "Graphics" Me.tbGraphics.UseVisualStyleBackColor = True ' 'tcGraphics ' Me.tcGraphics.Controls.Add(Me.tbModel) Me.tcGraphics.Controls.Add(Me.tbResiduals) - resources.ApplyResources(Me.tcGraphics, "tcGraphics") + Me.tcGraphics.Location = New System.Drawing.Point(6, 3) Me.tcGraphics.Name = "tcGraphics" Me.tcGraphics.SelectedIndex = 0 + Me.tcGraphics.Size = New System.Drawing.Size(304, 307) + Me.tcGraphics.TabIndex = 0 ' 'tbModel ' - resources.ApplyResources(Me.tbModel, "tbModel") + Me.tbModel.AccessibleDescription = "" Me.tbModel.Controls.Add(Me.ucrNudWhiteSpace) Me.tbModel.Controls.Add(Me.ucrNudGraphicsCLevel) Me.tbModel.Controls.Add(Me.ucrChkRugs) @@ -131,59 +136,85 @@ Partial Class sdgSimpleRegOptions Me.tbModel.Controls.Add(Me.lblGraphicsSignLevel) Me.tbModel.Controls.Add(Me.grpPlotType) Me.tbModel.Controls.Add(Me.grpScale) + Me.tbModel.Location = New System.Drawing.Point(4, 22) Me.tbModel.Name = "tbModel" + Me.tbModel.Padding = New System.Windows.Forms.Padding(3) + Me.tbModel.Size = New System.Drawing.Size(296, 281) + Me.tbModel.TabIndex = 0 Me.tbModel.Tag = "Model" + Me.tbModel.Text = "Model" Me.tbModel.UseVisualStyleBackColor = True ' 'ucrNudWhiteSpace ' + Me.ucrNudWhiteSpace.AutoSize = True Me.ucrNudWhiteSpace.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWhiteSpace.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWhiteSpace, "ucrNudWhiteSpace") + Me.ucrNudWhiteSpace.Location = New System.Drawing.Point(140, 147) Me.ucrNudWhiteSpace.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWhiteSpace.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWhiteSpace.Name = "ucrNudWhiteSpace" + Me.ucrNudWhiteSpace.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWhiteSpace.TabIndex = 8 Me.ucrNudWhiteSpace.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudGraphicsCLevel ' + Me.ucrNudGraphicsCLevel.AutoSize = True Me.ucrNudGraphicsCLevel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudGraphicsCLevel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudGraphicsCLevel, "ucrNudGraphicsCLevel") + Me.ucrNudGraphicsCLevel.Location = New System.Drawing.Point(140, 121) Me.ucrNudGraphicsCLevel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudGraphicsCLevel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudGraphicsCLevel.Name = "ucrNudGraphicsCLevel" + Me.ucrNudGraphicsCLevel.Size = New System.Drawing.Size(50, 20) + Me.ucrNudGraphicsCLevel.TabIndex = 6 Me.ucrNudGraphicsCLevel.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkRugs ' + Me.ucrChkRugs.AutoSize = True Me.ucrChkRugs.Checked = False - resources.ApplyResources(Me.ucrChkRugs, "ucrChkRugs") + Me.ucrChkRugs.Location = New System.Drawing.Point(126, 178) Me.ucrChkRugs.Name = "ucrChkRugs" + Me.ucrChkRugs.Size = New System.Drawing.Size(113, 23) + Me.ucrChkRugs.TabIndex = 10 ' 'ucrChkJitter ' + Me.ucrChkJitter.AutoSize = True Me.ucrChkJitter.Checked = False - resources.ApplyResources(Me.ucrChkJitter, "ucrChkJitter") + Me.ucrChkJitter.Location = New System.Drawing.Point(10, 204) Me.ucrChkJitter.Name = "ucrChkJitter" + Me.ucrChkJitter.Size = New System.Drawing.Size(97, 23) + Me.ucrChkJitter.TabIndex = 11 ' 'ucrChkPartial ' + Me.ucrChkPartial.AutoSize = True Me.ucrChkPartial.Checked = False - resources.ApplyResources(Me.ucrChkPartial, "ucrChkPartial") + Me.ucrChkPartial.Location = New System.Drawing.Point(10, 178) Me.ucrChkPartial.Name = "ucrChkPartial" + Me.ucrChkPartial.Size = New System.Drawing.Size(109, 23) + Me.ucrChkPartial.TabIndex = 9 ' 'ucrChkConfIntervalband ' + Me.ucrChkConfIntervalband.AutoSize = True Me.ucrChkConfIntervalband.Checked = False - resources.ApplyResources(Me.ucrChkConfIntervalband, "ucrChkConfIntervalband") + Me.ucrChkConfIntervalband.Location = New System.Drawing.Point(126, 202) Me.ucrChkConfIntervalband.Name = "ucrChkConfIntervalband" + Me.ucrChkConfIntervalband.Size = New System.Drawing.Size(113, 23) + Me.ucrChkConfIntervalband.TabIndex = 0 ' 'ucrChkFittedModel ' + Me.ucrChkFittedModel.AutoSize = True Me.ucrChkFittedModel.Checked = False - resources.ApplyResources(Me.ucrChkFittedModel, "ucrChkFittedModel") + Me.ucrChkFittedModel.Location = New System.Drawing.Point(10, 7) Me.ucrChkFittedModel.Name = "ucrChkFittedModel" + Me.ucrChkFittedModel.Size = New System.Drawing.Size(263, 23) + Me.ucrChkFittedModel.TabIndex = 0 ' 'grpRugs ' @@ -191,117 +222,174 @@ Partial Class sdgSimpleRegOptions Me.grpRugs.Controls.Add(Me.rdo1) Me.grpRugs.Controls.Add(Me.rdo2) Me.grpRugs.Controls.Add(Me.ucrPnlPartial12) - resources.ApplyResources(Me.grpRugs, "grpRugs") + Me.grpRugs.Location = New System.Drawing.Point(8, 230) Me.grpRugs.Name = "grpRugs" + Me.grpRugs.Size = New System.Drawing.Size(190, 46) + Me.grpRugs.TabIndex = 1 Me.grpRugs.TabStop = False ' 'rdoPartial ' - resources.ApplyResources(Me.rdoPartial, "rdoPartial") + Me.rdoPartial.AutoSize = True + Me.rdoPartial.Location = New System.Drawing.Point(14, 16) Me.rdoPartial.Name = "rdoPartial" + Me.rdoPartial.Size = New System.Drawing.Size(54, 17) + Me.rdoPartial.TabIndex = 1 Me.rdoPartial.TabStop = True Me.rdoPartial.Tag = "Partial" + Me.rdoPartial.Text = "Partial" Me.rdoPartial.UseVisualStyleBackColor = True ' 'rdo1 ' - resources.ApplyResources(Me.rdo1, "rdo1") + Me.rdo1.AutoSize = True + Me.rdo1.Location = New System.Drawing.Point(88, 16) Me.rdo1.Name = "rdo1" + Me.rdo1.Size = New System.Drawing.Size(31, 17) + Me.rdo1.TabIndex = 2 Me.rdo1.TabStop = True Me.rdo1.Tag = "1" + Me.rdo1.Text = "1" Me.rdo1.UseVisualStyleBackColor = True ' 'rdo2 ' - resources.ApplyResources(Me.rdo2, "rdo2") + Me.rdo2.AutoSize = True + Me.rdo2.Location = New System.Drawing.Point(139, 16) Me.rdo2.Name = "rdo2" + Me.rdo2.Size = New System.Drawing.Size(31, 17) + Me.rdo2.TabIndex = 3 Me.rdo2.TabStop = True Me.rdo2.Tag = "2" + Me.rdo2.Text = "2" Me.rdo2.UseVisualStyleBackColor = True ' 'ucrPnlPartial12 ' - resources.ApplyResources(Me.ucrPnlPartial12, "ucrPnlPartial12") + Me.ucrPnlPartial12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPartial12.Location = New System.Drawing.Point(6, 13) Me.ucrPnlPartial12.Name = "ucrPnlPartial12" + Me.ucrPnlPartial12.Size = New System.Drawing.Size(176, 27) + Me.ucrPnlPartial12.TabIndex = 0 ' 'lblWhiteSpace ' - resources.ApplyResources(Me.lblWhiteSpace, "lblWhiteSpace") + Me.lblWhiteSpace.AutoSize = True + Me.lblWhiteSpace.Location = New System.Drawing.Point(9, 149) Me.lblWhiteSpace.Name = "lblWhiteSpace" + Me.lblWhiteSpace.Size = New System.Drawing.Size(72, 13) + Me.lblWhiteSpace.TabIndex = 7 Me.lblWhiteSpace.Tag = "White_Space:" + Me.lblWhiteSpace.Text = "White Space:" ' 'lblGraphicsSignLevel ' - resources.ApplyResources(Me.lblGraphicsSignLevel, "lblGraphicsSignLevel") + Me.lblGraphicsSignLevel.AutoSize = True + Me.lblGraphicsSignLevel.Location = New System.Drawing.Point(9, 124) Me.lblGraphicsSignLevel.Name = "lblGraphicsSignLevel" + Me.lblGraphicsSignLevel.Size = New System.Drawing.Size(97, 13) + Me.lblGraphicsSignLevel.TabIndex = 5 Me.lblGraphicsSignLevel.Tag = "Significance_Level:" + Me.lblGraphicsSignLevel.Text = "Significance Level:" ' 'grpPlotType ' Me.grpPlotType.Controls.Add(Me.rdoContrast) Me.grpPlotType.Controls.Add(Me.rdoConditional) Me.grpPlotType.Controls.Add(Me.ucrPnlPlotType) - resources.ApplyResources(Me.grpPlotType, "grpPlotType") + Me.grpPlotType.Location = New System.Drawing.Point(8, 33) Me.grpPlotType.Name = "grpPlotType" + Me.grpPlotType.Size = New System.Drawing.Size(111, 75) + Me.grpPlotType.TabIndex = 3 Me.grpPlotType.TabStop = False Me.grpPlotType.Tag = "Plot_type" + Me.grpPlotType.Text = "Plot type" ' 'rdoContrast ' - resources.ApplyResources(Me.rdoContrast, "rdoContrast") + Me.rdoContrast.AutoSize = True + Me.rdoContrast.Location = New System.Drawing.Point(9, 43) Me.rdoContrast.Name = "rdoContrast" + Me.rdoContrast.Size = New System.Drawing.Size(64, 17) + Me.rdoContrast.TabIndex = 1 Me.rdoContrast.Tag = "Contrast" + Me.rdoContrast.Text = "Contrast" Me.rdoContrast.UseVisualStyleBackColor = True ' 'rdoConditional ' - resources.ApplyResources(Me.rdoConditional, "rdoConditional") + Me.rdoConditional.AutoSize = True + Me.rdoConditional.Location = New System.Drawing.Point(9, 19) Me.rdoConditional.Name = "rdoConditional" + Me.rdoConditional.Size = New System.Drawing.Size(77, 17) + Me.rdoConditional.TabIndex = 0 Me.rdoConditional.Tag = "Conditional" + Me.rdoConditional.Text = "Conditional" Me.rdoConditional.UseVisualStyleBackColor = True ' 'ucrPnlPlotType ' - resources.ApplyResources(Me.ucrPnlPlotType, "ucrPnlPlotType") + Me.ucrPnlPlotType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlotType.Location = New System.Drawing.Point(2, 13) Me.ucrPnlPlotType.Name = "ucrPnlPlotType" + Me.ucrPnlPlotType.Size = New System.Drawing.Size(103, 56) + Me.ucrPnlPlotType.TabIndex = 2 ' 'grpScale ' Me.grpScale.Controls.Add(Me.rdoResponse) Me.grpScale.Controls.Add(Me.rdoLinear) Me.grpScale.Controls.Add(Me.ucrPnlScale) - resources.ApplyResources(Me.grpScale, "grpScale") + Me.grpScale.Location = New System.Drawing.Point(161, 33) Me.grpScale.Name = "grpScale" + Me.grpScale.Size = New System.Drawing.Size(112, 75) + Me.grpScale.TabIndex = 4 Me.grpScale.TabStop = False Me.grpScale.Tag = "Scale" + Me.grpScale.Text = "Scale" ' 'rdoResponse ' - resources.ApplyResources(Me.rdoResponse, "rdoResponse") + Me.rdoResponse.AutoSize = True + Me.rdoResponse.Location = New System.Drawing.Point(9, 42) Me.rdoResponse.Name = "rdoResponse" + Me.rdoResponse.Size = New System.Drawing.Size(73, 17) + Me.rdoResponse.TabIndex = 1 Me.rdoResponse.TabStop = True Me.rdoResponse.Tag = "Response" + Me.rdoResponse.Text = "Response" Me.rdoResponse.UseVisualStyleBackColor = True ' 'rdoLinear ' - resources.ApplyResources(Me.rdoLinear, "rdoLinear") + Me.rdoLinear.AutoSize = True + Me.rdoLinear.Location = New System.Drawing.Point(9, 18) Me.rdoLinear.Name = "rdoLinear" + Me.rdoLinear.Size = New System.Drawing.Size(54, 17) + Me.rdoLinear.TabIndex = 0 Me.rdoLinear.TabStop = True Me.rdoLinear.Tag = "Linear" + Me.rdoLinear.Text = "Linear" Me.rdoLinear.UseVisualStyleBackColor = True ' 'ucrPnlScale ' - resources.ApplyResources(Me.ucrPnlScale, "ucrPnlScale") + Me.ucrPnlScale.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlScale.Location = New System.Drawing.Point(6, 13) Me.ucrPnlScale.Name = "ucrPnlScale" + Me.ucrPnlScale.Size = New System.Drawing.Size(94, 56) + Me.ucrPnlScale.TabIndex = 2 ' 'tbResiduals ' Me.tbResiduals.Controls.Add(Me.grpIndividualPlots) - resources.ApplyResources(Me.tbResiduals, "tbResiduals") + Me.tbResiduals.Location = New System.Drawing.Point(4, 22) Me.tbResiduals.Name = "tbResiduals" + Me.tbResiduals.Padding = New System.Windows.Forms.Padding(3) + Me.tbResiduals.Size = New System.Drawing.Size(296, 281) + Me.tbResiduals.TabIndex = 1 Me.tbResiduals.Tag = "Residuals" + Me.tbResiduals.Text = "Residuals" Me.tbResiduals.UseVisualStyleBackColor = True ' 'grpIndividualPlots @@ -312,46 +400,67 @@ Partial Class sdgSimpleRegOptions Me.grpIndividualPlots.Controls.Add(Me.ucrChkResidualsLeverage) Me.grpIndividualPlots.Controls.Add(Me.ucrChkQQ) Me.grpIndividualPlots.Controls.Add(Me.ucrChkCooksDistanceLeverage) - resources.ApplyResources(Me.grpIndividualPlots, "grpIndividualPlots") + Me.grpIndividualPlots.Location = New System.Drawing.Point(6, 14) Me.grpIndividualPlots.Name = "grpIndividualPlots" + Me.grpIndividualPlots.Size = New System.Drawing.Size(285, 174) + Me.grpIndividualPlots.TabIndex = 2 Me.grpIndividualPlots.TabStop = False Me.grpIndividualPlots.Tag = "" + Me.grpIndividualPlots.Text = "Individual Plots" ' 'ucrChkCooksDistance ' + Me.ucrChkCooksDistance.AutoSize = True Me.ucrChkCooksDistance.Checked = False - resources.ApplyResources(Me.ucrChkCooksDistance, "ucrChkCooksDistance") + Me.ucrChkCooksDistance.Location = New System.Drawing.Point(6, 145) Me.ucrChkCooksDistance.Name = "ucrChkCooksDistance" + Me.ucrChkCooksDistance.Size = New System.Drawing.Size(273, 23) + Me.ucrChkCooksDistance.TabIndex = 5 ' 'ucrChkResidualsFitted ' + Me.ucrChkResidualsFitted.AutoSize = True Me.ucrChkResidualsFitted.Checked = False - resources.ApplyResources(Me.ucrChkResidualsFitted, "ucrChkResidualsFitted") + Me.ucrChkResidualsFitted.Location = New System.Drawing.Point(6, 21) Me.ucrChkResidualsFitted.Name = "ucrChkResidualsFitted" + Me.ucrChkResidualsFitted.Size = New System.Drawing.Size(273, 23) + Me.ucrChkResidualsFitted.TabIndex = 0 ' 'ucrChkScaleLocation ' + Me.ucrChkScaleLocation.AutoSize = True Me.ucrChkScaleLocation.Checked = False - resources.ApplyResources(Me.ucrChkScaleLocation, "ucrChkScaleLocation") + Me.ucrChkScaleLocation.Location = New System.Drawing.Point(6, 119) Me.ucrChkScaleLocation.Name = "ucrChkScaleLocation" + Me.ucrChkScaleLocation.Size = New System.Drawing.Size(273, 23) + Me.ucrChkScaleLocation.TabIndex = 3 ' 'ucrChkResidualsLeverage ' + Me.ucrChkResidualsLeverage.AutoSize = True Me.ucrChkResidualsLeverage.Checked = False - resources.ApplyResources(Me.ucrChkResidualsLeverage, "ucrChkResidualsLeverage") + Me.ucrChkResidualsLeverage.Location = New System.Drawing.Point(6, 44) Me.ucrChkResidualsLeverage.Name = "ucrChkResidualsLeverage" + Me.ucrChkResidualsLeverage.Size = New System.Drawing.Size(273, 23) + Me.ucrChkResidualsLeverage.TabIndex = 2 ' 'ucrChkQQ ' + Me.ucrChkQQ.AutoSize = True Me.ucrChkQQ.Checked = False - resources.ApplyResources(Me.ucrChkQQ, "ucrChkQQ") + Me.ucrChkQQ.Location = New System.Drawing.Point(6, 93) Me.ucrChkQQ.Name = "ucrChkQQ" + Me.ucrChkQQ.Size = New System.Drawing.Size(273, 23) + Me.ucrChkQQ.TabIndex = 1 ' 'ucrChkCooksDistanceLeverage ' + Me.ucrChkCooksDistanceLeverage.AutoSize = True Me.ucrChkCooksDistanceLeverage.Checked = False - resources.ApplyResources(Me.ucrChkCooksDistanceLeverage, "ucrChkCooksDistanceLeverage") + Me.ucrChkCooksDistanceLeverage.Location = New System.Drawing.Point(6, 67) Me.ucrChkCooksDistanceLeverage.Name = "ucrChkCooksDistanceLeverage" + Me.ucrChkCooksDistanceLeverage.Size = New System.Drawing.Size(273, 23) + Me.ucrChkCooksDistanceLeverage.TabIndex = 4 ' 'tbDisplay ' @@ -362,65 +471,93 @@ Partial Class sdgSimpleRegOptions Me.tbDisplay.Controls.Add(Me.ucrChkANOVA) Me.tbDisplay.Controls.Add(Me.ucrChkModel) Me.tbDisplay.Controls.Add(Me.lblConfLevel) - resources.ApplyResources(Me.tbDisplay, "tbDisplay") + Me.tbDisplay.Location = New System.Drawing.Point(4, 22) Me.tbDisplay.Name = "tbDisplay" + Me.tbDisplay.Padding = New System.Windows.Forms.Padding(3) + Me.tbDisplay.Size = New System.Drawing.Size(333, 316) + Me.tbDisplay.TabIndex = 0 Me.tbDisplay.Tag = "Display" + Me.tbDisplay.Text = "Display" Me.tbDisplay.UseVisualStyleBackColor = True ' 'ucrNudConfLevel ' + Me.ucrNudConfLevel.AutoSize = True Me.ucrNudConfLevel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConfLevel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudConfLevel, "ucrNudConfLevel") + Me.ucrNudConfLevel.Location = New System.Drawing.Point(165, 111) Me.ucrNudConfLevel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudConfLevel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConfLevel.Name = "ucrNudConfLevel" + Me.ucrNudConfLevel.Size = New System.Drawing.Size(50, 20) + Me.ucrNudConfLevel.TabIndex = 6 Me.ucrNudConfLevel.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkPvalues ' + Me.ucrChkPvalues.AutoSize = True Me.ucrChkPvalues.Checked = False - resources.ApplyResources(Me.ucrChkPvalues, "ucrChkPvalues") + Me.ucrChkPvalues.Location = New System.Drawing.Point(147, 37) Me.ucrChkPvalues.Name = "ucrChkPvalues" + Me.ucrChkPvalues.Size = New System.Drawing.Size(180, 23) + Me.ucrChkPvalues.TabIndex = 2 ' 'ucrChkEstimates ' + Me.ucrChkEstimates.AutoSize = True Me.ucrChkEstimates.Checked = False - resources.ApplyResources(Me.ucrChkEstimates, "ucrChkEstimates") + Me.ucrChkEstimates.Location = New System.Drawing.Point(10, 64) Me.ucrChkEstimates.Name = "ucrChkEstimates" + Me.ucrChkEstimates.Size = New System.Drawing.Size(232, 23) + Me.ucrChkEstimates.TabIndex = 3 ' 'ucrChkConfLimits ' + Me.ucrChkConfLimits.AutoSize = True Me.ucrChkConfLimits.Checked = False - resources.ApplyResources(Me.ucrChkConfLimits, "ucrChkConfLimits") + Me.ucrChkConfLimits.Location = New System.Drawing.Point(10, 91) Me.ucrChkConfLimits.Name = "ucrChkConfLimits" + Me.ucrChkConfLimits.Size = New System.Drawing.Size(232, 23) + Me.ucrChkConfLimits.TabIndex = 4 ' 'ucrChkANOVA ' + Me.ucrChkANOVA.AutoSize = True Me.ucrChkANOVA.Checked = False - resources.ApplyResources(Me.ucrChkANOVA, "ucrChkANOVA") + Me.ucrChkANOVA.Location = New System.Drawing.Point(10, 37) Me.ucrChkANOVA.Name = "ucrChkANOVA" + Me.ucrChkANOVA.Size = New System.Drawing.Size(113, 23) + Me.ucrChkANOVA.TabIndex = 1 ' 'ucrChkModel ' + Me.ucrChkModel.AutoSize = True Me.ucrChkModel.Checked = False - resources.ApplyResources(Me.ucrChkModel, "ucrChkModel") + Me.ucrChkModel.Location = New System.Drawing.Point(10, 10) Me.ucrChkModel.Name = "ucrChkModel" + Me.ucrChkModel.Size = New System.Drawing.Size(232, 23) + Me.ucrChkModel.TabIndex = 0 ' 'lblConfLevel ' - resources.ApplyResources(Me.lblConfLevel, "lblConfLevel") + Me.lblConfLevel.AutoSize = True + Me.lblConfLevel.Location = New System.Drawing.Point(47, 118) Me.lblConfLevel.Name = "lblConfLevel" + Me.lblConfLevel.Size = New System.Drawing.Size(93, 13) + Me.lblConfLevel.TabIndex = 5 Me.lblConfLevel.Tag = "Confidence_Level:" + Me.lblConfLevel.Text = "Confidence Level:" ' 'tbpRegOptions ' Me.tbpRegOptions.Controls.Add(Me.tbDisplay) Me.tbpRegOptions.Controls.Add(Me.tbGraphics) Me.tbpRegOptions.Controls.Add(Me.tbSave) - resources.ApplyResources(Me.tbpRegOptions, "tbpRegOptions") + Me.tbpRegOptions.Location = New System.Drawing.Point(2, 3) Me.tbpRegOptions.Name = "tbpRegOptions" Me.tbpRegOptions.SelectedIndex = 0 + Me.tbpRegOptions.Size = New System.Drawing.Size(341, 342) + Me.tbpRegOptions.TabIndex = 0 ' 'tbSave ' @@ -428,47 +565,74 @@ Partial Class sdgSimpleRegOptions Me.tbSave.Controls.Add(Me.ucrSaveStdResidualsColumnName) Me.tbSave.Controls.Add(Me.ucrSaveResidualsColumnName) Me.tbSave.Controls.Add(Me.ucrSaveFittedColumnName) - resources.ApplyResources(Me.tbSave, "tbSave") + Me.tbSave.Location = New System.Drawing.Point(4, 22) Me.tbSave.Name = "tbSave" + Me.tbSave.Padding = New System.Windows.Forms.Padding(3) + Me.tbSave.Size = New System.Drawing.Size(333, 316) + Me.tbSave.TabIndex = 2 Me.tbSave.Tag = "Save" + Me.tbSave.Text = "Save" Me.tbSave.UseVisualStyleBackColor = True ' 'ucrSaveLeverageColumnName ' - resources.ApplyResources(Me.ucrSaveLeverageColumnName, "ucrSaveLeverageColumnName") + Me.ucrSaveLeverageColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveLeverageColumnName.Location = New System.Drawing.Point(5, 91) + Me.ucrSaveLeverageColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveLeverageColumnName.Name = "ucrSaveLeverageColumnName" + Me.ucrSaveLeverageColumnName.Size = New System.Drawing.Size(322, 24) + Me.ucrSaveLeverageColumnName.TabIndex = 3 ' 'ucrSaveStdResidualsColumnName ' - resources.ApplyResources(Me.ucrSaveStdResidualsColumnName, "ucrSaveStdResidualsColumnName") + Me.ucrSaveStdResidualsColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveStdResidualsColumnName.Location = New System.Drawing.Point(5, 64) + Me.ucrSaveStdResidualsColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveStdResidualsColumnName.Name = "ucrSaveStdResidualsColumnName" + Me.ucrSaveStdResidualsColumnName.Size = New System.Drawing.Size(322, 24) + Me.ucrSaveStdResidualsColumnName.TabIndex = 2 ' 'ucrSaveResidualsColumnName ' - resources.ApplyResources(Me.ucrSaveResidualsColumnName, "ucrSaveResidualsColumnName") + Me.ucrSaveResidualsColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResidualsColumnName.Location = New System.Drawing.Point(5, 37) + Me.ucrSaveResidualsColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResidualsColumnName.Name = "ucrSaveResidualsColumnName" + Me.ucrSaveResidualsColumnName.Size = New System.Drawing.Size(322, 24) + Me.ucrSaveResidualsColumnName.TabIndex = 1 ' 'ucrSaveFittedColumnName ' - resources.ApplyResources(Me.ucrSaveFittedColumnName, "ucrSaveFittedColumnName") + Me.ucrSaveFittedColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveFittedColumnName.Location = New System.Drawing.Point(5, 10) + Me.ucrSaveFittedColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveFittedColumnName.Name = "ucrSaveFittedColumnName" + Me.ucrSaveFittedColumnName.Size = New System.Drawing.Size(322, 24) + Me.ucrSaveFittedColumnName.TabIndex = 0 ' 'ucrSdgButtons ' - resources.ApplyResources(Me.ucrSdgButtons, "ucrSdgButtons") + Me.ucrSdgButtons.AutoSize = True + Me.ucrSdgButtons.Location = New System.Drawing.Point(106, 347) Me.ucrSdgButtons.Name = "ucrSdgButtons" + Me.ucrSdgButtons.Size = New System.Drawing.Size(224, 30) + Me.ucrSdgButtons.TabIndex = 1 ' 'sdgSimpleRegOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(355, 378) Me.Controls.Add(Me.tbpRegOptions) Me.Controls.Add(Me.ucrSdgButtons) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgSimpleRegOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Graph_and_Display_Options" + Me.Text = "Graph and Display Options" Me.tbGraphics.ResumeLayout(False) Me.tcGraphics.ResumeLayout(False) Me.tbModel.ResumeLayout(False) @@ -481,11 +645,13 @@ Partial Class sdgSimpleRegOptions Me.grpScale.PerformLayout() Me.tbResiduals.ResumeLayout(False) Me.grpIndividualPlots.ResumeLayout(False) + Me.grpIndividualPlots.PerformLayout() Me.tbDisplay.ResumeLayout(False) Me.tbDisplay.PerformLayout() Me.tbpRegOptions.ResumeLayout(False) Me.tbSave.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgSimpleRegOptions.resx b/instat/sdgSimpleRegOptions.resx index 64251dfe897..29dcb1b3a35 100644 --- a/instat/sdgSimpleRegOptions.resx +++ b/instat/sdgSimpleRegOptions.resx @@ -117,1153 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - - - 140, 147 - - - 50, 20 - - - - 8 - - - ucrNudWhiteSpace - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 0 - - - 140, 121 - - - 50, 20 - - - 6 - - - ucrNudGraphicsCLevel - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 1 - - - 126, 178 - - - 113, 20 - - - 10 - - - ucrChkRugs - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 2 - - - 10, 204 - - - 97, 20 - - - 11 - - - ucrChkJitter - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 3 - - - 10, 178 - - - 109, 20 - - - 9 - - - ucrChkPartial - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 4 - - - 126, 202 - - - 113, 20 - - - 0 - - - ucrChkConfIntervalband - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 5 - - - 10, 7 - - - 263, 20 - - - 0 - - - ucrChkFittedModel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 6 - - - True - - - 14, 16 - - - 54, 17 - - - 1 - - - Partial - - - rdoPartial - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRugs - - - 0 - - - True - - - 88, 16 - - - 31, 17 - - - 2 - - - 1 - - - rdo1 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRugs - - - 1 - - - True - - - 139, 16 - - - 31, 17 - - - 3 - - - 2 - - - rdo2 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRugs - - - 2 - - - 6, 13 - - - 176, 27 - - - 0 - - - ucrPnlPartial12 - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRugs - - - 3 - - - 8, 230 - - - 190, 46 - - - 1 - - - grpRugs - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbModel - - - 7 - - - True - - - 9, 149 - - - 72, 13 - - - 7 - - - White Space: - - - lblWhiteSpace - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbModel - - - 8 - - - True - - - 9, 124 - - - 97, 13 - - - 5 - - - Significance Level: - - - lblGraphicsSignLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbModel - - - 9 - - - True - - - 9, 43 - - - 64, 17 - - - 1 - - - Contrast - - - rdoContrast - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlotType - - - 0 - - - True - - - 9, 19 - - - 77, 17 - - - 0 - - - Conditional - - - rdoConditional - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPlotType - - - 1 - - - 2, 13 - - - 103, 56 - - - 2 - - - ucrPnlPlotType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotType - - - 2 - - - 8, 33 - - - 111, 75 - - - 3 - - - Plot type - - - grpPlotType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbModel - - - 10 - - - True - - - 9, 42 - - - 73, 17 - - - 1 - - - Response - - - rdoResponse - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScale - - - 0 - - - True - - - 9, 18 - - - 54, 17 - - - 0 - - - Linear - - - rdoLinear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpScale - - - 1 - - - 6, 13 - - - 94, 56 - - - 2 - - - ucrPnlScale - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScale - - - 2 - - - 161, 33 - - - 112, 75 - - - 4 - - - Scale - - - grpScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbModel - - - 11 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 296, 281 - - - 0 - - - Model - - - tbModel - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcGraphics - - - 0 - - - 6, 145 - - - 273, 20 - - - 5 - - - ucrChkCooksDistance - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 0 - - - 6, 21 - - - 273, 20 - - - 0 - - - ucrChkResidualsFitted - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 1 - - - 6, 119 - - - 273, 20 - - - 3 - - - ucrChkScaleLocation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 2 - - - 6, 44 - - - 273, 20 - - - 2 - - - ucrChkResidualsLeverage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 3 - - - 6, 93 - - - 273, 20 - - - 1 - - - ucrChkQQ - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 4 - - - 6, 67 - - - 273, 20 - - - 4 - - - ucrChkCooksDistanceLeverage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpIndividualPlots - - - 5 - - - 6, 14 - - - 285, 174 - - - 2 - - - Individual Plots - - - grpIndividualPlots - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbResiduals - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 296, 281 - - - 1 - - - Residuals - - - tbResiduals - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcGraphics - - - 1 - - - 6, 3 - - - 304, 307 - - - 0 - - - tcGraphics - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbGraphics - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 333, 316 - - - 1 - - - Graphics - - - tbGraphics - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpRegOptions - - - 1 - - - 165, 111 - - - 50, 20 - - - 6 - - - ucrNudConfLevel - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 0 - - - 147, 37 - - - 180, 20 - - - 2 - - - ucrChkPvalues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 1 - - - 10, 64 - - - 232, 20 - - - 3 - - - ucrChkEstimates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 2 - - - 10, 91 - - - 232, 20 - - - 4 - - - ucrChkConfLimits - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 3 - - - 10, 37 - - - 113, 20 - - - 1 - - - ucrChkANOVA - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 4 - - - 10, 10 - - - 232, 20 - - - 0 - - - ucrChkModel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbDisplay - - - 5 - - - True - - - 47, 118 - - - 93, 13 - - - 5 - - - Confidence Level: - - - lblConfLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbDisplay - - - 6 - - - 4, 22 - - - 3, 3, 3, 3 - - - 333, 316 - - - 0 - - - Display - - - tbDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpRegOptions - - - 0 - - - 5, 91 - - - 4, 5, 4, 5 - - - 322, 24 - - - 3 - - - ucrSaveLeverageColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSave - - - 0 - - - 5, 64 - - - 4, 5, 4, 5 - - - 322, 24 - - - 2 - - - ucrSaveStdResidualsColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSave - - - 1 - - - 5, 37 - - - 4, 5, 4, 5 - - - 322, 24 - - - 1 - - - ucrSaveResidualsColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSave - - - 2 - - - 5, 10 - - - 4, 5, 4, 5 - - - 322, 24 - - - 0 - - - ucrSaveFittedColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbSave - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 333, 316 - - - 2 - - - Save - - - tbSave - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpRegOptions - - - 2 - - - 2, 3 - - - 341, 342 - - - 0 - - - tbpRegOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 106, 347 - - - 160, 30 - - - 1 - - - ucrSdgButtons - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 355, 378 - - - CenterParent - - - Graph and Display Options - - - sdgSimpleRegOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgSummaries.Designer.vb b/instat/sdgSummaries.Designer.vb index fcc5f41569f..51048f5410b 100644 --- a/instat/sdgSummaries.Designer.vb +++ b/instat/sdgSummaries.Designer.vb @@ -39,7 +39,6 @@ Partial Class sdgSummaries Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgSummaries)) Me.tbCircular = New System.Windows.Forms.TabPage() Me.grpCircScale = New System.Windows.Forms.GroupBox() Me.ucrChkCircRange = New instat.ucrCheck() @@ -192,8 +191,13 @@ Partial Class sdgSummaries ' Me.tbCircular.Controls.Add(Me.grpCircScale) Me.tbCircular.Controls.Add(Me.grpCircLocation) - resources.ApplyResources(Me.tbCircular, "tbCircular") + Me.tbCircular.Location = New System.Drawing.Point(4, 22) + Me.tbCircular.Margin = New System.Windows.Forms.Padding(2) Me.tbCircular.Name = "tbCircular" + Me.tbCircular.Padding = New System.Windows.Forms.Padding(2) + Me.tbCircular.Size = New System.Drawing.Size(409, 383) + Me.tbCircular.TabIndex = 8 + Me.tbCircular.Text = "Circular" Me.tbCircular.UseVisualStyleBackColor = True ' 'grpCircScale @@ -204,45 +208,74 @@ Partial Class sdgSummaries Me.grpCircScale.Controls.Add(Me.ucrChkAngDev) Me.grpCircScale.Controls.Add(Me.ucrChkVar) Me.grpCircScale.Controls.Add(Me.ucrChkSd) - resources.ApplyResources(Me.grpCircScale, "grpCircScale") + Me.grpCircScale.Location = New System.Drawing.Point(4, 103) + Me.grpCircScale.Margin = New System.Windows.Forms.Padding(2) Me.grpCircScale.Name = "grpCircScale" + Me.grpCircScale.Padding = New System.Windows.Forms.Padding(2) + Me.grpCircScale.Size = New System.Drawing.Size(401, 81) + Me.grpCircScale.TabIndex = 1 Me.grpCircScale.TabStop = False + Me.grpCircScale.Text = "Scale" ' 'ucrChkCircRange ' + Me.ucrChkCircRange.AutoSize = True Me.ucrChkCircRange.Checked = False - resources.ApplyResources(Me.ucrChkCircRange, "ucrChkCircRange") + Me.ucrChkCircRange.Location = New System.Drawing.Point(21, 47) + Me.ucrChkCircRange.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkCircRange.Name = "ucrChkCircRange" + Me.ucrChkCircRange.Size = New System.Drawing.Size(80, 23) + Me.ucrChkCircRange.TabIndex = 1 ' 'ucrChkAngVar ' + Me.ucrChkAngVar.AutoSize = True Me.ucrChkAngVar.Checked = False - resources.ApplyResources(Me.ucrChkAngVar, "ucrChkAngVar") + Me.ucrChkAngVar.Location = New System.Drawing.Point(213, 21) + Me.ucrChkAngVar.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkAngVar.Name = "ucrChkAngVar" + Me.ucrChkAngVar.Size = New System.Drawing.Size(80, 23) + Me.ucrChkAngVar.TabIndex = 4 ' 'ucrChkrho ' + Me.ucrChkrho.AutoSize = True Me.ucrChkrho.Checked = False - resources.ApplyResources(Me.ucrChkrho, "ucrChkrho") + Me.ucrChkrho.Location = New System.Drawing.Point(124, 47) + Me.ucrChkrho.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkrho.Name = "ucrChkrho" + Me.ucrChkrho.Size = New System.Drawing.Size(80, 23) + Me.ucrChkrho.TabIndex = 3 ' 'ucrChkAngDev ' + Me.ucrChkAngDev.AutoSize = True Me.ucrChkAngDev.Checked = False - resources.ApplyResources(Me.ucrChkAngDev, "ucrChkAngDev") + Me.ucrChkAngDev.Location = New System.Drawing.Point(213, 47) + Me.ucrChkAngDev.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkAngDev.Name = "ucrChkAngDev" + Me.ucrChkAngDev.Size = New System.Drawing.Size(80, 23) + Me.ucrChkAngDev.TabIndex = 5 ' 'ucrChkVar ' + Me.ucrChkVar.AutoSize = True Me.ucrChkVar.Checked = False - resources.ApplyResources(Me.ucrChkVar, "ucrChkVar") + Me.ucrChkVar.Location = New System.Drawing.Point(124, 19) + Me.ucrChkVar.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkVar.Name = "ucrChkVar" + Me.ucrChkVar.Size = New System.Drawing.Size(80, 23) + Me.ucrChkVar.TabIndex = 2 ' 'ucrChkSd ' + Me.ucrChkSd.AutoSize = True Me.ucrChkSd.Checked = False - resources.ApplyResources(Me.ucrChkSd, "ucrChkSd") + Me.ucrChkSd.Location = New System.Drawing.Point(21, 19) + Me.ucrChkSd.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkSd.Name = "ucrChkSd" + Me.ucrChkSd.Size = New System.Drawing.Size(80, 23) + Me.ucrChkSd.TabIndex = 0 ' 'grpCircLocation ' @@ -253,64 +286,105 @@ Partial Class sdgSummaries Me.grpCircLocation.Controls.Add(Me.ucrChkQ1) Me.grpCircLocation.Controls.Add(Me.ucrChkMax) Me.grpCircLocation.Controls.Add(Me.ucrChkCircMean) - resources.ApplyResources(Me.grpCircLocation, "grpCircLocation") + Me.grpCircLocation.Location = New System.Drawing.Point(4, 9) + Me.grpCircLocation.Margin = New System.Windows.Forms.Padding(2) Me.grpCircLocation.Name = "grpCircLocation" + Me.grpCircLocation.Padding = New System.Windows.Forms.Padding(2) + Me.grpCircLocation.Size = New System.Drawing.Size(401, 90) + Me.grpCircLocation.TabIndex = 0 Me.grpCircLocation.TabStop = False + Me.grpCircLocation.Text = "Location" ' 'ucrChkCircMedian ' + Me.ucrChkCircMedian.AutoSize = True Me.ucrChkCircMedian.Checked = False - resources.ApplyResources(Me.ucrChkCircMedian, "ucrChkCircMedian") + Me.ucrChkCircMedian.Location = New System.Drawing.Point(124, 26) + Me.ucrChkCircMedian.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkCircMedian.Name = "ucrChkCircMedian" + Me.ucrChkCircMedian.Size = New System.Drawing.Size(81, 23) + Me.ucrChkCircMedian.TabIndex = 2 ' 'ucrChkMin ' + Me.ucrChkMin.AutoSize = True Me.ucrChkMin.Checked = False - resources.ApplyResources(Me.ucrChkMin, "ucrChkMin") + Me.ucrChkMin.Location = New System.Drawing.Point(213, 26) + Me.ucrChkMin.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkMin.Name = "ucrChkMin" + Me.ucrChkMin.Size = New System.Drawing.Size(80, 23) + Me.ucrChkMin.TabIndex = 4 ' 'ucrChkMedianH ' + Me.ucrChkMedianH.AutoSize = True Me.ucrChkMedianH.Checked = False - resources.ApplyResources(Me.ucrChkMedianH, "ucrChkMedianH") + Me.ucrChkMedianH.Location = New System.Drawing.Point(300, 26) + Me.ucrChkMedianH.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkMedianH.Name = "ucrChkMedianH" + Me.ucrChkMedianH.Size = New System.Drawing.Size(80, 23) + Me.ucrChkMedianH.TabIndex = 6 ' 'ucrChkQ3 ' + Me.ucrChkQ3.AutoSize = True Me.ucrChkQ3.Checked = False - resources.ApplyResources(Me.ucrChkQ3, "ucrChkQ3") + Me.ucrChkQ3.Location = New System.Drawing.Point(124, 54) + Me.ucrChkQ3.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkQ3.Name = "ucrChkQ3" + Me.ucrChkQ3.Size = New System.Drawing.Size(80, 23) + Me.ucrChkQ3.TabIndex = 3 ' 'ucrChkQ1 ' + Me.ucrChkQ1.AutoSize = True Me.ucrChkQ1.Checked = False - resources.ApplyResources(Me.ucrChkQ1, "ucrChkQ1") + Me.ucrChkQ1.Location = New System.Drawing.Point(21, 54) + Me.ucrChkQ1.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkQ1.Name = "ucrChkQ1" + Me.ucrChkQ1.Size = New System.Drawing.Size(80, 23) + Me.ucrChkQ1.TabIndex = 1 ' 'ucrChkMax ' + Me.ucrChkMax.AutoSize = True Me.ucrChkMax.Checked = False - resources.ApplyResources(Me.ucrChkMax, "ucrChkMax") + Me.ucrChkMax.Location = New System.Drawing.Point(213, 54) + Me.ucrChkMax.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkMax.Name = "ucrChkMax" + Me.ucrChkMax.Size = New System.Drawing.Size(80, 23) + Me.ucrChkMax.TabIndex = 5 ' 'ucrChkCircMean ' + Me.ucrChkCircMean.AutoSize = True Me.ucrChkCircMean.Checked = False - resources.ApplyResources(Me.ucrChkCircMean, "ucrChkCircMean") + Me.ucrChkCircMean.Location = New System.Drawing.Point(21, 26) + Me.ucrChkCircMean.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkCircMean.Name = "ucrChkCircMean" + Me.ucrChkCircMean.Size = New System.Drawing.Size(86, 23) + Me.ucrChkCircMean.TabIndex = 0 ' 'tbModel ' Me.tbModel.Controls.Add(Me.ucrChkStandardErrorOfMean) - resources.ApplyResources(Me.tbModel, "tbModel") + Me.tbModel.Location = New System.Drawing.Point(4, 22) Me.tbModel.Name = "tbModel" + Me.tbModel.Padding = New System.Windows.Forms.Padding(3) + Me.tbModel.Size = New System.Drawing.Size(409, 383) + Me.tbModel.TabIndex = 6 + Me.tbModel.Text = "Model" Me.tbModel.UseVisualStyleBackColor = True ' 'ucrChkStandardErrorOfMean ' + Me.ucrChkStandardErrorOfMean.AutoSize = True Me.ucrChkStandardErrorOfMean.Checked = False - resources.ApplyResources(Me.ucrChkStandardErrorOfMean, "ucrChkStandardErrorOfMean") + Me.ucrChkStandardErrorOfMean.Location = New System.Drawing.Point(16, 21) + Me.ucrChkStandardErrorOfMean.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkStandardErrorOfMean.Name = "ucrChkStandardErrorOfMean" + Me.ucrChkStandardErrorOfMean.Size = New System.Drawing.Size(295, 23) + Me.ucrChkStandardErrorOfMean.TabIndex = 1 ' 'tbPosition ' @@ -319,20 +393,33 @@ Partial Class sdgSummaries Me.tbPosition.Controls.Add(Me.grpPosition) Me.tbPosition.Controls.Add(Me.ucrSelectorOrderBy) Me.tbPosition.Controls.Add(Me.ucrReceiverOrderBy) - resources.ApplyResources(Me.tbPosition, "tbPosition") + Me.tbPosition.Location = New System.Drawing.Point(4, 22) Me.tbPosition.Name = "tbPosition" + Me.tbPosition.Padding = New System.Windows.Forms.Padding(3) + Me.tbPosition.Size = New System.Drawing.Size(409, 383) + Me.tbPosition.TabIndex = 7 + Me.tbPosition.Text = "Position" Me.tbPosition.UseVisualStyleBackColor = True ' 'ucrChkOrderBy ' + Me.ucrChkOrderBy.AutoSize = True Me.ucrChkOrderBy.Checked = False - resources.ApplyResources(Me.ucrChkOrderBy, "ucrChkOrderBy") + Me.ucrChkOrderBy.Location = New System.Drawing.Point(12, 101) + Me.ucrChkOrderBy.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkOrderBy.Name = "ucrChkOrderBy" + Me.ucrChkOrderBy.Size = New System.Drawing.Size(188, 23) + Me.ucrChkOrderBy.TabIndex = 1 ' 'lblOrderBy ' - resources.ApplyResources(Me.lblOrderBy, "lblOrderBy") + Me.lblOrderBy.AutoSize = True + Me.lblOrderBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOrderBy.Location = New System.Drawing.Point(229, 160) Me.lblOrderBy.Name = "lblOrderBy" + Me.lblOrderBy.Size = New System.Drawing.Size(51, 13) + Me.lblOrderBy.TabIndex = 3 + Me.lblOrderBy.Text = "Order By:" ' 'grpPosition ' @@ -344,78 +431,122 @@ Partial Class sdgSummaries Me.grpPosition.Controls.Add(Me.ucrChkFirst) Me.grpPosition.Controls.Add(Me.ucrChkLast) Me.grpPosition.Controls.Add(Me.ucrChknth) - resources.ApplyResources(Me.grpPosition, "grpPosition") + Me.grpPosition.Location = New System.Drawing.Point(6, 6) Me.grpPosition.Name = "grpPosition" + Me.grpPosition.Size = New System.Drawing.Size(397, 80) + Me.grpPosition.TabIndex = 0 Me.grpPosition.TabStop = False + Me.grpPosition.Text = "Position" ' 'ucrChkSetseed ' + Me.ucrChkSetseed.AutoSize = True Me.ucrChkSetseed.Checked = False - resources.ApplyResources(Me.ucrChkSetseed, "ucrChkSetseed") + Me.ucrChkSetseed.Location = New System.Drawing.Point(166, 45) + Me.ucrChkSetseed.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSetseed.Name = "ucrChkSetseed" + Me.ucrChkSetseed.Size = New System.Drawing.Size(101, 23) + Me.ucrChkSetseed.TabIndex = 8 ' 'ucrNudSeed ' + Me.ucrNudSeed.AutoSize = True Me.ucrNudSeed.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSeed.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSeed, "ucrNudSeed") + Me.ucrNudSeed.Location = New System.Drawing.Point(273, 45) + Me.ucrNudSeed.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudSeed.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSeed.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSeed.Name = "ucrNudSeed" + Me.ucrNudSeed.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSeed.TabIndex = 7 Me.ucrNudSeed.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSample ' + Me.ucrChkSample.AutoSize = True Me.ucrChkSample.Checked = False - resources.ApplyResources(Me.ucrChkSample, "ucrChkSample") + Me.ucrChkSample.Location = New System.Drawing.Point(8, 45) + Me.ucrChkSample.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSample.Name = "ucrChkSample" + Me.ucrChkSample.Size = New System.Drawing.Size(113, 23) + Me.ucrChkSample.TabIndex = 5 ' 'ucrInputN ' Me.ucrInputN.AddQuotesIfUnrecognised = True + Me.ucrInputN.AutoSize = True Me.ucrInputN.IsMultiline = False Me.ucrInputN.IsReadOnly = False - resources.ApplyResources(Me.ucrInputN, "ucrInputN") + Me.ucrInputN.Location = New System.Drawing.Point(233, 19) + Me.ucrInputN.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputN.Name = "ucrInputN" + Me.ucrInputN.Size = New System.Drawing.Size(64, 20) + Me.ucrInputN.TabIndex = 3 ' 'lblInputN ' - resources.ApplyResources(Me.lblInputN, "lblInputN") + Me.lblInputN.AutoSize = True + Me.lblInputN.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInputN.Location = New System.Drawing.Point(215, 22) Me.lblInputN.Name = "lblInputN" + Me.lblInputN.Size = New System.Drawing.Size(16, 13) + Me.lblInputN.TabIndex = 2 + Me.lblInputN.Text = "n:" ' 'ucrChkFirst ' + Me.ucrChkFirst.AutoSize = True Me.ucrChkFirst.Checked = False - resources.ApplyResources(Me.ucrChkFirst, "ucrChkFirst") + Me.ucrChkFirst.Location = New System.Drawing.Point(8, 19) + Me.ucrChkFirst.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkFirst.Name = "ucrChkFirst" + Me.ucrChkFirst.Size = New System.Drawing.Size(101, 23) + Me.ucrChkFirst.TabIndex = 0 ' 'ucrChkLast ' + Me.ucrChkLast.AutoSize = True Me.ucrChkLast.Checked = False - resources.ApplyResources(Me.ucrChkLast, "ucrChkLast") + Me.ucrChkLast.Location = New System.Drawing.Point(309, 19) + Me.ucrChkLast.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkLast.Name = "ucrChkLast" + Me.ucrChkLast.Size = New System.Drawing.Size(80, 23) + Me.ucrChkLast.TabIndex = 4 ' 'ucrChknth ' + Me.ucrChknth.AutoSize = True Me.ucrChknth.Checked = False - resources.ApplyResources(Me.ucrChknth, "ucrChknth") + Me.ucrChknth.Location = New System.Drawing.Point(166, 21) + Me.ucrChknth.Margin = New System.Windows.Forms.Padding(5) Me.ucrChknth.Name = "ucrChknth" + Me.ucrChknth.Size = New System.Drawing.Size(59, 23) + Me.ucrChknth.TabIndex = 1 ' 'ucrSelectorOrderBy ' + Me.ucrSelectorOrderBy.AutoSize = True Me.ucrSelectorOrderBy.bDropUnusedFilterLevels = False Me.ucrSelectorOrderBy.bShowHiddenColumns = False Me.ucrSelectorOrderBy.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorOrderBy, "ucrSelectorOrderBy") + Me.ucrSelectorOrderBy.Location = New System.Drawing.Point(10, 132) + Me.ucrSelectorOrderBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOrderBy.Name = "ucrSelectorOrderBy" + Me.ucrSelectorOrderBy.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorOrderBy.TabIndex = 2 ' 'ucrReceiverOrderBy ' + Me.ucrReceiverOrderBy.AutoSize = True Me.ucrReceiverOrderBy.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverOrderBy, "ucrReceiverOrderBy") + Me.ucrReceiverOrderBy.Location = New System.Drawing.Point(231, 176) + Me.ucrReceiverOrderBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOrderBy.Name = "ucrReceiverOrderBy" Me.ucrReceiverOrderBy.Selector = Nothing + Me.ucrReceiverOrderBy.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverOrderBy.strNcFilePath = "" + Me.ucrReceiverOrderBy.TabIndex = 4 Me.ucrReceiverOrderBy.ucrSelector = Nothing ' 'tbTwoVariables @@ -425,34 +556,54 @@ Partial Class sdgSummaries Me.tbTwoVariables.Controls.Add(Me.grpHyroGOF) Me.tbTwoVariables.Controls.Add(Me.ucrReceiverSecondVariable) Me.tbTwoVariables.Controls.Add(Me.ucrSelectorSecondVariable) - resources.ApplyResources(Me.tbTwoVariables, "tbTwoVariables") + Me.tbTwoVariables.Location = New System.Drawing.Point(4, 22) Me.tbTwoVariables.Name = "tbTwoVariables" + Me.tbTwoVariables.Padding = New System.Windows.Forms.Padding(3) + Me.tbTwoVariables.Size = New System.Drawing.Size(409, 383) + Me.tbTwoVariables.TabIndex = 5 + Me.tbTwoVariables.Text = " Two-Variables" Me.tbTwoVariables.UseVisualStyleBackColor = True ' 'lblSecondVariable ' - resources.ApplyResources(Me.lblSecondVariable, "lblSecondVariable") + Me.lblSecondVariable.AutoSize = True + Me.lblSecondVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondVariable.Location = New System.Drawing.Point(263, 207) Me.lblSecondVariable.Name = "lblSecondVariable" + Me.lblSecondVariable.Size = New System.Drawing.Size(88, 13) + Me.lblSecondVariable.TabIndex = 3 + Me.lblSecondVariable.Text = "Second Variable:" ' 'grpRelationships ' Me.grpRelationships.Controls.Add(Me.ucrChkCovariance) Me.grpRelationships.Controls.Add(Me.ucrChkCorrelations) - resources.ApplyResources(Me.grpRelationships, "grpRelationships") + Me.grpRelationships.Location = New System.Drawing.Point(4, 6) Me.grpRelationships.Name = "grpRelationships" + Me.grpRelationships.Size = New System.Drawing.Size(399, 38) + Me.grpRelationships.TabIndex = 0 Me.grpRelationships.TabStop = False + Me.grpRelationships.Text = "Relationships" ' 'ucrChkCovariance ' + Me.ucrChkCovariance.AutoSize = True Me.ucrChkCovariance.Checked = False - resources.ApplyResources(Me.ucrChkCovariance, "ucrChkCovariance") + Me.ucrChkCovariance.Location = New System.Drawing.Point(166, 10) + Me.ucrChkCovariance.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCovariance.Name = "ucrChkCovariance" + Me.ucrChkCovariance.Size = New System.Drawing.Size(167, 23) + Me.ucrChkCovariance.TabIndex = 1 ' 'ucrChkCorrelations ' + Me.ucrChkCorrelations.AutoSize = True Me.ucrChkCorrelations.Checked = False - resources.ApplyResources(Me.ucrChkCorrelations, "ucrChkCorrelations") + Me.ucrChkCorrelations.Location = New System.Drawing.Point(15, 13) + Me.ucrChkCorrelations.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCorrelations.Name = "ucrChkCorrelations" + Me.ucrChkCorrelations.Size = New System.Drawing.Size(149, 23) + Me.ucrChkCorrelations.TabIndex = 0 ' 'grpHyroGOF ' @@ -479,165 +630,268 @@ Partial Class sdgSummaries Me.grpHyroGOF.Controls.Add(Me.ucrChkNormRootMeanSquaredError) Me.grpHyroGOF.Controls.Add(Me.ucrChkMeanAbsoluteError) Me.grpHyroGOF.Controls.Add(Me.ucrChkIndexOfAgreement) - resources.ApplyResources(Me.grpHyroGOF, "grpHyroGOF") + Me.grpHyroGOF.Location = New System.Drawing.Point(6, 45) Me.grpHyroGOF.Name = "grpHyroGOF" + Me.grpHyroGOF.Size = New System.Drawing.Size(399, 145) + Me.grpHyroGOF.TabIndex = 1 Me.grpHyroGOF.TabStop = False + Me.grpHyroGOF.Text = "HydroGOF" ' 'lblJmia ' - resources.ApplyResources(Me.lblJmia, "lblJmia") + Me.lblJmia.AutoSize = True + Me.lblJmia.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblJmia.Location = New System.Drawing.Point(284, 125) Me.lblJmia.Name = "lblJmia" + Me.lblJmia.Size = New System.Drawing.Size(12, 13) + Me.lblJmia.TabIndex = 20 + Me.lblJmia.Text = "j:" ' 'ucrInputJmia ' Me.ucrInputJmia.AddQuotesIfUnrecognised = True + Me.ucrInputJmia.AutoSize = True Me.ucrInputJmia.IsMultiline = False Me.ucrInputJmia.IsReadOnly = False - resources.ApplyResources(Me.ucrInputJmia, "ucrInputJmia") + Me.ucrInputJmia.Location = New System.Drawing.Point(299, 122) Me.ucrInputJmia.Name = "ucrInputJmia" + Me.ucrInputJmia.Size = New System.Drawing.Size(32, 21) + Me.ucrInputJmia.TabIndex = 21 ' 'ucrChkSelectAll ' + Me.ucrChkSelectAll.AutoSize = True Me.ucrChkSelectAll.Checked = False - resources.ApplyResources(Me.ucrChkSelectAll, "ucrChkSelectAll") + Me.ucrChkSelectAll.Location = New System.Drawing.Point(9, 15) + Me.ucrChkSelectAll.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSelectAll.Name = "ucrChkSelectAll" + Me.ucrChkSelectAll.Size = New System.Drawing.Size(87, 23) + Me.ucrChkSelectAll.TabIndex = 0 ' 'ucrChkRelativeIndexOfAgreement ' + Me.ucrChkRelativeIndexOfAgreement.AutoSize = True Me.ucrChkRelativeIndexOfAgreement.Checked = False - resources.ApplyResources(Me.ucrChkRelativeIndexOfAgreement, "ucrChkRelativeIndexOfAgreement") + Me.ucrChkRelativeIndexOfAgreement.Location = New System.Drawing.Point(204, 75) + Me.ucrChkRelativeIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRelativeIndexOfAgreement.Name = "ucrChkRelativeIndexOfAgreement" + Me.ucrChkRelativeIndexOfAgreement.Size = New System.Drawing.Size(87, 23) + Me.ucrChkRelativeIndexOfAgreement.TabIndex = 13 ' 'ucrChkRatioOfStandardDeviation ' + Me.ucrChkRatioOfStandardDeviation.AutoSize = True Me.ucrChkRatioOfStandardDeviation.Checked = False - resources.ApplyResources(Me.ucrChkRatioOfStandardDeviation, "ucrChkRatioOfStandardDeviation") + Me.ucrChkRatioOfStandardDeviation.Location = New System.Drawing.Point(94, 54) + Me.ucrChkRatioOfStandardDeviation.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRatioOfStandardDeviation.Name = "ucrChkRatioOfStandardDeviation" + Me.ucrChkRatioOfStandardDeviation.Size = New System.Drawing.Size(87, 23) + Me.ucrChkRatioOfStandardDeviation.TabIndex = 7 ' 'ucrChkCoefDetermination ' + Me.ucrChkCoefDetermination.AutoSize = True Me.ucrChkCoefDetermination.Checked = False - resources.ApplyResources(Me.ucrChkCoefDetermination, "ucrChkCoefDetermination") + Me.ucrChkCoefDetermination.Location = New System.Drawing.Point(204, 116) + Me.ucrChkCoefDetermination.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCoefDetermination.Name = "ucrChkCoefDetermination" + Me.ucrChkCoefDetermination.Size = New System.Drawing.Size(87, 23) + Me.ucrChkCoefDetermination.TabIndex = 15 ' 'ucrChkRatioOfRootMeanSquaredError ' + Me.ucrChkRatioOfRootMeanSquaredError.AutoSize = True Me.ucrChkRatioOfRootMeanSquaredError.Checked = False - resources.ApplyResources(Me.ucrChkRatioOfRootMeanSquaredError, "ucrChkRatioOfRootMeanSquaredError") + Me.ucrChkRatioOfRootMeanSquaredError.Location = New System.Drawing.Point(94, 34) + Me.ucrChkRatioOfRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRatioOfRootMeanSquaredError.Name = "ucrChkRatioOfRootMeanSquaredError" + Me.ucrChkRatioOfRootMeanSquaredError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkRatioOfRootMeanSquaredError.TabIndex = 6 ' 'ucrChkRelativeNashSutcliffeEff ' + Me.ucrChkRelativeNashSutcliffeEff.AutoSize = True Me.ucrChkRelativeNashSutcliffeEff.Checked = False - resources.ApplyResources(Me.ucrChkRelativeNashSutcliffeEff, "ucrChkRelativeNashSutcliffeEff") + Me.ucrChkRelativeNashSutcliffeEff.Location = New System.Drawing.Point(94, 115) + Me.ucrChkRelativeNashSutcliffeEff.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRelativeNashSutcliffeEff.Name = "ucrChkRelativeNashSutcliffeEff" + Me.ucrChkRelativeNashSutcliffeEff.Size = New System.Drawing.Size(87, 23) + Me.ucrChkRelativeNashSutcliffeEff.TabIndex = 10 ' 'ucrChkModifiedIndexOfAgreement ' + Me.ucrChkModifiedIndexOfAgreement.AutoSize = True Me.ucrChkModifiedIndexOfAgreement.Checked = False - resources.ApplyResources(Me.ucrChkModifiedIndexOfAgreement, "ucrChkModifiedIndexOfAgreement") + Me.ucrChkModifiedIndexOfAgreement.Location = New System.Drawing.Point(204, 36) + Me.ucrChkModifiedIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkModifiedIndexOfAgreement.Name = "ucrChkModifiedIndexOfAgreement" + Me.ucrChkModifiedIndexOfAgreement.Size = New System.Drawing.Size(87, 23) + Me.ucrChkModifiedIndexOfAgreement.TabIndex = 11 ' 'ucrChkCoefPersistence ' + Me.ucrChkCoefPersistence.AutoSize = True Me.ucrChkCoefPersistence.Checked = False - resources.ApplyResources(Me.ucrChkCoefPersistence, "ucrChkCoefPersistence") + Me.ucrChkCoefPersistence.Location = New System.Drawing.Point(204, 95) + Me.ucrChkCoefPersistence.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCoefPersistence.Name = "ucrChkCoefPersistence" + Me.ucrChkCoefPersistence.Size = New System.Drawing.Size(87, 23) + Me.ucrChkCoefPersistence.TabIndex = 14 ' 'ucrChkNashSutcliffeEfficiency ' + Me.ucrChkNashSutcliffeEfficiency.AutoSize = True Me.ucrChkNashSutcliffeEfficiency.Checked = False - resources.ApplyResources(Me.ucrChkNashSutcliffeEfficiency, "ucrChkNashSutcliffeEfficiency") + Me.ucrChkNashSutcliffeEfficiency.Location = New System.Drawing.Point(94, 75) + Me.ucrChkNashSutcliffeEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNashSutcliffeEfficiency.Name = "ucrChkNashSutcliffeEfficiency" + Me.ucrChkNashSutcliffeEfficiency.Size = New System.Drawing.Size(87, 23) + Me.ucrChkNashSutcliffeEfficiency.TabIndex = 8 ' 'ucrChkSumOfSquaredResiduals ' + Me.ucrChkSumOfSquaredResiduals.AutoSize = True Me.ucrChkSumOfSquaredResiduals.Checked = False - resources.ApplyResources(Me.ucrChkSumOfSquaredResiduals, "ucrChkSumOfSquaredResiduals") + Me.ucrChkSumOfSquaredResiduals.Location = New System.Drawing.Point(306, 100) + Me.ucrChkSumOfSquaredResiduals.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSumOfSquaredResiduals.Name = "ucrChkSumOfSquaredResiduals" + Me.ucrChkSumOfSquaredResiduals.Size = New System.Drawing.Size(87, 23) + Me.ucrChkSumOfSquaredResiduals.TabIndex = 19 ' 'ucrChkKlingGuptaEfficiency ' + Me.ucrChkKlingGuptaEfficiency.AutoSize = True Me.ucrChkKlingGuptaEfficiency.Checked = False - resources.ApplyResources(Me.ucrChkKlingGuptaEfficiency, "ucrChkKlingGuptaEfficiency") + Me.ucrChkKlingGuptaEfficiency.Location = New System.Drawing.Point(306, 38) + Me.ucrChkKlingGuptaEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkKlingGuptaEfficiency.Name = "ucrChkKlingGuptaEfficiency" + Me.ucrChkKlingGuptaEfficiency.Size = New System.Drawing.Size(87, 23) + Me.ucrChkKlingGuptaEfficiency.TabIndex = 16 ' 'ucrChkVolumetricEfficiency ' + Me.ucrChkVolumetricEfficiency.AutoSize = True Me.ucrChkVolumetricEfficiency.Checked = False - resources.ApplyResources(Me.ucrChkVolumetricEfficiency, "ucrChkVolumetricEfficiency") + Me.ucrChkVolumetricEfficiency.Location = New System.Drawing.Point(306, 58) + Me.ucrChkVolumetricEfficiency.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkVolumetricEfficiency.Name = "ucrChkVolumetricEfficiency" + Me.ucrChkVolumetricEfficiency.Size = New System.Drawing.Size(87, 23) + Me.ucrChkVolumetricEfficiency.TabIndex = 17 ' 'ucrChkPercentBias ' + Me.ucrChkPercentBias.AutoSize = True Me.ucrChkPercentBias.Checked = False - resources.ApplyResources(Me.ucrChkPercentBias, "ucrChkPercentBias") + Me.ucrChkPercentBias.Location = New System.Drawing.Point(8, 116) + Me.ucrChkPercentBias.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkPercentBias.Name = "ucrChkPercentBias" + Me.ucrChkPercentBias.Size = New System.Drawing.Size(87, 23) + Me.ucrChkPercentBias.TabIndex = 5 ' 'ucrChkModNashSutcliffeEff ' + Me.ucrChkModNashSutcliffeEff.AutoSize = True Me.ucrChkModNashSutcliffeEff.Checked = False - resources.ApplyResources(Me.ucrChkModNashSutcliffeEff, "ucrChkModNashSutcliffeEff") + Me.ucrChkModNashSutcliffeEff.Location = New System.Drawing.Point(94, 95) + Me.ucrChkModNashSutcliffeEff.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkModNashSutcliffeEff.Name = "ucrChkModNashSutcliffeEff" + Me.ucrChkModNashSutcliffeEff.Size = New System.Drawing.Size(87, 23) + Me.ucrChkModNashSutcliffeEff.TabIndex = 9 ' 'ucrChkMeanError ' + Me.ucrChkMeanError.AutoSize = True Me.ucrChkMeanError.Checked = False - resources.ApplyResources(Me.ucrChkMeanError, "ucrChkMeanError") + Me.ucrChkMeanError.Location = New System.Drawing.Point(8, 34) + Me.ucrChkMeanError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanError.Name = "ucrChkMeanError" + Me.ucrChkMeanError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkMeanError.TabIndex = 1 ' 'ucrChkMeanSquaredError ' + Me.ucrChkMeanSquaredError.AutoSize = True Me.ucrChkMeanSquaredError.Checked = False - resources.ApplyResources(Me.ucrChkMeanSquaredError, "ucrChkMeanSquaredError") + Me.ucrChkMeanSquaredError.Location = New System.Drawing.Point(306, 79) + Me.ucrChkMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanSquaredError.Name = "ucrChkMeanSquaredError" + Me.ucrChkMeanSquaredError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkMeanSquaredError.TabIndex = 18 ' 'ucrChkRootMeanSquaredError ' + Me.ucrChkRootMeanSquaredError.AutoSize = True Me.ucrChkRootMeanSquaredError.Checked = False - resources.ApplyResources(Me.ucrChkRootMeanSquaredError, "ucrChkRootMeanSquaredError") + Me.ucrChkRootMeanSquaredError.Location = New System.Drawing.Point(8, 74) + Me.ucrChkRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRootMeanSquaredError.Name = "ucrChkRootMeanSquaredError" + Me.ucrChkRootMeanSquaredError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkRootMeanSquaredError.TabIndex = 3 ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(331, 120) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(68, 23) + Me.cmdHelp.TabIndex = 22 + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'ucrChkNormRootMeanSquaredError ' + Me.ucrChkNormRootMeanSquaredError.AutoSize = True Me.ucrChkNormRootMeanSquaredError.Checked = False - resources.ApplyResources(Me.ucrChkNormRootMeanSquaredError, "ucrChkNormRootMeanSquaredError") + Me.ucrChkNormRootMeanSquaredError.Location = New System.Drawing.Point(8, 95) + Me.ucrChkNormRootMeanSquaredError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNormRootMeanSquaredError.Name = "ucrChkNormRootMeanSquaredError" + Me.ucrChkNormRootMeanSquaredError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkNormRootMeanSquaredError.TabIndex = 4 ' 'ucrChkMeanAbsoluteError ' + Me.ucrChkMeanAbsoluteError.AutoSize = True Me.ucrChkMeanAbsoluteError.Checked = False - resources.ApplyResources(Me.ucrChkMeanAbsoluteError, "ucrChkMeanAbsoluteError") + Me.ucrChkMeanAbsoluteError.Location = New System.Drawing.Point(8, 54) + Me.ucrChkMeanAbsoluteError.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMeanAbsoluteError.Name = "ucrChkMeanAbsoluteError" + Me.ucrChkMeanAbsoluteError.Size = New System.Drawing.Size(87, 23) + Me.ucrChkMeanAbsoluteError.TabIndex = 2 ' 'ucrChkIndexOfAgreement ' + Me.ucrChkIndexOfAgreement.AutoSize = True Me.ucrChkIndexOfAgreement.Checked = False - resources.ApplyResources(Me.ucrChkIndexOfAgreement, "ucrChkIndexOfAgreement") + Me.ucrChkIndexOfAgreement.Location = New System.Drawing.Point(204, 57) + Me.ucrChkIndexOfAgreement.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIndexOfAgreement.Name = "ucrChkIndexOfAgreement" + Me.ucrChkIndexOfAgreement.Size = New System.Drawing.Size(87, 23) + Me.ucrChkIndexOfAgreement.TabIndex = 12 ' 'ucrReceiverSecondVariable ' + Me.ucrReceiverSecondVariable.AutoSize = True Me.ucrReceiverSecondVariable.frmParent = Nothing - resources.ApplyResources(Me.ucrReceiverSecondVariable, "ucrReceiverSecondVariable") + Me.ucrReceiverSecondVariable.Location = New System.Drawing.Point(266, 223) + Me.ucrReceiverSecondVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondVariable.Name = "ucrReceiverSecondVariable" Me.ucrReceiverSecondVariable.Selector = Nothing + Me.ucrReceiverSecondVariable.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecondVariable.strNcFilePath = "" + Me.ucrReceiverSecondVariable.TabIndex = 4 Me.ucrReceiverSecondVariable.ucrSelector = Nothing ' 'ucrSelectorSecondVariable ' + Me.ucrSelectorSecondVariable.AutoSize = True Me.ucrSelectorSecondVariable.bDropUnusedFilterLevels = False Me.ucrSelectorSecondVariable.bShowHiddenColumns = False Me.ucrSelectorSecondVariable.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSecondVariable, "ucrSelectorSecondVariable") + Me.ucrSelectorSecondVariable.Location = New System.Drawing.Point(8, 193) + Me.ucrSelectorSecondVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSecondVariable.Name = "ucrSelectorSecondVariable" + Me.ucrSelectorSecondVariable.Size = New System.Drawing.Size(213, 188) + Me.ucrSelectorSecondVariable.TabIndex = 2 ' 'tbMore ' @@ -646,8 +900,12 @@ Partial Class sdgSummaries Me.tbMore.Controls.Add(Me.grpScale) Me.tbMore.Controls.Add(Me.grpSkewness) Me.tbMore.Controls.Add(Me.grpKurtosis) - resources.ApplyResources(Me.tbMore, "tbMore") + Me.tbMore.Location = New System.Drawing.Point(4, 22) Me.tbMore.Name = "tbMore" + Me.tbMore.Padding = New System.Windows.Forms.Padding(3) + Me.tbMore.Size = New System.Drawing.Size(409, 383) + Me.tbMore.TabIndex = 1 + Me.tbMore.Text = "More" Me.tbMore.UseVisualStyleBackColor = True ' 'grpProportionsPercentiles @@ -663,117 +921,182 @@ Partial Class sdgSummaries Me.grpProportionsPercentiles.Controls.Add(Me.ucrInputComboPropTest) Me.grpProportionsPercentiles.Controls.Add(Me.ucrInputPercentile) Me.grpProportionsPercentiles.Controls.Add(Me.ucrChkPercentile) - resources.ApplyResources(Me.grpProportionsPercentiles, "grpProportionsPercentiles") + Me.grpProportionsPercentiles.Location = New System.Drawing.Point(10, 6) Me.grpProportionsPercentiles.Name = "grpProportionsPercentiles" + Me.grpProportionsPercentiles.Size = New System.Drawing.Size(393, 122) + Me.grpProportionsPercentiles.TabIndex = 0 Me.grpProportionsPercentiles.TabStop = False + Me.grpProportionsPercentiles.Text = "Proportions/Percentiles/Count" ' 'ucrInputQuantile ' Me.ucrInputQuantile.AddQuotesIfUnrecognised = True + Me.ucrInputQuantile.AutoSize = True Me.ucrInputQuantile.IsMultiline = False Me.ucrInputQuantile.IsReadOnly = False - resources.ApplyResources(Me.ucrInputQuantile, "ucrInputQuantile") + Me.ucrInputQuantile.Location = New System.Drawing.Point(119, 93) + Me.ucrInputQuantile.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputQuantile.Name = "ucrInputQuantile" + Me.ucrInputQuantile.Size = New System.Drawing.Size(52, 21) + Me.ucrInputQuantile.TabIndex = 10 ' 'ucrChkQuantile ' + Me.ucrChkQuantile.AutoSize = True Me.ucrChkQuantile.Checked = False - resources.ApplyResources(Me.ucrChkQuantile, "ucrChkQuantile") + Me.ucrChkQuantile.Location = New System.Drawing.Point(7, 96) + Me.ucrChkQuantile.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkQuantile.Name = "ucrChkQuantile" + Me.ucrChkQuantile.Size = New System.Drawing.Size(108, 23) + Me.ucrChkQuantile.TabIndex = 9 ' 'ucrInputCountValue ' Me.ucrInputCountValue.AddQuotesIfUnrecognised = True + Me.ucrInputCountValue.AutoSize = True Me.ucrInputCountValue.IsMultiline = False Me.ucrInputCountValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCountValue, "ucrInputCountValue") + Me.ucrInputCountValue.Location = New System.Drawing.Point(175, 68) + Me.ucrInputCountValue.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputCountValue.Name = "ucrInputCountValue" + Me.ucrInputCountValue.Size = New System.Drawing.Size(51, 20) + Me.ucrInputCountValue.TabIndex = 8 ' 'ucrInputComboCountTest ' - resources.ApplyResources(Me.ucrInputComboCountTest, "ucrInputComboCountTest") + Me.ucrInputComboCountTest.AccessibleName = "" Me.ucrInputComboCountTest.AddQuotesIfUnrecognised = True + Me.ucrInputComboCountTest.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboCountTest.GetSetSelectedIndex = -1 Me.ucrInputComboCountTest.IsReadOnly = False + Me.ucrInputComboCountTest.Location = New System.Drawing.Point(119, 68) + Me.ucrInputComboCountTest.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputComboCountTest.Name = "ucrInputComboCountTest" + Me.ucrInputComboCountTest.Size = New System.Drawing.Size(51, 25) + Me.ucrInputComboCountTest.TabIndex = 7 ' 'ucrChkProportion ' + Me.ucrChkProportion.AutoSize = True Me.ucrChkProportion.Checked = False - resources.ApplyResources(Me.ucrChkProportion, "ucrChkProportion") + Me.ucrChkProportion.Location = New System.Drawing.Point(7, 45) + Me.ucrChkProportion.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkProportion.Name = "ucrChkProportion" + Me.ucrChkProportion.Size = New System.Drawing.Size(108, 23) + Me.ucrChkProportion.TabIndex = 2 ' 'ucrChkCount ' + Me.ucrChkCount.AutoSize = True Me.ucrChkCount.Checked = False - resources.ApplyResources(Me.ucrChkCount, "ucrChkCount") + Me.ucrChkCount.Location = New System.Drawing.Point(7, 71) + Me.ucrChkCount.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCount.Name = "ucrChkCount" + Me.ucrChkCount.Size = New System.Drawing.Size(108, 23) + Me.ucrChkCount.TabIndex = 6 ' 'ucrChkPercentage ' + Me.ucrChkPercentage.AutoSize = True Me.ucrChkPercentage.Checked = False - resources.ApplyResources(Me.ucrChkPercentage, "ucrChkPercentage") + Me.ucrChkPercentage.Location = New System.Drawing.Point(238, 45) + Me.ucrChkPercentage.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkPercentage.Name = "ucrChkPercentage" + Me.ucrChkPercentage.Size = New System.Drawing.Size(101, 23) + Me.ucrChkPercentage.TabIndex = 5 ' 'ucrInputPropValue ' Me.ucrInputPropValue.AddQuotesIfUnrecognised = True + Me.ucrInputPropValue.AutoSize = True Me.ucrInputPropValue.IsMultiline = False Me.ucrInputPropValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPropValue, "ucrInputPropValue") + Me.ucrInputPropValue.Location = New System.Drawing.Point(175, 43) + Me.ucrInputPropValue.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputPropValue.Name = "ucrInputPropValue" + Me.ucrInputPropValue.Size = New System.Drawing.Size(51, 20) + Me.ucrInputPropValue.TabIndex = 4 ' 'ucrInputComboPropTest ' - resources.ApplyResources(Me.ucrInputComboPropTest, "ucrInputComboPropTest") + Me.ucrInputComboPropTest.AccessibleName = "" Me.ucrInputComboPropTest.AddQuotesIfUnrecognised = True + Me.ucrInputComboPropTest.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboPropTest.GetSetSelectedIndex = -1 Me.ucrInputComboPropTest.IsReadOnly = False + Me.ucrInputComboPropTest.Location = New System.Drawing.Point(119, 43) + Me.ucrInputComboPropTest.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputComboPropTest.Name = "ucrInputComboPropTest" + Me.ucrInputComboPropTest.Size = New System.Drawing.Size(51, 25) + Me.ucrInputComboPropTest.TabIndex = 3 ' 'ucrInputPercentile ' Me.ucrInputPercentile.AddQuotesIfUnrecognised = True + Me.ucrInputPercentile.AutoSize = True Me.ucrInputPercentile.IsMultiline = False Me.ucrInputPercentile.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPercentile, "ucrInputPercentile") + Me.ucrInputPercentile.Location = New System.Drawing.Point(119, 19) + Me.ucrInputPercentile.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputPercentile.Name = "ucrInputPercentile" + Me.ucrInputPercentile.Size = New System.Drawing.Size(51, 20) + Me.ucrInputPercentile.TabIndex = 1 ' 'ucrChkPercentile ' + Me.ucrChkPercentile.AutoSize = True Me.ucrChkPercentile.Checked = False - resources.ApplyResources(Me.ucrChkPercentile, "ucrChkPercentile") + Me.ucrChkPercentile.Location = New System.Drawing.Point(7, 19) + Me.ucrChkPercentile.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkPercentile.Name = "ucrChkPercentile" + Me.ucrChkPercentile.Size = New System.Drawing.Size(108, 23) + Me.ucrChkPercentile.TabIndex = 0 ' 'grpLocation ' Me.grpLocation.Controls.Add(Me.lblFractionTrimmed) Me.grpLocation.Controls.Add(Me.ucrNudFraction) Me.grpLocation.Controls.Add(Me.ucrChkTrimmedMean) - resources.ApplyResources(Me.grpLocation, "grpLocation") + Me.grpLocation.Location = New System.Drawing.Point(10, 134) Me.grpLocation.Name = "grpLocation" + Me.grpLocation.Size = New System.Drawing.Size(393, 52) + Me.grpLocation.TabIndex = 0 Me.grpLocation.TabStop = False + Me.grpLocation.Text = "Location" ' 'lblFractionTrimmed ' - resources.ApplyResources(Me.lblFractionTrimmed, "lblFractionTrimmed") + Me.lblFractionTrimmed.AutoSize = True + Me.lblFractionTrimmed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFractionTrimmed.Location = New System.Drawing.Point(208, 21) Me.lblFractionTrimmed.Name = "lblFractionTrimmed" + Me.lblFractionTrimmed.Size = New System.Drawing.Size(91, 13) + Me.lblFractionTrimmed.TabIndex = 1 + Me.lblFractionTrimmed.Text = "Fraction Trimmed:" ' 'ucrNudFraction ' + Me.ucrNudFraction.AutoSize = True Me.ucrNudFraction.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFraction.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFraction, "ucrNudFraction") + Me.ucrNudFraction.Location = New System.Drawing.Point(303, 18) + Me.ucrNudFraction.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudFraction.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFraction.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFraction.Name = "ucrNudFraction" + Me.ucrNudFraction.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFraction.TabIndex = 2 Me.ucrNudFraction.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkTrimmedMean ' + Me.ucrChkTrimmedMean.AutoSize = True Me.ucrChkTrimmedMean.Checked = False - resources.ApplyResources(Me.ucrChkTrimmedMean, "ucrChkTrimmedMean") + Me.ucrChkTrimmedMean.Location = New System.Drawing.Point(7, 19) + Me.ucrChkTrimmedMean.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkTrimmedMean.Name = "ucrChkTrimmedMean" + Me.ucrChkTrimmedMean.Size = New System.Drawing.Size(120, 23) + Me.ucrChkTrimmedMean.TabIndex = 0 ' 'grpScale ' @@ -781,66 +1104,103 @@ Partial Class sdgSummaries Me.grpScale.Controls.Add(Me.ucrChkQn) Me.grpScale.Controls.Add(Me.ucrChkCoefficientOfVariation) Me.grpScale.Controls.Add(Me.ucrChkMedianAbsoluteDeviation) - resources.ApplyResources(Me.grpScale, "grpScale") + Me.grpScale.Location = New System.Drawing.Point(10, 193) Me.grpScale.Name = "grpScale" + Me.grpScale.Size = New System.Drawing.Size(393, 74) + Me.grpScale.TabIndex = 1 Me.grpScale.TabStop = False + Me.grpScale.Text = "Scale" ' 'ucrChkSn ' + Me.ucrChkSn.AutoSize = True Me.ucrChkSn.Checked = False - resources.ApplyResources(Me.ucrChkSn, "ucrChkSn") + Me.ucrChkSn.Location = New System.Drawing.Point(208, 46) + Me.ucrChkSn.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSn.Name = "ucrChkSn" + Me.ucrChkSn.Size = New System.Drawing.Size(101, 23) + Me.ucrChkSn.TabIndex = 3 ' 'ucrChkQn ' + Me.ucrChkQn.AutoSize = True Me.ucrChkQn.Checked = False - resources.ApplyResources(Me.ucrChkQn, "ucrChkQn") + Me.ucrChkQn.Location = New System.Drawing.Point(208, 19) + Me.ucrChkQn.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkQn.Name = "ucrChkQn" + Me.ucrChkQn.Size = New System.Drawing.Size(101, 23) + Me.ucrChkQn.TabIndex = 2 ' 'ucrChkCoefficientOfVariation ' + Me.ucrChkCoefficientOfVariation.AutoSize = True Me.ucrChkCoefficientOfVariation.Checked = False - resources.ApplyResources(Me.ucrChkCoefficientOfVariation, "ucrChkCoefficientOfVariation") + Me.ucrChkCoefficientOfVariation.Location = New System.Drawing.Point(7, 19) + Me.ucrChkCoefficientOfVariation.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkCoefficientOfVariation.Name = "ucrChkCoefficientOfVariation" + Me.ucrChkCoefficientOfVariation.Size = New System.Drawing.Size(200, 23) + Me.ucrChkCoefficientOfVariation.TabIndex = 0 ' 'ucrChkMedianAbsoluteDeviation ' + Me.ucrChkMedianAbsoluteDeviation.AutoSize = True Me.ucrChkMedianAbsoluteDeviation.Checked = False - resources.ApplyResources(Me.ucrChkMedianAbsoluteDeviation, "ucrChkMedianAbsoluteDeviation") + Me.ucrChkMedianAbsoluteDeviation.Location = New System.Drawing.Point(7, 45) + Me.ucrChkMedianAbsoluteDeviation.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMedianAbsoluteDeviation.Name = "ucrChkMedianAbsoluteDeviation" + Me.ucrChkMedianAbsoluteDeviation.Size = New System.Drawing.Size(262, 23) + Me.ucrChkMedianAbsoluteDeviation.TabIndex = 1 ' 'grpSkewness ' Me.grpSkewness.Controls.Add(Me.ucrChkMc) Me.grpSkewness.Controls.Add(Me.ucrChkSkewness) - resources.ApplyResources(Me.grpSkewness, "grpSkewness") + Me.grpSkewness.Location = New System.Drawing.Point(10, 273) Me.grpSkewness.Name = "grpSkewness" + Me.grpSkewness.Size = New System.Drawing.Size(393, 49) + Me.grpSkewness.TabIndex = 2 Me.grpSkewness.TabStop = False + Me.grpSkewness.Text = "Skewness" ' 'ucrChkMc ' + Me.ucrChkMc.AutoSize = True Me.ucrChkMc.Checked = False - resources.ApplyResources(Me.ucrChkMc, "ucrChkMc") + Me.ucrChkMc.Location = New System.Drawing.Point(208, 19) + Me.ucrChkMc.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMc.Name = "ucrChkMc" + Me.ucrChkMc.Size = New System.Drawing.Size(101, 23) + Me.ucrChkMc.TabIndex = 1 ' 'ucrChkSkewness ' + Me.ucrChkSkewness.AutoSize = True Me.ucrChkSkewness.Checked = False - resources.ApplyResources(Me.ucrChkSkewness, "ucrChkSkewness") + Me.ucrChkSkewness.Location = New System.Drawing.Point(7, 19) + Me.ucrChkSkewness.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSkewness.Name = "ucrChkSkewness" + Me.ucrChkSkewness.Size = New System.Drawing.Size(254, 23) + Me.ucrChkSkewness.TabIndex = 0 ' 'grpKurtosis ' Me.grpKurtosis.Controls.Add(Me.ucrChkKurtosis) - resources.ApplyResources(Me.grpKurtosis, "grpKurtosis") + Me.grpKurtosis.Location = New System.Drawing.Point(10, 329) Me.grpKurtosis.Name = "grpKurtosis" + Me.grpKurtosis.Size = New System.Drawing.Size(393, 50) + Me.grpKurtosis.TabIndex = 3 Me.grpKurtosis.TabStop = False + Me.grpKurtosis.Text = "Kurtosis" ' 'ucrChkKurtosis ' + Me.ucrChkKurtosis.AutoSize = True Me.ucrChkKurtosis.Checked = False - resources.ApplyResources(Me.ucrChkKurtosis, "ucrChkKurtosis") + Me.ucrChkKurtosis.Location = New System.Drawing.Point(7, 19) + Me.ucrChkKurtosis.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkKurtosis.Name = "ucrChkKurtosis" + Me.ucrChkKurtosis.Size = New System.Drawing.Size(120, 23) + Me.ucrChkKurtosis.TabIndex = 0 ' 'tbsum ' @@ -849,8 +1209,12 @@ Partial Class sdgSummaries Me.tbsum.Controls.Add(Me.grpQuartilesTerciles) Me.tbsum.Controls.Add(Me.grpNotOrderedFactor) Me.tbsum.Controls.Add(Me.grpNumeric) - resources.ApplyResources(Me.tbsum, "tbsum") + Me.tbsum.Location = New System.Drawing.Point(4, 22) Me.tbsum.Name = "tbsum" + Me.tbsum.Padding = New System.Windows.Forms.Padding(3) + Me.tbsum.Size = New System.Drawing.Size(409, 383) + Me.tbsum.TabIndex = 0 + Me.tbsum.Text = "Summaries" Me.tbsum.UseVisualStyleBackColor = True ' 'grpDecilesQuintiles @@ -863,58 +1227,93 @@ Partial Class sdgSummaries Me.grpDecilesQuintiles.Controls.Add(Me.ucrChkP30) Me.grpDecilesQuintiles.Controls.Add(Me.ucrChkP10) Me.grpDecilesQuintiles.Controls.Add(Me.ucrChkP20) - resources.ApplyResources(Me.grpDecilesQuintiles, "grpDecilesQuintiles") + Me.grpDecilesQuintiles.Location = New System.Drawing.Point(10, 289) Me.grpDecilesQuintiles.Name = "grpDecilesQuintiles" + Me.grpDecilesQuintiles.Size = New System.Drawing.Size(393, 87) + Me.grpDecilesQuintiles.TabIndex = 4 Me.grpDecilesQuintiles.TabStop = False Me.grpDecilesQuintiles.Tag = "" + Me.grpDecilesQuintiles.Text = "Deciles && Quintiles" ' 'ucrChkP60 ' + Me.ucrChkP60.AutoSize = True Me.ucrChkP60.Checked = False - resources.ApplyResources(Me.ucrChkP60, "ucrChkP60") + Me.ucrChkP60.Location = New System.Drawing.Point(7, 51) + Me.ucrChkP60.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP60.Name = "ucrChkP60" + Me.ucrChkP60.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP60.TabIndex = 7 ' 'ucrChkP90 ' + Me.ucrChkP90.AutoSize = True Me.ucrChkP90.Checked = False - resources.ApplyResources(Me.ucrChkP90, "ucrChkP90") + Me.ucrChkP90.Location = New System.Drawing.Point(292, 51) + Me.ucrChkP90.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP90.Name = "ucrChkP90" + Me.ucrChkP90.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP90.TabIndex = 6 ' 'ucrChkP70 ' + Me.ucrChkP70.AutoSize = True Me.ucrChkP70.Checked = False - resources.ApplyResources(Me.ucrChkP70, "ucrChkP70") + Me.ucrChkP70.Location = New System.Drawing.Point(96, 51) + Me.ucrChkP70.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP70.Name = "ucrChkP70" + Me.ucrChkP70.Size = New System.Drawing.Size(66, 23) + Me.ucrChkP70.TabIndex = 5 ' 'ucrChkP80 ' + Me.ucrChkP80.AutoSize = True Me.ucrChkP80.Checked = False - resources.ApplyResources(Me.ucrChkP80, "ucrChkP80") + Me.ucrChkP80.Location = New System.Drawing.Point(168, 51) + Me.ucrChkP80.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP80.Name = "ucrChkP80" + Me.ucrChkP80.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP80.TabIndex = 4 ' 'ucrChkP40 ' + Me.ucrChkP40.AutoSize = True Me.ucrChkP40.Checked = False - resources.ApplyResources(Me.ucrChkP40, "ucrChkP40") + Me.ucrChkP40.Location = New System.Drawing.Point(292, 21) + Me.ucrChkP40.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP40.Name = "ucrChkP40" + Me.ucrChkP40.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP40.TabIndex = 3 ' 'ucrChkP30 ' + Me.ucrChkP30.AutoSize = True Me.ucrChkP30.Checked = False - resources.ApplyResources(Me.ucrChkP30, "ucrChkP30") + Me.ucrChkP30.Location = New System.Drawing.Point(168, 21) + Me.ucrChkP30.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP30.Name = "ucrChkP30" + Me.ucrChkP30.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP30.TabIndex = 2 ' 'ucrChkP10 ' + Me.ucrChkP10.AutoSize = True Me.ucrChkP10.Checked = False - resources.ApplyResources(Me.ucrChkP10, "ucrChkP10") + Me.ucrChkP10.Location = New System.Drawing.Point(7, 21) + Me.ucrChkP10.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP10.Name = "ucrChkP10" + Me.ucrChkP10.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP10.TabIndex = 0 ' 'ucrChkP20 ' + Me.ucrChkP20.AutoSize = True Me.ucrChkP20.Checked = False - resources.ApplyResources(Me.ucrChkP20, "ucrChkP20") + Me.ucrChkP20.Location = New System.Drawing.Point(96, 21) + Me.ucrChkP20.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP20.Name = "ucrChkP20" + Me.ucrChkP20.Size = New System.Drawing.Size(66, 23) + Me.ucrChkP20.TabIndex = 1 ' 'grpCommon ' @@ -923,40 +1322,63 @@ Partial Class sdgSummaries Me.grpCommon.Controls.Add(Me.ucrChkMode) Me.grpCommon.Controls.Add(Me.ucrChkNMissing) Me.grpCommon.Controls.Add(Me.ucrChkNonMissing) - resources.ApplyResources(Me.grpCommon, "grpCommon") + Me.grpCommon.Location = New System.Drawing.Point(10, 6) Me.grpCommon.Name = "grpCommon" + Me.grpCommon.Size = New System.Drawing.Size(393, 80) + Me.grpCommon.TabIndex = 0 Me.grpCommon.TabStop = False Me.grpCommon.Tag = "Common" + Me.grpCommon.Text = "Common" ' 'ucrChkn_distinct ' + Me.ucrChkn_distinct.AutoSize = True Me.ucrChkn_distinct.Checked = False - resources.ApplyResources(Me.ucrChkn_distinct, "ucrChkn_distinct") + Me.ucrChkn_distinct.Location = New System.Drawing.Point(168, 49) + Me.ucrChkn_distinct.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkn_distinct.Name = "ucrChkn_distinct" + Me.ucrChkn_distinct.Size = New System.Drawing.Size(101, 23) + Me.ucrChkn_distinct.TabIndex = 3 ' 'ucrChkNTotal ' + Me.ucrChkNTotal.AutoSize = True Me.ucrChkNTotal.Checked = False - resources.ApplyResources(Me.ucrChkNTotal, "ucrChkNTotal") + Me.ucrChkNTotal.Location = New System.Drawing.Point(168, 19) + Me.ucrChkNTotal.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNTotal.Name = "ucrChkNTotal" + Me.ucrChkNTotal.Size = New System.Drawing.Size(100, 23) + Me.ucrChkNTotal.TabIndex = 2 ' 'ucrChkMode ' + Me.ucrChkMode.AutoSize = True Me.ucrChkMode.Checked = False - resources.ApplyResources(Me.ucrChkMode, "ucrChkMode") + Me.ucrChkMode.Location = New System.Drawing.Point(7, 49) + Me.ucrChkMode.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMode.Name = "ucrChkMode" + Me.ucrChkMode.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMode.TabIndex = 1 ' 'ucrChkNMissing ' + Me.ucrChkNMissing.AutoSize = True Me.ucrChkNMissing.Checked = False - resources.ApplyResources(Me.ucrChkNMissing, "ucrChkNMissing") + Me.ucrChkNMissing.Location = New System.Drawing.Point(292, 19) + Me.ucrChkNMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNMissing.Name = "ucrChkNMissing" + Me.ucrChkNMissing.Size = New System.Drawing.Size(85, 23) + Me.ucrChkNMissing.TabIndex = 4 ' 'ucrChkNonMissing ' + Me.ucrChkNonMissing.AutoSize = True Me.ucrChkNonMissing.Checked = False - resources.ApplyResources(Me.ucrChkNonMissing, "ucrChkNonMissing") + Me.ucrChkNonMissing.Location = New System.Drawing.Point(7, 19) + Me.ucrChkNonMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkNonMissing.Name = "ucrChkNonMissing" + Me.ucrChkNonMissing.Size = New System.Drawing.Size(100, 23) + Me.ucrChkNonMissing.TabIndex = 0 ' 'grpQuartilesTerciles ' @@ -964,62 +1386,96 @@ Partial Class sdgSummaries Me.grpQuartilesTerciles.Controls.Add(Me.ucrChkP33) Me.grpQuartilesTerciles.Controls.Add(Me.ucrChkP25) Me.grpQuartilesTerciles.Controls.Add(Me.ucrChkP75) - resources.ApplyResources(Me.grpQuartilesTerciles, "grpQuartilesTerciles") + Me.grpQuartilesTerciles.Location = New System.Drawing.Point(10, 230) Me.grpQuartilesTerciles.Name = "grpQuartilesTerciles" + Me.grpQuartilesTerciles.Size = New System.Drawing.Size(393, 56) + Me.grpQuartilesTerciles.TabIndex = 3 Me.grpQuartilesTerciles.TabStop = False Me.grpQuartilesTerciles.Tag = "Quartiles" + Me.grpQuartilesTerciles.Text = "Quartiles && Terciles" ' 'ucrChkP67 ' + Me.ucrChkP67.AutoSize = True Me.ucrChkP67.Checked = False - resources.ApplyResources(Me.ucrChkP67, "ucrChkP67") + Me.ucrChkP67.Location = New System.Drawing.Point(168, 19) + Me.ucrChkP67.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP67.Name = "ucrChkP67" + Me.ucrChkP67.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP67.TabIndex = 3 ' 'ucrChkP33 ' + Me.ucrChkP33.AutoSize = True Me.ucrChkP33.Checked = False - resources.ApplyResources(Me.ucrChkP33, "ucrChkP33") + Me.ucrChkP33.Location = New System.Drawing.Point(96, 19) + Me.ucrChkP33.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP33.Name = "ucrChkP33" + Me.ucrChkP33.Size = New System.Drawing.Size(66, 23) + Me.ucrChkP33.TabIndex = 2 ' 'ucrChkP25 ' + Me.ucrChkP25.AutoSize = True Me.ucrChkP25.Checked = False - resources.ApplyResources(Me.ucrChkP25, "ucrChkP25") + Me.ucrChkP25.Location = New System.Drawing.Point(7, 19) + Me.ucrChkP25.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP25.Name = "ucrChkP25" + Me.ucrChkP25.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP25.TabIndex = 0 ' 'ucrChkP75 ' + Me.ucrChkP75.AutoSize = True Me.ucrChkP75.Checked = False - resources.ApplyResources(Me.ucrChkP75, "ucrChkP75") + Me.ucrChkP75.Location = New System.Drawing.Point(292, 19) + Me.ucrChkP75.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkP75.Name = "ucrChkP75" + Me.ucrChkP75.Size = New System.Drawing.Size(85, 23) + Me.ucrChkP75.TabIndex = 1 ' 'grpNotOrderedFactor ' Me.grpNotOrderedFactor.Controls.Add(Me.ucrChkRange) Me.grpNotOrderedFactor.Controls.Add(Me.ucrChkMaximum) Me.grpNotOrderedFactor.Controls.Add(Me.ucrChkMinimum) - resources.ApplyResources(Me.grpNotOrderedFactor, "grpNotOrderedFactor") + Me.grpNotOrderedFactor.Location = New System.Drawing.Point(10, 92) Me.grpNotOrderedFactor.Name = "grpNotOrderedFactor" + Me.grpNotOrderedFactor.Size = New System.Drawing.Size(393, 51) + Me.grpNotOrderedFactor.TabIndex = 1 Me.grpNotOrderedFactor.TabStop = False Me.grpNotOrderedFactor.Tag = "All_but_unordered_Factor" + Me.grpNotOrderedFactor.Text = "All but (unordered) Factor" ' 'ucrChkRange ' + Me.ucrChkRange.AutoSize = True Me.ucrChkRange.Checked = False - resources.ApplyResources(Me.ucrChkRange, "ucrChkRange") + Me.ucrChkRange.Location = New System.Drawing.Point(292, 19) + Me.ucrChkRange.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkRange.Name = "ucrChkRange" + Me.ucrChkRange.Size = New System.Drawing.Size(85, 23) + Me.ucrChkRange.TabIndex = 1 ' 'ucrChkMaximum ' + Me.ucrChkMaximum.AutoSize = True Me.ucrChkMaximum.Checked = False - resources.ApplyResources(Me.ucrChkMaximum, "ucrChkMaximum") + Me.ucrChkMaximum.Location = New System.Drawing.Point(168, 19) + Me.ucrChkMaximum.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMaximum.Name = "ucrChkMaximum" + Me.ucrChkMaximum.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMaximum.TabIndex = 2 ' 'ucrChkMinimum ' + Me.ucrChkMinimum.AutoSize = True Me.ucrChkMinimum.Checked = False - resources.ApplyResources(Me.ucrChkMinimum, "ucrChkMinimum") + Me.ucrChkMinimum.Location = New System.Drawing.Point(7, 19) + Me.ucrChkMinimum.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMinimum.Name = "ucrChkMinimum" + Me.ucrChkMinimum.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMinimum.TabIndex = 0 ' 'grpNumeric ' @@ -1028,40 +1484,63 @@ Partial Class sdgSummaries Me.grpNumeric.Controls.Add(Me.ucrChkStdDev) Me.grpNumeric.Controls.Add(Me.ucrChkSum) Me.grpNumeric.Controls.Add(Me.ucrChkMean) - resources.ApplyResources(Me.grpNumeric, "grpNumeric") + Me.grpNumeric.Location = New System.Drawing.Point(10, 149) Me.grpNumeric.Name = "grpNumeric" + Me.grpNumeric.Size = New System.Drawing.Size(393, 78) + Me.grpNumeric.TabIndex = 2 Me.grpNumeric.TabStop = False Me.grpNumeric.Tag = "Numeric" + Me.grpNumeric.Text = "Numeric" ' 'ucrChkVariance ' + Me.ucrChkVariance.AutoSize = True Me.ucrChkVariance.Checked = False - resources.ApplyResources(Me.ucrChkVariance, "ucrChkVariance") + Me.ucrChkVariance.Location = New System.Drawing.Point(168, 49) + Me.ucrChkVariance.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkVariance.Name = "ucrChkVariance" + Me.ucrChkVariance.Size = New System.Drawing.Size(157, 23) + Me.ucrChkVariance.TabIndex = 3 ' 'ucrChkMedian ' + Me.ucrChkMedian.AutoSize = True Me.ucrChkMedian.Checked = False - resources.ApplyResources(Me.ucrChkMedian, "ucrChkMedian") + Me.ucrChkMedian.Location = New System.Drawing.Point(292, 19) + Me.ucrChkMedian.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMedian.Name = "ucrChkMedian" + Me.ucrChkMedian.Size = New System.Drawing.Size(85, 23) + Me.ucrChkMedian.TabIndex = 4 ' 'ucrChkStdDev ' + Me.ucrChkStdDev.AutoSize = True Me.ucrChkStdDev.Checked = False - resources.ApplyResources(Me.ucrChkStdDev, "ucrChkStdDev") + Me.ucrChkStdDev.Location = New System.Drawing.Point(7, 49) + Me.ucrChkStdDev.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkStdDev.Name = "ucrChkStdDev" + Me.ucrChkStdDev.Size = New System.Drawing.Size(155, 23) + Me.ucrChkStdDev.TabIndex = 1 ' 'ucrChkSum ' + Me.ucrChkSum.AutoSize = True Me.ucrChkSum.Checked = False - resources.ApplyResources(Me.ucrChkSum, "ucrChkSum") + Me.ucrChkSum.Location = New System.Drawing.Point(7, 19) + Me.ucrChkSum.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkSum.Name = "ucrChkSum" + Me.ucrChkSum.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSum.TabIndex = 0 ' 'ucrChkMean ' + Me.ucrChkMean.AutoSize = True Me.ucrChkMean.Checked = False - resources.ApplyResources(Me.ucrChkMean, "ucrChkMean") + Me.ucrChkMean.Location = New System.Drawing.Point(168, 19) + Me.ucrChkMean.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMean.Name = "ucrChkMean" + Me.ucrChkMean.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMean.TabIndex = 2 ' 'tbSummaries ' @@ -1071,30 +1550,43 @@ Partial Class sdgSummaries Me.tbSummaries.Controls.Add(Me.tbPosition) Me.tbSummaries.Controls.Add(Me.tbModel) Me.tbSummaries.Controls.Add(Me.tbCircular) - resources.ApplyResources(Me.tbSummaries, "tbSummaries") + Me.tbSummaries.Location = New System.Drawing.Point(6, 7) Me.tbSummaries.Name = "tbSummaries" Me.tbSummaries.SelectedIndex = 0 + Me.tbSummaries.Size = New System.Drawing.Size(417, 409) + Me.tbSummaries.TabIndex = 0 ' 'ucrButtonsSummaries ' - resources.ApplyResources(Me.ucrButtonsSummaries, "ucrButtonsSummaries") + Me.ucrButtonsSummaries.AutoSize = True + Me.ucrButtonsSummaries.Location = New System.Drawing.Point(139, 418) + Me.ucrButtonsSummaries.Margin = New System.Windows.Forms.Padding(4) Me.ucrButtonsSummaries.Name = "ucrButtonsSummaries" + Me.ucrButtonsSummaries.Size = New System.Drawing.Size(224, 31) + Me.ucrButtonsSummaries.TabIndex = 1 ' 'sdgSummaries ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(429, 448) Me.Controls.Add(Me.ucrButtonsSummaries) Me.Controls.Add(Me.tbSummaries) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgSummaries" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Summaries" + Me.Text = "Summaries" Me.tbCircular.ResumeLayout(False) Me.grpCircScale.ResumeLayout(False) + Me.grpCircScale.PerformLayout() Me.grpCircLocation.ResumeLayout(False) + Me.grpCircLocation.PerformLayout() Me.tbModel.ResumeLayout(False) + Me.tbModel.PerformLayout() Me.tbPosition.ResumeLayout(False) Me.tbPosition.PerformLayout() Me.grpPosition.ResumeLayout(False) @@ -1102,23 +1594,34 @@ Partial Class sdgSummaries Me.tbTwoVariables.ResumeLayout(False) Me.tbTwoVariables.PerformLayout() Me.grpRelationships.ResumeLayout(False) + Me.grpRelationships.PerformLayout() Me.grpHyroGOF.ResumeLayout(False) Me.grpHyroGOF.PerformLayout() Me.tbMore.ResumeLayout(False) Me.grpProportionsPercentiles.ResumeLayout(False) + Me.grpProportionsPercentiles.PerformLayout() Me.grpLocation.ResumeLayout(False) Me.grpLocation.PerformLayout() Me.grpScale.ResumeLayout(False) + Me.grpScale.PerformLayout() Me.grpSkewness.ResumeLayout(False) + Me.grpSkewness.PerformLayout() Me.grpKurtosis.ResumeLayout(False) + Me.grpKurtosis.PerformLayout() Me.tbsum.ResumeLayout(False) Me.grpDecilesQuintiles.ResumeLayout(False) + Me.grpDecilesQuintiles.PerformLayout() Me.grpCommon.ResumeLayout(False) + Me.grpCommon.PerformLayout() Me.grpQuartilesTerciles.ResumeLayout(False) + Me.grpQuartilesTerciles.PerformLayout() Me.grpNotOrderedFactor.ResumeLayout(False) + Me.grpNotOrderedFactor.PerformLayout() Me.grpNumeric.ResumeLayout(False) + Me.grpNumeric.PerformLayout() Me.tbSummaries.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgSummaries.resx b/instat/sdgSummaries.resx index 4cd3a8bcdbd..1f05f852d7a 100644 --- a/instat/sdgSummaries.resx +++ b/instat/sdgSummaries.resx @@ -117,3061 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 21, 47 - - - - 4, 4, 4, 4 - - - 80, 20 - - - - 1 - - - ucrChkCircRange - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 0 - - - 213, 21 - - - 4, 4, 4, 4 - - - 80, 20 - - - 4 - - - ucrChkAngVar - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 1 - - - 124, 47 - - - 4, 4, 4, 4 - - - 80, 20 - - - 3 - - - ucrChkrho - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 2 - - - 213, 47 - - - 4, 4, 4, 4 - - - 80, 20 - - - 5 - - - ucrChkAngDev - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 3 - - - 124, 19 - - - 4, 4, 4, 4 - - - 80, 20 - - - 2 - - - ucrChkVar - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 4 - - - 21, 19 - - - 4, 4, 4, 4 - - - 80, 20 - - - 0 - - - ucrChkSd - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircScale - - - 5 - - - 4, 103 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 401, 81 - - - 1 - - - Scale - - - grpCircScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbCircular - - - 0 - - - 124, 26 - - - 4, 4, 4, 4 - - - 81, 20 - - - 2 - - - ucrChkCircMedian - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 0 - - - 213, 26 - - - 4, 4, 4, 4 - - - 80, 20 - - - 4 - - - ucrChkMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 1 - - - 300, 26 - - - 4, 4, 4, 4 - - - 80, 20 - - - 6 - - - ucrChkMedianH - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 2 - - - 124, 54 - - - 4, 4, 4, 4 - - - 80, 20 - - - 3 - - - ucrChkQ3 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 3 - - - 21, 54 - - - 4, 4, 4, 4 - - - 80, 20 - - - 1 - - - ucrChkQ1 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 4 - - - 213, 54 - - - 4, 4, 4, 4 - - - 80, 20 - - - 5 - - - ucrChkMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 5 - - - 21, 26 - - - 4, 4, 4, 4 - - - 86, 20 - - - 0 - - - ucrChkCircMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCircLocation - - - 6 - - - 4, 9 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 401, 90 - - - 0 - - - Location - - - grpCircLocation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbCircular - - - 1 - - - 4, 22 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 409, 383 - - - 8 - - - Circular - - - tbCircular - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 5 - - - 16, 21 - - - 5, 5, 5, 5 - - - 295, 20 - - - 1 - - - ucrChkStandardErrorOfMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbModel - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 409, 383 - - - 6 - - - Model - - - tbModel - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 4 - - - 12, 101 - - - 5, 5, 5, 5 - - - 188, 20 - - - 1 - - - ucrChkOrderBy - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbPosition - - - 0 - - - True - - - NoControl - - - 229, 160 - - - 51, 13 - - - 3 - - - Order By: - - - lblOrderBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPosition - - - 1 - - - 166, 45 - - - 5, 5, 5, 5 - - - 101, 20 - - - 8 - - - ucrChkSetseed - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 0 - - - 273, 45 - - - 5, 5, 5, 5 - - - 50, 20 - - - 7 - - - ucrNudSeed - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 1 - - - 8, 45 - - - 5, 5, 5, 5 - - - 113, 20 - - - 5 - - - ucrChkSample - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 2 - - - 233, 19 - - - 7, 6, 7, 6 - - - 64, 20 - - - 3 - - - ucrInputN - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 3 - - - True - - - NoControl - - - 215, 22 - - - 16, 13 - - - 2 - - - n: - - - lblInputN - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpPosition - - - 4 - - - 8, 19 - - - 5, 5, 5, 5 - - - 101, 20 - - - 0 - - - ucrChkFirst - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 5 - - - 309, 19 - - - 5, 5, 5, 5 - - - 80, 20 - - - 4 - - - ucrChkLast - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 6 - - - 166, 21 - - - 5, 5, 5, 5 - - - 41, 20 - - - 1 - - - ucrChknth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPosition - - - 7 - - - 6, 6 - - - 397, 80 - - - 0 - - - Position - - - grpPosition - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPosition - - - 2 - - - 10, 132 - - - 0, 0, 0, 0 - - - 210, 180 - - - 2 - - - ucrSelectorOrderBy - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbPosition - - - 3 - - - 231, 176 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverOrderBy - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbPosition - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 409, 383 - - - 7 - - - Position - - - tbPosition - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 3 - - - True - - - NoControl - - - 263, 207 - - - 88, 13 - - - 3 - - - Second Variable: - - - lblSecondVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbTwoVariables - - - 0 - - - 166, 10 - - - 5, 5, 5, 5 - - - 167, 20 - - - 1 - - - ucrChkCovariance - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRelationships - - - 0 - - - 15, 13 - - - 5, 5, 5, 5 - - - 149, 20 - - - 0 - - - ucrChkCorrelations - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRelationships - - - 1 - - - 4, 6 - - - 399, 38 - - - 0 - - - Relationships - - - grpRelationships - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbTwoVariables - - - 1 - - - True - - - NoControl - - - 284, 125 - - - 12, 13 - - - 20 - - - j: - - - lblJmia - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHyroGOF - - - 0 - - - 299, 122 - - - 32, 21 - - - 21 - - - ucrInputJmia - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 1 - - - 9, 15 - - - 5, 5, 5, 5 - - - 87, 20 - - - 0 - - - ucrChkSelectAll - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 2 - - - 204, 75 - - - 5, 5, 5, 5 - - - 87, 20 - - - 13 - - - ucrChkRelativeIndexOfAgreement - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 3 - - - 94, 54 - - - 5, 5, 5, 5 - - - 87, 20 - - - 7 - - - ucrChkRatioOfStandardDeviation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 4 - - - 204, 116 - - - 5, 5, 5, 5 - - - 87, 20 - - - 15 - - - ucrChkCoefDetermination - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 5 - - - 94, 34 - - - 5, 5, 5, 5 - - - 87, 20 - - - 6 - - - ucrChkRatioOfRootMeanSquaredError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 6 - - - 94, 115 - - - 5, 5, 5, 5 - - - 87, 20 - - - 10 - - - ucrChkRelativeNashSutcliffeEff - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 7 - - - 204, 36 - - - 5, 5, 5, 5 - - - 87, 20 - - - 11 - - - ucrChkModifiedIndexOfAgreement - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 8 - - - 204, 95 - - - 5, 5, 5, 5 - - - 87, 20 - - - 14 - - - ucrChkCoefPersistence - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 9 - - - 94, 75 - - - 5, 5, 5, 5 - - - 87, 20 - - - 8 - - - ucrChkNashSutcliffeEfficiency - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 10 - - - 306, 100 - - - 5, 5, 5, 5 - - - 87, 20 - - - 19 - - - ucrChkSumOfSquaredResiduals - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 11 - - - 306, 38 - - - 5, 5, 5, 5 - - - 87, 20 - - - 16 - - - ucrChkKlingGuptaEfficiency - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 12 - - - 306, 58 - - - 5, 5, 5, 5 - - - 87, 20 - - - 17 - - - ucrChkVolumetricEfficiency - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 13 - - - 8, 116 - - - 5, 5, 5, 5 - - - 87, 20 - - - 5 - - - ucrChkPercentBias - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 14 - - - 94, 95 - - - 5, 5, 5, 5 - - - 87, 20 - - - 9 - - - ucrChkModNashSutcliffeEff - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 15 - - - 8, 34 - - - 5, 5, 5, 5 - - - 87, 20 - - - 1 - - - ucrChkMeanError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 16 - - - 306, 79 - - - 5, 5, 5, 5 - - - 87, 20 - - - 18 - - - ucrChkMeanSquaredError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 17 - - - 8, 74 - - - 5, 5, 5, 5 - - - 87, 20 - - - 3 - - - ucrChkRootMeanSquaredError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 18 - - - NoControl - - - 331, 120 - - - 68, 23 - - - 22 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpHyroGOF - - - 19 - - - 8, 95 - - - 5, 5, 5, 5 - - - 87, 20 - - - 4 - - - ucrChkNormRootMeanSquaredError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 20 - - - 8, 54 - - - 5, 5, 5, 5 - - - 87, 20 - - - 2 - - - ucrChkMeanAbsoluteError - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 21 - - - 204, 57 - - - 5, 5, 5, 5 - - - 87, 20 - - - 12 - - - ucrChkIndexOfAgreement - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpHyroGOF - - - 22 - - - 6, 45 - - - 399, 145 - - - 1 - - - HydroGOF - - - grpHyroGOF - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbTwoVariables - - - 2 - - - 266, 223 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverSecondVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbTwoVariables - - - 3 - - - 8, 193 - - - 0, 0, 0, 0 - - - 210, 188 - - - 2 - - - ucrSelectorSecondVariable - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbTwoVariables - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 409, 383 - - - 5 - - - Two-Variables - - - tbTwoVariables - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 2 - - - 119, 93 - - - 5, 5, 5, 5 - - - 52, 21 - - - 10 - - - ucrInputQuantile - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 0 - - - 7, 96 - - - 4, 4, 4, 4 - - - 108, 20 - - - 9 - - - ucrChkQuantile - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 1 - - - 175, 68 - - - 7, 6, 7, 6 - - - 51, 20 - - - 8 - - - ucrInputCountValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 2 - - - - - - 119, 68 - - - 7, 6, 7, 6 - - - 51, 25 - - - 7 - - - ucrInputComboCountTest - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 3 - - - 7, 45 - - - 5, 5, 5, 5 - - - 108, 20 - - - 2 - - - ucrChkProportion - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 4 - - - 7, 71 - - - 5, 5, 5, 5 - - - 108, 20 - - - 6 - - - ucrChkCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 5 - - - 238, 45 - - - 5, 5, 5, 5 - - - 101, 20 - - - 5 - - - ucrChkPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 6 - - - 175, 43 - - - 7, 6, 7, 6 - - - 51, 20 - - - 4 - - - ucrInputPropValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 7 - - - - - - 119, 43 - - - 7, 6, 7, 6 - - - 51, 25 - - - 3 - - - ucrInputComboPropTest - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 8 - - - 119, 19 - - - 7, 6, 7, 6 - - - 51, 20 - - - 1 - - - ucrInputPercentile - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 9 - - - 7, 19 - - - 5, 5, 5, 5 - - - 108, 20 - - - 0 - - - ucrChkPercentile - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpProportionsPercentiles - - - 10 - - - 10, 6 - - - 393, 122 - - - 0 - - - Proportions/Percentiles/Count - - - grpProportionsPercentiles - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMore - - - 0 - - - True - - - NoControl - - - 208, 21 - - - 91, 13 - - - 1 - - - Fraction Trimmed: - - - lblFractionTrimmed - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocation - - - 0 - - - 303, 18 - - - 5, 5, 5, 5 - - - 50, 20 - - - 2 - - - ucrNudFraction - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 1 - - - 7, 19 - - - 5, 5, 5, 5 - - - 120, 20 - - - 0 - - - ucrChkTrimmedMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocation - - - 2 - - - 10, 134 - - - 393, 52 - - - 0 - - - Location - - - grpLocation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMore - - - 1 - - - 208, 46 - - - 5, 5, 5, 5 - - - 101, 20 - - - 3 - - - ucrChkSn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScale - - - 0 - - - 208, 19 - - - 5, 5, 5, 5 - - - 101, 20 - - - 2 - - - ucrChkQn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScale - - - 1 - - - 7, 19 - - - 5, 5, 5, 5 - - - 200, 20 - - - 0 - - - ucrChkCoefficientOfVariation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScale - - - 2 - - - 7, 45 - - - 5, 5, 5, 5 - - - 262, 20 - - - 1 - - - ucrChkMedianAbsoluteDeviation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpScale - - - 3 - - - 10, 193 - - - 393, 74 - - - 1 - - - Scale - - - grpScale - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMore - - - 2 - - - 208, 19 - - - 5, 5, 5, 5 - - - 101, 20 - - - 1 - - - ucrChkMc - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSkewness - - - 0 - - - 7, 19 - - - 5, 5, 5, 5 - - - 254, 20 - - - 0 - - - ucrChkSkewness - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSkewness - - - 1 - - - 10, 273 - - - 393, 49 - - - 2 - - - Skewness - - - grpSkewness - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMore - - - 3 - - - 7, 19 - - - 5, 5, 5, 5 - - - 120, 20 - - - 0 - - - ucrChkKurtosis - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKurtosis - - - 0 - - - 10, 329 - - - 393, 50 - - - 3 - - - Kurtosis - - - grpKurtosis - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbMore - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 409, 383 - - - 1 - - - More - - - tbMore - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 1 - - - 7, 51 - - - 5, 5, 5, 5 - - - 85, 20 - - - 7 - - - ucrChkP60 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 0 - - - 292, 51 - - - 5, 5, 5, 5 - - - 85, 20 - - - 6 - - - ucrChkP90 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 1 - - - 96, 51 - - - 5, 5, 5, 5 - - - 66, 20 - - - 5 - - - ucrChkP70 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 2 - - - 168, 51 - - - 5, 5, 5, 5 - - - 85, 20 - - - 4 - - - ucrChkP80 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 3 - - - 292, 21 - - - 5, 5, 5, 5 - - - 85, 20 - - - 3 - - - ucrChkP40 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 4 - - - 168, 21 - - - 5, 5, 5, 5 - - - 85, 20 - - - 2 - - - ucrChkP30 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 5 - - - 7, 21 - - - 5, 5, 5, 5 - - - 85, 20 - - - 0 - - - ucrChkP10 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 6 - - - 96, 21 - - - 5, 5, 5, 5 - - - 66, 20 - - - 1 - - - ucrChkP20 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDecilesQuintiles - - - 7 - - - 10, 289 - - - 393, 87 - - - 4 - - - Deciles && Quintiles - - - grpDecilesQuintiles - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbsum - - - 0 - - - 168, 49 - - - 5, 5, 5, 5 - - - 101, 20 - - - 3 - - - ucrChkn_distinct - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommon - - - 0 - - - 168, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - ucrChkNTotal - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommon - - - 1 - - - 7, 49 - - - 5, 5, 5, 5 - - - 100, 20 - - - 1 - - - ucrChkMode - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommon - - - 2 - - - 292, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 4 - - - ucrChkNMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommon - - - 3 - - - 7, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 0 - - - ucrChkNonMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCommon - - - 4 - - - 10, 6 - - - 393, 80 - - - 0 - - - Common - - - grpCommon - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbsum - - - 1 - - - 168, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 3 - - - ucrChkP67 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpQuartilesTerciles - - - 0 - - - 96, 19 - - - 5, 5, 5, 5 - - - 66, 20 - - - 2 - - - ucrChkP33 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpQuartilesTerciles - - - 1 - - - 7, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 0 - - - ucrChkP25 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpQuartilesTerciles - - - 2 - - - 292, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 1 - - - ucrChkP75 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpQuartilesTerciles - - - 3 - - - 10, 230 - - - 393, 56 - - - 3 - - - Quartiles && Terciles - - - grpQuartilesTerciles - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbsum - - - 2 - - - 292, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 1 - - - ucrChkRange - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNotOrderedFactor - - - 0 - - - 168, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - ucrChkMaximum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNotOrderedFactor - - - 1 - - - 7, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 0 - - - ucrChkMinimum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNotOrderedFactor - - - 2 - - - 10, 92 - - - 393, 51 - - - 1 - - - All but (unordered) Factor - - - grpNotOrderedFactor - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbsum - - - 3 - - - 168, 49 - - - 5, 5, 5, 5 - - - 157, 20 - - - 3 - - - ucrChkVariance - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumeric - - - 0 - - - 292, 19 - - - 5, 5, 5, 5 - - - 85, 20 - - - 4 - - - ucrChkMedian - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumeric - - - 1 - - - 7, 49 - - - 5, 5, 5, 5 - - - 155, 20 - - - 1 - - - ucrChkStdDev - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumeric - - - 2 - - - 7, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 0 - - - ucrChkSum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumeric - - - 3 - - - 168, 19 - - - 5, 5, 5, 5 - - - 100, 20 - - - 2 - - - ucrChkMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumeric - - - 4 - - - 10, 149 - - - 393, 78 - - - 2 - - - Numeric - - - grpNumeric - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbsum - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 409, 383 - - - 0 - - - Summaries - - - tbsum - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbSummaries - - - 0 - - - 6, 7 - - - 417, 409 - - - 0 - - - tbSummaries - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - 17, 17 - - 139, 418 - - - 4, 4, 4, 4 - - - 150, 31 - - - 1 - - - ucrButtonsSummaries - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - 35 - - 6, 13 - - - True - - - 429, 448 - - - CenterParent - - - Summaries - - - ttVerificationSummaries - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sdgSummaries - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgThemes.Designer.vb b/instat/sdgThemes.Designer.vb index 3c565419994..d79a4e3a055 100644 --- a/instat/sdgThemes.Designer.vb +++ b/instat/sdgThemes.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgThemes 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgThemes)) Me.ucrBaseSubdialogue = New instat.ucrButtonsSubdialogue() Me.tbThemeFacets = New System.Windows.Forms.TabPage() Me.grpSpaceBetweenStripsAxes = New System.Windows.Forms.GroupBox() @@ -172,79 +171,115 @@ Partial Class sdgThemes ' 'ucrBaseSubdialogue ' - resources.ApplyResources(Me.ucrBaseSubdialogue, "ucrBaseSubdialogue") + Me.ucrBaseSubdialogue.AutoSize = True + Me.ucrBaseSubdialogue.Location = New System.Drawing.Point(344, 621) Me.ucrBaseSubdialogue.Name = "ucrBaseSubdialogue" + Me.ucrBaseSubdialogue.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubdialogue.TabIndex = 1 ' 'tbThemeFacets ' Me.tbThemeFacets.Controls.Add(Me.grpSpaceBetweenStripsAxes) Me.tbThemeFacets.Controls.Add(Me.grpFacetBackground) Me.tbThemeFacets.Controls.Add(Me.grpFacetLabels) - resources.ApplyResources(Me.tbThemeFacets, "tbThemeFacets") + Me.tbThemeFacets.Location = New System.Drawing.Point(4, 22) Me.tbThemeFacets.Name = "tbThemeFacets" + Me.tbThemeFacets.Size = New System.Drawing.Size(817, 583) + Me.tbThemeFacets.TabIndex = 4 + Me.tbThemeFacets.Text = "Facets" Me.tbThemeFacets.UseVisualStyleBackColor = True ' 'grpSpaceBetweenStripsAxes ' Me.grpSpaceBetweenStripsAxes.Controls.Add(Me.ucrStripsSpaceWrap) Me.grpSpaceBetweenStripsAxes.Controls.Add(Me.ucrStripsSpaceGrid) - resources.ApplyResources(Me.grpSpaceBetweenStripsAxes, "grpSpaceBetweenStripsAxes") + Me.grpSpaceBetweenStripsAxes.Location = New System.Drawing.Point(5, 268) Me.grpSpaceBetweenStripsAxes.Name = "grpSpaceBetweenStripsAxes" + Me.grpSpaceBetweenStripsAxes.Size = New System.Drawing.Size(531, 150) + Me.grpSpaceBetweenStripsAxes.TabIndex = 1 Me.grpSpaceBetweenStripsAxes.TabStop = False + Me.grpSpaceBetweenStripsAxes.Text = "Space between Strips and Axes" ' 'ucrStripsSpaceWrap ' - resources.ApplyResources(Me.ucrStripsSpaceWrap, "ucrStripsSpaceWrap") + Me.ucrStripsSpaceWrap.AutoSize = True + Me.ucrStripsSpaceWrap.Location = New System.Drawing.Point(265, 21) Me.ucrStripsSpaceWrap.Name = "ucrStripsSpaceWrap" + Me.ucrStripsSpaceWrap.Size = New System.Drawing.Size(261, 125) + Me.ucrStripsSpaceWrap.TabIndex = 1 ' 'ucrStripsSpaceGrid ' - resources.ApplyResources(Me.ucrStripsSpaceGrid, "ucrStripsSpaceGrid") + Me.ucrStripsSpaceGrid.AutoSize = True + Me.ucrStripsSpaceGrid.Location = New System.Drawing.Point(6, 21) Me.ucrStripsSpaceGrid.Name = "ucrStripsSpaceGrid" + Me.ucrStripsSpaceGrid.Size = New System.Drawing.Size(260, 122) + Me.ucrStripsSpaceGrid.TabIndex = 0 ' 'grpFacetBackground ' Me.grpFacetBackground.Controls.Add(Me.ucrStripBackGround) - resources.ApplyResources(Me.grpFacetBackground, "grpFacetBackground") + Me.grpFacetBackground.Location = New System.Drawing.Point(541, 268) Me.grpFacetBackground.Name = "grpFacetBackground" + Me.grpFacetBackground.Size = New System.Drawing.Size(263, 148) + Me.grpFacetBackground.TabIndex = 2 Me.grpFacetBackground.TabStop = False + Me.grpFacetBackground.Text = "Facet Label Background " ' 'ucrStripBackGround ' - resources.ApplyResources(Me.ucrStripBackGround, "ucrStripBackGround") + Me.ucrStripBackGround.AutoSize = True + Me.ucrStripBackGround.Location = New System.Drawing.Point(2, 21) Me.ucrStripBackGround.Name = "ucrStripBackGround" + Me.ucrStripBackGround.Size = New System.Drawing.Size(253, 128) + Me.ucrStripBackGround.TabIndex = 0 ' 'grpFacetLabels ' Me.grpFacetLabels.Controls.Add(Me.ucrStripTextYAxis) Me.grpFacetLabels.Controls.Add(Me.ucrStripTextXAxis) Me.grpFacetLabels.Controls.Add(Me.ucrStripText) - resources.ApplyResources(Me.grpFacetLabels, "grpFacetLabels") + Me.grpFacetLabels.Location = New System.Drawing.Point(6, 6) Me.grpFacetLabels.Name = "grpFacetLabels" + Me.grpFacetLabels.Size = New System.Drawing.Size(798, 255) + Me.grpFacetLabels.TabIndex = 0 Me.grpFacetLabels.TabStop = False + Me.grpFacetLabels.Text = "Facet Labels" ' 'ucrStripTextYAxis ' - resources.ApplyResources(Me.ucrStripTextYAxis, "ucrStripTextYAxis") + Me.ucrStripTextYAxis.AutoSize = True + Me.ucrStripTextYAxis.Location = New System.Drawing.Point(536, 21) Me.ucrStripTextYAxis.Name = "ucrStripTextYAxis" + Me.ucrStripTextYAxis.Size = New System.Drawing.Size(255, 226) + Me.ucrStripTextYAxis.TabIndex = 2 ' 'ucrStripTextXAxis ' - resources.ApplyResources(Me.ucrStripTextXAxis, "ucrStripTextXAxis") + Me.ucrStripTextXAxis.AutoSize = True + Me.ucrStripTextXAxis.Location = New System.Drawing.Point(275, 21) Me.ucrStripTextXAxis.Name = "ucrStripTextXAxis" + Me.ucrStripTextXAxis.Size = New System.Drawing.Size(255, 226) + Me.ucrStripTextXAxis.TabIndex = 1 ' 'ucrStripText ' - resources.ApplyResources(Me.ucrStripText, "ucrStripText") + Me.ucrStripText.AutoSize = True + Me.ucrStripText.Location = New System.Drawing.Point(14, 21) Me.ucrStripText.Name = "ucrStripText" + Me.ucrStripText.Size = New System.Drawing.Size(255, 226) + Me.ucrStripText.TabIndex = 0 ' 'tbThemePanelAndBackground ' Me.tbThemePanelAndBackground.Controls.Add(Me.grpPanelSpacing) Me.tbThemePanelAndBackground.Controls.Add(Me.grpBorderAndBackground) Me.tbThemePanelAndBackground.Controls.Add(Me.grpPanelGrid) - resources.ApplyResources(Me.tbThemePanelAndBackground, "tbThemePanelAndBackground") + Me.tbThemePanelAndBackground.Location = New System.Drawing.Point(4, 22) Me.tbThemePanelAndBackground.Name = "tbThemePanelAndBackground" + Me.tbThemePanelAndBackground.Size = New System.Drawing.Size(817, 583) + Me.tbThemePanelAndBackground.TabIndex = 3 + Me.tbThemePanelAndBackground.Text = "Panel and Background " Me.tbThemePanelAndBackground.UseVisualStyleBackColor = True ' 'grpPanelSpacing @@ -252,66 +287,99 @@ Partial Class sdgThemes Me.grpPanelSpacing.Controls.Add(Me.ucrPanelSpacingYAxis) Me.grpPanelSpacing.Controls.Add(Me.ucrPanelSpacingXAxis) Me.grpPanelSpacing.Controls.Add(Me.ucrPanelSpacing) - resources.ApplyResources(Me.grpPanelSpacing, "grpPanelSpacing") + Me.grpPanelSpacing.Location = New System.Drawing.Point(4, 315) Me.grpPanelSpacing.Name = "grpPanelSpacing" + Me.grpPanelSpacing.Size = New System.Drawing.Size(800, 150) + Me.grpPanelSpacing.TabIndex = 2 Me.grpPanelSpacing.TabStop = False + Me.grpPanelSpacing.Text = "Panel Spacing" ' 'ucrPanelSpacingYAxis ' - resources.ApplyResources(Me.ucrPanelSpacingYAxis, "ucrPanelSpacingYAxis") + Me.ucrPanelSpacingYAxis.AutoSize = True + Me.ucrPanelSpacingYAxis.Location = New System.Drawing.Point(530, 21) Me.ucrPanelSpacingYAxis.Name = "ucrPanelSpacingYAxis" + Me.ucrPanelSpacingYAxis.Size = New System.Drawing.Size(261, 122) + Me.ucrPanelSpacingYAxis.TabIndex = 2 ' 'ucrPanelSpacingXAxis ' - resources.ApplyResources(Me.ucrPanelSpacingXAxis, "ucrPanelSpacingXAxis") + Me.ucrPanelSpacingXAxis.AutoSize = True + Me.ucrPanelSpacingXAxis.Location = New System.Drawing.Point(268, 21) Me.ucrPanelSpacingXAxis.Name = "ucrPanelSpacingXAxis" + Me.ucrPanelSpacingXAxis.Size = New System.Drawing.Size(262, 122) + Me.ucrPanelSpacingXAxis.TabIndex = 1 ' 'ucrPanelSpacing ' - resources.ApplyResources(Me.ucrPanelSpacing, "ucrPanelSpacing") + Me.ucrPanelSpacing.AutoSize = True + Me.ucrPanelSpacing.Location = New System.Drawing.Point(7, 21) Me.ucrPanelSpacing.Name = "ucrPanelSpacing" + Me.ucrPanelSpacing.Size = New System.Drawing.Size(260, 122) + Me.ucrPanelSpacing.TabIndex = 0 ' 'grpBorderAndBackground ' Me.grpBorderAndBackground.Controls.Add(Me.ucrPanelBackGround) Me.grpBorderAndBackground.Controls.Add(Me.ucrPanelBorder) - resources.ApplyResources(Me.grpBorderAndBackground, "grpBorderAndBackground") + Me.grpBorderAndBackground.Location = New System.Drawing.Point(3, 157) Me.grpBorderAndBackground.Name = "grpBorderAndBackground" + Me.grpBorderAndBackground.Size = New System.Drawing.Size(532, 151) + Me.grpBorderAndBackground.TabIndex = 1 Me.grpBorderAndBackground.TabStop = False + Me.grpBorderAndBackground.Text = "Panel Border and Background " ' 'ucrPanelBackGround ' - resources.ApplyResources(Me.ucrPanelBackGround, "ucrPanelBackGround") + Me.ucrPanelBackGround.AutoSize = True + Me.ucrPanelBackGround.Location = New System.Drawing.Point(275, 21) Me.ucrPanelBackGround.Name = "ucrPanelBackGround" + Me.ucrPanelBackGround.Size = New System.Drawing.Size(253, 132) + Me.ucrPanelBackGround.TabIndex = 1 ' 'ucrPanelBorder ' - resources.ApplyResources(Me.ucrPanelBorder, "ucrPanelBorder") + Me.ucrPanelBorder.AutoSize = True + Me.ucrPanelBorder.Location = New System.Drawing.Point(14, 21) Me.ucrPanelBorder.Name = "ucrPanelBorder" + Me.ucrPanelBorder.Size = New System.Drawing.Size(253, 132) + Me.ucrPanelBorder.TabIndex = 0 ' 'grpPanelGrid ' Me.grpPanelGrid.Controls.Add(Me.ucrPanelGridMinor) Me.grpPanelGrid.Controls.Add(Me.ucrPanelGridMajor) Me.grpPanelGrid.Controls.Add(Me.ucrPanelGrid) - resources.ApplyResources(Me.grpPanelGrid, "grpPanelGrid") + Me.grpPanelGrid.Location = New System.Drawing.Point(4, 12) Me.grpPanelGrid.Name = "grpPanelGrid" + Me.grpPanelGrid.Size = New System.Drawing.Size(786, 139) + Me.grpPanelGrid.TabIndex = 0 Me.grpPanelGrid.TabStop = False + Me.grpPanelGrid.Text = "Panel Grid" ' 'ucrPanelGridMinor ' - resources.ApplyResources(Me.ucrPanelGridMinor, "ucrPanelGridMinor") + Me.ucrPanelGridMinor.AutoSize = True + Me.ucrPanelGridMinor.Location = New System.Drawing.Point(527, 15) Me.ucrPanelGridMinor.Name = "ucrPanelGridMinor" + Me.ucrPanelGridMinor.Size = New System.Drawing.Size(254, 122) + Me.ucrPanelGridMinor.TabIndex = 2 ' 'ucrPanelGridMajor ' - resources.ApplyResources(Me.ucrPanelGridMajor, "ucrPanelGridMajor") + Me.ucrPanelGridMajor.AutoSize = True + Me.ucrPanelGridMajor.Location = New System.Drawing.Point(269, 15) Me.ucrPanelGridMajor.Name = "ucrPanelGridMajor" + Me.ucrPanelGridMajor.Size = New System.Drawing.Size(254, 122) + Me.ucrPanelGridMajor.TabIndex = 1 ' 'ucrPanelGrid ' - resources.ApplyResources(Me.ucrPanelGrid, "ucrPanelGrid") + Me.ucrPanelGrid.AutoSize = True + Me.ucrPanelGrid.Location = New System.Drawing.Point(10, 15) Me.ucrPanelGrid.Name = "ucrPanelGrid" + Me.ucrPanelGrid.Size = New System.Drawing.Size(254, 122) + Me.ucrPanelGrid.TabIndex = 0 ' 'tbThemeLegend ' @@ -319,8 +387,12 @@ Partial Class sdgThemes Me.tbThemeLegend.Controls.Add(Me.grpLegendTitleAndText) Me.tbThemeLegend.Controls.Add(Me.grpLegendAdjustments) Me.tbThemeLegend.Controls.Add(Me.grpLegendBackGroundAndKey) - resources.ApplyResources(Me.tbThemeLegend, "tbThemeLegend") + Me.tbThemeLegend.Location = New System.Drawing.Point(4, 22) Me.tbThemeLegend.Name = "tbThemeLegend" + Me.tbThemeLegend.Padding = New System.Windows.Forms.Padding(3) + Me.tbThemeLegend.Size = New System.Drawing.Size(817, 583) + Me.tbThemeLegend.TabIndex = 2 + Me.tbThemeLegend.Text = "Legend" Me.tbThemeLegend.UseVisualStyleBackColor = True ' 'grpLegendKeyAdjustment @@ -328,42 +400,63 @@ Partial Class sdgThemes Me.grpLegendKeyAdjustment.Controls.Add(Me.ucrLegendKeyWidth) Me.grpLegendKeyAdjustment.Controls.Add(Me.ucrLegendKeyHeight) Me.grpLegendKeyAdjustment.Controls.Add(Me.ucrLegendKeySize) - resources.ApplyResources(Me.grpLegendKeyAdjustment, "grpLegendKeyAdjustment") + Me.grpLegendKeyAdjustment.Location = New System.Drawing.Point(7, 426) Me.grpLegendKeyAdjustment.Name = "grpLegendKeyAdjustment" + Me.grpLegendKeyAdjustment.Size = New System.Drawing.Size(800, 150) + Me.grpLegendKeyAdjustment.TabIndex = 3 Me.grpLegendKeyAdjustment.TabStop = False + Me.grpLegendKeyAdjustment.Text = "Legend Key Measurement" ' 'ucrLegendKeyWidth ' - resources.ApplyResources(Me.ucrLegendKeyWidth, "ucrLegendKeyWidth") + Me.ucrLegendKeyWidth.AutoSize = True + Me.ucrLegendKeyWidth.Location = New System.Drawing.Point(531, 21) Me.ucrLegendKeyWidth.Name = "ucrLegendKeyWidth" + Me.ucrLegendKeyWidth.Size = New System.Drawing.Size(261, 122) + Me.ucrLegendKeyWidth.TabIndex = 2 ' 'ucrLegendKeyHeight ' - resources.ApplyResources(Me.ucrLegendKeyHeight, "ucrLegendKeyHeight") + Me.ucrLegendKeyHeight.AutoSize = True + Me.ucrLegendKeyHeight.Location = New System.Drawing.Point(269, 21) Me.ucrLegendKeyHeight.Name = "ucrLegendKeyHeight" + Me.ucrLegendKeyHeight.Size = New System.Drawing.Size(263, 122) + Me.ucrLegendKeyHeight.TabIndex = 1 ' 'ucrLegendKeySize ' - resources.ApplyResources(Me.ucrLegendKeySize, "ucrLegendKeySize") + Me.ucrLegendKeySize.AutoSize = True + Me.ucrLegendKeySize.Location = New System.Drawing.Point(9, 21) Me.ucrLegendKeySize.Name = "ucrLegendKeySize" + Me.ucrLegendKeySize.Size = New System.Drawing.Size(260, 122) + Me.ucrLegendKeySize.TabIndex = 0 ' 'grpLegendTitleAndText ' Me.grpLegendTitleAndText.Controls.Add(Me.ucrLegendText) Me.grpLegendTitleAndText.Controls.Add(Me.ucrLegendTitle) - resources.ApplyResources(Me.grpLegendTitleAndText, "grpLegendTitleAndText") + Me.grpLegendTitleAndText.Location = New System.Drawing.Point(6, 6) Me.grpLegendTitleAndText.Name = "grpLegendTitleAndText" + Me.grpLegendTitleAndText.Size = New System.Drawing.Size(535, 255) + Me.grpLegendTitleAndText.TabIndex = 0 Me.grpLegendTitleAndText.TabStop = False + Me.grpLegendTitleAndText.Text = "Legend Title and Text" ' 'ucrLegendText ' - resources.ApplyResources(Me.ucrLegendText, "ucrLegendText") + Me.ucrLegendText.AutoSize = True + Me.ucrLegendText.Location = New System.Drawing.Point(275, 21) Me.ucrLegendText.Name = "ucrLegendText" + Me.ucrLegendText.Size = New System.Drawing.Size(255, 226) + Me.ucrLegendText.TabIndex = 1 ' 'ucrLegendTitle ' - resources.ApplyResources(Me.ucrLegendTitle, "ucrLegendTitle") + Me.ucrLegendTitle.AutoSize = True + Me.ucrLegendTitle.Location = New System.Drawing.Point(14, 21) Me.ucrLegendTitle.Name = "ucrLegendTitle" + Me.ucrLegendTitle.Size = New System.Drawing.Size(255, 226) + Me.ucrLegendTitle.TabIndex = 0 ' 'grpLegendAdjustments ' @@ -377,229 +470,341 @@ Partial Class sdgThemes Me.grpLegendAdjustments.Controls.Add(Me.urChkLegendPosition) Me.grpLegendAdjustments.Controls.Add(Me.ucrChkLegendDirection) Me.grpLegendAdjustments.Controls.Add(Me.urChkLegendBoxJust) - resources.ApplyResources(Me.grpLegendAdjustments, "grpLegendAdjustments") + Me.grpLegendAdjustments.Location = New System.Drawing.Point(550, 6) Me.grpLegendAdjustments.Name = "grpLegendAdjustments" + Me.grpLegendAdjustments.Size = New System.Drawing.Size(260, 164) + Me.grpLegendAdjustments.TabIndex = 1 Me.grpLegendAdjustments.TabStop = False + Me.grpLegendAdjustments.Text = "Legend Adjustments" ' 'ucrInputLegendJustification ' Me.ucrInputLegendJustification.AddQuotesIfUnrecognised = True + Me.ucrInputLegendJustification.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendJustification.GetSetSelectedIndex = -1 Me.ucrInputLegendJustification.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendJustification, "ucrInputLegendJustification") + Me.ucrInputLegendJustification.Location = New System.Drawing.Point(152, 126) + Me.ucrInputLegendJustification.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLegendJustification.Name = "ucrInputLegendJustification" + Me.ucrInputLegendJustification.Size = New System.Drawing.Size(105, 21) + Me.ucrInputLegendJustification.TabIndex = 9 ' 'ucrInputLegendBox ' Me.ucrInputLegendBox.AddQuotesIfUnrecognised = True + Me.ucrInputLegendBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendBox.GetSetSelectedIndex = -1 Me.ucrInputLegendBox.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendBox, "ucrInputLegendBox") + Me.ucrInputLegendBox.Location = New System.Drawing.Point(152, 98) + Me.ucrInputLegendBox.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLegendBox.Name = "ucrInputLegendBox" + Me.ucrInputLegendBox.Size = New System.Drawing.Size(105, 21) + Me.ucrInputLegendBox.TabIndex = 7 ' 'ucrInputLegendPosition ' Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 Me.ucrInputLegendPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendPosition, "ucrInputLegendPosition") + Me.ucrInputLegendPosition.Location = New System.Drawing.Point(152, 19) + Me.ucrInputLegendPosition.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLegendPosition.Name = "ucrInputLegendPosition" + Me.ucrInputLegendPosition.Size = New System.Drawing.Size(105, 21) + Me.ucrInputLegendPosition.TabIndex = 1 ' 'ucrInputLegendDirection ' Me.ucrInputLegendDirection.AddQuotesIfUnrecognised = True + Me.ucrInputLegendDirection.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendDirection.GetSetSelectedIndex = -1 Me.ucrInputLegendDirection.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendDirection, "ucrInputLegendDirection") + Me.ucrInputLegendDirection.Location = New System.Drawing.Point(152, 45) + Me.ucrInputLegendDirection.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLegendDirection.Name = "ucrInputLegendDirection" + Me.ucrInputLegendDirection.Size = New System.Drawing.Size(105, 21) + Me.ucrInputLegendDirection.TabIndex = 3 ' 'ucrInputLegendBoxJust ' Me.ucrInputLegendBoxJust.AddQuotesIfUnrecognised = True + Me.ucrInputLegendBoxJust.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendBoxJust.GetSetSelectedIndex = -1 Me.ucrInputLegendBoxJust.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLegendBoxJust, "ucrInputLegendBoxJust") + Me.ucrInputLegendBoxJust.Location = New System.Drawing.Point(177, 71) + Me.ucrInputLegendBoxJust.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLegendBoxJust.Name = "ucrInputLegendBoxJust" + Me.ucrInputLegendBoxJust.Size = New System.Drawing.Size(80, 21) + Me.ucrInputLegendBoxJust.TabIndex = 5 ' 'ucrChkLegendJustification ' + Me.ucrChkLegendJustification.AutoSize = True Me.ucrChkLegendJustification.Checked = False - resources.ApplyResources(Me.ucrChkLegendJustification, "ucrChkLegendJustification") + Me.ucrChkLegendJustification.Location = New System.Drawing.Point(6, 128) Me.ucrChkLegendJustification.Name = "ucrChkLegendJustification" + Me.ucrChkLegendJustification.Size = New System.Drawing.Size(147, 23) + Me.ucrChkLegendJustification.TabIndex = 8 ' 'ucrChkLegendBox ' + Me.ucrChkLegendBox.AutoSize = True Me.ucrChkLegendBox.Checked = False - resources.ApplyResources(Me.ucrChkLegendBox, "ucrChkLegendBox") + Me.ucrChkLegendBox.Location = New System.Drawing.Point(6, 100) Me.ucrChkLegendBox.Name = "ucrChkLegendBox" + Me.ucrChkLegendBox.Size = New System.Drawing.Size(147, 23) + Me.ucrChkLegendBox.TabIndex = 6 ' 'urChkLegendPosition ' + Me.urChkLegendPosition.AutoSize = True Me.urChkLegendPosition.Checked = False - resources.ApplyResources(Me.urChkLegendPosition, "urChkLegendPosition") + Me.urChkLegendPosition.Location = New System.Drawing.Point(6, 21) Me.urChkLegendPosition.Name = "urChkLegendPosition" + Me.urChkLegendPosition.Size = New System.Drawing.Size(147, 23) + Me.urChkLegendPosition.TabIndex = 0 ' 'ucrChkLegendDirection ' + Me.ucrChkLegendDirection.AutoSize = True Me.ucrChkLegendDirection.Checked = False - resources.ApplyResources(Me.ucrChkLegendDirection, "ucrChkLegendDirection") + Me.ucrChkLegendDirection.Location = New System.Drawing.Point(6, 47) Me.ucrChkLegendDirection.Name = "ucrChkLegendDirection" + Me.ucrChkLegendDirection.Size = New System.Drawing.Size(147, 23) + Me.ucrChkLegendDirection.TabIndex = 2 ' 'urChkLegendBoxJust ' + Me.urChkLegendBoxJust.AutoSize = True Me.urChkLegendBoxJust.Checked = False - resources.ApplyResources(Me.urChkLegendBoxJust, "urChkLegendBoxJust") + Me.urChkLegendBoxJust.Location = New System.Drawing.Point(6, 73) Me.urChkLegendBoxJust.Name = "urChkLegendBoxJust" + Me.urChkLegendBoxJust.Size = New System.Drawing.Size(165, 23) + Me.urChkLegendBoxJust.TabIndex = 4 ' 'grpLegendBackGroundAndKey ' Me.grpLegendBackGroundAndKey.Controls.Add(Me.ucrLegendBoxBackground) Me.grpLegendBackGroundAndKey.Controls.Add(Me.ucrLegendBackground) Me.grpLegendBackGroundAndKey.Controls.Add(Me.ucrLegendKey) - resources.ApplyResources(Me.grpLegendBackGroundAndKey, "grpLegendBackGroundAndKey") + Me.grpLegendBackGroundAndKey.Location = New System.Drawing.Point(6, 269) Me.grpLegendBackGroundAndKey.Name = "grpLegendBackGroundAndKey" + Me.grpLegendBackGroundAndKey.Size = New System.Drawing.Size(801, 150) + Me.grpLegendBackGroundAndKey.TabIndex = 2 Me.grpLegendBackGroundAndKey.TabStop = False + Me.grpLegendBackGroundAndKey.Text = "Legend Background and Key" ' 'ucrLegendBoxBackground ' - resources.ApplyResources(Me.ucrLegendBoxBackground, "ucrLegendBoxBackground") + Me.ucrLegendBoxBackground.AutoSize = True + Me.ucrLegendBoxBackground.Location = New System.Drawing.Point(275, 21) Me.ucrLegendBoxBackground.Name = "ucrLegendBoxBackground" + Me.ucrLegendBoxBackground.Size = New System.Drawing.Size(253, 130) + Me.ucrLegendBoxBackground.TabIndex = 1 ' 'ucrLegendBackground ' - resources.ApplyResources(Me.ucrLegendBackground, "ucrLegendBackground") + Me.ucrLegendBackground.AutoSize = True + Me.ucrLegendBackground.Location = New System.Drawing.Point(14, 21) Me.ucrLegendBackground.Name = "ucrLegendBackground" + Me.ucrLegendBackground.Size = New System.Drawing.Size(253, 130) + Me.ucrLegendBackground.TabIndex = 0 ' 'ucrLegendKey ' - resources.ApplyResources(Me.ucrLegendKey, "ucrLegendKey") + Me.ucrLegendKey.AutoSize = True + Me.ucrLegendKey.Location = New System.Drawing.Point(536, 21) Me.ucrLegendKey.Name = "ucrLegendKey" + Me.ucrLegendKey.Size = New System.Drawing.Size(253, 130) + Me.ucrLegendKey.TabIndex = 2 ' 'tbThemeYaxis ' Me.tbThemeYaxis.Controls.Add(Me.grpYAxisTitle) Me.tbThemeYaxis.Controls.Add(Me.grpTickMarkLabelsYAxis) Me.tbThemeYaxis.Controls.Add(Me.grpTickMarkers) - resources.ApplyResources(Me.tbThemeYaxis, "tbThemeYaxis") + Me.tbThemeYaxis.Location = New System.Drawing.Point(4, 22) Me.tbThemeYaxis.Name = "tbThemeYaxis" + Me.tbThemeYaxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbThemeYaxis.Size = New System.Drawing.Size(817, 583) + Me.tbThemeYaxis.TabIndex = 1 + Me.tbThemeYaxis.Text = "Y-Axis" Me.tbThemeYaxis.UseVisualStyleBackColor = True ' 'grpYAxisTitle ' Me.grpYAxisTitle.Controls.Add(Me.ucrThemeTitleYRightAxis) Me.grpYAxisTitle.Controls.Add(Me.ucrThemeTitleYAxis) - resources.ApplyResources(Me.grpYAxisTitle, "grpYAxisTitle") + Me.grpYAxisTitle.Location = New System.Drawing.Point(6, 6) Me.grpYAxisTitle.Name = "grpYAxisTitle" + Me.grpYAxisTitle.Size = New System.Drawing.Size(535, 269) + Me.grpYAxisTitle.TabIndex = 0 Me.grpYAxisTitle.TabStop = False + Me.grpYAxisTitle.Text = "Y-Lab Title" ' 'ucrThemeTitleYRightAxis ' - resources.ApplyResources(Me.ucrThemeTitleYRightAxis, "ucrThemeTitleYRightAxis") + Me.ucrThemeTitleYRightAxis.AutoSize = True + Me.ucrThemeTitleYRightAxis.Location = New System.Drawing.Point(275, 21) Me.ucrThemeTitleYRightAxis.Name = "ucrThemeTitleYRightAxis" + Me.ucrThemeTitleYRightAxis.Size = New System.Drawing.Size(262, 227) + Me.ucrThemeTitleYRightAxis.TabIndex = 1 ' 'ucrThemeTitleYAxis ' - resources.ApplyResources(Me.ucrThemeTitleYAxis, "ucrThemeTitleYAxis") + Me.ucrThemeTitleYAxis.AutoSize = True + Me.ucrThemeTitleYAxis.Location = New System.Drawing.Point(14, 21) Me.ucrThemeTitleYAxis.Name = "ucrThemeTitleYAxis" + Me.ucrThemeTitleYAxis.Size = New System.Drawing.Size(259, 227) + Me.ucrThemeTitleYAxis.TabIndex = 0 ' 'grpTickMarkLabelsYAxis ' Me.grpTickMarkLabelsYAxis.Controls.Add(Me.ucrThemeYRightAxis) Me.grpTickMarkLabelsYAxis.Controls.Add(Me.ucrThemeLeftYAxis) - resources.ApplyResources(Me.grpTickMarkLabelsYAxis, "grpTickMarkLabelsYAxis") + Me.grpTickMarkLabelsYAxis.Location = New System.Drawing.Point(6, 277) Me.grpTickMarkLabelsYAxis.Name = "grpTickMarkLabelsYAxis" + Me.grpTickMarkLabelsYAxis.Size = New System.Drawing.Size(535, 258) + Me.grpTickMarkLabelsYAxis.TabIndex = 2 Me.grpTickMarkLabelsYAxis.TabStop = False + Me.grpTickMarkLabelsYAxis.Text = "Tick Mark Labels " ' 'ucrThemeYRightAxis ' - resources.ApplyResources(Me.ucrThemeYRightAxis, "ucrThemeYRightAxis") + Me.ucrThemeYRightAxis.AutoSize = True + Me.ucrThemeYRightAxis.Location = New System.Drawing.Point(275, 21) Me.ucrThemeYRightAxis.Name = "ucrThemeYRightAxis" + Me.ucrThemeYRightAxis.Size = New System.Drawing.Size(262, 226) + Me.ucrThemeYRightAxis.TabIndex = 1 ' 'ucrThemeLeftYAxis ' - resources.ApplyResources(Me.ucrThemeLeftYAxis, "ucrThemeLeftYAxis") + Me.ucrThemeLeftYAxis.AutoSize = True + Me.ucrThemeLeftYAxis.Location = New System.Drawing.Point(14, 21) Me.ucrThemeLeftYAxis.Name = "ucrThemeLeftYAxis" + Me.ucrThemeLeftYAxis.Size = New System.Drawing.Size(259, 226) + Me.ucrThemeLeftYAxis.TabIndex = 0 ' 'grpTickMarkers ' Me.grpTickMarkers.Controls.Add(Me.ucrTickMarksYAxis) Me.grpTickMarkers.Controls.Add(Me.ucrYAxisLines) - resources.ApplyResources(Me.grpTickMarkers, "grpTickMarkers") + Me.grpTickMarkers.Location = New System.Drawing.Point(550, 6) Me.grpTickMarkers.Name = "grpTickMarkers" + Me.grpTickMarkers.Size = New System.Drawing.Size(260, 269) + Me.grpTickMarkers.TabIndex = 1 Me.grpTickMarkers.TabStop = False + Me.grpTickMarkers.Text = "TickMarkers" ' 'ucrTickMarksYAxis ' - resources.ApplyResources(Me.ucrTickMarksYAxis, "ucrTickMarksYAxis") + Me.ucrTickMarksYAxis.AutoSize = True + Me.ucrTickMarksYAxis.Location = New System.Drawing.Point(4, 21) Me.ucrTickMarksYAxis.Name = "ucrTickMarksYAxis" + Me.ucrTickMarksYAxis.Size = New System.Drawing.Size(255, 123) + Me.ucrTickMarksYAxis.TabIndex = 0 ' 'ucrYAxisLines ' - resources.ApplyResources(Me.ucrYAxisLines, "ucrYAxisLines") + Me.ucrYAxisLines.AutoSize = True + Me.ucrYAxisLines.Location = New System.Drawing.Point(4, 142) Me.ucrYAxisLines.Name = "ucrYAxisLines" + Me.ucrYAxisLines.Size = New System.Drawing.Size(254, 124) + Me.ucrYAxisLines.TabIndex = 1 ' 'tbThemeXAxis ' Me.tbThemeXAxis.Controls.Add(Me.grpTickMarkLabelsXAxis) Me.tbThemeXAxis.Controls.Add(Me.grpTickMarks) Me.tbThemeXAxis.Controls.Add(Me.grpXAxisTitle) - resources.ApplyResources(Me.tbThemeXAxis, "tbThemeXAxis") + Me.tbThemeXAxis.Location = New System.Drawing.Point(4, 22) Me.tbThemeXAxis.Name = "tbThemeXAxis" + Me.tbThemeXAxis.Padding = New System.Windows.Forms.Padding(3) + Me.tbThemeXAxis.Size = New System.Drawing.Size(817, 583) + Me.tbThemeXAxis.TabIndex = 0 + Me.tbThemeXAxis.Text = "X-Axis" Me.tbThemeXAxis.UseVisualStyleBackColor = True ' 'grpTickMarkLabelsXAxis ' Me.grpTickMarkLabelsXAxis.Controls.Add(Me.ucrThemeTopXAxis) Me.grpTickMarkLabelsXAxis.Controls.Add(Me.ucrThemeBottomXAxis) - resources.ApplyResources(Me.grpTickMarkLabelsXAxis, "grpTickMarkLabelsXAxis") + Me.grpTickMarkLabelsXAxis.Location = New System.Drawing.Point(6, 277) Me.grpTickMarkLabelsXAxis.Name = "grpTickMarkLabelsXAxis" + Me.grpTickMarkLabelsXAxis.Size = New System.Drawing.Size(535, 258) + Me.grpTickMarkLabelsXAxis.TabIndex = 2 Me.grpTickMarkLabelsXAxis.TabStop = False + Me.grpTickMarkLabelsXAxis.Text = "Tick Mark Labels " ' 'ucrThemeTopXAxis ' - resources.ApplyResources(Me.ucrThemeTopXAxis, "ucrThemeTopXAxis") + Me.ucrThemeTopXAxis.AutoSize = True + Me.ucrThemeTopXAxis.Location = New System.Drawing.Point(275, 21) Me.ucrThemeTopXAxis.Name = "ucrThemeTopXAxis" + Me.ucrThemeTopXAxis.Size = New System.Drawing.Size(258, 226) + Me.ucrThemeTopXAxis.TabIndex = 1 ' 'ucrThemeBottomXAxis ' - resources.ApplyResources(Me.ucrThemeBottomXAxis, "ucrThemeBottomXAxis") + Me.ucrThemeBottomXAxis.AutoSize = True + Me.ucrThemeBottomXAxis.Location = New System.Drawing.Point(14, 21) Me.ucrThemeBottomXAxis.Name = "ucrThemeBottomXAxis" + Me.ucrThemeBottomXAxis.Size = New System.Drawing.Size(259, 226) + Me.ucrThemeBottomXAxis.TabIndex = 0 ' 'grpTickMarks ' Me.grpTickMarks.Controls.Add(Me.ucrXAxisLines) Me.grpTickMarks.Controls.Add(Me.ucrTickMarksXAxis) - resources.ApplyResources(Me.grpTickMarks, "grpTickMarks") + Me.grpTickMarks.Location = New System.Drawing.Point(550, 6) Me.grpTickMarks.Name = "grpTickMarks" + Me.grpTickMarks.Size = New System.Drawing.Size(260, 269) + Me.grpTickMarks.TabIndex = 1 Me.grpTickMarks.TabStop = False + Me.grpTickMarks.Text = "TickMarkers" ' 'ucrXAxisLines ' - resources.ApplyResources(Me.ucrXAxisLines, "ucrXAxisLines") + Me.ucrXAxisLines.AutoSize = True + Me.ucrXAxisLines.Location = New System.Drawing.Point(4, 142) Me.ucrXAxisLines.Name = "ucrXAxisLines" + Me.ucrXAxisLines.Size = New System.Drawing.Size(254, 124) + Me.ucrXAxisLines.TabIndex = 1 ' 'ucrTickMarksXAxis ' - resources.ApplyResources(Me.ucrTickMarksXAxis, "ucrTickMarksXAxis") + Me.ucrTickMarksXAxis.AutoSize = True + Me.ucrTickMarksXAxis.Location = New System.Drawing.Point(4, 21) Me.ucrTickMarksXAxis.Name = "ucrTickMarksXAxis" + Me.ucrTickMarksXAxis.Size = New System.Drawing.Size(254, 124) + Me.ucrTickMarksXAxis.TabIndex = 0 ' 'grpXAxisTitle ' Me.grpXAxisTitle.Controls.Add(Me.ucrThemeTitleXTopAxis) Me.grpXAxisTitle.Controls.Add(Me.ucrThemeTitleXAxis) - resources.ApplyResources(Me.grpXAxisTitle, "grpXAxisTitle") + Me.grpXAxisTitle.Location = New System.Drawing.Point(6, 6) Me.grpXAxisTitle.Name = "grpXAxisTitle" + Me.grpXAxisTitle.Size = New System.Drawing.Size(535, 269) + Me.grpXAxisTitle.TabIndex = 0 Me.grpXAxisTitle.TabStop = False + Me.grpXAxisTitle.Text = "X-Lab Title" ' 'ucrThemeTitleXTopAxis ' - resources.ApplyResources(Me.ucrThemeTitleXTopAxis, "ucrThemeTitleXTopAxis") + Me.ucrThemeTitleXTopAxis.AutoSize = True + Me.ucrThemeTitleXTopAxis.Location = New System.Drawing.Point(275, 21) Me.ucrThemeTitleXTopAxis.Name = "ucrThemeTitleXTopAxis" + Me.ucrThemeTitleXTopAxis.Size = New System.Drawing.Size(252, 230) + Me.ucrThemeTitleXTopAxis.TabIndex = 1 ' 'ucrThemeTitleXAxis ' - resources.ApplyResources(Me.ucrThemeTitleXAxis, "ucrThemeTitleXAxis") + Me.ucrThemeTitleXAxis.AutoSize = True + Me.ucrThemeTitleXAxis.Location = New System.Drawing.Point(14, 21) Me.ucrThemeTitleXAxis.Name = "ucrThemeTitleXAxis" + Me.ucrThemeTitleXAxis.Size = New System.Drawing.Size(260, 231) + Me.ucrThemeTitleXAxis.TabIndex = 0 ' 'tbXYAxes ' @@ -608,98 +813,147 @@ Partial Class sdgThemes Me.tbXYAxes.Controls.Add(Me.ucrThemeAxesTickLabels) Me.tbXYAxes.Controls.Add(Me.ucrTickMarksAxes) Me.tbXYAxes.Controls.Add(Me.ucrThemeAxesTitle) - resources.ApplyResources(Me.tbXYAxes, "tbXYAxes") + Me.tbXYAxes.Location = New System.Drawing.Point(4, 22) Me.tbXYAxes.Name = "tbXYAxes" + Me.tbXYAxes.Size = New System.Drawing.Size(817, 583) + Me.tbXYAxes.TabIndex = 6 + Me.tbXYAxes.Text = "XY-Axes" Me.tbXYAxes.UseVisualStyleBackColor = True ' 'grpTickLength ' Me.grpTickLength.Controls.Add(Me.ucrTickLength) - resources.ApplyResources(Me.grpTickLength, "grpTickLength") + Me.grpTickLength.Location = New System.Drawing.Point(541, 27) Me.grpTickLength.Name = "grpTickLength" + Me.grpTickLength.Size = New System.Drawing.Size(272, 151) + Me.grpTickLength.TabIndex = 2 Me.grpTickLength.TabStop = False + Me.grpTickLength.Text = "grpTickLength" ' 'ucrTickLength ' - resources.ApplyResources(Me.ucrTickLength, "ucrTickLength") + Me.ucrTickLength.AutoSize = True + Me.ucrTickLength.Location = New System.Drawing.Point(6, 23) Me.ucrTickLength.Name = "ucrTickLength" + Me.ucrTickLength.Size = New System.Drawing.Size(260, 122) + Me.ucrTickLength.TabIndex = 0 ' 'ucrThemeAxesLines ' - resources.ApplyResources(Me.ucrThemeAxesLines, "ucrThemeAxesLines") + Me.ucrThemeAxesLines.AutoSize = True + Me.ucrThemeAxesLines.Location = New System.Drawing.Point(283, 256) Me.ucrThemeAxesLines.Name = "ucrThemeAxesLines" + Me.ucrThemeAxesLines.Size = New System.Drawing.Size(253, 122) + Me.ucrThemeAxesLines.TabIndex = 4 ' 'ucrThemeAxesTickLabels ' - resources.ApplyResources(Me.ucrThemeAxesTickLabels, "ucrThemeAxesTickLabels") + Me.ucrThemeAxesTickLabels.AutoSize = True + Me.ucrThemeAxesTickLabels.Location = New System.Drawing.Point(281, 27) Me.ucrThemeAxesTickLabels.Name = "ucrThemeAxesTickLabels" + Me.ucrThemeAxesTickLabels.Size = New System.Drawing.Size(255, 228) + Me.ucrThemeAxesTickLabels.TabIndex = 1 ' 'ucrTickMarksAxes ' - resources.ApplyResources(Me.ucrTickMarksAxes, "ucrTickMarksAxes") + Me.ucrTickMarksAxes.AutoSize = True + Me.ucrTickMarksAxes.Location = New System.Drawing.Point(21, 256) Me.ucrTickMarksAxes.Name = "ucrTickMarksAxes" + Me.ucrTickMarksAxes.Size = New System.Drawing.Size(257, 122) + Me.ucrTickMarksAxes.TabIndex = 3 ' 'ucrThemeAxesTitle ' - resources.ApplyResources(Me.ucrThemeAxesTitle, "ucrThemeAxesTitle") + Me.ucrThemeAxesTitle.AutoSize = True + Me.ucrThemeAxesTitle.Location = New System.Drawing.Point(20, 27) Me.ucrThemeAxesTitle.Name = "ucrThemeAxesTitle" + Me.ucrThemeAxesTitle.Size = New System.Drawing.Size(255, 228) + Me.ucrThemeAxesTitle.TabIndex = 0 ' 'tbPLot ' Me.tbPLot.Controls.Add(Me.grpPlotMargin) Me.tbPLot.Controls.Add(Me.grpPlotBackground) Me.tbPLot.Controls.Add(Me.grpPlotTitleAndCaption) - resources.ApplyResources(Me.tbPLot, "tbPLot") + Me.tbPLot.Location = New System.Drawing.Point(4, 22) Me.tbPLot.Name = "tbPLot" + Me.tbPLot.Padding = New System.Windows.Forms.Padding(3) + Me.tbPLot.Size = New System.Drawing.Size(817, 583) + Me.tbPLot.TabIndex = 7 + Me.tbPLot.Text = "Plot" Me.tbPLot.UseVisualStyleBackColor = True ' 'grpPlotMargin ' Me.grpPlotMargin.Controls.Add(Me.ucrPlotMargin) - resources.ApplyResources(Me.grpPlotMargin, "grpPlotMargin") + Me.grpPlotMargin.Location = New System.Drawing.Point(285, 269) Me.grpPlotMargin.Name = "grpPlotMargin" + Me.grpPlotMargin.Size = New System.Drawing.Size(271, 153) + Me.grpPlotMargin.TabIndex = 2 Me.grpPlotMargin.TabStop = False + Me.grpPlotMargin.Text = "Margin" ' 'ucrPlotMargin ' - resources.ApplyResources(Me.ucrPlotMargin, "ucrPlotMargin") + Me.ucrPlotMargin.AutoSize = True + Me.ucrPlotMargin.Location = New System.Drawing.Point(5, 23) Me.ucrPlotMargin.Name = "ucrPlotMargin" + Me.ucrPlotMargin.Size = New System.Drawing.Size(260, 123) + Me.ucrPlotMargin.TabIndex = 0 ' 'grpPlotBackground ' Me.grpPlotBackground.Controls.Add(Me.ucrPlotBackground) - resources.ApplyResources(Me.grpPlotBackground, "grpPlotBackground") + Me.grpPlotBackground.Location = New System.Drawing.Point(6, 269) Me.grpPlotBackground.Name = "grpPlotBackground" + Me.grpPlotBackground.Size = New System.Drawing.Size(269, 153) + Me.grpPlotBackground.TabIndex = 1 Me.grpPlotBackground.TabStop = False + Me.grpPlotBackground.Text = "Background " ' 'ucrPlotBackground ' - resources.ApplyResources(Me.ucrPlotBackground, "ucrPlotBackground") + Me.ucrPlotBackground.AutoSize = True + Me.ucrPlotBackground.Location = New System.Drawing.Point(14, 21) Me.ucrPlotBackground.Name = "ucrPlotBackground" + Me.ucrPlotBackground.Size = New System.Drawing.Size(253, 131) + Me.ucrPlotBackground.TabIndex = 0 ' 'grpPlotTitleAndCaption ' Me.grpPlotTitleAndCaption.Controls.Add(Me.ucrPlotCaption) Me.grpPlotTitleAndCaption.Controls.Add(Me.ucrPlotSubTitle) Me.grpPlotTitleAndCaption.Controls.Add(Me.ucrPlotTitle) - resources.ApplyResources(Me.grpPlotTitleAndCaption, "grpPlotTitleAndCaption") + Me.grpPlotTitleAndCaption.Location = New System.Drawing.Point(6, 6) Me.grpPlotTitleAndCaption.Name = "grpPlotTitleAndCaption" + Me.grpPlotTitleAndCaption.Size = New System.Drawing.Size(804, 255) + Me.grpPlotTitleAndCaption.TabIndex = 0 Me.grpPlotTitleAndCaption.TabStop = False + Me.grpPlotTitleAndCaption.Text = "Plot Title and Caption" ' 'ucrPlotCaption ' - resources.ApplyResources(Me.ucrPlotCaption, "ucrPlotCaption") + Me.ucrPlotCaption.AutoSize = True + Me.ucrPlotCaption.Location = New System.Drawing.Point(536, 21) Me.ucrPlotCaption.Name = "ucrPlotCaption" + Me.ucrPlotCaption.Size = New System.Drawing.Size(255, 226) + Me.ucrPlotCaption.TabIndex = 2 ' 'ucrPlotSubTitle ' - resources.ApplyResources(Me.ucrPlotSubTitle, "ucrPlotSubTitle") + Me.ucrPlotSubTitle.AutoSize = True + Me.ucrPlotSubTitle.Location = New System.Drawing.Point(275, 21) Me.ucrPlotSubTitle.Name = "ucrPlotSubTitle" + Me.ucrPlotSubTitle.Size = New System.Drawing.Size(255, 226) + Me.ucrPlotSubTitle.TabIndex = 1 ' 'ucrPlotTitle ' - resources.ApplyResources(Me.ucrPlotTitle, "ucrPlotTitle") + Me.ucrPlotTitle.AutoSize = True + Me.ucrPlotTitle.Location = New System.Drawing.Point(14, 21) Me.ucrPlotTitle.Name = "ucrPlotTitle" + Me.ucrPlotTitle.Size = New System.Drawing.Size(255, 226) + Me.ucrPlotTitle.TabIndex = 0 ' 'tbLegend ' @@ -712,59 +966,86 @@ Partial Class sdgThemes Me.tbLegend.Controls.Add(Me.tbThemePanelAndBackground) Me.tbLegend.Controls.Add(Me.tbThemePanelMoreOptions) Me.tbLegend.Controls.Add(Me.tbThemeFacets) - resources.ApplyResources(Me.tbLegend, "tbLegend") + Me.tbLegend.Location = New System.Drawing.Point(4, 8) Me.tbLegend.Name = "tbLegend" Me.tbLegend.SelectedIndex = 0 + Me.tbLegend.Size = New System.Drawing.Size(825, 609) + Me.tbLegend.TabIndex = 0 ' 'tbThemeLegendMoreOptions ' Me.tbThemeLegendMoreOptions.Controls.Add(Me.grpLegendBoxSpacing) Me.tbThemeLegendMoreOptions.Controls.Add(Me.grpLegendSpacing) - resources.ApplyResources(Me.tbThemeLegendMoreOptions, "tbThemeLegendMoreOptions") + Me.tbThemeLegendMoreOptions.Location = New System.Drawing.Point(4, 22) Me.tbThemeLegendMoreOptions.Name = "tbThemeLegendMoreOptions" + Me.tbThemeLegendMoreOptions.Size = New System.Drawing.Size(817, 583) + Me.tbThemeLegendMoreOptions.TabIndex = 10 + Me.tbThemeLegendMoreOptions.Text = "Legend (More Options)" Me.tbThemeLegendMoreOptions.UseVisualStyleBackColor = True ' 'grpLegendBoxSpacing ' Me.grpLegendBoxSpacing.Controls.Add(Me.ucrLegendBoxSpacing) - resources.ApplyResources(Me.grpLegendBoxSpacing, "grpLegendBoxSpacing") + Me.grpLegendBoxSpacing.Location = New System.Drawing.Point(6, 172) Me.grpLegendBoxSpacing.Name = "grpLegendBoxSpacing" + Me.grpLegendBoxSpacing.Size = New System.Drawing.Size(272, 154) + Me.grpLegendBoxSpacing.TabIndex = 1 Me.grpLegendBoxSpacing.TabStop = False + Me.grpLegendBoxSpacing.Text = "Legend Box Spacing" ' 'ucrLegendBoxSpacing ' - resources.ApplyResources(Me.ucrLegendBoxSpacing, "ucrLegendBoxSpacing") + Me.ucrLegendBoxSpacing.AutoSize = True + Me.ucrLegendBoxSpacing.Location = New System.Drawing.Point(4, 21) Me.ucrLegendBoxSpacing.Name = "ucrLegendBoxSpacing" + Me.ucrLegendBoxSpacing.Size = New System.Drawing.Size(262, 127) + Me.ucrLegendBoxSpacing.TabIndex = 0 ' 'grpLegendSpacing ' Me.grpLegendSpacing.Controls.Add(Me.ucrLegendSpacingYAxis) Me.grpLegendSpacing.Controls.Add(Me.ucrLegendSpacingXAxis) Me.grpLegendSpacing.Controls.Add(Me.ucrLegendSpacing) - resources.ApplyResources(Me.grpLegendSpacing, "grpLegendSpacing") + Me.grpLegendSpacing.Location = New System.Drawing.Point(6, 6) Me.grpLegendSpacing.Name = "grpLegendSpacing" + Me.grpLegendSpacing.Size = New System.Drawing.Size(798, 150) + Me.grpLegendSpacing.TabIndex = 0 Me.grpLegendSpacing.TabStop = False + Me.grpLegendSpacing.Text = "Legend Spacing" ' 'ucrLegendSpacingYAxis ' - resources.ApplyResources(Me.ucrLegendSpacingYAxis, "ucrLegendSpacingYAxis") + Me.ucrLegendSpacingYAxis.AutoSize = True + Me.ucrLegendSpacingYAxis.Location = New System.Drawing.Point(532, 21) Me.ucrLegendSpacingYAxis.Name = "ucrLegendSpacingYAxis" + Me.ucrLegendSpacingYAxis.Size = New System.Drawing.Size(260, 122) + Me.ucrLegendSpacingYAxis.TabIndex = 2 ' 'ucrLegendSpacingXAxis ' - resources.ApplyResources(Me.ucrLegendSpacingXAxis, "ucrLegendSpacingXAxis") + Me.ucrLegendSpacingXAxis.AutoSize = True + Me.ucrLegendSpacingXAxis.Location = New System.Drawing.Point(268, 21) Me.ucrLegendSpacingXAxis.Name = "ucrLegendSpacingXAxis" + Me.ucrLegendSpacingXAxis.Size = New System.Drawing.Size(261, 122) + Me.ucrLegendSpacingXAxis.TabIndex = 1 ' 'ucrLegendSpacing ' - resources.ApplyResources(Me.ucrLegendSpacing, "ucrLegendSpacing") + Me.ucrLegendSpacing.AutoSize = True + Me.ucrLegendSpacing.Location = New System.Drawing.Point(6, 21) Me.ucrLegendSpacing.Name = "ucrLegendSpacing" + Me.ucrLegendSpacing.Size = New System.Drawing.Size(260, 122) + Me.ucrLegendSpacing.TabIndex = 0 ' 'tbThemePanelMoreOptions ' Me.tbThemePanelMoreOptions.Controls.Add(Me.grpPanelGridMajorMinor) - resources.ApplyResources(Me.tbThemePanelMoreOptions, "tbThemePanelMoreOptions") + Me.tbThemePanelMoreOptions.Location = New System.Drawing.Point(4, 22) Me.tbThemePanelMoreOptions.Name = "tbThemePanelMoreOptions" + Me.tbThemePanelMoreOptions.Padding = New System.Windows.Forms.Padding(3) + Me.tbThemePanelMoreOptions.Size = New System.Drawing.Size(817, 583) + Me.tbThemePanelMoreOptions.TabIndex = 9 + Me.tbThemePanelMoreOptions.Text = "Panel (More Options)" Me.tbThemePanelMoreOptions.UseVisualStyleBackColor = True ' 'grpPanelGridMajorMinor @@ -773,74 +1054,118 @@ Partial Class sdgThemes Me.grpPanelGridMajorMinor.Controls.Add(Me.ucrPanelGridMinorXAxis) Me.grpPanelGridMajorMinor.Controls.Add(Me.ucrPanelGridMajorYAxis) Me.grpPanelGridMajorMinor.Controls.Add(Me.ucrPanelGridMajorXAxis) - resources.ApplyResources(Me.grpPanelGridMajorMinor, "grpPanelGridMajorMinor") + Me.grpPanelGridMajorMinor.Location = New System.Drawing.Point(6, 6) Me.grpPanelGridMajorMinor.Name = "grpPanelGridMajorMinor" + Me.grpPanelGridMajorMinor.Size = New System.Drawing.Size(539, 486) + Me.grpPanelGridMajorMinor.TabIndex = 0 Me.grpPanelGridMajorMinor.TabStop = False + Me.grpPanelGridMajorMinor.Text = "Panel Grid" ' 'ucrPanelGridMinorYAxis ' - resources.ApplyResources(Me.ucrPanelGridMinorYAxis, "ucrPanelGridMinorYAxis") + Me.ucrPanelGridMinorYAxis.AutoSize = True + Me.ucrPanelGridMinorYAxis.Location = New System.Drawing.Point(275, 251) Me.ucrPanelGridMinorYAxis.Name = "ucrPanelGridMinorYAxis" + Me.ucrPanelGridMinorYAxis.Size = New System.Drawing.Size(258, 226) + Me.ucrPanelGridMinorYAxis.TabIndex = 3 ' 'ucrPanelGridMinorXAxis ' - resources.ApplyResources(Me.ucrPanelGridMinorXAxis, "ucrPanelGridMinorXAxis") + Me.ucrPanelGridMinorXAxis.AutoSize = True + Me.ucrPanelGridMinorXAxis.Location = New System.Drawing.Point(14, 251) Me.ucrPanelGridMinorXAxis.Name = "ucrPanelGridMinorXAxis" + Me.ucrPanelGridMinorXAxis.Size = New System.Drawing.Size(259, 226) + Me.ucrPanelGridMinorXAxis.TabIndex = 2 ' 'ucrPanelGridMajorYAxis ' - resources.ApplyResources(Me.ucrPanelGridMajorYAxis, "ucrPanelGridMajorYAxis") + Me.ucrPanelGridMajorYAxis.AutoSize = True + Me.ucrPanelGridMajorYAxis.Location = New System.Drawing.Point(275, 21) Me.ucrPanelGridMajorYAxis.Name = "ucrPanelGridMajorYAxis" + Me.ucrPanelGridMajorYAxis.Size = New System.Drawing.Size(258, 226) + Me.ucrPanelGridMajorYAxis.TabIndex = 1 ' 'ucrPanelGridMajorXAxis ' - resources.ApplyResources(Me.ucrPanelGridMajorXAxis, "ucrPanelGridMajorXAxis") + Me.ucrPanelGridMajorXAxis.AutoSize = True + Me.ucrPanelGridMajorXAxis.Location = New System.Drawing.Point(14, 21) Me.ucrPanelGridMajorXAxis.Name = "ucrPanelGridMajorXAxis" + Me.ucrPanelGridMajorXAxis.Size = New System.Drawing.Size(259, 226) + Me.ucrPanelGridMajorXAxis.TabIndex = 0 ' 'sdgThemes ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(833, 653) Me.Controls.Add(Me.tbLegend) Me.Controls.Add(Me.ucrBaseSubdialogue) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgThemes" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Themes" Me.tbThemeFacets.ResumeLayout(False) Me.grpSpaceBetweenStripsAxes.ResumeLayout(False) + Me.grpSpaceBetweenStripsAxes.PerformLayout() Me.grpFacetBackground.ResumeLayout(False) + Me.grpFacetBackground.PerformLayout() Me.grpFacetLabels.ResumeLayout(False) + Me.grpFacetLabels.PerformLayout() Me.tbThemePanelAndBackground.ResumeLayout(False) Me.grpPanelSpacing.ResumeLayout(False) + Me.grpPanelSpacing.PerformLayout() Me.grpBorderAndBackground.ResumeLayout(False) + Me.grpBorderAndBackground.PerformLayout() Me.grpPanelGrid.ResumeLayout(False) + Me.grpPanelGrid.PerformLayout() Me.tbThemeLegend.ResumeLayout(False) Me.grpLegendKeyAdjustment.ResumeLayout(False) + Me.grpLegendKeyAdjustment.PerformLayout() Me.grpLegendTitleAndText.ResumeLayout(False) + Me.grpLegendTitleAndText.PerformLayout() Me.grpLegendAdjustments.ResumeLayout(False) + Me.grpLegendAdjustments.PerformLayout() Me.grpLegendBackGroundAndKey.ResumeLayout(False) + Me.grpLegendBackGroundAndKey.PerformLayout() Me.tbThemeYaxis.ResumeLayout(False) Me.grpYAxisTitle.ResumeLayout(False) + Me.grpYAxisTitle.PerformLayout() Me.grpTickMarkLabelsYAxis.ResumeLayout(False) + Me.grpTickMarkLabelsYAxis.PerformLayout() Me.grpTickMarkers.ResumeLayout(False) + Me.grpTickMarkers.PerformLayout() Me.tbThemeXAxis.ResumeLayout(False) Me.grpTickMarkLabelsXAxis.ResumeLayout(False) + Me.grpTickMarkLabelsXAxis.PerformLayout() Me.grpTickMarks.ResumeLayout(False) + Me.grpTickMarks.PerformLayout() Me.grpXAxisTitle.ResumeLayout(False) + Me.grpXAxisTitle.PerformLayout() Me.tbXYAxes.ResumeLayout(False) + Me.tbXYAxes.PerformLayout() Me.grpTickLength.ResumeLayout(False) + Me.grpTickLength.PerformLayout() Me.tbPLot.ResumeLayout(False) Me.grpPlotMargin.ResumeLayout(False) + Me.grpPlotMargin.PerformLayout() Me.grpPlotBackground.ResumeLayout(False) + Me.grpPlotBackground.PerformLayout() Me.grpPlotTitleAndCaption.ResumeLayout(False) + Me.grpPlotTitleAndCaption.PerformLayout() Me.tbLegend.ResumeLayout(False) Me.tbThemeLegendMoreOptions.ResumeLayout(False) Me.grpLegendBoxSpacing.ResumeLayout(False) + Me.grpLegendBoxSpacing.PerformLayout() Me.grpLegendSpacing.ResumeLayout(False) + Me.grpLegendSpacing.PerformLayout() Me.tbThemePanelMoreOptions.ResumeLayout(False) Me.grpPanelGridMajorMinor.ResumeLayout(False) + Me.grpPanelGridMajorMinor.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgThemes.resx b/instat/sdgThemes.resx index b9e8f850af7..29dcb1b3a35 100644 --- a/instat/sdgThemes.resx +++ b/instat/sdgThemes.resx @@ -117,2173 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 344, 621 - - - 156, 30 - - - - 1 - - - ucrBaseSubdialogue - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 265, 21 - - - 261, 125 - - - 1 - - - ucrStripsSpaceWrap - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSpaceBetweenStripsAxes - - - 0 - - - 6, 21 - - - 258, 119 - - - 0 - - - ucrStripsSpaceGrid - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSpaceBetweenStripsAxes - - - 1 - - - 5, 268 - - - 531, 150 - - - 1 - - - Space between Strips and Axes - - - grpSpaceBetweenStripsAxes - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeFacets - - - 0 - - - 2, 21 - - - 253, 128 - - - 0 - - - ucrStripBackGround - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacetBackground - - - 0 - - - 541, 268 - - - 263, 148 - - - 2 - - - Facet Label Background - - - grpFacetBackground - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeFacets - - - 1 - - - 536, 21 - - - 255, 224 - - - 2 - - - ucrStripTextYAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacetLabels - - - 0 - - - 275, 21 - - - 255, 224 - - - 1 - - - ucrStripTextXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacetLabels - - - 1 - - - 14, 21 - - - 255, 224 - - - 0 - - - ucrStripText - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacetLabels - - - 2 - - - 6, 6 - - - 798, 255 - - - 0 - - - Facet Labels - - - grpFacetLabels - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeFacets - - - 2 - - - 4, 22 - - - 817, 583 - - - 4 - - - Facets - - - tbThemeFacets - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 8 - - - 530, 21 - - - 261, 119 - - - 2 - - - ucrPanelSpacingYAxis - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelSpacing - - - 0 - - - 268, 21 - - - 262, 119 - - - 1 - - - ucrPanelSpacingXAxis - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelSpacing - - - 1 - - - 7, 21 - - - 258, 119 - - - 0 - - - ucrPanelSpacing - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelSpacing - - - 2 - - - 4, 315 - - - 800, 150 - - - 2 - - - Panel Spacing - - - grpPanelSpacing - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemePanelAndBackground - - - 0 - - - 275, 21 - - - 253, 132 - - - 1 - - - ucrPanelBackGround - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpBorderAndBackground - - - 0 - - - 14, 21 - - - 253, 132 - - - 0 - - - ucrPanelBorder - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpBorderAndBackground - - - 1 - - - 3, 157 - - - 532, 151 - - - 1 - - - Panel Border and Background - - - grpBorderAndBackground - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemePanelAndBackground - - - 1 - - - 527, 15 - - - 254, 118 - - - 2 - - - ucrPanelGridMinor - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGrid - - - 0 - - - 269, 15 - - - 254, 118 - - - 1 - - - ucrPanelGridMajor - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGrid - - - 1 - - - 10, 15 - - - 254, 118 - - - 0 - - - ucrPanelGrid - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGrid - - - 2 - - - 4, 12 - - - 786, 139 - - - 0 - - - Panel Grid - - - grpPanelGrid - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemePanelAndBackground - - - 2 - - - 4, 22 - - - 817, 583 - - - 3 - - - Panel and Background - - - tbThemePanelAndBackground - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 6 - - - 531, 21 - - - 261, 119 - - - 2 - - - ucrLegendKeyWidth - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendKeyAdjustment - - - 0 - - - 269, 21 - - - 263, 119 - - - 1 - - - ucrLegendKeyHeight - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendKeyAdjustment - - - 1 - - - 9, 21 - - - 258, 119 - - - 0 - - - ucrLegendKeySize - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendKeyAdjustment - - - 2 - - - 7, 426 - - - 800, 150 - - - 3 - - - Legend Key Measurement - - - grpLegendKeyAdjustment - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegend - - - 0 - - - 275, 21 - - - 255, 224 - - - 1 - - - ucrLegendText - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitleAndText - - - 0 - - - 14, 21 - - - 255, 224 - - - 0 - - - ucrLegendTitle - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendTitleAndText - - - 1 - - - 6, 6 - - - 535, 255 - - - 0 - - - Legend Title and Text - - - grpLegendTitleAndText - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegend - - - 1 - - - 152, 126 - - - - 21, 17, 21, 17 - - - 105, 21 - - - 9 - - - ucrInputLegendJustification - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 0 - - - 152, 98 - - - 21, 17, 21, 17 - - - 105, 21 - - - 7 - - - ucrInputLegendBox - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 1 - - - 152, 19 - - - 21, 17, 21, 17 - - - 105, 21 - - - 1 - - - ucrInputLegendPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 2 - - - 152, 45 - - - 21, 17, 21, 17 - - - 105, 21 - - - 3 - - - ucrInputLegendDirection - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 3 - - - 177, 71 - - - 21, 17, 21, 17 - - - 80, 21 - - - 5 - - - ucrInputLegendBoxJust - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 4 - - - 6, 128 - - - 147, 20 - - - 8 - - - ucrChkLegendJustification - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 5 - - - 6, 100 - - - 147, 20 - - - 6 - - - ucrChkLegendBox - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 6 - - - 6, 21 - - - 147, 20 - - - 0 - - - urChkLegendPosition - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 7 - - - 6, 47 - - - 147, 20 - - - 2 - - - ucrChkLegendDirection - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 8 - - - 6, 73 - - - 165, 20 - - - 4 - - - urChkLegendBoxJust - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendAdjustments - - - 9 - - - 550, 6 - - - 260, 164 - - - 1 - - - Legend Adjustments - - - grpLegendAdjustments - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegend - - - 2 - - - 275, 21 - - - 253, 130 - - - 1 - - - ucrLegendBoxBackground - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendBackGroundAndKey - - - 0 - - - 14, 21 - - - 253, 130 - - - 0 - - - ucrLegendBackground - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendBackGroundAndKey - - - 1 - - - 536, 21 - - - 253, 130 - - - 2 - - - ucrLegendKey - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendBackGroundAndKey - - - 2 - - - 6, 269 - - - 801, 150 - - - 2 - - - Legend Background and Key - - - grpLegendBackGroundAndKey - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegend - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 817, 583 - - - 2 - - - Legend - - - tbThemeLegend - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 4 - - - 275, 21 - - - 262, 227 - - - 1 - - - ucrThemeTitleYRightAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxisTitle - - - 0 - - - 14, 21 - - - 259, 227 - - - 0 - - - ucrThemeTitleYAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpYAxisTitle - - - 1 - - - 6, 6 - - - 535, 269 - - - 0 - - - Y-Lab Title - - - grpYAxisTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeYaxis - - - 0 - - - 275, 21 - - - 262, 226 - - - 1 - - - ucrThemeYRightAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkLabelsYAxis - - - 0 - - - 14, 21 - - - 259, 226 - - - 0 - - - ucrThemeLeftYAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkLabelsYAxis - - - 1 - - - 6, 277 - - - 535, 258 - - - 2 - - - Tick Mark Labels - - - grpTickMarkLabelsYAxis - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeYaxis - - - 1 - - - 4, 21 - - - 255, 123 - - - 0 - - - ucrTickMarksYAxis - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkers - - - 0 - - - 4, 142 - - - 254, 124 - - - 1 - - - ucrYAxisLines - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkers - - - 1 - - - 550, 6 - - - 260, 269 - - - 1 - - - TickMarkers - - - grpTickMarkers - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeYaxis - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 817, 583 - - - 1 - - - Y-Axis - - - tbThemeYaxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 3 - - - 275, 21 - - - 258, 224 - - - 1 - - - ucrThemeTopXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkLabelsXAxis - - - 0 - - - 14, 21 - - - 259, 224 - - - 0 - - - ucrThemeBottomXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarkLabelsXAxis - - - 1 - - - 6, 277 - - - 535, 258 - - - 2 - - - Tick Mark Labels - - - grpTickMarkLabelsXAxis - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeXAxis - - - 0 - - - 4, 142 - - - 254, 124 - - - 1 - - - ucrXAxisLines - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 0 - - - 4, 21 - - - 254, 124 - - - 0 - - - ucrTickMarksXAxis - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickMarks - - - 1 - - - 550, 6 - - - 260, 269 - - - 1 - - - TickMarkers - - - grpTickMarks - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeXAxis - - - 1 - - - 275, 21 - - - 252, 230 - - - 1 - - - ucrThemeTitleXTopAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisTitle - - - 0 - - - 14, 21 - - - 260, 231 - - - 0 - - - ucrThemeTitleXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpXAxisTitle - - - 1 - - - 6, 6 - - - 535, 269 - - - 0 - - - X-Lab Title - - - grpXAxisTitle - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeXAxis - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 817, 583 - - - 0 - - - X-Axis - - - tbThemeXAxis - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 2 - - - 6, 23 - - - 258, 122 - - - 0 - - - ucrTickLength - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTickLength - - - 0 - - - 541, 27 - - - 272, 151 - - - 2 - - - grpTickLength - - - grpTickLength - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbXYAxes - - - 0 - - - 283, 256 - - - 253, 122 - - - 4 - - - ucrThemeAxesLines - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbXYAxes - - - 1 - - - 281, 27 - - - 255, 228 - - - 1 - - - ucrThemeAxesTickLabels - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbXYAxes - - - 2 - - - 21, 256 - - - 257, 122 - - - 3 - - - ucrTickMarksAxes - - - instat.ucrElementLineControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbXYAxes - - - 3 - - - 20, 27 - - - 255, 228 - - - 0 - - - ucrThemeAxesTitle - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbXYAxes - - - 4 - - - 4, 22 - - - 817, 583 - - - 6 - - - XY-Axes - - - tbXYAxes - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 1 - - - 5, 23 - - - 257, 123 - - - 0 - - - ucrPlotMargin - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotMargin - - - 0 - - - 285, 269 - - - 271, 153 - - - 2 - - - Margin - - - grpPlotMargin - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPLot - - - 0 - - - 14, 21 - - - 253, 131 - - - 0 - - - ucrPlotBackground - - - instat.ucrElementRectControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotBackground - - - 0 - - - 6, 269 - - - 269, 153 - - - 1 - - - Background - - - grpPlotBackground - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPLot - - - 1 - - - 536, 21 - - - 255, 224 - - - 2 - - - ucrPlotCaption - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotTitleAndCaption - - - 0 - - - 275, 21 - - - 255, 224 - - - 1 - - - ucrPlotSubTitle - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotTitleAndCaption - - - 1 - - - 14, 21 - - - 255, 224 - - - 0 - - - ucrPlotTitle - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPlotTitleAndCaption - - - 2 - - - 6, 6 - - - 804, 255 - - - 0 - - - Plot Title and Caption - - - grpPlotTitleAndCaption - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbPLot - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 817, 583 - - - 7 - - - Plot - - - tbPLot - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 0 - - - 4, 21 - - - 262, 127 - - - 0 - - - ucrLegendBoxSpacing - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendBoxSpacing - - - 0 - - - 6, 172 - - - 272, 154 - - - 1 - - - Legend Box Spacing - - - grpLegendBoxSpacing - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegendMoreOptions - - - 0 - - - 532, 21 - - - 260, 119 - - - 2 - - - ucrLegendSpacingYAxis - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendSpacing - - - 0 - - - 268, 21 - - - 261, 119 - - - 1 - - - ucrLegendSpacingXAxis - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendSpacing - - - 1 - - - 6, 21 - - - 258, 119 - - - 0 - - - ucrLegendSpacing - - - instat.ucrGridUnit, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLegendSpacing - - - 2 - - - 6, 6 - - - 798, 150 - - - 0 - - - Legend Spacing - - - grpLegendSpacing - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemeLegendMoreOptions - - - 1 - - - 4, 22 - - - 817, 583 - - - 10 - - - Legend (More Options) - - - tbThemeLegendMoreOptions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 5 - - - 275, 251 - - - 258, 224 - - - 3 - - - ucrPanelGridMinorYAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGridMajorMinor - - - 0 - - - 14, 251 - - - 259, 224 - - - 2 - - - ucrPanelGridMinorXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGridMajorMinor - - - 1 - - - 275, 21 - - - 258, 224 - - - 1 - - - ucrPanelGridMajorYAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGridMajorMinor - - - 2 - - - 14, 21 - - - 259, 224 - - - 0 - - - ucrPanelGridMajorXAxis - - - instat.ucrELementTextControl, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpPanelGridMajorMinor - - - 3 - - - 6, 6 - - - 539, 486 - - - 0 - - - Panel Grid - - - grpPanelGridMajorMinor - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbThemePanelMoreOptions - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 817, 583 - - - 9 - - - Panel (More Options) - - - tbThemePanelMoreOptions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbLegend - - - 7 - - - 4, 8 - - - 825, 609 - - - 0 - - - tbLegend - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 833, 653 - - - CenterScreen - - - Themes - - - sdgThemes - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgThemesSub.Designer.vb b/instat/sdgThemesSub.Designer.vb index 072aed86503..0042a9eb6f9 100644 --- a/instat/sdgThemesSub.Designer.vb +++ b/instat/sdgThemesSub.Designer.vb @@ -99,6 +99,7 @@ Partial Class sdgThemesSub ' 'ucrThemeTitleYAxis ' + Me.ucrThemeTitleYAxis.AutoSize = True Me.ucrThemeTitleYAxis.Location = New System.Drawing.Point(0, 228) Me.ucrThemeTitleYAxis.Name = "ucrThemeTitleYAxis" Me.ucrThemeTitleYAxis.Size = New System.Drawing.Size(259, 227) @@ -106,6 +107,7 @@ Partial Class sdgThemesSub ' 'ucrThemeTitleXAxis ' + Me.ucrThemeTitleXAxis.AutoSize = True Me.ucrThemeTitleXAxis.Location = New System.Drawing.Point(259, 3) Me.ucrThemeTitleXAxis.Name = "ucrThemeTitleXAxis" Me.ucrThemeTitleXAxis.Size = New System.Drawing.Size(260, 231) @@ -113,9 +115,10 @@ Partial Class sdgThemesSub ' 'ucrPlotTitle ' + Me.ucrPlotTitle.AutoSize = True Me.ucrPlotTitle.Location = New System.Drawing.Point(0, 3) Me.ucrPlotTitle.Name = "ucrPlotTitle" - Me.ucrPlotTitle.Size = New System.Drawing.Size(255, 224) + Me.ucrPlotTitle.Size = New System.Drawing.Size(255, 226) Me.ucrPlotTitle.TabIndex = 1 ' 'tbLabels @@ -133,6 +136,7 @@ Partial Class sdgThemesSub ' 'ucrThemeLeftYAxis ' + Me.ucrThemeLeftYAxis.AutoSize = True Me.ucrThemeLeftYAxis.Location = New System.Drawing.Point(254, 32) Me.ucrThemeLeftYAxis.Name = "ucrThemeLeftYAxis" Me.ucrThemeLeftYAxis.Size = New System.Drawing.Size(259, 226) @@ -140,13 +144,15 @@ Partial Class sdgThemesSub ' 'ucrThemeBottomXAxis ' + Me.ucrThemeBottomXAxis.AutoSize = True Me.ucrThemeBottomXAxis.Location = New System.Drawing.Point(0, 32) Me.ucrThemeBottomXAxis.Name = "ucrThemeBottomXAxis" - Me.ucrThemeBottomXAxis.Size = New System.Drawing.Size(259, 224) + Me.ucrThemeBottomXAxis.Size = New System.Drawing.Size(259, 226) Me.ucrThemeBottomXAxis.TabIndex = 3 ' 'ucrThemeAxesTickLabels ' + Me.ucrThemeAxesTickLabels.AutoSize = True Me.ucrThemeAxesTickLabels.Location = New System.Drawing.Point(0, 32) Me.ucrThemeAxesTickLabels.Name = "ucrThemeAxesTickLabels" Me.ucrThemeAxesTickLabels.Size = New System.Drawing.Size(255, 228) @@ -169,6 +175,7 @@ Partial Class sdgThemesSub ' 'ucrYAxisLines ' + Me.ucrYAxisLines.AutoSize = True Me.ucrYAxisLines.Location = New System.Drawing.Point(260, 197) Me.ucrYAxisLines.Name = "ucrYAxisLines" Me.ucrYAxisLines.Size = New System.Drawing.Size(254, 124) @@ -176,6 +183,7 @@ Partial Class sdgThemesSub ' 'ucrTickMarksYAxis ' + Me.ucrTickMarksYAxis.AutoSize = True Me.ucrTickMarksYAxis.Location = New System.Drawing.Point(258, 32) Me.ucrTickMarksYAxis.Name = "ucrTickMarksYAxis" Me.ucrTickMarksYAxis.Size = New System.Drawing.Size(255, 123) @@ -183,6 +191,7 @@ Partial Class sdgThemesSub ' 'ucrXAxisLines ' + Me.ucrXAxisLines.AutoSize = True Me.ucrXAxisLines.Location = New System.Drawing.Point(0, 197) Me.ucrXAxisLines.Name = "ucrXAxisLines" Me.ucrXAxisLines.Size = New System.Drawing.Size(254, 124) @@ -190,6 +199,7 @@ Partial Class sdgThemesSub ' 'ucrTickMarksXAxis ' + Me.ucrTickMarksXAxis.AutoSize = True Me.ucrTickMarksXAxis.Location = New System.Drawing.Point(0, 32) Me.ucrTickMarksXAxis.Name = "ucrTickMarksXAxis" Me.ucrTickMarksXAxis.Size = New System.Drawing.Size(254, 124) @@ -197,6 +207,7 @@ Partial Class sdgThemesSub ' 'ucrThemeAxesLines ' + Me.ucrThemeAxesLines.AutoSize = True Me.ucrThemeAxesLines.Location = New System.Drawing.Point(3, 197) Me.ucrThemeAxesLines.Name = "ucrThemeAxesLines" Me.ucrThemeAxesLines.Size = New System.Drawing.Size(253, 122) @@ -204,6 +215,7 @@ Partial Class sdgThemesSub ' 'ucrTickMarksAxes ' + Me.ucrTickMarksAxes.AutoSize = True Me.ucrTickMarksAxes.Location = New System.Drawing.Point(3, 32) Me.ucrTickMarksAxes.Name = "ucrTickMarksAxes" Me.ucrTickMarksAxes.Size = New System.Drawing.Size(257, 122) @@ -223,6 +235,7 @@ Partial Class sdgThemesSub ' 'ucrPanelGridMinor ' + Me.ucrPanelGridMinor.AutoSize = True Me.ucrPanelGridMinor.Location = New System.Drawing.Point(261, 31) Me.ucrPanelGridMinor.Name = "ucrPanelGridMinor" Me.ucrPanelGridMinor.Size = New System.Drawing.Size(254, 124) @@ -230,6 +243,7 @@ Partial Class sdgThemesSub ' 'ucrPanelGridMajor ' + Me.ucrPanelGridMajor.AutoSize = True Me.ucrPanelGridMajor.Location = New System.Drawing.Point(6, 31) Me.ucrPanelGridMajor.Name = "ucrPanelGridMajor" Me.ucrPanelGridMajor.Size = New System.Drawing.Size(254, 124) @@ -237,6 +251,7 @@ Partial Class sdgThemesSub ' 'ucrPanelGrid ' + Me.ucrPanelGrid.AutoSize = True Me.ucrPanelGrid.Location = New System.Drawing.Point(3, 31) Me.ucrPanelGrid.Name = "ucrPanelGrid" Me.ucrPanelGrid.Size = New System.Drawing.Size(254, 124) @@ -255,6 +270,7 @@ Partial Class sdgThemesSub ' 'ucrPanelBackground ' + Me.ucrPanelBackground.AutoSize = True Me.ucrPanelBackground.Location = New System.Drawing.Point(0, 144) Me.ucrPanelBackground.Name = "ucrPanelBackground" Me.ucrPanelBackground.Size = New System.Drawing.Size(253, 132) @@ -262,6 +278,7 @@ Partial Class sdgThemesSub ' 'ucrPanelBorder ' + Me.ucrPanelBorder.AutoSize = True Me.ucrPanelBorder.Location = New System.Drawing.Point(0, 6) Me.ucrPanelBorder.Name = "ucrPanelBorder" Me.ucrPanelBorder.Size = New System.Drawing.Size(253, 132) @@ -291,10 +308,11 @@ Partial Class sdgThemesSub ' 'ucrChkLegTitleTextSize ' + Me.ucrChkLegTitleTextSize.AutoSize = True Me.ucrChkLegTitleTextSize.Checked = False Me.ucrChkLegTitleTextSize.Location = New System.Drawing.Point(3, 19) Me.ucrChkLegTitleTextSize.Name = "ucrChkLegTitleTextSize" - Me.ucrChkLegTitleTextSize.Size = New System.Drawing.Size(100, 20) + Me.ucrChkLegTitleTextSize.Size = New System.Drawing.Size(100, 23) Me.ucrChkLegTitleTextSize.TabIndex = 5 ' 'grpLegendPosition @@ -334,6 +352,7 @@ Partial Class sdgThemesSub ' 'UcrNud2 ' + Me.UcrNud2.AutoSize = True Me.UcrNud2.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.UcrNud2.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.UcrNud2.Location = New System.Drawing.Point(348, 52) @@ -346,6 +365,7 @@ Partial Class sdgThemesSub ' 'UcrNud1 ' + Me.UcrNud1.AutoSize = True Me.UcrNud1.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.UcrNud1.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.UcrNud1.Location = New System.Drawing.Point(258, 51) @@ -358,6 +378,7 @@ Partial Class sdgThemesSub ' 'ucRdoCoordinated ' + Me.ucRdoCoordinated.AutoSize = True Me.ucRdoCoordinated.Location = New System.Drawing.Point(220, 19) Me.ucRdoCoordinated.Name = "ucRdoCoordinated" Me.ucRdoCoordinated.Size = New System.Drawing.Size(100, 20) @@ -365,6 +386,7 @@ Partial Class sdgThemesSub ' 'ucrrdoSpecific ' + Me.ucrrdoSpecific.AutoSize = True Me.ucrrdoSpecific.Location = New System.Drawing.Point(9, 19) Me.ucrrdoSpecific.Name = "ucrrdoSpecific" Me.ucrrdoSpecific.Size = New System.Drawing.Size(100, 20) @@ -373,6 +395,7 @@ Partial Class sdgThemesSub 'UcrInputComboBox1 ' Me.UcrInputComboBox1.AddQuotesIfUnrecognised = True + Me.UcrInputComboBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputComboBox1.GetSetSelectedIndex = -1 Me.UcrInputComboBox1.IsReadOnly = False Me.UcrInputComboBox1.Location = New System.Drawing.Point(59, 51) @@ -391,23 +414,25 @@ Partial Class sdgThemesSub ' 'ucrChkRemoveLegend ' + Me.ucrChkRemoveLegend.AutoSize = True Me.ucrChkRemoveLegend.Checked = False Me.ucrChkRemoveLegend.Location = New System.Drawing.Point(9, 10) Me.ucrChkRemoveLegend.Name = "ucrChkRemoveLegend" - Me.ucrChkRemoveLegend.Size = New System.Drawing.Size(100, 20) + Me.ucrChkRemoveLegend.Size = New System.Drawing.Size(100, 23) Me.ucrChkRemoveLegend.TabIndex = 2 ' 'ucrBaseSubdialog ' + Me.ucrBaseSubdialog.AutoSize = True Me.ucrBaseSubdialog.Location = New System.Drawing.Point(182, 494) Me.ucrBaseSubdialog.Name = "ucrBaseSubdialog" - Me.ucrBaseSubdialog.Size = New System.Drawing.Size(157, 30) + Me.ucrBaseSubdialog.Size = New System.Drawing.Size(224, 30) Me.ucrBaseSubdialog.TabIndex = 2 ' 'sdgThemesSub ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(531, 529) Me.Controls.Add(Me.ucrBaseSubdialog) @@ -421,15 +446,23 @@ Partial Class sdgThemesSub Me.Text = "Themes" Me.TabThemes.ResumeLayout(False) Me.tbTitles.ResumeLayout(False) + Me.tbTitles.PerformLayout() Me.tbLabels.ResumeLayout(False) + Me.tbLabels.PerformLayout() Me.tbAxes.ResumeLayout(False) + Me.tbAxes.PerformLayout() Me.tbPanel.ResumeLayout(False) + Me.tbPanel.PerformLayout() Me.tbBackground.ResumeLayout(False) + Me.tbBackground.PerformLayout() Me.tbLegend.ResumeLayout(False) + Me.tbLegend.PerformLayout() Me.GroupBox1.ResumeLayout(False) + Me.GroupBox1.PerformLayout() Me.grpLegendPosition.ResumeLayout(False) Me.grpLegendPosition.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgTimeSeries.Designer.vb b/instat/sdgTimeSeries.Designer.vb index a8c5b682dc2..27ef82a3846 100644 --- a/instat/sdgTimeSeries.Designer.vb +++ b/instat/sdgTimeSeries.Designer.vb @@ -71,66 +71,74 @@ Partial Class sdgTimeSeries ' 'ucrChkKge ' + Me.ucrChkKge.AutoSize = True Me.ucrChkKge.Checked = False Me.ucrChkKge.Location = New System.Drawing.Point(224, 61) Me.ucrChkKge.Name = "ucrChkKge" - Me.ucrChkKge.Size = New System.Drawing.Size(60, 20) + Me.ucrChkKge.Size = New System.Drawing.Size(60, 23) Me.ucrChkKge.TabIndex = 10 ' 'ucrChkRmse ' + Me.ucrChkRmse.AutoSize = True Me.ucrChkRmse.Checked = False Me.ucrChkRmse.Location = New System.Drawing.Point(153, 61) Me.ucrChkRmse.Name = "ucrChkRmse" - Me.ucrChkRmse.Size = New System.Drawing.Size(60, 20) + Me.ucrChkRmse.Size = New System.Drawing.Size(60, 23) Me.ucrChkRmse.TabIndex = 9 ' 'ucrChkMae ' + Me.ucrChkMae.AutoSize = True Me.ucrChkMae.Checked = False Me.ucrChkMae.Location = New System.Drawing.Point(82, 61) Me.ucrChkMae.Name = "ucrChkMae" - Me.ucrChkMae.Size = New System.Drawing.Size(60, 20) + Me.ucrChkMae.Size = New System.Drawing.Size(60, 23) Me.ucrChkMae.TabIndex = 8 ' 'ucrChkMe ' + Me.ucrChkMe.AutoSize = True Me.ucrChkMe.Checked = False Me.ucrChkMe.Location = New System.Drawing.Point(11, 61) Me.ucrChkMe.Name = "ucrChkMe" - Me.ucrChkMe.Size = New System.Drawing.Size(60, 20) + Me.ucrChkMe.Size = New System.Drawing.Size(60, 23) Me.ucrChkMe.TabIndex = 7 ' 'ucrChkRSd ' + Me.ucrChkRSd.AutoSize = True Me.ucrChkRSd.Checked = False Me.ucrChkRSd.Location = New System.Drawing.Point(224, 29) Me.ucrChkRSd.Name = "ucrChkRSd" - Me.ucrChkRSd.Size = New System.Drawing.Size(60, 20) + Me.ucrChkRSd.Size = New System.Drawing.Size(60, 23) Me.ucrChkRSd.TabIndex = 6 ' 'ucrChkPBias ' + Me.ucrChkPBias.AutoSize = True Me.ucrChkPBias.Checked = False Me.ucrChkPBias.Location = New System.Drawing.Point(153, 29) Me.ucrChkPBias.Name = "ucrChkPBias" - Me.ucrChkPBias.Size = New System.Drawing.Size(60, 20) + Me.ucrChkPBias.Size = New System.Drawing.Size(60, 23) Me.ucrChkPBias.TabIndex = 2 ' 'ucrChkCor ' + Me.ucrChkCor.AutoSize = True Me.ucrChkCor.Checked = False Me.ucrChkCor.Location = New System.Drawing.Point(82, 29) Me.ucrChkCor.Name = "ucrChkCor" - Me.ucrChkCor.Size = New System.Drawing.Size(60, 20) + Me.ucrChkCor.Size = New System.Drawing.Size(60, 23) Me.ucrChkCor.TabIndex = 1 ' 'ucrChkN ' + Me.ucrChkN.AutoSize = True Me.ucrChkN.Checked = False Me.ucrChkN.Location = New System.Drawing.Point(11, 29) Me.ucrChkN.Name = "ucrChkN" - Me.ucrChkN.Size = New System.Drawing.Size(60, 20) + Me.ucrChkN.Size = New System.Drawing.Size(60, 23) Me.ucrChkN.TabIndex = 0 ' 'lblSeparator @@ -163,6 +171,7 @@ Partial Class sdgTimeSeries 'ucrInputPositionReference ' Me.ucrInputPositionReference.AddQuotesIfUnrecognised = True + Me.ucrInputPositionReference.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPositionReference.GetSetSelectedIndex = -1 Me.ucrInputPositionReference.IsReadOnly = False Me.ucrInputPositionReference.Location = New System.Drawing.Point(124, 233) @@ -172,15 +181,17 @@ Partial Class sdgTimeSeries ' 'ucrButtonsSummaries ' + Me.ucrButtonsSummaries.AutoSize = True Me.ucrButtonsSummaries.Location = New System.Drawing.Point(87, 312) Me.ucrButtonsSummaries.Margin = New System.Windows.Forms.Padding(4) Me.ucrButtonsSummaries.Name = "ucrButtonsSummaries" - Me.ucrButtonsSummaries.Size = New System.Drawing.Size(150, 31) + Me.ucrButtonsSummaries.Size = New System.Drawing.Size(224, 31) Me.ucrButtonsSummaries.TabIndex = 7 ' 'ucrInputSeparator ' Me.ucrInputSeparator.AddQuotesIfUnrecognised = True + Me.ucrInputSeparator.AutoSize = True Me.ucrInputSeparator.IsMultiline = False Me.ucrInputSeparator.IsReadOnly = False Me.ucrInputSeparator.Location = New System.Drawing.Point(124, 173) @@ -191,6 +202,7 @@ Partial Class sdgTimeSeries 'ucrInputFontSize ' Me.ucrInputFontSize.AddQuotesIfUnrecognised = True + Me.ucrInputFontSize.AutoSize = True Me.ucrInputFontSize.IsMultiline = False Me.ucrInputFontSize.IsReadOnly = False Me.ucrInputFontSize.Location = New System.Drawing.Point(124, 203) @@ -234,6 +246,7 @@ Partial Class sdgTimeSeries ' 'ucrPnlSummaries ' + Me.ucrPnlSummaries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlSummaries.Location = New System.Drawing.Point(40, 11) Me.ucrPnlSummaries.Name = "ucrPnlSummaries" Me.ucrPnlSummaries.Size = New System.Drawing.Size(244, 35) @@ -242,6 +255,7 @@ Partial Class sdgTimeSeries 'ucrInputPositionEstimates ' Me.ucrInputPositionEstimates.AddQuotesIfUnrecognised = True + Me.ucrInputPositionEstimates.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPositionEstimates.GetSetSelectedIndex = -1 Me.ucrInputPositionEstimates.IsReadOnly = False Me.ucrInputPositionEstimates.Location = New System.Drawing.Point(124, 263) @@ -273,40 +287,44 @@ Partial Class sdgTimeSeries ' 'ucrChkSlopeIndividual ' + Me.ucrChkSlopeIndividual.AutoSize = True Me.ucrChkSlopeIndividual.Checked = False Me.ucrChkSlopeIndividual.Location = New System.Drawing.Point(224, 29) Me.ucrChkSlopeIndividual.Name = "ucrChkSlopeIndividual" - Me.ucrChkSlopeIndividual.Size = New System.Drawing.Size(60, 20) + Me.ucrChkSlopeIndividual.Size = New System.Drawing.Size(60, 23) Me.ucrChkSlopeIndividual.TabIndex = 6 ' 'ucrChkSdIndividual ' + Me.ucrChkSdIndividual.AutoSize = True Me.ucrChkSdIndividual.Checked = False Me.ucrChkSdIndividual.Location = New System.Drawing.Point(153, 29) Me.ucrChkSdIndividual.Name = "ucrChkSdIndividual" - Me.ucrChkSdIndividual.Size = New System.Drawing.Size(60, 20) + Me.ucrChkSdIndividual.Size = New System.Drawing.Size(60, 23) Me.ucrChkSdIndividual.TabIndex = 2 ' 'ucrChkMeanIndividual ' + Me.ucrChkMeanIndividual.AutoSize = True Me.ucrChkMeanIndividual.Checked = False Me.ucrChkMeanIndividual.Location = New System.Drawing.Point(82, 29) Me.ucrChkMeanIndividual.Name = "ucrChkMeanIndividual" - Me.ucrChkMeanIndividual.Size = New System.Drawing.Size(60, 20) + Me.ucrChkMeanIndividual.Size = New System.Drawing.Size(60, 23) Me.ucrChkMeanIndividual.TabIndex = 1 ' 'ucrChkNIndividual ' + Me.ucrChkNIndividual.AutoSize = True Me.ucrChkNIndividual.Checked = False Me.ucrChkNIndividual.Location = New System.Drawing.Point(11, 29) Me.ucrChkNIndividual.Name = "ucrChkNIndividual" - Me.ucrChkNIndividual.Size = New System.Drawing.Size(60, 20) + Me.ucrChkNIndividual.Size = New System.Drawing.Size(60, 23) Me.ucrChkNIndividual.TabIndex = 0 ' 'sdgTimeSeries ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(325, 342) Me.Controls.Add(Me.grpIndividualSummaries) @@ -330,7 +348,9 @@ Partial Class sdgTimeSeries Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Summary Annotations" Me.grpComparisonSummaries.ResumeLayout(False) + Me.grpComparisonSummaries.PerformLayout() Me.grpIndividualSummaries.ResumeLayout(False) + Me.grpIndividualSummaries.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/sdgTwoWayFrequencies.Designer.vb b/instat/sdgTwoWayFrequencies.Designer.vb index 99a111e724e..b4cfa152f53 100644 --- a/instat/sdgTwoWayFrequencies.Designer.vb +++ b/instat/sdgTwoWayFrequencies.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgTwoWayFrequencies 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgTwoWayFrequencies)) Me.tbpTwoWayFrequencies = New System.Windows.Forms.TabControl() Me.tbpTable = New System.Windows.Forms.TabPage() Me.grpTableOptions = New System.Windows.Forms.GroupBox() @@ -80,15 +79,21 @@ Partial Class sdgTwoWayFrequencies ' Me.tbpTwoWayFrequencies.Controls.Add(Me.tbpTable) Me.tbpTwoWayFrequencies.Controls.Add(Me.tbpGraph) - resources.ApplyResources(Me.tbpTwoWayFrequencies, "tbpTwoWayFrequencies") + Me.tbpTwoWayFrequencies.Location = New System.Drawing.Point(8, 8) Me.tbpTwoWayFrequencies.Name = "tbpTwoWayFrequencies" Me.tbpTwoWayFrequencies.SelectedIndex = 0 + Me.tbpTwoWayFrequencies.Size = New System.Drawing.Size(321, 283) + Me.tbpTwoWayFrequencies.TabIndex = 0 ' 'tbpTable ' Me.tbpTable.Controls.Add(Me.grpTableOptions) - resources.ApplyResources(Me.tbpTable, "tbpTable") + Me.tbpTable.Location = New System.Drawing.Point(4, 22) Me.tbpTable.Name = "tbpTable" + Me.tbpTable.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTable.Size = New System.Drawing.Size(313, 257) + Me.tbpTable.TabIndex = 0 + Me.tbpTable.Text = "Table" Me.tbpTable.UseVisualStyleBackColor = True ' 'grpTableOptions @@ -102,76 +107,112 @@ Partial Class sdgTwoWayFrequencies Me.grpTableOptions.Controls.Add(Me.ucrChkMissingValues) Me.grpTableOptions.Controls.Add(Me.ucrChkBackgroundColour) Me.grpTableOptions.Controls.Add(Me.ucrChkShowSummary) - resources.ApplyResources(Me.grpTableOptions, "grpTableOptions") + Me.grpTableOptions.Location = New System.Drawing.Point(6, 6) Me.grpTableOptions.Name = "grpTableOptions" + Me.grpTableOptions.Size = New System.Drawing.Size(304, 189) + Me.grpTableOptions.TabIndex = 0 Me.grpTableOptions.TabStop = False + Me.grpTableOptions.Text = "More Options" ' 'lblNumberOfDecimals ' - resources.ApplyResources(Me.lblNumberOfDecimals, "lblNumberOfDecimals") + Me.lblNumberOfDecimals.AutoSize = True + Me.lblNumberOfDecimals.Location = New System.Drawing.Point(8, 101) Me.lblNumberOfDecimals.Name = "lblNumberOfDecimals" + Me.lblNumberOfDecimals.Size = New System.Drawing.Size(161, 13) + Me.lblNumberOfDecimals.TabIndex = 3 + Me.lblNumberOfDecimals.Text = "Decimal Places for Percentages:" ' 'ucrNudDecimalPlaces ' + Me.ucrNudDecimalPlaces.AutoSize = True Me.ucrNudDecimalPlaces.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimalPlaces.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDecimalPlaces, "ucrNudDecimalPlaces") + Me.ucrNudDecimalPlaces.Location = New System.Drawing.Point(176, 100) Me.ucrNudDecimalPlaces.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDecimalPlaces.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimalPlaces.Name = "ucrNudDecimalPlaces" + Me.ucrNudDecimalPlaces.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDecimalPlaces.TabIndex = 4 Me.ucrNudDecimalPlaces.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblGraphTitle ' - resources.ApplyResources(Me.lblGraphTitle, "lblGraphTitle") + Me.lblGraphTitle.AutoSize = True + Me.lblGraphTitle.Location = New System.Drawing.Point(8, 157) Me.lblGraphTitle.Name = "lblGraphTitle" + Me.lblGraphTitle.Size = New System.Drawing.Size(60, 13) + Me.lblGraphTitle.TabIndex = 7 + Me.lblGraphTitle.Text = "Table Title:" ' 'ucrInputTableTitle ' Me.ucrInputTableTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTableTitle.AutoSize = True Me.ucrInputTableTitle.IsMultiline = False Me.ucrInputTableTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTableTitle, "ucrInputTableTitle") + Me.ucrInputTableTitle.Location = New System.Drawing.Point(120, 153) Me.ucrInputTableTitle.Name = "ucrInputTableTitle" + Me.ucrInputTableTitle.Size = New System.Drawing.Size(178, 21) + Me.ucrInputTableTitle.TabIndex = 8 ' 'ucrChkTotalColumnName ' + Me.ucrChkTotalColumnName.AutoSize = True Me.ucrChkTotalColumnName.Checked = False - resources.ApplyResources(Me.ucrChkTotalColumnName, "ucrChkTotalColumnName") + Me.ucrChkTotalColumnName.Location = New System.Drawing.Point(10, 126) Me.ucrChkTotalColumnName.Name = "ucrChkTotalColumnName" + Me.ucrChkTotalColumnName.Size = New System.Drawing.Size(160, 23) + Me.ucrChkTotalColumnName.TabIndex = 5 ' 'ucrInputTotalsName ' Me.ucrInputTotalsName.AddQuotesIfUnrecognised = True + Me.ucrInputTotalsName.AutoSize = True Me.ucrInputTotalsName.IsMultiline = False Me.ucrInputTotalsName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTotalsName, "ucrInputTotalsName") + Me.ucrInputTotalsName.Location = New System.Drawing.Point(176, 126) Me.ucrInputTotalsName.Name = "ucrInputTotalsName" + Me.ucrInputTotalsName.Size = New System.Drawing.Size(122, 21) + Me.ucrInputTotalsName.TabIndex = 6 ' 'ucrChkMissingValues ' + Me.ucrChkMissingValues.AutoSize = True Me.ucrChkMissingValues.Checked = False - resources.ApplyResources(Me.ucrChkMissingValues, "ucrChkMissingValues") + Me.ucrChkMissingValues.Location = New System.Drawing.Point(10, 45) Me.ucrChkMissingValues.Name = "ucrChkMissingValues" + Me.ucrChkMissingValues.Size = New System.Drawing.Size(233, 23) + Me.ucrChkMissingValues.TabIndex = 1 ' 'ucrChkBackgroundColour ' + Me.ucrChkBackgroundColour.AutoSize = True Me.ucrChkBackgroundColour.Checked = False - resources.ApplyResources(Me.ucrChkBackgroundColour, "ucrChkBackgroundColour") + Me.ucrChkBackgroundColour.Location = New System.Drawing.Point(10, 71) Me.ucrChkBackgroundColour.Name = "ucrChkBackgroundColour" + Me.ucrChkBackgroundColour.Size = New System.Drawing.Size(290, 23) + Me.ucrChkBackgroundColour.TabIndex = 2 ' 'ucrChkShowSummary ' + Me.ucrChkShowSummary.AutoSize = True Me.ucrChkShowSummary.Checked = False - resources.ApplyResources(Me.ucrChkShowSummary, "ucrChkShowSummary") + Me.ucrChkShowSummary.Location = New System.Drawing.Point(10, 19) Me.ucrChkShowSummary.Name = "ucrChkShowSummary" + Me.ucrChkShowSummary.Size = New System.Drawing.Size(233, 23) + Me.ucrChkShowSummary.TabIndex = 0 ' 'tbpGraph ' Me.tbpGraph.Controls.Add(Me.grpGraphOptions) Me.tbpGraph.Controls.Add(Me.grpGraphType) - resources.ApplyResources(Me.tbpGraph, "tbpGraph") + Me.tbpGraph.Location = New System.Drawing.Point(4, 22) Me.tbpGraph.Name = "tbpGraph" + Me.tbpGraph.Padding = New System.Windows.Forms.Padding(3) + Me.tbpGraph.Size = New System.Drawing.Size(313, 257) + Me.tbpGraph.TabIndex = 1 + Me.tbpGraph.Text = "Graph" Me.tbpGraph.UseVisualStyleBackColor = True ' 'grpGraphOptions @@ -186,116 +227,176 @@ Partial Class sdgTwoWayFrequencies Me.grpGraphOptions.Controls.Add(Me.ucrChkShowModelSummary) Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) - resources.ApplyResources(Me.grpGraphOptions, "grpGraphOptions") + Me.grpGraphOptions.Location = New System.Drawing.Point(6, 59) Me.grpGraphOptions.Name = "grpGraphOptions" + Me.grpGraphOptions.Size = New System.Drawing.Size(300, 195) + Me.grpGraphOptions.TabIndex = 1 Me.grpGraphOptions.TabStop = False + Me.grpGraphOptions.Text = "Graph Options" ' 'ucrChkStack ' + Me.ucrChkStack.AutoSize = True Me.ucrChkStack.Checked = False - resources.ApplyResources(Me.ucrChkStack, "ucrChkStack") + Me.ucrChkStack.Location = New System.Drawing.Point(10, 92) Me.ucrChkStack.Name = "ucrChkStack" + Me.ucrChkStack.Size = New System.Drawing.Size(281, 23) + Me.ucrChkStack.TabIndex = 3 ' 'lblTitle ' - resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.AutoSize = True + Me.lblTitle.Location = New System.Drawing.Point(10, 169) Me.lblTitle.Name = "lblTitle" + Me.lblTitle.Size = New System.Drawing.Size(62, 13) + Me.lblTitle.TabIndex = 9 + Me.lblTitle.Text = "Graph Title:" ' 'lblHjust ' - resources.ApplyResources(Me.lblHjust, "lblHjust") + Me.lblHjust.AutoSize = True + Me.lblHjust.Location = New System.Drawing.Point(10, 143) Me.lblHjust.Name = "lblHjust" + Me.lblHjust.Size = New System.Drawing.Size(126, 13) + Me.lblHjust.TabIndex = 7 + Me.lblHjust.Text = "Horizontal Label Position:" ' 'lblVjust ' - resources.ApplyResources(Me.lblVjust, "lblVjust") + Me.lblVjust.AutoSize = True + Me.lblVjust.Location = New System.Drawing.Point(10, 117) Me.lblVjust.Name = "lblVjust" + Me.lblVjust.Size = New System.Drawing.Size(114, 13) + Me.lblVjust.TabIndex = 4 + Me.lblVjust.Text = "Vertical Label Position:" ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True + Me.ucrInputGraphTitle.AutoSize = True Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") + Me.ucrInputGraphTitle.Location = New System.Drawing.Point(125, 168) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" + Me.ucrInputGraphTitle.Size = New System.Drawing.Size(166, 21) + Me.ucrInputGraphTitle.TabIndex = 0 ' 'ucrInputHorizontalLabels ' Me.ucrInputHorizontalLabels.AddQuotesIfUnrecognised = True + Me.ucrInputHorizontalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputHorizontalLabels.GetSetSelectedIndex = -1 Me.ucrInputHorizontalLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHorizontalLabels, "ucrInputHorizontalLabels") + Me.ucrInputHorizontalLabels.Location = New System.Drawing.Point(181, 143) + Me.ucrInputHorizontalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputHorizontalLabels.Name = "ucrInputHorizontalLabels" + Me.ucrInputHorizontalLabels.Size = New System.Drawing.Size(110, 21) + Me.ucrInputHorizontalLabels.TabIndex = 8 ' 'ucrInputVerticalLabels ' Me.ucrInputVerticalLabels.AddQuotesIfUnrecognised = True + Me.ucrInputVerticalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputVerticalLabels.GetSetSelectedIndex = -1 Me.ucrInputVerticalLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputVerticalLabels, "ucrInputVerticalLabels") + Me.ucrInputVerticalLabels.Location = New System.Drawing.Point(181, 117) + Me.ucrInputVerticalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputVerticalLabels.Name = "ucrInputVerticalLabels" + Me.ucrInputVerticalLabels.Size = New System.Drawing.Size(110, 21) + Me.ucrInputVerticalLabels.TabIndex = 6 ' 'ucrChkShowModelSummary ' + Me.ucrChkShowModelSummary.AutoSize = True Me.ucrChkShowModelSummary.Checked = False - resources.ApplyResources(Me.ucrChkShowModelSummary, "ucrChkShowModelSummary") + Me.ucrChkShowModelSummary.Location = New System.Drawing.Point(10, 68) Me.ucrChkShowModelSummary.Name = "ucrChkShowModelSummary" + Me.ucrChkShowModelSummary.Size = New System.Drawing.Size(281, 23) + Me.ucrChkShowModelSummary.TabIndex = 2 ' 'ucrChkShowPercentage ' + Me.ucrChkShowPercentage.AutoSize = True Me.ucrChkShowPercentage.Checked = False - resources.ApplyResources(Me.ucrChkShowPercentage, "ucrChkShowPercentage") + Me.ucrChkShowPercentage.Location = New System.Drawing.Point(10, 20) Me.ucrChkShowPercentage.Name = "ucrChkShowPercentage" + Me.ucrChkShowPercentage.Size = New System.Drawing.Size(281, 23) + Me.ucrChkShowPercentage.TabIndex = 0 ' 'ucrChkShowCount ' + Me.ucrChkShowCount.AutoSize = True Me.ucrChkShowCount.Checked = False - resources.ApplyResources(Me.ucrChkShowCount, "ucrChkShowCount") + Me.ucrChkShowCount.Location = New System.Drawing.Point(10, 44) Me.ucrChkShowCount.Name = "ucrChkShowCount" + Me.ucrChkShowCount.Size = New System.Drawing.Size(281, 23) + Me.ucrChkShowCount.TabIndex = 1 ' 'grpGraphType ' Me.grpGraphType.Controls.Add(Me.rdoLine) Me.grpGraphType.Controls.Add(Me.rdoBar) Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) - resources.ApplyResources(Me.grpGraphType, "grpGraphType") + Me.grpGraphType.Location = New System.Drawing.Point(6, 6) Me.grpGraphType.Name = "grpGraphType" + Me.grpGraphType.Size = New System.Drawing.Size(300, 48) + Me.grpGraphType.TabIndex = 0 Me.grpGraphType.TabStop = False + Me.grpGraphType.Text = "Type of Graph" ' 'rdoLine ' - resources.ApplyResources(Me.rdoLine, "rdoLine") + Me.rdoLine.AutoSize = True + Me.rdoLine.Location = New System.Drawing.Point(167, 19) Me.rdoLine.Name = "rdoLine" + Me.rdoLine.Size = New System.Drawing.Size(77, 17) + Me.rdoLine.TabIndex = 2 Me.rdoLine.TabStop = True + Me.rdoLine.Text = "Line Graph" Me.rdoLine.UseVisualStyleBackColor = True ' 'rdoBar ' - resources.ApplyResources(Me.rdoBar, "rdoBar") + Me.rdoBar.AutoSize = True + Me.rdoBar.Location = New System.Drawing.Point(12, 19) Me.rdoBar.Name = "rdoBar" + Me.rdoBar.Size = New System.Drawing.Size(73, 17) + Me.rdoBar.TabIndex = 1 Me.rdoBar.TabStop = True + Me.rdoBar.Text = "Bar Graph" Me.rdoBar.UseVisualStyleBackColor = True ' 'ucrPnlGraphType ' - resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") + Me.ucrPnlGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphType.Location = New System.Drawing.Point(6, 7) Me.ucrPnlGraphType.Name = "ucrPnlGraphType" + Me.ucrPnlGraphType.Size = New System.Drawing.Size(288, 35) + Me.ucrPnlGraphType.TabIndex = 0 ' 'ucrBaseSubDialogue ' - resources.ApplyResources(Me.ucrBaseSubDialogue, "ucrBaseSubDialogue") + Me.ucrBaseSubDialogue.AutoSize = True + Me.ucrBaseSubDialogue.Location = New System.Drawing.Point(89, 297) Me.ucrBaseSubDialogue.Name = "ucrBaseSubDialogue" + Me.ucrBaseSubDialogue.RightToLeft = System.Windows.Forms.RightToLeft.No + Me.ucrBaseSubDialogue.Size = New System.Drawing.Size(224, 30) + Me.ucrBaseSubDialogue.TabIndex = 0 ' 'sdgTwoWayFrequencies ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(339, 328) Me.Controls.Add(Me.tbpTwoWayFrequencies) Me.Controls.Add(Me.ucrBaseSubDialogue) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgTwoWayFrequencies" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Frequency Table & Graph Options" Me.tbpTwoWayFrequencies.ResumeLayout(False) Me.tbpTable.ResumeLayout(False) Me.grpTableOptions.ResumeLayout(False) @@ -306,6 +407,7 @@ Partial Class sdgTwoWayFrequencies Me.grpGraphType.ResumeLayout(False) Me.grpGraphType.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub Friend WithEvents ucrBaseSubDialogue As ucrButtonsSubdialogue diff --git a/instat/sdgTwoWayFrequencies.resx b/instat/sdgTwoWayFrequencies.resx index 1638ec4871c..29dcb1b3a35 100644 --- a/instat/sdgTwoWayFrequencies.resx +++ b/instat/sdgTwoWayFrequencies.resx @@ -117,712 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 8, 101 - - - 161, 13 - - - 3 - - - Decimal Places for Percentages: - - - lblNumberOfDecimals - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTableOptions - - - 0 - - - 176, 100 - - - 50, 20 - - - 4 - - - ucrNudDecimalPlaces - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 1 - - - True - - - 8, 157 - - - 60, 13 - - - 7 - - - Table Title: - - - lblGraphTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTableOptions - - - 2 - - - 120, 153 - - - 178, 21 - - - 8 - - - ucrInputTableTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 3 - - - 10, 126 - - - 160, 20 - - - 5 - - - ucrChkTotalColumnName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 4 - - - 176, 126 - - - 122, 21 - - - 6 - - - ucrInputTotalsName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 5 - - - 10, 45 - - - 233, 20 - - - 1 - - - ucrChkMissingValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 6 - - - 10, 71 - - - 290, 20 - - - 2 - - - ucrChkBackgroundColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 7 - - - 10, 19 - - - 233, 20 - - - 0 - - - ucrChkShowSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTableOptions - - - 8 - - - 6, 6 - - - 304, 189 - - - 0 - - - More Options - - - grpTableOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTable - - - 0 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 313, 257 - - - 0 - - - Table - - - tbpTable - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTwoWayFrequencies - - - 0 - - - 10, 92 - - - 281, 20 - - - 3 - - - ucrChkStack - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 0 - - - True - - - 10, 169 - - - 62, 13 - - - 9 - - - Graph Title: - - - lblTitle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 1 - - - True - - - 10, 143 - - - 126, 13 - - - 7 - - - Horizontal Label Position: - - - lblHjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 2 - - - True - - - 10, 117 - - - 114, 13 - - - 4 - - - Vertical Label Position: - - - lblVjust - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphOptions - - - 3 - - - 125, 168 - - - 166, 21 - - - 0 - - - ucrInputGraphTitle - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 4 - - - 181, 143 - - - 21, 17, 21, 17 - - - 110, 21 - - - 8 - - - ucrInputHorizontalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 5 - - - 181, 117 - - - 21, 17, 21, 17 - - - 110, 21 - - - 6 - - - ucrInputVerticalLabels - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 6 - - - 10, 68 - - - 281, 20 - - - 2 - - - ucrChkShowModelSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 7 - - - 10, 20 - - - 281, 20 - - - 0 - - - ucrChkShowPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 8 - - - 10, 44 - - - 281, 20 - - - 1 - - - ucrChkShowCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphOptions - - - 9 - - - 6, 59 - - - 300, 195 - - - 1 - - - Graph Options - - - grpGraphOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 0 - - - True - - - 167, 19 - - - 77, 17 - - - 2 - - - Line Graph - - - rdoLine - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 0 - - - True - - - 12, 19 - - - 73, 17 - - - 1 - - - Bar Graph - - - rdoBar - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 1 - - - 6, 7 - - - 288, 35 - - - 0 - - - ucrPnlGraphType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraphType - - - 2 - - - 6, 6 - - - 300, 48 - - - 0 - - - Type of Graph - - - grpGraphType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 313, 257 - - - 1 - - - Graph - - - tbpGraph - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTwoWayFrequencies - - - 1 - - - 8, 8 - - - 321, 283 - - - 0 - - - tbpTwoWayFrequencies - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 89, 297 - - - No - - - 152, 30 - - - 0 - - - ucrBaseSubDialogue - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 339, 328 - - - CenterScreen - - - Frequency Table & Graph Options - - - sdgTwoWayFrequencies - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgVariableTransformations.Designer.vb b/instat/sdgVariableTransformations.Designer.vb index 6ee703825ad..d49e5029c86 100644 --- a/instat/sdgVariableTransformations.Designer.vb +++ b/instat/sdgVariableTransformations.Designer.vb @@ -38,7 +38,6 @@ Partial Class sdgVariableTransformations 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgVariableTransformations)) Me.rdoLogBase10 = New System.Windows.Forms.RadioButton() Me.rdoSquareRoot = New System.Windows.Forms.RadioButton() Me.rdoPolynomial = New System.Windows.Forms.RadioButton() @@ -65,42 +64,67 @@ Partial Class sdgVariableTransformations ' 'rdoLogBase10 ' - resources.ApplyResources(Me.rdoLogBase10, "rdoLogBase10") + Me.rdoLogBase10.AutoSize = True + Me.rdoLogBase10.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLogBase10.Location = New System.Drawing.Point(23, 59) Me.rdoLogBase10.Name = "rdoLogBase10" + Me.rdoLogBase10.Size = New System.Drawing.Size(85, 17) + Me.rdoLogBase10.TabIndex = 13 Me.rdoLogBase10.TabStop = True Me.rdoLogBase10.Tag = "Log_Base_10" + Me.rdoLogBase10.Text = "Log Base 10" Me.rdoLogBase10.UseVisualStyleBackColor = True ' 'rdoSquareRoot ' - resources.ApplyResources(Me.rdoSquareRoot, "rdoSquareRoot") + Me.rdoSquareRoot.AutoSize = True + Me.rdoSquareRoot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSquareRoot.Location = New System.Drawing.Point(121, 59) Me.rdoSquareRoot.Name = "rdoSquareRoot" + Me.rdoSquareRoot.Size = New System.Drawing.Size(85, 17) + Me.rdoSquareRoot.TabIndex = 14 Me.rdoSquareRoot.TabStop = True Me.rdoSquareRoot.Tag = "Square_root" + Me.rdoSquareRoot.Text = "Square Root" Me.rdoSquareRoot.UseVisualStyleBackColor = True ' 'rdoPolynomial ' - resources.ApplyResources(Me.rdoPolynomial, "rdoPolynomial") + Me.rdoPolynomial.AutoSize = True + Me.rdoPolynomial.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPolynomial.Location = New System.Drawing.Point(23, 87) Me.rdoPolynomial.Name = "rdoPolynomial" + Me.rdoPolynomial.Size = New System.Drawing.Size(78, 17) + Me.rdoPolynomial.TabIndex = 15 Me.rdoPolynomial.TabStop = True Me.rdoPolynomial.Tag = "Polynomial" + Me.rdoPolynomial.Text = "Polynomial:" Me.rdoPolynomial.UseVisualStyleBackColor = True ' 'rdoNaturalLog ' - resources.ApplyResources(Me.rdoNaturalLog, "rdoNaturalLog") + Me.rdoNaturalLog.AutoSize = True + Me.rdoNaturalLog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaturalLog.Location = New System.Drawing.Point(121, 31) Me.rdoNaturalLog.Name = "rdoNaturalLog" + Me.rdoNaturalLog.Size = New System.Drawing.Size(80, 17) + Me.rdoNaturalLog.TabIndex = 12 Me.rdoNaturalLog.TabStop = True Me.rdoNaturalLog.Tag = "Natural_log" + Me.rdoNaturalLog.Text = "Natural Log" Me.rdoNaturalLog.UseVisualStyleBackColor = True ' 'rdoIdentity ' - resources.ApplyResources(Me.rdoIdentity, "rdoIdentity") + Me.rdoIdentity.AutoSize = True + Me.rdoIdentity.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoIdentity.Location = New System.Drawing.Point(23, 31) Me.rdoIdentity.Name = "rdoIdentity" + Me.rdoIdentity.Size = New System.Drawing.Size(59, 17) + Me.rdoIdentity.TabIndex = 17 Me.rdoIdentity.TabStop = True Me.rdoIdentity.Tag = "Identity" + Me.rdoIdentity.Text = "Identity" Me.rdoIdentity.UseVisualStyleBackColor = True ' 'grpChooseFunction @@ -122,126 +146,188 @@ Partial Class sdgVariableTransformations Me.grpChooseFunction.Controls.Add(Me.rdoSquareRoot) Me.grpChooseFunction.Controls.Add(Me.rdoLogBase10) Me.grpChooseFunction.Controls.Add(Me.ucrPnlChooseFunction) - resources.ApplyResources(Me.grpChooseFunction, "grpChooseFunction") + Me.grpChooseFunction.Location = New System.Drawing.Point(21, 12) Me.grpChooseFunction.Name = "grpChooseFunction" + Me.grpChooseFunction.Size = New System.Drawing.Size(218, 251) + Me.grpChooseFunction.TabIndex = 1 Me.grpChooseFunction.TabStop = False Me.grpChooseFunction.Tag = "General_Functions" + Me.grpChooseFunction.Text = "Choose Function" ' 'ucrNudPolynomial ' + Me.ucrNudPolynomial.AutoSize = True Me.ucrNudPolynomial.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPolynomial.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPolynomial, "ucrNudPolynomial") + Me.ucrNudPolynomial.Location = New System.Drawing.Point(115, 88) Me.ucrNudPolynomial.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPolynomial.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPolynomial.Name = "ucrNudPolynomial" + Me.ucrNudPolynomial.Size = New System.Drawing.Size(52, 21) + Me.ucrNudPolynomial.TabIndex = 30 Me.ucrNudPolynomial.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrChkYearAsFactor ' + Me.ucrChkYearAsFactor.AutoSize = True Me.ucrChkYearAsFactor.Checked = False - resources.ApplyResources(Me.ucrChkYearAsFactor, "ucrChkYearAsFactor") + Me.ucrChkYearAsFactor.Location = New System.Drawing.Point(115, 227) Me.ucrChkYearAsFactor.Name = "ucrChkYearAsFactor" + Me.ucrChkYearAsFactor.Size = New System.Drawing.Size(100, 23) + Me.ucrChkYearAsFactor.TabIndex = 29 ' 'ucrChkMonthAsFactor ' + Me.ucrChkMonthAsFactor.AutoSize = True Me.ucrChkMonthAsFactor.Checked = False - resources.ApplyResources(Me.ucrChkMonthAsFactor, "ucrChkMonthAsFactor") + Me.ucrChkMonthAsFactor.Location = New System.Drawing.Point(115, 199) Me.ucrChkMonthAsFactor.Name = "ucrChkMonthAsFactor" + Me.ucrChkMonthAsFactor.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMonthAsFactor.TabIndex = 28 ' 'rdoYear ' - resources.ApplyResources(Me.rdoYear, "rdoYear") + Me.rdoYear.AutoSize = True + Me.rdoYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYear.Location = New System.Drawing.Point(23, 227) Me.rdoYear.Name = "rdoYear" + Me.rdoYear.Size = New System.Drawing.Size(47, 17) + Me.rdoYear.TabIndex = 27 Me.rdoYear.TabStop = True Me.rdoYear.Tag = "" + Me.rdoYear.Text = "Year" Me.rdoYear.UseVisualStyleBackColor = True ' 'rdoMonth ' - resources.ApplyResources(Me.rdoMonth, "rdoMonth") + Me.rdoMonth.AutoSize = True + Me.rdoMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMonth.Location = New System.Drawing.Point(23, 199) Me.rdoMonth.Name = "rdoMonth" + Me.rdoMonth.Size = New System.Drawing.Size(55, 17) + Me.rdoMonth.TabIndex = 26 Me.rdoMonth.TabStop = True Me.rdoMonth.Tag = "" + Me.rdoMonth.Text = "Month" Me.rdoMonth.UseVisualStyleBackColor = True ' 'ucrNudSplineDF ' + Me.ucrNudSplineDF.AutoSize = True Me.ucrNudSplineDF.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSplineDF.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSplineDF, "ucrNudSplineDF") + Me.ucrNudSplineDF.Location = New System.Drawing.Point(115, 115) Me.ucrNudSplineDF.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSplineDF.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSplineDF.Name = "ucrNudSplineDF" + Me.ucrNudSplineDF.Size = New System.Drawing.Size(52, 21) + Me.ucrNudSplineDF.TabIndex = 25 Me.ucrNudSplineDF.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrInputTxtOwn ' Me.ucrInputTxtOwn.AddQuotesIfUnrecognised = True + Me.ucrInputTxtOwn.AutoSize = True Me.ucrInputTxtOwn.IsMultiline = False Me.ucrInputTxtOwn.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTxtOwn, "ucrInputTxtOwn") + Me.ucrInputTxtOwn.Location = New System.Drawing.Point(115, 171) Me.ucrInputTxtOwn.Name = "ucrInputTxtOwn" + Me.ucrInputTxtOwn.Size = New System.Drawing.Size(52, 21) + Me.ucrInputTxtOwn.TabIndex = 24 ' 'rdoCustom ' - resources.ApplyResources(Me.rdoCustom, "rdoCustom") + Me.rdoCustom.AutoSize = True + Me.rdoCustom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCustom.Location = New System.Drawing.Point(23, 171) Me.rdoCustom.Name = "rdoCustom" + Me.rdoCustom.Size = New System.Drawing.Size(60, 17) + Me.rdoCustom.TabIndex = 23 Me.rdoCustom.TabStop = True Me.rdoCustom.Tag = "" + Me.rdoCustom.Text = "Custom" Me.rdoCustom.UseVisualStyleBackColor = True ' 'ucrInputTxtBrokenStick ' Me.ucrInputTxtBrokenStick.AddQuotesIfUnrecognised = True + Me.ucrInputTxtBrokenStick.AutoSize = True Me.ucrInputTxtBrokenStick.IsMultiline = False Me.ucrInputTxtBrokenStick.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTxtBrokenStick, "ucrInputTxtBrokenStick") + Me.ucrInputTxtBrokenStick.Location = New System.Drawing.Point(115, 144) Me.ucrInputTxtBrokenStick.Name = "ucrInputTxtBrokenStick" + Me.ucrInputTxtBrokenStick.Size = New System.Drawing.Size(52, 21) + Me.ucrInputTxtBrokenStick.TabIndex = 22 ' 'rdoBrokenStick ' - resources.ApplyResources(Me.rdoBrokenStick, "rdoBrokenStick") + Me.rdoBrokenStick.AutoSize = True + Me.rdoBrokenStick.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBrokenStick.Location = New System.Drawing.Point(23, 143) Me.rdoBrokenStick.Name = "rdoBrokenStick" + Me.rdoBrokenStick.Size = New System.Drawing.Size(86, 17) + Me.rdoBrokenStick.TabIndex = 21 Me.rdoBrokenStick.TabStop = True Me.rdoBrokenStick.Tag = "" + Me.rdoBrokenStick.Text = "Broken Stick" Me.rdoBrokenStick.UseVisualStyleBackColor = True ' 'rdoSplineDf ' - resources.ApplyResources(Me.rdoSplineDf, "rdoSplineDf") + Me.rdoSplineDf.AutoSize = True + Me.rdoSplineDf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSplineDf.Location = New System.Drawing.Point(23, 115) Me.rdoSplineDf.Name = "rdoSplineDf" + Me.rdoSplineDf.Size = New System.Drawing.Size(72, 17) + Me.rdoSplineDf.TabIndex = 19 Me.rdoSplineDf.TabStop = True Me.rdoSplineDf.Tag = "" + Me.rdoSplineDf.Text = "Spline d.f." Me.rdoSplineDf.UseVisualStyleBackColor = True ' 'ucrPnlChooseFunction ' - resources.ApplyResources(Me.ucrPnlChooseFunction, "ucrPnlChooseFunction") + Me.ucrPnlChooseFunction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlChooseFunction.Location = New System.Drawing.Point(7, 27) Me.ucrPnlChooseFunction.Name = "ucrPnlChooseFunction" + Me.ucrPnlChooseFunction.Size = New System.Drawing.Size(204, 217) + Me.ucrPnlChooseFunction.TabIndex = 3 ' 'lblPreview ' - resources.ApplyResources(Me.lblPreview, "lblPreview") + Me.lblPreview.AutoSize = True + Me.lblPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPreview.Location = New System.Drawing.Point(27, 282) Me.lblPreview.Name = "lblPreview" + Me.lblPreview.Size = New System.Drawing.Size(48, 13) + Me.lblPreview.TabIndex = 3 + Me.lblPreview.Text = "Preview:" ' 'ucrInputPreview ' Me.ucrInputPreview.AddQuotesIfUnrecognised = True + Me.ucrInputPreview.AutoSize = True Me.ucrInputPreview.IsMultiline = False Me.ucrInputPreview.IsReadOnly = True - resources.ApplyResources(Me.ucrInputPreview, "ucrInputPreview") + Me.ucrInputPreview.Location = New System.Drawing.Point(81, 279) Me.ucrInputPreview.Name = "ucrInputPreview" + Me.ucrInputPreview.Size = New System.Drawing.Size(158, 21) + Me.ucrInputPreview.TabIndex = 4 ' 'ucrButtonsSDGVarTransform ' - resources.ApplyResources(Me.ucrButtonsSDGVarTransform, "ucrButtonsSDGVarTransform") + Me.ucrButtonsSDGVarTransform.AutoSize = True + Me.ucrButtonsSDGVarTransform.Location = New System.Drawing.Point(56, 318) Me.ucrButtonsSDGVarTransform.Name = "ucrButtonsSDGVarTransform" + Me.ucrButtonsSDGVarTransform.Size = New System.Drawing.Size(224, 30) + Me.ucrButtonsSDGVarTransform.TabIndex = 2 ' 'sdgVariableTransformations ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(265, 348) Me.Controls.Add(Me.ucrInputPreview) Me.Controls.Add(Me.lblPreview) Me.Controls.Add(Me.ucrButtonsSDGVarTransform) @@ -250,7 +336,9 @@ Partial Class sdgVariableTransformations Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgVariableTransformations" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Variable _Transformations" + Me.Text = "Variable Transformations" Me.grpChooseFunction.ResumeLayout(False) Me.grpChooseFunction.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/sdgVariableTransformations.resx b/instat/sdgVariableTransformations.resx index 68e6fa973c6..29dcb1b3a35 100644 --- a/instat/sdgVariableTransformations.resx +++ b/instat/sdgVariableTransformations.resx @@ -117,574 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 23, 59 - - - 85, 17 - - - 13 - - - Log Base 10 - - - rdoLogBase10 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 15 - - - True - - - NoControl - - - 121, 59 - - - 85, 17 - - - 14 - - - Square Root - - - rdoSquareRoot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 14 - - - True - - - NoControl - - - 23, 87 - - - 78, 17 - - - 15 - - - Polynomial: - - - rdoPolynomial - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 13 - - - True - - - NoControl - - - 121, 31 - - - 80, 17 - - - 12 - - - Natural Log - - - rdoNaturalLog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 12 - - - True - - - NoControl - - - 23, 31 - - - 59, 17 - - - 17 - - - Identity - - - rdoIdentity - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 11 - - - 115, 88 - - - 52, 21 - - - 30 - - - ucrNudPolynomial - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 0 - - - 115, 227 - - - 100, 20 - - - 29 - - - ucrChkYearAsFactor - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 1 - - - 115, 199 - - - 100, 20 - - - 28 - - - ucrChkMonthAsFactor - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 2 - - - True - - - NoControl - - - 23, 227 - - - 47, 17 - - - 27 - - - Year - - - rdoYear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 3 - - - True - - - NoControl - - - 23, 199 - - - 55, 17 - - - 26 - - - Month - - - rdoMonth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 4 - - - 115, 115 - - - 52, 21 - - - 25 - - - ucrNudSplineDF - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 5 - - - 115, 171 - - - 52, 21 - - - 24 - - - ucrInputTxtOwn - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 6 - - - True - - - NoControl - - - 23, 171 - - - 60, 17 - - - 23 - - - Custom - - - rdoCustom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 7 - - - 115, 144 - - - 52, 21 - - - 22 - - - ucrInputTxtBrokenStick - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 8 - - - True - - - NoControl - - - 23, 143 - - - 86, 17 - - - 21 - - - Broken Stick - - - rdoBrokenStick - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 9 - - - True - - - NoControl - - - 23, 115 - - - 72, 17 - - - 19 - - - Spline d.f. - - - rdoSplineDf - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpChooseFunction - - - 10 - - - 7, 27 - - - 204, 217 - - - 3 - - - ucrPnlChooseFunction - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpChooseFunction - - - 16 - - - 21, 12 - - - 218, 251 - - - 1 - - - Choose Function - - - grpChooseFunction - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 27, 282 - - - 48, 13 - - - 3 - - - Preview: - - - lblPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 81, 279 - - - 158, 21 - - - 4 - - - ucrInputPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 56, 318 - - - 155, 30 - - - 2 - - - ucrButtonsSDGVarTransform - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 265, 348 - - - CenterParent - - - Variable Transformations - - - sdgVariableTransformations - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/sdgVerificationSummaries.Designer.vb b/instat/sdgVerificationSummaries.Designer.vb index fad1fadc5c6..d43a1e42478 100644 --- a/instat/sdgVerificationSummaries.Designer.vb +++ b/instat/sdgVerificationSummaries.Designer.vb @@ -55,9 +55,10 @@ Partial Class sdgVerificationSummaries ' 'ucrBase ' + Me.ucrBase.AutoSize = True Me.ucrBase.Location = New System.Drawing.Point(212, 268) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(154, 30) + Me.ucrBase.Size = New System.Drawing.Size(224, 30) Me.ucrBase.TabIndex = 1 ' 'tbSummaries @@ -84,9 +85,10 @@ Partial Class sdgVerificationSummaries ' 'ucrContinuousVerification ' + Me.ucrContinuousVerification.AutoSize = True Me.ucrContinuousVerification.Location = New System.Drawing.Point(-1, 6) Me.ucrContinuousVerification.Name = "ucrContinuousVerification" - Me.ucrContinuousVerification.Size = New System.Drawing.Size(544, 192) + Me.ucrContinuousVerification.Size = New System.Drawing.Size(569, 196) Me.ucrContinuousVerification.TabIndex = 0 ' 'tbBinary @@ -119,58 +121,65 @@ Partial Class sdgVerificationSummaries ' 'ucrChkHitRate ' + Me.ucrChkHitRate.AutoSize = True Me.ucrChkHitRate.Checked = False Me.ucrChkHitRate.Location = New System.Drawing.Point(6, 19) Me.ucrChkHitRate.Name = "ucrChkHitRate" - Me.ucrChkHitRate.Size = New System.Drawing.Size(136, 20) + Me.ucrChkHitRate.Size = New System.Drawing.Size(136, 23) Me.ucrChkHitRate.TabIndex = 4 ' 'ucrChkFalseAlarmRatio ' + Me.ucrChkFalseAlarmRatio.AutoSize = True Me.ucrChkFalseAlarmRatio.Checked = False Me.ucrChkFalseAlarmRatio.Location = New System.Drawing.Point(6, 79) Me.ucrChkFalseAlarmRatio.Name = "ucrChkFalseAlarmRatio" - Me.ucrChkFalseAlarmRatio.Size = New System.Drawing.Size(118, 20) + Me.ucrChkFalseAlarmRatio.Size = New System.Drawing.Size(118, 23) Me.ucrChkFalseAlarmRatio.TabIndex = 1 ' 'ucrChkBias ' + Me.ucrChkBias.AutoSize = True Me.ucrChkBias.Checked = False Me.ucrChkBias.Location = New System.Drawing.Point(185, 59) Me.ucrChkBias.Name = "ucrChkBias" - Me.ucrChkBias.Size = New System.Drawing.Size(100, 20) + Me.ucrChkBias.Size = New System.Drawing.Size(100, 23) Me.ucrChkBias.TabIndex = 6 ' 'ucrChkHeidkeSkillScore ' + Me.ucrChkHeidkeSkillScore.AutoSize = True Me.ucrChkHeidkeSkillScore.Checked = False Me.ucrChkHeidkeSkillScore.Location = New System.Drawing.Point(185, 19) Me.ucrChkHeidkeSkillScore.Name = "ucrChkHeidkeSkillScore" - Me.ucrChkHeidkeSkillScore.Size = New System.Drawing.Size(100, 20) + Me.ucrChkHeidkeSkillScore.Size = New System.Drawing.Size(100, 23) Me.ucrChkHeidkeSkillScore.TabIndex = 8 ' 'ucrChkEquitableThreatScore ' + Me.ucrChkEquitableThreatScore.AutoSize = True Me.ucrChkEquitableThreatScore.Checked = False Me.ucrChkEquitableThreatScore.Location = New System.Drawing.Point(6, 59) Me.ucrChkEquitableThreatScore.Name = "ucrChkEquitableThreatScore" - Me.ucrChkEquitableThreatScore.Size = New System.Drawing.Size(136, 20) + Me.ucrChkEquitableThreatScore.Size = New System.Drawing.Size(136, 23) Me.ucrChkEquitableThreatScore.TabIndex = 2 ' 'ucrChkPercentCorrect ' + Me.ucrChkPercentCorrect.AutoSize = True Me.ucrChkPercentCorrect.Checked = False Me.ucrChkPercentCorrect.Location = New System.Drawing.Point(185, 39) Me.ucrChkPercentCorrect.Name = "ucrChkPercentCorrect" - Me.ucrChkPercentCorrect.Size = New System.Drawing.Size(100, 20) + Me.ucrChkPercentCorrect.Size = New System.Drawing.Size(100, 23) Me.ucrChkPercentCorrect.TabIndex = 7 ' 'ucrChkThreatScore ' + Me.ucrChkThreatScore.AutoSize = True Me.ucrChkThreatScore.Checked = False Me.ucrChkThreatScore.Location = New System.Drawing.Point(6, 39) Me.ucrChkThreatScore.Name = "ucrChkThreatScore" - Me.ucrChkThreatScore.Size = New System.Drawing.Size(136, 20) + Me.ucrChkThreatScore.Size = New System.Drawing.Size(136, 23) Me.ucrChkThreatScore.TabIndex = 3 ' 'grpExtreme @@ -188,34 +197,38 @@ Partial Class sdgVerificationSummaries ' 'ucrChkSymmetricExtremeDependencyScore ' + Me.ucrChkSymmetricExtremeDependencyScore.AutoSize = True Me.ucrChkSymmetricExtremeDependencyScore.Checked = False Me.ucrChkSymmetricExtremeDependencyScore.Location = New System.Drawing.Point(6, 19) Me.ucrChkSymmetricExtremeDependencyScore.Name = "ucrChkSymmetricExtremeDependencyScore" - Me.ucrChkSymmetricExtremeDependencyScore.Size = New System.Drawing.Size(171, 20) + Me.ucrChkSymmetricExtremeDependencyScore.Size = New System.Drawing.Size(171, 23) Me.ucrChkSymmetricExtremeDependencyScore.TabIndex = 10 ' 'ucrChkExremalDependencyIndex ' + Me.ucrChkExremalDependencyIndex.AutoSize = True Me.ucrChkExremalDependencyIndex.Checked = False Me.ucrChkExremalDependencyIndex.Location = New System.Drawing.Point(185, 45) Me.ucrChkExremalDependencyIndex.Name = "ucrChkExremalDependencyIndex" - Me.ucrChkExremalDependencyIndex.Size = New System.Drawing.Size(181, 20) + Me.ucrChkExremalDependencyIndex.Size = New System.Drawing.Size(181, 23) Me.ucrChkExremalDependencyIndex.TabIndex = 9 ' 'ucrChkExtremeDependencyScore ' + Me.ucrChkExtremeDependencyScore.AutoSize = True Me.ucrChkExtremeDependencyScore.Checked = False Me.ucrChkExtremeDependencyScore.Location = New System.Drawing.Point(6, 45) Me.ucrChkExtremeDependencyScore.Name = "ucrChkExtremeDependencyScore" - Me.ucrChkExtremeDependencyScore.Size = New System.Drawing.Size(171, 20) + Me.ucrChkExtremeDependencyScore.Size = New System.Drawing.Size(171, 23) Me.ucrChkExtremeDependencyScore.TabIndex = 11 ' 'ucrChkSymmetricExtremalDependenceIndex ' + Me.ucrChkSymmetricExtremalDependenceIndex.AutoSize = True Me.ucrChkSymmetricExtremalDependenceIndex.Checked = False Me.ucrChkSymmetricExtremalDependenceIndex.Location = New System.Drawing.Point(185, 19) Me.ucrChkSymmetricExtremalDependenceIndex.Name = "ucrChkSymmetricExtremalDependenceIndex" - Me.ucrChkSymmetricExtremalDependenceIndex.Size = New System.Drawing.Size(179, 20) + Me.ucrChkSymmetricExtremalDependenceIndex.Size = New System.Drawing.Size(179, 23) Me.ucrChkSymmetricExtremalDependenceIndex.TabIndex = 5 ' 'tbCategorical @@ -234,40 +247,44 @@ Partial Class sdgVerificationSummaries ' 'ucrChkCatPercentCorrect ' + Me.ucrChkCatPercentCorrect.AutoSize = True Me.ucrChkCatPercentCorrect.Checked = False Me.ucrChkCatPercentCorrect.Location = New System.Drawing.Point(14, 18) Me.ucrChkCatPercentCorrect.Name = "ucrChkCatPercentCorrect" - Me.ucrChkCatPercentCorrect.Size = New System.Drawing.Size(100, 20) + Me.ucrChkCatPercentCorrect.Size = New System.Drawing.Size(100, 23) Me.ucrChkCatPercentCorrect.TabIndex = 4 ' 'ucrChkCatHeidkeSkillScore ' + Me.ucrChkCatHeidkeSkillScore.AutoSize = True Me.ucrChkCatHeidkeSkillScore.Checked = False Me.ucrChkCatHeidkeSkillScore.Location = New System.Drawing.Point(14, 40) Me.ucrChkCatHeidkeSkillScore.Name = "ucrChkCatHeidkeSkillScore" - Me.ucrChkCatHeidkeSkillScore.Size = New System.Drawing.Size(100, 20) + Me.ucrChkCatHeidkeSkillScore.Size = New System.Drawing.Size(100, 23) Me.ucrChkCatHeidkeSkillScore.TabIndex = 3 ' 'ucrChkCatPierceSkillScore ' + Me.ucrChkCatPierceSkillScore.AutoSize = True Me.ucrChkCatPierceSkillScore.Checked = False Me.ucrChkCatPierceSkillScore.Location = New System.Drawing.Point(135, 18) Me.ucrChkCatPierceSkillScore.Name = "ucrChkCatPierceSkillScore" - Me.ucrChkCatPierceSkillScore.Size = New System.Drawing.Size(100, 20) + Me.ucrChkCatPierceSkillScore.Size = New System.Drawing.Size(100, 23) Me.ucrChkCatPierceSkillScore.TabIndex = 2 ' 'ucrChkGerrityScore ' + Me.ucrChkGerrityScore.AutoSize = True Me.ucrChkGerrityScore.Checked = False Me.ucrChkGerrityScore.Location = New System.Drawing.Point(135, 42) Me.ucrChkGerrityScore.Name = "ucrChkGerrityScore" - Me.ucrChkGerrityScore.Size = New System.Drawing.Size(100, 20) + Me.ucrChkGerrityScore.Size = New System.Drawing.Size(100, 23) Me.ucrChkGerrityScore.TabIndex = 1 ' 'sdgVerificationSummaries ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(578, 300) Me.Controls.Add(Me.tbSummaries) @@ -280,11 +297,16 @@ Partial Class sdgVerificationSummaries Me.Text = "Summaries" Me.tbSummaries.ResumeLayout(False) Me.tbContinuous.ResumeLayout(False) + Me.tbContinuous.PerformLayout() Me.tbBinary.ResumeLayout(False) Me.grpOrdinary.ResumeLayout(False) + Me.grpOrdinary.PerformLayout() Me.grpExtreme.ResumeLayout(False) + Me.grpExtreme.PerformLayout() Me.tbCategorical.ResumeLayout(False) + Me.tbCategorical.PerformLayout() Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/sdgWindrose.Designer.vb b/instat/sdgWindrose.Designer.vb index 8baa8724c48..fc8af154c91 100644 --- a/instat/sdgWindrose.Designer.vb +++ b/instat/sdgWindrose.Designer.vb @@ -38,6 +38,7 @@ Partial Class sdgWindrose 'Do not modify it using the code editor. Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgWindrose)) Me.ucrButtonsSdgWindrose = New instat.ucrButtonsSubdialogue() Me.tbpColours = New System.Windows.Forms.TabPage() Me.grpColours = New System.Windows.Forms.GroupBox() @@ -67,21 +68,14 @@ Partial Class sdgWindrose ' 'ucrButtonsSdgWindrose ' - Me.ucrButtonsSdgWindrose.AutoSize = True - Me.ucrButtonsSdgWindrose.Location = New System.Drawing.Point(106, 207) + resources.ApplyResources(Me.ucrButtonsSdgWindrose, "ucrButtonsSdgWindrose") Me.ucrButtonsSdgWindrose.Name = "ucrButtonsSdgWindrose" - Me.ucrButtonsSdgWindrose.Size = New System.Drawing.Size(224, 30) - Me.ucrButtonsSdgWindrose.TabIndex = 10 ' 'tbpColours ' Me.tbpColours.Controls.Add(Me.grpColours) - Me.tbpColours.Location = New System.Drawing.Point(4, 22) + resources.ApplyResources(Me.tbpColours, "tbpColours") Me.tbpColours.Name = "tbpColours" - Me.tbpColours.Padding = New System.Windows.Forms.Padding(3) - Me.tbpColours.Size = New System.Drawing.Size(350, 158) - Me.tbpColours.TabIndex = 2 - Me.tbpColours.Text = "Colours" Me.tbpColours.UseVisualStyleBackColor = True ' 'grpColours @@ -92,101 +86,60 @@ Partial Class sdgWindrose Me.grpColours.Controls.Add(Me.rdoSequential) Me.grpColours.Controls.Add(Me.rdoDiverging) Me.grpColours.Controls.Add(Me.ucrPnlColourPalette) - Me.grpColours.Location = New System.Drawing.Point(6, 6) + resources.ApplyResources(Me.grpColours, "grpColours") Me.grpColours.Name = "grpColours" - Me.grpColours.Size = New System.Drawing.Size(302, 92) - Me.grpColours.TabIndex = 23 Me.grpColours.TabStop = False - Me.grpColours.Text = "Type of Palette" ' 'lblPalette ' - Me.lblPalette.AutoSize = True - Me.lblPalette.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblPalette.Location = New System.Drawing.Point(22, 64) + resources.ApplyResources(Me.lblPalette, "lblPalette") Me.lblPalette.Name = "lblPalette" - Me.lblPalette.Size = New System.Drawing.Size(43, 13) - Me.lblPalette.TabIndex = 23 - Me.lblPalette.Text = "Palette:" ' 'ucrInputPalettes ' Me.ucrInputPalettes.AddQuotesIfUnrecognised = True - Me.ucrInputPalettes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.ucrInputPalettes, "ucrInputPalettes") Me.ucrInputPalettes.GetSetSelectedIndex = -1 Me.ucrInputPalettes.IsReadOnly = False - Me.ucrInputPalettes.Location = New System.Drawing.Point(71, 60) Me.ucrInputPalettes.Name = "ucrInputPalettes" - Me.ucrInputPalettes.Size = New System.Drawing.Size(146, 26) - Me.ucrInputPalettes.TabIndex = 22 ' 'rdoQualitative ' - Me.rdoQualitative.Appearance = System.Windows.Forms.Appearance.Button + resources.ApplyResources(Me.rdoQualitative, "rdoQualitative") Me.rdoQualitative.BackColor = System.Drawing.SystemColors.Control - Me.rdoQualitative.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None - Me.rdoQualitative.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoQualitative.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoQualitative.FlatAppearance.BorderSize = 2 Me.rdoQualitative.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption - Me.rdoQualitative.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoQualitative.ForeColor = System.Drawing.SystemColors.ActiveCaptionText - Me.rdoQualitative.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoQualitative.Location = New System.Drawing.Point(199, 24) Me.rdoQualitative.Name = "rdoQualitative" - Me.rdoQualitative.Size = New System.Drawing.Size(91, 29) - Me.rdoQualitative.TabIndex = 21 - Me.rdoQualitative.Text = "Qualitative" - Me.rdoQualitative.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoQualitative.UseVisualStyleBackColor = True ' 'rdoSequential ' - Me.rdoSequential.Appearance = System.Windows.Forms.Appearance.Button + resources.ApplyResources(Me.rdoSequential, "rdoSequential") Me.rdoSequential.BackColor = System.Drawing.SystemColors.Control - Me.rdoSequential.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None - Me.rdoSequential.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSequential.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSequential.FlatAppearance.BorderSize = 2 Me.rdoSequential.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption - Me.rdoSequential.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoSequential.ForeColor = System.Drawing.SystemColors.ActiveCaptionText - Me.rdoSequential.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoSequential.Location = New System.Drawing.Point(21, 24) Me.rdoSequential.Name = "rdoSequential" - Me.rdoSequential.Size = New System.Drawing.Size(91, 29) - Me.rdoSequential.TabIndex = 19 - Me.rdoSequential.Text = "Sequential" - Me.rdoSequential.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSequential.UseVisualStyleBackColor = True ' 'rdoDiverging ' - Me.rdoDiverging.Appearance = System.Windows.Forms.Appearance.Button + resources.ApplyResources(Me.rdoDiverging, "rdoDiverging") Me.rdoDiverging.BackColor = System.Drawing.SystemColors.Control - Me.rdoDiverging.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None - Me.rdoDiverging.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDiverging.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDiverging.FlatAppearance.BorderSize = 2 Me.rdoDiverging.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption - Me.rdoDiverging.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDiverging.ForeColor = System.Drawing.SystemColors.ActiveCaptionText - Me.rdoDiverging.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.rdoDiverging.Location = New System.Drawing.Point(110, 24) Me.rdoDiverging.Name = "rdoDiverging" - Me.rdoDiverging.Size = New System.Drawing.Size(91, 29) - Me.rdoDiverging.TabIndex = 20 - Me.rdoDiverging.Text = "Diverging" - Me.rdoDiverging.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDiverging.UseVisualStyleBackColor = True ' 'ucrPnlColourPalette ' - Me.ucrPnlColourPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrPnlColourPalette.Location = New System.Drawing.Point(21, 24) + resources.ApplyResources(Me.ucrPnlColourPalette, "ucrPnlColourPalette") Me.ucrPnlColourPalette.Name = "ucrPnlColourPalette" - Me.ucrPnlColourPalette.Size = New System.Drawing.Size(269, 29) - Me.ucrPnlColourPalette.TabIndex = 18 ' 'tbpOptions ' @@ -200,149 +153,99 @@ Partial Class sdgWindrose Me.tbpOptions.Controls.Add(Me.lblCalmWind) Me.tbpOptions.Controls.Add(Me.lblNoofDirections) Me.tbpOptions.Controls.Add(Me.lblNoOfSpeeds) - Me.tbpOptions.Location = New System.Drawing.Point(4, 22) + resources.ApplyResources(Me.tbpOptions, "tbpOptions") Me.tbpOptions.Name = "tbpOptions" - Me.tbpOptions.Padding = New System.Windows.Forms.Padding(3) - Me.tbpOptions.Size = New System.Drawing.Size(350, 158) - Me.tbpOptions.TabIndex = 1 - Me.tbpOptions.Text = "Windrose Options" Me.tbpOptions.UseVisualStyleBackColor = True ' 'ucrInputSpeedCuts ' Me.ucrInputSpeedCuts.AddQuotesIfUnrecognised = True - Me.ucrInputSpeedCuts.AutoSize = True + resources.ApplyResources(Me.ucrInputSpeedCuts, "ucrInputSpeedCuts") Me.ucrInputSpeedCuts.IsMultiline = False Me.ucrInputSpeedCuts.IsReadOnly = False - Me.ucrInputSpeedCuts.Location = New System.Drawing.Point(102, 90) Me.ucrInputSpeedCuts.Name = "ucrInputSpeedCuts" - Me.ucrInputSpeedCuts.Size = New System.Drawing.Size(109, 21) - Me.ucrInputSpeedCuts.TabIndex = 7 ' 'ucrInputTheme ' Me.ucrInputTheme.AddQuotesIfUnrecognised = True - Me.ucrInputTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.ucrInputTheme, "ucrInputTheme") Me.ucrInputTheme.GetSetSelectedIndex = -1 Me.ucrInputTheme.IsReadOnly = False - Me.ucrInputTheme.Location = New System.Drawing.Point(102, 117) Me.ucrInputTheme.Name = "ucrInputTheme" - Me.ucrInputTheme.Size = New System.Drawing.Size(109, 21) - Me.ucrInputTheme.TabIndex = 9 ' 'ucrNudNoOfDirections ' - Me.ucrNudNoOfDirections.AutoSize = True + resources.ApplyResources(Me.ucrNudNoOfDirections, "ucrNudNoOfDirections") Me.ucrNudNoOfDirections.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfDirections.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudNoOfDirections.Location = New System.Drawing.Point(102, 12) Me.ucrNudNoOfDirections.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNoOfDirections.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfDirections.Name = "ucrNudNoOfDirections" - Me.ucrNudNoOfDirections.Size = New System.Drawing.Size(72, 20) - Me.ucrNudNoOfDirections.TabIndex = 1 Me.ucrNudNoOfDirections.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblTheme ' - Me.lblTheme.AutoSize = True - Me.lblTheme.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblTheme.Location = New System.Drawing.Point(11, 120) + resources.ApplyResources(Me.lblTheme, "lblTheme") Me.lblTheme.Name = "lblTheme" - Me.lblTheme.Size = New System.Drawing.Size(43, 13) - Me.lblTheme.TabIndex = 8 - Me.lblTheme.Text = "Theme:" ' 'ucrNudNoOfSpeeds ' - Me.ucrNudNoOfSpeeds.AutoSize = True + resources.ApplyResources(Me.ucrNudNoOfSpeeds, "ucrNudNoOfSpeeds") Me.ucrNudNoOfSpeeds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudNoOfSpeeds.Location = New System.Drawing.Point(102, 64) Me.ucrNudNoOfSpeeds.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfSpeeds.Name = "ucrNudNoOfSpeeds" - Me.ucrNudNoOfSpeeds.Size = New System.Drawing.Size(72, 20) - Me.ucrNudNoOfSpeeds.TabIndex = 5 Me.ucrNudNoOfSpeeds.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblSpeedCuts ' - Me.lblSpeedCuts.AutoSize = True - Me.lblSpeedCuts.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblSpeedCuts.Location = New System.Drawing.Point(10, 94) + resources.ApplyResources(Me.lblSpeedCuts, "lblSpeedCuts") Me.lblSpeedCuts.Name = "lblSpeedCuts" - Me.lblSpeedCuts.Size = New System.Drawing.Size(65, 13) - Me.lblSpeedCuts.TabIndex = 6 - Me.lblSpeedCuts.Text = "Speed Cuts:" ' 'ucrNudCalmWind ' - Me.ucrNudCalmWind.AutoSize = True + resources.ApplyResources(Me.ucrNudCalmWind, "ucrNudCalmWind") Me.ucrNudCalmWind.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCalmWind.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudCalmWind.Location = New System.Drawing.Point(102, 38) Me.ucrNudCalmWind.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCalmWind.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCalmWind.Name = "ucrNudCalmWind" - Me.ucrNudCalmWind.Size = New System.Drawing.Size(72, 20) - Me.ucrNudCalmWind.TabIndex = 3 Me.ucrNudCalmWind.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblCalmWind ' - Me.lblCalmWind.AutoSize = True - Me.lblCalmWind.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblCalmWind.Location = New System.Drawing.Point(10, 41) + resources.ApplyResources(Me.lblCalmWind, "lblCalmWind") Me.lblCalmWind.Name = "lblCalmWind" - Me.lblCalmWind.Size = New System.Drawing.Size(61, 13) - Me.lblCalmWind.TabIndex = 2 - Me.lblCalmWind.Text = "Calm Wind:" ' 'lblNoofDirections ' - Me.lblNoofDirections.AutoSize = True - Me.lblNoofDirections.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblNoofDirections.Location = New System.Drawing.Point(10, 14) + resources.ApplyResources(Me.lblNoofDirections, "lblNoofDirections") Me.lblNoofDirections.Name = "lblNoofDirections" - Me.lblNoofDirections.Size = New System.Drawing.Size(89, 13) - Me.lblNoofDirections.TabIndex = 0 - Me.lblNoofDirections.Text = "No. of Directions:" ' 'lblNoOfSpeeds ' - Me.lblNoOfSpeeds.AutoSize = True - Me.lblNoOfSpeeds.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblNoOfSpeeds.Location = New System.Drawing.Point(10, 67) + resources.ApplyResources(Me.lblNoOfSpeeds, "lblNoOfSpeeds") Me.lblNoOfSpeeds.Name = "lblNoOfSpeeds" - Me.lblNoOfSpeeds.Size = New System.Drawing.Size(78, 13) - Me.lblNoOfSpeeds.TabIndex = 4 - Me.lblNoOfSpeeds.Text = "No. of Speeds:" ' 'tbpWindRoseOptions ' Me.tbpWindRoseOptions.Controls.Add(Me.tbpOptions) Me.tbpWindRoseOptions.Controls.Add(Me.tbpColours) - Me.tbpWindRoseOptions.Location = New System.Drawing.Point(0, 2) + resources.ApplyResources(Me.tbpWindRoseOptions, "tbpWindRoseOptions") Me.tbpWindRoseOptions.Name = "tbpWindRoseOptions" Me.tbpWindRoseOptions.SelectedIndex = 0 - Me.tbpWindRoseOptions.Size = New System.Drawing.Size(358, 184) - Me.tbpWindRoseOptions.TabIndex = 11 ' 'sdgWindrose ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(384, 239) Me.Controls.Add(Me.tbpWindRoseOptions) Me.Controls.Add(Me.ucrButtonsSdgWindrose) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgWindrose" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Wind Rose" Me.tbpColours.ResumeLayout(False) Me.grpColours.ResumeLayout(False) Me.grpColours.PerformLayout() diff --git a/instat/sdgWindrose.resx b/instat/sdgWindrose.resx index 29dcb1b3a35..b18c2d47f63 100644 --- a/instat/sdgWindrose.resx +++ b/instat/sdgWindrose.resx @@ -117,4 +117,628 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + 106, 207 + + + 224, 30 + + + 10 + + + ucrButtonsSdgWindrose + + + instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 1 + + + True + + + + NoControl + + + 22, 64 + + + 43, 13 + + + 23 + + + Palette: + + + lblPalette + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpColours + + + 0 + + + GrowAndShrink + + + 71, 60 + + + 146, 26 + + + 22 + + + ucrInputPalettes + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpColours + + + 1 + + + Button + + + None + + + MiddleCenter + + + Flat + + + NoControl + + + 199, 24 + + + 91, 29 + + + 21 + + + Qualitative + + + MiddleCenter + + + rdoQualitative + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpColours + + + 2 + + + Button + + + None + + + MiddleCenter + + + Flat + + + NoControl + + + 21, 24 + + + 91, 29 + + + 19 + + + Sequential + + + MiddleCenter + + + rdoSequential + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpColours + + + 3 + + + Button + + + None + + + MiddleCenter + + + Flat + + + NoControl + + + 110, 24 + + + 91, 29 + + + 20 + + + Diverging + + + MiddleCenter + + + rdoDiverging + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpColours + + + 4 + + + GrowAndShrink + + + 21, 24 + + + 269, 29 + + + 18 + + + ucrPnlColourPalette + + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpColours + + + 5 + + + 6, 6 + + + 302, 92 + + + 23 + + + Type of Palette + + + grpColours + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpColours + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 350, 158 + + + 2 + + + Colours + + + tbpColours + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpWindRoseOptions + + + 1 + + + True + + + 102, 90 + + + 109, 21 + + + 7 + + + ucrInputSpeedCuts + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOptions + + + 0 + + + GrowAndShrink + + + 102, 117 + + + 109, 21 + + + 9 + + + ucrInputTheme + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOptions + + + 1 + + + True + + + 102, 12 + + + 72, 20 + + + 1 + + + ucrNudNoOfDirections + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOptions + + + 2 + + + True + + + NoControl + + + 11, 120 + + + 43, 13 + + + 8 + + + Theme: + + + lblTheme + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOptions + + + 3 + + + True + + + 102, 64 + + + 72, 20 + + + 5 + + + ucrNudNoOfSpeeds + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOptions + + + 4 + + + True + + + NoControl + + + 10, 94 + + + 65, 13 + + + 6 + + + Speed Cuts: + + + lblSpeedCuts + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOptions + + + 5 + + + True + + + 102, 38 + + + 72, 20 + + + 3 + + + ucrNudCalmWind + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOptions + + + 6 + + + True + + + NoControl + + + 10, 41 + + + 61, 13 + + + 2 + + + Calm Wind: + + + lblCalmWind + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOptions + + + 7 + + + True + + + NoControl + + + 10, 14 + + + 89, 13 + + + 0 + + + No. of Directions: + + + lblNoofDirections + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOptions + + + 8 + + + True + + + NoControl + + + 10, 67 + + + 78, 13 + + + 4 + + + No. of Speeds: + + + lblNoOfSpeeds + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOptions + + + 9 + + + 4, 22 + + + 3, 3, 3, 3 + + + 350, 158 + + + 1 + + + Windrose Options + + + tbpOptions + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpWindRoseOptions + + + 0 + + + 0, 2 + + + 358, 184 + + + 11 + + + tbpWindRoseOptions + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 96, 96 + + + True + + + 384, 239 + + + CenterScreen + + + Wind Rose + + + sdgWindrose + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file From 80a13123a0a3ee3c00799140bfdbeebe1dccee35 Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:57:25 +0000 Subject: [PATCH 14/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. Includes frmMain --- instat/ImportFromDatabases.Designer.vb | 16 +- instat/ImportFromDatabases.resx | 54 - instat/frmMain.Designer.vb | 2088 ++-- instat/frmMain.resx | 12201 ++++------------------- instat/frmMetaData.designer.vb | 5 +- instat/frmOutputWindow.Designer.vb | 11 +- instat/frmOutputWindow.resx | 123 + instat/frmPackageIssues.Designer.vb | 5 +- instat/frmScript.Designer.vb | 4 +- instat/frmSetupLoading.Designer.vb | 4 +- instat/frmVariables.designer.vb | 5 +- instat/instat.vbproj | 3 + 12 files changed, 3539 insertions(+), 10980 deletions(-) create mode 100644 instat/frmOutputWindow.resx diff --git a/instat/ImportFromDatabases.Designer.vb b/instat/ImportFromDatabases.Designer.vb index ba7b178aca8..39c324eec33 100644 --- a/instat/ImportFromDatabases.Designer.vb +++ b/instat/ImportFromDatabases.Designer.vb @@ -38,24 +38,32 @@ Partial Class dlgImportFromDatabases 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportFromDatabases)) Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 326) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgImportFromDatabases ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(428, 390) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportFromDatabases" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import From Databases" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/ImportFromDatabases.resx b/instat/ImportFromDatabases.resx index 438d629d239..29dcb1b3a35 100644 --- a/instat/ImportFromDatabases.resx +++ b/instat/ImportFromDatabases.resx @@ -117,58 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 326 - - - - 4, 5, 4, 5 - - - 405, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 428, 390 - - - CenterScreen - - - Import From Databases - - - dlgImportFromDatabases - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/frmMain.Designer.vb b/instat/frmMain.Designer.vb index fa5424a3a89..7e70ecd03f9 100644 --- a/instat/frmMain.Designer.vb +++ b/instat/frmMain.Designer.vb @@ -706,1867 +706,2295 @@ Partial Class frmMain ' Me.mnuDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeOneVariable, Me.mnuDescribeTwoVariables, Me.mnuDescribeThreeVariable, Me.mnuDescribeSpecificTablesGraphs, Me.mnuDescribeGeneral, Me.ToolStripSeparator9, Me.mnuDescribeMultivariate, Me.ToolStripSeparator13, Me.mnuDescribeUseGraph, Me.mnuDescribeCombineGraph, Me.mnuDescribeThemes, Me.mnuDescribeViewGraph}) Me.mnuDescribe.Name = "mnuDescribe" - resources.ApplyResources(Me.mnuDescribe, "mnuDescribe") + Me.mnuDescribe.Size = New System.Drawing.Size(64, 20) Me.mnuDescribe.Tag = "Describe" + Me.mnuDescribe.Text = "Describe" ' 'mnuDescribeOneVariable ' Me.mnuDescribeOneVariable.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeOneVariableVisualiseData, Me.ToolStripSeparator72, Me.mnuDescribeOneVariableSummarise, Me.mnuDescribeOneVariableGraph, Me.ToolStripSeparator33, Me.mnuDescribeOneVariableFrequencies, Me.mnuDescribeOneVariableRatingData}) Me.mnuDescribeOneVariable.Name = "mnuDescribeOneVariable" - resources.ApplyResources(Me.mnuDescribeOneVariable, "mnuDescribeOneVariable") + Me.mnuDescribeOneVariable.Size = New System.Drawing.Size(192, 22) Me.mnuDescribeOneVariable.Tag = "One_Variable" + Me.mnuDescribeOneVariable.Text = "One Variable" ' 'mnuDescribeOneVariableVisualiseData ' Me.mnuDescribeOneVariableVisualiseData.Name = "mnuDescribeOneVariableVisualiseData" - resources.ApplyResources(Me.mnuDescribeOneVariableVisualiseData, "mnuDescribeOneVariableVisualiseData") + Me.mnuDescribeOneVariableVisualiseData.Size = New System.Drawing.Size(155, 22) + Me.mnuDescribeOneVariableVisualiseData.Text = "Visualise Data..." ' 'ToolStripSeparator72 ' Me.ToolStripSeparator72.Name = "ToolStripSeparator72" - resources.ApplyResources(Me.ToolStripSeparator72, "ToolStripSeparator72") + Me.ToolStripSeparator72.Size = New System.Drawing.Size(152, 6) ' 'mnuDescribeOneVariableSummarise ' Me.mnuDescribeOneVariableSummarise.Name = "mnuDescribeOneVariableSummarise" - resources.ApplyResources(Me.mnuDescribeOneVariableSummarise, "mnuDescribeOneVariableSummarise") + Me.mnuDescribeOneVariableSummarise.Size = New System.Drawing.Size(155, 22) Me.mnuDescribeOneVariableSummarise.Tag = "Summarise..." + Me.mnuDescribeOneVariableSummarise.Text = "Summarise..." ' 'mnuDescribeOneVariableGraph ' Me.mnuDescribeOneVariableGraph.Name = "mnuDescribeOneVariableGraph" - resources.ApplyResources(Me.mnuDescribeOneVariableGraph, "mnuDescribeOneVariableGraph") + Me.mnuDescribeOneVariableGraph.Size = New System.Drawing.Size(155, 22) Me.mnuDescribeOneVariableGraph.Tag = "Graph..." + Me.mnuDescribeOneVariableGraph.Text = "Graph..." ' 'ToolStripSeparator33 ' Me.ToolStripSeparator33.Name = "ToolStripSeparator33" - resources.ApplyResources(Me.ToolStripSeparator33, "ToolStripSeparator33") + Me.ToolStripSeparator33.Size = New System.Drawing.Size(152, 6) ' 'mnuDescribeOneVariableFrequencies ' Me.mnuDescribeOneVariableFrequencies.Name = "mnuDescribeOneVariableFrequencies" - resources.ApplyResources(Me.mnuDescribeOneVariableFrequencies, "mnuDescribeOneVariableFrequencies") + Me.mnuDescribeOneVariableFrequencies.Size = New System.Drawing.Size(155, 22) + Me.mnuDescribeOneVariableFrequencies.Text = "Frequencies..." ' 'mnuDescribeOneVariableRatingData ' Me.mnuDescribeOneVariableRatingData.Name = "mnuDescribeOneVariableRatingData" - resources.ApplyResources(Me.mnuDescribeOneVariableRatingData, "mnuDescribeOneVariableRatingData") + Me.mnuDescribeOneVariableRatingData.Size = New System.Drawing.Size(155, 22) + Me.mnuDescribeOneVariableRatingData.Text = "Rating Data..." ' 'mnuDescribeTwoVariables ' Me.mnuDescribeTwoVariables.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeTwoVariablesSummarise, Me.mnuDescribeTwoVariablesGraph, Me.ToolStripSeparator34, Me.mnuDescribeTwoVariablesFrequencies, Me.mnuDescribeTwoVariablesPivotTable}) Me.mnuDescribeTwoVariables.Name = "mnuDescribeTwoVariables" - resources.ApplyResources(Me.mnuDescribeTwoVariables, "mnuDescribeTwoVariables") + Me.mnuDescribeTwoVariables.Size = New System.Drawing.Size(192, 22) Me.mnuDescribeTwoVariables.Tag = "Two_Variables" + Me.mnuDescribeTwoVariables.Text = "Two Variables" ' 'mnuDescribeTwoVariablesSummarise ' Me.mnuDescribeTwoVariablesSummarise.DoubleClickEnabled = True Me.mnuDescribeTwoVariablesSummarise.Name = "mnuDescribeTwoVariablesSummarise" - resources.ApplyResources(Me.mnuDescribeTwoVariablesSummarise, "mnuDescribeTwoVariablesSummarise") + Me.mnuDescribeTwoVariablesSummarise.Size = New System.Drawing.Size(146, 22) Me.mnuDescribeTwoVariablesSummarise.Tag = "Summarise..." + Me.mnuDescribeTwoVariablesSummarise.Text = "Summarise..." ' 'mnuDescribeTwoVariablesGraph ' Me.mnuDescribeTwoVariablesGraph.Name = "mnuDescribeTwoVariablesGraph" - resources.ApplyResources(Me.mnuDescribeTwoVariablesGraph, "mnuDescribeTwoVariablesGraph") + Me.mnuDescribeTwoVariablesGraph.Size = New System.Drawing.Size(146, 22) Me.mnuDescribeTwoVariablesGraph.Tag = "Graph..." + Me.mnuDescribeTwoVariablesGraph.Text = "Graph..." ' 'ToolStripSeparator34 ' Me.ToolStripSeparator34.Name = "ToolStripSeparator34" - resources.ApplyResources(Me.ToolStripSeparator34, "ToolStripSeparator34") + Me.ToolStripSeparator34.Size = New System.Drawing.Size(143, 6) ' 'mnuDescribeTwoVariablesFrequencies ' Me.mnuDescribeTwoVariablesFrequencies.DoubleClickEnabled = True Me.mnuDescribeTwoVariablesFrequencies.Name = "mnuDescribeTwoVariablesFrequencies" - resources.ApplyResources(Me.mnuDescribeTwoVariablesFrequencies, "mnuDescribeTwoVariablesFrequencies") + Me.mnuDescribeTwoVariablesFrequencies.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeTwoVariablesFrequencies.Text = "Frequencies..." ' 'mnuDescribeTwoVariablesPivotTable ' Me.mnuDescribeTwoVariablesPivotTable.Name = "mnuDescribeTwoVariablesPivotTable" - resources.ApplyResources(Me.mnuDescribeTwoVariablesPivotTable, "mnuDescribeTwoVariablesPivotTable") + Me.mnuDescribeTwoVariablesPivotTable.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeTwoVariablesPivotTable.Text = "Pivot Table..." ' 'mnuDescribeThreeVariable ' Me.mnuDescribeThreeVariable.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeThreeVariableSummarise, Me.mnuDescribeThreeVariableGraph, Me.ToolStripSeparator36, Me.mnuDescribeThreeVariableFrequencies, Me.mnuDescribeThreeVariablePivotTable}) Me.mnuDescribeThreeVariable.Name = "mnuDescribeThreeVariable" - resources.ApplyResources(Me.mnuDescribeThreeVariable, "mnuDescribeThreeVariable") + Me.mnuDescribeThreeVariable.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeThreeVariable.Text = "Three Variables" ' 'mnuDescribeThreeVariableSummarise ' - resources.ApplyResources(Me.mnuDescribeThreeVariableSummarise, "mnuDescribeThreeVariableSummarise") + Me.mnuDescribeThreeVariableSummarise.Enabled = False Me.mnuDescribeThreeVariableSummarise.Name = "mnuDescribeThreeVariableSummarise" + Me.mnuDescribeThreeVariableSummarise.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeThreeVariableSummarise.Text = "Summarise..." ' 'mnuDescribeThreeVariableGraph ' - resources.ApplyResources(Me.mnuDescribeThreeVariableGraph, "mnuDescribeThreeVariableGraph") + Me.mnuDescribeThreeVariableGraph.Enabled = False Me.mnuDescribeThreeVariableGraph.Name = "mnuDescribeThreeVariableGraph" + Me.mnuDescribeThreeVariableGraph.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeThreeVariableGraph.Text = "Graph..." ' 'ToolStripSeparator36 ' Me.ToolStripSeparator36.Name = "ToolStripSeparator36" - resources.ApplyResources(Me.ToolStripSeparator36, "ToolStripSeparator36") + Me.ToolStripSeparator36.Size = New System.Drawing.Size(143, 6) ' 'mnuDescribeThreeVariableFrequencies ' Me.mnuDescribeThreeVariableFrequencies.Name = "mnuDescribeThreeVariableFrequencies" - resources.ApplyResources(Me.mnuDescribeThreeVariableFrequencies, "mnuDescribeThreeVariableFrequencies") + Me.mnuDescribeThreeVariableFrequencies.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeThreeVariableFrequencies.Text = "Frequencies..." ' 'mnuDescribeThreeVariablePivotTable ' Me.mnuDescribeThreeVariablePivotTable.Name = "mnuDescribeThreeVariablePivotTable" - resources.ApplyResources(Me.mnuDescribeThreeVariablePivotTable, "mnuDescribeThreeVariablePivotTable") + Me.mnuDescribeThreeVariablePivotTable.Size = New System.Drawing.Size(146, 22) + Me.mnuDescribeThreeVariablePivotTable.Text = "Pivot Table..." ' 'mnuDescribeSpecificTablesGraphs ' Me.mnuDescribeSpecificTablesGraphs.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeSpecificFrequency, Me.mnuDescribeSpecificSummary, Me.mnuDescribeSpecificMultipleResponse, Me.ToolStripSeparator26, Me.mnuDescribeSpecificBarPieChart, Me.mnuDescribeSpecificBoxplotJitterViolinPlot, Me.mnuDescribeSpecificHistogramDensityFrequencyPlot, Me.mnuDescribeSpecificPointPlot, Me.mnuDescribeSpecificLineSmoothPlot, Me.mnuDescribeSpecificMapPlot, Me.mnuDescribeSpecificDotPlot, Me.ToolStripSeparator27, Me.mnuDescribeSpecificMosaic, Me.mnuDescribeSpecificCummulativeDistribution, Me.mnuDescribeSpecificParallelCoordinatePlot}) Me.mnuDescribeSpecificTablesGraphs.Name = "mnuDescribeSpecificTablesGraphs" - resources.ApplyResources(Me.mnuDescribeSpecificTablesGraphs, "mnuDescribeSpecificTablesGraphs") + Me.mnuDescribeSpecificTablesGraphs.Size = New System.Drawing.Size(192, 22) Me.mnuDescribeSpecificTablesGraphs.Tag = "Table_Dialogs" + Me.mnuDescribeSpecificTablesGraphs.Text = "Specific Tables/Graphs" ' 'mnuDescribeSpecificFrequency ' Me.mnuDescribeSpecificFrequency.Name = "mnuDescribeSpecificFrequency" - resources.ApplyResources(Me.mnuDescribeSpecificFrequency, "mnuDescribeSpecificFrequency") + Me.mnuDescribeSpecificFrequency.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificFrequency.Tag = "Frequency..." + Me.mnuDescribeSpecificFrequency.Text = "Frequency Tables..." ' 'mnuDescribeSpecificSummary ' Me.mnuDescribeSpecificSummary.Name = "mnuDescribeSpecificSummary" - resources.ApplyResources(Me.mnuDescribeSpecificSummary, "mnuDescribeSpecificSummary") + Me.mnuDescribeSpecificSummary.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificSummary.Tag = "Summary..." + Me.mnuDescribeSpecificSummary.Text = "Summary Tables..." ' 'mnuDescribeSpecificMultipleResponse ' - resources.ApplyResources(Me.mnuDescribeSpecificMultipleResponse, "mnuDescribeSpecificMultipleResponse") + Me.mnuDescribeSpecificMultipleResponse.Enabled = False Me.mnuDescribeSpecificMultipleResponse.Name = "mnuDescribeSpecificMultipleResponse" + Me.mnuDescribeSpecificMultipleResponse.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificMultipleResponse.Tag = "Multiple_Response..." + Me.mnuDescribeSpecificMultipleResponse.Text = "Multiple Response..." + Me.mnuDescribeSpecificMultipleResponse.Visible = False ' 'ToolStripSeparator26 ' Me.ToolStripSeparator26.Name = "ToolStripSeparator26" - resources.ApplyResources(Me.ToolStripSeparator26, "ToolStripSeparator26") + Me.ToolStripSeparator26.Size = New System.Drawing.Size(296, 6) ' 'mnuDescribeSpecificBarPieChart ' Me.mnuDescribeSpecificBarPieChart.Name = "mnuDescribeSpecificBarPieChart" - resources.ApplyResources(Me.mnuDescribeSpecificBarPieChart, "mnuDescribeSpecificBarPieChart") + Me.mnuDescribeSpecificBarPieChart.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificBarPieChart.Tag = "Bar_Chart" + Me.mnuDescribeSpecificBarPieChart.Text = "Bar Chart..." ' 'mnuDescribeSpecificBoxplotJitterViolinPlot ' Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Name = "mnuDescribeSpecificBoxplotJitterViolinPlot" - resources.ApplyResources(Me.mnuDescribeSpecificBoxplotJitterViolinPlot, "mnuDescribeSpecificBoxplotJitterViolinPlot") + Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Tag = "Boxplot..." + Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Text = "Boxplot/Jitter/Violin Plot..." ' 'mnuDescribeSpecificHistogramDensityFrequencyPlot ' Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Name = "mnuDescribeSpecificHistogramDensityFrequencyPlot" - resources.ApplyResources(Me.mnuDescribeSpecificHistogramDensityFrequencyPlot, "mnuDescribeSpecificHistogramDensityFrequencyPlot") + Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Tag = "Histogram..." + Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Text = "Histogram/Density/Frequency Plot..." ' 'mnuDescribeSpecificPointPlot ' Me.mnuDescribeSpecificPointPlot.Name = "mnuDescribeSpecificPointPlot" - resources.ApplyResources(Me.mnuDescribeSpecificPointPlot, "mnuDescribeSpecificPointPlot") + Me.mnuDescribeSpecificPointPlot.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificPointPlot.Tag = "Point_Plot..." + Me.mnuDescribeSpecificPointPlot.Text = "Point (Scatter) Plot..." ' 'mnuDescribeSpecificLineSmoothPlot ' Me.mnuDescribeSpecificLineSmoothPlot.Name = "mnuDescribeSpecificLineSmoothPlot" - resources.ApplyResources(Me.mnuDescribeSpecificLineSmoothPlot, "mnuDescribeSpecificLineSmoothPlot") + Me.mnuDescribeSpecificLineSmoothPlot.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificLineSmoothPlot.Tag = "Line_Plot..." + Me.mnuDescribeSpecificLineSmoothPlot.Text = "Line/Smooth/Dumbbell/Slope Plot..." ' 'mnuDescribeSpecificMapPlot ' Me.mnuDescribeSpecificMapPlot.Name = "mnuDescribeSpecificMapPlot" - resources.ApplyResources(Me.mnuDescribeSpecificMapPlot, "mnuDescribeSpecificMapPlot") + Me.mnuDescribeSpecificMapPlot.Size = New System.Drawing.Size(299, 22) + Me.mnuDescribeSpecificMapPlot.Text = "Map/Choropleth/Contour/Heatmap Plot..." ' 'mnuDescribeSpecificDotPlot ' - resources.ApplyResources(Me.mnuDescribeSpecificDotPlot, "mnuDescribeSpecificDotPlot") + Me.mnuDescribeSpecificDotPlot.Enabled = False Me.mnuDescribeSpecificDotPlot.Name = "mnuDescribeSpecificDotPlot" + Me.mnuDescribeSpecificDotPlot.Size = New System.Drawing.Size(299, 22) Me.mnuDescribeSpecificDotPlot.Tag = "Dotplot..." + Me.mnuDescribeSpecificDotPlot.Text = "Dot Plot..." + Me.mnuDescribeSpecificDotPlot.Visible = False ' 'ToolStripSeparator27 ' Me.ToolStripSeparator27.Name = "ToolStripSeparator27" - resources.ApplyResources(Me.ToolStripSeparator27, "ToolStripSeparator27") + Me.ToolStripSeparator27.Size = New System.Drawing.Size(296, 6) ' 'mnuDescribeSpecificMosaic ' Me.mnuDescribeSpecificMosaic.Name = "mnuDescribeSpecificMosaic" - resources.ApplyResources(Me.mnuDescribeSpecificMosaic, "mnuDescribeSpecificMosaic") + Me.mnuDescribeSpecificMosaic.Size = New System.Drawing.Size(299, 22) + Me.mnuDescribeSpecificMosaic.Text = "Mosaic Plot..." ' 'mnuDescribeSpecificCummulativeDistribution ' Me.mnuDescribeSpecificCummulativeDistribution.Name = "mnuDescribeSpecificCummulativeDistribution" - resources.ApplyResources(Me.mnuDescribeSpecificCummulativeDistribution, "mnuDescribeSpecificCummulativeDistribution") + Me.mnuDescribeSpecificCummulativeDistribution.Size = New System.Drawing.Size(299, 22) + Me.mnuDescribeSpecificCummulativeDistribution.Text = "Cumulative Distribution..." ' 'mnuDescribeSpecificParallelCoordinatePlot ' Me.mnuDescribeSpecificParallelCoordinatePlot.Name = "mnuDescribeSpecificParallelCoordinatePlot" - resources.ApplyResources(Me.mnuDescribeSpecificParallelCoordinatePlot, "mnuDescribeSpecificParallelCoordinatePlot") + Me.mnuDescribeSpecificParallelCoordinatePlot.Size = New System.Drawing.Size(299, 22) + Me.mnuDescribeSpecificParallelCoordinatePlot.Text = "Parallel Coordinate Plot..." ' 'mnuDescribeGeneral ' Me.mnuDescribeGeneral.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeGeneralColumnSummaries, Me.mnuDescribeGeneralTabulation, Me.mnuDescribeGeneralGraphics, Me.ToolStripSeparator38, Me.mnuDescribeGeneralUseSummaries}) Me.mnuDescribeGeneral.Name = "mnuDescribeGeneral" - resources.ApplyResources(Me.mnuDescribeGeneral, "mnuDescribeGeneral") + Me.mnuDescribeGeneral.Size = New System.Drawing.Size(192, 22) Me.mnuDescribeGeneral.Tag = "General" + Me.mnuDescribeGeneral.Text = "General" ' 'mnuDescribeGeneralColumnSummaries ' Me.mnuDescribeGeneralColumnSummaries.Name = "mnuDescribeGeneralColumnSummaries" - resources.ApplyResources(Me.mnuDescribeGeneralColumnSummaries, "mnuDescribeGeneralColumnSummaries") + Me.mnuDescribeGeneralColumnSummaries.Size = New System.Drawing.Size(188, 22) Me.mnuDescribeGeneralColumnSummaries.Tag = "Column_Summaries..." + Me.mnuDescribeGeneralColumnSummaries.Text = "Column Summaries..." ' 'mnuDescribeGeneralTabulation ' - resources.ApplyResources(Me.mnuDescribeGeneralTabulation, "mnuDescribeGeneralTabulation") + Me.mnuDescribeGeneralTabulation.Enabled = False Me.mnuDescribeGeneralTabulation.Name = "mnuDescribeGeneralTabulation" + Me.mnuDescribeGeneralTabulation.Size = New System.Drawing.Size(188, 22) Me.mnuDescribeGeneralTabulation.Tag = "Tabulation..." + Me.mnuDescribeGeneralTabulation.Text = "Tabulation..." + Me.mnuDescribeGeneralTabulation.Visible = False ' 'mnuDescribeGeneralGraphics ' Me.mnuDescribeGeneralGraphics.Name = "mnuDescribeGeneralGraphics" - resources.ApplyResources(Me.mnuDescribeGeneralGraphics, "mnuDescribeGeneralGraphics") + Me.mnuDescribeGeneralGraphics.Size = New System.Drawing.Size(188, 22) Me.mnuDescribeGeneralGraphics.Tag = "Graphics..." + Me.mnuDescribeGeneralGraphics.Text = "Graphics..." ' 'ToolStripSeparator38 ' Me.ToolStripSeparator38.Name = "ToolStripSeparator38" - resources.ApplyResources(Me.ToolStripSeparator38, "ToolStripSeparator38") + Me.ToolStripSeparator38.Size = New System.Drawing.Size(185, 6) ' 'mnuDescribeGeneralUseSummaries ' Me.mnuDescribeGeneralUseSummaries.Name = "mnuDescribeGeneralUseSummaries" - resources.ApplyResources(Me.mnuDescribeGeneralUseSummaries, "mnuDescribeGeneralUseSummaries") + Me.mnuDescribeGeneralUseSummaries.Size = New System.Drawing.Size(188, 22) + Me.mnuDescribeGeneralUseSummaries.Text = "Use Summaries..." ' 'ToolStripSeparator9 ' Me.ToolStripSeparator9.Name = "ToolStripSeparator9" - resources.ApplyResources(Me.ToolStripSeparator9, "ToolStripSeparator9") + Me.ToolStripSeparator9.Size = New System.Drawing.Size(189, 6) ' 'mnuDescribeMultivariate ' Me.mnuDescribeMultivariate.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeMultivariateCorrelations, Me.mnuDescribeMultivariateprincipalComponents, Me.mnuDescribeMultivariateCanonicalCorrelations, Me.mnuDescribeMultivariateClusterAnalysis}) Me.mnuDescribeMultivariate.Name = "mnuDescribeMultivariate" - resources.ApplyResources(Me.mnuDescribeMultivariate, "mnuDescribeMultivariate") + Me.mnuDescribeMultivariate.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeMultivariate.Text = "Multivariate" ' 'mnuDescribeMultivariateCorrelations ' Me.mnuDescribeMultivariateCorrelations.Name = "mnuDescribeMultivariateCorrelations" - resources.ApplyResources(Me.mnuDescribeMultivariateCorrelations, "mnuDescribeMultivariateCorrelations") + Me.mnuDescribeMultivariateCorrelations.Size = New System.Drawing.Size(203, 22) + Me.mnuDescribeMultivariateCorrelations.Text = "Correlations..." ' 'mnuDescribeMultivariateprincipalComponents ' Me.mnuDescribeMultivariateprincipalComponents.Name = "mnuDescribeMultivariateprincipalComponents" - resources.ApplyResources(Me.mnuDescribeMultivariateprincipalComponents, "mnuDescribeMultivariateprincipalComponents") + Me.mnuDescribeMultivariateprincipalComponents.Size = New System.Drawing.Size(203, 22) + Me.mnuDescribeMultivariateprincipalComponents.Text = "Principal Components..." ' 'mnuDescribeMultivariateCanonicalCorrelations ' Me.mnuDescribeMultivariateCanonicalCorrelations.Name = "mnuDescribeMultivariateCanonicalCorrelations" - resources.ApplyResources(Me.mnuDescribeMultivariateCanonicalCorrelations, "mnuDescribeMultivariateCanonicalCorrelations") + Me.mnuDescribeMultivariateCanonicalCorrelations.Size = New System.Drawing.Size(203, 22) + Me.mnuDescribeMultivariateCanonicalCorrelations.Text = "Canonical Correlations..." ' 'mnuDescribeMultivariateClusterAnalysis ' - resources.ApplyResources(Me.mnuDescribeMultivariateClusterAnalysis, "mnuDescribeMultivariateClusterAnalysis") + Me.mnuDescribeMultivariateClusterAnalysis.Enabled = False Me.mnuDescribeMultivariateClusterAnalysis.Name = "mnuDescribeMultivariateClusterAnalysis" + Me.mnuDescribeMultivariateClusterAnalysis.Size = New System.Drawing.Size(203, 22) + Me.mnuDescribeMultivariateClusterAnalysis.Text = "Cluster Analysis..." ' 'ToolStripSeparator13 ' Me.ToolStripSeparator13.Name = "ToolStripSeparator13" - resources.ApplyResources(Me.ToolStripSeparator13, "ToolStripSeparator13") + Me.ToolStripSeparator13.Size = New System.Drawing.Size(189, 6) ' 'mnuDescribeUseGraph ' Me.mnuDescribeUseGraph.Name = "mnuDescribeUseGraph" - resources.ApplyResources(Me.mnuDescribeUseGraph, "mnuDescribeUseGraph") + Me.mnuDescribeUseGraph.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeUseGraph.Text = "Use Graph..." ' 'mnuDescribeCombineGraph ' Me.mnuDescribeCombineGraph.Name = "mnuDescribeCombineGraph" - resources.ApplyResources(Me.mnuDescribeCombineGraph, "mnuDescribeCombineGraph") + Me.mnuDescribeCombineGraph.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeCombineGraph.Text = "Combine Graphs..." ' 'mnuDescribeThemes ' - resources.ApplyResources(Me.mnuDescribeThemes, "mnuDescribeThemes") + Me.mnuDescribeThemes.Enabled = False Me.mnuDescribeThemes.Name = "mnuDescribeThemes" + Me.mnuDescribeThemes.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeThemes.Text = "Themes..." + Me.mnuDescribeThemes.Visible = False ' 'mnuDescribeViewGraph ' Me.mnuDescribeViewGraph.Name = "mnuDescribeViewGraph" - resources.ApplyResources(Me.mnuDescribeViewGraph, "mnuDescribeViewGraph") + Me.mnuDescribeViewGraph.Size = New System.Drawing.Size(192, 22) + Me.mnuDescribeViewGraph.Text = "View Graph..." ' 'mnuModel ' Me.mnuModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelProbabilityDistributions, Me.ToolStripSeparator3, Me.mnuModelFitModel, Me.mnuModelCompareModels, Me.mnuModelUseModel, Me.mnuModelOtherOneVariable, Me.mnuModelOtherTwoVariables, Me.mnuModelOtherThreeVariables, Me.mnuModelOtherGeneral}) Me.mnuModel.Name = "mnuModel" - resources.ApplyResources(Me.mnuModel, "mnuModel") + Me.mnuModel.Size = New System.Drawing.Size(53, 20) Me.mnuModel.Tag = "Model" + Me.mnuModel.Text = "Model" ' 'mnuModelProbabilityDistributions ' Me.mnuModelProbabilityDistributions.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelProbabilityDistributionsShowModel, Me.mnuModelProbabilityDistributionsCompareModels, Me.mnuModelProbabilityDistributionsRandomSamplesUseModel}) Me.mnuModelProbabilityDistributions.Name = "mnuModelProbabilityDistributions" - resources.ApplyResources(Me.mnuModelProbabilityDistributions, "mnuModelProbabilityDistributions") + Me.mnuModelProbabilityDistributions.Size = New System.Drawing.Size(201, 22) Me.mnuModelProbabilityDistributions.Tag = "Probability_Distributions" + Me.mnuModelProbabilityDistributions.Text = "Probability Distributions" ' 'mnuModelProbabilityDistributionsShowModel ' Me.mnuModelProbabilityDistributionsShowModel.Name = "mnuModelProbabilityDistributionsShowModel" - resources.ApplyResources(Me.mnuModelProbabilityDistributionsShowModel, "mnuModelProbabilityDistributionsShowModel") + Me.mnuModelProbabilityDistributionsShowModel.Size = New System.Drawing.Size(178, 22) + Me.mnuModelProbabilityDistributionsShowModel.Text = "Show Model..." ' 'mnuModelProbabilityDistributionsCompareModels ' - resources.ApplyResources(Me.mnuModelProbabilityDistributionsCompareModels, "mnuModelProbabilityDistributionsCompareModels") + Me.mnuModelProbabilityDistributionsCompareModels.Enabled = False Me.mnuModelProbabilityDistributionsCompareModels.Name = "mnuModelProbabilityDistributionsCompareModels" + Me.mnuModelProbabilityDistributionsCompareModels.Size = New System.Drawing.Size(178, 22) Me.mnuModelProbabilityDistributionsCompareModels.Tag = "Show_Models..." + Me.mnuModelProbabilityDistributionsCompareModels.Text = "Compare Models..." ' 'mnuModelProbabilityDistributionsRandomSamplesUseModel ' Me.mnuModelProbabilityDistributionsRandomSamplesUseModel.Name = "mnuModelProbabilityDistributionsRandomSamplesUseModel" - resources.ApplyResources(Me.mnuModelProbabilityDistributionsRandomSamplesUseModel, "mnuModelProbabilityDistributionsRandomSamplesUseModel") + Me.mnuModelProbabilityDistributionsRandomSamplesUseModel.Size = New System.Drawing.Size(178, 22) Me.mnuModelProbabilityDistributionsRandomSamplesUseModel.Tag = "RandomSamples_(Use_Model)..." + Me.mnuModelProbabilityDistributionsRandomSamplesUseModel.Text = "Random Samples ..." ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") + Me.ToolStripSeparator3.Size = New System.Drawing.Size(198, 6) ' 'mnuModelFitModel ' Me.mnuModelFitModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelFitModelOneVariable, Me.mnuModelFitModelTwoVariables, Me.mnuModelFitModelThreeVariables, Me.mnuModelFitModelFourVariables, Me.ToolStripSeparator24, Me.mnuModelFitModelGeneral, Me.mnuModelFitModelMachineLearning, Me.ToolStripSeparator57, Me.mnuModelFitModelHypothesisTestsKeyboard, Me.mnuModelFitModelModelKeyboard}) Me.mnuModelFitModel.Name = "mnuModelFitModel" - resources.ApplyResources(Me.mnuModelFitModel, "mnuModelFitModel") + Me.mnuModelFitModel.Size = New System.Drawing.Size(201, 22) Me.mnuModelFitModel.Tag = "Fit_Model..." + Me.mnuModelFitModel.Text = "Fit Model" ' 'mnuModelFitModelOneVariable ' Me.mnuModelFitModelOneVariable.Name = "mnuModelFitModelOneVariable" - resources.ApplyResources(Me.mnuModelFitModelOneVariable, "mnuModelFitModelOneVariable") + Me.mnuModelFitModelOneVariable.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelOneVariable.Text = "One Variable..." ' 'mnuModelFitModelTwoVariables ' Me.mnuModelFitModelTwoVariables.Name = "mnuModelFitModelTwoVariables" - resources.ApplyResources(Me.mnuModelFitModelTwoVariables, "mnuModelFitModelTwoVariables") + Me.mnuModelFitModelTwoVariables.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelTwoVariables.Text = "Two Variables..." ' 'mnuModelFitModelThreeVariables ' Me.mnuModelFitModelThreeVariables.Name = "mnuModelFitModelThreeVariables" - resources.ApplyResources(Me.mnuModelFitModelThreeVariables, "mnuModelFitModelThreeVariables") + Me.mnuModelFitModelThreeVariables.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelThreeVariables.Text = "Three Variables..." ' 'mnuModelFitModelFourVariables ' Me.mnuModelFitModelFourVariables.Name = "mnuModelFitModelFourVariables" - resources.ApplyResources(Me.mnuModelFitModelFourVariables, "mnuModelFitModelFourVariables") + Me.mnuModelFitModelFourVariables.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelFourVariables.Text = "Four Variables..." ' 'ToolStripSeparator24 ' Me.ToolStripSeparator24.Name = "ToolStripSeparator24" - resources.ApplyResources(Me.ToolStripSeparator24, "ToolStripSeparator24") + Me.ToolStripSeparator24.Size = New System.Drawing.Size(225, 6) ' 'mnuModelFitModelGeneral ' Me.mnuModelFitModelGeneral.Name = "mnuModelFitModelGeneral" - resources.ApplyResources(Me.mnuModelFitModelGeneral, "mnuModelFitModelGeneral") + Me.mnuModelFitModelGeneral.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelGeneral.Text = "General..." ' 'mnuModelFitModelMachineLearning ' - resources.ApplyResources(Me.mnuModelFitModelMachineLearning, "mnuModelFitModelMachineLearning") + Me.mnuModelFitModelMachineLearning.Enabled = False Me.mnuModelFitModelMachineLearning.Name = "mnuModelFitModelMachineLearning" + Me.mnuModelFitModelMachineLearning.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelMachineLearning.Text = "Machine Learning (Caret)..." + Me.mnuModelFitModelMachineLearning.Visible = False ' 'ToolStripSeparator57 ' Me.ToolStripSeparator57.Name = "ToolStripSeparator57" - resources.ApplyResources(Me.ToolStripSeparator57, "ToolStripSeparator57") + Me.ToolStripSeparator57.Size = New System.Drawing.Size(225, 6) ' 'mnuModelFitModelHypothesisTestsKeyboard ' Me.mnuModelFitModelHypothesisTestsKeyboard.Name = "mnuModelFitModelHypothesisTestsKeyboard" - resources.ApplyResources(Me.mnuModelFitModelHypothesisTestsKeyboard, "mnuModelFitModelHypothesisTestsKeyboard") + Me.mnuModelFitModelHypothesisTestsKeyboard.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelHypothesisTestsKeyboard.Text = "Hypothesis Tests Keyboards..." ' 'mnuModelFitModelModelKeyboard ' Me.mnuModelFitModelModelKeyboard.Name = "mnuModelFitModelModelKeyboard" - resources.ApplyResources(Me.mnuModelFitModelModelKeyboard, "mnuModelFitModelModelKeyboard") + Me.mnuModelFitModelModelKeyboard.Size = New System.Drawing.Size(228, 22) + Me.mnuModelFitModelModelKeyboard.Text = "Fit Model Keyboards..." ' 'mnuModelCompareModels ' Me.mnuModelCompareModels.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelCompareModelsOneVariable}) Me.mnuModelCompareModels.Name = "mnuModelCompareModels" - resources.ApplyResources(Me.mnuModelCompareModels, "mnuModelCompareModels") + Me.mnuModelCompareModels.Size = New System.Drawing.Size(201, 22) + Me.mnuModelCompareModels.Text = "Compare Models" ' 'mnuModelCompareModelsOneVariable ' Me.mnuModelCompareModelsOneVariable.Name = "mnuModelCompareModelsOneVariable" - resources.ApplyResources(Me.mnuModelCompareModelsOneVariable, "mnuModelCompareModelsOneVariable") + Me.mnuModelCompareModelsOneVariable.Size = New System.Drawing.Size(149, 22) + Me.mnuModelCompareModelsOneVariable.Text = "One Variable..." ' 'mnuModelUseModel ' Me.mnuModelUseModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelUseModelOneVariable, Me.mnuModelUseModelTwoVariables, Me.ToolStripSeparator59, Me.mnuModelUseModelGlance, Me.mnuModelUseModelTidy, Me.mnuModelUseModelAugment, Me.ToolStripSeparator58, Me.mnuModelUseModelUseModelKeyboard}) Me.mnuModelUseModel.Name = "mnuModelUseModel" - resources.ApplyResources(Me.mnuModelUseModel, "mnuModelUseModel") + Me.mnuModelUseModel.Size = New System.Drawing.Size(201, 22) + Me.mnuModelUseModel.Text = "Use Model" ' 'mnuModelUseModelOneVariable ' Me.mnuModelUseModelOneVariable.Name = "mnuModelUseModelOneVariable" - resources.ApplyResources(Me.mnuModelUseModelOneVariable, "mnuModelUseModelOneVariable") + Me.mnuModelUseModelOneVariable.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelOneVariable.Text = "One Variable..." ' 'mnuModelUseModelTwoVariables ' Me.mnuModelUseModelTwoVariables.Name = "mnuModelUseModelTwoVariables" - resources.ApplyResources(Me.mnuModelUseModelTwoVariables, "mnuModelUseModelTwoVariables") + Me.mnuModelUseModelTwoVariables.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelTwoVariables.Text = "Two Variables..." ' 'ToolStripSeparator59 ' Me.ToolStripSeparator59.Name = "ToolStripSeparator59" - resources.ApplyResources(Me.ToolStripSeparator59, "ToolStripSeparator59") + Me.ToolStripSeparator59.Size = New System.Drawing.Size(194, 6) ' 'mnuModelUseModelGlance ' Me.mnuModelUseModelGlance.Name = "mnuModelUseModelGlance" - resources.ApplyResources(Me.mnuModelUseModelGlance, "mnuModelUseModelGlance") + Me.mnuModelUseModelGlance.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelGlance.Text = "Glance..." ' 'mnuModelUseModelTidy ' Me.mnuModelUseModelTidy.Name = "mnuModelUseModelTidy" - resources.ApplyResources(Me.mnuModelUseModelTidy, "mnuModelUseModelTidy") + Me.mnuModelUseModelTidy.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelTidy.Text = "Tidy..." ' 'mnuModelUseModelAugment ' Me.mnuModelUseModelAugment.Name = "mnuModelUseModelAugment" - resources.ApplyResources(Me.mnuModelUseModelAugment, "mnuModelUseModelAugment") + Me.mnuModelUseModelAugment.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelAugment.Text = "Augment..." ' 'ToolStripSeparator58 ' Me.ToolStripSeparator58.Name = "ToolStripSeparator58" - resources.ApplyResources(Me.ToolStripSeparator58, "ToolStripSeparator58") + Me.ToolStripSeparator58.Size = New System.Drawing.Size(194, 6) ' 'mnuModelUseModelUseModelKeyboard ' Me.mnuModelUseModelUseModelKeyboard.Name = "mnuModelUseModelUseModelKeyboard" - resources.ApplyResources(Me.mnuModelUseModelUseModelKeyboard, "mnuModelUseModelUseModelKeyboard") + Me.mnuModelUseModelUseModelKeyboard.Size = New System.Drawing.Size(197, 22) + Me.mnuModelUseModelUseModelKeyboard.Text = "Use Model Keyboards..." ' 'mnuModelOtherOneVariable ' Me.mnuModelOtherOneVariable.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelOtherOneVariableExactResults, Me.mnuModelOtherOneVariableSampleSummaryData, Me.mnuModelOtherOneVariableNonParametric, Me.mnuModelOtherOneVariableGoodnessofFit}) - resources.ApplyResources(Me.mnuModelOtherOneVariable, "mnuModelOtherOneVariable") + Me.mnuModelOtherOneVariable.Enabled = False Me.mnuModelOtherOneVariable.Name = "mnuModelOtherOneVariable" + Me.mnuModelOtherOneVariable.Size = New System.Drawing.Size(201, 22) Me.mnuModelOtherOneVariable.Tag = "Other_(One_Variable)" + Me.mnuModelOtherOneVariable.Text = "Other (One Variable)" ' 'mnuModelOtherOneVariableExactResults ' Me.mnuModelOtherOneVariableExactResults.Name = "mnuModelOtherOneVariableExactResults" - resources.ApplyResources(Me.mnuModelOtherOneVariableExactResults, "mnuModelOtherOneVariableExactResults") + Me.mnuModelOtherOneVariableExactResults.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherOneVariableExactResults.Tag = "Exact_Results..." + Me.mnuModelOtherOneVariableExactResults.Text = "Exact Results..." ' 'mnuModelOtherOneVariableSampleSummaryData ' - resources.ApplyResources(Me.mnuModelOtherOneVariableSampleSummaryData, "mnuModelOtherOneVariableSampleSummaryData") + Me.mnuModelOtherOneVariableSampleSummaryData.Enabled = False Me.mnuModelOtherOneVariableSampleSummaryData.Name = "mnuModelOtherOneVariableSampleSummaryData" + Me.mnuModelOtherOneVariableSampleSummaryData.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherOneVariableSampleSummaryData.Tag = "Summary_Data..." + Me.mnuModelOtherOneVariableSampleSummaryData.Text = "Summary Data..." ' 'mnuModelOtherOneVariableNonParametric ' - resources.ApplyResources(Me.mnuModelOtherOneVariableNonParametric, "mnuModelOtherOneVariableNonParametric") + Me.mnuModelOtherOneVariableNonParametric.Enabled = False Me.mnuModelOtherOneVariableNonParametric.Name = "mnuModelOtherOneVariableNonParametric" + Me.mnuModelOtherOneVariableNonParametric.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherOneVariableNonParametric.Tag = "Non_Parametric..." + Me.mnuModelOtherOneVariableNonParametric.Text = "Non Parametric..." ' 'mnuModelOtherOneVariableGoodnessofFit ' - resources.ApplyResources(Me.mnuModelOtherOneVariableGoodnessofFit, "mnuModelOtherOneVariableGoodnessofFit") + Me.mnuModelOtherOneVariableGoodnessofFit.Enabled = False Me.mnuModelOtherOneVariableGoodnessofFit.Name = "mnuModelOtherOneVariableGoodnessofFit" + Me.mnuModelOtherOneVariableGoodnessofFit.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherOneVariableGoodnessofFit.Tag = "Goodness_of_Fit" + Me.mnuModelOtherOneVariableGoodnessofFit.Text = "Goodness of Fit..." ' 'mnuModelOtherTwoVariables ' Me.mnuModelOtherTwoVariables.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelOtherTwoVariablesTwoSamples, Me.mnuModelOtherTwoVariablesSummaryData, Me.mnuModelOtherTwoVariablesSimpleRegression, Me.mnuModelOtherTwoVariablesOneWayANOVA, Me.mnuModelOtherTwoVariablesNonParametricTwoSamples, Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA}) - resources.ApplyResources(Me.mnuModelOtherTwoVariables, "mnuModelOtherTwoVariables") + Me.mnuModelOtherTwoVariables.Enabled = False Me.mnuModelOtherTwoVariables.Name = "mnuModelOtherTwoVariables" + Me.mnuModelOtherTwoVariables.Size = New System.Drawing.Size(201, 22) Me.mnuModelOtherTwoVariables.Tag = "Other_(Two_Variables)" + Me.mnuModelOtherTwoVariables.Text = "Other (Two Variables)" ' 'mnuModelOtherTwoVariablesTwoSamples ' - resources.ApplyResources(Me.mnuModelOtherTwoVariablesTwoSamples, "mnuModelOtherTwoVariablesTwoSamples") + Me.mnuModelOtherTwoVariablesTwoSamples.Enabled = False Me.mnuModelOtherTwoVariablesTwoSamples.Name = "mnuModelOtherTwoVariablesTwoSamples" + Me.mnuModelOtherTwoVariablesTwoSamples.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesTwoSamples.Tag = "Two_Samples..." + Me.mnuModelOtherTwoVariablesTwoSamples.Text = "Two Samples..." ' 'mnuModelOtherTwoVariablesSummaryData ' - resources.ApplyResources(Me.mnuModelOtherTwoVariablesSummaryData, "mnuModelOtherTwoVariablesSummaryData") + Me.mnuModelOtherTwoVariablesSummaryData.Enabled = False Me.mnuModelOtherTwoVariablesSummaryData.Name = "mnuModelOtherTwoVariablesSummaryData" + Me.mnuModelOtherTwoVariablesSummaryData.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesSummaryData.Tag = "Summary_Data..." + Me.mnuModelOtherTwoVariablesSummaryData.Text = "Summary Data..." ' 'mnuModelOtherTwoVariablesSimpleRegression ' Me.mnuModelOtherTwoVariablesSimpleRegression.Name = "mnuModelOtherTwoVariablesSimpleRegression" - resources.ApplyResources(Me.mnuModelOtherTwoVariablesSimpleRegression, "mnuModelOtherTwoVariablesSimpleRegression") + Me.mnuModelOtherTwoVariablesSimpleRegression.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesSimpleRegression.Tag = "Simple_Regression..." + Me.mnuModelOtherTwoVariablesSimpleRegression.Text = "Simple Regression..." ' 'mnuModelOtherTwoVariablesOneWayANOVA ' Me.mnuModelOtherTwoVariablesOneWayANOVA.Name = "mnuModelOtherTwoVariablesOneWayANOVA" - resources.ApplyResources(Me.mnuModelOtherTwoVariablesOneWayANOVA, "mnuModelOtherTwoVariablesOneWayANOVA") + Me.mnuModelOtherTwoVariablesOneWayANOVA.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesOneWayANOVA.Tag = "One_Way_ANOVA..." + Me.mnuModelOtherTwoVariablesOneWayANOVA.Text = "One Way ANOVA..." ' 'mnuModelOtherTwoVariablesNonParametricTwoSamples ' - resources.ApplyResources(Me.mnuModelOtherTwoVariablesNonParametricTwoSamples, "mnuModelOtherTwoVariablesNonParametricTwoSamples") + Me.mnuModelOtherTwoVariablesNonParametricTwoSamples.Enabled = False Me.mnuModelOtherTwoVariablesNonParametricTwoSamples.Name = "mnuModelOtherTwoVariablesNonParametricTwoSamples" + Me.mnuModelOtherTwoVariablesNonParametricTwoSamples.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesNonParametricTwoSamples.Tag = "Non_Parameteric_Two_Samples..." + Me.mnuModelOtherTwoVariablesNonParametricTwoSamples.Text = "Non Parametric Two Samples..." ' 'mnuModelOtherTwoVariablesNonParametricOneWayANOVA ' Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA.Name = "mnuModelOtherTwoVariablesNonParametricOneWayANOVA" - resources.ApplyResources(Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA, "mnuModelOtherTwoVariablesNonParametricOneWayANOVA") + Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA.Size = New System.Drawing.Size(266, 22) Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA.Tag = "Non_Parameteric_One_Way_ANOVA..." + Me.mnuModelOtherTwoVariablesNonParametricOneWayANOVA.Text = "Non Parameteric One Way ANOVA..." ' 'mnuModelOtherThreeVariables ' Me.mnuModelOtherThreeVariables.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelOtherThreeVariablesSimpleWithGroups, Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA, Me.mnuModelOtherThreeVariablesChisquareTest}) - resources.ApplyResources(Me.mnuModelOtherThreeVariables, "mnuModelOtherThreeVariables") + Me.mnuModelOtherThreeVariables.Enabled = False Me.mnuModelOtherThreeVariables.Name = "mnuModelOtherThreeVariables" + Me.mnuModelOtherThreeVariables.Size = New System.Drawing.Size(201, 22) Me.mnuModelOtherThreeVariables.Tag = "Other_(Three_Variable)" + Me.mnuModelOtherThreeVariables.Text = "Other (Three Variable)" ' 'mnuModelOtherThreeVariablesSimpleWithGroups ' - resources.ApplyResources(Me.mnuModelOtherThreeVariablesSimpleWithGroups, "mnuModelOtherThreeVariablesSimpleWithGroups") + Me.mnuModelOtherThreeVariablesSimpleWithGroups.Enabled = False Me.mnuModelOtherThreeVariablesSimpleWithGroups.Name = "mnuModelOtherThreeVariablesSimpleWithGroups" + Me.mnuModelOtherThreeVariablesSimpleWithGroups.Size = New System.Drawing.Size(259, 22) Me.mnuModelOtherThreeVariablesSimpleWithGroups.Tag = "Simple_with_groups..." + Me.mnuModelOtherThreeVariablesSimpleWithGroups.Text = "Simple With Groups..." ' 'mnuModelOtherThreeVariablesNonParametricTwoWayANOVA ' Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA.Name = "mnuModelOtherThreeVariablesNonParametricTwoWayANOVA" - resources.ApplyResources(Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA, "mnuModelOtherThreeVariablesNonParametricTwoWayANOVA") + Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA.Size = New System.Drawing.Size(259, 22) Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA.Tag = "Non_Parametric_Two_Way_ANOVA..." + Me.mnuModelOtherThreeVariablesNonParametricTwoWayANOVA.Text = "Non Parametric Two Way ANOVA..." ' 'mnuModelOtherThreeVariablesChisquareTest ' Me.mnuModelOtherThreeVariablesChisquareTest.Name = "mnuModelOtherThreeVariablesChisquareTest" - resources.ApplyResources(Me.mnuModelOtherThreeVariablesChisquareTest, "mnuModelOtherThreeVariablesChisquareTest") + Me.mnuModelOtherThreeVariablesChisquareTest.Size = New System.Drawing.Size(259, 22) Me.mnuModelOtherThreeVariablesChisquareTest.Tag = "Chi-square_Test" + Me.mnuModelOtherThreeVariablesChisquareTest.Text = "Chi-square Test..." ' 'mnuModelOtherGeneral ' Me.mnuModelOtherGeneral.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuModelOtherGeneralANOVAGeneral, Me.mnuModelOtherGeneralRegression, Me.mnuModelOtherGeneralLogLinear}) - resources.ApplyResources(Me.mnuModelOtherGeneral, "mnuModelOtherGeneral") + Me.mnuModelOtherGeneral.Enabled = False Me.mnuModelOtherGeneral.Name = "mnuModelOtherGeneral" + Me.mnuModelOtherGeneral.Size = New System.Drawing.Size(201, 22) Me.mnuModelOtherGeneral.Tag = "Other_(General)" + Me.mnuModelOtherGeneral.Text = "Other (General)" ' 'mnuModelOtherGeneralANOVAGeneral ' - resources.ApplyResources(Me.mnuModelOtherGeneralANOVAGeneral, "mnuModelOtherGeneralANOVAGeneral") + Me.mnuModelOtherGeneralANOVAGeneral.Enabled = False Me.mnuModelOtherGeneralANOVAGeneral.Name = "mnuModelOtherGeneralANOVAGeneral" + Me.mnuModelOtherGeneralANOVAGeneral.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherGeneralANOVAGeneral.Tag = "ANOVA_General..." + Me.mnuModelOtherGeneralANOVAGeneral.Text = "ANOVA General..." ' 'mnuModelOtherGeneralRegression ' - resources.ApplyResources(Me.mnuModelOtherGeneralRegression, "mnuModelOtherGeneralRegression") + Me.mnuModelOtherGeneralRegression.Enabled = False Me.mnuModelOtherGeneralRegression.Name = "mnuModelOtherGeneralRegression" + Me.mnuModelOtherGeneralRegression.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherGeneralRegression.Tag = "Regression..." + Me.mnuModelOtherGeneralRegression.Text = "Regression..." ' 'mnuModelOtherGeneralLogLinear ' - resources.ApplyResources(Me.mnuModelOtherGeneralLogLinear, "mnuModelOtherGeneralLogLinear") + Me.mnuModelOtherGeneralLogLinear.Enabled = False Me.mnuModelOtherGeneralLogLinear.Name = "mnuModelOtherGeneralLogLinear" + Me.mnuModelOtherGeneralLogLinear.Size = New System.Drawing.Size(166, 22) Me.mnuModelOtherGeneralLogLinear.Tag = "Log_Linear" + Me.mnuModelOtherGeneralLogLinear.Text = "Log Linear..." ' 'mnuClimaticExamine ' - resources.ApplyResources(Me.mnuClimaticExamine, "mnuClimaticExamine") + Me.mnuClimaticExamine.Enabled = False Me.mnuClimaticExamine.Name = "mnuClimaticExamine" + Me.mnuClimaticExamine.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticExamine.Tag = "Examine" + Me.mnuClimaticExamine.Text = "Examine..." + Me.mnuClimaticExamine.Visible = False ' 'mnuClimaticProcess ' - resources.ApplyResources(Me.mnuClimaticProcess, "mnuClimaticProcess") + Me.mnuClimaticProcess.Enabled = False Me.mnuClimaticProcess.Name = "mnuClimaticProcess" + Me.mnuClimaticProcess.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticProcess.Tag = "Process" + Me.mnuClimaticProcess.Text = "Process..." + Me.mnuClimaticProcess.Visible = False ' 'mnuClimaticEvaporation ' Me.mnuClimaticEvaporation.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticEvaporationSite, Me.mnuClimaticEvaporationPenman}) Me.mnuClimaticEvaporation.Name = "mnuClimaticEvaporation" - resources.ApplyResources(Me.mnuClimaticEvaporation, "mnuClimaticEvaporation") + Me.mnuClimaticEvaporation.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticEvaporation.Tag = "Evaporation" + Me.mnuClimaticEvaporation.Text = "Evaporation" + Me.mnuClimaticEvaporation.Visible = False ' 'mnuClimaticEvaporationSite ' - resources.ApplyResources(Me.mnuClimaticEvaporationSite, "mnuClimaticEvaporationSite") + Me.mnuClimaticEvaporationSite.Enabled = False Me.mnuClimaticEvaporationSite.Name = "mnuClimaticEvaporationSite" + Me.mnuClimaticEvaporationSite.Size = New System.Drawing.Size(127, 22) Me.mnuClimaticEvaporationSite.Tag = "Site" + Me.mnuClimaticEvaporationSite.Text = "Site..." ' 'mnuClimaticEvaporationPenman ' - resources.ApplyResources(Me.mnuClimaticEvaporationPenman, "mnuClimaticEvaporationPenman") + Me.mnuClimaticEvaporationPenman.Enabled = False Me.mnuClimaticEvaporationPenman.Name = "mnuClimaticEvaporationPenman" + Me.mnuClimaticEvaporationPenman.Size = New System.Drawing.Size(127, 22) Me.mnuClimaticEvaporationPenman.Tag = "Penman" + Me.mnuClimaticEvaporationPenman.Text = "Penman..." ' 'mnuClimaticCrop ' Me.mnuClimaticCrop.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticCropCropCoefficients, Me.mnuClimaticCropWaterSatisfactionIndex}) Me.mnuClimaticCrop.Name = "mnuClimaticCrop" - resources.ApplyResources(Me.mnuClimaticCrop, "mnuClimaticCrop") + Me.mnuClimaticCrop.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticCrop.Tag = "Crop" + Me.mnuClimaticCrop.Text = "Crop" + Me.mnuClimaticCrop.Visible = False ' 'mnuClimaticCropCropCoefficients ' - resources.ApplyResources(Me.mnuClimaticCropCropCoefficients, "mnuClimaticCropCropCoefficients") + Me.mnuClimaticCropCropCoefficients.Enabled = False Me.mnuClimaticCropCropCoefficients.Name = "mnuClimaticCropCropCoefficients" + Me.mnuClimaticCropCropCoefficients.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCropCropCoefficients.Text = "Crop Coefficients..." ' 'mnuClimaticCropWaterSatisfactionIndex ' - resources.ApplyResources(Me.mnuClimaticCropWaterSatisfactionIndex, "mnuClimaticCropWaterSatisfactionIndex") + Me.mnuClimaticCropWaterSatisfactionIndex.Enabled = False Me.mnuClimaticCropWaterSatisfactionIndex.Name = "mnuClimaticCropWaterSatisfactionIndex" + Me.mnuClimaticCropWaterSatisfactionIndex.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCropWaterSatisfactionIndex.Text = "Water Satisfaction Index..." ' 'mnuClimaticHeatSum ' - resources.ApplyResources(Me.mnuClimaticHeatSum, "mnuClimaticHeatSum") + Me.mnuClimaticHeatSum.Enabled = False Me.mnuClimaticHeatSum.Name = "mnuClimaticHeatSum" + Me.mnuClimaticHeatSum.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticHeatSum.Tag = "Heat_Sum" + Me.mnuClimaticHeatSum.Text = "Heat Sum..." + Me.mnuClimaticHeatSum.Visible = False ' 'mnuView ' Me.mnuView.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuViewDataView, Me.mnuViewOutputWindow, Me.mnuViewLog, Me.mnuViewScriptWindow, Me.mnuViewColumnMetadata, Me.mnuViewDataFrameMetadata, Me.ToolStripSeparator22, Me.mnuViewStructuredMenu, Me.mnuViewClimaticMenu, Me.mnuViewProcurementMenu, Me.mnuViewOptionsByContextMenu, Me.ToolStripSeparator39, Me.mnuViewResetToDefaultLayout, Me.mnuViewSwapDataAndMetadata}) Me.mnuView.Name = "mnuView" - resources.ApplyResources(Me.mnuView, "mnuView") + Me.mnuView.Size = New System.Drawing.Size(44, 20) Me.mnuView.Tag = "View" + Me.mnuView.Text = "View" ' 'mnuViewDataView ' Me.mnuViewDataView.Name = "mnuViewDataView" - resources.ApplyResources(Me.mnuViewDataView, "mnuViewDataView") + Me.mnuViewDataView.Size = New System.Drawing.Size(211, 22) Me.mnuViewDataView.Tag = "Data_View" + Me.mnuViewDataView.Text = "Data View" ' 'mnuViewOutputWindow ' Me.mnuViewOutputWindow.Name = "mnuViewOutputWindow" - resources.ApplyResources(Me.mnuViewOutputWindow, "mnuViewOutputWindow") + Me.mnuViewOutputWindow.Size = New System.Drawing.Size(211, 22) + Me.mnuViewOutputWindow.Text = "Output Window" ' 'mnuViewLog ' Me.mnuViewLog.Name = "mnuViewLog" - resources.ApplyResources(Me.mnuViewLog, "mnuViewLog") + Me.mnuViewLog.Size = New System.Drawing.Size(211, 22) Me.mnuViewLog.Tag = "Log" + Me.mnuViewLog.Text = "Log Window" ' 'mnuViewScriptWindow ' Me.mnuViewScriptWindow.Name = "mnuViewScriptWindow" - resources.ApplyResources(Me.mnuViewScriptWindow, "mnuViewScriptWindow") + Me.mnuViewScriptWindow.Size = New System.Drawing.Size(211, 22) Me.mnuViewScriptWindow.Tag = "Script_Window" + Me.mnuViewScriptWindow.Text = "Script Window" ' 'mnuViewColumnMetadata ' Me.mnuViewColumnMetadata.Name = "mnuViewColumnMetadata" - resources.ApplyResources(Me.mnuViewColumnMetadata, "mnuViewColumnMetadata") + Me.mnuViewColumnMetadata.Size = New System.Drawing.Size(211, 22) Me.mnuViewColumnMetadata.Tag = "Column_Metadata" + Me.mnuViewColumnMetadata.Text = "Column Metadata" ' 'mnuViewDataFrameMetadata ' Me.mnuViewDataFrameMetadata.Name = "mnuViewDataFrameMetadata" - resources.ApplyResources(Me.mnuViewDataFrameMetadata, "mnuViewDataFrameMetadata") + Me.mnuViewDataFrameMetadata.Size = New System.Drawing.Size(211, 22) Me.mnuViewDataFrameMetadata.Tag = "Data_Frame_Metadata" + Me.mnuViewDataFrameMetadata.Text = "Data Frame Metadata" ' 'ToolStripSeparator22 ' Me.ToolStripSeparator22.Name = "ToolStripSeparator22" - resources.ApplyResources(Me.ToolStripSeparator22, "ToolStripSeparator22") + Me.ToolStripSeparator22.Size = New System.Drawing.Size(208, 6) ' 'mnuViewStructuredMenu ' Me.mnuViewStructuredMenu.Name = "mnuViewStructuredMenu" - resources.ApplyResources(Me.mnuViewStructuredMenu, "mnuViewStructuredMenu") + Me.mnuViewStructuredMenu.Size = New System.Drawing.Size(211, 22) + Me.mnuViewStructuredMenu.Text = "Structured Menu" ' 'mnuViewClimaticMenu ' Me.mnuViewClimaticMenu.Name = "mnuViewClimaticMenu" - resources.ApplyResources(Me.mnuViewClimaticMenu, "mnuViewClimaticMenu") + Me.mnuViewClimaticMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewClimaticMenu.Tag = "" + Me.mnuViewClimaticMenu.Text = "Climatic Menu" ' 'mnuViewProcurementMenu ' Me.mnuViewProcurementMenu.Name = "mnuViewProcurementMenu" - resources.ApplyResources(Me.mnuViewProcurementMenu, "mnuViewProcurementMenu") + Me.mnuViewProcurementMenu.Size = New System.Drawing.Size(211, 22) Me.mnuViewProcurementMenu.Tag = "" + Me.mnuViewProcurementMenu.Text = "Procurement Menu" ' 'mnuViewOptionsByContextMenu ' Me.mnuViewOptionsByContextMenu.Name = "mnuViewOptionsByContextMenu" - resources.ApplyResources(Me.mnuViewOptionsByContextMenu, "mnuViewOptionsByContextMenu") + Me.mnuViewOptionsByContextMenu.Size = New System.Drawing.Size(211, 22) + Me.mnuViewOptionsByContextMenu.Text = "Options by Context Menu" ' 'ToolStripSeparator39 ' Me.ToolStripSeparator39.Name = "ToolStripSeparator39" - resources.ApplyResources(Me.ToolStripSeparator39, "ToolStripSeparator39") + Me.ToolStripSeparator39.Size = New System.Drawing.Size(208, 6) ' 'mnuViewResetToDefaultLayout ' Me.mnuViewResetToDefaultLayout.Name = "mnuViewResetToDefaultLayout" - resources.ApplyResources(Me.mnuViewResetToDefaultLayout, "mnuViewResetToDefaultLayout") + Me.mnuViewResetToDefaultLayout.Size = New System.Drawing.Size(211, 22) + Me.mnuViewResetToDefaultLayout.Text = "Reset to Default Layout" ' 'mnuViewSwapDataAndMetadata ' Me.mnuViewSwapDataAndMetadata.Name = "mnuViewSwapDataAndMetadata" - resources.ApplyResources(Me.mnuViewSwapDataAndMetadata, "mnuViewSwapDataAndMetadata") + Me.mnuViewSwapDataAndMetadata.Size = New System.Drawing.Size(211, 22) + Me.mnuViewSwapDataAndMetadata.Text = "Swap Data and Metadata" ' 'mnuHelp ' Me.mnuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelpHelpIntroduction, Me.mnuHelpHistFAQ, Me.mnuHelpGetingStarted, Me.ToolStripSeparator28, Me.mnuHelpWindows, Me.mnuHelpDataViewSpreadsheet, Me.mnuHelpMenus, Me.mnuHelpAboutR, Me.mnuHelpRPackagesCommands, Me.mnuHelpDataset, Me.ToolStripSeparator29, Me.mnuHelpGuide, Me.mnuHelpAboutRInstat, Me.mnuHelpLicence, Me.mnuHelpAcknowledgments}) Me.mnuHelp.Name = "mnuHelp" - resources.ApplyResources(Me.mnuHelp, "mnuHelp") + Me.mnuHelp.Size = New System.Drawing.Size(44, 20) Me.mnuHelp.Tag = "Help" + Me.mnuHelp.Text = "Help" ' 'mnuHelpHelpIntroduction ' Me.mnuHelpHelpIntroduction.Name = "mnuHelpHelpIntroduction" - resources.ApplyResources(Me.mnuHelpHelpIntroduction, "mnuHelpHelpIntroduction") + Me.mnuHelpHelpIntroduction.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpHelpIntroduction.Text = "Introduction" ' 'mnuHelpHistFAQ ' Me.mnuHelpHistFAQ.Name = "mnuHelpHistFAQ" - resources.ApplyResources(Me.mnuHelpHistFAQ, "mnuHelpHistFAQ") + Me.mnuHelpHistFAQ.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpHistFAQ.Text = "History and FAQ" ' 'mnuHelpGetingStarted ' Me.mnuHelpGetingStarted.Name = "mnuHelpGetingStarted" - resources.ApplyResources(Me.mnuHelpGetingStarted, "mnuHelpGetingStarted") + Me.mnuHelpGetingStarted.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpGetingStarted.Text = "Getting Started" ' 'ToolStripSeparator28 ' Me.ToolStripSeparator28.Name = "ToolStripSeparator28" - resources.ApplyResources(Me.ToolStripSeparator28, "ToolStripSeparator28") + Me.ToolStripSeparator28.Size = New System.Drawing.Size(227, 6) ' 'mnuHelpWindows ' Me.mnuHelpWindows.Name = "mnuHelpWindows" - resources.ApplyResources(Me.mnuHelpWindows, "mnuHelpWindows") + Me.mnuHelpWindows.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpWindows.Text = "Windows" ' 'mnuHelpDataViewSpreadsheet ' Me.mnuHelpDataViewSpreadsheet.Name = "mnuHelpDataViewSpreadsheet" - resources.ApplyResources(Me.mnuHelpDataViewSpreadsheet, "mnuHelpDataViewSpreadsheet") + Me.mnuHelpDataViewSpreadsheet.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpDataViewSpreadsheet.Text = "Data View (Spreadsheet)" ' 'mnuHelpMenus ' Me.mnuHelpMenus.Name = "mnuHelpMenus" - resources.ApplyResources(Me.mnuHelpMenus, "mnuHelpMenus") + Me.mnuHelpMenus.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpMenus.Text = "Menus and Dialogs" ' 'mnuHelpAboutR ' Me.mnuHelpAboutR.Name = "mnuHelpAboutR" - resources.ApplyResources(Me.mnuHelpAboutR, "mnuHelpAboutR") + Me.mnuHelpAboutR.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpAboutR.Text = "About R" ' 'mnuHelpRPackagesCommands ' Me.mnuHelpRPackagesCommands.Name = "mnuHelpRPackagesCommands" - resources.ApplyResources(Me.mnuHelpRPackagesCommands, "mnuHelpRPackagesCommands") + Me.mnuHelpRPackagesCommands.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpRPackagesCommands.Text = "R Packages and Commands..." ' 'mnuHelpDataset ' Me.mnuHelpDataset.Name = "mnuHelpDataset" - resources.ApplyResources(Me.mnuHelpDataset, "mnuHelpDataset") + Me.mnuHelpDataset.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpDataset.Text = "Datasets" ' 'ToolStripSeparator29 ' Me.ToolStripSeparator29.Name = "ToolStripSeparator29" - resources.ApplyResources(Me.ToolStripSeparator29, "ToolStripSeparator29") + Me.ToolStripSeparator29.Size = New System.Drawing.Size(227, 6) ' 'mnuHelpGuide ' Me.mnuHelpGuide.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelpGuidesCaseStudy, Me.mnuHelpGuideGlosary, Me.mnuhelpGuidesMore}) Me.mnuHelpGuide.Name = "mnuHelpGuide" - resources.ApplyResources(Me.mnuHelpGuide, "mnuHelpGuide") + Me.mnuHelpGuide.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpGuide.Text = "Guides" ' 'mnuHelpGuidesCaseStudy ' Me.mnuHelpGuidesCaseStudy.Name = "mnuHelpGuidesCaseStudy" - resources.ApplyResources(Me.mnuHelpGuidesCaseStudy, "mnuHelpGuidesCaseStudy") + Me.mnuHelpGuidesCaseStudy.Size = New System.Drawing.Size(166, 22) + Me.mnuHelpGuidesCaseStudy.Text = "Case Study Guide" ' 'mnuHelpGuideGlosary ' Me.mnuHelpGuideGlosary.Name = "mnuHelpGuideGlosary" - resources.ApplyResources(Me.mnuHelpGuideGlosary, "mnuHelpGuideGlosary") + Me.mnuHelpGuideGlosary.Size = New System.Drawing.Size(166, 22) + Me.mnuHelpGuideGlosary.Text = "Glossary" ' 'mnuhelpGuidesMore ' - resources.ApplyResources(Me.mnuhelpGuidesMore, "mnuhelpGuidesMore") + Me.mnuhelpGuidesMore.Enabled = False Me.mnuhelpGuidesMore.Name = "mnuhelpGuidesMore" + Me.mnuhelpGuidesMore.Size = New System.Drawing.Size(166, 22) + Me.mnuhelpGuidesMore.Text = "More..." ' 'mnuHelpAboutRInstat ' - resources.ApplyResources(Me.mnuHelpAboutRInstat, "mnuHelpAboutRInstat") + Me.mnuHelpAboutRInstat.Enabled = False Me.mnuHelpAboutRInstat.Name = "mnuHelpAboutRInstat" + Me.mnuHelpAboutRInstat.Size = New System.Drawing.Size(230, 22) Me.mnuHelpAboutRInstat.Tag = "About_R-Instat" + Me.mnuHelpAboutRInstat.Text = "About R-Instat" ' 'mnuHelpLicence ' Me.mnuHelpLicence.Name = "mnuHelpLicence" - resources.ApplyResources(Me.mnuHelpLicence, "mnuHelpLicence") + Me.mnuHelpLicence.Size = New System.Drawing.Size(230, 22) Me.mnuHelpLicence.Tag = "Licence..." + Me.mnuHelpLicence.Text = "Licence..." ' 'mnuHelpAcknowledgments ' Me.mnuHelpAcknowledgments.Name = "mnuHelpAcknowledgments" - resources.ApplyResources(Me.mnuHelpAcknowledgments, "mnuHelpAcknowledgments") + Me.mnuHelpAcknowledgments.Size = New System.Drawing.Size(230, 22) + Me.mnuHelpAcknowledgments.Text = "Acknowledgements" ' 'ToolStripSeparator16 ' Me.ToolStripSeparator16.Name = "ToolStripSeparator16" - resources.ApplyResources(Me.ToolStripSeparator16, "ToolStripSeparator16") + Me.ToolStripSeparator16.Size = New System.Drawing.Size(209, 6) ' 'mnuClimatic ' Me.mnuClimatic.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticFile, Me.ToolStripSeparator18, Me.mnuClimaticTidyandExamine, Me.mnuClimaticDates, Me.mnuClimaticDefineClimaticData, Me.mnuClimaticCheckData, Me.mnuClimaticPrepare, Me.ToolStripSeparator30, Me.mnuClimaticDescribe, Me.mnuClimaticNCMP, Me.mnuClimaticPICSA, Me.mnuCMSAF, Me.mnuClimaticCompare, Me.mnuClimaticMapping, Me.ToolStripSeparator16, Me.mnuClimaticModel, Me.mnuClimaticExamine, Me.mnuClimaticProcess, Me.ToolStripSeparator23, Me.mnuClimaticSCF, Me.mnuClimaticEvaporation, Me.mnuClimaticCrop, Me.mnuClimaticHeatSum, Me.mnuClimaticClimateMethods}) Me.mnuClimatic.Name = "mnuClimatic" - resources.ApplyResources(Me.mnuClimatic, "mnuClimatic") + Me.mnuClimatic.Size = New System.Drawing.Size(63, 20) Me.mnuClimatic.Tag = "Climatic" + Me.mnuClimatic.Text = "Climatic" ' 'mnuClimaticFile ' Me.mnuClimaticFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticFileImportSST, Me.mnuClimaticFileImportfromIRIDataLibrary, Me.mnuClimaticFileImportfromClimateDataStore, Me.mnuClimaticFileImportandTidyNetCDF, Me.mnuClimaticFileImportandTidyShapefile, Me.ToolStripSeparator20, Me.mnuClimateFileImportfromClimSoft, Me.mnuClimateFileImportfromClimSoftWizard, Me.mnuClimaticFileImportfromCliData, Me.ToolStripSeparator15, Me.mnuClimaticFileExportToClimsoft, Me.mnuClimaticFileExportToCPT, Me.mnuExportToWWRToolStrip}) Me.mnuClimaticFile.Name = "mnuClimaticFile" - resources.ApplyResources(Me.mnuClimaticFile, "mnuClimaticFile") + Me.mnuClimaticFile.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticFile.Text = "File" ' 'mnuClimaticFileImportSST ' Me.mnuClimaticFileImportSST.Name = "mnuClimaticFileImportSST" - resources.ApplyResources(Me.mnuClimaticFileImportSST, "mnuClimaticFileImportSST") + Me.mnuClimaticFileImportSST.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportSST.Text = "Import SST..." ' 'mnuClimaticFileImportfromIRIDataLibrary ' Me.mnuClimaticFileImportfromIRIDataLibrary.Name = "mnuClimaticFileImportfromIRIDataLibrary" - resources.ApplyResources(Me.mnuClimaticFileImportfromIRIDataLibrary, "mnuClimaticFileImportfromIRIDataLibrary") + Me.mnuClimaticFileImportfromIRIDataLibrary.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportfromIRIDataLibrary.Text = "Import from IRI Data Library..." ' 'mnuClimaticFileImportfromClimateDataStore ' Me.mnuClimaticFileImportfromClimateDataStore.Name = "mnuClimaticFileImportfromClimateDataStore" - resources.ApplyResources(Me.mnuClimaticFileImportfromClimateDataStore, "mnuClimaticFileImportfromClimateDataStore") + Me.mnuClimaticFileImportfromClimateDataStore.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportfromClimateDataStore.Text = "Import from CDS (Climate Data Store)..." ' 'mnuClimaticFileImportandTidyNetCDF ' Me.mnuClimaticFileImportandTidyNetCDF.Name = "mnuClimaticFileImportandTidyNetCDF" - resources.ApplyResources(Me.mnuClimaticFileImportandTidyNetCDF, "mnuClimaticFileImportandTidyNetCDF") + Me.mnuClimaticFileImportandTidyNetCDF.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportandTidyNetCDF.Text = "Import and Tidy NetCDF..." ' 'mnuClimaticFileImportandTidyShapefile ' Me.mnuClimaticFileImportandTidyShapefile.Name = "mnuClimaticFileImportandTidyShapefile" - resources.ApplyResources(Me.mnuClimaticFileImportandTidyShapefile, "mnuClimaticFileImportandTidyShapefile") + Me.mnuClimaticFileImportandTidyShapefile.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportandTidyShapefile.Text = "Import and Tidy Shapefile..." ' 'ToolStripSeparator20 ' Me.ToolStripSeparator20.Name = "ToolStripSeparator20" - resources.ApplyResources(Me.ToolStripSeparator20, "ToolStripSeparator20") + Me.ToolStripSeparator20.Size = New System.Drawing.Size(279, 6) ' 'mnuClimateFileImportfromClimSoft ' Me.mnuClimateFileImportfromClimSoft.Name = "mnuClimateFileImportfromClimSoft" - resources.ApplyResources(Me.mnuClimateFileImportfromClimSoft, "mnuClimateFileImportfromClimSoft") + Me.mnuClimateFileImportfromClimSoft.Size = New System.Drawing.Size(282, 22) + Me.mnuClimateFileImportfromClimSoft.Text = "Import from Climsoft..." ' 'mnuClimateFileImportfromClimSoftWizard ' Me.mnuClimateFileImportfromClimSoftWizard.Name = "mnuClimateFileImportfromClimSoftWizard" - resources.ApplyResources(Me.mnuClimateFileImportfromClimSoftWizard, "mnuClimateFileImportfromClimSoftWizard") + Me.mnuClimateFileImportfromClimSoftWizard.Size = New System.Drawing.Size(282, 22) + Me.mnuClimateFileImportfromClimSoftWizard.Text = "Import from Climsoft Wizard..." ' 'mnuClimaticFileImportfromCliData ' - resources.ApplyResources(Me.mnuClimaticFileImportfromCliData, "mnuClimaticFileImportfromCliData") + Me.mnuClimaticFileImportfromCliData.Enabled = False Me.mnuClimaticFileImportfromCliData.Name = "mnuClimaticFileImportfromCliData" + Me.mnuClimaticFileImportfromCliData.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileImportfromCliData.Text = "Import from CLIDATA..." + Me.mnuClimaticFileImportfromCliData.Visible = False ' 'ToolStripSeparator15 ' Me.ToolStripSeparator15.Name = "ToolStripSeparator15" - resources.ApplyResources(Me.ToolStripSeparator15, "ToolStripSeparator15") + Me.ToolStripSeparator15.Size = New System.Drawing.Size(279, 6) ' 'mnuClimaticFileExportToClimsoft ' - resources.ApplyResources(Me.mnuClimaticFileExportToClimsoft, "mnuClimaticFileExportToClimsoft") + Me.mnuClimaticFileExportToClimsoft.Enabled = False Me.mnuClimaticFileExportToClimsoft.Name = "mnuClimaticFileExportToClimsoft" + Me.mnuClimaticFileExportToClimsoft.Size = New System.Drawing.Size(282, 22) + Me.mnuClimaticFileExportToClimsoft.Text = "Export to Climsoft..." + Me.mnuClimaticFileExportToClimsoft.Visible = False ' 'mnuClimaticFileExportToCPT ' Me.mnuClimaticFileExportToCPT.Name = "mnuClimaticFileExportToCPT" - resources.ApplyResources(Me.mnuClimaticFileExportToCPT, "mnuClimaticFileExportToCPT") + Me.mnuClimaticFileExportToCPT.Size = New System.Drawing.Size(282, 22) Me.mnuClimaticFileExportToCPT.Tag = "Export_to_CPT" + Me.mnuClimaticFileExportToCPT.Text = "Export to CPT..." ' 'mnuExportToWWRToolStrip ' Me.mnuExportToWWRToolStrip.Name = "mnuExportToWWRToolStrip" - resources.ApplyResources(Me.mnuExportToWWRToolStrip, "mnuExportToWWRToolStrip") + Me.mnuExportToWWRToolStrip.Size = New System.Drawing.Size(282, 22) + Me.mnuExportToWWRToolStrip.Text = "Export to World Weather Records..." ' 'ToolStripSeparator18 ' Me.ToolStripSeparator18.Name = "ToolStripSeparator18" - resources.ApplyResources(Me.ToolStripSeparator18, "ToolStripSeparator18") + Me.ToolStripSeparator18.Size = New System.Drawing.Size(209, 6) ' 'mnuClimaticTidyandExamine ' Me.mnuClimaticTidyandExamine.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticTidyandExamineVisualiseData, Me.mnuClimaticTidyandExamineTidyDailyData, Me.mnuClimaticTidyandExamineNonNumericCases, Me.mnuClimaticTidyandExamineReplaceValues, Me.mnuClimaticTidyandExamineDuplicates, Me.ToolStripSeparator54, Me.mnuClimaticTidyandExamineStack, Me.mnuClimaticTidyandExamineUnstack, Me.mnuClimaticTidyandExamineMerge, Me.mnuClimaticTidyandExamineAppend, Me.ToolStripSeparator69, Me.mnuSetupForDataEntry, Me.mnuTidyandExamineClimaticDataEntry, Me.mnuClimaticTidyandExamineCompareColumns, Me.ToolStripSeparator50, Me.mnuClimaticTidyandExamineOneVariableSummarize, Me.mnuClimaticTidyandExamineOneVariableGraph, Me.mnuClimaticTidyandExamineOneVariableFrequencies}) Me.mnuClimaticTidyandExamine.Name = "mnuClimaticTidyandExamine" - resources.ApplyResources(Me.mnuClimaticTidyandExamine, "mnuClimaticTidyandExamine") + Me.mnuClimaticTidyandExamine.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticTidyandExamine.Text = "Tidy and Examine" ' 'mnuClimaticTidyandExamineVisualiseData ' Me.mnuClimaticTidyandExamineVisualiseData.Name = "mnuClimaticTidyandExamineVisualiseData" - resources.ApplyResources(Me.mnuClimaticTidyandExamineVisualiseData, "mnuClimaticTidyandExamineVisualiseData") + Me.mnuClimaticTidyandExamineVisualiseData.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineVisualiseData.Text = "Visualise Data..." ' 'mnuClimaticTidyandExamineTidyDailyData ' Me.mnuClimaticTidyandExamineTidyDailyData.Name = "mnuClimaticTidyandExamineTidyDailyData" - resources.ApplyResources(Me.mnuClimaticTidyandExamineTidyDailyData, "mnuClimaticTidyandExamineTidyDailyData") + Me.mnuClimaticTidyandExamineTidyDailyData.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineTidyDailyData.Text = "Tidy Daily Data..." ' 'mnuClimaticTidyandExamineNonNumericCases ' Me.mnuClimaticTidyandExamineNonNumericCases.Name = "mnuClimaticTidyandExamineNonNumericCases" - resources.ApplyResources(Me.mnuClimaticTidyandExamineNonNumericCases, "mnuClimaticTidyandExamineNonNumericCases") + Me.mnuClimaticTidyandExamineNonNumericCases.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineNonNumericCases.Text = "Non-Numeric Values..." ' 'mnuClimaticTidyandExamineReplaceValues ' Me.mnuClimaticTidyandExamineReplaceValues.Name = "mnuClimaticTidyandExamineReplaceValues" - resources.ApplyResources(Me.mnuClimaticTidyandExamineReplaceValues, "mnuClimaticTidyandExamineReplaceValues") + Me.mnuClimaticTidyandExamineReplaceValues.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineReplaceValues.Text = "Replace Values..." ' 'mnuClimaticTidyandExamineDuplicates ' Me.mnuClimaticTidyandExamineDuplicates.Name = "mnuClimaticTidyandExamineDuplicates" - resources.ApplyResources(Me.mnuClimaticTidyandExamineDuplicates, "mnuClimaticTidyandExamineDuplicates") + Me.mnuClimaticTidyandExamineDuplicates.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineDuplicates.Text = "Duplicates..." ' 'ToolStripSeparator54 ' Me.ToolStripSeparator54.Name = "ToolStripSeparator54" - resources.ApplyResources(Me.ToolStripSeparator54, "ToolStripSeparator54") + Me.ToolStripSeparator54.Size = New System.Drawing.Size(212, 6) ' 'mnuClimaticTidyandExamineStack ' Me.mnuClimaticTidyandExamineStack.Name = "mnuClimaticTidyandExamineStack" - resources.ApplyResources(Me.mnuClimaticTidyandExamineStack, "mnuClimaticTidyandExamineStack") + Me.mnuClimaticTidyandExamineStack.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineStack.Text = "Stack (Pivot Longer)..." ' 'mnuClimaticTidyandExamineUnstack ' Me.mnuClimaticTidyandExamineUnstack.Name = "mnuClimaticTidyandExamineUnstack" - resources.ApplyResources(Me.mnuClimaticTidyandExamineUnstack, "mnuClimaticTidyandExamineUnstack") + Me.mnuClimaticTidyandExamineUnstack.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineUnstack.Text = "Unstack (Pivot Wider)..." ' 'mnuClimaticTidyandExamineMerge ' Me.mnuClimaticTidyandExamineMerge.Name = "mnuClimaticTidyandExamineMerge" - resources.ApplyResources(Me.mnuClimaticTidyandExamineMerge, "mnuClimaticTidyandExamineMerge") + Me.mnuClimaticTidyandExamineMerge.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineMerge.Text = "Merge..." ' 'mnuClimaticTidyandExamineAppend ' Me.mnuClimaticTidyandExamineAppend.Name = "mnuClimaticTidyandExamineAppend" - resources.ApplyResources(Me.mnuClimaticTidyandExamineAppend, "mnuClimaticTidyandExamineAppend") + Me.mnuClimaticTidyandExamineAppend.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineAppend.Text = "Append (Bind Rows)..." ' 'ToolStripSeparator69 ' Me.ToolStripSeparator69.Name = "ToolStripSeparator69" - resources.ApplyResources(Me.ToolStripSeparator69, "ToolStripSeparator69") + Me.ToolStripSeparator69.Size = New System.Drawing.Size(212, 6) ' 'mnuSetupForDataEntry ' Me.mnuSetupForDataEntry.Name = "mnuSetupForDataEntry" - resources.ApplyResources(Me.mnuSetupForDataEntry, "mnuSetupForDataEntry") + Me.mnuSetupForDataEntry.Size = New System.Drawing.Size(215, 22) + Me.mnuSetupForDataEntry.Text = "Setup for Data Entry..." ' 'mnuTidyandExamineClimaticDataEntry ' Me.mnuTidyandExamineClimaticDataEntry.Name = "mnuTidyandExamineClimaticDataEntry" - resources.ApplyResources(Me.mnuTidyandExamineClimaticDataEntry, "mnuTidyandExamineClimaticDataEntry") + Me.mnuTidyandExamineClimaticDataEntry.Size = New System.Drawing.Size(215, 22) + Me.mnuTidyandExamineClimaticDataEntry.Text = "Daily Data Entry..." ' 'mnuClimaticTidyandExamineCompareColumns ' Me.mnuClimaticTidyandExamineCompareColumns.Name = "mnuClimaticTidyandExamineCompareColumns" - resources.ApplyResources(Me.mnuClimaticTidyandExamineCompareColumns, "mnuClimaticTidyandExamineCompareColumns") + Me.mnuClimaticTidyandExamineCompareColumns.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineCompareColumns.Text = "Compare Columns..." ' 'ToolStripSeparator50 ' Me.ToolStripSeparator50.Name = "ToolStripSeparator50" - resources.ApplyResources(Me.ToolStripSeparator50, "ToolStripSeparator50") + Me.ToolStripSeparator50.Size = New System.Drawing.Size(212, 6) ' 'mnuClimaticTidyandExamineOneVariableSummarize ' Me.mnuClimaticTidyandExamineOneVariableSummarize.Name = "mnuClimaticTidyandExamineOneVariableSummarize" - resources.ApplyResources(Me.mnuClimaticTidyandExamineOneVariableSummarize, "mnuClimaticTidyandExamineOneVariableSummarize") + Me.mnuClimaticTidyandExamineOneVariableSummarize.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineOneVariableSummarize.Text = "One Variable Summarise..." ' 'mnuClimaticTidyandExamineOneVariableGraph ' Me.mnuClimaticTidyandExamineOneVariableGraph.Name = "mnuClimaticTidyandExamineOneVariableGraph" - resources.ApplyResources(Me.mnuClimaticTidyandExamineOneVariableGraph, "mnuClimaticTidyandExamineOneVariableGraph") + Me.mnuClimaticTidyandExamineOneVariableGraph.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineOneVariableGraph.Text = "One Variable Graph..." ' 'mnuClimaticTidyandExamineOneVariableFrequencies ' Me.mnuClimaticTidyandExamineOneVariableFrequencies.Name = "mnuClimaticTidyandExamineOneVariableFrequencies" - resources.ApplyResources(Me.mnuClimaticTidyandExamineOneVariableFrequencies, "mnuClimaticTidyandExamineOneVariableFrequencies") + Me.mnuClimaticTidyandExamineOneVariableFrequencies.Size = New System.Drawing.Size(215, 22) + Me.mnuClimaticTidyandExamineOneVariableFrequencies.Text = "One Variable Frequencies..." ' 'mnuClimaticDates ' Me.mnuClimaticDates.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticDatesGenerateDates, Me.mnuClimaticDatesMakeDate, Me.mnuClimaticDatesInfillMissingDates, Me.mnuClimaticDatesUseDate, Me.mnuClimaticDatesMakeTime, Me.mnuClimaticDatesUseTime}) Me.mnuClimaticDates.Name = "mnuClimaticDates" - resources.ApplyResources(Me.mnuClimaticDates, "mnuClimaticDates") + Me.mnuClimaticDates.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticDates.Text = "Dates" ' 'mnuClimaticDatesGenerateDates ' Me.mnuClimaticDatesGenerateDates.Name = "mnuClimaticDatesGenerateDates" - resources.ApplyResources(Me.mnuClimaticDatesGenerateDates, "mnuClimaticDatesGenerateDates") + Me.mnuClimaticDatesGenerateDates.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesGenerateDates.Text = "Generate Dates..." ' 'mnuClimaticDatesMakeDate ' Me.mnuClimaticDatesMakeDate.Name = "mnuClimaticDatesMakeDate" - resources.ApplyResources(Me.mnuClimaticDatesMakeDate, "mnuClimaticDatesMakeDate") + Me.mnuClimaticDatesMakeDate.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesMakeDate.Text = "Make Date..." ' 'mnuClimaticDatesInfillMissingDates ' Me.mnuClimaticDatesInfillMissingDates.Name = "mnuClimaticDatesInfillMissingDates" - resources.ApplyResources(Me.mnuClimaticDatesInfillMissingDates, "mnuClimaticDatesInfillMissingDates") + Me.mnuClimaticDatesInfillMissingDates.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesInfillMissingDates.Text = "Fill Date Gaps..." ' 'mnuClimaticDatesUseDate ' Me.mnuClimaticDatesUseDate.Name = "mnuClimaticDatesUseDate" - resources.ApplyResources(Me.mnuClimaticDatesUseDate, "mnuClimaticDatesUseDate") + Me.mnuClimaticDatesUseDate.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesUseDate.Text = "Use Date..." ' 'mnuClimaticDatesMakeTime ' - resources.ApplyResources(Me.mnuClimaticDatesMakeTime, "mnuClimaticDatesMakeTime") + Me.mnuClimaticDatesMakeTime.Enabled = False Me.mnuClimaticDatesMakeTime.Name = "mnuClimaticDatesMakeTime" + Me.mnuClimaticDatesMakeTime.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesMakeTime.Text = "Make Time..." + Me.mnuClimaticDatesMakeTime.Visible = False ' 'mnuClimaticDatesUseTime ' - resources.ApplyResources(Me.mnuClimaticDatesUseTime, "mnuClimaticDatesUseTime") + Me.mnuClimaticDatesUseTime.Enabled = False Me.mnuClimaticDatesUseTime.Name = "mnuClimaticDatesUseTime" + Me.mnuClimaticDatesUseTime.Size = New System.Drawing.Size(162, 22) + Me.mnuClimaticDatesUseTime.Text = "Use Time..." + Me.mnuClimaticDatesUseTime.Visible = False ' 'mnuClimaticDefineClimaticData ' Me.mnuClimaticDefineClimaticData.Name = "mnuClimaticDefineClimaticData" - resources.ApplyResources(Me.mnuClimaticDefineClimaticData, "mnuClimaticDefineClimaticData") + Me.mnuClimaticDefineClimaticData.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticDefineClimaticData.Text = "Define Climatic Data..." ' 'mnuClimaticCheckData ' Me.mnuClimaticCheckData.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticCheckDataInventory, Me.mnuClimaticCheckDataDisplayDaily, Me.ToolStripSeparator65, Me.mnuClimaticCheckDataFillMissingValues, Me.mnuClimaticCheckDataBoxplot, Me.mnuClimaticCheckDataQCTemperatures, Me.mnuClimaticCheckDataQCRainfall, Me.ToolStripSeparator70, Me.mnuClimaticCheckDataHomogenization, Me.mnuClimaticCheckDataCheckStationLocations}) Me.mnuClimaticCheckData.Name = "mnuClimaticCheckData" - resources.ApplyResources(Me.mnuClimaticCheckData, "mnuClimaticCheckData") + Me.mnuClimaticCheckData.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticCheckData.Text = "Check Data" ' 'mnuClimaticCheckDataInventory ' Me.mnuClimaticCheckDataInventory.Name = "mnuClimaticCheckDataInventory" - resources.ApplyResources(Me.mnuClimaticCheckDataInventory, "mnuClimaticCheckDataInventory") + Me.mnuClimaticCheckDataInventory.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataInventory.Text = "Inventory..." ' 'mnuClimaticCheckDataDisplayDaily ' Me.mnuClimaticCheckDataDisplayDaily.Name = "mnuClimaticCheckDataDisplayDaily" - resources.ApplyResources(Me.mnuClimaticCheckDataDisplayDaily, "mnuClimaticCheckDataDisplayDaily") + Me.mnuClimaticCheckDataDisplayDaily.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataDisplayDaily.Text = "Display Daily..." ' 'ToolStripSeparator65 ' Me.ToolStripSeparator65.Name = "ToolStripSeparator65" - resources.ApplyResources(Me.ToolStripSeparator65, "ToolStripSeparator65") + Me.ToolStripSeparator65.Size = New System.Drawing.Size(207, 6) ' 'mnuClimaticCheckDataFillMissingValues ' Me.mnuClimaticCheckDataFillMissingValues.Name = "mnuClimaticCheckDataFillMissingValues" - resources.ApplyResources(Me.mnuClimaticCheckDataFillMissingValues, "mnuClimaticCheckDataFillMissingValues") + Me.mnuClimaticCheckDataFillMissingValues.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataFillMissingValues.Text = "Fill Missing Values..." ' 'mnuClimaticCheckDataBoxplot ' Me.mnuClimaticCheckDataBoxplot.Name = "mnuClimaticCheckDataBoxplot" - resources.ApplyResources(Me.mnuClimaticCheckDataBoxplot, "mnuClimaticCheckDataBoxplot") + Me.mnuClimaticCheckDataBoxplot.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataBoxplot.Text = "Boxplot..." ' 'mnuClimaticCheckDataQCTemperatures ' Me.mnuClimaticCheckDataQCTemperatures.Name = "mnuClimaticCheckDataQCTemperatures" - resources.ApplyResources(Me.mnuClimaticCheckDataQCTemperatures, "mnuClimaticCheckDataQCTemperatures") + Me.mnuClimaticCheckDataQCTemperatures.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataQCTemperatures.Text = "QC Temperatures..." ' 'mnuClimaticCheckDataQCRainfall ' Me.mnuClimaticCheckDataQCRainfall.Name = "mnuClimaticCheckDataQCRainfall" - resources.ApplyResources(Me.mnuClimaticCheckDataQCRainfall, "mnuClimaticCheckDataQCRainfall") + Me.mnuClimaticCheckDataQCRainfall.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataQCRainfall.Text = "QC Rainfall..." ' 'ToolStripSeparator70 ' Me.ToolStripSeparator70.Name = "ToolStripSeparator70" - resources.ApplyResources(Me.ToolStripSeparator70, "ToolStripSeparator70") + Me.ToolStripSeparator70.Size = New System.Drawing.Size(207, 6) ' 'mnuClimaticCheckDataHomogenization ' Me.mnuClimaticCheckDataHomogenization.Name = "mnuClimaticCheckDataHomogenization" - resources.ApplyResources(Me.mnuClimaticCheckDataHomogenization, "mnuClimaticCheckDataHomogenization") + Me.mnuClimaticCheckDataHomogenization.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataHomogenization.Text = "Homogenization..." ' 'mnuClimaticCheckDataCheckStationLocations ' Me.mnuClimaticCheckDataCheckStationLocations.Name = "mnuClimaticCheckDataCheckStationLocations" - resources.ApplyResources(Me.mnuClimaticCheckDataCheckStationLocations, "mnuClimaticCheckDataCheckStationLocations") + Me.mnuClimaticCheckDataCheckStationLocations.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticCheckDataCheckStationLocations.Text = "Check Station Locations..." ' 'mnuClimaticPrepare ' Me.mnuClimaticPrepare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCimaticPrepareTransform, Me.mnuClimaticPrepareConversions, Me.ToolStripSeparator37, Me.mnuClimaticPrepareClimaticSummaries, Me.mnuClimaticPrepareStartoftheRains, Me.mnuClimaticPrepareEndOfRains, Me.mnuClimaticPrepareLengthOfSeason, Me.mnuClimaticPrepareSpells, Me.mnuClimaticPrepareExtremes, Me.ToolStripSeparator64, Me.mnuClimaticPrepareClimdex, Me.mnuClimaticPrepareSPI, Me.ToolStripSeparator51, Me.mnuClimaticPrepareEvapotranspiration, Me.mnuClimaticPrepareSummary, Me.mnuClimaticPrepareNewWorksheet, Me.mnuClimaticPrepareImportDailyData, Me.mnuClimaticPrepareMakeFactor, Me.mnuClimaticPrepareShiftDailyData, Me.mnuClimaticPrepareUnstackDailyData, Me.mnuClimaticPrepareStackDailyData}) Me.mnuClimaticPrepare.Name = "mnuClimaticPrepare" - resources.ApplyResources(Me.mnuClimaticPrepare, "mnuClimaticPrepare") + Me.mnuClimaticPrepare.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticPrepare.Tag = "Prepare" + Me.mnuClimaticPrepare.Text = "Prepare" ' 'mnuCimaticPrepareTransform ' Me.mnuCimaticPrepareTransform.Name = "mnuCimaticPrepareTransform" - resources.ApplyResources(Me.mnuCimaticPrepareTransform, "mnuCimaticPrepareTransform") + Me.mnuCimaticPrepareTransform.Size = New System.Drawing.Size(189, 22) + Me.mnuCimaticPrepareTransform.Text = "Transform..." ' 'mnuClimaticPrepareConversions ' Me.mnuClimaticPrepareConversions.Name = "mnuClimaticPrepareConversions" - resources.ApplyResources(Me.mnuClimaticPrepareConversions, "mnuClimaticPrepareConversions") + Me.mnuClimaticPrepareConversions.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareConversions.Text = "Conversions..." ' 'ToolStripSeparator37 ' Me.ToolStripSeparator37.Name = "ToolStripSeparator37" - resources.ApplyResources(Me.ToolStripSeparator37, "ToolStripSeparator37") + Me.ToolStripSeparator37.Size = New System.Drawing.Size(186, 6) ' 'mnuClimaticPrepareClimaticSummaries ' Me.mnuClimaticPrepareClimaticSummaries.Name = "mnuClimaticPrepareClimaticSummaries" - resources.ApplyResources(Me.mnuClimaticPrepareClimaticSummaries, "mnuClimaticPrepareClimaticSummaries") + Me.mnuClimaticPrepareClimaticSummaries.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareClimaticSummaries.Text = "Climatic Summaries..." ' 'mnuClimaticPrepareStartoftheRains ' Me.mnuClimaticPrepareStartoftheRains.Name = "mnuClimaticPrepareStartoftheRains" - resources.ApplyResources(Me.mnuClimaticPrepareStartoftheRains, "mnuClimaticPrepareStartoftheRains") + Me.mnuClimaticPrepareStartoftheRains.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareStartoftheRains.Text = "Start of the Rains..." ' 'mnuClimaticPrepareEndOfRains ' Me.mnuClimaticPrepareEndOfRains.Name = "mnuClimaticPrepareEndOfRains" - resources.ApplyResources(Me.mnuClimaticPrepareEndOfRains, "mnuClimaticPrepareEndOfRains") + Me.mnuClimaticPrepareEndOfRains.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareEndOfRains.Text = "End of Rains..." ' 'mnuClimaticPrepareLengthOfSeason ' Me.mnuClimaticPrepareLengthOfSeason.Name = "mnuClimaticPrepareLengthOfSeason" - resources.ApplyResources(Me.mnuClimaticPrepareLengthOfSeason, "mnuClimaticPrepareLengthOfSeason") + Me.mnuClimaticPrepareLengthOfSeason.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareLengthOfSeason.Text = "Length of Season..." ' 'mnuClimaticPrepareSpells ' Me.mnuClimaticPrepareSpells.Name = "mnuClimaticPrepareSpells" - resources.ApplyResources(Me.mnuClimaticPrepareSpells, "mnuClimaticPrepareSpells") + Me.mnuClimaticPrepareSpells.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareSpells.Text = "Spells..." ' 'mnuClimaticPrepareExtremes ' Me.mnuClimaticPrepareExtremes.Name = "mnuClimaticPrepareExtremes" - resources.ApplyResources(Me.mnuClimaticPrepareExtremes, "mnuClimaticPrepareExtremes") + Me.mnuClimaticPrepareExtremes.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareExtremes.Text = "Extremes..." ' 'ToolStripSeparator64 ' Me.ToolStripSeparator64.Name = "ToolStripSeparator64" - resources.ApplyResources(Me.ToolStripSeparator64, "ToolStripSeparator64") + Me.ToolStripSeparator64.Size = New System.Drawing.Size(186, 6) ' 'mnuClimaticPrepareClimdex ' Me.mnuClimaticPrepareClimdex.Name = "mnuClimaticPrepareClimdex" - resources.ApplyResources(Me.mnuClimaticPrepareClimdex, "mnuClimaticPrepareClimdex") + Me.mnuClimaticPrepareClimdex.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareClimdex.Text = "Climdex..." ' 'mnuClimaticPrepareSPI ' Me.mnuClimaticPrepareSPI.Name = "mnuClimaticPrepareSPI" - resources.ApplyResources(Me.mnuClimaticPrepareSPI, "mnuClimaticPrepareSPI") + Me.mnuClimaticPrepareSPI.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareSPI.Text = "SPI/SPEI..." ' 'ToolStripSeparator51 ' Me.ToolStripSeparator51.Name = "ToolStripSeparator51" - resources.ApplyResources(Me.ToolStripSeparator51, "ToolStripSeparator51") + Me.ToolStripSeparator51.Size = New System.Drawing.Size(186, 6) ' 'mnuClimaticPrepareEvapotranspiration ' Me.mnuClimaticPrepareEvapotranspiration.Name = "mnuClimaticPrepareEvapotranspiration" - resources.ApplyResources(Me.mnuClimaticPrepareEvapotranspiration, "mnuClimaticPrepareEvapotranspiration") + Me.mnuClimaticPrepareEvapotranspiration.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareEvapotranspiration.Text = "Evapotranspiration..." ' 'mnuClimaticPrepareSummary ' - resources.ApplyResources(Me.mnuClimaticPrepareSummary, "mnuClimaticPrepareSummary") + Me.mnuClimaticPrepareSummary.Enabled = False Me.mnuClimaticPrepareSummary.Name = "mnuClimaticPrepareSummary" + Me.mnuClimaticPrepareSummary.Size = New System.Drawing.Size(189, 22) + Me.mnuClimaticPrepareSummary.Text = "Summary..." + Me.mnuClimaticPrepareSummary.Visible = False ' 'mnuClimaticPrepareNewWorksheet ' - resources.ApplyResources(Me.mnuClimaticPrepareNewWorksheet, "mnuClimaticPrepareNewWorksheet") + Me.mnuClimaticPrepareNewWorksheet.Enabled = False Me.mnuClimaticPrepareNewWorksheet.Name = "mnuClimaticPrepareNewWorksheet" + Me.mnuClimaticPrepareNewWorksheet.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareNewWorksheet.Tag = "New_Worksheet" + Me.mnuClimaticPrepareNewWorksheet.Text = "New Worksheet..." + Me.mnuClimaticPrepareNewWorksheet.Visible = False ' 'mnuClimaticPrepareImportDailyData ' - resources.ApplyResources(Me.mnuClimaticPrepareImportDailyData, "mnuClimaticPrepareImportDailyData") + Me.mnuClimaticPrepareImportDailyData.Enabled = False Me.mnuClimaticPrepareImportDailyData.Name = "mnuClimaticPrepareImportDailyData" + Me.mnuClimaticPrepareImportDailyData.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareImportDailyData.Tag = "Import_daily_data" + Me.mnuClimaticPrepareImportDailyData.Text = "Import daily Data..." + Me.mnuClimaticPrepareImportDailyData.Visible = False ' 'mnuClimaticPrepareMakeFactor ' - resources.ApplyResources(Me.mnuClimaticPrepareMakeFactor, "mnuClimaticPrepareMakeFactor") + Me.mnuClimaticPrepareMakeFactor.Enabled = False Me.mnuClimaticPrepareMakeFactor.Name = "mnuClimaticPrepareMakeFactor" + Me.mnuClimaticPrepareMakeFactor.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareMakeFactor.Tag = "Make_Factor" + Me.mnuClimaticPrepareMakeFactor.Text = "Make Factor..." + Me.mnuClimaticPrepareMakeFactor.Visible = False ' 'mnuClimaticPrepareShiftDailyData ' - resources.ApplyResources(Me.mnuClimaticPrepareShiftDailyData, "mnuClimaticPrepareShiftDailyData") + Me.mnuClimaticPrepareShiftDailyData.Enabled = False Me.mnuClimaticPrepareShiftDailyData.Name = "mnuClimaticPrepareShiftDailyData" + Me.mnuClimaticPrepareShiftDailyData.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareShiftDailyData.Tag = "Shift_Daily_data" + Me.mnuClimaticPrepareShiftDailyData.Text = "Shift Daily Data..." + Me.mnuClimaticPrepareShiftDailyData.Visible = False ' 'mnuClimaticPrepareUnstackDailyData ' - resources.ApplyResources(Me.mnuClimaticPrepareUnstackDailyData, "mnuClimaticPrepareUnstackDailyData") + Me.mnuClimaticPrepareUnstackDailyData.Enabled = False Me.mnuClimaticPrepareUnstackDailyData.Name = "mnuClimaticPrepareUnstackDailyData" + Me.mnuClimaticPrepareUnstackDailyData.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareUnstackDailyData.Tag = "Unstack_Daily_data" + Me.mnuClimaticPrepareUnstackDailyData.Text = "Unstack Daily Data..." + Me.mnuClimaticPrepareUnstackDailyData.Visible = False ' 'mnuClimaticPrepareStackDailyData ' - resources.ApplyResources(Me.mnuClimaticPrepareStackDailyData, "mnuClimaticPrepareStackDailyData") + Me.mnuClimaticPrepareStackDailyData.Enabled = False Me.mnuClimaticPrepareStackDailyData.Name = "mnuClimaticPrepareStackDailyData" + Me.mnuClimaticPrepareStackDailyData.Size = New System.Drawing.Size(189, 22) Me.mnuClimaticPrepareStackDailyData.Tag = "Stack_Daily_data" + Me.mnuClimaticPrepareStackDailyData.Text = "Stack Daily data..." + Me.mnuClimaticPrepareStackDailyData.Visible = False ' 'ToolStripSeparator30 ' Me.ToolStripSeparator30.Name = "ToolStripSeparator30" - resources.ApplyResources(Me.ToolStripSeparator30, "ToolStripSeparator30") + Me.ToolStripSeparator30.Size = New System.Drawing.Size(209, 6) ' 'mnuClimaticDescribe ' Me.mnuClimaticDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticDescribeRainfall, Me.mnuClimaticDescribeTemperatures, Me.mnuClimaticDescribeWindSpeedDirection, Me.mnuClimaticDescribeSunshineRadiation, Me.ToolStripSeparator17, Me.mnuClimaticDescribeGeneral, Me.ToolStripSeparator31}) Me.mnuClimaticDescribe.Name = "mnuClimaticDescribe" - resources.ApplyResources(Me.mnuClimaticDescribe, "mnuClimaticDescribe") + Me.mnuClimaticDescribe.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticDescribe.Text = "Describe" ' 'mnuClimaticDescribeRainfall ' - resources.ApplyResources(Me.mnuClimaticDescribeRainfall, "mnuClimaticDescribeRainfall") + Me.mnuClimaticDescribeRainfall.Enabled = False Me.mnuClimaticDescribeRainfall.Name = "mnuClimaticDescribeRainfall" + Me.mnuClimaticDescribeRainfall.Size = New System.Drawing.Size(199, 22) + Me.mnuClimaticDescribeRainfall.Text = "Rainfall..." ' 'mnuClimaticDescribeTemperatures ' - resources.ApplyResources(Me.mnuClimaticDescribeTemperatures, "mnuClimaticDescribeTemperatures") + Me.mnuClimaticDescribeTemperatures.Enabled = False Me.mnuClimaticDescribeTemperatures.Name = "mnuClimaticDescribeTemperatures" + Me.mnuClimaticDescribeTemperatures.Size = New System.Drawing.Size(199, 22) + Me.mnuClimaticDescribeTemperatures.Text = "Temperature..." ' 'mnuClimaticDescribeWindSpeedDirection ' Me.mnuClimaticDescribeWindSpeedDirection.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticDescribeWindSpeedDirectionWindRose}) Me.mnuClimaticDescribeWindSpeedDirection.Name = "mnuClimaticDescribeWindSpeedDirection" - resources.ApplyResources(Me.mnuClimaticDescribeWindSpeedDirection, "mnuClimaticDescribeWindSpeedDirection") + Me.mnuClimaticDescribeWindSpeedDirection.Size = New System.Drawing.Size(199, 22) + Me.mnuClimaticDescribeWindSpeedDirection.Text = "Wind Speed/Direction..." ' 'mnuClimaticDescribeWindSpeedDirectionWindRose ' Me.mnuClimaticDescribeWindSpeedDirectionWindRose.Name = "mnuClimaticDescribeWindSpeedDirectionWindRose" - resources.ApplyResources(Me.mnuClimaticDescribeWindSpeedDirectionWindRose, "mnuClimaticDescribeWindSpeedDirectionWindRose") + Me.mnuClimaticDescribeWindSpeedDirectionWindRose.Size = New System.Drawing.Size(139, 22) + Me.mnuClimaticDescribeWindSpeedDirectionWindRose.Text = "Wind Rose..." ' 'mnuClimaticDescribeSunshineRadiation ' - resources.ApplyResources(Me.mnuClimaticDescribeSunshineRadiation, "mnuClimaticDescribeSunshineRadiation") + Me.mnuClimaticDescribeSunshineRadiation.Enabled = False Me.mnuClimaticDescribeSunshineRadiation.Name = "mnuClimaticDescribeSunshineRadiation" + Me.mnuClimaticDescribeSunshineRadiation.Size = New System.Drawing.Size(199, 22) + Me.mnuClimaticDescribeSunshineRadiation.Text = "Sunshine/Radiation..." ' 'ToolStripSeparator17 ' Me.ToolStripSeparator17.Name = "ToolStripSeparator17" - resources.ApplyResources(Me.ToolStripSeparator17, "ToolStripSeparator17") + Me.ToolStripSeparator17.Size = New System.Drawing.Size(196, 6) ' 'mnuClimaticDescribeGeneral ' - resources.ApplyResources(Me.mnuClimaticDescribeGeneral, "mnuClimaticDescribeGeneral") + Me.mnuClimaticDescribeGeneral.Enabled = False Me.mnuClimaticDescribeGeneral.Name = "mnuClimaticDescribeGeneral" + Me.mnuClimaticDescribeGeneral.Size = New System.Drawing.Size(199, 22) + Me.mnuClimaticDescribeGeneral.Text = "General" ' 'ToolStripSeparator31 ' Me.ToolStripSeparator31.Name = "ToolStripSeparator31" - resources.ApplyResources(Me.ToolStripSeparator31, "ToolStripSeparator31") + Me.ToolStripSeparator31.Size = New System.Drawing.Size(196, 6) ' 'mnuClimaticNCMP ' Me.mnuClimaticNCMP.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticNCMPIndices, Me.mnuClimaticNCMPVariogram, Me.mnuClimaticNCMPRegionAverage, Me.mnuClimaticNCMPTrendGraphs, Me.mnuClimaticNCMPCountRecords, Me.mnuClimaticNCMPSummary}) Me.mnuClimaticNCMP.Name = "mnuClimaticNCMP" - resources.ApplyResources(Me.mnuClimaticNCMP, "mnuClimaticNCMP") + Me.mnuClimaticNCMP.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticNCMP.Text = "NCMP" ' 'mnuClimaticNCMPIndices ' Me.mnuClimaticNCMPIndices.Name = "mnuClimaticNCMPIndices" - resources.ApplyResources(Me.mnuClimaticNCMPIndices, "mnuClimaticNCMPIndices") + Me.mnuClimaticNCMPIndices.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPIndices.Text = "Indices..." ' 'mnuClimaticNCMPVariogram ' Me.mnuClimaticNCMPVariogram.Name = "mnuClimaticNCMPVariogram" - resources.ApplyResources(Me.mnuClimaticNCMPVariogram, "mnuClimaticNCMPVariogram") + Me.mnuClimaticNCMPVariogram.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPVariogram.Text = "Variogram..." ' 'mnuClimaticNCMPRegionAverage ' Me.mnuClimaticNCMPRegionAverage.Name = "mnuClimaticNCMPRegionAverage" - resources.ApplyResources(Me.mnuClimaticNCMPRegionAverage, "mnuClimaticNCMPRegionAverage") + Me.mnuClimaticNCMPRegionAverage.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPRegionAverage.Text = "Region Average..." ' 'mnuClimaticNCMPTrendGraphs ' Me.mnuClimaticNCMPTrendGraphs.Name = "mnuClimaticNCMPTrendGraphs" - resources.ApplyResources(Me.mnuClimaticNCMPTrendGraphs, "mnuClimaticNCMPTrendGraphs") + Me.mnuClimaticNCMPTrendGraphs.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPTrendGraphs.Text = "Trend Graphs..." ' 'mnuClimaticNCMPCountRecords ' Me.mnuClimaticNCMPCountRecords.Name = "mnuClimaticNCMPCountRecords" - resources.ApplyResources(Me.mnuClimaticNCMPCountRecords, "mnuClimaticNCMPCountRecords") + Me.mnuClimaticNCMPCountRecords.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPCountRecords.Text = "Count Records..." ' 'mnuClimaticNCMPSummary ' Me.mnuClimaticNCMPSummary.Name = "mnuClimaticNCMPSummary" - resources.ApplyResources(Me.mnuClimaticNCMPSummary, "mnuClimaticNCMPSummary") + Me.mnuClimaticNCMPSummary.Size = New System.Drawing.Size(166, 22) + Me.mnuClimaticNCMPSummary.Text = "Summary..." ' 'mnuClimaticPICSA ' Me.mnuClimaticPICSA.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticPICSARainfall, Me.mnuClimaticPICSACumExeedenceGraph, Me.mnuClimaticPICSATemperature, Me.mnuClimaticPICSACrops}) Me.mnuClimaticPICSA.Name = "mnuClimaticPICSA" - resources.ApplyResources(Me.mnuClimaticPICSA, "mnuClimaticPICSA") + Me.mnuClimaticPICSA.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticPICSA.Text = "PICSA" ' 'mnuClimaticPICSARainfall ' Me.mnuClimaticPICSARainfall.Name = "mnuClimaticPICSARainfall" - resources.ApplyResources(Me.mnuClimaticPICSARainfall, "mnuClimaticPICSARainfall") + Me.mnuClimaticPICSARainfall.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticPICSARainfall.Text = "Rainfall Graph..." ' 'mnuClimaticPICSACumExeedenceGraph ' Me.mnuClimaticPICSACumExeedenceGraph.Name = "mnuClimaticPICSACumExeedenceGraph" - resources.ApplyResources(Me.mnuClimaticPICSACumExeedenceGraph, "mnuClimaticPICSACumExeedenceGraph") + Me.mnuClimaticPICSACumExeedenceGraph.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticPICSACumExeedenceGraph.Text = "Cumulative/Exceedance Graph..." ' 'mnuClimaticPICSATemperature ' - resources.ApplyResources(Me.mnuClimaticPICSATemperature, "mnuClimaticPICSATemperature") + Me.mnuClimaticPICSATemperature.Enabled = False Me.mnuClimaticPICSATemperature.Name = "mnuClimaticPICSATemperature" + Me.mnuClimaticPICSATemperature.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticPICSATemperature.Text = "Temperature..." ' 'mnuClimaticPICSACrops ' Me.mnuClimaticPICSACrops.Name = "mnuClimaticPICSACrops" - resources.ApplyResources(Me.mnuClimaticPICSACrops, "mnuClimaticPICSACrops") + Me.mnuClimaticPICSACrops.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticPICSACrops.Text = "Crops..." ' 'mnuCMSAF ' Me.mnuCMSAF.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticCMSAFPlotRegion, Me.mnuClimaticCMSAFExporttoCMSAFRToolbox}) Me.mnuCMSAF.Name = "mnuCMSAF" - resources.ApplyResources(Me.mnuCMSAF, "mnuCMSAF") + Me.mnuCMSAF.Size = New System.Drawing.Size(212, 22) + Me.mnuCMSAF.Text = "CM SAF" ' 'mnuClimaticCMSAFPlotRegion ' Me.mnuClimaticCMSAFPlotRegion.Name = "mnuClimaticCMSAFPlotRegion" - resources.ApplyResources(Me.mnuClimaticCMSAFPlotRegion, "mnuClimaticCMSAFPlotRegion") + Me.mnuClimaticCMSAFPlotRegion.Size = New System.Drawing.Size(231, 22) + Me.mnuClimaticCMSAFPlotRegion.Text = "Plot Region..." ' 'mnuClimaticCMSAFExporttoCMSAFRToolbox ' Me.mnuClimaticCMSAFExporttoCMSAFRToolbox.Name = "mnuClimaticCMSAFExporttoCMSAFRToolbox" - resources.ApplyResources(Me.mnuClimaticCMSAFExporttoCMSAFRToolbox, "mnuClimaticCMSAFExporttoCMSAFRToolbox") + Me.mnuClimaticCMSAFExporttoCMSAFRToolbox.Size = New System.Drawing.Size(231, 22) + Me.mnuClimaticCMSAFExporttoCMSAFRToolbox.Text = "Export to CM SAF R Toolbox..." ' 'mnuClimaticCompare ' Me.mnuClimaticCompare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticCompareCalculation, Me.mnuClimaticCompareSummary, Me.ToolStripSeparator66, Me.mnuClimaticCompareCorrelations, Me.mnuClimaticCompareScatterplot, Me.mnuClimaticCompareTimeSeriesPlot, Me.mnuClimaticCompareSeasonalPlot, Me.mnuClimaticCompareDensityPlot, Me.mnuClimaticCompareConditionalQuantiles, Me.mnuClimaticCompareTaylorDiagram}) Me.mnuClimaticCompare.Name = "mnuClimaticCompare" - resources.ApplyResources(Me.mnuClimaticCompare, "mnuClimaticCompare") + Me.mnuClimaticCompare.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticCompare.Text = "Compare" ' 'mnuClimaticCompareCalculation ' Me.mnuClimaticCompareCalculation.Name = "mnuClimaticCompareCalculation" - resources.ApplyResources(Me.mnuClimaticCompareCalculation, "mnuClimaticCompareCalculation") + Me.mnuClimaticCompareCalculation.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareCalculation.Text = "Calculation..." ' 'mnuClimaticCompareSummary ' Me.mnuClimaticCompareSummary.Name = "mnuClimaticCompareSummary" - resources.ApplyResources(Me.mnuClimaticCompareSummary, "mnuClimaticCompareSummary") + Me.mnuClimaticCompareSummary.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareSummary.Text = "Summary..." ' 'ToolStripSeparator66 ' Me.ToolStripSeparator66.Name = "ToolStripSeparator66" - resources.ApplyResources(Me.ToolStripSeparator66, "ToolStripSeparator66") + Me.ToolStripSeparator66.Size = New System.Drawing.Size(195, 6) ' 'mnuClimaticCompareCorrelations ' Me.mnuClimaticCompareCorrelations.Name = "mnuClimaticCompareCorrelations" - resources.ApplyResources(Me.mnuClimaticCompareCorrelations, "mnuClimaticCompareCorrelations") + Me.mnuClimaticCompareCorrelations.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareCorrelations.Text = "Correlations..." ' 'mnuClimaticCompareScatterplot ' Me.mnuClimaticCompareScatterplot.Name = "mnuClimaticCompareScatterplot" - resources.ApplyResources(Me.mnuClimaticCompareScatterplot, "mnuClimaticCompareScatterplot") + Me.mnuClimaticCompareScatterplot.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareScatterplot.Text = "Scatterplot..." ' 'mnuClimaticCompareTimeSeriesPlot ' Me.mnuClimaticCompareTimeSeriesPlot.Name = "mnuClimaticCompareTimeSeriesPlot" - resources.ApplyResources(Me.mnuClimaticCompareTimeSeriesPlot, "mnuClimaticCompareTimeSeriesPlot") + Me.mnuClimaticCompareTimeSeriesPlot.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareTimeSeriesPlot.Text = "Time Series Plot..." ' 'mnuClimaticCompareSeasonalPlot ' Me.mnuClimaticCompareSeasonalPlot.Name = "mnuClimaticCompareSeasonalPlot" - resources.ApplyResources(Me.mnuClimaticCompareSeasonalPlot, "mnuClimaticCompareSeasonalPlot") + Me.mnuClimaticCompareSeasonalPlot.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareSeasonalPlot.Text = "Seasonal Plot..." ' 'mnuClimaticCompareDensityPlot ' Me.mnuClimaticCompareDensityPlot.Name = "mnuClimaticCompareDensityPlot" - resources.ApplyResources(Me.mnuClimaticCompareDensityPlot, "mnuClimaticCompareDensityPlot") + Me.mnuClimaticCompareDensityPlot.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareDensityPlot.Text = "Density Plot..." ' 'mnuClimaticCompareConditionalQuantiles ' Me.mnuClimaticCompareConditionalQuantiles.Name = "mnuClimaticCompareConditionalQuantiles" - resources.ApplyResources(Me.mnuClimaticCompareConditionalQuantiles, "mnuClimaticCompareConditionalQuantiles") + Me.mnuClimaticCompareConditionalQuantiles.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareConditionalQuantiles.Text = "Conditional Quantiles..." ' 'mnuClimaticCompareTaylorDiagram ' Me.mnuClimaticCompareTaylorDiagram.Name = "mnuClimaticCompareTaylorDiagram" - resources.ApplyResources(Me.mnuClimaticCompareTaylorDiagram, "mnuClimaticCompareTaylorDiagram") + Me.mnuClimaticCompareTaylorDiagram.Size = New System.Drawing.Size(198, 22) + Me.mnuClimaticCompareTaylorDiagram.Text = "Taylor Diagram..." ' 'mnuClimaticMapping ' Me.mnuClimaticMapping.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticMappingMap, Me.mnuClimaticMappingCheckStationLocations}) Me.mnuClimaticMapping.Name = "mnuClimaticMapping" - resources.ApplyResources(Me.mnuClimaticMapping, "mnuClimaticMapping") + Me.mnuClimaticMapping.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticMapping.Text = "Mapping" ' 'mnuClimaticMappingMap ' Me.mnuClimaticMappingMap.Name = "mnuClimaticMappingMap" - resources.ApplyResources(Me.mnuClimaticMappingMap, "mnuClimaticMappingMap") + Me.mnuClimaticMappingMap.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticMappingMap.Text = "Map..." ' 'mnuClimaticMappingCheckStationLocations ' Me.mnuClimaticMappingCheckStationLocations.Name = "mnuClimaticMappingCheckStationLocations" - resources.ApplyResources(Me.mnuClimaticMappingCheckStationLocations, "mnuClimaticMappingCheckStationLocations") + Me.mnuClimaticMappingCheckStationLocations.Size = New System.Drawing.Size(210, 22) + Me.mnuClimaticMappingCheckStationLocations.Text = "Check Station Locations..." ' 'mnuClimaticModel ' Me.mnuClimaticModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticModelsExtremes, Me.mnuClimaticModelCircular, Me.mnuClimaticModelMarkovModelling}) Me.mnuClimaticModel.Name = "mnuClimaticModel" - resources.ApplyResources(Me.mnuClimaticModel, "mnuClimaticModel") + Me.mnuClimaticModel.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticModel.Text = "Model" ' 'mnuClimaticModelsExtremes ' Me.mnuClimaticModelsExtremes.Name = "mnuClimaticModelsExtremes" - resources.ApplyResources(Me.mnuClimaticModelsExtremes, "mnuClimaticModelsExtremes") + Me.mnuClimaticModelsExtremes.Size = New System.Drawing.Size(180, 22) + Me.mnuClimaticModelsExtremes.Text = "Extremes..." ' 'mnuClimaticModelCircular ' - resources.ApplyResources(Me.mnuClimaticModelCircular, "mnuClimaticModelCircular") + Me.mnuClimaticModelCircular.Enabled = False Me.mnuClimaticModelCircular.Name = "mnuClimaticModelCircular" + Me.mnuClimaticModelCircular.Size = New System.Drawing.Size(180, 22) + Me.mnuClimaticModelCircular.Text = "Circular..." + Me.mnuClimaticModelCircular.Visible = False ' 'mnuClimaticModelMarkovModelling ' Me.mnuClimaticModelMarkovModelling.Name = "mnuClimaticModelMarkovModelling" - resources.ApplyResources(Me.mnuClimaticModelMarkovModelling, "mnuClimaticModelMarkovModelling") + Me.mnuClimaticModelMarkovModelling.Size = New System.Drawing.Size(180, 22) Me.mnuClimaticModelMarkovModelling.Tag = "Markov_Modelling" + Me.mnuClimaticModelMarkovModelling.Text = "Markov Modelling..." ' 'ToolStripSeparator23 ' Me.ToolStripSeparator23.Name = "ToolStripSeparator23" - resources.ApplyResources(Me.ToolStripSeparator23, "ToolStripSeparator23") + Me.ToolStripSeparator23.Size = New System.Drawing.Size(209, 6) ' 'mnuClimaticSCF ' Me.mnuClimaticSCF.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticSCFSupportOpenSST, Me.mnuClimaticSCFSupportExporttoCPT, Me.ToolStripSeparator32, Me.mnuClimaticSCFSupportCorrelations, Me.mnuClimaticSCFSupportPrincipalComponents, Me.mnuClimaticSCFSupportCanonicalCorrelations, Me.mnuClimaticSCFSupportCumulativeExceedanceGraph}) Me.mnuClimaticSCF.Name = "mnuClimaticSCF" - resources.ApplyResources(Me.mnuClimaticSCF, "mnuClimaticSCF") + Me.mnuClimaticSCF.Size = New System.Drawing.Size(212, 22) + Me.mnuClimaticSCF.Text = "Seasonal Forecast Support" ' 'mnuClimaticSCFSupportOpenSST ' Me.mnuClimaticSCFSupportOpenSST.Name = "mnuClimaticSCFSupportOpenSST" - resources.ApplyResources(Me.mnuClimaticSCFSupportOpenSST, "mnuClimaticSCFSupportOpenSST") + Me.mnuClimaticSCFSupportOpenSST.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticSCFSupportOpenSST.Text = "Open SST..." ' 'mnuClimaticSCFSupportExporttoCPT ' Me.mnuClimaticSCFSupportExporttoCPT.Name = "mnuClimaticSCFSupportExporttoCPT" - resources.ApplyResources(Me.mnuClimaticSCFSupportExporttoCPT, "mnuClimaticSCFSupportExporttoCPT") + Me.mnuClimaticSCFSupportExporttoCPT.Size = New System.Drawing.Size(246, 22) Me.mnuClimaticSCFSupportExporttoCPT.Tag = "Export_to_CPT" + Me.mnuClimaticSCFSupportExporttoCPT.Text = "Export to CPT..." ' 'ToolStripSeparator32 ' Me.ToolStripSeparator32.Name = "ToolStripSeparator32" - resources.ApplyResources(Me.ToolStripSeparator32, "ToolStripSeparator32") + Me.ToolStripSeparator32.Size = New System.Drawing.Size(243, 6) ' 'mnuClimaticSCFSupportCorrelations ' Me.mnuClimaticSCFSupportCorrelations.Name = "mnuClimaticSCFSupportCorrelations" - resources.ApplyResources(Me.mnuClimaticSCFSupportCorrelations, "mnuClimaticSCFSupportCorrelations") + Me.mnuClimaticSCFSupportCorrelations.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticSCFSupportCorrelations.Text = "Correlations..." ' 'mnuClimaticSCFSupportPrincipalComponents ' Me.mnuClimaticSCFSupportPrincipalComponents.Name = "mnuClimaticSCFSupportPrincipalComponents" - resources.ApplyResources(Me.mnuClimaticSCFSupportPrincipalComponents, "mnuClimaticSCFSupportPrincipalComponents") + Me.mnuClimaticSCFSupportPrincipalComponents.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticSCFSupportPrincipalComponents.Text = "Principal Components..." ' 'mnuClimaticSCFSupportCanonicalCorrelations ' Me.mnuClimaticSCFSupportCanonicalCorrelations.Name = "mnuClimaticSCFSupportCanonicalCorrelations" - resources.ApplyResources(Me.mnuClimaticSCFSupportCanonicalCorrelations, "mnuClimaticSCFSupportCanonicalCorrelations") + Me.mnuClimaticSCFSupportCanonicalCorrelations.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticSCFSupportCanonicalCorrelations.Text = "Canonical Correlations..." ' 'mnuClimaticSCFSupportCumulativeExceedanceGraph ' Me.mnuClimaticSCFSupportCumulativeExceedanceGraph.Name = "mnuClimaticSCFSupportCumulativeExceedanceGraph" - resources.ApplyResources(Me.mnuClimaticSCFSupportCumulativeExceedanceGraph, "mnuClimaticSCFSupportCumulativeExceedanceGraph") + Me.mnuClimaticSCFSupportCumulativeExceedanceGraph.Size = New System.Drawing.Size(246, 22) + Me.mnuClimaticSCFSupportCumulativeExceedanceGraph.Text = "Cumulative/Exceedance Graph..." ' 'mnuClimaticClimateMethods ' Me.mnuClimaticClimateMethods.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticClimateMethodsDataManipulation, Me.mnuClimaticClimateMethodsGraphics, Me.mnuClimaticClimateMethodsModel, Me.mnuClimaticClimateMethodsAdditional, Me.mnuClimateMethodsCreateClimateObject}) Me.mnuClimaticClimateMethods.Name = "mnuClimaticClimateMethods" - resources.ApplyResources(Me.mnuClimaticClimateMethods, "mnuClimaticClimateMethods") + Me.mnuClimaticClimateMethods.Size = New System.Drawing.Size(212, 22) Me.mnuClimaticClimateMethods.Tag = "Climatic_Methods" + Me.mnuClimaticClimateMethods.Text = "Climate Methods" + Me.mnuClimaticClimateMethods.Visible = False ' 'mnuClimaticClimateMethodsDataManipulation ' Me.mnuClimaticClimateMethodsDataManipulation.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticClimateMethodsDataManipulationStartOfRain, Me.mnuClimaticClimateMethodsDataManipulationEndOfRain, Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth, Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular, Me.mnuClimaticClimateMethodsDataManipulationDayMonth, Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily, Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear, Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal, Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength, Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA, Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents, Me.mnuClimaticClimateMethodsDataManipulationMissingData, Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable, Me.mnuClimateMethodsDataManipulationMonthlySummaries, Me.mnuClimateMethodsDataManipulationOutputForCD}) Me.mnuClimaticClimateMethodsDataManipulation.Name = "mnuClimaticClimateMethodsDataManipulation" - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulation, "mnuClimaticClimateMethodsDataManipulation") + Me.mnuClimaticClimateMethodsDataManipulation.Size = New System.Drawing.Size(199, 22) Me.mnuClimaticClimateMethodsDataManipulation.Tag = "Data_Manipulation" + Me.mnuClimaticClimateMethodsDataManipulation.Text = "Data Manipulation" ' 'mnuClimaticClimateMethodsDataManipulationStartOfRain ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationStartOfRain, "mnuClimaticClimateMethodsDataManipulationStartOfRain") + Me.mnuClimaticClimateMethodsDataManipulationStartOfRain.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationStartOfRain.Name = "mnuClimaticClimateMethodsDataManipulationStartOfRain" + Me.mnuClimaticClimateMethodsDataManipulationStartOfRain.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationStartOfRain.Tag = "Start_of_Rain" + Me.mnuClimaticClimateMethodsDataManipulationStartOfRain.Text = "Start of Rain..." ' 'mnuClimaticClimateMethodsDataManipulationEndOfRain ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationEndOfRain, "mnuClimaticClimateMethodsDataManipulationEndOfRain") + Me.mnuClimaticClimateMethodsDataManipulationEndOfRain.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationEndOfRain.Name = "mnuClimaticClimateMethodsDataManipulationEndOfRain" + Me.mnuClimaticClimateMethodsDataManipulationEndOfRain.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationEndOfRain.Tag = "End_of_Rain" + Me.mnuClimaticClimateMethodsDataManipulationEndOfRain.Text = "End of Rain..." ' 'mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth, "mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth") + Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth.Name = "mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth" + Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth.Tag = "Change_Format_Month" + Me.mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth.Text = "Change Format Day Month..." ' 'mnuClimaticClimateMethodsDataManipulationExportCPTToTabular ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular, "mnuClimaticClimateMethodsDataManipulationExportCPTToTabular") + Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular.Name = "mnuClimaticClimateMethodsDataManipulationExportCPTToTabular" + Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular.Tag = "Expot_CPT_to_Tabular" + Me.mnuClimaticClimateMethodsDataManipulationExportCPTToTabular.Text = "Export CPT to Tabular..." ' 'mnuClimaticClimateMethodsDataManipulationDayMonth ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationDayMonth, "mnuClimaticClimateMethodsDataManipulationDayMonth") + Me.mnuClimaticClimateMethodsDataManipulationDayMonth.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationDayMonth.Name = "mnuClimaticClimateMethodsDataManipulationDayMonth" + Me.mnuClimaticClimateMethodsDataManipulationDayMonth.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationDayMonth.Tag = "Day_Month" + Me.mnuClimaticClimateMethodsDataManipulationDayMonth.Text = "Day Month..." ' 'mnuClimaticClimateMethodsDataManipulationDisplayDaily ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily, "mnuClimaticClimateMethodsDataManipulationDisplayDaily") + Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily.Name = "mnuClimaticClimateMethodsDataManipulationDisplayDaily" + Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily.Tag = "Display_Daily" + Me.mnuClimaticClimateMethodsDataManipulationDisplayDaily.Text = "Display Daily..." ' 'mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear, "mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear") + Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear.Name = "mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear" + Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear.Tag = "Display_DOY_of_Year" + Me.mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear.Text = "Display DOY of Year..." ' 'mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal, "mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal") + Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal.Name = "mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal" + Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal.Tag = "Display_Rain_Running_Total" + Me.mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal.Text = "Display Rain Running Total..." ' 'mnuClimaticClimateMethodsDataManipulationDisplaySpellLength ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength, "mnuClimaticClimateMethodsDataManipulationDisplaySpellLength") + Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength.Name = "mnuClimaticClimateMethodsDataManipulationDisplaySpellLength" + Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength.Tag = "Display_Spell_length" + Me.mnuClimaticClimateMethodsDataManipulationDisplaySpellLength.Text = "Display Spell Length..." ' 'mnuClimaticClimateMethodsDataManipulationExportForPICSA ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA, "mnuClimaticClimateMethodsDataManipulationExportForPICSA") + Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA.Name = "mnuClimaticClimateMethodsDataManipulationExportForPICSA" + Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA.Tag = "Export_for_PICSA" + Me.mnuClimaticClimateMethodsDataManipulationExportForPICSA.Text = "Export for PICSA..." ' 'mnuClimaticClimateMethodsDataManipulationExtremeEvents ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents, "mnuClimaticClimateMethodsDataManipulationExtremeEvents") + Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents.Name = "mnuClimaticClimateMethodsDataManipulationExtremeEvents" + Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents.Tag = "Extreme_Events" + Me.mnuClimaticClimateMethodsDataManipulationExtremeEvents.Text = "Extreme Events..." ' 'mnuClimaticClimateMethodsDataManipulationMissingData ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationMissingData, "mnuClimaticClimateMethodsDataManipulationMissingData") + Me.mnuClimaticClimateMethodsDataManipulationMissingData.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationMissingData.Name = "mnuClimaticClimateMethodsDataManipulationMissingData" + Me.mnuClimaticClimateMethodsDataManipulationMissingData.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationMissingData.Tag = "Missing_Data" + Me.mnuClimaticClimateMethodsDataManipulationMissingData.Text = "Missing Data..." ' 'mnuClimaticClimateMethodsDataManipulationMissingDataTable ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable, "mnuClimaticClimateMethodsDataManipulationMissingDataTable") + Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable.Enabled = False Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable.Name = "mnuClimaticClimateMethodsDataManipulationMissingDataTable" + Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable.Size = New System.Drawing.Size(227, 22) Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable.Tag = "Missing_Data_Table" + Me.mnuClimaticClimateMethodsDataManipulationMissingDataTable.Text = "Missing Data Table..." ' 'mnuClimateMethodsDataManipulationMonthlySummaries ' - resources.ApplyResources(Me.mnuClimateMethodsDataManipulationMonthlySummaries, "mnuClimateMethodsDataManipulationMonthlySummaries") + Me.mnuClimateMethodsDataManipulationMonthlySummaries.Enabled = False Me.mnuClimateMethodsDataManipulationMonthlySummaries.Name = "mnuClimateMethodsDataManipulationMonthlySummaries" + Me.mnuClimateMethodsDataManipulationMonthlySummaries.Size = New System.Drawing.Size(227, 22) Me.mnuClimateMethodsDataManipulationMonthlySummaries.Tag = "Monthly_Summaries" + Me.mnuClimateMethodsDataManipulationMonthlySummaries.Text = "Monthly Summaries..." ' 'mnuClimateMethodsDataManipulationOutputForCD ' - resources.ApplyResources(Me.mnuClimateMethodsDataManipulationOutputForCD, "mnuClimateMethodsDataManipulationOutputForCD") + Me.mnuClimateMethodsDataManipulationOutputForCD.Enabled = False Me.mnuClimateMethodsDataManipulationOutputForCD.Name = "mnuClimateMethodsDataManipulationOutputForCD" + Me.mnuClimateMethodsDataManipulationOutputForCD.Size = New System.Drawing.Size(227, 22) Me.mnuClimateMethodsDataManipulationOutputForCD.Tag = "Output_for_CDT" + Me.mnuClimateMethodsDataManipulationOutputForCD.Text = "Output for CDT..." ' 'mnuClimaticClimateMethodsGraphics ' Me.mnuClimaticClimateMethodsGraphics.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot, Me.mnuClimaticClimateMethodsGraphicsCliplot, Me.mnuClimaticClimateMethodsGraphicsMissingValues, Me.mnuClimaticClimateMethodsGraphicsHistogram, Me.mnuClimaticClimateMethodsGraphicsCumExceedance, Me.mnuClimaticClimateMethodsGraphicsBoxplot, Me.mnuClimaticClimateMethodsGraphicsInventory, Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall, Me.mnuClimaticClimateMethodsGraphicsRainCount, Me.mnuClimaticClimateMethodsGraphicsTimeseries, Me.mnuClimaticClimateMethodsGraphicsWindrose, Me.mnuClimateMethodsGraphicsMultipleLines, Me.mnuClmateMethodThreeSummaries}) Me.mnuClimaticClimateMethodsGraphics.Name = "mnuClimaticClimateMethodsGraphics" - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphics, "mnuClimaticClimateMethodsGraphics") + Me.mnuClimaticClimateMethodsGraphics.Size = New System.Drawing.Size(199, 22) Me.mnuClimaticClimateMethodsGraphics.Tag = "Graphics" + Me.mnuClimaticClimateMethodsGraphics.Text = "Graphics" ' 'mnuClimaticClimateMethodsGraphicsClipBoxPlot ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot, "mnuClimaticClimateMethodsGraphicsClipBoxPlot") + Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot.Enabled = False Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot.Name = "mnuClimaticClimateMethodsGraphicsClipBoxPlot" + Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot.Tag = "Cliboxplot" + Me.mnuClimaticClimateMethodsGraphicsClipBoxPlot.Text = "Cliboxplot..." ' 'mnuClimaticClimateMethodsGraphicsCliplot ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsCliplot, "mnuClimaticClimateMethodsGraphicsCliplot") + Me.mnuClimaticClimateMethodsGraphicsCliplot.Enabled = False Me.mnuClimaticClimateMethodsGraphicsCliplot.Name = "mnuClimaticClimateMethodsGraphicsCliplot" + Me.mnuClimaticClimateMethodsGraphicsCliplot.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsCliplot.Tag = "Cliplot" + Me.mnuClimaticClimateMethodsGraphicsCliplot.Text = "Cliplot..." ' 'mnuClimaticClimateMethodsGraphicsMissingValues ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsMissingValues, "mnuClimaticClimateMethodsGraphicsMissingValues") + Me.mnuClimaticClimateMethodsGraphicsMissingValues.Enabled = False Me.mnuClimaticClimateMethodsGraphicsMissingValues.Name = "mnuClimaticClimateMethodsGraphicsMissingValues" + Me.mnuClimaticClimateMethodsGraphicsMissingValues.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsMissingValues.Tag = "Missing_values" + Me.mnuClimaticClimateMethodsGraphicsMissingValues.Text = "Missing Values..." ' 'mnuClimaticClimateMethodsGraphicsHistogram ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsHistogram, "mnuClimaticClimateMethodsGraphicsHistogram") + Me.mnuClimaticClimateMethodsGraphicsHistogram.Enabled = False Me.mnuClimaticClimateMethodsGraphicsHistogram.Name = "mnuClimaticClimateMethodsGraphicsHistogram" + Me.mnuClimaticClimateMethodsGraphicsHistogram.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsHistogram.Tag = "Histogram" + Me.mnuClimaticClimateMethodsGraphicsHistogram.Text = "Histogram..." ' 'mnuClimaticClimateMethodsGraphicsCumExceedance ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsCumExceedance, "mnuClimaticClimateMethodsGraphicsCumExceedance") + Me.mnuClimaticClimateMethodsGraphicsCumExceedance.Enabled = False Me.mnuClimaticClimateMethodsGraphicsCumExceedance.Name = "mnuClimaticClimateMethodsGraphicsCumExceedance" + Me.mnuClimaticClimateMethodsGraphicsCumExceedance.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsCumExceedance.Tag = "Cumulative_Exceedence" + Me.mnuClimaticClimateMethodsGraphicsCumExceedance.Text = "Cummulative Exceedance..." ' 'mnuClimaticClimateMethodsGraphicsBoxplot ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsBoxplot, "mnuClimaticClimateMethodsGraphicsBoxplot") + Me.mnuClimaticClimateMethodsGraphicsBoxplot.Enabled = False Me.mnuClimaticClimateMethodsGraphicsBoxplot.Name = "mnuClimaticClimateMethodsGraphicsBoxplot" + Me.mnuClimaticClimateMethodsGraphicsBoxplot.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsBoxplot.Tag = "Boxplot" + Me.mnuClimaticClimateMethodsGraphicsBoxplot.Text = "Boxplot..." ' 'mnuClimaticClimateMethodsGraphicsInventory ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsInventory, "mnuClimaticClimateMethodsGraphicsInventory") + Me.mnuClimaticClimateMethodsGraphicsInventory.Enabled = False Me.mnuClimaticClimateMethodsGraphicsInventory.Name = "mnuClimaticClimateMethodsGraphicsInventory" + Me.mnuClimaticClimateMethodsGraphicsInventory.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsInventory.Tag = "Inventory" + Me.mnuClimaticClimateMethodsGraphicsInventory.Text = "Inventory..." ' 'mnuClimaticClimateMethodsGraphicsAnnualRainfall ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall, "mnuClimaticClimateMethodsGraphicsAnnualRainfall") + Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall.Enabled = False Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall.Name = "mnuClimaticClimateMethodsGraphicsAnnualRainfall" + Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall.Tag = "Annual_rainfall" + Me.mnuClimaticClimateMethodsGraphicsAnnualRainfall.Text = "Annual Rainfall..." ' 'mnuClimaticClimateMethodsGraphicsRainCount ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsRainCount, "mnuClimaticClimateMethodsGraphicsRainCount") + Me.mnuClimaticClimateMethodsGraphicsRainCount.Enabled = False Me.mnuClimaticClimateMethodsGraphicsRainCount.Name = "mnuClimaticClimateMethodsGraphicsRainCount" + Me.mnuClimaticClimateMethodsGraphicsRainCount.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsRainCount.Tag = "Rain_count" + Me.mnuClimaticClimateMethodsGraphicsRainCount.Text = "Rain Count..." ' 'mnuClimaticClimateMethodsGraphicsTimeseries ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsTimeseries, "mnuClimaticClimateMethodsGraphicsTimeseries") + Me.mnuClimaticClimateMethodsGraphicsTimeseries.Enabled = False Me.mnuClimaticClimateMethodsGraphicsTimeseries.Name = "mnuClimaticClimateMethodsGraphicsTimeseries" + Me.mnuClimaticClimateMethodsGraphicsTimeseries.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsTimeseries.Tag = "Timeseries" + Me.mnuClimaticClimateMethodsGraphicsTimeseries.Text = "Timeseries..." ' 'mnuClimaticClimateMethodsGraphicsWindrose ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsGraphicsWindrose, "mnuClimaticClimateMethodsGraphicsWindrose") + Me.mnuClimaticClimateMethodsGraphicsWindrose.Enabled = False Me.mnuClimaticClimateMethodsGraphicsWindrose.Name = "mnuClimaticClimateMethodsGraphicsWindrose" + Me.mnuClimaticClimateMethodsGraphicsWindrose.Size = New System.Drawing.Size(220, 22) Me.mnuClimaticClimateMethodsGraphicsWindrose.Tag = "Windrose" + Me.mnuClimaticClimateMethodsGraphicsWindrose.Text = "Windrose..." ' 'mnuClimateMethodsGraphicsMultipleLines ' - resources.ApplyResources(Me.mnuClimateMethodsGraphicsMultipleLines, "mnuClimateMethodsGraphicsMultipleLines") + Me.mnuClimateMethodsGraphicsMultipleLines.Enabled = False Me.mnuClimateMethodsGraphicsMultipleLines.Name = "mnuClimateMethodsGraphicsMultipleLines" + Me.mnuClimateMethodsGraphicsMultipleLines.Size = New System.Drawing.Size(220, 22) Me.mnuClimateMethodsGraphicsMultipleLines.Tag = "Multiple_lines" + Me.mnuClimateMethodsGraphicsMultipleLines.Text = "Multple Lines..." ' 'mnuClmateMethodThreeSummaries ' - resources.ApplyResources(Me.mnuClmateMethodThreeSummaries, "mnuClmateMethodThreeSummaries") + Me.mnuClmateMethodThreeSummaries.Enabled = False Me.mnuClmateMethodThreeSummaries.Name = "mnuClmateMethodThreeSummaries" + Me.mnuClmateMethodThreeSummaries.Size = New System.Drawing.Size(220, 22) Me.mnuClmateMethodThreeSummaries.Tag = "Three_Summaries" + Me.mnuClmateMethodThreeSummaries.Text = "Three Summaries..." ' 'mnuClimaticClimateMethodsModel ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsModel, "mnuClimaticClimateMethodsModel") + Me.mnuClimaticClimateMethodsModel.Enabled = False Me.mnuClimaticClimateMethodsModel.Name = "mnuClimaticClimateMethodsModel" + Me.mnuClimaticClimateMethodsModel.Size = New System.Drawing.Size(199, 22) Me.mnuClimaticClimateMethodsModel.Tag = "Model" + Me.mnuClimaticClimateMethodsModel.Text = "Model..." ' 'mnuClimaticClimateMethodsAdditional ' Me.mnuClimaticClimateMethodsAdditional.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticClimateMethodsAdditionalOutputForCPT, Me.mnuClimaticClimateMethodsAdditionalRainsStatistics, Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary, Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain, Me.mnuClimaticClimateMethodsAdditionalWaterBalance}) Me.mnuClimaticClimateMethodsAdditional.Name = "mnuClimaticClimateMethodsAdditional" - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditional, "mnuClimaticClimateMethodsAdditional") + Me.mnuClimaticClimateMethodsAdditional.Size = New System.Drawing.Size(199, 22) Me.mnuClimaticClimateMethodsAdditional.Tag = "Additional" + Me.mnuClimaticClimateMethodsAdditional.Text = "Additional" ' 'mnuClimaticClimateMethodsAdditionalOutputForCPT ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditionalOutputForCPT, "mnuClimaticClimateMethodsAdditionalOutputForCPT") + Me.mnuClimaticClimateMethodsAdditionalOutputForCPT.Enabled = False Me.mnuClimaticClimateMethodsAdditionalOutputForCPT.Name = "mnuClimaticClimateMethodsAdditionalOutputForCPT" + Me.mnuClimaticClimateMethodsAdditionalOutputForCPT.Size = New System.Drawing.Size(209, 22) Me.mnuClimaticClimateMethodsAdditionalOutputForCPT.Tag = "Output_for_CPT" + Me.mnuClimaticClimateMethodsAdditionalOutputForCPT.Text = "Output for CPT..." ' 'mnuClimaticClimateMethodsAdditionalRainsStatistics ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditionalRainsStatistics, "mnuClimaticClimateMethodsAdditionalRainsStatistics") + Me.mnuClimaticClimateMethodsAdditionalRainsStatistics.Enabled = False Me.mnuClimaticClimateMethodsAdditionalRainsStatistics.Name = "mnuClimaticClimateMethodsAdditionalRainsStatistics" + Me.mnuClimaticClimateMethodsAdditionalRainsStatistics.Size = New System.Drawing.Size(209, 22) Me.mnuClimaticClimateMethodsAdditionalRainsStatistics.Tag = "Rain_Statistics" + Me.mnuClimaticClimateMethodsAdditionalRainsStatistics.Text = "Rains Statistics..." ' 'mnuClimaticClimateMethodsAdditionalSeasonalSummary ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary, "mnuClimaticClimateMethodsAdditionalSeasonalSummary") + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary.Enabled = False Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary.Name = "mnuClimaticClimateMethodsAdditionalSeasonalSummary" + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary.Size = New System.Drawing.Size(209, 22) Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary.Tag = "Seasonal_Summary" + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummary.Text = "Seasonal Summary..." ' 'mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain, "mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain") + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain.Enabled = False Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain.Name = "mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain" + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain.Size = New System.Drawing.Size(209, 22) Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain.Tag = "Seasonal_Summary_Rain" + Me.mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain.Text = "Seasonal Summary Rain..." ' 'mnuClimaticClimateMethodsAdditionalWaterBalance ' - resources.ApplyResources(Me.mnuClimaticClimateMethodsAdditionalWaterBalance, "mnuClimaticClimateMethodsAdditionalWaterBalance") + Me.mnuClimaticClimateMethodsAdditionalWaterBalance.Enabled = False Me.mnuClimaticClimateMethodsAdditionalWaterBalance.Name = "mnuClimaticClimateMethodsAdditionalWaterBalance" + Me.mnuClimaticClimateMethodsAdditionalWaterBalance.Size = New System.Drawing.Size(209, 22) Me.mnuClimaticClimateMethodsAdditionalWaterBalance.Tag = "Water_Balance" + Me.mnuClimaticClimateMethodsAdditionalWaterBalance.Text = "Water Balance..." ' 'mnuClimateMethodsCreateClimateObject ' - resources.ApplyResources(Me.mnuClimateMethodsCreateClimateObject, "mnuClimateMethodsCreateClimateObject") + Me.mnuClimateMethodsCreateClimateObject.Enabled = False Me.mnuClimateMethodsCreateClimateObject.Name = "mnuClimateMethodsCreateClimateObject" + Me.mnuClimateMethodsCreateClimateObject.Size = New System.Drawing.Size(199, 22) Me.mnuClimateMethodsCreateClimateObject.Tag = "Create_Climate_Object" + Me.mnuClimateMethodsCreateClimateObject.Text = "Create Climate Object..." ' 'mnuFileSave ' Me.mnuFileSave.Name = "mnuFileSave" - resources.ApplyResources(Me.mnuFileSave, "mnuFileSave") + Me.mnuFileSave.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys) + Me.mnuFileSave.Size = New System.Drawing.Size(232, 22) Me.mnuFileSave.Tag = "Save" + Me.mnuFileSave.Text = "Save..." ' 'mnuFileSaveAs ' Me.mnuFileSaveAs.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileSaveAsDataAs, Me.mnuFileSaveAsOutputAs, Me.mnuFileSaveAsLogAs, Me.mnuFileSaveAsScriptAs}) Me.mnuFileSaveAs.Name = "mnuFileSaveAs" - resources.ApplyResources(Me.mnuFileSaveAs, "mnuFileSaveAs") + Me.mnuFileSaveAs.Size = New System.Drawing.Size(232, 22) Me.mnuFileSaveAs.Tag = "Save_As" + Me.mnuFileSaveAs.Text = "Save As" ' 'mnuFileSaveAsDataAs ' Me.mnuFileSaveAsDataAs.Name = "mnuFileSaveAsDataAs" - resources.ApplyResources(Me.mnuFileSaveAsDataAs, "mnuFileSaveAsDataAs") + Me.mnuFileSaveAsDataAs.Size = New System.Drawing.Size(164, 22) + Me.mnuFileSaveAsDataAs.Text = "Save Data As..." ' 'mnuFileSaveAsOutputAs ' Me.mnuFileSaveAsOutputAs.Name = "mnuFileSaveAsOutputAs" - resources.ApplyResources(Me.mnuFileSaveAsOutputAs, "mnuFileSaveAsOutputAs") + Me.mnuFileSaveAsOutputAs.Size = New System.Drawing.Size(164, 22) + Me.mnuFileSaveAsOutputAs.Text = "Save Output As..." ' 'mnuFileSaveAsLogAs ' Me.mnuFileSaveAsLogAs.Name = "mnuFileSaveAsLogAs" - resources.ApplyResources(Me.mnuFileSaveAsLogAs, "mnuFileSaveAsLogAs") + Me.mnuFileSaveAsLogAs.Size = New System.Drawing.Size(164, 22) + Me.mnuFileSaveAsLogAs.Text = "Save Log As..." ' 'mnuFileSaveAsScriptAs ' Me.mnuFileSaveAsScriptAs.Name = "mnuFileSaveAsScriptAs" - resources.ApplyResources(Me.mnuFileSaveAsScriptAs, "mnuFileSaveAsScriptAs") + Me.mnuFileSaveAsScriptAs.Size = New System.Drawing.Size(164, 22) + Me.mnuFileSaveAsScriptAs.Text = "Save Script As..." ' 'mnuFilePrint ' - resources.ApplyResources(Me.mnuFilePrint, "mnuFilePrint") + Me.mnuFilePrint.Enabled = False Me.mnuFilePrint.Name = "mnuFilePrint" + Me.mnuFilePrint.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P), System.Windows.Forms.Keys) + Me.mnuFilePrint.Size = New System.Drawing.Size(232, 22) Me.mnuFilePrint.Tag = "Print" + Me.mnuFilePrint.Text = "Print..." + Me.mnuFilePrint.Visible = False ' 'mnuFilePrintPreview ' - resources.ApplyResources(Me.mnuFilePrintPreview, "mnuFilePrintPreview") + Me.mnuFilePrintPreview.Enabled = False Me.mnuFilePrintPreview.Name = "mnuFilePrintPreview" + Me.mnuFilePrintPreview.Size = New System.Drawing.Size(232, 22) Me.mnuFilePrintPreview.Tag = "Print_Preview" + Me.mnuFilePrintPreview.Text = "Print Preview..." + Me.mnuFilePrintPreview.Visible = False ' 'tlSeparatorFile3 ' Me.tlSeparatorFile3.Name = "tlSeparatorFile3" - resources.ApplyResources(Me.tlSeparatorFile3, "tlSeparatorFile3") + Me.tlSeparatorFile3.Size = New System.Drawing.Size(229, 6) ' 'mnuFIleExit ' Me.mnuFIleExit.Name = "mnuFIleExit" - resources.ApplyResources(Me.mnuFIleExit, "mnuFIleExit") + Me.mnuFIleExit.Size = New System.Drawing.Size(232, 22) Me.mnuFIleExit.Tag = "Exit" + Me.mnuFIleExit.Text = "Exit" ' 'mnuEdit ' Me.mnuEdit.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuEditFind, Me.mnuEditFindNext, Me.mnuEditReplace, Me.mnuEditCut, Me.mnuEditCopy, Me.mnuEditCopySpecial, Me.mnuEditPaste, Me.mnuPasteSpecial, Me.mnuEditPasteNewDataFrame, Me.mnuEditSelectAll, Me.ToolStripSeparator71, Me.mnuEditScript}) Me.mnuEdit.Name = "mnuEdit" - resources.ApplyResources(Me.mnuEdit, "mnuEdit") + Me.mnuEdit.Size = New System.Drawing.Size(39, 20) Me.mnuEdit.Tag = "Edit" + Me.mnuEdit.Text = "Edit" ' 'mnuEditFind ' - resources.ApplyResources(Me.mnuEditFind, "mnuEditFind") + Me.mnuEditFind.Enabled = False Me.mnuEditFind.Name = "mnuEditFind" + Me.mnuEditFind.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F), System.Windows.Forms.Keys) + Me.mnuEditFind.Size = New System.Drawing.Size(207, 22) Me.mnuEditFind.Tag = "Find" + Me.mnuEditFind.Text = "Find" ' 'mnuEditFindNext ' - resources.ApplyResources(Me.mnuEditFindNext, "mnuEditFindNext") + Me.mnuEditFindNext.Enabled = False Me.mnuEditFindNext.Name = "mnuEditFindNext" + Me.mnuEditFindNext.Size = New System.Drawing.Size(207, 22) + Me.mnuEditFindNext.Text = "Find Next" ' 'mnuEditReplace ' - resources.ApplyResources(Me.mnuEditReplace, "mnuEditReplace") + Me.mnuEditReplace.Enabled = False Me.mnuEditReplace.Name = "mnuEditReplace" + Me.mnuEditReplace.Size = New System.Drawing.Size(207, 22) Me.mnuEditReplace.Tag = "Replace" + Me.mnuEditReplace.Text = "Replace" ' 'mnuEditCut ' - resources.ApplyResources(Me.mnuEditCut, "mnuEditCut") + Me.mnuEditCut.Enabled = False Me.mnuEditCut.Name = "mnuEditCut" + Me.mnuEditCut.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.X), System.Windows.Forms.Keys) + Me.mnuEditCut.Size = New System.Drawing.Size(207, 22) Me.mnuEditCut.Tag = "Cut" + Me.mnuEditCut.Text = "Cut" ' 'mnuEditCopy ' Me.mnuEditCopy.Name = "mnuEditCopy" - resources.ApplyResources(Me.mnuEditCopy, "mnuEditCopy") + Me.mnuEditCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) + Me.mnuEditCopy.Size = New System.Drawing.Size(207, 22) Me.mnuEditCopy.Tag = "Copy" + Me.mnuEditCopy.Text = "Copy" ' 'mnuEditCopySpecial ' Me.mnuEditCopySpecial.Name = "mnuEditCopySpecial" - resources.ApplyResources(Me.mnuEditCopySpecial, "mnuEditCopySpecial") + Me.mnuEditCopySpecial.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Alt) _ + Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) + Me.mnuEditCopySpecial.Size = New System.Drawing.Size(207, 22) Me.mnuEditCopySpecial.Tag = "Copy_Special" + Me.mnuEditCopySpecial.Text = "Copy Special" ' 'mnuEditPaste ' Me.mnuEditPaste.Name = "mnuEditPaste" - resources.ApplyResources(Me.mnuEditPaste, "mnuEditPaste") + Me.mnuEditPaste.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys) + Me.mnuEditPaste.Size = New System.Drawing.Size(207, 22) Me.mnuEditPaste.Tag = "Paste" + Me.mnuEditPaste.Text = "Paste" ' 'mnuPasteSpecial ' Me.mnuPasteSpecial.Name = "mnuPasteSpecial" - resources.ApplyResources(Me.mnuPasteSpecial, "mnuPasteSpecial") + Me.mnuPasteSpecial.ShortcutKeys = CType(((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Alt) _ + Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys) + Me.mnuPasteSpecial.Size = New System.Drawing.Size(207, 22) Me.mnuPasteSpecial.Tag = "Paste" + Me.mnuPasteSpecial.Text = "Paste Special" ' 'mnuEditPasteNewDataFrame ' Me.mnuEditPasteNewDataFrame.Name = "mnuEditPasteNewDataFrame" - resources.ApplyResources(Me.mnuEditPasteNewDataFrame, "mnuEditPasteNewDataFrame") + Me.mnuEditPasteNewDataFrame.Size = New System.Drawing.Size(207, 22) Me.mnuEditPasteNewDataFrame.Tag = "Paste" + Me.mnuEditPasteNewDataFrame.Text = "Paste New Data Frame" ' 'mnuEditSelectAll ' Me.mnuEditSelectAll.Name = "mnuEditSelectAll" - resources.ApplyResources(Me.mnuEditSelectAll, "mnuEditSelectAll") + Me.mnuEditSelectAll.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys) + Me.mnuEditSelectAll.Size = New System.Drawing.Size(207, 22) Me.mnuEditSelectAll.Tag = "Select_All" + Me.mnuEditSelectAll.Text = "Select All " ' 'ToolStripSeparator71 ' Me.ToolStripSeparator71.Name = "ToolStripSeparator71" - resources.ApplyResources(Me.ToolStripSeparator71, "ToolStripSeparator71") + Me.ToolStripSeparator71.Size = New System.Drawing.Size(204, 6) ' 'mnuEditScript ' - resources.ApplyResources(Me.mnuEditScript, "mnuEditScript") Me.mnuEditScript.Name = "mnuEditScript" + Me.mnuEditScript.Size = New System.Drawing.Size(207, 22) + Me.mnuEditScript.Text = "Script" ' 'stsStrip ' Me.stsStrip.ImageScalingSize = New System.Drawing.Size(24, 24) Me.stsStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstatus}) - resources.ApplyResources(Me.stsStrip, "stsStrip") + Me.stsStrip.Location = New System.Drawing.Point(0, 460) Me.stsStrip.Name = "stsStrip" Me.stsStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional + Me.stsStrip.Size = New System.Drawing.Size(834, 22) + Me.stsStrip.TabIndex = 8 + Me.stsStrip.Text = "Status" ' 'tstatus ' Me.tstatus.Name = "tstatus" - resources.ApplyResources(Me.tstatus, "tstatus") + Me.tstatus.Size = New System.Drawing.Size(119, 17) + Me.tstatus.Text = "No worksheet loaded" ' 'Tool_strip ' @@ -2574,1574 +3002,1884 @@ Partial Class frmMain Me.Tool_strip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.Tool_strip.ImageScalingSize = New System.Drawing.Size(30, 30) Me.Tool_strip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuTbOpen, Me.mnuTbOpenFromLibrary, Me.mnuTbSave, Me.toolStripSeparator, Me.mnuTbCopy, Me.mnuTbPaste, Me.separator1, Me.mnuTbEditLastDialog, Me.mnuTbLast10Dialogs, Me.mnuLastGraph, Me.separator2, Me.mnuTbDataView, Me.mnuTbOutput, Me.mnuMetadata, Me.mnuTbLog, Me.mnuTbResetLayout, Me.separator3, Me.mnuTbHelp, Me.mnuTbLan}) - resources.ApplyResources(Me.Tool_strip, "Tool_strip") + Me.Tool_strip.Location = New System.Drawing.Point(0, 24) Me.Tool_strip.Name = "Tool_strip" Me.Tool_strip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional + Me.Tool_strip.RightToLeft = System.Windows.Forms.RightToLeft.No + Me.Tool_strip.Size = New System.Drawing.Size(834, 37) + Me.Tool_strip.TabIndex = 7 + Me.Tool_strip.Text = "Tool" ' 'mnuTbOpen ' Me.mnuTbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbOpen.Image = Global.instat.My.Resources.Resources.openfromfile2 - resources.ApplyResources(Me.mnuTbOpen, "mnuTbOpen") + Me.mnuTbOpen.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbOpen.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbOpen.Name = "mnuTbOpen" + Me.mnuTbOpen.Size = New System.Drawing.Size(46, 34) + Me.mnuTbOpen.Text = "&Open" + Me.mnuTbOpen.ToolTipText = "Import" ' 'mnuTbOpenFromLibrary ' Me.mnuTbOpenFromLibrary.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbOpenFromLibrary.Image = Global.instat.My.Resources.Resources.openfromlibrary - resources.ApplyResources(Me.mnuTbOpenFromLibrary, "mnuTbOpenFromLibrary") + Me.mnuTbOpenFromLibrary.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbOpenFromLibrary.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbOpenFromLibrary.Name = "mnuTbOpenFromLibrary" + Me.mnuTbOpenFromLibrary.Size = New System.Drawing.Size(34, 34) + Me.mnuTbOpenFromLibrary.ToolTipText = "Import From Library" ' 'mnuTbSave ' Me.mnuTbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbSave.Image = Global.instat.My.Resources.Resources.save2 - resources.ApplyResources(Me.mnuTbSave, "mnuTbSave") + Me.mnuTbSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbSave.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbSave.Name = "mnuTbSave" + Me.mnuTbSave.Size = New System.Drawing.Size(34, 34) + Me.mnuTbSave.Text = "&Save" ' 'toolStripSeparator ' Me.toolStripSeparator.Name = "toolStripSeparator" - resources.ApplyResources(Me.toolStripSeparator, "toolStripSeparator") + Me.toolStripSeparator.Size = New System.Drawing.Size(6, 37) ' 'mnuTbCopy ' Me.mnuTbCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbCopy.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSubTbCopy, Me.mnuSubTbCopySpecial}) Me.mnuTbCopy.Image = Global.instat.My.Resources.Resources.copy2 - resources.ApplyResources(Me.mnuTbCopy, "mnuTbCopy") + Me.mnuTbCopy.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbCopy.Name = "mnuTbCopy" + Me.mnuTbCopy.Size = New System.Drawing.Size(46, 34) + Me.mnuTbCopy.Text = "ToolStripSplitButton3" + Me.mnuTbCopy.ToolTipText = "View Last Graph" ' 'mnuSubTbCopy ' Me.mnuSubTbCopy.Name = "mnuSubTbCopy" - resources.ApplyResources(Me.mnuSubTbCopy, "mnuSubTbCopy") + Me.mnuSubTbCopy.Size = New System.Drawing.Size(142, 22) + Me.mnuSubTbCopy.Text = "Copy" ' 'mnuSubTbCopySpecial ' Me.mnuSubTbCopySpecial.Name = "mnuSubTbCopySpecial" - resources.ApplyResources(Me.mnuSubTbCopySpecial, "mnuSubTbCopySpecial") + Me.mnuSubTbCopySpecial.Size = New System.Drawing.Size(142, 22) + Me.mnuSubTbCopySpecial.Text = "Copy Special" ' 'mnuTbPaste ' Me.mnuTbPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbPaste.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSubTbPaste, Me.mnuSubTbPasteSpecial}) Me.mnuTbPaste.Image = Global.instat.My.Resources.Resources.paste2 - resources.ApplyResources(Me.mnuTbPaste, "mnuTbPaste") + Me.mnuTbPaste.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbPaste.Name = "mnuTbPaste" + Me.mnuTbPaste.Size = New System.Drawing.Size(46, 34) + Me.mnuTbPaste.Text = "ToolStripSplitButton3" + Me.mnuTbPaste.ToolTipText = "View Last Graph" ' 'mnuSubTbPaste ' Me.mnuSubTbPaste.Name = "mnuSubTbPaste" - resources.ApplyResources(Me.mnuSubTbPaste, "mnuSubTbPaste") + Me.mnuSubTbPaste.Size = New System.Drawing.Size(142, 22) + Me.mnuSubTbPaste.Text = "Paste" ' 'mnuSubTbPasteSpecial ' Me.mnuSubTbPasteSpecial.Name = "mnuSubTbPasteSpecial" - resources.ApplyResources(Me.mnuSubTbPasteSpecial, "mnuSubTbPasteSpecial") + Me.mnuSubTbPasteSpecial.Size = New System.Drawing.Size(142, 22) + Me.mnuSubTbPasteSpecial.Text = "Paste Special" ' 'separator1 ' Me.separator1.Name = "separator1" - resources.ApplyResources(Me.separator1, "separator1") + Me.separator1.Size = New System.Drawing.Size(6, 37) ' 'mnuTbEditLastDialog ' Me.mnuTbEditLastDialog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbEditLastDialog.Image = Global.instat.My.Resources.Resources.dialog2 - resources.ApplyResources(Me.mnuTbEditLastDialog, "mnuTbEditLastDialog") + Me.mnuTbEditLastDialog.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbEditLastDialog.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbEditLastDialog.Name = "mnuTbEditLastDialog" + Me.mnuTbEditLastDialog.Size = New System.Drawing.Size(34, 34) + Me.mnuTbEditLastDialog.ToolTipText = "Edit Last Dialog" ' 'mnuTbLast10Dialogs ' Me.mnuTbLast10Dialogs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbLast10Dialogs.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.sepStart, Me.sepEnd}) Me.mnuTbLast10Dialogs.Image = Global.instat.My.Resources.Resources.last10dialogs - resources.ApplyResources(Me.mnuTbLast10Dialogs, "mnuTbLast10Dialogs") + Me.mnuTbLast10Dialogs.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbLast10Dialogs.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbLast10Dialogs.Name = "mnuTbLast10Dialogs" + Me.mnuTbLast10Dialogs.Size = New System.Drawing.Size(43, 34) + Me.mnuTbLast10Dialogs.ToolTipText = "Last 10 Dialogs" ' 'sepStart ' Me.sepStart.Name = "sepStart" - resources.ApplyResources(Me.sepStart, "sepStart") + Me.sepStart.Size = New System.Drawing.Size(57, 6) + Me.sepStart.Visible = False ' 'sepEnd ' Me.sepEnd.Name = "sepEnd" - resources.ApplyResources(Me.sepEnd, "sepEnd") + Me.sepEnd.Size = New System.Drawing.Size(57, 6) + Me.sepEnd.Visible = False ' 'mnuLastGraph ' Me.mnuLastGraph.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuLastGraph.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuViewer, Me.mnuploty}) - resources.ApplyResources(Me.mnuLastGraph, "mnuLastGraph") + Me.mnuLastGraph.Image = CType(resources.GetObject("mnuLastGraph.Image"), System.Drawing.Image) + Me.mnuLastGraph.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuLastGraph.Name = "mnuLastGraph" + Me.mnuLastGraph.Size = New System.Drawing.Size(46, 34) + Me.mnuLastGraph.Text = "ToolStripSplitButton3" + Me.mnuLastGraph.ToolTipText = "View Last Graph" ' 'mnuViewer ' Me.mnuViewer.Name = "mnuViewer" - resources.ApplyResources(Me.mnuViewer, "mnuViewer") + Me.mnuViewer.Size = New System.Drawing.Size(128, 22) + Me.mnuViewer.Text = "R Viewer..." ' 'mnuploty ' Me.mnuploty.Name = "mnuploty" - resources.ApplyResources(Me.mnuploty, "mnuploty") + Me.mnuploty.Size = New System.Drawing.Size(128, 22) + Me.mnuploty.Text = "Plotly..." ' 'separator2 ' Me.separator2.Name = "separator2" - resources.ApplyResources(Me.separator2, "separator2") + Me.separator2.Size = New System.Drawing.Size(6, 37) ' 'mnuTbDataView ' Me.mnuTbDataView.CheckOnClick = True Me.mnuTbDataView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbDataView.Image = Global.instat.My.Resources.Resources.dataframe2 - resources.ApplyResources(Me.mnuTbDataView, "mnuTbDataView") + Me.mnuTbDataView.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbDataView.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbDataView.Name = "mnuTbDataView" + Me.mnuTbDataView.Size = New System.Drawing.Size(34, 34) + Me.mnuTbDataView.ToolTipText = "Data View" ' 'mnuTbOutput ' Me.mnuTbOutput.CheckOnClick = True Me.mnuTbOutput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbOutput.Image = Global.instat.My.Resources.Resources.output3 - resources.ApplyResources(Me.mnuTbOutput, "mnuTbOutput") + Me.mnuTbOutput.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbOutput.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbOutput.Name = "mnuTbOutput" + Me.mnuTbOutput.Size = New System.Drawing.Size(34, 34) + Me.mnuTbOutput.ToolTipText = "Output Window" ' 'mnuMetadata ' Me.mnuMetadata.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuMetadata.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuColumnMetadat, Me.mnuDataFrameMetadat}) - resources.ApplyResources(Me.mnuMetadata, "mnuMetadata") + Me.mnuMetadata.Image = CType(resources.GetObject("mnuMetadata.Image"), System.Drawing.Image) + Me.mnuMetadata.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuMetadata.Name = "mnuMetadata" + Me.mnuMetadata.Size = New System.Drawing.Size(46, 34) + Me.mnuMetadata.Text = "ToolStripSplitButton2" + Me.mnuMetadata.ToolTipText = "Column Metadata" ' 'mnuColumnMetadat ' Me.mnuColumnMetadat.Name = "mnuColumnMetadat" - resources.ApplyResources(Me.mnuColumnMetadat, "mnuColumnMetadat") + Me.mnuColumnMetadat.Size = New System.Drawing.Size(202, 22) + Me.mnuColumnMetadat.Text = " Column Metadata..." ' 'mnuDataFrameMetadat ' Me.mnuDataFrameMetadat.Name = "mnuDataFrameMetadat" - resources.ApplyResources(Me.mnuDataFrameMetadat, "mnuDataFrameMetadat") + Me.mnuDataFrameMetadat.Size = New System.Drawing.Size(202, 22) + Me.mnuDataFrameMetadat.Text = " Data Frame Metadata..." ' 'mnuTbLog ' Me.mnuTbLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbLog.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuLogWindow, Me.mnuScriptWindow}) - resources.ApplyResources(Me.mnuTbLog, "mnuTbLog") + Me.mnuTbLog.Image = CType(resources.GetObject("mnuTbLog.Image"), System.Drawing.Image) + Me.mnuTbLog.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbLog.Name = "mnuTbLog" + Me.mnuTbLog.Size = New System.Drawing.Size(46, 34) + Me.mnuTbLog.Text = "Script Window..." + Me.mnuTbLog.ToolTipText = "Log Window" ' 'mnuLogWindow ' Me.mnuLogWindow.Name = "mnuLogWindow" - resources.ApplyResources(Me.mnuLogWindow, "mnuLogWindow") + Me.mnuLogWindow.Size = New System.Drawing.Size(166, 22) + Me.mnuLogWindow.Text = " Log Window..." ' 'mnuScriptWindow ' Me.mnuScriptWindow.Name = "mnuScriptWindow" - resources.ApplyResources(Me.mnuScriptWindow, "mnuScriptWindow") + Me.mnuScriptWindow.Size = New System.Drawing.Size(166, 22) + Me.mnuScriptWindow.Text = " Script Window..." ' 'mnuTbResetLayout ' Me.mnuTbResetLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbResetLayout.Image = Global.instat.My.Resources.Resources.reset3 - resources.ApplyResources(Me.mnuTbResetLayout, "mnuTbResetLayout") + Me.mnuTbResetLayout.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbResetLayout.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbResetLayout.Name = "mnuTbResetLayout" + Me.mnuTbResetLayout.Size = New System.Drawing.Size(34, 34) + Me.mnuTbResetLayout.ToolTipText = "Reset to Default Layout" ' 'separator3 ' Me.separator3.Name = "separator3" - resources.ApplyResources(Me.separator3, "separator3") + Me.separator3.Size = New System.Drawing.Size(6, 37) ' 'mnuTbHelp ' Me.mnuTbHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbHelp.Image = Global.instat.My.Resources.Resources.help2 - resources.ApplyResources(Me.mnuTbHelp, "mnuTbHelp") + Me.mnuTbHelp.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbHelp.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbHelp.Name = "mnuTbHelp" + Me.mnuTbHelp.Size = New System.Drawing.Size(34, 34) + Me.mnuTbHelp.Text = "He&lp" ' 'mnuTbLan ' Me.mnuTbLan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mnuTbLan.Image = Global.instat.My.Resources.Resources.lan_btn - resources.ApplyResources(Me.mnuTbLan, "mnuTbLan") + Me.mnuTbLan.ImageTransparentColor = System.Drawing.Color.Magenta Me.mnuTbLan.Margin = New System.Windows.Forms.Padding(2, 1, 2, 2) Me.mnuTbLan.Name = "mnuTbLan" + Me.mnuTbLan.Size = New System.Drawing.Size(34, 34) + Me.mnuTbLan.ToolTipText = "Changes the menu language to English, and from English" ' 'mnuBar ' Me.mnuBar.AllowMerge = False Me.mnuBar.BackColor = System.Drawing.SystemColors.ControlLightLight Me.mnuBar.ImageScalingSize = New System.Drawing.Size(24, 24) - resources.ApplyResources(Me.mnuBar, "mnuBar") + Me.mnuBar.ImeMode = System.Windows.Forms.ImeMode.[On] Me.mnuBar.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFile, Me.mnuEdit, Me.mnuPrepare, Me.mnuDescribe, Me.mnuModel, Me.mnuStructured, Me.mnuClimatic, Me.mnuProcurement, Me.mnuOptionsByContext, Me.mnuTools, Me.mnuView, Me.mnuHelp}) Me.mnuBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow + Me.mnuBar.Location = New System.Drawing.Point(0, 0) Me.mnuBar.Name = "mnuBar" Me.mnuBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System Me.mnuBar.ShowItemToolTips = True + Me.mnuBar.Size = New System.Drawing.Size(834, 24) + Me.mnuBar.TabIndex = 6 + Me.mnuBar.Text = "Menu_strip" ' 'mnuFile ' Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileNewDataFrame, Me.mnuFileImportFromFile, Me.mnuFileImportFromLibrary, Me.ToolStripSeparator35, Me.mnuFileImportFromODK, Me.mnuFileImportFromCSPRO, Me.mnuFileImportFromDatabases, Me.mnuFileImportandTidyNetCDFFile, Me.mnuFileConvert, Me.tlSeparatorFile, Me.mnuFileSave, Me.mnuFileSaveAs, Me.mnuFileExport, Me.mnuFilePrint, Me.mnuFilePrintPreview, Me.tlSeparatorFile3, Me.mnuFileCloseData, Me.ToolStripSeparator8, Me.mnuFIleExit}) Me.mnuFile.Name = "mnuFile" - resources.ApplyResources(Me.mnuFile, "mnuFile") + Me.mnuFile.Size = New System.Drawing.Size(37, 20) Me.mnuFile.Tag = "File" + Me.mnuFile.Text = "File" ' 'mnuFileNewDataFrame ' Me.mnuFileNewDataFrame.Name = "mnuFileNewDataFrame" - resources.ApplyResources(Me.mnuFileNewDataFrame, "mnuFileNewDataFrame") + Me.mnuFileNewDataFrame.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys) + Me.mnuFileNewDataFrame.Size = New System.Drawing.Size(232, 22) Me.mnuFileNewDataFrame.Tag = "New_Data_Frame" + Me.mnuFileNewDataFrame.Text = "New Data Frame..." ' 'mnuFileImportFromFile ' Me.mnuFileImportFromFile.Name = "mnuFileImportFromFile" - resources.ApplyResources(Me.mnuFileImportFromFile, "mnuFileImportFromFile") + Me.mnuFileImportFromFile.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys) + Me.mnuFileImportFromFile.Size = New System.Drawing.Size(232, 22) Me.mnuFileImportFromFile.Tag = "Import_From_File" + Me.mnuFileImportFromFile.Text = "Import From File..." ' 'mnuFileImportFromLibrary ' Me.mnuFileImportFromLibrary.Name = "mnuFileImportFromLibrary" - resources.ApplyResources(Me.mnuFileImportFromLibrary, "mnuFileImportFromLibrary") + Me.mnuFileImportFromLibrary.Size = New System.Drawing.Size(232, 22) Me.mnuFileImportFromLibrary.Tag = "Open_From_Library" + Me.mnuFileImportFromLibrary.Text = "Import From Library..." ' 'ToolStripSeparator35 ' Me.ToolStripSeparator35.Name = "ToolStripSeparator35" - resources.ApplyResources(Me.ToolStripSeparator35, "ToolStripSeparator35") + Me.ToolStripSeparator35.Size = New System.Drawing.Size(229, 6) ' 'mnuFileImportFromODK ' Me.mnuFileImportFromODK.Name = "mnuFileImportFromODK" - resources.ApplyResources(Me.mnuFileImportFromODK, "mnuFileImportFromODK") + Me.mnuFileImportFromODK.Size = New System.Drawing.Size(232, 22) + Me.mnuFileImportFromODK.Text = "Import From ODK..." ' 'mnuFileImportFromCSPRO ' - resources.ApplyResources(Me.mnuFileImportFromCSPRO, "mnuFileImportFromCSPRO") + Me.mnuFileImportFromCSPRO.Enabled = False Me.mnuFileImportFromCSPRO.Name = "mnuFileImportFromCSPRO" + Me.mnuFileImportFromCSPRO.Size = New System.Drawing.Size(232, 22) + Me.mnuFileImportFromCSPRO.Text = "Import From CSPRO..." + Me.mnuFileImportFromCSPRO.Visible = False ' 'mnuFileImportFromDatabases ' - resources.ApplyResources(Me.mnuFileImportFromDatabases, "mnuFileImportFromDatabases") + Me.mnuFileImportFromDatabases.Enabled = False Me.mnuFileImportFromDatabases.Name = "mnuFileImportFromDatabases" + Me.mnuFileImportFromDatabases.Size = New System.Drawing.Size(232, 22) + Me.mnuFileImportFromDatabases.Text = "Import From Databases..." + Me.mnuFileImportFromDatabases.Visible = False ' 'mnuFileImportandTidyNetCDFFile ' Me.mnuFileImportandTidyNetCDFFile.Name = "mnuFileImportandTidyNetCDFFile" - resources.ApplyResources(Me.mnuFileImportandTidyNetCDFFile, "mnuFileImportandTidyNetCDFFile") + Me.mnuFileImportandTidyNetCDFFile.Size = New System.Drawing.Size(232, 22) + Me.mnuFileImportandTidyNetCDFFile.Text = "Import and Tidy NetCDF File..." ' 'mnuFileConvert ' - resources.ApplyResources(Me.mnuFileConvert, "mnuFileConvert") + Me.mnuFileConvert.Enabled = False Me.mnuFileConvert.Name = "mnuFileConvert" + Me.mnuFileConvert.Size = New System.Drawing.Size(232, 22) + Me.mnuFileConvert.Text = "Convert..." + Me.mnuFileConvert.Visible = False ' 'tlSeparatorFile ' Me.tlSeparatorFile.Name = "tlSeparatorFile" - resources.ApplyResources(Me.tlSeparatorFile, "tlSeparatorFile") + Me.tlSeparatorFile.Size = New System.Drawing.Size(229, 6) ' 'mnuFileExport ' Me.mnuFileExport.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileExportExportDataSet, Me.mnuFileExportExportRObjectsToolStripMenuItem, Me.mnuFileExportExportRWorkspace, Me.mnuFileExportExportGraphAsImage}) Me.mnuFileExport.Name = "mnuFileExport" - resources.ApplyResources(Me.mnuFileExport, "mnuFileExport") + Me.mnuFileExport.Size = New System.Drawing.Size(232, 22) + Me.mnuFileExport.Text = "Export" ' 'mnuFileExportExportDataSet ' Me.mnuFileExportExportDataSet.Name = "mnuFileExportExportDataSet" - resources.ApplyResources(Me.mnuFileExportExportDataSet, "mnuFileExportExportDataSet") + Me.mnuFileExportExportDataSet.Size = New System.Drawing.Size(204, 22) + Me.mnuFileExportExportDataSet.Text = "Export Dataset..." ' 'mnuFileExportExportRObjectsToolStripMenuItem ' Me.mnuFileExportExportRObjectsToolStripMenuItem.Name = "mnuFileExportExportRObjectsToolStripMenuItem" - resources.ApplyResources(Me.mnuFileExportExportRObjectsToolStripMenuItem, "mnuFileExportExportRObjectsToolStripMenuItem") + Me.mnuFileExportExportRObjectsToolStripMenuItem.Size = New System.Drawing.Size(204, 22) + Me.mnuFileExportExportRObjectsToolStripMenuItem.Text = "Export R Objects..." ' 'mnuFileExportExportRWorkspace ' Me.mnuFileExportExportRWorkspace.Name = "mnuFileExportExportRWorkspace" - resources.ApplyResources(Me.mnuFileExportExportRWorkspace, "mnuFileExportExportRWorkspace") + Me.mnuFileExportExportRWorkspace.Size = New System.Drawing.Size(204, 22) + Me.mnuFileExportExportRWorkspace.Text = "Export R Workspace..." ' 'mnuFileExportExportGraphAsImage ' Me.mnuFileExportExportGraphAsImage.Name = "mnuFileExportExportGraphAsImage" - resources.ApplyResources(Me.mnuFileExportExportGraphAsImage, "mnuFileExportExportGraphAsImage") + Me.mnuFileExportExportGraphAsImage.Size = New System.Drawing.Size(204, 22) + Me.mnuFileExportExportGraphAsImage.Text = "Export Graph As Image..." ' 'mnuFileCloseData ' Me.mnuFileCloseData.Name = "mnuFileCloseData" - resources.ApplyResources(Me.mnuFileCloseData, "mnuFileCloseData") + Me.mnuFileCloseData.Size = New System.Drawing.Size(232, 22) + Me.mnuFileCloseData.Text = "Close Data Book" ' 'ToolStripSeparator8 ' Me.ToolStripSeparator8.Name = "ToolStripSeparator8" - resources.ApplyResources(Me.ToolStripSeparator8, "ToolStripSeparator8") + Me.ToolStripSeparator8.Size = New System.Drawing.Size(229, 6) ' 'mnuPrepare ' Me.mnuPrepare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareDataFrame, Me.mnuPrepareCheckData, Me.ToolStripSeparator6, Me.mnuPrepareCalculator, Me.mnuPrepareColumnCalculate, Me.mnuPrepareColumnFactor, Me.mnuPrepareColumnText, Me.mnuPrepareColumnDate, Me.mnuPrepareColumnDefine, Me.ToolStripSeparator4, Me.mnuPrepareDataReshape, Me.ToolStripSeparator7, Me.mnuPrepareKeysAndLinks, Me.mnuPrepareDataObject, Me.mnuPrepareRObjects}) Me.mnuPrepare.Name = "mnuPrepare" - resources.ApplyResources(Me.mnuPrepare, "mnuPrepare") + Me.mnuPrepare.Size = New System.Drawing.Size(59, 20) Me.mnuPrepare.Tag = "Prepare" + Me.mnuPrepare.Text = "Prepare" ' 'mnuPrepareDataFrame ' Me.mnuPrepareDataFrame.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareDataFrameViewData, Me.mnuPrepareDataFrameRenameColumn, Me.mnuPrepareDataFrameDuplicateColumn, Me.mnuPrepareDataFrameRowNumbersNames, Me.ToolStripSeparator1, Me.mnuPrepareDataFrameSort, Me.mnuPrepareDataFrameFilter, Me.mnuPrepareDataFrameSelectColumns, Me.mnuPrepareDataFrameReplaceValues, Me.mnuPrepareDataFrameConvertColumns, Me.ToolStripSeparator2, Me.mnuPrepareDataFrameReorderColumns, Me.mnuPrepareDataFrameInsertColumnsRows, Me.mnuPrepareDataFrameDeleteColumnsRows, Me.mnuPrepareDataFrameProtectColumn, Me.mnuPrepareDataFrameHideColumns, Me.mnuPrepareDataFrameFreezeColumns, Me.mnuPrepareDataFrameColumnStructure, Me.mnuPrepareDataframeColourByProperty}) Me.mnuPrepareDataFrame.Name = "mnuPrepareDataFrame" - resources.ApplyResources(Me.mnuPrepareDataFrame, "mnuPrepareDataFrame") + Me.mnuPrepareDataFrame.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareDataFrame.Tag = "Data_Frame" + Me.mnuPrepareDataFrame.Text = "Data Frame" ' 'mnuPrepareDataFrameViewData ' Me.mnuPrepareDataFrameViewData.Name = "mnuPrepareDataFrameViewData" - resources.ApplyResources(Me.mnuPrepareDataFrameViewData, "mnuPrepareDataFrameViewData") + Me.mnuPrepareDataFrameViewData.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameViewData.Tag = "View_Data..." + Me.mnuPrepareDataFrameViewData.Text = "View Data..." ' 'mnuPrepareDataFrameRenameColumn ' Me.mnuPrepareDataFrameRenameColumn.Name = "mnuPrepareDataFrameRenameColumn" - resources.ApplyResources(Me.mnuPrepareDataFrameRenameColumn, "mnuPrepareDataFrameRenameColumn") + Me.mnuPrepareDataFrameRenameColumn.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameRenameColumn.Tag = "Rename_Column..." + Me.mnuPrepareDataFrameRenameColumn.Text = "Rename Columns..." ' 'mnuPrepareDataFrameDuplicateColumn ' Me.mnuPrepareDataFrameDuplicateColumn.Name = "mnuPrepareDataFrameDuplicateColumn" - resources.ApplyResources(Me.mnuPrepareDataFrameDuplicateColumn, "mnuPrepareDataFrameDuplicateColumn") + Me.mnuPrepareDataFrameDuplicateColumn.Size = New System.Drawing.Size(200, 22) + Me.mnuPrepareDataFrameDuplicateColumn.Text = "Duplicate Column..." ' 'mnuPrepareDataFrameRowNumbersNames ' Me.mnuPrepareDataFrameRowNumbersNames.Name = "mnuPrepareDataFrameRowNumbersNames" - resources.ApplyResources(Me.mnuPrepareDataFrameRowNumbersNames, "mnuPrepareDataFrameRowNumbersNames") + Me.mnuPrepareDataFrameRowNumbersNames.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameRowNumbersNames.Tag = "Row_Numbers/Names..." + Me.mnuPrepareDataFrameRowNumbersNames.Text = "Row Numbers/Names..." ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") + Me.ToolStripSeparator1.Size = New System.Drawing.Size(197, 6) ' 'mnuPrepareDataFrameSort ' Me.mnuPrepareDataFrameSort.Name = "mnuPrepareDataFrameSort" - resources.ApplyResources(Me.mnuPrepareDataFrameSort, "mnuPrepareDataFrameSort") + Me.mnuPrepareDataFrameSort.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameSort.Tag = "Sort..." + Me.mnuPrepareDataFrameSort.Text = "Sort..." ' 'mnuPrepareDataFrameFilter ' Me.mnuPrepareDataFrameFilter.Name = "mnuPrepareDataFrameFilter" - resources.ApplyResources(Me.mnuPrepareDataFrameFilter, "mnuPrepareDataFrameFilter") + Me.mnuPrepareDataFrameFilter.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameFilter.Tag = "Filter..." + Me.mnuPrepareDataFrameFilter.Text = "Filter..." ' 'mnuPrepareDataFrameSelectColumns ' Me.mnuPrepareDataFrameSelectColumns.Name = "mnuPrepareDataFrameSelectColumns" - resources.ApplyResources(Me.mnuPrepareDataFrameSelectColumns, "mnuPrepareDataFrameSelectColumns") + Me.mnuPrepareDataFrameSelectColumns.Size = New System.Drawing.Size(200, 22) + Me.mnuPrepareDataFrameSelectColumns.Text = "Column Selection..." ' 'mnuPrepareDataFrameReplaceValues ' Me.mnuPrepareDataFrameReplaceValues.Name = "mnuPrepareDataFrameReplaceValues" - resources.ApplyResources(Me.mnuPrepareDataFrameReplaceValues, "mnuPrepareDataFrameReplaceValues") + Me.mnuPrepareDataFrameReplaceValues.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameReplaceValues.Tag = "Replace_Values..." + Me.mnuPrepareDataFrameReplaceValues.Text = "Replace Values..." ' 'mnuPrepareDataFrameConvertColumns ' Me.mnuPrepareDataFrameConvertColumns.Name = "mnuPrepareDataFrameConvertColumns" - resources.ApplyResources(Me.mnuPrepareDataFrameConvertColumns, "mnuPrepareDataFrameConvertColumns") + Me.mnuPrepareDataFrameConvertColumns.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameConvertColumns.Tag = "Convert_Columns..." + Me.mnuPrepareDataFrameConvertColumns.Text = "Convert Columns..." ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") + Me.ToolStripSeparator2.Size = New System.Drawing.Size(197, 6) ' 'mnuPrepareDataFrameReorderColumns ' Me.mnuPrepareDataFrameReorderColumns.Name = "mnuPrepareDataFrameReorderColumns" - resources.ApplyResources(Me.mnuPrepareDataFrameReorderColumns, "mnuPrepareDataFrameReorderColumns") + Me.mnuPrepareDataFrameReorderColumns.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameReorderColumns.Tag = "Reorder_Columns..." + Me.mnuPrepareDataFrameReorderColumns.Text = "Reorder Columns..." ' 'mnuPrepareDataFrameInsertColumnsRows ' Me.mnuPrepareDataFrameInsertColumnsRows.Name = "mnuPrepareDataFrameInsertColumnsRows" - resources.ApplyResources(Me.mnuPrepareDataFrameInsertColumnsRows, "mnuPrepareDataFrameInsertColumnsRows") + Me.mnuPrepareDataFrameInsertColumnsRows.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameInsertColumnsRows.Tag = "Insert_Columns/Rows..." + Me.mnuPrepareDataFrameInsertColumnsRows.Text = "Insert Columns/Rows..." ' 'mnuPrepareDataFrameDeleteColumnsRows ' Me.mnuPrepareDataFrameDeleteColumnsRows.Name = "mnuPrepareDataFrameDeleteColumnsRows" - resources.ApplyResources(Me.mnuPrepareDataFrameDeleteColumnsRows, "mnuPrepareDataFrameDeleteColumnsRows") + Me.mnuPrepareDataFrameDeleteColumnsRows.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameDeleteColumnsRows.Tag = "Delete_Columns/Rows..." + Me.mnuPrepareDataFrameDeleteColumnsRows.Text = "Delete Columns/Rows..." ' 'mnuPrepareDataFrameProtectColumn ' - resources.ApplyResources(Me.mnuPrepareDataFrameProtectColumn, "mnuPrepareDataFrameProtectColumn") + Me.mnuPrepareDataFrameProtectColumn.Enabled = False Me.mnuPrepareDataFrameProtectColumn.Name = "mnuPrepareDataFrameProtectColumn" + Me.mnuPrepareDataFrameProtectColumn.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameProtectColumn.Tag = "..." + Me.mnuPrepareDataFrameProtectColumn.Text = "Protect Column..." + Me.mnuPrepareDataFrameProtectColumn.Visible = False ' 'mnuPrepareDataFrameHideColumns ' Me.mnuPrepareDataFrameHideColumns.Name = "mnuPrepareDataFrameHideColumns" - resources.ApplyResources(Me.mnuPrepareDataFrameHideColumns, "mnuPrepareDataFrameHideColumns") + Me.mnuPrepareDataFrameHideColumns.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameHideColumns.Tag = "Hide_Columns..." + Me.mnuPrepareDataFrameHideColumns.Text = "Hide/Show Columns..." ' 'mnuPrepareDataFrameFreezeColumns ' - resources.ApplyResources(Me.mnuPrepareDataFrameFreezeColumns, "mnuPrepareDataFrameFreezeColumns") + Me.mnuPrepareDataFrameFreezeColumns.Enabled = False Me.mnuPrepareDataFrameFreezeColumns.Name = "mnuPrepareDataFrameFreezeColumns" + Me.mnuPrepareDataFrameFreezeColumns.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameFreezeColumns.Tag = "Freeze_Columns..." + Me.mnuPrepareDataFrameFreezeColumns.Text = "Freeze Columns..." + Me.mnuPrepareDataFrameFreezeColumns.Visible = False ' 'mnuPrepareDataFrameColumnStructure ' Me.mnuPrepareDataFrameColumnStructure.Name = "mnuPrepareDataFrameColumnStructure" - resources.ApplyResources(Me.mnuPrepareDataFrameColumnStructure, "mnuPrepareDataFrameColumnStructure") + Me.mnuPrepareDataFrameColumnStructure.Size = New System.Drawing.Size(200, 22) Me.mnuPrepareDataFrameColumnStructure.Tag = "Column_Structure..." + Me.mnuPrepareDataFrameColumnStructure.Text = "Column Structure..." ' 'mnuPrepareDataframeColourByProperty ' Me.mnuPrepareDataframeColourByProperty.Name = "mnuPrepareDataframeColourByProperty" - resources.ApplyResources(Me.mnuPrepareDataframeColourByProperty, "mnuPrepareDataframeColourByProperty") + Me.mnuPrepareDataframeColourByProperty.Size = New System.Drawing.Size(200, 22) + Me.mnuPrepareDataframeColourByProperty.Text = "Colour by Property..." ' 'mnuPrepareCheckData ' Me.mnuPrepareCheckData.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.mnuPrepareCheckData.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareCheckDataVisualiseData, Me.mnuPrepareCheckDataDuplicates, Me.mnuPrepareCheckDataCompareColumns, Me.mnuPrepareCheckDataNonNumericCases, Me.ToolStripSeparator49, Me.mnuPrepareCheckDataBoxplot, Me.mnuPrepareCheckDataOneVariableSummarise, Me.mnuPrepareCheckDataOneVariableGraph, Me.mnuPrepareCheckDataOneWayFrequencies, Me.ToolStripSeparator41, Me.mnuPrepareCheckDataExportOpenRefine, Me.mnuPrepareCheckDataImportOpenRefine, Me.ToolStripSeparator40, Me.mnuPreparePrepareToShareJitter, Me.mnuPrepareCheckDataPrePareToShareSdcPackage, Me.mnuPrepareCheckDataAnonymiseIDColumn}) Me.mnuPrepareCheckData.Name = "mnuPrepareCheckData" - resources.ApplyResources(Me.mnuPrepareCheckData, "mnuPrepareCheckData") + Me.mnuPrepareCheckData.Size = New System.Drawing.Size(186, 22) + Me.mnuPrepareCheckData.Text = "Check Data" ' 'mnuPrepareCheckDataVisualiseData ' Me.mnuPrepareCheckDataVisualiseData.Name = "mnuPrepareCheckDataVisualiseData" - resources.ApplyResources(Me.mnuPrepareCheckDataVisualiseData, "mnuPrepareCheckDataVisualiseData") + Me.mnuPrepareCheckDataVisualiseData.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataVisualiseData.Text = "Visualise Data..." ' 'mnuPrepareCheckDataDuplicates ' Me.mnuPrepareCheckDataDuplicates.Name = "mnuPrepareCheckDataDuplicates" - resources.ApplyResources(Me.mnuPrepareCheckDataDuplicates, "mnuPrepareCheckDataDuplicates") + Me.mnuPrepareCheckDataDuplicates.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataDuplicates.Text = "Duplicates..." ' 'mnuPrepareCheckDataCompareColumns ' Me.mnuPrepareCheckDataCompareColumns.Name = "mnuPrepareCheckDataCompareColumns" - resources.ApplyResources(Me.mnuPrepareCheckDataCompareColumns, "mnuPrepareCheckDataCompareColumns") + Me.mnuPrepareCheckDataCompareColumns.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataCompareColumns.Text = "Compare Columns..." ' 'mnuPrepareCheckDataNonNumericCases ' Me.mnuPrepareCheckDataNonNumericCases.Name = "mnuPrepareCheckDataNonNumericCases" - resources.ApplyResources(Me.mnuPrepareCheckDataNonNumericCases, "mnuPrepareCheckDataNonNumericCases") + Me.mnuPrepareCheckDataNonNumericCases.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataNonNumericCases.Text = "Non-Numeric Values..." ' 'ToolStripSeparator49 ' Me.ToolStripSeparator49.Name = "ToolStripSeparator49" - resources.ApplyResources(Me.ToolStripSeparator49, "ToolStripSeparator49") + Me.ToolStripSeparator49.Size = New System.Drawing.Size(242, 6) ' 'mnuPrepareCheckDataBoxplot ' Me.mnuPrepareCheckDataBoxplot.Name = "mnuPrepareCheckDataBoxplot" - resources.ApplyResources(Me.mnuPrepareCheckDataBoxplot, "mnuPrepareCheckDataBoxplot") + Me.mnuPrepareCheckDataBoxplot.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataBoxplot.Text = "Boxplot..." ' 'mnuPrepareCheckDataOneVariableSummarise ' Me.mnuPrepareCheckDataOneVariableSummarise.Name = "mnuPrepareCheckDataOneVariableSummarise" - resources.ApplyResources(Me.mnuPrepareCheckDataOneVariableSummarise, "mnuPrepareCheckDataOneVariableSummarise") + Me.mnuPrepareCheckDataOneVariableSummarise.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataOneVariableSummarise.Text = "One Variable Summarise..." ' 'mnuPrepareCheckDataOneVariableGraph ' Me.mnuPrepareCheckDataOneVariableGraph.Name = "mnuPrepareCheckDataOneVariableGraph" - resources.ApplyResources(Me.mnuPrepareCheckDataOneVariableGraph, "mnuPrepareCheckDataOneVariableGraph") + Me.mnuPrepareCheckDataOneVariableGraph.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataOneVariableGraph.Text = "One Variable Graph..." ' 'mnuPrepareCheckDataOneWayFrequencies ' Me.mnuPrepareCheckDataOneWayFrequencies.Name = "mnuPrepareCheckDataOneWayFrequencies" - resources.ApplyResources(Me.mnuPrepareCheckDataOneWayFrequencies, "mnuPrepareCheckDataOneWayFrequencies") + Me.mnuPrepareCheckDataOneWayFrequencies.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataOneWayFrequencies.Text = "One Variable Frequencies..." ' 'ToolStripSeparator41 ' Me.ToolStripSeparator41.Name = "ToolStripSeparator41" - resources.ApplyResources(Me.ToolStripSeparator41, "ToolStripSeparator41") + Me.ToolStripSeparator41.Size = New System.Drawing.Size(242, 6) ' 'mnuPrepareCheckDataExportOpenRefine ' Me.mnuPrepareCheckDataExportOpenRefine.Name = "mnuPrepareCheckDataExportOpenRefine" - resources.ApplyResources(Me.mnuPrepareCheckDataExportOpenRefine, "mnuPrepareCheckDataExportOpenRefine") + Me.mnuPrepareCheckDataExportOpenRefine.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataExportOpenRefine.Text = "Export To OpenRefine..." ' 'mnuPrepareCheckDataImportOpenRefine ' Me.mnuPrepareCheckDataImportOpenRefine.Name = "mnuPrepareCheckDataImportOpenRefine" - resources.ApplyResources(Me.mnuPrepareCheckDataImportOpenRefine, "mnuPrepareCheckDataImportOpenRefine") + Me.mnuPrepareCheckDataImportOpenRefine.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataImportOpenRefine.Text = "Import From OpenRefine..." ' 'ToolStripSeparator40 ' Me.ToolStripSeparator40.Name = "ToolStripSeparator40" - resources.ApplyResources(Me.ToolStripSeparator40, "ToolStripSeparator40") + Me.ToolStripSeparator40.Size = New System.Drawing.Size(242, 6) ' 'mnuPreparePrepareToShareJitter ' - resources.ApplyResources(Me.mnuPreparePrepareToShareJitter, "mnuPreparePrepareToShareJitter") + Me.mnuPreparePrepareToShareJitter.Enabled = False Me.mnuPreparePrepareToShareJitter.Name = "mnuPreparePrepareToShareJitter" + Me.mnuPreparePrepareToShareJitter.Size = New System.Drawing.Size(245, 22) + Me.mnuPreparePrepareToShareJitter.Text = "Jitter..." + Me.mnuPreparePrepareToShareJitter.Visible = False ' 'mnuPrepareCheckDataPrePareToShareSdcPackage ' - resources.ApplyResources(Me.mnuPrepareCheckDataPrePareToShareSdcPackage, "mnuPrepareCheckDataPrePareToShareSdcPackage") + Me.mnuPrepareCheckDataPrePareToShareSdcPackage.Enabled = False Me.mnuPrepareCheckDataPrePareToShareSdcPackage.Name = "mnuPrepareCheckDataPrePareToShareSdcPackage" + Me.mnuPrepareCheckDataPrePareToShareSdcPackage.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataPrePareToShareSdcPackage.Text = "Prepare to Share (sdc package)..." + Me.mnuPrepareCheckDataPrePareToShareSdcPackage.Visible = False ' 'mnuPrepareCheckDataAnonymiseIDColumn ' Me.mnuPrepareCheckDataAnonymiseIDColumn.Name = "mnuPrepareCheckDataAnonymiseIDColumn" - resources.ApplyResources(Me.mnuPrepareCheckDataAnonymiseIDColumn, "mnuPrepareCheckDataAnonymiseIDColumn") + Me.mnuPrepareCheckDataAnonymiseIDColumn.Size = New System.Drawing.Size(245, 22) + Me.mnuPrepareCheckDataAnonymiseIDColumn.Text = "Anonymise ID Column..." ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" - resources.ApplyResources(Me.ToolStripSeparator6, "ToolStripSeparator6") + Me.ToolStripSeparator6.Size = New System.Drawing.Size(183, 6) ' 'mnuPrepareCalculator ' Me.mnuPrepareCalculator.Name = "mnuPrepareCalculator" - resources.ApplyResources(Me.mnuPrepareCalculator, "mnuPrepareCalculator") + Me.mnuPrepareCalculator.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareCalculator.Tag = "Calculator..." + Me.mnuPrepareCalculator.Text = "Column: Calculator..." ' 'mnuPrepareColumnCalculate ' Me.mnuPrepareColumnCalculate.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnNumericRegularSequence, Me.mnuPrepareColumnNumericEnter, Me.ToolStripSeparator25, Me.mnuPrepareColumnNumericRowSummaries, Me.mnuPrepareColumnNumericTransform, Me.mnuPrepareColumnNumericPolynomials, Me.ToolStripSeparator56, Me.mnuPrepareColumnNumericRandomSamples, Me.mnuPrepareColumnNumericPermuteRows}) Me.mnuPrepareColumnCalculate.Name = "mnuPrepareColumnCalculate" - resources.ApplyResources(Me.mnuPrepareColumnCalculate, "mnuPrepareColumnCalculate") + Me.mnuPrepareColumnCalculate.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareColumnCalculate.Tag = "Column:_Calculate" + Me.mnuPrepareColumnCalculate.Text = "Column: Numeric" ' 'mnuPrepareColumnNumericRegularSequence ' Me.mnuPrepareColumnNumericRegularSequence.Name = "mnuPrepareColumnNumericRegularSequence" - resources.ApplyResources(Me.mnuPrepareColumnNumericRegularSequence, "mnuPrepareColumnNumericRegularSequence") + Me.mnuPrepareColumnNumericRegularSequence.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnNumericRegularSequence.Tag = "Regular_Sequence..." + Me.mnuPrepareColumnNumericRegularSequence.Text = "Regular Sequence..." ' 'mnuPrepareColumnNumericEnter ' Me.mnuPrepareColumnNumericEnter.Name = "mnuPrepareColumnNumericEnter" - resources.ApplyResources(Me.mnuPrepareColumnNumericEnter, "mnuPrepareColumnNumericEnter") + Me.mnuPrepareColumnNumericEnter.Size = New System.Drawing.Size(179, 22) + Me.mnuPrepareColumnNumericEnter.Text = "Enter..." ' 'ToolStripSeparator25 ' Me.ToolStripSeparator25.Name = "ToolStripSeparator25" - resources.ApplyResources(Me.ToolStripSeparator25, "ToolStripSeparator25") + Me.ToolStripSeparator25.Size = New System.Drawing.Size(176, 6) ' 'mnuPrepareColumnNumericRowSummaries ' Me.mnuPrepareColumnNumericRowSummaries.Name = "mnuPrepareColumnNumericRowSummaries" - resources.ApplyResources(Me.mnuPrepareColumnNumericRowSummaries, "mnuPrepareColumnNumericRowSummaries") + Me.mnuPrepareColumnNumericRowSummaries.Size = New System.Drawing.Size(179, 22) + Me.mnuPrepareColumnNumericRowSummaries.Text = "Row Summaries..." ' 'mnuPrepareColumnNumericTransform ' Me.mnuPrepareColumnNumericTransform.Name = "mnuPrepareColumnNumericTransform" - resources.ApplyResources(Me.mnuPrepareColumnNumericTransform, "mnuPrepareColumnNumericTransform") + Me.mnuPrepareColumnNumericTransform.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnNumericTransform.Tag = "Rank..." + Me.mnuPrepareColumnNumericTransform.Text = "Transform..." ' 'mnuPrepareColumnNumericPolynomials ' Me.mnuPrepareColumnNumericPolynomials.Name = "mnuPrepareColumnNumericPolynomials" - resources.ApplyResources(Me.mnuPrepareColumnNumericPolynomials, "mnuPrepareColumnNumericPolynomials") + Me.mnuPrepareColumnNumericPolynomials.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnNumericPolynomials.Tag = "Polynomials..." + Me.mnuPrepareColumnNumericPolynomials.Text = "Polynomials..." ' 'ToolStripSeparator56 ' Me.ToolStripSeparator56.Name = "ToolStripSeparator56" - resources.ApplyResources(Me.ToolStripSeparator56, "ToolStripSeparator56") + Me.ToolStripSeparator56.Size = New System.Drawing.Size(176, 6) ' 'mnuPrepareColumnNumericRandomSamples ' Me.mnuPrepareColumnNumericRandomSamples.Name = "mnuPrepareColumnNumericRandomSamples" - resources.ApplyResources(Me.mnuPrepareColumnNumericRandomSamples, "mnuPrepareColumnNumericRandomSamples") + Me.mnuPrepareColumnNumericRandomSamples.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnNumericRandomSamples.Tag = "Random_Samples..." + Me.mnuPrepareColumnNumericRandomSamples.Text = "Random Samples..." ' 'mnuPrepareColumnNumericPermuteRows ' Me.mnuPrepareColumnNumericPermuteRows.Name = "mnuPrepareColumnNumericPermuteRows" - resources.ApplyResources(Me.mnuPrepareColumnNumericPermuteRows, "mnuPrepareColumnNumericPermuteRows") + Me.mnuPrepareColumnNumericPermuteRows.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnNumericPermuteRows.Tag = "Permute_Rows..." + Me.mnuPrepareColumnNumericPermuteRows.Text = "Permute Columns..." ' 'mnuPrepareColumnFactor ' Me.mnuPrepareColumnFactor.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnFactorConvertToFactor, Me.mnuPrepareColumnFactorRecodeNumeric, Me.mnuPrepareColumnFactorCountInFactor, Me.ToolStripSeparator12, Me.mnuPrepareColumnFactorRecodeFactor, Me.mnuPrepareColumnFactorCombineFactors, Me.mnuPrepareColumnFactorDummyVariables, Me.ToolStripSeparator14, Me.mnuPrepareColumnFactorLevelsLabels, Me.mnuPrepareFactorViewLabels, Me.mnuPrepareColumnFactorReorderLevels, Me.mnuPrepareColumnFactorReferenceLevel, Me.mnuPrepareColumnFactorUnusedLevels, Me.mnuPrepareColumnFactorContrasts, Me.ToolStripSeparator19, Me.mnuPrepareColumnFactorFactorDataFrame}) Me.mnuPrepareColumnFactor.Name = "mnuPrepareColumnFactor" - resources.ApplyResources(Me.mnuPrepareColumnFactor, "mnuPrepareColumnFactor") + Me.mnuPrepareColumnFactor.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareColumnFactor.Tag = "Column:_Factor" + Me.mnuPrepareColumnFactor.Text = "Column: Factor" ' 'mnuPrepareColumnFactorConvertToFactor ' Me.mnuPrepareColumnFactorConvertToFactor.Name = "mnuPrepareColumnFactorConvertToFactor" - resources.ApplyResources(Me.mnuPrepareColumnFactorConvertToFactor, "mnuPrepareColumnFactorConvertToFactor") + Me.mnuPrepareColumnFactorConvertToFactor.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorConvertToFactor.Tag = "Convert_To_Factor" + Me.mnuPrepareColumnFactorConvertToFactor.Text = "Convert To Factor..." ' 'mnuPrepareColumnFactorRecodeNumeric ' Me.mnuPrepareColumnFactorRecodeNumeric.Name = "mnuPrepareColumnFactorRecodeNumeric" - resources.ApplyResources(Me.mnuPrepareColumnFactorRecodeNumeric, "mnuPrepareColumnFactorRecodeNumeric") + Me.mnuPrepareColumnFactorRecodeNumeric.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorRecodeNumeric.Tag = "Recode_Numeric..." + Me.mnuPrepareColumnFactorRecodeNumeric.Text = "Recode Numeric..." ' 'mnuPrepareColumnFactorCountInFactor ' Me.mnuPrepareColumnFactorCountInFactor.Name = "mnuPrepareColumnFactorCountInFactor" - resources.ApplyResources(Me.mnuPrepareColumnFactorCountInFactor, "mnuPrepareColumnFactorCountInFactor") + Me.mnuPrepareColumnFactorCountInFactor.Size = New System.Drawing.Size(179, 22) + Me.mnuPrepareColumnFactorCountInFactor.Text = "Count in Factor..." ' 'ToolStripSeparator12 ' Me.ToolStripSeparator12.Name = "ToolStripSeparator12" - resources.ApplyResources(Me.ToolStripSeparator12, "ToolStripSeparator12") + Me.ToolStripSeparator12.Size = New System.Drawing.Size(176, 6) ' 'mnuPrepareColumnFactorRecodeFactor ' Me.mnuPrepareColumnFactorRecodeFactor.Name = "mnuPrepareColumnFactorRecodeFactor" - resources.ApplyResources(Me.mnuPrepareColumnFactorRecodeFactor, "mnuPrepareColumnFactorRecodeFactor") + Me.mnuPrepareColumnFactorRecodeFactor.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorRecodeFactor.Tag = "Recode_Factor..." + Me.mnuPrepareColumnFactorRecodeFactor.Text = "Recode Factor..." ' 'mnuPrepareColumnFactorCombineFactors ' Me.mnuPrepareColumnFactorCombineFactors.Name = "mnuPrepareColumnFactorCombineFactors" - resources.ApplyResources(Me.mnuPrepareColumnFactorCombineFactors, "mnuPrepareColumnFactorCombineFactors") + Me.mnuPrepareColumnFactorCombineFactors.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorCombineFactors.Tag = "Combine_Factors..." + Me.mnuPrepareColumnFactorCombineFactors.Text = "Combine Factors..." ' 'mnuPrepareColumnFactorDummyVariables ' Me.mnuPrepareColumnFactorDummyVariables.Name = "mnuPrepareColumnFactorDummyVariables" - resources.ApplyResources(Me.mnuPrepareColumnFactorDummyVariables, "mnuPrepareColumnFactorDummyVariables") + Me.mnuPrepareColumnFactorDummyVariables.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorDummyVariables.Tag = "Dummy_Variables..." + Me.mnuPrepareColumnFactorDummyVariables.Text = "Dummy Variables..." ' 'ToolStripSeparator14 ' Me.ToolStripSeparator14.Name = "ToolStripSeparator14" - resources.ApplyResources(Me.ToolStripSeparator14, "ToolStripSeparator14") + Me.ToolStripSeparator14.Size = New System.Drawing.Size(176, 6) ' 'mnuPrepareColumnFactorLevelsLabels ' Me.mnuPrepareColumnFactorLevelsLabels.Name = "mnuPrepareColumnFactorLevelsLabels" - resources.ApplyResources(Me.mnuPrepareColumnFactorLevelsLabels, "mnuPrepareColumnFactorLevelsLabels") + Me.mnuPrepareColumnFactorLevelsLabels.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorLevelsLabels.Tag = "Levels/Labels..." + Me.mnuPrepareColumnFactorLevelsLabels.Text = "Levels/Labels..." ' 'mnuPrepareFactorViewLabels ' Me.mnuPrepareFactorViewLabels.Name = "mnuPrepareFactorViewLabels" - resources.ApplyResources(Me.mnuPrepareFactorViewLabels, "mnuPrepareFactorViewLabels") + Me.mnuPrepareFactorViewLabels.Size = New System.Drawing.Size(179, 22) + Me.mnuPrepareFactorViewLabels.Text = "View Labels..." ' 'mnuPrepareColumnFactorReorderLevels ' Me.mnuPrepareColumnFactorReorderLevels.Name = "mnuPrepareColumnFactorReorderLevels" - resources.ApplyResources(Me.mnuPrepareColumnFactorReorderLevels, "mnuPrepareColumnFactorReorderLevels") + Me.mnuPrepareColumnFactorReorderLevels.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorReorderLevels.Tag = "Reorder_Levels..." + Me.mnuPrepareColumnFactorReorderLevels.Text = "Reorder Levels..." ' 'mnuPrepareColumnFactorReferenceLevel ' Me.mnuPrepareColumnFactorReferenceLevel.Name = "mnuPrepareColumnFactorReferenceLevel" - resources.ApplyResources(Me.mnuPrepareColumnFactorReferenceLevel, "mnuPrepareColumnFactorReferenceLevel") + Me.mnuPrepareColumnFactorReferenceLevel.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorReferenceLevel.Tag = "Reference_Level..." + Me.mnuPrepareColumnFactorReferenceLevel.Text = "Reference Level..." ' 'mnuPrepareColumnFactorUnusedLevels ' Me.mnuPrepareColumnFactorUnusedLevels.Name = "mnuPrepareColumnFactorUnusedLevels" - resources.ApplyResources(Me.mnuPrepareColumnFactorUnusedLevels, "mnuPrepareColumnFactorUnusedLevels") + Me.mnuPrepareColumnFactorUnusedLevels.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorUnusedLevels.Tag = "Unused_Levels..." + Me.mnuPrepareColumnFactorUnusedLevels.Text = "Unused Levels..." ' 'mnuPrepareColumnFactorContrasts ' Me.mnuPrepareColumnFactorContrasts.Name = "mnuPrepareColumnFactorContrasts" - resources.ApplyResources(Me.mnuPrepareColumnFactorContrasts, "mnuPrepareColumnFactorContrasts") + Me.mnuPrepareColumnFactorContrasts.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorContrasts.Tag = "Contrasts..." + Me.mnuPrepareColumnFactorContrasts.Text = "Contrasts..." ' 'ToolStripSeparator19 ' Me.ToolStripSeparator19.Name = "ToolStripSeparator19" - resources.ApplyResources(Me.ToolStripSeparator19, "ToolStripSeparator19") + Me.ToolStripSeparator19.Size = New System.Drawing.Size(176, 6) ' 'mnuPrepareColumnFactorFactorDataFrame ' Me.mnuPrepareColumnFactorFactorDataFrame.Name = "mnuPrepareColumnFactorFactorDataFrame" - resources.ApplyResources(Me.mnuPrepareColumnFactorFactorDataFrame, "mnuPrepareColumnFactorFactorDataFrame") + Me.mnuPrepareColumnFactorFactorDataFrame.Size = New System.Drawing.Size(179, 22) Me.mnuPrepareColumnFactorFactorDataFrame.Tag = "Factor_Data_Frame" + Me.mnuPrepareColumnFactorFactorDataFrame.Text = "Factor Data Frame..." ' 'mnuPrepareColumnText ' Me.mnuPrepareColumnText.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnTextFindReplace, Me.mnuPrepareColumnTextTransform, Me.mnuPrepareColumnTextSplit, Me.mnuPrepareColumnTextCombine, Me.mnuPrepareColumnTextMatch, Me.mnuPrepareColumnTextDistance}) Me.mnuPrepareColumnText.Name = "mnuPrepareColumnText" - resources.ApplyResources(Me.mnuPrepareColumnText, "mnuPrepareColumnText") + Me.mnuPrepareColumnText.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareColumnText.Tag = "Column:_Text" + Me.mnuPrepareColumnText.Text = "Column: Text" ' 'mnuPrepareColumnTextFindReplace ' Me.mnuPrepareColumnTextFindReplace.Name = "mnuPrepareColumnTextFindReplace" - resources.ApplyResources(Me.mnuPrepareColumnTextFindReplace, "mnuPrepareColumnTextFindReplace") + Me.mnuPrepareColumnTextFindReplace.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextFindReplace.Tag = "Find/Replace..." + Me.mnuPrepareColumnTextFindReplace.Text = "Find/Replace..." ' 'mnuPrepareColumnTextTransform ' Me.mnuPrepareColumnTextTransform.Name = "mnuPrepareColumnTextTransform" - resources.ApplyResources(Me.mnuPrepareColumnTextTransform, "mnuPrepareColumnTextTransform") + Me.mnuPrepareColumnTextTransform.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextTransform.Tag = "Transform..." + Me.mnuPrepareColumnTextTransform.Text = "Transform..." ' 'mnuPrepareColumnTextSplit ' Me.mnuPrepareColumnTextSplit.Name = "mnuPrepareColumnTextSplit" - resources.ApplyResources(Me.mnuPrepareColumnTextSplit, "mnuPrepareColumnTextSplit") + Me.mnuPrepareColumnTextSplit.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextSplit.Tag = "Split..." + Me.mnuPrepareColumnTextSplit.Text = "Split..." ' 'mnuPrepareColumnTextCombine ' Me.mnuPrepareColumnTextCombine.Name = "mnuPrepareColumnTextCombine" - resources.ApplyResources(Me.mnuPrepareColumnTextCombine, "mnuPrepareColumnTextCombine") + Me.mnuPrepareColumnTextCombine.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextCombine.Tag = "Combine..." + Me.mnuPrepareColumnTextCombine.Text = "Combine..." ' 'mnuPrepareColumnTextMatch ' - resources.ApplyResources(Me.mnuPrepareColumnTextMatch, "mnuPrepareColumnTextMatch") + Me.mnuPrepareColumnTextMatch.Enabled = False Me.mnuPrepareColumnTextMatch.Name = "mnuPrepareColumnTextMatch" + Me.mnuPrepareColumnTextMatch.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextMatch.Tag = "Match..." + Me.mnuPrepareColumnTextMatch.Text = "Match..." + Me.mnuPrepareColumnTextMatch.Visible = False ' 'mnuPrepareColumnTextDistance ' Me.mnuPrepareColumnTextDistance.Name = "mnuPrepareColumnTextDistance" - resources.ApplyResources(Me.mnuPrepareColumnTextDistance, "mnuPrepareColumnTextDistance") + Me.mnuPrepareColumnTextDistance.Size = New System.Drawing.Size(152, 22) Me.mnuPrepareColumnTextDistance.Tag = "Distance..." + Me.mnuPrepareColumnTextDistance.Text = "Distance..." ' 'mnuPrepareColumnDate ' Me.mnuPrepareColumnDate.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnDateGenerateDate, Me.mnuPrepareColumnDateMakeDate, Me.mnuPrepareColumnDateInfillMissingDates, Me.mnuPrepareColumnDateUseDate, Me.mnuPrepareColumnDateMakeTime, Me.mnuPrepareColumnDateUseTime}) Me.mnuPrepareColumnDate.Name = "mnuPrepareColumnDate" - resources.ApplyResources(Me.mnuPrepareColumnDate, "mnuPrepareColumnDate") + Me.mnuPrepareColumnDate.Size = New System.Drawing.Size(186, 22) + Me.mnuPrepareColumnDate.Text = "Column: Date" ' 'mnuPrepareColumnDateGenerateDate ' Me.mnuPrepareColumnDateGenerateDate.Name = "mnuPrepareColumnDateGenerateDate" - resources.ApplyResources(Me.mnuPrepareColumnDateGenerateDate, "mnuPrepareColumnDateGenerateDate") + Me.mnuPrepareColumnDateGenerateDate.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateGenerateDate.Text = "Generate Dates..." ' 'mnuPrepareColumnDateMakeDate ' Me.mnuPrepareColumnDateMakeDate.Name = "mnuPrepareColumnDateMakeDate" - resources.ApplyResources(Me.mnuPrepareColumnDateMakeDate, "mnuPrepareColumnDateMakeDate") + Me.mnuPrepareColumnDateMakeDate.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateMakeDate.Text = "Make Date..." ' 'mnuPrepareColumnDateInfillMissingDates ' Me.mnuPrepareColumnDateInfillMissingDates.Name = "mnuPrepareColumnDateInfillMissingDates" - resources.ApplyResources(Me.mnuPrepareColumnDateInfillMissingDates, "mnuPrepareColumnDateInfillMissingDates") + Me.mnuPrepareColumnDateInfillMissingDates.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateInfillMissingDates.Text = "Fill Date Gaps..." ' 'mnuPrepareColumnDateUseDate ' Me.mnuPrepareColumnDateUseDate.Name = "mnuPrepareColumnDateUseDate" - resources.ApplyResources(Me.mnuPrepareColumnDateUseDate, "mnuPrepareColumnDateUseDate") + Me.mnuPrepareColumnDateUseDate.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateUseDate.Text = "Use Date..." ' 'mnuPrepareColumnDateMakeTime ' - resources.ApplyResources(Me.mnuPrepareColumnDateMakeTime, "mnuPrepareColumnDateMakeTime") + Me.mnuPrepareColumnDateMakeTime.Enabled = False Me.mnuPrepareColumnDateMakeTime.Name = "mnuPrepareColumnDateMakeTime" + Me.mnuPrepareColumnDateMakeTime.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateMakeTime.Text = "Make Time..." + Me.mnuPrepareColumnDateMakeTime.Visible = False ' 'mnuPrepareColumnDateUseTime ' - resources.ApplyResources(Me.mnuPrepareColumnDateUseTime, "mnuPrepareColumnDateUseTime") + Me.mnuPrepareColumnDateUseTime.Enabled = False Me.mnuPrepareColumnDateUseTime.Name = "mnuPrepareColumnDateUseTime" + Me.mnuPrepareColumnDateUseTime.Size = New System.Drawing.Size(162, 22) + Me.mnuPrepareColumnDateUseTime.Text = "Use Time..." + Me.mnuPrepareColumnDateUseTime.Visible = False ' 'mnuPrepareColumnDefine ' Me.mnuPrepareColumnDefine.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnDefineConvertColumns, Me.ToolStripSeparator55, Me.mnuPrepareColumnDefineCircular}) Me.mnuPrepareColumnDefine.Name = "mnuPrepareColumnDefine" - resources.ApplyResources(Me.mnuPrepareColumnDefine, "mnuPrepareColumnDefine") + Me.mnuPrepareColumnDefine.Size = New System.Drawing.Size(186, 22) + Me.mnuPrepareColumnDefine.Text = "Column: Define" ' 'mnuPrepareColumnDefineConvertColumns ' Me.mnuPrepareColumnDefineConvertColumns.Name = "mnuPrepareColumnDefineConvertColumns" - resources.ApplyResources(Me.mnuPrepareColumnDefineConvertColumns, "mnuPrepareColumnDefineConvertColumns") + Me.mnuPrepareColumnDefineConvertColumns.Size = New System.Drawing.Size(176, 22) + Me.mnuPrepareColumnDefineConvertColumns.Text = "Convert Columns..." ' 'ToolStripSeparator55 ' Me.ToolStripSeparator55.Name = "ToolStripSeparator55" - resources.ApplyResources(Me.ToolStripSeparator55, "ToolStripSeparator55") + Me.ToolStripSeparator55.Size = New System.Drawing.Size(173, 6) ' 'mnuPrepareColumnDefineCircular ' Me.mnuPrepareColumnDefineCircular.Name = "mnuPrepareColumnDefineCircular" - resources.ApplyResources(Me.mnuPrepareColumnDefineCircular, "mnuPrepareColumnDefineCircular") + Me.mnuPrepareColumnDefineCircular.Size = New System.Drawing.Size(176, 22) + Me.mnuPrepareColumnDefineCircular.Text = "Circular..." ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" - resources.ApplyResources(Me.ToolStripSeparator4, "ToolStripSeparator4") + Me.ToolStripSeparator4.Size = New System.Drawing.Size(183, 6) ' 'mnuPrepareDataReshape ' Me.mnuPrepareDataReshape.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareColumnReshapeColumnSummaries, Me.mnuPrepareColumnReshapeGeneralSummaries, Me.ToolStripSeparator10, Me.mnuPrepareColumnReshapeStack, Me.mnuPrepareColumnReshapeUnstack, Me.mnuPrepareColumnReshapeMerge, Me.ToolStripSeparator11, Me.mnuPrepareAppendDataFrame, Me.mnuPrepareColumnReshapeSubset, Me.mnuPrepareColumnReshapeRandomSubset, Me.mnuPrepareColumnReshapeTranspose, Me.mnuPrepareDataReshapeScaleOrDistance}) Me.mnuPrepareDataReshape.Name = "mnuPrepareDataReshape" - resources.ApplyResources(Me.mnuPrepareDataReshape, "mnuPrepareDataReshape") + Me.mnuPrepareDataReshape.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareDataReshape.Tag = "" + Me.mnuPrepareDataReshape.Text = "Data Reshape" ' 'mnuPrepareColumnReshapeColumnSummaries ' Me.mnuPrepareColumnReshapeColumnSummaries.Name = "mnuPrepareColumnReshapeColumnSummaries" - resources.ApplyResources(Me.mnuPrepareColumnReshapeColumnSummaries, "mnuPrepareColumnReshapeColumnSummaries") + Me.mnuPrepareColumnReshapeColumnSummaries.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeColumnSummaries.Tag = "Column_Summaries..." + Me.mnuPrepareColumnReshapeColumnSummaries.Text = "Column Summaries..." ' 'mnuPrepareColumnReshapeGeneralSummaries ' Me.mnuPrepareColumnReshapeGeneralSummaries.Name = "mnuPrepareColumnReshapeGeneralSummaries" - resources.ApplyResources(Me.mnuPrepareColumnReshapeGeneralSummaries, "mnuPrepareColumnReshapeGeneralSummaries") + Me.mnuPrepareColumnReshapeGeneralSummaries.Size = New System.Drawing.Size(197, 22) + Me.mnuPrepareColumnReshapeGeneralSummaries.Text = "General Summaries..." ' 'ToolStripSeparator10 ' Me.ToolStripSeparator10.Name = "ToolStripSeparator10" - resources.ApplyResources(Me.ToolStripSeparator10, "ToolStripSeparator10") + Me.ToolStripSeparator10.Size = New System.Drawing.Size(194, 6) ' 'mnuPrepareColumnReshapeStack ' Me.mnuPrepareColumnReshapeStack.Name = "mnuPrepareColumnReshapeStack" - resources.ApplyResources(Me.mnuPrepareColumnReshapeStack, "mnuPrepareColumnReshapeStack") + Me.mnuPrepareColumnReshapeStack.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeStack.Tag = "Stack..." + Me.mnuPrepareColumnReshapeStack.Text = "Stack (Pivot Longer)..." ' 'mnuPrepareColumnReshapeUnstack ' Me.mnuPrepareColumnReshapeUnstack.Name = "mnuPrepareColumnReshapeUnstack" - resources.ApplyResources(Me.mnuPrepareColumnReshapeUnstack, "mnuPrepareColumnReshapeUnstack") + Me.mnuPrepareColumnReshapeUnstack.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeUnstack.Tag = "Unstack..." + Me.mnuPrepareColumnReshapeUnstack.Text = "Unstack (Pivot Wider)..." ' 'mnuPrepareColumnReshapeMerge ' Me.mnuPrepareColumnReshapeMerge.Name = "mnuPrepareColumnReshapeMerge" - resources.ApplyResources(Me.mnuPrepareColumnReshapeMerge, "mnuPrepareColumnReshapeMerge") + Me.mnuPrepareColumnReshapeMerge.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeMerge.Tag = "Merge..." + Me.mnuPrepareColumnReshapeMerge.Text = "Merge..." ' 'ToolStripSeparator11 ' Me.ToolStripSeparator11.Name = "ToolStripSeparator11" - resources.ApplyResources(Me.ToolStripSeparator11, "ToolStripSeparator11") + Me.ToolStripSeparator11.Size = New System.Drawing.Size(194, 6) ' 'mnuPrepareAppendDataFrame ' Me.mnuPrepareAppendDataFrame.Name = "mnuPrepareAppendDataFrame" - resources.ApplyResources(Me.mnuPrepareAppendDataFrame, "mnuPrepareAppendDataFrame") + Me.mnuPrepareAppendDataFrame.Size = New System.Drawing.Size(197, 22) + Me.mnuPrepareAppendDataFrame.Text = "Append (Bind Rows)..." ' 'mnuPrepareColumnReshapeSubset ' Me.mnuPrepareColumnReshapeSubset.Name = "mnuPrepareColumnReshapeSubset" - resources.ApplyResources(Me.mnuPrepareColumnReshapeSubset, "mnuPrepareColumnReshapeSubset") + Me.mnuPrepareColumnReshapeSubset.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeSubset.Tag = "Subset..." + Me.mnuPrepareColumnReshapeSubset.Text = "Subset..." ' 'mnuPrepareColumnReshapeRandomSubset ' Me.mnuPrepareColumnReshapeRandomSubset.Name = "mnuPrepareColumnReshapeRandomSubset" - resources.ApplyResources(Me.mnuPrepareColumnReshapeRandomSubset, "mnuPrepareColumnReshapeRandomSubset") + Me.mnuPrepareColumnReshapeRandomSubset.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeRandomSubset.Tag = "Random_Subset..." + Me.mnuPrepareColumnReshapeRandomSubset.Text = "Random Subset..." ' 'mnuPrepareColumnReshapeTranspose ' Me.mnuPrepareColumnReshapeTranspose.Name = "mnuPrepareColumnReshapeTranspose" - resources.ApplyResources(Me.mnuPrepareColumnReshapeTranspose, "mnuPrepareColumnReshapeTranspose") + Me.mnuPrepareColumnReshapeTranspose.Size = New System.Drawing.Size(197, 22) Me.mnuPrepareColumnReshapeTranspose.Tag = "Transpose..." + Me.mnuPrepareColumnReshapeTranspose.Text = "Transpose..." ' 'mnuPrepareDataReshapeScaleOrDistance ' Me.mnuPrepareDataReshapeScaleOrDistance.Name = "mnuPrepareDataReshapeScaleOrDistance" - resources.ApplyResources(Me.mnuPrepareDataReshapeScaleOrDistance, "mnuPrepareDataReshapeScaleOrDistance") + Me.mnuPrepareDataReshapeScaleOrDistance.Size = New System.Drawing.Size(197, 22) + Me.mnuPrepareDataReshapeScaleOrDistance.Text = "Scale/Distance..." ' 'ToolStripSeparator7 ' Me.ToolStripSeparator7.Name = "ToolStripSeparator7" - resources.ApplyResources(Me.ToolStripSeparator7, "ToolStripSeparator7") + Me.ToolStripSeparator7.Size = New System.Drawing.Size(183, 6) ' 'mnuPrepareKeysAndLinks ' Me.mnuPrepareKeysAndLinks.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareKeysAndLinksAddKey, Me.mnuPrepareKeysAndLinksViewAndRemoveKey, Me.mnuPrepareKeysAndLinksAddLink, Me.mnuPrepareKeysAndLinksViewAndRemoveKeys, Me.mnuPrepareKeysAndLinksAddComment}) Me.mnuPrepareKeysAndLinks.Name = "mnuPrepareKeysAndLinks" - resources.ApplyResources(Me.mnuPrepareKeysAndLinks, "mnuPrepareKeysAndLinks") + Me.mnuPrepareKeysAndLinks.Size = New System.Drawing.Size(186, 22) + Me.mnuPrepareKeysAndLinks.Text = "Keys and Links" ' 'mnuPrepareKeysAndLinksAddKey ' Me.mnuPrepareKeysAndLinksAddKey.Name = "mnuPrepareKeysAndLinksAddKey" - resources.ApplyResources(Me.mnuPrepareKeysAndLinksAddKey, "mnuPrepareKeysAndLinksAddKey") + Me.mnuPrepareKeysAndLinksAddKey.Size = New System.Drawing.Size(207, 22) + Me.mnuPrepareKeysAndLinksAddKey.Text = "Add Key..." ' 'mnuPrepareKeysAndLinksViewAndRemoveKey ' Me.mnuPrepareKeysAndLinksViewAndRemoveKey.Name = "mnuPrepareKeysAndLinksViewAndRemoveKey" - resources.ApplyResources(Me.mnuPrepareKeysAndLinksViewAndRemoveKey, "mnuPrepareKeysAndLinksViewAndRemoveKey") + Me.mnuPrepareKeysAndLinksViewAndRemoveKey.Size = New System.Drawing.Size(207, 22) + Me.mnuPrepareKeysAndLinksViewAndRemoveKey.Text = "View and Remove Keys..." ' 'mnuPrepareKeysAndLinksAddLink ' Me.mnuPrepareKeysAndLinksAddLink.Name = "mnuPrepareKeysAndLinksAddLink" - resources.ApplyResources(Me.mnuPrepareKeysAndLinksAddLink, "mnuPrepareKeysAndLinksAddLink") + Me.mnuPrepareKeysAndLinksAddLink.Size = New System.Drawing.Size(207, 22) + Me.mnuPrepareKeysAndLinksAddLink.Text = "Add Link..." ' 'mnuPrepareKeysAndLinksViewAndRemoveKeys ' Me.mnuPrepareKeysAndLinksViewAndRemoveKeys.Name = "mnuPrepareKeysAndLinksViewAndRemoveKeys" - resources.ApplyResources(Me.mnuPrepareKeysAndLinksViewAndRemoveKeys, "mnuPrepareKeysAndLinksViewAndRemoveKeys") + Me.mnuPrepareKeysAndLinksViewAndRemoveKeys.Size = New System.Drawing.Size(207, 22) + Me.mnuPrepareKeysAndLinksViewAndRemoveKeys.Text = "View and Remove Links..." ' 'mnuPrepareKeysAndLinksAddComment ' Me.mnuPrepareKeysAndLinksAddComment.Name = "mnuPrepareKeysAndLinksAddComment" - resources.ApplyResources(Me.mnuPrepareKeysAndLinksAddComment, "mnuPrepareKeysAndLinksAddComment") + Me.mnuPrepareKeysAndLinksAddComment.Size = New System.Drawing.Size(207, 22) + Me.mnuPrepareKeysAndLinksAddComment.Text = "Add Comment..." ' 'mnuPrepareDataObject ' Me.mnuPrepareDataObject.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareDataObjectDataFrameMetadata, Me.mnuPrepareDataObjectRenameDataFrame, Me.mnuPrepareDataObjectReorderDataFrames, Me.mnuPrepareDataObjectCopyDataFrame, Me.mnuPrepareDataObjectDeleteDataFrame, Me.ToolStripSeparator21, Me.mnuPrepareDataObjectHideDataframes, Me.mnuPrepareDataObjectMetadata, Me.mnuPrepareDataObjectRenameMetadata, Me.mnuPrepareDataObjectReorderMetadata, Me.mnuPrepareDataObjectDeleteMetadata}) Me.mnuPrepareDataObject.Name = "mnuPrepareDataObject" - resources.ApplyResources(Me.mnuPrepareDataObject, "mnuPrepareDataObject") + Me.mnuPrepareDataObject.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareDataObject.Tag = "Data_Object" + Me.mnuPrepareDataObject.Text = "Data Object" ' 'mnuPrepareDataObjectDataFrameMetadata ' - resources.ApplyResources(Me.mnuPrepareDataObjectDataFrameMetadata, "mnuPrepareDataObjectDataFrameMetadata") + Me.mnuPrepareDataObjectDataFrameMetadata.Enabled = False Me.mnuPrepareDataObjectDataFrameMetadata.Name = "mnuPrepareDataObjectDataFrameMetadata" + Me.mnuPrepareDataObjectDataFrameMetadata.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectDataFrameMetadata.Tag = "Data_Frame_Metadata..." + Me.mnuPrepareDataObjectDataFrameMetadata.Text = "Data Frame Metadata..." + Me.mnuPrepareDataObjectDataFrameMetadata.Visible = False ' 'mnuPrepareDataObjectRenameDataFrame ' Me.mnuPrepareDataObjectRenameDataFrame.Name = "mnuPrepareDataObjectRenameDataFrame" - resources.ApplyResources(Me.mnuPrepareDataObjectRenameDataFrame, "mnuPrepareDataObjectRenameDataFrame") + Me.mnuPrepareDataObjectRenameDataFrame.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectRenameDataFrame.Tag = "ReName_Data_Frame..." + Me.mnuPrepareDataObjectRenameDataFrame.Text = "Rename Data Frame..." ' 'mnuPrepareDataObjectReorderDataFrames ' Me.mnuPrepareDataObjectReorderDataFrames.Name = "mnuPrepareDataObjectReorderDataFrames" - resources.ApplyResources(Me.mnuPrepareDataObjectReorderDataFrames, "mnuPrepareDataObjectReorderDataFrames") + Me.mnuPrepareDataObjectReorderDataFrames.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectReorderDataFrames.Tag = "Reorder_Data_Frames..." + Me.mnuPrepareDataObjectReorderDataFrames.Text = "Reorder Data Frames..." ' 'mnuPrepareDataObjectCopyDataFrame ' Me.mnuPrepareDataObjectCopyDataFrame.Name = "mnuPrepareDataObjectCopyDataFrame" - resources.ApplyResources(Me.mnuPrepareDataObjectCopyDataFrame, "mnuPrepareDataObjectCopyDataFrame") + Me.mnuPrepareDataObjectCopyDataFrame.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectCopyDataFrame.Tag = "Copy_Data_Frame..." + Me.mnuPrepareDataObjectCopyDataFrame.Text = "Copy Data Frame..." ' 'mnuPrepareDataObjectDeleteDataFrame ' Me.mnuPrepareDataObjectDeleteDataFrame.Name = "mnuPrepareDataObjectDeleteDataFrame" - resources.ApplyResources(Me.mnuPrepareDataObjectDeleteDataFrame, "mnuPrepareDataObjectDeleteDataFrame") + Me.mnuPrepareDataObjectDeleteDataFrame.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectDeleteDataFrame.Tag = "Delete_Data_Frame..." + Me.mnuPrepareDataObjectDeleteDataFrame.Text = "Delete Data Frames..." ' 'ToolStripSeparator21 ' Me.ToolStripSeparator21.Name = "ToolStripSeparator21" - resources.ApplyResources(Me.ToolStripSeparator21, "ToolStripSeparator21") + Me.ToolStripSeparator21.Size = New System.Drawing.Size(207, 6) ' 'mnuPrepareDataObjectHideDataframes ' Me.mnuPrepareDataObjectHideDataframes.Name = "mnuPrepareDataObjectHideDataframes" - resources.ApplyResources(Me.mnuPrepareDataObjectHideDataframes, "mnuPrepareDataObjectHideDataframes") + Me.mnuPrepareDataObjectHideDataframes.Size = New System.Drawing.Size(210, 22) + Me.mnuPrepareDataObjectHideDataframes.Text = "Hide/Show Data Frames..." ' 'mnuPrepareDataObjectMetadata ' Me.mnuPrepareDataObjectMetadata.Name = "mnuPrepareDataObjectMetadata" - resources.ApplyResources(Me.mnuPrepareDataObjectMetadata, "mnuPrepareDataObjectMetadata") + Me.mnuPrepareDataObjectMetadata.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectMetadata.Tag = "Metadata..." + Me.mnuPrepareDataObjectMetadata.Text = "Metadata..." ' 'mnuPrepareDataObjectRenameMetadata ' - resources.ApplyResources(Me.mnuPrepareDataObjectRenameMetadata, "mnuPrepareDataObjectRenameMetadata") + Me.mnuPrepareDataObjectRenameMetadata.Enabled = False Me.mnuPrepareDataObjectRenameMetadata.Name = "mnuPrepareDataObjectRenameMetadata" + Me.mnuPrepareDataObjectRenameMetadata.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectRenameMetadata.Tag = "Rename_Metadata..." + Me.mnuPrepareDataObjectRenameMetadata.Text = "Rename Metadata..." + Me.mnuPrepareDataObjectRenameMetadata.Visible = False ' 'mnuPrepareDataObjectReorderMetadata ' - resources.ApplyResources(Me.mnuPrepareDataObjectReorderMetadata, "mnuPrepareDataObjectReorderMetadata") + Me.mnuPrepareDataObjectReorderMetadata.Enabled = False Me.mnuPrepareDataObjectReorderMetadata.Name = "mnuPrepareDataObjectReorderMetadata" + Me.mnuPrepareDataObjectReorderMetadata.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectReorderMetadata.Tag = "Reorder_Metadata..." + Me.mnuPrepareDataObjectReorderMetadata.Text = "Reorder Metadata..." + Me.mnuPrepareDataObjectReorderMetadata.Visible = False ' 'mnuPrepareDataObjectDeleteMetadata ' - resources.ApplyResources(Me.mnuPrepareDataObjectDeleteMetadata, "mnuPrepareDataObjectDeleteMetadata") + Me.mnuPrepareDataObjectDeleteMetadata.Enabled = False Me.mnuPrepareDataObjectDeleteMetadata.Name = "mnuPrepareDataObjectDeleteMetadata" + Me.mnuPrepareDataObjectDeleteMetadata.Size = New System.Drawing.Size(210, 22) Me.mnuPrepareDataObjectDeleteMetadata.Tag = "Delete_Metadata..." + Me.mnuPrepareDataObjectDeleteMetadata.Text = "Delete Metadata..." + Me.mnuPrepareDataObjectDeleteMetadata.Visible = False ' 'mnuPrepareRObjects ' Me.mnuPrepareRObjects.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuPrepareRObjectsView, Me.mnuPrepareRObjectsRename, Me.mnuPrepareRObjectsReorder, Me.mnuPrepareRObjectsDelete}) Me.mnuPrepareRObjects.Name = "mnuPrepareRObjects" - resources.ApplyResources(Me.mnuPrepareRObjects, "mnuPrepareRObjects") + Me.mnuPrepareRObjects.Size = New System.Drawing.Size(186, 22) Me.mnuPrepareRObjects.Tag = "R_Objects" + Me.mnuPrepareRObjects.Text = "R Objects" ' 'mnuPrepareRObjectsView ' Me.mnuPrepareRObjectsView.Name = "mnuPrepareRObjectsView" - resources.ApplyResources(Me.mnuPrepareRObjectsView, "mnuPrepareRObjectsView") + Me.mnuPrepareRObjectsView.Size = New System.Drawing.Size(126, 22) Me.mnuPrepareRObjectsView.Tag = "View..." + Me.mnuPrepareRObjectsView.Text = "View..." ' 'mnuPrepareRObjectsRename ' Me.mnuPrepareRObjectsRename.Name = "mnuPrepareRObjectsRename" - resources.ApplyResources(Me.mnuPrepareRObjectsRename, "mnuPrepareRObjectsRename") + Me.mnuPrepareRObjectsRename.Size = New System.Drawing.Size(126, 22) Me.mnuPrepareRObjectsRename.Tag = "Rename..." + Me.mnuPrepareRObjectsRename.Text = "Rename..." ' 'mnuPrepareRObjectsReorder ' Me.mnuPrepareRObjectsReorder.Name = "mnuPrepareRObjectsReorder" - resources.ApplyResources(Me.mnuPrepareRObjectsReorder, "mnuPrepareRObjectsReorder") + Me.mnuPrepareRObjectsReorder.Size = New System.Drawing.Size(126, 22) Me.mnuPrepareRObjectsReorder.Tag = "Reorder" + Me.mnuPrepareRObjectsReorder.Text = "Reorder..." ' 'mnuPrepareRObjectsDelete ' Me.mnuPrepareRObjectsDelete.Name = "mnuPrepareRObjectsDelete" - resources.ApplyResources(Me.mnuPrepareRObjectsDelete, "mnuPrepareRObjectsDelete") + Me.mnuPrepareRObjectsDelete.Size = New System.Drawing.Size(126, 22) Me.mnuPrepareRObjectsDelete.Tag = "Delete..." + Me.mnuPrepareRObjectsDelete.Text = "Delete..." ' 'mnuStructured ' Me.mnuStructured.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredCircular, Me.mnuStructuredLow_Flow, Me.mnuStructuredSurvival, Me.mnuStructuredTimeSeries, Me.ToolStripSeparator63, Me.mnuStructuredClimatic, Me.mnuStructuredProcurement, Me.mnuStructuredOptionByContext}) Me.mnuStructured.Name = "mnuStructured" - resources.ApplyResources(Me.mnuStructured, "mnuStructured") + Me.mnuStructured.Size = New System.Drawing.Size(74, 20) + Me.mnuStructured.Text = "Structured" ' 'mnuStructuredCircular ' Me.mnuStructuredCircular.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredCircularDefine, Me.mnuStructuredCircularCalculator, Me.mnuStructuredCircularSummaries, Me.ToolStripSeparator46, Me.mnuStructuredCircularDensityPlot, Me.ToolStripSeparator67, Me.mnuStructuredCircularWindRose, Me.mnuStructuredCircularWindPollutionRose, Me.mnuStructuredCircularOtherRosePlots, Me.ToolStripSeparator68, Me.mnuStructuredCircularCirclize}) Me.mnuStructuredCircular.Name = "mnuStructuredCircular" - resources.ApplyResources(Me.mnuStructuredCircular, "mnuStructuredCircular") + Me.mnuStructuredCircular.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredCircular.Text = "Circular" ' 'mnuStructuredCircularDefine ' Me.mnuStructuredCircularDefine.Name = "mnuStructuredCircularDefine" - resources.ApplyResources(Me.mnuStructuredCircularDefine, "mnuStructuredCircularDefine") + Me.mnuStructuredCircularDefine.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularDefine.Text = "Define..." ' 'mnuStructuredCircularCalculator ' Me.mnuStructuredCircularCalculator.Name = "mnuStructuredCircularCalculator" - resources.ApplyResources(Me.mnuStructuredCircularCalculator, "mnuStructuredCircularCalculator") + Me.mnuStructuredCircularCalculator.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularCalculator.Text = "Calculator..." ' 'mnuStructuredCircularSummaries ' Me.mnuStructuredCircularSummaries.Name = "mnuStructuredCircularSummaries" - resources.ApplyResources(Me.mnuStructuredCircularSummaries, "mnuStructuredCircularSummaries") + Me.mnuStructuredCircularSummaries.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularSummaries.Text = "Summaries..." ' 'ToolStripSeparator46 ' Me.ToolStripSeparator46.Name = "ToolStripSeparator46" - resources.ApplyResources(Me.ToolStripSeparator46, "ToolStripSeparator46") + Me.ToolStripSeparator46.Size = New System.Drawing.Size(189, 6) ' 'mnuStructuredCircularDensityPlot ' Me.mnuStructuredCircularDensityPlot.Name = "mnuStructuredCircularDensityPlot" - resources.ApplyResources(Me.mnuStructuredCircularDensityPlot, "mnuStructuredCircularDensityPlot") + Me.mnuStructuredCircularDensityPlot.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularDensityPlot.Text = "Circular Plots..." ' 'ToolStripSeparator67 ' Me.ToolStripSeparator67.Name = "ToolStripSeparator67" - resources.ApplyResources(Me.ToolStripSeparator67, "ToolStripSeparator67") + Me.ToolStripSeparator67.Size = New System.Drawing.Size(189, 6) ' 'mnuStructuredCircularWindRose ' Me.mnuStructuredCircularWindRose.Name = "mnuStructuredCircularWindRose" - resources.ApplyResources(Me.mnuStructuredCircularWindRose, "mnuStructuredCircularWindRose") + Me.mnuStructuredCircularWindRose.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularWindRose.Text = "Wind Rose..." ' 'mnuStructuredCircularWindPollutionRose ' Me.mnuStructuredCircularWindPollutionRose.Name = "mnuStructuredCircularWindPollutionRose" - resources.ApplyResources(Me.mnuStructuredCircularWindPollutionRose, "mnuStructuredCircularWindPollutionRose") + Me.mnuStructuredCircularWindPollutionRose.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularWindPollutionRose.Text = "Wind/Pollution Rose..." ' 'mnuStructuredCircularOtherRosePlots ' Me.mnuStructuredCircularOtherRosePlots.Name = "mnuStructuredCircularOtherRosePlots" - resources.ApplyResources(Me.mnuStructuredCircularOtherRosePlots, "mnuStructuredCircularOtherRosePlots") + Me.mnuStructuredCircularOtherRosePlots.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularOtherRosePlots.Text = "Other Rose Plots" ' 'ToolStripSeparator68 ' Me.ToolStripSeparator68.Name = "ToolStripSeparator68" - resources.ApplyResources(Me.ToolStripSeparator68, "ToolStripSeparator68") + Me.ToolStripSeparator68.Size = New System.Drawing.Size(189, 6) ' 'mnuStructuredCircularCirclize ' - resources.ApplyResources(Me.mnuStructuredCircularCirclize, "mnuStructuredCircularCirclize") + Me.mnuStructuredCircularCirclize.Enabled = False Me.mnuStructuredCircularCirclize.Name = "mnuStructuredCircularCirclize" + Me.mnuStructuredCircularCirclize.Size = New System.Drawing.Size(192, 22) + Me.mnuStructuredCircularCirclize.Text = "Circlize..." + Me.mnuStructuredCircularCirclize.Visible = False ' 'mnuStructuredLow_Flow ' Me.mnuStructuredLow_Flow.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredLow_FlowDefine}) Me.mnuStructuredLow_Flow.Name = "mnuStructuredLow_Flow" - resources.ApplyResources(Me.mnuStructuredLow_Flow, "mnuStructuredLow_Flow") + Me.mnuStructuredLow_Flow.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredLow_Flow.Text = "Low_Flow" ' 'mnuStructuredLow_FlowDefine ' Me.mnuStructuredLow_FlowDefine.Name = "mnuStructuredLow_FlowDefine" - resources.ApplyResources(Me.mnuStructuredLow_FlowDefine, "mnuStructuredLow_FlowDefine") + Me.mnuStructuredLow_FlowDefine.Size = New System.Drawing.Size(117, 22) + Me.mnuStructuredLow_FlowDefine.Text = "Define..." ' 'mnuStructuredSurvival ' Me.mnuStructuredSurvival.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredSurvivalDefine}) Me.mnuStructuredSurvival.Name = "mnuStructuredSurvival" - resources.ApplyResources(Me.mnuStructuredSurvival, "mnuStructuredSurvival") + Me.mnuStructuredSurvival.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredSurvival.Text = "Survival" ' 'mnuStructuredSurvivalDefine ' Me.mnuStructuredSurvivalDefine.Name = "mnuStructuredSurvivalDefine" - resources.ApplyResources(Me.mnuStructuredSurvivalDefine, "mnuStructuredSurvivalDefine") + Me.mnuStructuredSurvivalDefine.Size = New System.Drawing.Size(117, 22) + Me.mnuStructuredSurvivalDefine.Text = "Define..." ' 'mnuStructuredTimeSeries ' Me.mnuStructuredTimeSeries.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredTimeSeriesDefine, Me.ToolStripSeparator60, Me.mnuStructuredTimeSeriesDescribe, Me.ToolStripSeparator61, Me.mnuStructuredTimeSeriesModel, Me.ToolStripSeparator62}) Me.mnuStructuredTimeSeries.Name = "mnuStructuredTimeSeries" - resources.ApplyResources(Me.mnuStructuredTimeSeries, "mnuStructuredTimeSeries") + Me.mnuStructuredTimeSeries.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredTimeSeries.Text = "Time Series" ' 'mnuStructuredTimeSeriesDefine ' Me.mnuStructuredTimeSeriesDefine.Name = "mnuStructuredTimeSeriesDefine" - resources.ApplyResources(Me.mnuStructuredTimeSeriesDefine, "mnuStructuredTimeSeriesDefine") + Me.mnuStructuredTimeSeriesDefine.Size = New System.Drawing.Size(119, 22) + Me.mnuStructuredTimeSeriesDefine.Text = "Define..." ' 'ToolStripSeparator60 ' Me.ToolStripSeparator60.Name = "ToolStripSeparator60" - resources.ApplyResources(Me.ToolStripSeparator60, "ToolStripSeparator60") + Me.ToolStripSeparator60.Size = New System.Drawing.Size(116, 6) ' 'mnuStructuredTimeSeriesDescribe ' Me.mnuStructuredTimeSeriesDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredTimeSeriesDescribeOneVariable, Me.mnuStructuredTimeSeriesDescribeGeneral}) Me.mnuStructuredTimeSeriesDescribe.Name = "mnuStructuredTimeSeriesDescribe" - resources.ApplyResources(Me.mnuStructuredTimeSeriesDescribe, "mnuStructuredTimeSeriesDescribe") + Me.mnuStructuredTimeSeriesDescribe.Size = New System.Drawing.Size(119, 22) + Me.mnuStructuredTimeSeriesDescribe.Text = "Describe" ' 'mnuStructuredTimeSeriesDescribeOneVariable ' Me.mnuStructuredTimeSeriesDescribeOneVariable.Name = "mnuStructuredTimeSeriesDescribeOneVariable" - resources.ApplyResources(Me.mnuStructuredTimeSeriesDescribeOneVariable, "mnuStructuredTimeSeriesDescribeOneVariable") + Me.mnuStructuredTimeSeriesDescribeOneVariable.Size = New System.Drawing.Size(149, 22) + Me.mnuStructuredTimeSeriesDescribeOneVariable.Text = "One Variable..." ' 'mnuStructuredTimeSeriesDescribeGeneral ' Me.mnuStructuredTimeSeriesDescribeGeneral.Name = "mnuStructuredTimeSeriesDescribeGeneral" - resources.ApplyResources(Me.mnuStructuredTimeSeriesDescribeGeneral, "mnuStructuredTimeSeriesDescribeGeneral") + Me.mnuStructuredTimeSeriesDescribeGeneral.Size = New System.Drawing.Size(149, 22) + Me.mnuStructuredTimeSeriesDescribeGeneral.Text = "General..." ' 'ToolStripSeparator61 ' Me.ToolStripSeparator61.Name = "ToolStripSeparator61" - resources.ApplyResources(Me.ToolStripSeparator61, "ToolStripSeparator61") + Me.ToolStripSeparator61.Size = New System.Drawing.Size(116, 6) ' 'mnuStructuredTimeSeriesModel ' Me.mnuStructuredTimeSeriesModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuStructuredTimeSeriesModelOneVariable, Me.mnuStructuredTimeSeriesModelGeneral}) Me.mnuStructuredTimeSeriesModel.Name = "mnuStructuredTimeSeriesModel" - resources.ApplyResources(Me.mnuStructuredTimeSeriesModel, "mnuStructuredTimeSeriesModel") + Me.mnuStructuredTimeSeriesModel.Size = New System.Drawing.Size(119, 22) + Me.mnuStructuredTimeSeriesModel.Text = "Model" ' 'mnuStructuredTimeSeriesModelOneVariable ' Me.mnuStructuredTimeSeriesModelOneVariable.Name = "mnuStructuredTimeSeriesModelOneVariable" - resources.ApplyResources(Me.mnuStructuredTimeSeriesModelOneVariable, "mnuStructuredTimeSeriesModelOneVariable") + Me.mnuStructuredTimeSeriesModelOneVariable.Size = New System.Drawing.Size(149, 22) + Me.mnuStructuredTimeSeriesModelOneVariable.Text = "One Variable..." ' 'mnuStructuredTimeSeriesModelGeneral ' Me.mnuStructuredTimeSeriesModelGeneral.Name = "mnuStructuredTimeSeriesModelGeneral" - resources.ApplyResources(Me.mnuStructuredTimeSeriesModelGeneral, "mnuStructuredTimeSeriesModelGeneral") + Me.mnuStructuredTimeSeriesModelGeneral.Size = New System.Drawing.Size(149, 22) + Me.mnuStructuredTimeSeriesModelGeneral.Text = "General..." ' 'ToolStripSeparator62 ' Me.ToolStripSeparator62.Name = "ToolStripSeparator62" - resources.ApplyResources(Me.ToolStripSeparator62, "ToolStripSeparator62") + Me.ToolStripSeparator62.Size = New System.Drawing.Size(116, 6) ' 'ToolStripSeparator63 ' Me.ToolStripSeparator63.Name = "ToolStripSeparator63" - resources.ApplyResources(Me.ToolStripSeparator63, "ToolStripSeparator63") + Me.ToolStripSeparator63.Size = New System.Drawing.Size(183, 6) ' 'mnuStructuredClimatic ' Me.mnuStructuredClimatic.Name = "mnuStructuredClimatic" - resources.ApplyResources(Me.mnuStructuredClimatic, "mnuStructuredClimatic") + Me.mnuStructuredClimatic.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredClimatic.Text = "Climatic..." ' 'mnuStructuredProcurement ' Me.mnuStructuredProcurement.Name = "mnuStructuredProcurement" - resources.ApplyResources(Me.mnuStructuredProcurement, "mnuStructuredProcurement") + Me.mnuStructuredProcurement.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredProcurement.Text = "Procurement..." ' 'mnuStructuredOptionByContext ' Me.mnuStructuredOptionByContext.Name = "mnuStructuredOptionByContext" - resources.ApplyResources(Me.mnuStructuredOptionByContext, "mnuStructuredOptionByContext") + Me.mnuStructuredOptionByContext.Size = New System.Drawing.Size(186, 22) + Me.mnuStructuredOptionByContext.Text = "Options by Context..." ' 'mnuProcurement ' Me.mnuProcurement.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementOpenFromLibrary, Me.mnuProcurementDefineData, Me.mnuProcurementPrepare, Me.mnuProcurementDescribe, Me.mnuProcurementMapping, Me.mnuProcurementModel, Me.ToolStripSeparator45, Me.mnuProcurementDefineRedFlags, Me.mnuProcurementUseCRI}) Me.mnuProcurement.Name = "mnuProcurement" - resources.ApplyResources(Me.mnuProcurement, "mnuProcurement") + Me.mnuProcurement.Size = New System.Drawing.Size(88, 20) + Me.mnuProcurement.Text = "Procurement" ' 'mnuProcurementOpenFromLibrary ' Me.mnuProcurementOpenFromLibrary.Name = "mnuProcurementOpenFromLibrary" - resources.ApplyResources(Me.mnuProcurementOpenFromLibrary, "mnuProcurementOpenFromLibrary") + Me.mnuProcurementOpenFromLibrary.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementOpenFromLibrary.Text = "Open From Library..." ' 'mnuProcurementDefineData ' Me.mnuProcurementDefineData.Name = "mnuProcurementDefineData" - resources.ApplyResources(Me.mnuProcurementDefineData, "mnuProcurementDefineData") + Me.mnuProcurementDefineData.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementDefineData.Text = "Define Procurement Data..." ' 'mnuProcurementPrepare ' Me.mnuProcurementPrepare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementPrepareFilterByCountry, Me.ToolStripSeparator42, Me.mnuProcurementPrepareDefineContractValueCategories, Me.mnuProcurementPrepareRecodeNumericIntoQuantiles, Me.mnuProcurementPrepareSetFactorReferenceLevel, Me.mnuProcurementPrepareUseAwardDate, Me.ToolStripSeparator43, Me.mnuProcurementPrepareSummariseRedFlagsByCountryorOther, Me.mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther, Me.mnuProcurementPrepareMergeAdditionalData}) Me.mnuProcurementPrepare.Name = "mnuProcurementPrepare" - resources.ApplyResources(Me.mnuProcurementPrepare, "mnuProcurementPrepare") + Me.mnuProcurementPrepare.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementPrepare.Text = "Prepare" ' 'mnuProcurementPrepareFilterByCountry ' Me.mnuProcurementPrepareFilterByCountry.Name = "mnuProcurementPrepareFilterByCountry" - resources.ApplyResources(Me.mnuProcurementPrepareFilterByCountry, "mnuProcurementPrepareFilterByCountry") + Me.mnuProcurementPrepareFilterByCountry.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareFilterByCountry.Text = "Filter by Country (or other)..." ' 'ToolStripSeparator42 ' Me.ToolStripSeparator42.Name = "ToolStripSeparator42" - resources.ApplyResources(Me.ToolStripSeparator42, "ToolStripSeparator42") + Me.ToolStripSeparator42.Size = New System.Drawing.Size(355, 6) ' 'mnuProcurementPrepareDefineContractValueCategories ' Me.mnuProcurementPrepareDefineContractValueCategories.Name = "mnuProcurementPrepareDefineContractValueCategories" - resources.ApplyResources(Me.mnuProcurementPrepareDefineContractValueCategories, "mnuProcurementPrepareDefineContractValueCategories") + Me.mnuProcurementPrepareDefineContractValueCategories.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareDefineContractValueCategories.Text = "Define Contract Value Categories..." ' 'mnuProcurementPrepareRecodeNumericIntoQuantiles ' Me.mnuProcurementPrepareRecodeNumericIntoQuantiles.Name = "mnuProcurementPrepareRecodeNumericIntoQuantiles" - resources.ApplyResources(Me.mnuProcurementPrepareRecodeNumericIntoQuantiles, "mnuProcurementPrepareRecodeNumericIntoQuantiles") + Me.mnuProcurementPrepareRecodeNumericIntoQuantiles.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareRecodeNumericIntoQuantiles.Text = "Recode Numeric into Quantiles..." ' 'mnuProcurementPrepareSetFactorReferenceLevel ' Me.mnuProcurementPrepareSetFactorReferenceLevel.Name = "mnuProcurementPrepareSetFactorReferenceLevel" - resources.ApplyResources(Me.mnuProcurementPrepareSetFactorReferenceLevel, "mnuProcurementPrepareSetFactorReferenceLevel") + Me.mnuProcurementPrepareSetFactorReferenceLevel.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareSetFactorReferenceLevel.Text = "Set Factor Reference Level..." ' 'mnuProcurementPrepareUseAwardDate ' Me.mnuProcurementPrepareUseAwardDate.Name = "mnuProcurementPrepareUseAwardDate" - resources.ApplyResources(Me.mnuProcurementPrepareUseAwardDate, "mnuProcurementPrepareUseAwardDate") + Me.mnuProcurementPrepareUseAwardDate.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareUseAwardDate.Text = "Use Award Date (or other)..." ' 'ToolStripSeparator43 ' Me.ToolStripSeparator43.Name = "ToolStripSeparator43" - resources.ApplyResources(Me.ToolStripSeparator43, "ToolStripSeparator43") + Me.ToolStripSeparator43.Size = New System.Drawing.Size(355, 6) ' 'mnuProcurementPrepareSummariseRedFlagsByCountryorOther ' Me.mnuProcurementPrepareSummariseRedFlagsByCountryorOther.Name = "mnuProcurementPrepareSummariseRedFlagsByCountryorOther" - resources.ApplyResources(Me.mnuProcurementPrepareSummariseRedFlagsByCountryorOther, "mnuProcurementPrepareSummariseRedFlagsByCountryorOther") + Me.mnuProcurementPrepareSummariseRedFlagsByCountryorOther.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareSummariseRedFlagsByCountryorOther.Text = "Summarise Red Flags by Country (or other)..." ' 'mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther ' Me.mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther.Name = "mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther" - resources.ApplyResources(Me.mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther, "mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther") + Me.mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther.Text = "Summarise Red Flags by Country and Year (or other)..." ' 'mnuProcurementPrepareMergeAdditionalData ' Me.mnuProcurementPrepareMergeAdditionalData.Name = "mnuProcurementPrepareMergeAdditionalData" - resources.ApplyResources(Me.mnuProcurementPrepareMergeAdditionalData, "mnuProcurementPrepareMergeAdditionalData") + Me.mnuProcurementPrepareMergeAdditionalData.Size = New System.Drawing.Size(358, 22) + Me.mnuProcurementPrepareMergeAdditionalData.Text = "Merge Additional Data..." ' 'mnuProcurementDescribe ' Me.mnuProcurementDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementDescribeOneVariableSummarise, Me.mnuProcurementDescribeOneVariableGraph, Me.ToolStripSeparator44, Me.mnuProcurementDescribeCategorical, Me.mnuProcurementDescribeNumeric}) Me.mnuProcurementDescribe.Name = "mnuProcurementDescribe" - resources.ApplyResources(Me.mnuProcurementDescribe, "mnuProcurementDescribe") + Me.mnuProcurementDescribe.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementDescribe.Text = "Describe" ' 'mnuProcurementDescribeOneVariableSummarise ' Me.mnuProcurementDescribeOneVariableSummarise.Name = "mnuProcurementDescribeOneVariableSummarise" - resources.ApplyResources(Me.mnuProcurementDescribeOneVariableSummarise, "mnuProcurementDescribeOneVariableSummarise") + Me.mnuProcurementDescribeOneVariableSummarise.Size = New System.Drawing.Size(211, 22) + Me.mnuProcurementDescribeOneVariableSummarise.Text = "One Variable Summarise..." ' 'mnuProcurementDescribeOneVariableGraph ' Me.mnuProcurementDescribeOneVariableGraph.Name = "mnuProcurementDescribeOneVariableGraph" - resources.ApplyResources(Me.mnuProcurementDescribeOneVariableGraph, "mnuProcurementDescribeOneVariableGraph") + Me.mnuProcurementDescribeOneVariableGraph.Size = New System.Drawing.Size(211, 22) + Me.mnuProcurementDescribeOneVariableGraph.Text = "One Variable Graph..." ' 'ToolStripSeparator44 ' Me.ToolStripSeparator44.Name = "ToolStripSeparator44" - resources.ApplyResources(Me.ToolStripSeparator44, "ToolStripSeparator44") + Me.ToolStripSeparator44.Size = New System.Drawing.Size(208, 6) ' 'mnuProcurementDescribeCategorical ' Me.mnuProcurementDescribeCategorical.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementDescribeCategoricalOneVarFreq, Me.mnuProcurementDescribeCategoricalTwoVarFreq, Me.ToolStripSeparator52, Me.mnuProcurementDescribeCategoricalBarCharts, Me.mnuProcurementDescribeCategoricalMosaic, Me.mnuProcurementDescribeCategoricalTreemap, Me.DisplayTopNToolStripMenuItem}) Me.mnuProcurementDescribeCategorical.Name = "mnuProcurementDescribeCategorical" - resources.ApplyResources(Me.mnuProcurementDescribeCategorical, "mnuProcurementDescribeCategorical") + Me.mnuProcurementDescribeCategorical.Size = New System.Drawing.Size(211, 22) + Me.mnuProcurementDescribeCategorical.Text = "Categorical" ' 'mnuProcurementDescribeCategoricalOneVarFreq ' Me.mnuProcurementDescribeCategoricalOneVarFreq.Name = "mnuProcurementDescribeCategoricalOneVarFreq" - resources.ApplyResources(Me.mnuProcurementDescribeCategoricalOneVarFreq, "mnuProcurementDescribeCategoricalOneVarFreq") + Me.mnuProcurementDescribeCategoricalOneVarFreq.Size = New System.Drawing.Size(319, 22) + Me.mnuProcurementDescribeCategoricalOneVarFreq.Text = "One Variable Frequencies..." ' 'mnuProcurementDescribeCategoricalTwoVarFreq ' Me.mnuProcurementDescribeCategoricalTwoVarFreq.Name = "mnuProcurementDescribeCategoricalTwoVarFreq" - resources.ApplyResources(Me.mnuProcurementDescribeCategoricalTwoVarFreq, "mnuProcurementDescribeCategoricalTwoVarFreq") + Me.mnuProcurementDescribeCategoricalTwoVarFreq.Size = New System.Drawing.Size(319, 22) + Me.mnuProcurementDescribeCategoricalTwoVarFreq.Text = "Two Variable Frequencies by Sector (or other)..." ' 'ToolStripSeparator52 ' Me.ToolStripSeparator52.Name = "ToolStripSeparator52" - resources.ApplyResources(Me.ToolStripSeparator52, "ToolStripSeparator52") + Me.ToolStripSeparator52.Size = New System.Drawing.Size(316, 6) ' 'mnuProcurementDescribeCategoricalBarCharts ' Me.mnuProcurementDescribeCategoricalBarCharts.Name = "mnuProcurementDescribeCategoricalBarCharts" - resources.ApplyResources(Me.mnuProcurementDescribeCategoricalBarCharts, "mnuProcurementDescribeCategoricalBarCharts") + Me.mnuProcurementDescribeCategoricalBarCharts.Size = New System.Drawing.Size(319, 22) + Me.mnuProcurementDescribeCategoricalBarCharts.Text = "Bar Chart..." ' 'mnuProcurementDescribeCategoricalMosaic ' Me.mnuProcurementDescribeCategoricalMosaic.Name = "mnuProcurementDescribeCategoricalMosaic" - resources.ApplyResources(Me.mnuProcurementDescribeCategoricalMosaic, "mnuProcurementDescribeCategoricalMosaic") + Me.mnuProcurementDescribeCategoricalMosaic.Size = New System.Drawing.Size(319, 22) + Me.mnuProcurementDescribeCategoricalMosaic.Text = "Mosaic Plot..." ' 'mnuProcurementDescribeCategoricalTreemap ' Me.mnuProcurementDescribeCategoricalTreemap.Name = "mnuProcurementDescribeCategoricalTreemap" - resources.ApplyResources(Me.mnuProcurementDescribeCategoricalTreemap, "mnuProcurementDescribeCategoricalTreemap") + Me.mnuProcurementDescribeCategoricalTreemap.Size = New System.Drawing.Size(319, 22) + Me.mnuProcurementDescribeCategoricalTreemap.Text = "Treemap..." ' 'DisplayTopNToolStripMenuItem ' Me.DisplayTopNToolStripMenuItem.Name = "DisplayTopNToolStripMenuItem" - resources.ApplyResources(Me.DisplayTopNToolStripMenuItem, "DisplayTopNToolStripMenuItem") + Me.DisplayTopNToolStripMenuItem.Size = New System.Drawing.Size(319, 22) + Me.DisplayTopNToolStripMenuItem.Text = "Display Top N..." ' 'mnuProcurementDescribeNumeric ' Me.mnuProcurementDescribeNumeric.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementDescribeNumericBoxplot, Me.HistogramToolStripMenuItem, Me.ToolStripSeparator53, Me.mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers}) Me.mnuProcurementDescribeNumeric.Name = "mnuProcurementDescribeNumeric" - resources.ApplyResources(Me.mnuProcurementDescribeNumeric, "mnuProcurementDescribeNumeric") + Me.mnuProcurementDescribeNumeric.Size = New System.Drawing.Size(211, 22) + Me.mnuProcurementDescribeNumeric.Text = "Numeric" ' 'mnuProcurementDescribeNumericBoxplot ' Me.mnuProcurementDescribeNumericBoxplot.Name = "mnuProcurementDescribeNumericBoxplot" - resources.ApplyResources(Me.mnuProcurementDescribeNumericBoxplot, "mnuProcurementDescribeNumericBoxplot") + Me.mnuProcurementDescribeNumericBoxplot.Size = New System.Drawing.Size(258, 22) + Me.mnuProcurementDescribeNumericBoxplot.Text = "Boxplot..." ' 'HistogramToolStripMenuItem ' Me.HistogramToolStripMenuItem.Name = "HistogramToolStripMenuItem" - resources.ApplyResources(Me.HistogramToolStripMenuItem, "HistogramToolStripMenuItem") + Me.HistogramToolStripMenuItem.Size = New System.Drawing.Size(258, 22) + Me.HistogramToolStripMenuItem.Text = "Histogram..." ' 'ToolStripSeparator53 ' Me.ToolStripSeparator53.Name = "ToolStripSeparator53" - resources.ApplyResources(Me.ToolStripSeparator53, "ToolStripSeparator53") + Me.ToolStripSeparator53.Size = New System.Drawing.Size(255, 6) ' 'mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers ' Me.mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers.Name = "mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers" - resources.ApplyResources(Me.mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers, "mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers") + Me.mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers.Size = New System.Drawing.Size(258, 22) + Me.mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers.Text = "Correlations (Red Flags or others)..." ' 'mnuProcurementMapping ' Me.mnuProcurementMapping.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementMappingMapCountryValues}) Me.mnuProcurementMapping.Name = "mnuProcurementMapping" - resources.ApplyResources(Me.mnuProcurementMapping, "mnuProcurementMapping") + Me.mnuProcurementMapping.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementMapping.Text = "Mapping" ' 'mnuProcurementMappingMapCountryValues ' Me.mnuProcurementMappingMapCountryValues.Name = "mnuProcurementMappingMapCountryValues" - resources.ApplyResources(Me.mnuProcurementMappingMapCountryValues, "mnuProcurementMappingMapCountryValues") + Me.mnuProcurementMappingMapCountryValues.Size = New System.Drawing.Size(189, 22) + Me.mnuProcurementMappingMapCountryValues.Text = "Map Country Values..." ' 'mnuProcurementModel ' Me.mnuProcurementModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementModelDefineCorruption, Me.mnuProcurementModelFitModelToolStripMenuItem}) Me.mnuProcurementModel.Name = "mnuProcurementModel" - resources.ApplyResources(Me.mnuProcurementModel, "mnuProcurementModel") + Me.mnuProcurementModel.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementModel.Text = "Model" ' 'mnuProcurementModelDefineCorruption ' Me.mnuProcurementModelDefineCorruption.Name = "mnuProcurementModelDefineCorruption" - resources.ApplyResources(Me.mnuProcurementModelDefineCorruption, "mnuProcurementModelDefineCorruption") + Me.mnuProcurementModelDefineCorruption.Size = New System.Drawing.Size(233, 22) + Me.mnuProcurementModelDefineCorruption.Text = "Define Corruption Indicators..." ' 'mnuProcurementModelFitModelToolStripMenuItem ' Me.mnuProcurementModelFitModelToolStripMenuItem.Name = "mnuProcurementModelFitModelToolStripMenuItem" - resources.ApplyResources(Me.mnuProcurementModelFitModelToolStripMenuItem, "mnuProcurementModelFitModelToolStripMenuItem") + Me.mnuProcurementModelFitModelToolStripMenuItem.Size = New System.Drawing.Size(233, 22) + Me.mnuProcurementModelFitModelToolStripMenuItem.Text = "Fit Model..." ' 'ToolStripSeparator45 ' Me.ToolStripSeparator45.Name = "ToolStripSeparator45" - resources.ApplyResources(Me.ToolStripSeparator45, "ToolStripSeparator45") + Me.ToolStripSeparator45.Size = New System.Drawing.Size(214, 6) ' 'mnuProcurementDefineRedFlags ' Me.mnuProcurementDefineRedFlags.Name = "mnuProcurementDefineRedFlags" - resources.ApplyResources(Me.mnuProcurementDefineRedFlags, "mnuProcurementDefineRedFlags") + Me.mnuProcurementDefineRedFlags.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementDefineRedFlags.Text = "Define Red Flag Variables..." ' 'mnuProcurementUseCRI ' Me.mnuProcurementUseCRI.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuProcurementCTFVCalculateCRI, Me.mnuProcurementUseCRISummariseCRIbyCountry}) Me.mnuProcurementUseCRI.Name = "mnuProcurementUseCRI" - resources.ApplyResources(Me.mnuProcurementUseCRI, "mnuProcurementUseCRI") + Me.mnuProcurementUseCRI.Size = New System.Drawing.Size(217, 22) + Me.mnuProcurementUseCRI.Text = "Corruption Risk Index (CRI)" ' 'mnuProcurementCTFVCalculateCRI ' Me.mnuProcurementCTFVCalculateCRI.Name = "mnuProcurementCTFVCalculateCRI" - resources.ApplyResources(Me.mnuProcurementCTFVCalculateCRI, "mnuProcurementCTFVCalculateCRI") + Me.mnuProcurementCTFVCalculateCRI.Size = New System.Drawing.Size(278, 22) + Me.mnuProcurementCTFVCalculateCRI.Text = "Define Corruption Risk Index (CRI)..." ' 'mnuProcurementUseCRISummariseCRIbyCountry ' Me.mnuProcurementUseCRISummariseCRIbyCountry.Name = "mnuProcurementUseCRISummariseCRIbyCountry" - resources.ApplyResources(Me.mnuProcurementUseCRISummariseCRIbyCountry, "mnuProcurementUseCRISummariseCRIbyCountry") + Me.mnuProcurementUseCRISummariseCRIbyCountry.Size = New System.Drawing.Size(278, 22) + Me.mnuProcurementUseCRISummariseCRIbyCountry.Text = "Summarise CRI by Country (or other)..." ' 'mnuOptionsByContext ' Me.mnuOptionsByContext.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextCheckData, Me.mnuOptionsByContextDefineOptionsByContexts, Me.mnuOptionsByContextPrepare, Me.mnuOptionsByContextDescribe, Me.mnuOptionsByContextModel}) Me.mnuOptionsByContext.Name = "mnuOptionsByContext" - resources.ApplyResources(Me.mnuOptionsByContext, "mnuOptionsByContext") + Me.mnuOptionsByContext.Size = New System.Drawing.Size(122, 20) + Me.mnuOptionsByContext.Text = "Options by Context" ' 'mnuOptionsByContextCheckData ' Me.mnuOptionsByContextCheckData.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextCheckDataDuplicates, Me.mnuOptionsByContextCheckDataCompareColumns, Me.ToolStripSeparator47, Me.mnuOptionsByContextCheckDataOneVariableSummarise, Me.mnuOptionsByContextCheckDataOneVariableGraph, Me.mnuOptionsByContextCheckDataOneVariableFrequencies}) Me.mnuOptionsByContextCheckData.Name = "mnuOptionsByContextCheckData" - resources.ApplyResources(Me.mnuOptionsByContextCheckData, "mnuOptionsByContextCheckData") + Me.mnuOptionsByContextCheckData.Size = New System.Drawing.Size(250, 22) + Me.mnuOptionsByContextCheckData.Text = "Check Data" ' 'mnuOptionsByContextCheckDataDuplicates ' Me.mnuOptionsByContextCheckDataDuplicates.Name = "mnuOptionsByContextCheckDataDuplicates" - resources.ApplyResources(Me.mnuOptionsByContextCheckDataDuplicates, "mnuOptionsByContextCheckDataDuplicates") + Me.mnuOptionsByContextCheckDataDuplicates.Size = New System.Drawing.Size(215, 22) + Me.mnuOptionsByContextCheckDataDuplicates.Text = "Duplicates..." ' 'mnuOptionsByContextCheckDataCompareColumns ' Me.mnuOptionsByContextCheckDataCompareColumns.Name = "mnuOptionsByContextCheckDataCompareColumns" - resources.ApplyResources(Me.mnuOptionsByContextCheckDataCompareColumns, "mnuOptionsByContextCheckDataCompareColumns") + Me.mnuOptionsByContextCheckDataCompareColumns.Size = New System.Drawing.Size(215, 22) + Me.mnuOptionsByContextCheckDataCompareColumns.Text = "Compare Columns..." ' 'ToolStripSeparator47 ' Me.ToolStripSeparator47.Name = "ToolStripSeparator47" - resources.ApplyResources(Me.ToolStripSeparator47, "ToolStripSeparator47") + Me.ToolStripSeparator47.Size = New System.Drawing.Size(212, 6) ' 'mnuOptionsByContextCheckDataOneVariableSummarise ' Me.mnuOptionsByContextCheckDataOneVariableSummarise.Name = "mnuOptionsByContextCheckDataOneVariableSummarise" - resources.ApplyResources(Me.mnuOptionsByContextCheckDataOneVariableSummarise, "mnuOptionsByContextCheckDataOneVariableSummarise") + Me.mnuOptionsByContextCheckDataOneVariableSummarise.Size = New System.Drawing.Size(215, 22) + Me.mnuOptionsByContextCheckDataOneVariableSummarise.Text = "One Variable Summarise..." ' 'mnuOptionsByContextCheckDataOneVariableGraph ' Me.mnuOptionsByContextCheckDataOneVariableGraph.Name = "mnuOptionsByContextCheckDataOneVariableGraph" - resources.ApplyResources(Me.mnuOptionsByContextCheckDataOneVariableGraph, "mnuOptionsByContextCheckDataOneVariableGraph") + Me.mnuOptionsByContextCheckDataOneVariableGraph.Size = New System.Drawing.Size(215, 22) + Me.mnuOptionsByContextCheckDataOneVariableGraph.Text = "One Variable Graph..." ' 'mnuOptionsByContextCheckDataOneVariableFrequencies ' Me.mnuOptionsByContextCheckDataOneVariableFrequencies.Name = "mnuOptionsByContextCheckDataOneVariableFrequencies" - resources.ApplyResources(Me.mnuOptionsByContextCheckDataOneVariableFrequencies, "mnuOptionsByContextCheckDataOneVariableFrequencies") + Me.mnuOptionsByContextCheckDataOneVariableFrequencies.Size = New System.Drawing.Size(215, 22) + Me.mnuOptionsByContextCheckDataOneVariableFrequencies.Text = "One Variable Frequencies..." ' 'mnuOptionsByContextDefineOptionsByContexts ' Me.mnuOptionsByContextDefineOptionsByContexts.Name = "mnuOptionsByContextDefineOptionsByContexts" - resources.ApplyResources(Me.mnuOptionsByContextDefineOptionsByContexts, "mnuOptionsByContextDefineOptionsByContexts") + Me.mnuOptionsByContextDefineOptionsByContexts.Size = New System.Drawing.Size(250, 22) + Me.mnuOptionsByContextDefineOptionsByContexts.Text = "Define Options by Context Data..." ' 'mnuOptionsByContextPrepare ' Me.mnuOptionsByContextPrepare.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions, Me.ToolStripSeparator48, Me.mnuOptionsByContextMergeAdditionalData, Me.mnuOptionsByContextPrepareStack, Me.mnuOptionsByContextPrepareUnstack}) Me.mnuOptionsByContextPrepare.Name = "mnuOptionsByContextPrepare" - resources.ApplyResources(Me.mnuOptionsByContextPrepare, "mnuOptionsByContextPrepare") + Me.mnuOptionsByContextPrepare.Size = New System.Drawing.Size(250, 22) + Me.mnuOptionsByContextPrepare.Text = "Prepare" ' 'mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions ' Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions.Name = "mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions" - resources.ApplyResources(Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions, "mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions") + Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions.Size = New System.Drawing.Size(282, 22) + Me.mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions.Text = "Calculate Difference Between Options..." ' 'ToolStripSeparator48 ' Me.ToolStripSeparator48.Name = "ToolStripSeparator48" - resources.ApplyResources(Me.ToolStripSeparator48, "ToolStripSeparator48") + Me.ToolStripSeparator48.Size = New System.Drawing.Size(279, 6) ' 'mnuOptionsByContextMergeAdditionalData ' Me.mnuOptionsByContextMergeAdditionalData.Name = "mnuOptionsByContextMergeAdditionalData" - resources.ApplyResources(Me.mnuOptionsByContextMergeAdditionalData, "mnuOptionsByContextMergeAdditionalData") + Me.mnuOptionsByContextMergeAdditionalData.Size = New System.Drawing.Size(282, 22) + Me.mnuOptionsByContextMergeAdditionalData.Text = "Merge Additional Data..." ' 'mnuOptionsByContextPrepareStack ' Me.mnuOptionsByContextPrepareStack.Name = "mnuOptionsByContextPrepareStack" - resources.ApplyResources(Me.mnuOptionsByContextPrepareStack, "mnuOptionsByContextPrepareStack") + Me.mnuOptionsByContextPrepareStack.Size = New System.Drawing.Size(282, 22) + Me.mnuOptionsByContextPrepareStack.Text = "Stack (Pivot Longer)..." ' 'mnuOptionsByContextPrepareUnstack ' Me.mnuOptionsByContextPrepareUnstack.Name = "mnuOptionsByContextPrepareUnstack" - resources.ApplyResources(Me.mnuOptionsByContextPrepareUnstack, "mnuOptionsByContextPrepareUnstack") + Me.mnuOptionsByContextPrepareUnstack.Size = New System.Drawing.Size(282, 22) + Me.mnuOptionsByContextPrepareUnstack.Text = "Unstack (Pivot Wider)..." ' 'mnuOptionsByContextDescribe ' Me.mnuOptionsByContextDescribe.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextDescribeCompareTwoTreatments, Me.mnuOptionsByContextDescribeCompareMultipleTreatments, Me.mnuOptionsByContextDescribeBoxplot}) Me.mnuOptionsByContextDescribe.Name = "mnuOptionsByContextDescribe" - resources.ApplyResources(Me.mnuOptionsByContextDescribe, "mnuOptionsByContextDescribe") + Me.mnuOptionsByContextDescribe.Size = New System.Drawing.Size(250, 22) + Me.mnuOptionsByContextDescribe.Text = "Describe" ' 'mnuOptionsByContextDescribeCompareTwoTreatments ' Me.mnuOptionsByContextDescribeCompareTwoTreatments.Name = "mnuOptionsByContextDescribeCompareTwoTreatments" - resources.ApplyResources(Me.mnuOptionsByContextDescribeCompareTwoTreatments, "mnuOptionsByContextDescribeCompareTwoTreatments") + Me.mnuOptionsByContextDescribeCompareTwoTreatments.Size = New System.Drawing.Size(224, 22) + Me.mnuOptionsByContextDescribeCompareTwoTreatments.Text = "Compare Two Options..." ' 'mnuOptionsByContextDescribeCompareMultipleTreatments ' - resources.ApplyResources(Me.mnuOptionsByContextDescribeCompareMultipleTreatments, "mnuOptionsByContextDescribeCompareMultipleTreatments") + Me.mnuOptionsByContextDescribeCompareMultipleTreatments.Enabled = False Me.mnuOptionsByContextDescribeCompareMultipleTreatments.Name = "mnuOptionsByContextDescribeCompareMultipleTreatments" + Me.mnuOptionsByContextDescribeCompareMultipleTreatments.Size = New System.Drawing.Size(224, 22) + Me.mnuOptionsByContextDescribeCompareMultipleTreatments.Text = "Compare Multiple Options..." ' 'mnuOptionsByContextDescribeBoxplot ' Me.mnuOptionsByContextDescribeBoxplot.Name = "mnuOptionsByContextDescribeBoxplot" - resources.ApplyResources(Me.mnuOptionsByContextDescribeBoxplot, "mnuOptionsByContextDescribeBoxplot") + Me.mnuOptionsByContextDescribeBoxplot.Size = New System.Drawing.Size(224, 22) + Me.mnuOptionsByContextDescribeBoxplot.Text = "Boxplot..." ' 'mnuOptionsByContextModel ' Me.mnuOptionsByContextModel.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuOptionsByContextModelFitModel, Me.mnuOptionsByContextGeneralFitModel}) Me.mnuOptionsByContextModel.Name = "mnuOptionsByContextModel" - resources.ApplyResources(Me.mnuOptionsByContextModel, "mnuOptionsByContextModel") + Me.mnuOptionsByContextModel.Size = New System.Drawing.Size(250, 22) + Me.mnuOptionsByContextModel.Text = "Model" ' 'mnuOptionsByContextModelFitModel ' Me.mnuOptionsByContextModelFitModel.Name = "mnuOptionsByContextModelFitModel" - resources.ApplyResources(Me.mnuOptionsByContextModelFitModel, "mnuOptionsByContextModelFitModel") + Me.mnuOptionsByContextModelFitModel.Size = New System.Drawing.Size(176, 22) + Me.mnuOptionsByContextModelFitModel.Text = "Fit Model..." ' 'mnuOptionsByContextGeneralFitModel ' Me.mnuOptionsByContextGeneralFitModel.Name = "mnuOptionsByContextGeneralFitModel" - resources.ApplyResources(Me.mnuOptionsByContextGeneralFitModel, "mnuOptionsByContextGeneralFitModel") + Me.mnuOptionsByContextGeneralFitModel.Size = New System.Drawing.Size(176, 22) + Me.mnuOptionsByContextGeneralFitModel.Text = "General Fit Model..." ' 'mnuTools ' Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuToolsRunRCode, Me.mnuToolsRestartR, Me.mnuToolsCheckForUpdates, Me.mnuToolsClearOutputWindow, Me.ToolStripSeparator5, Me.mnuToolsSaveCurrentOptions, Me.mnuToolsLoadOptions, Me.mnuToolsInstallRPackage, Me.mnuToolsOptions}) Me.mnuTools.Name = "mnuTools" - resources.ApplyResources(Me.mnuTools, "mnuTools") + Me.mnuTools.Size = New System.Drawing.Size(46, 20) + Me.mnuTools.Text = "Tools" ' 'mnuToolsRunRCode ' - resources.ApplyResources(Me.mnuToolsRunRCode, "mnuToolsRunRCode") + Me.mnuToolsRunRCode.Enabled = False Me.mnuToolsRunRCode.Name = "mnuToolsRunRCode" + Me.mnuToolsRunRCode.Size = New System.Drawing.Size(198, 22) Me.mnuToolsRunRCode.Tag = "Run_R_Code..." + Me.mnuToolsRunRCode.Text = "Run R Code..." ' 'mnuToolsRestartR ' - resources.ApplyResources(Me.mnuToolsRestartR, "mnuToolsRestartR") + Me.mnuToolsRestartR.Enabled = False Me.mnuToolsRestartR.Name = "mnuToolsRestartR" + Me.mnuToolsRestartR.Size = New System.Drawing.Size(198, 22) Me.mnuToolsRestartR.Tag = "Restart_R" + Me.mnuToolsRestartR.Text = "Restart R" ' 'mnuToolsCheckForUpdates ' - resources.ApplyResources(Me.mnuToolsCheckForUpdates, "mnuToolsCheckForUpdates") + Me.mnuToolsCheckForUpdates.Enabled = False Me.mnuToolsCheckForUpdates.Name = "mnuToolsCheckForUpdates" + Me.mnuToolsCheckForUpdates.Size = New System.Drawing.Size(198, 22) Me.mnuToolsCheckForUpdates.Tag = "Check_for_Updates..." + Me.mnuToolsCheckForUpdates.Text = "Check for Updates..." ' 'mnuToolsClearOutputWindow ' Me.mnuToolsClearOutputWindow.Name = "mnuToolsClearOutputWindow" - resources.ApplyResources(Me.mnuToolsClearOutputWindow, "mnuToolsClearOutputWindow") + Me.mnuToolsClearOutputWindow.Size = New System.Drawing.Size(198, 22) Me.mnuToolsClearOutputWindow.Tag = "Clear_Output_Window..." + Me.mnuToolsClearOutputWindow.Text = "Clear Output Window..." ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" - resources.ApplyResources(Me.ToolStripSeparator5, "ToolStripSeparator5") + Me.ToolStripSeparator5.Size = New System.Drawing.Size(195, 6) ' 'mnuToolsSaveCurrentOptions ' - resources.ApplyResources(Me.mnuToolsSaveCurrentOptions, "mnuToolsSaveCurrentOptions") + Me.mnuToolsSaveCurrentOptions.Enabled = False Me.mnuToolsSaveCurrentOptions.Name = "mnuToolsSaveCurrentOptions" + Me.mnuToolsSaveCurrentOptions.Size = New System.Drawing.Size(198, 22) Me.mnuToolsSaveCurrentOptions.Tag = "Save_Current_Options..." + Me.mnuToolsSaveCurrentOptions.Text = "Save Current Options..." ' 'mnuToolsLoadOptions ' - resources.ApplyResources(Me.mnuToolsLoadOptions, "mnuToolsLoadOptions") + Me.mnuToolsLoadOptions.Enabled = False Me.mnuToolsLoadOptions.Name = "mnuToolsLoadOptions" + Me.mnuToolsLoadOptions.Size = New System.Drawing.Size(198, 22) Me.mnuToolsLoadOptions.Tag = "Load_Options..." + Me.mnuToolsLoadOptions.Text = "Load Options..." ' 'mnuToolsInstallRPackage ' Me.mnuToolsInstallRPackage.Name = "mnuToolsInstallRPackage" - resources.ApplyResources(Me.mnuToolsInstallRPackage, "mnuToolsInstallRPackage") + Me.mnuToolsInstallRPackage.Size = New System.Drawing.Size(198, 22) + Me.mnuToolsInstallRPackage.Text = "Install R Package..." ' 'mnuToolsOptions ' Me.mnuToolsOptions.Name = "mnuToolsOptions" - resources.ApplyResources(Me.mnuToolsOptions, "mnuToolsOptions") + Me.mnuToolsOptions.Size = New System.Drawing.Size(198, 22) Me.mnuToolsOptions.Tag = "Options..." + Me.mnuToolsOptions.Text = "Options..." ' 'ExportToolStripMenuItem ' Me.ExportToolStripMenuItem.Name = "ExportToolStripMenuItem" - resources.ApplyResources(Me.ExportToolStripMenuItem, "ExportToolStripMenuItem") + Me.ExportToolStripMenuItem.Size = New System.Drawing.Size(126, 22) + Me.ExportToolStripMenuItem.Text = "Export..." ' 'splOverall ' Me.splOverall.BackColor = System.Drawing.Color.LightGray - resources.ApplyResources(Me.splOverall, "splOverall") + Me.splOverall.Dock = System.Windows.Forms.DockStyle.Fill + Me.splOverall.Location = New System.Drawing.Point(0, 61) Me.splOverall.Name = "splOverall" + Me.splOverall.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'splOverall.Panel1 ' @@ -4152,11 +4890,16 @@ Partial Class frmMain ' Me.splOverall.Panel2.BackColor = System.Drawing.SystemColors.Control Me.splOverall.Panel2.Controls.Add(Me.splDataOutput) + Me.splOverall.Size = New System.Drawing.Size(834, 399) + Me.splOverall.SplitterDistance = 168 + Me.splOverall.SplitterWidth = 5 + Me.splOverall.TabIndex = 10 ' 'splExtraWindows ' Me.splExtraWindows.BackColor = System.Drawing.Color.LightGray - resources.ApplyResources(Me.splExtraWindows, "splExtraWindows") + Me.splExtraWindows.Dock = System.Windows.Forms.DockStyle.Fill + Me.splExtraWindows.Location = New System.Drawing.Point(0, 0) Me.splExtraWindows.Name = "splExtraWindows" ' 'splExtraWindows.Panel1 @@ -4168,11 +4911,16 @@ Partial Class frmMain ' Me.splExtraWindows.Panel2.BackColor = System.Drawing.SystemColors.Control Me.splExtraWindows.Panel2.Controls.Add(Me.splLogScript) + Me.splExtraWindows.Size = New System.Drawing.Size(834, 168) + Me.splExtraWindows.SplitterDistance = 255 + Me.splExtraWindows.SplitterWidth = 5 + Me.splExtraWindows.TabIndex = 0 ' 'splMetadata ' Me.splMetadata.BackColor = System.Drawing.Color.LightGray - resources.ApplyResources(Me.splMetadata, "splMetadata") + Me.splMetadata.Dock = System.Windows.Forms.DockStyle.Fill + Me.splMetadata.Location = New System.Drawing.Point(0, 0) Me.splMetadata.Name = "splMetadata" ' 'splMetadata.Panel1 @@ -4183,24 +4931,39 @@ Partial Class frmMain ' Me.splMetadata.Panel2.BackColor = System.Drawing.SystemColors.Control Me.splMetadata.Panel2.Controls.Add(Me.ucrDataFrameMeta) + Me.splMetadata.Size = New System.Drawing.Size(255, 168) + Me.splMetadata.SplitterDistance = 72 + Me.splMetadata.SplitterWidth = 5 + Me.splMetadata.TabIndex = 0 ' 'ucrColumnMeta ' + Me.ucrColumnMeta.AutoSize = True Me.ucrColumnMeta.BackColor = System.Drawing.SystemColors.Control Me.ucrColumnMeta.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrColumnMeta, "ucrColumnMeta") + Me.ucrColumnMeta.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrColumnMeta.Location = New System.Drawing.Point(0, 0) + Me.ucrColumnMeta.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrColumnMeta.Name = "ucrColumnMeta" + Me.ucrColumnMeta.Size = New System.Drawing.Size(72, 168) + Me.ucrColumnMeta.TabIndex = 0 ' 'ucrDataFrameMeta ' + Me.ucrDataFrameMeta.AutoSize = True Me.ucrDataFrameMeta.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrDataFrameMeta, "ucrDataFrameMeta") + Me.ucrDataFrameMeta.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrDataFrameMeta.Location = New System.Drawing.Point(0, 0) + Me.ucrDataFrameMeta.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrDataFrameMeta.Name = "ucrDataFrameMeta" + Me.ucrDataFrameMeta.Size = New System.Drawing.Size(178, 168) + Me.ucrDataFrameMeta.TabIndex = 0 ' 'splLogScript ' Me.splLogScript.BackColor = System.Drawing.Color.LightGray - resources.ApplyResources(Me.splLogScript, "splLogScript") + Me.splLogScript.Dock = System.Windows.Forms.DockStyle.Fill + Me.splLogScript.Location = New System.Drawing.Point(0, 0) Me.splLogScript.Name = "splLogScript" ' 'splLogScript.Panel1 @@ -4212,24 +4975,39 @@ Partial Class frmMain ' Me.splLogScript.Panel2.BackColor = System.Drawing.SystemColors.Control Me.splLogScript.Panel2.Controls.Add(Me.ucrScriptWindow) + Me.splLogScript.Size = New System.Drawing.Size(574, 168) + Me.splLogScript.SplitterDistance = 174 + Me.splLogScript.SplitterWidth = 5 + Me.splLogScript.TabIndex = 0 ' 'ucrLogWindow ' + Me.ucrLogWindow.AutoSize = True Me.ucrLogWindow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrLogWindow, "ucrLogWindow") + Me.ucrLogWindow.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrLogWindow.Location = New System.Drawing.Point(0, 0) + Me.ucrLogWindow.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrLogWindow.Name = "ucrLogWindow" + Me.ucrLogWindow.Size = New System.Drawing.Size(174, 168) + Me.ucrLogWindow.TabIndex = 0 ' 'ucrScriptWindow ' + Me.ucrScriptWindow.AutoSize = True Me.ucrScriptWindow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrScriptWindow, "ucrScriptWindow") + Me.ucrScriptWindow.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrScriptWindow.Location = New System.Drawing.Point(0, 0) + Me.ucrScriptWindow.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrScriptWindow.Name = "ucrScriptWindow" + Me.ucrScriptWindow.Size = New System.Drawing.Size(395, 168) + Me.ucrScriptWindow.TabIndex = 0 Me.ucrScriptWindow.Tag = "Script_Window" ' 'splDataOutput ' Me.splDataOutput.BackColor = System.Drawing.Color.LightGray - resources.ApplyResources(Me.splDataOutput, "splDataOutput") + Me.splDataOutput.Dock = System.Windows.Forms.DockStyle.Fill + Me.splDataOutput.Location = New System.Drawing.Point(0, 0) Me.splDataOutput.Name = "splDataOutput" ' 'splDataOutput.Panel1 @@ -4241,62 +5019,92 @@ Partial Class frmMain ' Me.splDataOutput.Panel2.BackColor = System.Drawing.SystemColors.Control Me.splDataOutput.Panel2.Controls.Add(Me.ucrOutput) + Me.splDataOutput.Size = New System.Drawing.Size(834, 226) + Me.splDataOutput.SplitterDistance = 384 + Me.splDataOutput.SplitterWidth = 5 + Me.splDataOutput.TabIndex = 0 ' 'ucrDataViewer ' + Me.ucrDataViewer.AutoSize = True Me.ucrDataViewer.BackColor = System.Drawing.SystemColors.Control Me.ucrDataViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrDataViewer, "ucrDataViewer") + Me.ucrDataViewer.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrDataViewer.grdCurrSheet = Nothing + Me.ucrDataViewer.Location = New System.Drawing.Point(0, 0) + Me.ucrDataViewer.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrDataViewer.Name = "ucrDataViewer" + Me.ucrDataViewer.Size = New System.Drawing.Size(384, 226) + Me.ucrDataViewer.TabIndex = 0 Me.ucrDataViewer.Tag = "Data_View" ' 'ucrOutput ' + Me.ucrOutput.AutoSize = True Me.ucrOutput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.ucrOutput, "ucrOutput") + Me.ucrOutput.Dock = System.Windows.Forms.DockStyle.Fill + Me.ucrOutput.Location = New System.Drawing.Point(0, 0) + Me.ucrOutput.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrOutput.Name = "ucrOutput" + Me.ucrOutput.Size = New System.Drawing.Size(445, 226) + Me.ucrOutput.TabIndex = 0 ' 'mnuRViewer ' Me.mnuRViewer.Name = "mnuRViewer" - resources.ApplyResources(Me.mnuRViewer, "mnuRViewer") + Me.mnuRViewer.Size = New System.Drawing.Size(180, 22) + Me.mnuRViewer.Text = "R Viewer..." + Me.mnuRViewer.ToolTipText = "View Last Graph" ' 'mnuPlotly ' Me.mnuPlotly.Name = "mnuPlotly" - resources.ApplyResources(Me.mnuPlotly, "mnuPlotly") + Me.mnuPlotly.Size = New System.Drawing.Size(180, 22) + Me.mnuPlotly.Text = "Plotly..." + Me.mnuPlotly.ToolTipText = "View Interactive Plot" ' 'mnuColumnMetadata ' Me.mnuColumnMetadata.Name = "mnuColumnMetadata" - resources.ApplyResources(Me.mnuColumnMetadata, "mnuColumnMetadata") + Me.mnuColumnMetadata.Size = New System.Drawing.Size(196, 22) + Me.mnuColumnMetadata.Text = "Column Metadata..." + Me.mnuColumnMetadata.ToolTipText = "Column Metadata" ' 'mnuDataFrameMetadata ' Me.mnuDataFrameMetadata.Name = "mnuDataFrameMetadata" - resources.ApplyResources(Me.mnuDataFrameMetadata, "mnuDataFrameMetadata") + Me.mnuDataFrameMetadata.Size = New System.Drawing.Size(196, 22) + Me.mnuDataFrameMetadata.Text = "Data Frame Metadata..." + Me.mnuDataFrameMetadata.ToolTipText = "Data Frame Metadata" ' 'mnuScriptFile ' Me.mnuScriptFile.Name = "mnuScriptFile" - resources.ApplyResources(Me.mnuScriptFile, "mnuScriptFile") + Me.mnuScriptFile.Size = New System.Drawing.Size(180, 22) + Me.mnuScriptFile.Text = "Script Window..." + Me.mnuScriptFile.ToolTipText = "Script Window" ' 'mnuLogFile ' Me.mnuLogFile.Name = "mnuLogFile" - resources.ApplyResources(Me.mnuLogFile, "mnuLogFile") + Me.mnuLogFile.Size = New System.Drawing.Size(180, 22) + Me.mnuLogFile.Text = "Log Window..." + Me.mnuLogFile.ToolTipText = "Log Window" ' 'frmMain ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.ClientSize = New System.Drawing.Size(834, 482) Me.Controls.Add(Me.splOverall) Me.Controls.Add(Me.stsStrip) Me.Controls.Add(Me.Tool_strip) Me.Controls.Add(Me.mnuBar) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.IsMdiContainer = True Me.MainMenuStrip = Me.mnuBar Me.Name = "frmMain" + Me.Text = "R-Instat" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized Me.stsStrip.ResumeLayout(False) Me.stsStrip.PerformLayout() @@ -4313,15 +5121,21 @@ Partial Class frmMain CType(Me.splExtraWindows, System.ComponentModel.ISupportInitialize).EndInit() Me.splExtraWindows.ResumeLayout(False) Me.splMetadata.Panel1.ResumeLayout(False) + Me.splMetadata.Panel1.PerformLayout() Me.splMetadata.Panel2.ResumeLayout(False) + Me.splMetadata.Panel2.PerformLayout() CType(Me.splMetadata, System.ComponentModel.ISupportInitialize).EndInit() Me.splMetadata.ResumeLayout(False) Me.splLogScript.Panel1.ResumeLayout(False) + Me.splLogScript.Panel1.PerformLayout() Me.splLogScript.Panel2.ResumeLayout(False) + Me.splLogScript.Panel2.PerformLayout() CType(Me.splLogScript, System.ComponentModel.ISupportInitialize).EndInit() Me.splLogScript.ResumeLayout(False) Me.splDataOutput.Panel1.ResumeLayout(False) + Me.splDataOutput.Panel1.PerformLayout() Me.splDataOutput.Panel2.ResumeLayout(False) + Me.splDataOutput.Panel2.PerformLayout() CType(Me.splDataOutput, System.ComponentModel.ISupportInitialize).EndInit() Me.splDataOutput.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/frmMain.resx b/instat/frmMain.resx index 5d4411b9b40..8ff21b7a490 100644 --- a/instat/frmMain.resx +++ b/instat/frmMain.resx @@ -117,10279 +117,1940 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 538, 56 + + + 638, 56 + + + 775, 56 + + + 946, 56 + + + 17, 95 + - - 192, 22 - - - One Variable - - - 192, 22 - - - Two Variables - - - 192, 22 - - - Three Variables - - - 192, 22 - - - Specific Tables/Graphs - - - 192, 22 - - - General - - - 189, 6 - - - 203, 22 - - - Correlations... - - - 203, 22 - - - Principal Components... - - - 203, 22 - - - Canonical Correlations... - - - - False - - - 203, 22 - - - Cluster Analysis... - - - 192, 22 - - - Multivariate - - - 189, 6 - - - 192, 22 - - - Use Graph... - - - 192, 22 - - - Combine Graphs... - - - False - - - 192, 22 - - - Themes... - - - False - - - 192, 22 - - - View Graph... - - - 64, 20 - - - Describe - - - 155, 22 - - - Visualise Data... - - - 152, 6 - - - 155, 22 - - - Summarise... - - - 155, 22 - - - Graph... - - - 152, 6 - - - 155, 22 - - - Frequencies... - - - 155, 22 - - - Rating Data... - - - 146, 22 - - - Summarise... - - - 146, 22 - - - Graph... - - - 143, 6 - - - 146, 22 - - - Frequencies... - - - 146, 22 - - - Pivot Table... - - - False - - - 146, 22 - - - Summarise... + + + iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASQSURBVEhLvVd9TFtVFEcT948zi3E4YGxGt6IE6CctLVC+ + h9mHMiJLMGYmmi1R/5gzMRjjTNTMoEtYJlmWUVwMiSYODMvG1MzhnDNzA0opsJFAKGxxMMrHoB+8trSv + P899763lo+32R+GX3PScc999v95zzj3nvgRImJjkYe3zkxQUDauMEHHdd06o8swkrTHxud845JT0SNrq + QyB2OAPYXTaE7FwLaWu443G7D+kpv0ORvVquZrnDi6KEkKuHpznkl/dJWrwQRNNZJ7JfuIrCklvweL2S + XSKenFlAgaobakN8Xe1weJC47jiyE2phSPgalVWjZBXfLxJP+ZCT/i+UOd2kxY/Yw/mQuuEnKIg4l4hf + q7CRdRExwxg3j/wdzNWxiNncPI2l8YoOHsV7BpH+zC8oKu2He36Zq8cnfcjcfAkKTSdp0Yj9OHj4HuTP + nsfeN20IBhcke3Sc+t4Fua4TnoCPtAjJNesI4NW8AWj00V19vduDzISj5LZvaBxFc5tDmokGHhm6mzhp + ckr6UoRcfcXMIa+sl6TIxPYZH5LX1UNDsdLTOHfZJc1ERs2Raahyox9Pgfi+3YuXU36FXNNFWuQHbSNe + bFddR9VOG/a9PgKl0YLhO+GYLUYgEMC2zKtoveiRLCshEHu9PD58fwK6gugls6J6BAcOjUtaEIdqJpEi + u4zhURa/pXj3gzFKqgFJiwyBmA8GUVfngL7IKhiXwz61ALWxC8MjSxPq4yNTSJb9gdtD4Z3Pzvmwdfsl + 9PTGTj6BeIxcnbapDVnqyFl9+NMplFcMStpS1Hw+Lbjd1ORA80UninYNYP+Be9JsdISSq7HJBUMx2/Fy + Yh76UitaLkSP1779d6CjhMugQvHc+gbwwvGJDYHYzfF4u/o/aPNWlszGJjcMMbKdYU+VTSBOI+LUp05g + zhU56RZDdPWEF+lJlNXqlVldUN6Pz76akbTIaP/HjZSnzyDzyRPYVTlIOcO6UWyEXN099PAch3F/1gel + oQOc59EvujvlxbVOjqRHP8sgEM888KMsp4+6E6tcDEH8dcMFvcaML449kGzxhUA8QbVate1vKHWMmMeX + tTNIe6JWiNtb77AMfdym8PgIudrunUfxztsk+bEl+TyVxlq8QmPj+kbBFm+IO6Z+rNzSDqVW3PFHn9ih + pEbA6vIb1IlWbcdz1J0KFRaohe7EEMQPZ90wnWGNICCa4oyQq3ttHIp33yIp0nl9aGO/y+VINoZYMhFb + +xZQRDVaJruCTRt+hHFHL9S6LshVHTCW9tLZ7qCk60I+VbVMRQc0BjP0hT3IkN8UflnRySI7m1draZ2y + U1jHLhUKrRnGEnGdWmeGgUprrt4Mi3UBCezTpfGkC9XVd/GS7E80NLghz7qBraltMJnceFHWjmy6BDJ7 + UmIz9laOop6e35jUgm+PzeHge+NITGnF6dNuaLUWbE5qRYPJhbSMa8KfbqR3JD3fgnxjP07RuvrjTkzY + +bCrf26mAhK63vLw+cTu4vezuivGeZ4Ll8LF96ewnacrrFin+QCtlyoYR5e+5QkaIl7bjzbgf5akuY8x + X6rjAAAAAElFTkSuQmCC + - - False + + + iVBORw0KGgoAAAANSUhEUgAAAG8AAABvCAYAAADixZ5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAjpSURBVHhe7V3LaxVXHE4EwQq+IAaVbgQf0FYLBQnx9Q+4 + UExQ92oSqkVXopsuEsymXbRYCkVtgkJtVfpY+Eh1YaWWdiOJWdgWbWmlG000kTxujMnp+cY5ZnLyu7nn + NXPPuZkPPpLce+b7nd/3hXtn5p6ZW8VyBIs8vICRhxcw8vACRh5ewMjDCxh5eAEjDy9gGIU3OjrKmpub + WXV1NauqqsppSPgHH+GnCbTDe/bsGauvrycnk9OM8PPp06exw+rQCm9kZITV1dWRE8hpR/g6PDwcO60G + rfBaWlrIwjndsKmpKXZaDcrh3b59e9b3uJqaGtbe3s7u3bvHCoVCvNXsENu6hm+68KO7u5u1trZGPgkd + mfBXB8oz2bZtG1kQbGhoYAMDA/FIdYjtXcNn3cHBwcgvoSVTB8qjqUIgJjI5ORmP0oPQcA3fdeFXsQB1 + YBXe8uXLo/8kUwgd1whBF77V1ta+1jTRtgoPr+E2EDquEYou9hGEpom2VXh4E7aB0HGNUHSxcyc0TbSt + wlPdqywGoeMaoeiOjY291jTRtgrPFq50ZISkKzRNtJVHy0V0C1FwpSMjJF2haaKtPFouoluIgisdGSHp + Ck0TbeXRcpGc6VAHeXieUQdW4dnClY6MkHSFpom28mi5iG4hCq50ZISkKzRNtJVHy0V0C1FwpSMjJF2h + aaKtPFouoluIgisdGSHpCk0TbeXRchHdQhRc6cgISVdommgrj5aL6Bai4EpHRki6QtNEW3m0XES3EAVX + OjJC0hWaJtrKo+UiuoUouNKREZKu0DTRVh4tF8mZDnWQh+cZdWAVni1c6cgISVdommgrj5aL6Bai4EpH + Rki6QtNEW3m0XES3EAVXOjJC0hWaJtrKo+UiuoUouNKREZKu0DTRVh4tF9EtRMGVjoxiulhe2tvbzzo6 + /mAnTvzGdu/+kW3YcImtWnWeLVr0Jd/mi4j4HY/hOYzBWGxTVbWKU29VcymIuRab82yo+PD6+wvs7Nnf + 2b59N1lt7Tn++KuAzPkx27v3ZqTZ12d2aVYSYq7JOauiQsPDNRXvsJ07u9j8+af571QI9oQ2aly58g+b + mLBbNW7iRUWFNz4+wTo78fLWykkbnhbXr/8memnFHHSQ9FPXC6vw/OJbnNmHNpOYA+ZCzbE0dVAB4S3j + bOKkjCwnmzkxN2rOxakDq/BsYatz+fJfbOnSDq5BmVd+Ym6XLj2MZ0sj6aeuF0GGVyi8ZIcP/8y3pU3z + jZgr5kwh6aeuF8GF9+TJKNuy5Qe+HW2Ur9y8+fto7jKSfup6EVR4jx4NRXt1lDkhEHNHD0kk/dTxAggm + PDS9evVXfDxtTChED8kAk36qeiEQRHiPH4+ydeu+5mNpQ0IjekFPQNJPFS+S8D68sbEJVlf3HR9HGxEq + 0RN6S/pZygsZ3ocX0l6lLg8dQm/mnlqFlz7f46Qbd8ljx26wO3f+ZuPj46+Jv/E4Nd4t0eNUzzrwOLyl + nJ9wUg27Y1cXzkdOhSYTz1PbuSN6nDoTowOr8Gwxm05jY/r/9SdP/kQGJhPjqO3d8QNOfU+9DO/69Uf8 + capJt3zw4AkZlkyMo7Z3y3c5Aw8Pn4tldSBOBVWM1PZuiU8j5sUuqMG78C5ceMAfo5pzTyqkYqS2d89N + sQtq8Co8rDHBuhG6MfeU9zCLEeOo7d3zw8gDVXgV3tWr//K/qabSYUPDt2RYMg8evEJunwaxpEIVXoWH + hT1UQ2kSx3KDgyNkaHg8/T3N6YQHqrAKzy3f4PyMk24qTa5Z08lOnfo1enns6fkvIv7evv0COT5NLlhw + hg0MjMWuzw6PwtvCSTc014hlhSrw5mVz164u/jvdzFwjvFCBF+G9fDnp9VqUrLlkSUfkSSl4EV53dx// + STcyVwlPSsGL8M6cuc9/0k3MVcKTUvAivCNH7vCfdBNpEsdv1CGCzCyP8wSPHv0ldqk4vAhvx45r/Cfd + RJr0OTx4UgpehLdxY3anxJL0OTx4UgpW4bnjR5x0E2nS5/BWrjwfO18cnoT3KSfdRJr0OTxc4FkKXrxs + UpPPgj6HB5ZCHh4Rlsw8PAJCJ3k9eJb0ObxgXjZXrDjPf9JNpEmfw0t9h8UWQic/VJjJ1A8VbCF08oP0 + mQzmID0/PTaTqZ8ec8fyfBDrc3ipn5h2xzc56SbSpM/hBfORED54xAeQVBNp0tfwgvowFijHMghfwwtq + GQSARTdUI2nS1/CCW4CE5W5Y9kY1kxZ9DC+zpX+2kHWyXnTrY3iZLbq1hayT9XJ3H8MLdrl71hea+Bde + hheapMNNnFRj7ulfeBle4pUOcaPTbG696Fd4FXBxJXDtWjbvfX6FVwGXNQtkcUMBf8KroBsKALg/1+LF + 6Z4y8yM8LL6qsFt5AOfO/cmfpxp2Qz/Cq+M089Tr8ID9+9O7MrXc4b3qzdxTq/AKhUL8rBmEzmzAHWLT + unFcOcNDT319g/z36Z7qwCq87u7u+FkzCJ1SwO0N1651f8vGcoWHXtBTT08P/3u6pzqwCi9b4k39JCdt + iAnLEx56mNpBkamDgMID0XQ2B/DpEHMvHhyoA+vwGhoa2KTOCbkEhIYOcJNt3GybNsdf1tdP3SAcfsG3 + pI8mXiiP3rp1K1kMbGxsZM+fP49HqkNsr4uQb80Pn4oFB+pAefStW7dYdTXOO9JFa2pqWHt7O+vt7WUv + XryIt5odYltTXLz40OsbEWAtCuY4NDTE7t69y9ra2iKfkr4lCX91oOVcS0sLWbS8xHsIvvqFNrB81P86 + mgMHDsROq0ErvJGREX58Mv2MgD98m7ONkzIyS2IOmAs1x+KEr8PDw7HTatB+zerv7+dvvvXkBMrPeZyb + OcuxR4qaWDyMOVBzK074CV91YfSGMzo6ypqbm2d9DywvMa+NnO9zfs5Jme2C0EYN1NL3Av7BR/hpAvO9 + hUCArwY9ffp+tLDHxdeOQmPPnhuRpouvHbVBxYeXBA5HxRf+Hj8+9YW/uBZu4cKzUTj4KtFlyzqjr43B + ZVYYg7HYBtsaHtKmgjkVXqUhDy9g5OEFC8b+B/Yp+GcDTt9QAAAAAElFTkSuQmCC + - - 146, 22 + + + iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABmdSURBVHhe7Z15rBVVtodlsB1iRMxr4wAi2tqKUcEmMUbj + EMe/tGP8w2eLjIK284x2NEYTjXaMY5zaecRoqxGetlNUVGxN0KfSjijGARQHcJ6td78693dYZ59dVbvW + OReQxy9ZKS63au2117f3ql21771nlWylVmitBLyCayXgFVwdAf7111/bzKvl3Y/X17L24wZMA7/88kuL + eRTzkxp8qOXNT1/mKFUuwDTw008/Ne3nn392JYFruNb6qhO8tLz5Qd3KUad+agO2Cfjxxx/zoycJNvBO + /NBZ6wfrlh/+7ZH8yBdHD9xu5LoWYBr8/vvvsx9++CE/0qg3cHzID0cvFGLolh98yEimR/KjmLx+uM76 + 8eY6GTANfvfdd3ljHGnY06D8yPDn8QNIxSI/DJy6Cv1gHij0gZxYP0DxiOu4vtNcoyTANPjtt9/m9s03 + 33QEV34wgvf4AWToxzNz8cO11pcXbujHC5fcykcnuZYqAdMADWFff/11Pqo8osNcL19eKPIjIxGemcs1 + tl8cPXDpA32xvjxwgUhurR9y36lKAWvm0uBXX33lhst1XE/QHPHpGZXEY/0QlwcuIPEhPxy9cAUDP5gX + LjmxMXlzHeY1CpiTCFRlh0a9DeJDSeTI1x64jGabAOLyVIAY3E4qgPxgXriaQPLlnbnkI8xJG2AaJAkA + FWBvg92C280KgA/54egZJMCVH1knFcD2zTtIaJ+4wry0AeZEGiGpJNITOI1wrQ3cWwGIBV+dDjaSaf14 + 41Hf5MvrB+GD/KgSdAKXaysBc4IFzNd1pUR2AhcfxMC1ixYtatqXX36Z/79iTDXi+Pzzz5t+vvjii3yg + 1PUDCPlYvHhxbvStrh8GBjHQH/7tqSKI6+gHPokhxqsJGPIWsBdueF9KmXG09c4772S33nprNnHixGyn + nXbKtthii2yjjTZq2oYbbpitv/762QYbbJBkOtf6aNiGbeeWWZmf+vGs39OPDbKhQ4dkW221VbbXXntl + xx9/XDZjxoxs4cKFvdlIE7lmcGECHM5e1AaYkz0jKgYXX1WaNWtWNn78+Gy11VbLVllllf+3tskmm2Rn + nXVWNnfu3N7MFItcM/N1i2ASFTFrAxwbBVXiOsEVYEZUmT755JPs6KOPbuvogAH9s4EDBzaNr8NzUmzg + wAEtfgYO9PkJ48H69YufW2b9+4d+BvT46dd23pAhQ7IrrriiN0vtUq7tGqCMWQtgL1zNWAHm/8o0e/bs + bPvtt2/pWP/+/XqT5wOxPBt9i/1/mY0dOza/T1sxaZRjAAO3qtq2LLLqigbrwn322WezYcOGRTuFrbXW + Wtnuu++e/fWvR2RTp07NTjvttCQ7/fTT8+Mpp5ySnXrqqfnxlFNObvleinEu1vCDj4YfYvnb39r9nH32 + 2dkRRxyRz9BYfzAAjxw5MjvkkEOyk046Mfc1YcKEbNSoUdHzZfvtt1++oEPc7pRrZnDq4swN2DaoRqvg + vvvuu9mIESOinRk+fHh2/vnnZ6+99lrbyE0V7RMX96SUxV2RSJz8pMySyZMnR8vtGmuskR122GHZzJkz + s/fffz+fABI+P/vss+zFF1/MjjrqqHxgh9dj48ePy8/FyLNmb1VMkguw4NJYKlzK/4EHHhjtxJgxY7J5 + 8+b1numTBVJ1XyoTVUk+UuDedNNN0T798Y9bZA8//HBlXqSnnnoqGz16dNTXxRdfnJ/DrK0DF9UGTBIt + 3NQGb7vttuhK+bjjjmve/+sELpFALfCIB6ta4MVE2/ixfauqAjzaDB06tK1PW2+9dfbGG2/k5+hemaL5 + 8+dnu+yyS9PPgAED8iMr7Jdffjk/p26OagEmUJsAgk+ZKcyuPfbYoxm4ytn++++fX8/3U0e6FdcQizUv + XPVJR2Kq0rnnntvsk2zjjYc24fIiIxWu9N577/UAHZbniEWnIJ9zzjm9Z9RTMmAvXPTYY4/l9yMC7d+/ + ETAP/q+//nr+fQ/ccIGXcpuISYNEfrAUuAwKXlYIbKNv/bPLLrss/z7xeNcBVDv8AXjVVVfN/80ibcGC + Bb1npKsSMBBDuNwL6uiMM87oTUC//LmSUckbK+QpywAI4Xr8xOCmVoAXXnihuTDSYxCPfpRtcuaBqwnz + 4Ycf5kDxad8DPPnkk/n366gSMHDtPa5uyUF/+csheYCN59x+2Zprrpndd9+9vd+tJ+8aIBQg5QOrWwGu + ueaa5ppCECZNmpR/z1NJgEtf6B8TiEcpgZWxoKurQsAahTRK50mCZ1Qy2/bdd988QABzHDRokGvV3C24 + xIQP+eFYF8qZZ57ZMrsYuBdccEHvd+uJPtAX4iDX6JZbbmn6lqXch1UFpChgwdWynIY9cBEla7fddssD + tIDZiamjTtYAVjG4nkFy0kkn5fdcLRh/97vfZdddd13vd9NF2zYWjuihhx5qgpXxYqVMDNKwL22ASRpJ + IKECzNd1peR/8MEH2a677poHqBG/9tpr5yvMVHULblgBvPdudMIJJ+QLRgFmMXTDDTf0fjdNZWuARx55 + pAlWxlu1mMgF1+EvzEsLYJ1oAXvuJyo5iGc7AZYBOOVtFfEQg4XC1x7FyrtnkGiwH3/88fliURsP/Pv6 + 66/Pv5ciuwYI4SJekticYbyCDUUfiAmrBMwJFnAncAkcsbS3D+9YCmALV0ZMHtkKgOHXA1eDBDGD7T0Y + wHfccUf+vW7o6aefbskZFgIm1/QNXprBoZqA6TAn2NFQVzRoV9zo008/bd6DZVWAiYVBIiCdwI1VgE7g + 4gcB2PYJwBdddFH28ccf54M6ZvPnL8hvWW+//XavvZP/oAP/Z8/Dx7Rp01r8YxYwfMgJRmwAjvWrDTAn + eu5LXGvhYoh7bZ0SrUFioTDg6kqDxPrxDhKus34QiyzbJ+7F/OTGdtttl78AidnWW4/IN1t4ldmwxteY + PQ8fG2+8cYt/TIDVNwYrsZGfImZtgGOjoEoMCjpvTRUAkKmACVJJ1HFZwsVPCJekopNPPrmlT0vDTj11 + ap5rzAIuY9YC2AuXjisJzD7BRTwOpQDmGgt3woT7e869umPbaafbs0mTZmTnnfdUdt99r/Y8f3/e22K5 + yEWsvEt1ANs3eJjnBwAw9pKJhUEP4Cq4qGWRVVc0FMINS0UKYFUA+cEOO+x/es6NQ+vUdt11WnbLLf/b + E2/82Z6kVVWAZTGD2XkjFvJOPCm3Ujfg2GNHrMEqwBYupgowZcoDPefGAXXL/vCHG/NZbUUfBFdGX0OF + gLkHs5g89thj85/wOPzww/PN/ilTJuc/EIBNmTKl+b0U07lcy0+DsPAiHgCnVlsX4FS4qAgwiy+uwYf8 + cFR5XxqAZZRvJLg2phhcFAKm9PJ6UQKA7peedYSV/HCLwFLhotqAw0UHCSlrsAgwP1WJL/kJy/vSBIyd + e+7MZiwCXAYmBlhvslQB6BN+igZJlZRr/HCsCxfVAhxbdFQ1GAO8zjqD8jdctgOhn6UNGHv++XlNuMyY + MoWAeVWpd9E2Rx645CLMNbnyKAlwrEG+TpEFrPe26647OH+gx0dRBVgWgP/857vzwVYFF8UAX3XVVfn3 + NEg8pZlcqAJ0ChdVAqZBzTRZnQYBrFeVlDGOgwcPzmcwiYzBRSmAx4+/P09CWN7RnDkfZVdc8Xy+kIpd + W2Rvv/1Jr4dyhYDZG7766qvz75GjlEESSnA1QPDjLe9SKWDB1b3E0+DixV+0bRcyg6t+FycVMAkpWuAh + HoUOPPDe6PUxC1fVRYoB1gz2wLULPE2kTuGiQsDApQEaFWBPyVm8eFEP4EaJFuDBg9eJvsmySgE8ceL0 + wgpgBeTUmawVdZUAzC1Hu0l2BtcVcJVjAfaW93CwRwELru6RNO5d6n/00ZLdJAGOvckKlQKYc1JFuY75 + CC3VJ4B5O6V1BRv+dbYLpfANHuYt7/iqBMyJwKQ0C7C35CB+gEyLLLvhv7QB//vf70V9hJbqs7Fd2Lrh + XxcweVU5Fly9B6gjmOGLa/m3VQtgnWgBexrkGmY98m74dxvwCy+8H/URWpVP3Rc73fAnxxYu+fLkmomE + L6wSMCdYwOF0T5HgEjTicciz4T95cvW76BTAdJiByjNuzEdolPIikROAoNiGfypgwSVHHL1wuYaY8KcZ + HKoJmERwgkaDF65KjRLBL1jV3fCn7QkTpvecG4cgqwJMn7jFEMu116bdgx99NP4L2IKrgRvb8E8BTG5t + joDryTVAGbjERVXh63D2ojbARSdWiets4EqEZ8Ofa3kEigGwVgaYPpA8xcK2YcxHaLEdJhIpPxxRuOGf + AhgQ1g/xeXPNwBXgsgnZBtgjGlDgmB2VRe+iY4BVAfCVsh9cBJi2Ldx//OO56PWhhY9I5CSES0JR+Bxc + BdhWAI4A8sBVBRBgBk2ZnxbAHgmugg9LTipgVQD58ZboEG5qacYWLlzy+7vkQ+VdcQkuSgWMnxAuYDz5 + thWA2PBb5adlkVVXtkE1GpaKFMDAxY8MQCkb/iFgKgDXzpv3cTZ9+pzksozZN1j0gb6oX8REX61SAJP8 + sALwtUcaJMpPClzkBhyOyhhcVAW4aNEBvBiIvjBbmi1cJTSEi6oAk3z82ByRM4/CXNepAC7AdRosA0wy + rR/BRUsLMD+6I9E2MRCPYmIAxlQGmFzgx/YtNkhSFKsAqXBRLcA4jjVYpiLAbDYwUOSHhNjA+xowP5fF + jpNkF3gcMW4dRYoB1oa/hYt54MZy7akAyYC9DcYAhxv+lLJwVPYVYPyGz7p2DSAoVU8UIWBeVV577bX5 + 96yfogpQJt0m5IejtwIkASb53vuJBRzb8MdCuKgvAOPTrpRR7Ckg5XExBjjc8C+rAEXqJlxUCZgGgaDG + 6jYI4LIN/yL1ZYnWDBZc9S0VLgoB2+3CTuASg821pwJYlQJWWbaN1m2QxVRsw58fuitTXwLG/vWv1/M+ + qV/MGhKcqhhgzeDUQWLFNd2GiwoBA5cyTMfVsGdU8pfadtutdT+4rzb8+a2FqVMfi54bsxkz/pMnkv7F + bhNlAjC/odCNDX/garDJPLmmD+EgjQLmJMows1eAPQ2iBQuW/O2npbXhz3Nt7PyYvfba/NpwEYC7seFP + XjVjAUuuPRWAPnBdJWBOoDQwe7UI8jSohuyGv34np68Bo1TIu+wyrSep9Rcx4YY/g7cuYK0BOoUrZlwb + DtYWwHyTEWUBhyMiRTREsKix4V9/P7hTwEDjWTd2XWhle8Ch9PSwBHCjT/ZFR4osXKxTuHCrBMwJAkyJ + 9sDleoJlRCIehzyAu7Hhz4uM2HUxsy89isSABwYCsP0Ls3UAk1vNWo51F3gSvBhwFnCoJmDVcE7GwpGQ + IhohaAWO+KyEZbnhf+KJ/LWa+PXWmO1lElwNXO+GfwyuN9fEBGB88nVMbYA5sRtwlYi6G/7EwLWdbvgz + SKgk7Cxtumnaj8za99ISubBwOSLPhj8wugGXCci1Alw2IVsAe8oEsqMSI7HyVbbZEIpBgh+skw1/DRLF + NG3ai9HrY2Z/QZw+kEj54UhfUfgcXAU4HCR87RHt40OAFU+RWgB7JLgKnobtQEkFzCi0frwlGrgMMPnB + GDipv93AeagMLkoFHKsAWqjVla0AxEY8VdxaFll1lVJyUgALrvwAyLPhH7tN8H+ozoLrnnv+01wo4gcj + RqsUwOSCnNiYvHDtIMFS4CI34FjJiTVYBZhAbQJUAYAXS741CzgGl9lslfpsvNlmN2bvvrsw94OFcFEV + YHJhKwlHWwFShZ9OKoALcCpcVAYYANaPrQB1AAMAH/LD0d4mpDq/o8QaAD+qAKHKANN2CDc2SKpELsiJ + 9VO3AtQC7GmwCDAb/gwM+bFwUSrgEC6JjcGV2EmK+YrZww+/2XtVu0LAvMnShr9iUVzdguupAMmAY4uO + lNEUA7zOOuu0bPjHKkAKYP48kuLBwkFSpBTfGLO96DVmCLhow7+oApSpWxUAJQFWg2oMSx1NFnBsw79o + kKRA4FlZ8ZTdJkLxKBTzFzN2p2KKAdZ2IfGQq3ANkCL7FCDzwkWVgDVzLdw6DQK4aMO/LAEpgLlPEk8d + uFLqr5Ni/GZiqBBwuOHfCVyba08FsCoFDFySZxut2yCLqdiGP3+ktK6ASDzEoXj42iMqkPWTWt6lGGDN + YPJWV8Allm7CRYWACZLySccF2DMqFy36vKdEt2/41/mD4Ijke9YAMene74WLANzY8F+yH8znOHgESMGV + eXJNH8LBFQUsuMwOAfY0iCjFSzb8GyU69iarTMQTwvWsKFG3KgDvorux4c/tjjgUE7n2VADgwigcqG2A + cU6jAox54Ooa74a/1C24dFxwZd4KgJb8Arh/w1+3CawTuGJWCZhvUi4EGPM0GGrvvffOkyDjMWlZyAL2 + wtWM73TDP7YG8OQaqPCCWyVgThBgArAn8xfK77777gS7K7v99ttz++c/78n/+tuIEa2fEManoN18882R + a1uNP5EvX3waGH+MM3Zekd111909MTT88PHx+vOJ3gqgSoIaG/6N2VsXMDF0Ay6s8GUBh2oCpgN2NIQj + gc8EspB+izZnzpze3tSThQsU5Nnwx08IVxWhruDEtRqwMIupDXBsmiMeAWyHQmPBwX3ImspXHWNWhH7K + Pny5yKyfAQMasfD5CHUVwuWI6m7440e3iE7hApT7tQDHJqTUArisTFQBXt6Mxc+SQdJYvfPJnnXEYCeR + FgozB4XPwWWAY4MEMB5xHT7wB2DFU6QWwGW68sorWzqErbHG6tnvf/9f2brrrpsbb6h4icEvl7FSTrFB + gwblxrNxN/xwDdevttrqedIBrJVuHcAWrswmkw+psrmgrdgnn1m4Mi9cVQDiwmfKWqJlkVUmHuJthzD+ + mjkfXMzHxz766KPZE088nj3zzDO1bNasWT3XPZH7kJ/HH388/9yg2PllxqdzcnzwwQeznXfeOY9RcDE+ + Yj5FwGWWaLZh4T0uvAfzLvrGG2/s/W5DVERAWF+dLvDkCz9VkxIlA77zzjubnVHSqj5LL1UkAiOxncje + Yg4++L+b8cqee+653u8WKwUuOuigg1p881Gz99675BNViUU+5K+qnMYUK+91Bkky4NmzZ+cdAS7liH/v + s88++b5uykiKiVJlA6cjHl90WH7wgcISil166aX594oESPmRxQYd/7ftttu2+B4yZEj20ksvNb+vPslP + 0Sq3TAyScA1QtwIkAwakPq+e+xrH1VdfPS+pdQXEbq4orR8Bvvnm9o9n3XHHHQtnEf/P9fJFYm1FsHrg + gQeaHw4tGz16dHM1q1g4Yt2Ai3kqQDJgZhufGkJn7MqUTwOpIwtX1smK0iYAv6oAb775Zrbpppu2QKDy + xD5fUINEvsrgoj333LPFL3bMMcfk3+N6G5MHLhUgnLkeuCgJsJLGyFWi7N9p1DZZlfDDDFPnCbzTFaX8 + WLgSH0ujGGVAt8/DsdtEGdzzzjuvzSerd+7vXCc/AIqV9yoJrvxgnkEiVQKmQTpNI/yu7wEHHNDWQfZC + wxVkqLDkcOzWoqNokLzyyiv5e+8wXj5rf+7ct/JzmL1sXeIHv+Egsbr88svz21LoT1XMwi0bJEUix/iQ + H46eQWJVCpgg6bRGFJoz55VsvfXWa+skxtsdfhQnlB3ZOvY1XOnCCy+Mxjps2LDs1luXfM5RmXi84sOp + Yn6GDx+eVwRVFHJVNkiK1BdwUSFgnBO0ANvAeWSyz5fWttxyy3wFy7NtnT3fvtSRRx5pYmx8jqC+5n56 + ySWXZK+++mrLrOOv5PIhzWwLbrbZZub6JcYLlunTp+fnUwWqKkCRtMATYG8FoO3wuihg4DIzBBgLL6Rc + lb0j5r60+eabZyNHbpeNGjUqL4sc9fXIkSOTbfvtR2V/+lPjevzwNf/P11W+dthhhzwOYmJQsjhkkciL + CRsvHw2rj3bdZptt8nt1uFK2Blx90hlQvHDDBV4s1yniGriFMbQB5kRGFIBpjGNRg2zf8fwXS8DyZhau + zM7kOgb8+++/P88BkwDziNwKLEfvIBGzSsCcyL2AkwmaAKoanDt3bnbwwQe3jfYwmUUlvcwaO0Ktfuwe + bKrF4TYe8+oYC7ZDDz00/+RupAngUQiXfHvgAhVecKsEzAkCXPeNCe+RJ0yYkN+DY8n5LRtvrXgHMHPm + k3lfySH33GUNF1ZcK8CxStsETAN2NHgaRG+99Vb+kxx///sF+QJl0qSJ2ZgxY/KRn2Ljxo3Lzx8z5pDe + Y+PfY8eOjZ5fZJwf8zNuXLUfPhaWhSKLL5797ZMBCyDg1p0AiJwCxML1DhLaV5Xl3zCLqQ0w5pEa7FSM + QvxQ/paUwPqDTcmUH/5dtJZIEWAFhklQV8RDHJ3CxQ+5Jh4BLpuQLYC9CaARgqZRNeyVBhlWFHSKrB9v + vwSFvsmKZkqZ8ENOrB/PIEHkmhxr0Fb5aQHskUaTZgpfe3wRqPVDRzxgACAfmHfmMjC41vri/+qKtumL + fNBH7yAhtzaelEHSssiqIzVIEmTeUcl11o93kJA464fEevwIrvXjGSSCa/14Bkks16mDxAWYBoFCwDLv + qOyGH0TirB/8euFaP97BBlyutX46gev1UxswDQKBBMq8gYd+vIOE9jv1g4ASxuSFa31gngrQjVzXAqxk + 0qjMG/jy5AdxnfWDXy/cbvjhGusH8/ipBZjgrXkaRN3yw3WhL4+WNz8o9OPNUTJgGgjNo+XND1pR/SDX + ImulfjtaCXgF10rAK7hWAl7BtRLwCq6VgFdwrQS8gmsl4BVcKwGv0Mqy/wNu5RiZ9VAAWgAAAABJRU5E + rkJggg== + - - Graph... - - - 143, 6 - - - 146, 22 - - - Frequencies... - - - 146, 22 - - - Pivot Table... - - - 299, 22 - - - Frequency Tables... - - - 299, 22 - - - Summary Tables... - - - False - - - 299, 22 - - - Multiple Response... - - - False - - - 296, 6 - - - 299, 22 - - - Bar Chart... - - - 299, 22 - - - Boxplot/Jitter/Violin Plot... - - - 299, 22 - - - Histogram/Density/Frequency Plot... - - - 299, 22 - - - Point (Scatter) Plot... - - - 299, 22 - - - Line/Smooth/Dumbbell/Slope Plot... - - - 299, 22 - - - Map/Choropleth/Contour/Heatmap Plot... - - - False - - - 299, 22 - - - Dot Plot... - - - False - - - 296, 6 - - - 299, 22 - - - Mosaic Plot... - - - 299, 22 - - - Cumulative Distribution... - - - 299, 22 - - - Parallel Coordinate Plot... - - - 188, 22 - - - Column Summaries... - - - False - - - 188, 22 - - - Tabulation... - - - False - - - 188, 22 - - - Graphics... - - - 185, 6 - - - 188, 22 - - - Use Summaries... - - - 53, 20 - - - Model - - - 201, 22 - - - Probability Distributions - - - 178, 22 - - - Show Model... - - - False - - - 178, 22 - - - Compare Models... - - - 178, 22 - - - Random Samples ... - - - 198, 6 - - - 201, 22 - - - Fit Model - - - 228, 22 - - - One Variable... - - - 228, 22 - - - Two Variables... - - - 228, 22 - - - Three Variables... - - - 228, 22 - - - Four Variables... - - - 225, 6 - - - 228, 22 - - - General... - - - False - - - 228, 22 - - - Machine Learning (Caret)... - - - False - - - 225, 6 - - - 228, 22 - - - Hypothesis Tests Keyboards... - - - 228, 22 - - - Fit Model Keyboards... - - - 201, 22 - - - Compare Models - - - 149, 22 - - - One Variable... - - - 201, 22 - - - Use Model - - - 197, 22 - - - One Variable... - - - 197, 22 - - - Two Variables... - - - 194, 6 - - - 197, 22 - - - Glance... - - - 197, 22 - - - Tidy... - - - 197, 22 - - - Augment... - - - 194, 6 - - - 197, 22 - - - Use Model Keyboards... - - - False - - - 201, 22 - - - Other (One Variable) - - - 166, 22 - - - Exact Results... - - - False - - - 166, 22 - - - Summary Data... - - - False - - - 166, 22 - - - Non Parametric... - - - False - - - 166, 22 - - - Goodness of Fit... - - - False - - - 201, 22 - - - Other (Two Variables) - - - False - - - 266, 22 - - - Two Samples... - - - False - - - 266, 22 - - - Summary Data... - - - 266, 22 - - - Simple Regression... - - - 266, 22 - - - One Way ANOVA... - - - False - - - 266, 22 - - - Non Parametric Two Samples... - - - 266, 22 - - - Non Parameteric One Way ANOVA... - - - False - - - 201, 22 - - - Other (Three Variable) - - - False - - - 259, 22 - - - Simple With Groups... - - - 259, 22 - - - Non Parametric Two Way ANOVA... - - - 259, 22 - - - Chi-square Test... - - - False - - - 201, 22 - - - Other (General) - - - False - - - 166, 22 - - - ANOVA General... - - - False - - - 166, 22 - - - Regression... - - - False - - - 166, 22 - - - Log Linear... - - - False - - - 212, 22 - - - Examine... - - - False - - - False - - - 212, 22 - - - Process... - - - False - - - 212, 22 - - - Evaporation - - - False - - - False - - - 127, 22 - - - Site... - - - False - - - 127, 22 - - - Penman... - - - 212, 22 - - - Crop - - - False - - - False - - - 210, 22 - - - Crop Coefficients... - - - False - - - 210, 22 - - - Water Satisfaction Index... - - - False - - - 212, 22 - - - Heat Sum... - - - False - - - 44, 20 - - - View - - - 211, 22 - - - Data View - - - 211, 22 - - - Output Window - - - 211, 22 - - - Log Window - - - 211, 22 - - - Script Window - - - 211, 22 - - - Column Metadata - - - 211, 22 - - - Data Frame Metadata - - - 208, 6 - - - 211, 22 - - - Structured Menu - - - 211, 22 - - - Climatic Menu - - - 211, 22 - - - Procurement Menu - - - 211, 22 - - - Options by Context Menu - - - 208, 6 - - - 211, 22 - - - Reset to Default Layout - - - 211, 22 - - - Swap Data and Metadata - - - 44, 20 - - - Help - - - 230, 22 - - - Introduction - - - 230, 22 - - - History and FAQ - - - 230, 22 - - - Getting Started - - - 227, 6 - - - 230, 22 - - - Windows - - - 230, 22 - - - Data View (Spreadsheet) - - - 230, 22 - - - Menus and Dialogs - - - 230, 22 - - - About R - - - 230, 22 - - - R Packages and Commands... - - - 230, 22 - - - Datasets - - - 227, 6 - - - 230, 22 - - - Guides - - - 166, 22 - - - Case Study Guide - - - 166, 22 - - - Glossary - - - False - - - 166, 22 - - - More... - - - False - - - 230, 22 - - - About R-Instat - - - 230, 22 - - - Licence... - - - 230, 22 - - - Acknowledgements - - - 538, 56 - - - 209, 6 - - - 638, 56 - - - 63, 20 - - - Climatic - - - 212, 22 - - - File - - - 282, 22 - - - Import SST... - - - 282, 22 - - - Import from IRI Data Library... - - - 282, 22 - - - Import from CDS (Climate Data Store)... - - - 282, 22 - - - Import and Tidy NetCDF... - - - 282, 22 - - - Import and Tidy Shapefile... - - - 279, 6 - - - 282, 22 - - - Import from Climsoft... - - - 282, 22 - - - Import from Climsoft Wizard... - - - False - - - 282, 22 - - - Import from CLIDATA... - - - False - - - 279, 6 - - - False - - - 282, 22 - - - Export to Climsoft... - - - False - - - 282, 22 - - - Export to CPT... - - - 282, 22 - - - Export to World Weather Records... - - - 209, 6 - - - 212, 22 - - - Tidy and Examine - - - 215, 22 - - - Visualise Data... - - - 215, 22 - - - Tidy Daily Data... - - - 215, 22 - - - Non-Numeric Values... - - - 215, 22 - - - Replace Values... - - - 215, 22 - - - Duplicates... - - - 212, 6 - - - 215, 22 - - - Stack (Pivot Longer)... - - - 215, 22 - - - Unstack (Pivot Wider)... - - - 215, 22 - - - Merge... - - - 215, 22 - - - Append (Bind Rows)... - - - 212, 6 - - - 215, 22 - - - Setup for Data Entry... - - - 215, 22 - - - Daily Data Entry... - - - 215, 22 - - - Compare Columns... - - - 212, 6 - - - 215, 22 - - - One Variable Summarise... - - - 215, 22 - - - One Variable Graph... - - - 215, 22 - - - One Variable Frequencies... - - - 212, 22 - - - Dates - - - 162, 22 - - - Generate Dates... - - - 162, 22 - - - Make Date... - - - 162, 22 - - - Fill Date Gaps... - - - 162, 22 - - - Use Date... - - - False - - - 162, 22 - - - Make Time... - - - False - - - False - - - 162, 22 - - - Use Time... - - - False - - - 212, 22 - - - Define Climatic Data... - - - 212, 22 - - - Check Data - - - 210, 22 - - - Inventory... - - - 210, 22 - - - Display Daily... - - - 207, 6 - - - 210, 22 - - - Fill Missing Values... - - - 210, 22 - - - Boxplot... - - - 210, 22 - - - QC Temperatures... - - - 210, 22 - - - QC Rainfall... - - - 207, 6 - - - 210, 22 - - - Homogenization... - - - 210, 22 - - - Check Station Locations... - - - 212, 22 - - - Prepare - - - 189, 22 - - - Transform... - - - 189, 22 - - - Conversions... - - - 186, 6 - - - 189, 22 - - - Climatic Summaries... - - - 189, 22 - - - Start of the Rains... - - - 189, 22 - - - End of Rains... - - - 189, 22 - - - Length of Season... - - - 189, 22 - - - Spells... - - - 189, 22 - - - Extremes... - - - 186, 6 - - - 189, 22 - - - Climdex... - - - 189, 22 - - - SPI/SPEI... - - - 186, 6 - - - 189, 22 - - - Evapotranspiration... - - - False - - - 189, 22 - - - Summary... - - - False - - - False - - - 189, 22 - - - New Worksheet... - - - False - - - False - - - 189, 22 - - - Import daily Data... - - - False - - - False - - - 189, 22 - - - Make Factor... - - - False - - - False - - - 189, 22 - - - Shift Daily Data... - - - False - - - False - - - 189, 22 - - - Unstack Daily Data... - - - False - - - False - - - 189, 22 - - - Stack Daily data... - - - False - - - 209, 6 - - - 212, 22 - - - Describe - - - False - - - 199, 22 - - - Rainfall... - - - False - - - 199, 22 - - - Temperature... - - - 199, 22 - - - Wind Speed/Direction... - - - 139, 22 - - - Wind Rose... - - - False - - - 199, 22 - - - Sunshine/Radiation... - - - 196, 6 - - - False - - - 199, 22 - - - General - - - 196, 6 - - - 212, 22 - - - NCMP - - - 166, 22 - - - Indices... - - - 166, 22 - - - Variogram... - - - 166, 22 - - - Region Average... - - - 166, 22 - - - Trend Graphs... - - - 166, 22 - - - Count Records... - - - 166, 22 - - - Summary... - - - 212, 22 - - - PICSA - - - 246, 22 - - - Rainfall Graph... - - - 246, 22 - - - Cumulative/Exceedance Graph... - - - False - - - 246, 22 - - - Temperature... - - - 246, 22 - - - Crops... - - - 212, 22 - - - CM SAF - - - 231, 22 - - - Plot Region... - - - 231, 22 - - - Export to CM SAF R Toolbox... - - - 212, 22 - - - Compare - - - 198, 22 - - - Calculation... - - - 198, 22 - - - Summary... - - - 195, 6 - - - 198, 22 - - - Correlations... - - - 198, 22 - - - Scatterplot... - - - 198, 22 - - - Time Series Plot... - - - 198, 22 - - - Seasonal Plot... - - - 198, 22 - - - Density Plot... - - - 198, 22 - - - Conditional Quantiles... - - - 198, 22 - - - Taylor Diagram... - - - 212, 22 - - - Mapping - - - 210, 22 - - - Map... - - - 210, 22 - - - Check Station Locations... - - - 212, 22 - - - Model - - - 180, 22 - - - Extremes... - - - False - - - 180, 22 - - - Circular... - - - False - - - 180, 22 - - - Markov Modelling... - - - 209, 6 - - - 212, 22 - - - Seasonal Forecast Support - - - 246, 22 - - - Open SST... - - - 246, 22 - - - Export to CPT... - - - 243, 6 - - - 246, 22 - - - Correlations... - - - 246, 22 - - - Principal Components... - - - 246, 22 - - - Canonical Correlations... - - - 246, 22 - - - Cumulative/Exceedance Graph... - - - 212, 22 - - - Climate Methods - - - False - - - 199, 22 - - - Data Manipulation - - - False - - - 227, 22 - - - Start of Rain... - - - False - - - 227, 22 - - - End of Rain... - - - False - - - 227, 22 - - - Change Format Day Month... - - - False - - - 227, 22 - - - Export CPT to Tabular... - - - False - - - 227, 22 - - - Day Month... - - - False - - - 227, 22 - - - Display Daily... - - - False - - - 227, 22 - - - Display DOY of Year... - - - False - - - 227, 22 - - - Display Rain Running Total... - - - False - - - 227, 22 - - - Display Spell Length... - - - False - - - 227, 22 - - - Export for PICSA... - - - False - - - 227, 22 - - - Extreme Events... - - - False - - - 227, 22 - - - Missing Data... - - - False - - - 227, 22 - - - Missing Data Table... - - - False - - - 227, 22 - - - Monthly Summaries... - - - False - - - 227, 22 - - - Output for CDT... - - - 199, 22 - - - Graphics - - - False - - - 220, 22 - - - Cliboxplot... - - - False - - - 220, 22 - - - Cliplot... - - - False - - - 220, 22 - - - Missing Values... - - - False - - - 220, 22 - - - Histogram... - - - False - - - 220, 22 - - - Cummulative Exceedance... - - - False - - - 220, 22 - - - Boxplot... - - - False - - - 220, 22 - - - Inventory... - - - False - - - 220, 22 - - - Annual Rainfall... - - - False - - - 220, 22 - - - Rain Count... - - - False - - - 220, 22 - - - Timeseries... - - - False - - - 220, 22 - - - Windrose... - - - False - - - 220, 22 - - - Multple Lines... - - - False - - - 220, 22 - - - Three Summaries... - - - False - - - 199, 22 - - - Model... - - - 199, 22 - - - Additional - - - False - - - 209, 22 - - - Output for CPT... - - - False - - - 209, 22 - - - Rains Statistics... - - - False - - - 209, 22 - - - Seasonal Summary... - - - False - - - 209, 22 - - - Seasonal Summary Rain... - - - False - - - 209, 22 - - - Water Balance... - - - False - - - 199, 22 - - - Create Climate Object... - - - - Ctrl+S - - - 232, 22 - - - Save... - - - 232, 22 - - - Save As - - - 164, 22 - - - Save Data As... - - - 164, 22 - - - Save Output As... - - - 164, 22 - - - Save Log As... - - - 164, 22 - - - Save Script As... - - - False - - - Ctrl+P - - - 232, 22 - - - Print... - - - False - - - False - - - 232, 22 - - - Print Preview... - - - False - - - 229, 6 - - - 232, 22 - - - Exit - - - 39, 20 - - - Edit - - - False - - - Ctrl+F - - - 207, 22 - - - Find - - - False - - - 207, 22 - - - Find Next - - - False - - - 207, 22 - - - Replace - - - False - - - Ctrl+X - - - 207, 22 - - - Cut - - - Ctrl+C - - - 207, 22 - - - Copy - - - Ctrl+Alt+C - - - 207, 22 - - - Copy Special - - - Ctrl+V - - - 207, 22 - - - Paste - - - Ctrl+Alt+V - - - 207, 22 - - - Paste Special - - - 207, 22 - - - Paste New Data Frame - - - Ctrl+A - - - 207, 22 - - - Select All - - - 204, 6 - - - True - - - 207, 22 - - - Script - - - 775, 56 - - - 946, 56 - - - 0, 460 - - - 834, 22 - - - 8 - - - Status - - - stsStrip - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 119, 17 - - - No worksheet loaded - - - 17, 95 - - - 0, 24 - - - No - - - 834, 37 - - - 7 - - - Tool - - - Tool_strip - - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Magenta - - - 46, 34 - - - &Open - - - Import - - - Magenta - - - 34, 34 - - - Import From Library - - - Magenta - - - 34, 34 - - - &Save - - - 6, 37 - - - Magenta - - - 46, 34 - - - ToolStripSplitButton3 - - - View Last Graph - - - 142, 22 - - - Copy - - - 142, 22 - - - Copy Special - - - Magenta - - - 46, 34 - - - ToolStripSplitButton3 - - - View Last Graph - - - 142, 22 - - - Paste - - - 142, 22 - - - Paste Special - - - 6, 37 - - - Magenta - - - 34, 34 - - - Edit Last Dialog - - - Magenta - - - 43, 34 - - - Last 10 Dialogs - - - 57, 6 - - - False - - - 57, 6 - - - False - - - - iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASQSURBVEhLvVd9TFtVFEcT948zi3E4YGxGt6IE6CctLVC+ - h9mHMiJLMGYmmi1R/5gzMRjjTNTMoEtYJlmWUVwMiSYODMvG1MzhnDNzA0opsJFAKGxxMMrHoB+8trSv - P899763lo+32R+GX3PScc999v95zzj3nvgRImJjkYe3zkxQUDauMEHHdd06o8swkrTHxud845JT0SNrq - QyB2OAPYXTaE7FwLaWu443G7D+kpv0ORvVquZrnDi6KEkKuHpznkl/dJWrwQRNNZJ7JfuIrCklvweL2S - XSKenFlAgaobakN8Xe1weJC47jiyE2phSPgalVWjZBXfLxJP+ZCT/i+UOd2kxY/Yw/mQuuEnKIg4l4hf - q7CRdRExwxg3j/wdzNWxiNncPI2l8YoOHsV7BpH+zC8oKu2He36Zq8cnfcjcfAkKTSdp0Yj9OHj4HuTP - nsfeN20IBhcke3Sc+t4Fua4TnoCPtAjJNesI4NW8AWj00V19vduDzISj5LZvaBxFc5tDmokGHhm6mzhp - ckr6UoRcfcXMIa+sl6TIxPYZH5LX1UNDsdLTOHfZJc1ERs2Raahyox9Pgfi+3YuXU36FXNNFWuQHbSNe - bFddR9VOG/a9PgKl0YLhO+GYLUYgEMC2zKtoveiRLCshEHu9PD58fwK6gugls6J6BAcOjUtaEIdqJpEi - u4zhURa/pXj3gzFKqgFJiwyBmA8GUVfngL7IKhiXwz61ALWxC8MjSxPq4yNTSJb9gdtD4Z3Pzvmwdfsl - 9PTGTj6BeIxcnbapDVnqyFl9+NMplFcMStpS1Hw+Lbjd1ORA80UninYNYP+Be9JsdISSq7HJBUMx2/Fy - Yh76UitaLkSP1779d6CjhMugQvHc+gbwwvGJDYHYzfF4u/o/aPNWlszGJjcMMbKdYU+VTSBOI+LUp05g - zhU56RZDdPWEF+lJlNXqlVldUN6Pz76akbTIaP/HjZSnzyDzyRPYVTlIOcO6UWyEXN099PAch3F/1gel - oQOc59EvujvlxbVOjqRHP8sgEM888KMsp4+6E6tcDEH8dcMFvcaML449kGzxhUA8QbVate1vKHWMmMeX - tTNIe6JWiNtb77AMfdym8PgIudrunUfxztsk+bEl+TyVxlq8QmPj+kbBFm+IO6Z+rNzSDqVW3PFHn9ih - pEbA6vIb1IlWbcdz1J0KFRaohe7EEMQPZ90wnWGNICCa4oyQq3ttHIp33yIp0nl9aGO/y+VINoZYMhFb - +xZQRDVaJruCTRt+hHFHL9S6LshVHTCW9tLZ7qCk60I+VbVMRQc0BjP0hT3IkN8UflnRySI7m1draZ2y - U1jHLhUKrRnGEnGdWmeGgUprrt4Mi3UBCezTpfGkC9XVd/GS7E80NLghz7qBraltMJnceFHWjmy6BDJ7 - UmIz9laOop6e35jUgm+PzeHge+NITGnF6dNuaLUWbE5qRYPJhbSMa8KfbqR3JD3fgnxjP07RuvrjTkzY - +bCrf26mAhK63vLw+cTu4vezuivGeZ4Ll8LF96ewnacrrFin+QCtlyoYR5e+5QkaIl7bjzbgf5akuY8x - X6rjAAAAAElFTkSuQmCC - - - - Magenta - - - 46, 34 - - - ToolStripSplitButton3 - - - View Last Graph - - - 128, 22 - - - R Viewer... - - - 128, 22 - - - Plotly... - - - 6, 37 - - - Magenta - - - 34, 34 - - - Data View - - - Magenta - - - 34, 34 - - - Output Window - - - - iVBORw0KGgoAAAANSUhEUgAAAG8AAABvCAYAAADixZ5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAjpSURBVHhe7V3LaxVXHE4EwQq+IAaVbgQf0FYLBQnx9Q+4 - UExQ92oSqkVXopsuEsymXbRYCkVtgkJtVfpY+Eh1YaWWdiOJWdgWbWmlG000kTxujMnp+cY5ZnLyu7nn - NXPPuZkPPpLce+b7nd/3hXtn5p6ZW8VyBIs8vICRhxcw8vACRh5ewMjDCxh5eAEjDy9gGIU3OjrKmpub - WXV1NauqqsppSPgHH+GnCbTDe/bsGauvrycnk9OM8PPp06exw+rQCm9kZITV1dWRE8hpR/g6PDwcO60G - rfBaWlrIwjndsKmpKXZaDcrh3b59e9b3uJqaGtbe3s7u3bvHCoVCvNXsENu6hm+68KO7u5u1trZGPgkd - mfBXB8oz2bZtG1kQbGhoYAMDA/FIdYjtXcNn3cHBwcgvoSVTB8qjqUIgJjI5ORmP0oPQcA3fdeFXsQB1 - YBXe8uXLo/8kUwgd1whBF77V1ta+1jTRtgoPr+E2EDquEYou9hGEpom2VXh4E7aB0HGNUHSxcyc0TbSt - wlPdqywGoeMaoeiOjY291jTRtgrPFq50ZISkKzRNtJVHy0V0C1FwpSMjJF2haaKtPFouoluIgisdGSHp - Ck0TbeXRcpGc6VAHeXieUQdW4dnClY6MkHSFpom28mi5iG4hCq50ZISkKzRNtJVHy0V0C1FwpSMjJF2h - aaKtPFouoluIgisdGSHpCk0TbeXRchHdQhRc6cgISVdommgrj5aL6Bai4EpHRki6QtNEW3m0XES3EAVX - OjJC0hWaJtrKo+UiuoUouNKREZKu0DTRVh4tF8mZDnWQh+cZdWAVni1c6cgISVdommgrj5aL6Bai4EpH - Rki6QtNEW3m0XES3EAVXOjJC0hWaJtrKo+UiuoUouNKREZKu0DTRVh4tF9EtRMGVjoxiulhe2tvbzzo6 - /mAnTvzGdu/+kW3YcImtWnWeLVr0Jd/mi4j4HY/hOYzBWGxTVbWKU29VcymIuRab82yo+PD6+wvs7Nnf - 2b59N1lt7Tn++KuAzPkx27v3ZqTZ12d2aVYSYq7JOauiQsPDNRXvsJ07u9j8+af571QI9oQ2aly58g+b - mLBbNW7iRUWFNz4+wTo78fLWykkbnhbXr/8memnFHHSQ9FPXC6vw/OJbnNmHNpOYA+ZCzbE0dVAB4S3j - bOKkjCwnmzkxN2rOxakDq/BsYatz+fJfbOnSDq5BmVd+Ym6XLj2MZ0sj6aeuF0GGVyi8ZIcP/8y3pU3z - jZgr5kwh6aeuF8GF9+TJKNuy5Qe+HW2Ur9y8+fto7jKSfup6EVR4jx4NRXt1lDkhEHNHD0kk/dTxAggm - PDS9evVXfDxtTChED8kAk36qeiEQRHiPH4+ydeu+5mNpQ0IjekFPQNJPFS+S8D68sbEJVlf3HR9HGxEq - 0RN6S/pZygsZ3ocX0l6lLg8dQm/mnlqFlz7f46Qbd8ljx26wO3f+ZuPj46+Jv/E4Nd4t0eNUzzrwOLyl - nJ9wUg27Y1cXzkdOhSYTz1PbuSN6nDoTowOr8Gwxm05jY/r/9SdP/kQGJhPjqO3d8QNOfU+9DO/69Uf8 - capJt3zw4AkZlkyMo7Z3y3c5Aw8Pn4tldSBOBVWM1PZuiU8j5sUuqMG78C5ceMAfo5pzTyqkYqS2d89N - sQtq8Co8rDHBuhG6MfeU9zCLEeOo7d3zw8gDVXgV3tWr//K/qabSYUPDt2RYMg8evEJunwaxpEIVXoWH - hT1UQ2kSx3KDgyNkaHg8/T3N6YQHqrAKzy3f4PyMk24qTa5Z08lOnfo1enns6fkvIv7evv0COT5NLlhw - hg0MjMWuzw6PwtvCSTc014hlhSrw5mVz164u/jvdzFwjvFCBF+G9fDnp9VqUrLlkSUfkSSl4EV53dx// - STcyVwlPSsGL8M6cuc9/0k3MVcKTUvAivCNH7vCfdBNpEsdv1CGCzCyP8wSPHv0ldqk4vAhvx45r/Cfd - RJr0OTx4UgpehLdxY3anxJL0OTx4UgpW4bnjR5x0E2nS5/BWrjwfO18cnoT3KSfdRJr0OTxc4FkKXrxs - UpPPgj6HB5ZCHh4Rlsw8PAJCJ3k9eJb0ObxgXjZXrDjPf9JNpEmfw0t9h8UWQic/VJjJ1A8VbCF08oP0 - mQzmID0/PTaTqZ8ec8fyfBDrc3ipn5h2xzc56SbSpM/hBfORED54xAeQVBNp0tfwgvowFijHMghfwwtq - GQSARTdUI2nS1/CCW4CE5W5Y9kY1kxZ9DC+zpX+2kHWyXnTrY3iZLbq1hayT9XJ3H8MLdrl71hea+Bde - hheapMNNnFRj7ulfeBle4pUOcaPTbG696Fd4FXBxJXDtWjbvfX6FVwGXNQtkcUMBf8KroBsKALg/1+LF - 6Z4y8yM8LL6qsFt5AOfO/cmfpxp2Qz/Cq+M089Tr8ID9+9O7MrXc4b3qzdxTq/AKhUL8rBmEzmzAHWLT - unFcOcNDT319g/z36Z7qwCq87u7u+FkzCJ1SwO0N1651f8vGcoWHXtBTT08P/3u6pzqwCi9b4k39JCdt - iAnLEx56mNpBkamDgMID0XQ2B/DpEHMvHhyoA+vwGhoa2KTOCbkEhIYOcJNt3GybNsdf1tdP3SAcfsG3 - pI8mXiiP3rp1K1kMbGxsZM+fP49HqkNsr4uQb80Pn4oFB+pAefStW7dYdTXOO9JFa2pqWHt7O+vt7WUv - XryIt5odYltTXLz40OsbEWAtCuY4NDTE7t69y9ra2iKfkr4lCX91oOVcS0sLWbS8xHsIvvqFNrB81P86 - mgMHDsROq0ErvJGREX58Mv2MgD98m7ONkzIyS2IOmAs1x+KEr8PDw7HTatB+zerv7+dvvvXkBMrPeZyb - OcuxR4qaWDyMOVBzK074CV91YfSGMzo6ypqbm2d9DywvMa+NnO9zfs5Jme2C0EYN1NL3Av7BR/hpAvO9 - hUCArwY9ffp+tLDHxdeOQmPPnhuRpouvHbVBxYeXBA5HxRf+Hj8+9YW/uBZu4cKzUTj4KtFlyzqjr43B - ZVYYg7HYBtsaHtKmgjkVXqUhDy9g5OEFC8b+B/Yp+GcDTt9QAAAAAElFTkSuQmCC - - - - Magenta - - - 46, 34 - - - ToolStripSplitButton2 - - - Column Metadata - - - 202, 22 - - - Column Metadata... - - - 202, 22 - - - Data Frame Metadata... - - - - iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABmdSURBVHhe7Z15rBVVtodlsB1iRMxr4wAi2tqKUcEmMUbj - EMe/tGP8w2eLjIK284x2NEYTjXaMY5zaecRoqxGetlNUVGxN0KfSjijGARQHcJ6td78693dYZ59dVbvW - OReQxy9ZKS63au2117f3ql21771nlWylVmitBLyCayXgFVwdAf7111/bzKvl3Y/X17L24wZMA7/88kuL - eRTzkxp8qOXNT1/mKFUuwDTw008/Ne3nn392JYFruNb6qhO8tLz5Qd3KUad+agO2Cfjxxx/zoycJNvBO - /NBZ6wfrlh/+7ZH8yBdHD9xu5LoWYBr8/vvvsx9++CE/0qg3cHzID0cvFGLolh98yEimR/KjmLx+uM76 - 8eY6GTANfvfdd3ljHGnY06D8yPDn8QNIxSI/DJy6Cv1gHij0gZxYP0DxiOu4vtNcoyTANPjtt9/m9s03 - 33QEV34wgvf4AWToxzNz8cO11pcXbujHC5fcykcnuZYqAdMADWFff/11Pqo8osNcL19eKPIjIxGemcs1 - tl8cPXDpA32xvjxwgUhurR9y36lKAWvm0uBXX33lhst1XE/QHPHpGZXEY/0QlwcuIPEhPxy9cAUDP5gX - LjmxMXlzHeY1CpiTCFRlh0a9DeJDSeTI1x64jGabAOLyVIAY3E4qgPxgXriaQPLlnbnkI8xJG2AaJAkA - FWBvg92C280KgA/54egZJMCVH1knFcD2zTtIaJ+4wry0AeZEGiGpJNITOI1wrQ3cWwGIBV+dDjaSaf14 - 41Hf5MvrB+GD/KgSdAKXaysBc4IFzNd1pUR2AhcfxMC1ixYtatqXX36Z/79iTDXi+Pzzz5t+vvjii3yg - 1PUDCPlYvHhxbvStrh8GBjHQH/7tqSKI6+gHPokhxqsJGPIWsBdueF9KmXG09c4772S33nprNnHixGyn - nXbKtthii2yjjTZq2oYbbpitv/762QYbbJBkOtf6aNiGbeeWWZmf+vGs39OPDbKhQ4dkW221VbbXXntl - xx9/XDZjxoxs4cKFvdlIE7lmcGECHM5e1AaYkz0jKgYXX1WaNWtWNn78+Gy11VbLVllllf+3tskmm2Rn - nXVWNnfu3N7MFItcM/N1i2ASFTFrAxwbBVXiOsEVYEZUmT755JPs6KOPbuvogAH9s4EDBzaNr8NzUmzg - wAEtfgYO9PkJ48H69YufW2b9+4d+BvT46dd23pAhQ7IrrriiN0vtUq7tGqCMWQtgL1zNWAHm/8o0e/bs - bPvtt2/pWP/+/XqT5wOxPBt9i/1/mY0dOza/T1sxaZRjAAO3qtq2LLLqigbrwn322WezYcOGRTuFrbXW - Wtnuu++e/fWvR2RTp07NTjvttCQ7/fTT8+Mpp5ySnXrqqfnxlFNObvleinEu1vCDj4YfYvnb39r9nH32 - 2dkRRxyRz9BYfzAAjxw5MjvkkEOyk046Mfc1YcKEbNSoUdHzZfvtt1++oEPc7pRrZnDq4swN2DaoRqvg - vvvuu9mIESOinRk+fHh2/vnnZ6+99lrbyE0V7RMX96SUxV2RSJz8pMySyZMnR8vtGmuskR122GHZzJkz - s/fffz+fABI+P/vss+zFF1/MjjrqqHxgh9dj48ePy8/FyLNmb1VMkguw4NJYKlzK/4EHHhjtxJgxY7J5 - 8+b1numTBVJ1XyoTVUk+UuDedNNN0T798Y9bZA8//HBlXqSnnnoqGz16dNTXxRdfnJ/DrK0DF9UGTBIt - 3NQGb7vttuhK+bjjjmve/+sELpFALfCIB6ta4MVE2/ixfauqAjzaDB06tK1PW2+9dfbGG2/k5+hemaL5 - 8+dnu+yyS9PPgAED8iMr7Jdffjk/p26OagEmUJsAgk+ZKcyuPfbYoxm4ytn++++fX8/3U0e6FdcQizUv - XPVJR2Kq0rnnntvsk2zjjYc24fIiIxWu9N577/UAHZbniEWnIJ9zzjm9Z9RTMmAvXPTYY4/l9yMC7d+/ - ETAP/q+//nr+fQ/ccIGXcpuISYNEfrAUuAwKXlYIbKNv/bPLLrss/z7xeNcBVDv8AXjVVVfN/80ibcGC - Bb1npKsSMBBDuNwL6uiMM87oTUC//LmSUckbK+QpywAI4Xr8xOCmVoAXXnihuTDSYxCPfpRtcuaBqwnz - 4Ycf5kDxad8DPPnkk/n366gSMHDtPa5uyUF/+csheYCN59x+2Zprrpndd9+9vd+tJ+8aIBQg5QOrWwGu - ueaa5ppCECZNmpR/z1NJgEtf6B8TiEcpgZWxoKurQsAahTRK50mCZ1Qy2/bdd988QABzHDRokGvV3C24 - xIQP+eFYF8qZZ57ZMrsYuBdccEHvd+uJPtAX4iDX6JZbbmn6lqXch1UFpChgwdWynIY9cBEla7fddssD - tIDZiamjTtYAVjG4nkFy0kkn5fdcLRh/97vfZdddd13vd9NF2zYWjuihhx5qgpXxYqVMDNKwL22ASRpJ - IKECzNd1peR/8MEH2a677poHqBG/9tpr5yvMVHULblgBvPdudMIJJ+QLRgFmMXTDDTf0fjdNZWuARx55 - pAlWxlu1mMgF1+EvzEsLYJ1oAXvuJyo5iGc7AZYBOOVtFfEQg4XC1x7FyrtnkGiwH3/88fliURsP/Pv6 - 66/Pv5ciuwYI4SJekticYbyCDUUfiAmrBMwJFnAncAkcsbS3D+9YCmALV0ZMHtkKgOHXA1eDBDGD7T0Y - wHfccUf+vW7o6aefbskZFgIm1/QNXprBoZqA6TAn2NFQVzRoV9zo008/bd6DZVWAiYVBIiCdwI1VgE7g - 4gcB2PYJwBdddFH28ccf54M6ZvPnL8hvWW+//XavvZP/oAP/Z8/Dx7Rp01r8YxYwfMgJRmwAjvWrDTAn - eu5LXGvhYoh7bZ0SrUFioTDg6kqDxPrxDhKus34QiyzbJ+7F/OTGdtttl78AidnWW4/IN1t4ldmwxteY - PQ8fG2+8cYt/TIDVNwYrsZGfImZtgGOjoEoMCjpvTRUAkKmACVJJ1HFZwsVPCJekopNPPrmlT0vDTj11 - ap5rzAIuY9YC2AuXjisJzD7BRTwOpQDmGgt3woT7e869umPbaafbs0mTZmTnnfdUdt99r/Y8f3/e22K5 - yEWsvEt1ANs3eJjnBwAw9pKJhUEP4Cq4qGWRVVc0FMINS0UKYFUA+cEOO+x/es6NQ+vUdt11WnbLLf/b - E2/82Z6kVVWAZTGD2XkjFvJOPCm3Ujfg2GNHrMEqwBYupgowZcoDPefGAXXL/vCHG/NZbUUfBFdGX0OF - gLkHs5g89thj85/wOPzww/PN/ilTJuc/EIBNmTKl+b0U07lcy0+DsPAiHgCnVlsX4FS4qAgwiy+uwYf8 - cFR5XxqAZZRvJLg2phhcFAKm9PJ6UQKA7peedYSV/HCLwFLhotqAw0UHCSlrsAgwP1WJL/kJy/vSBIyd - e+7MZiwCXAYmBlhvslQB6BN+igZJlZRr/HCsCxfVAhxbdFQ1GAO8zjqD8jdctgOhn6UNGHv++XlNuMyY - MoWAeVWpd9E2Rx645CLMNbnyKAlwrEG+TpEFrPe26647OH+gx0dRBVgWgP/857vzwVYFF8UAX3XVVfn3 - NEg8pZlcqAJ0ChdVAqZBzTRZnQYBrFeVlDGOgwcPzmcwiYzBRSmAx4+/P09CWN7RnDkfZVdc8Xy+kIpd - W2Rvv/1Jr4dyhYDZG7766qvz75GjlEESSnA1QPDjLe9SKWDB1b3E0+DixV+0bRcyg6t+FycVMAkpWuAh - HoUOPPDe6PUxC1fVRYoB1gz2wLULPE2kTuGiQsDApQEaFWBPyVm8eFEP4EaJFuDBg9eJvsmySgE8ceL0 - wgpgBeTUmawVdZUAzC1Hu0l2BtcVcJVjAfaW93CwRwELru6RNO5d6n/00ZLdJAGOvckKlQKYc1JFuY75 - CC3VJ4B5O6V1BRv+dbYLpfANHuYt7/iqBMyJwKQ0C7C35CB+gEyLLLvhv7QB//vf70V9hJbqs7Fd2Lrh - XxcweVU5Fly9B6gjmOGLa/m3VQtgnWgBexrkGmY98m74dxvwCy+8H/URWpVP3Rc73fAnxxYu+fLkmomE - L6wSMCdYwOF0T5HgEjTicciz4T95cvW76BTAdJiByjNuzEdolPIikROAoNiGfypgwSVHHL1wuYaY8KcZ - HKoJmERwgkaDF65KjRLBL1jV3fCn7QkTpvecG4cgqwJMn7jFEMu116bdgx99NP4L2IKrgRvb8E8BTG5t - joDryTVAGbjERVXh63D2ojbARSdWiets4EqEZ8Ofa3kEigGwVgaYPpA8xcK2YcxHaLEdJhIpPxxRuOGf - AhgQ1g/xeXPNwBXgsgnZBtgjGlDgmB2VRe+iY4BVAfCVsh9cBJi2Ldx//OO56PWhhY9I5CSES0JR+Bxc - BdhWAI4A8sBVBRBgBk2ZnxbAHgmugg9LTipgVQD58ZboEG5qacYWLlzy+7vkQ+VdcQkuSgWMnxAuYDz5 - thWA2PBb5adlkVVXtkE1GpaKFMDAxY8MQCkb/iFgKgDXzpv3cTZ9+pzksozZN1j0gb6oX8REX61SAJP8 - sALwtUcaJMpPClzkBhyOyhhcVAW4aNEBvBiIvjBbmi1cJTSEi6oAk3z82ByRM4/CXNepAC7AdRosA0wy - rR/BRUsLMD+6I9E2MRCPYmIAxlQGmFzgx/YtNkhSFKsAqXBRLcA4jjVYpiLAbDYwUOSHhNjA+xowP5fF - jpNkF3gcMW4dRYoB1oa/hYt54MZy7akAyYC9DcYAhxv+lLJwVPYVYPyGz7p2DSAoVU8UIWBeVV577bX5 - 96yfogpQJt0m5IejtwIkASb53vuJBRzb8MdCuKgvAOPTrpRR7Ckg5XExBjjc8C+rAEXqJlxUCZgGgaDG - 6jYI4LIN/yL1ZYnWDBZc9S0VLgoB2+3CTuASg821pwJYlQJWWbaN1m2QxVRsw58fuitTXwLG/vWv1/M+ - qV/MGhKcqhhgzeDUQWLFNd2GiwoBA5cyTMfVsGdU8pfadtutdT+4rzb8+a2FqVMfi54bsxkz/pMnkv7F - bhNlAjC/odCNDX/garDJPLmmD+EgjQLmJMows1eAPQ2iBQuW/O2npbXhz3Nt7PyYvfba/NpwEYC7seFP - XjVjAUuuPRWAPnBdJWBOoDQwe7UI8jSohuyGv34np68Bo1TIu+wyrSep9Rcx4YY/g7cuYK0BOoUrZlwb - DtYWwHyTEWUBhyMiRTREsKix4V9/P7hTwEDjWTd2XWhle8Ch9PSwBHCjT/ZFR4osXKxTuHCrBMwJAkyJ - 9sDleoJlRCIehzyAu7Hhz4uM2HUxsy89isSABwYCsP0Ls3UAk1vNWo51F3gSvBhwFnCoJmDVcE7GwpGQ - IhohaAWO+KyEZbnhf+KJ/LWa+PXWmO1lElwNXO+GfwyuN9fEBGB88nVMbYA5sRtwlYi6G/7EwLWdbvgz - SKgk7Cxtumnaj8za99ISubBwOSLPhj8wugGXCci1Alw2IVsAe8oEsqMSI7HyVbbZEIpBgh+skw1/DRLF - NG3ai9HrY2Z/QZw+kEj54UhfUfgcXAU4HCR87RHt40OAFU+RWgB7JLgKnobtQEkFzCi0frwlGrgMMPnB - GDipv93AeagMLkoFHKsAWqjVla0AxEY8VdxaFll1lVJyUgALrvwAyLPhH7tN8H+ozoLrnnv+01wo4gcj - RqsUwOSCnNiYvHDtIMFS4CI34FjJiTVYBZhAbQJUAYAXS741CzgGl9lslfpsvNlmN2bvvrsw94OFcFEV - YHJhKwlHWwFShZ9OKoALcCpcVAYYANaPrQB1AAMAH/LD0d4mpDq/o8QaAD+qAKHKANN2CDc2SKpELsiJ - 9VO3AtQC7GmwCDAb/gwM+bFwUSrgEC6JjcGV2EmK+YrZww+/2XtVu0LAvMnShr9iUVzdguupAMmAY4uO - lNEUA7zOOuu0bPjHKkAKYP48kuLBwkFSpBTfGLO96DVmCLhow7+oApSpWxUAJQFWg2oMSx1NFnBsw79o - kKRA4FlZ8ZTdJkLxKBTzFzN2p2KKAdZ2IfGQq3ANkCL7FCDzwkWVgDVzLdw6DQK4aMO/LAEpgLlPEk8d - uFLqr5Ni/GZiqBBwuOHfCVyba08FsCoFDFySZxut2yCLqdiGP3+ktK6ASDzEoXj42iMqkPWTWt6lGGDN - YPJWV8Allm7CRYWACZLySccF2DMqFy36vKdEt2/41/mD4Ijke9YAMene74WLANzY8F+yH8znOHgESMGV - eXJNH8LBFQUsuMwOAfY0iCjFSzb8GyU69iarTMQTwvWsKFG3KgDvorux4c/tjjgUE7n2VADgwigcqG2A - cU6jAox54Ooa74a/1C24dFxwZd4KgJb8Arh/w1+3CawTuGJWCZhvUi4EGPM0GGrvvffOkyDjMWlZyAL2 - wtWM73TDP7YG8OQaqPCCWyVgThBgArAn8xfK77777gS7K7v99ttz++c/78n/+tuIEa2fEManoN18882R - a1uNP5EvX3waGH+MM3Zekd111909MTT88PHx+vOJ3gqgSoIaG/6N2VsXMDF0Ay6s8GUBh2oCpgN2NIQj - gc8EspB+izZnzpze3tSThQsU5Nnwx08IVxWhruDEtRqwMIupDXBsmiMeAWyHQmPBwX3ImspXHWNWhH7K - Pny5yKyfAQMasfD5CHUVwuWI6m7440e3iE7hApT7tQDHJqTUArisTFQBXt6Mxc+SQdJYvfPJnnXEYCeR - FgozB4XPwWWAY4MEMB5xHT7wB2DFU6QWwGW68sorWzqErbHG6tnvf/9f2brrrpsbb6h4icEvl7FSTrFB - gwblxrNxN/xwDdevttrqedIBrJVuHcAWrswmkw+psrmgrdgnn1m4Mi9cVQDiwmfKWqJlkVUmHuJthzD+ - mjkfXMzHxz766KPZE088nj3zzDO1bNasWT3XPZH7kJ/HH388/9yg2PllxqdzcnzwwQeznXfeOY9RcDE+ - Yj5FwGWWaLZh4T0uvAfzLvrGG2/s/W5DVERAWF+dLvDkCz9VkxIlA77zzjubnVHSqj5LL1UkAiOxncje - Yg4++L+b8cqee+653u8WKwUuOuigg1p881Gz99675BNViUU+5K+qnMYUK+91Bkky4NmzZ+cdAS7liH/v - s88++b5uykiKiVJlA6cjHl90WH7wgcISil166aX594oESPmRxQYd/7ftttu2+B4yZEj20ksvNb+vPslP - 0Sq3TAyScA1QtwIkAwakPq+e+xrH1VdfPS+pdQXEbq4orR8Bvvnm9o9n3XHHHQtnEf/P9fJFYm1FsHrg - gQeaHw4tGz16dHM1q1g4Yt2Ai3kqQDJgZhufGkJn7MqUTwOpIwtX1smK0iYAv6oAb775Zrbpppu2QKDy - xD5fUINEvsrgoj333LPFL3bMMcfk3+N6G5MHLhUgnLkeuCgJsJLGyFWi7N9p1DZZlfDDDFPnCbzTFaX8 - WLgSH0ujGGVAt8/DsdtEGdzzzjuvzSerd+7vXCc/AIqV9yoJrvxgnkEiVQKmQTpNI/yu7wEHHNDWQfZC - wxVkqLDkcOzWoqNokLzyyiv5e+8wXj5rf+7ct/JzmL1sXeIHv+Egsbr88svz21LoT1XMwi0bJEUix/iQ - H46eQWJVCpgg6bRGFJoz55VsvfXWa+skxtsdfhQnlB3ZOvY1XOnCCy+Mxjps2LDs1luXfM5RmXi84sOp - Yn6GDx+eVwRVFHJVNkiK1BdwUSFgnBO0ANvAeWSyz5fWttxyy3wFy7NtnT3fvtSRRx5pYmx8jqC+5n56 - ySWXZK+++mrLrOOv5PIhzWwLbrbZZub6JcYLlunTp+fnUwWqKkCRtMATYG8FoO3wuihg4DIzBBgLL6Rc - lb0j5r60+eabZyNHbpeNGjUqL4sc9fXIkSOTbfvtR2V/+lPjevzwNf/P11W+dthhhzwOYmJQsjhkkciL - CRsvHw2rj3bdZptt8nt1uFK2Blx90hlQvHDDBV4s1yniGriFMbQB5kRGFIBpjGNRg2zf8fwXS8DyZhau - zM7kOgb8+++/P88BkwDziNwKLEfvIBGzSsCcyL2AkwmaAKoanDt3bnbwwQe3jfYwmUUlvcwaO0Ktfuwe - bKrF4TYe8+oYC7ZDDz00/+RupAngUQiXfHvgAhVecKsEzAkCXPeNCe+RJ0yYkN+DY8n5LRtvrXgHMHPm - k3lfySH33GUNF1ZcK8CxStsETAN2NHgaRG+99Vb+kxx///sF+QJl0qSJ2ZgxY/KRn2Ljxo3Lzx8z5pDe - Y+PfY8eOjZ5fZJwf8zNuXLUfPhaWhSKLL5797ZMBCyDg1p0AiJwCxML1DhLaV5Xl3zCLqQ0w5pEa7FSM - QvxQ/paUwPqDTcmUH/5dtJZIEWAFhklQV8RDHJ3CxQ+5Jh4BLpuQLYC9CaARgqZRNeyVBhlWFHSKrB9v - vwSFvsmKZkqZ8ENOrB/PIEHkmhxr0Fb5aQHskUaTZgpfe3wRqPVDRzxgACAfmHfmMjC41vri/+qKtumL - fNBH7yAhtzaelEHSssiqIzVIEmTeUcl11o93kJA464fEevwIrvXjGSSCa/14Bkks16mDxAWYBoFCwDLv - qOyGH0TirB/8euFaP97BBlyutX46gev1UxswDQKBBMq8gYd+vIOE9jv1g4ASxuSFa31gngrQjVzXAqxk - 0qjMG/jy5AdxnfWDXy/cbvjhGusH8/ipBZjgrXkaRN3yw3WhL4+WNz8o9OPNUTJgGgjNo+XND1pR/SDX - ImulfjtaCXgF10rAK7hWAl7BtRLwCq6VgFdwrQS8gmsl4BVcKwGv0Mqy/wNu5RiZ9VAAWgAAAABJRU5E - rkJggg== - - - - Magenta - - - 46, 34 - - - Script Window... - - - Log Window - - - 166, 22 - - - Log Window... - - - 166, 22 - - - Script Window... - - - Magenta - - - 34, 34 - - - Reset to Default Layout - - - 6, 37 - - - Magenta - - - 34, 34 - - - He&lp - - - Magenta - - - 34, 34 - - - Changes the menu language to English, and from English - - - 122, 95 - - - On - - - 37, 20 - - - File - - - 59, 20 - - - Prepare - - - 74, 20 - - - Structured - - - 88, 20 - - - Procurement - - - 122, 20 - - - Options by Context - - - 46, 20 - - - Tools - - - 0, 0 - - - 834, 24 - - - 6 - - - Menu_strip - - - mnuBar - - - System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Ctrl+N - - - 232, 22 - - - New Data Frame... - - - Ctrl+O - - - 232, 22 - - - Import From File... - - - 232, 22 - - - Import From Library... - - - 229, 6 - - - 232, 22 - - - Import From ODK... - - - False - - - 232, 22 - - - Import From CSPRO... - - - False - - - False - - - 232, 22 - - - Import From Databases... - - - False - - - 232, 22 - - - Import and Tidy NetCDF File... - - - False - - - 232, 22 - - - Convert... - - - False - - - 229, 6 - - - 232, 22 - - - Export - - - 204, 22 - - - Export Dataset... - - - 204, 22 - - - Export R Objects... - - - 204, 22 - - - Export R Workspace... - - - 204, 22 - - - Export Graph As Image... - - - 232, 22 - - - Close Data Book - - - 229, 6 - - - 186, 22 - - - Data Frame - - - 200, 22 - - - View Data... - - - 200, 22 - - - Rename Columns... - - - 200, 22 - - - Duplicate Column... - - - 200, 22 - - - Row Numbers/Names... - - - 197, 6 - - - 200, 22 - - - Sort... - - - 200, 22 - - - Filter... - - - 200, 22 - - - Column Selection... - - - 200, 22 - - - Replace Values... - - - 200, 22 - - - Convert Columns... - - - 197, 6 - - - 200, 22 - - - Reorder Columns... - - - 200, 22 - - - Insert Columns/Rows... - - - 200, 22 - - - Delete Columns/Rows... - - - False - - - 200, 22 - - - Protect Column... - - - False - - - 200, 22 - - - Hide/Show Columns... - - - False - - - 200, 22 - - - Freeze Columns... - - - False - - - 200, 22 - - - Column Structure... - - - 200, 22 - - - Colour by Property... - - - 186, 22 - - - Check Data - - - 245, 22 - - - Visualise Data... - - - 245, 22 - - - Duplicates... - - - 245, 22 - - - Compare Columns... - - - 245, 22 - - - Non-Numeric Values... - - - 242, 6 - - - 245, 22 - - - Boxplot... - - - 245, 22 - - - One Variable Summarise... - - - 245, 22 - - - One Variable Graph... - - - 245, 22 - - - One Variable Frequencies... - - - 242, 6 - - - 245, 22 - - - Export To OpenRefine... - - - 245, 22 - - - Import From OpenRefine... - - - 242, 6 - - - False - - - 245, 22 - - - Jitter... - - - False - - - False - - - 245, 22 - - - Prepare to Share (sdc package)... - - - False - - - 245, 22 - - - Anonymise ID Column... - - - 183, 6 - - - 186, 22 - - - Column: Calculator... - - - 186, 22 - - - Column: Numeric - - - 179, 22 - - - Regular Sequence... - - - 179, 22 - - - Enter... - - - 176, 6 - - - 179, 22 - - - Row Summaries... - - - 179, 22 - - - Transform... - - - 179, 22 - - - Polynomials... - - - 176, 6 - - - 179, 22 - - - Random Samples... - - - 179, 22 - - - Permute Columns... - - - 186, 22 - - - Column: Factor - - - 179, 22 - - - Convert To Factor... - - - 179, 22 - - - Recode Numeric... - - - 179, 22 - - - Count in Factor... - - - 176, 6 - - - 179, 22 - - - Recode Factor... - - - 179, 22 - - - Combine Factors... - - - 179, 22 - - - Dummy Variables... - - - 176, 6 - - - 179, 22 - - - Levels/Labels... - - - 179, 22 - - - View Labels... - - - 179, 22 - - - Reorder Levels... - - - 179, 22 - - - Reference Level... - - - 179, 22 - - - Unused Levels... - - - 179, 22 - - - Contrasts... - - - 176, 6 - - - 179, 22 - - - Factor Data Frame... - - - 186, 22 - - - Column: Text - - - 152, 22 - - - Find/Replace... - - - 152, 22 - - - Transform... - - - 152, 22 - - - Split... - - - 152, 22 - - - Combine... - - - False - - - 152, 22 - - - Match... - - - False - - - 152, 22 - - - Distance... - - - 186, 22 - - - Column: Date - - - 162, 22 - - - Generate Dates... - - - 162, 22 - - - Make Date... - - - 162, 22 - - - Fill Date Gaps... - - - 162, 22 - - - Use Date... - - - False - - - 162, 22 - - - Make Time... - - - False - - - False - - - 162, 22 - - - Use Time... - - - False - - - 186, 22 - - - Column: Define - - - 176, 22 - - - Convert Columns... - - - 173, 6 - - - 176, 22 - - - Circular... - - - 183, 6 - - - 186, 22 - - - Data Reshape - - - 197, 22 - - - Column Summaries... - - - 197, 22 - - - General Summaries... - - - 194, 6 - - - 197, 22 - - - Stack (Pivot Longer)... - - - 197, 22 - - - Unstack (Pivot Wider)... - - - 197, 22 - - - Merge... - - - 194, 6 - - - 197, 22 - - - Append (Bind Rows)... - - - 197, 22 - - - Subset... - - - 197, 22 - - - Random Subset... - - - 197, 22 - - - Transpose... - - - 197, 22 - - - Scale/Distance... - - - 183, 6 - - - 186, 22 - - - Keys and Links - - - 207, 22 - - - Add Key... - - - 207, 22 - - - View and Remove Keys... - - - 207, 22 - - - Add Link... - - - 207, 22 - - - View and Remove Links... - - - 207, 22 - - - Add Comment... - - - 186, 22 - - - Data Object - - - False - - - 210, 22 - - - Data Frame Metadata... - - - False - - - 210, 22 - - - Rename Data Frame... - - - 210, 22 - - - Reorder Data Frames... - - - 210, 22 - - - Copy Data Frame... - - - 210, 22 - - - Delete Data Frames... - - - 207, 6 - - - 210, 22 - - - Hide/Show Data Frames... - - - 210, 22 - - - Metadata... - - - False - - - 210, 22 - - - Rename Metadata... - - - False - - - False - - - 210, 22 - - - Reorder Metadata... - - - False - - - False - - - 210, 22 - - - Delete Metadata... - - - False - - - 186, 22 - - - R Objects - - - 126, 22 - - - View... - - - 126, 22 - - - Rename... - - - 126, 22 - - - Reorder... - - - 126, 22 - - - Delete... - - - 186, 22 - - - Circular - - - 192, 22 - - - Define... - - - 192, 22 - - - Calculator... - - - 192, 22 - - - Summaries... - - - 189, 6 - - - 192, 22 - - - Circular Plots... - - - 189, 6 - - - 192, 22 - - - Wind Rose... - - - 192, 22 - - - Wind/Pollution Rose... - - - 192, 22 - - - Other Rose Plots - - - 189, 6 - - - False - - - 192, 22 - - - Circlize... - - - False - - - 186, 22 - - - Low_Flow - - - 117, 22 - - - Define... - - - 186, 22 - - - Survival - - - 117, 22 - - - Define... - - - 186, 22 - - - Time Series - - - 119, 22 - - - Define... - - - 116, 6 - - - 119, 22 - - - Describe - - - 149, 22 - - - One Variable... - - - 149, 22 - - - General... - - - 116, 6 - - - 119, 22 - - - Model - - - 149, 22 - - - One Variable... - - - 149, 22 - - - General... - - - 116, 6 - - - 183, 6 - - - 186, 22 - - - Climatic... - - - 186, 22 - - - Procurement... - - - 186, 22 - - - Options by Context... - - - 217, 22 - - - Open From Library... - - - 217, 22 - - - Define Procurement Data... - - - 217, 22 - - - Prepare - - - 358, 22 - - - Filter by Country (or other)... - - - 355, 6 - - - 358, 22 - - - Define Contract Value Categories... - - - 358, 22 - - - Recode Numeric into Quantiles... - - - 358, 22 - - - Set Factor Reference Level... - - - 358, 22 - - - Use Award Date (or other)... - - - 355, 6 - - - 358, 22 - - - Summarise Red Flags by Country (or other)... - - - 358, 22 - - - Summarise Red Flags by Country and Year (or other)... - - - 358, 22 - - - Merge Additional Data... - - - 217, 22 - - - Describe - - - 211, 22 - - - One Variable Summarise... - - - 211, 22 - - - One Variable Graph... - - - 208, 6 - - - 211, 22 - - - Categorical - - - 319, 22 - - - One Variable Frequencies... - - - 319, 22 - - - Two Variable Frequencies by Sector (or other)... - - - 316, 6 - - - 319, 22 - - - Bar Chart... - - - 319, 22 - - - Mosaic Plot... - - - 319, 22 - - - Treemap... - - - 319, 22 - - - Display Top N... - - - 211, 22 - - - Numeric - - - 258, 22 - - - Boxplot... - - - 258, 22 - - - Histogram... - - - 255, 6 - - - 258, 22 - - - Correlations (Red Flags or others)... - - - 217, 22 - - - Mapping - - - 189, 22 - - - Map Country Values... - - - 217, 22 - - - Model - - - 233, 22 - - - Define Corruption Indicators... - - - 233, 22 - - - Fit Model... - - - 214, 6 - - - 217, 22 - - - Define Red Flag Variables... - - - 217, 22 - - - Corruption Risk Index (CRI) - - - 278, 22 - - - Define Corruption Risk Index (CRI)... - - - 278, 22 - - - Summarise CRI by Country (or other)... - - - 250, 22 - - - Check Data - - - 215, 22 - - - Duplicates... - - - 215, 22 - - - Compare Columns... - - - 212, 6 - - - 215, 22 - - - One Variable Summarise... - - - 215, 22 - - - One Variable Graph... - - - 215, 22 - - - One Variable Frequencies... - - - 250, 22 - - - Define Options by Context Data... - - - 250, 22 - - - Prepare - - - 282, 22 - - - Calculate Difference Between Options... - - - 279, 6 - - - 282, 22 - - - Merge Additional Data... - - - 282, 22 - - - Stack (Pivot Longer)... - - - 282, 22 - - - Unstack (Pivot Wider)... - - - 250, 22 - - - Describe - - - 224, 22 - - - Compare Two Options... - - - False - - - 224, 22 - - - Compare Multiple Options... - - - 224, 22 - - - Boxplot... - - - 250, 22 - - - Model - - - 176, 22 - - - Fit Model... - - - 176, 22 - - - General Fit Model... - - - False - - - 198, 22 - - - Run R Code... - - - False - - - 198, 22 - - - Restart R - - - False - - - 198, 22 - - - Check for Updates... - - - 198, 22 - - - Clear Output Window... - - - 195, 6 - - - False - - - 198, 22 - - - Save Current Options... - - - False - - - 198, 22 - - - Load Options... - - - 198, 22 - - - Install R Package... - - - 198, 22 - - - Options... - - - 126, 22 - - - Export... - - - Fill - - - 0, 61 - - - Horizontal - - - Fill - - - 0, 0 - - - Fill - - - 0, 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 72, 168 - - - 0 - - - ucrColumnMeta - - - instat.ucrColumnMetadata, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splMetadata.Panel1 - - - 0 - - - splMetadata.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splMetadata - - - 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 178, 168 - - - 0 - - - ucrDataFrameMeta - - - instat.ucrDataFrameMetadata, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splMetadata.Panel2 - - - 0 - - - splMetadata.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splMetadata - - - 1 - - - 255, 168 - - - 72 - - - 5 - - - 0 - - - splMetadata - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splExtraWindows.Panel1 - - - 0 - - - splExtraWindows.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splExtraWindows - - - 0 - - - Fill - - - 0, 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 174, 168 - - - 0 - - - ucrLogWindow - - - instat.ucrLog, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splLogScript.Panel1 - - - 0 - - - splLogScript.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splLogScript - - - 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 395, 168 - - - 0 - - - ucrScriptWindow - - - instat.ucrScript, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splLogScript.Panel2 - - - 0 - - - splLogScript.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splLogScript - - - 1 - - - 574, 168 - - - 174 - - - 5 - - - 0 - - - splLogScript - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splExtraWindows.Panel2 - - - 0 - - - splExtraWindows.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splExtraWindows - - - 1 - - - 834, 168 - - - 255 - - - 5 - - - 0 - - - splExtraWindows - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splOverall.Panel1 - - - 0 - - - splOverall.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splOverall - - - 0 - - - Fill - - - 0, 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 384, 226 - - - 0 - - - ucrDataViewer - - - instat.ucrDataView, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splDataOutput.Panel1 - - - 0 - - - splDataOutput.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splDataOutput - - - 0 - - - Fill - - - 0, 0 - - - 4, 5, 4, 5 - - - 445, 226 - - - 0 - - - ucrOutput - - - instat.ucrOutputWindow, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - splDataOutput.Panel2 - - - 0 - - - splDataOutput.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splDataOutput - - - 1 - - - 834, 226 - - - 384 - - - 5 - - - 0 - - - splDataOutput - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splOverall.Panel2 - - - 0 - - - splOverall.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - splOverall - - - 1 - - - 834, 399 - - - 168 - - - 5 - - - 10 - - - splOverall - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 180, 22 - - - R Viewer... - - - View Last Graph - - - 180, 22 - - - Plotly... - - - View Interactive Plot - - - 196, 22 - - - Column Metadata... - - - Column Metadata - - - 196, 22 - - - Data Frame Metadata... - - - Data Frame Metadata - - - 180, 22 - - - Script Window... - - - Script Window - - - 180, 22 - - - Log Window... - - - Log Window - - - True - - - 25 - - - 6, 13 - - - 834, 482 - - - - AAABAAUAEBAAAAEAIABoBAAAVgAAABgYAAABACAAiAkAAL4EAAAgIAAAAQAgAKgQAABGDgAAMDAAAAEA - IACoJQAA7h4AAJCQAAABACAAaE8BAJZEAAAoAAAAEAAAACAAAAABACAAAAAAAAAEAAATCwAAEwsAAAAA - AAAAAAAA///////////69fH/+fPv//z49v/79vL/9u3l/+/e0f/69fL/9erh//Xp4P/v3c//+fPu//Xp - 4P/8+ff////////+/v//////8eLX/+/d0P/48Or/8eDS//Pm3P/s18f/7drL//Hh1v/v3c//69XF/+vU - xP/v3c7//v79/////////v7///////Lk2v/v3M//7NfH/+/dz//r1MP/6dC8//Tn3v/t2cr/9uzk/+XI - sf/s1sb/69TD/////v////////7+///////v3tH/+fPu//Pm2//37uf//fz6//jv6f/37uj/69bG//77 - +v/48On//Pj2/+nRvv///v7/////////////////+/f0//37+v//////8+TY/8mOXP/NmWz/+fLs//// - ///evqL/wYhW/8iVaf/79/P////////+/v///////v7+/////////v3//////+LLuf+vVQr/sV0X/+Xa - 0v/28+//tWoq/6BFAP/MnXT///////79/P///////v7+///////39vb/08/O/62sr/+ljHv/u2Yg/7do - J/+noaL/rYdo/69XDP+1bCz/+vPt/////////v7////////////u7e3/ura1/6Wfnf+5ubv/072s/7pk - Hf+6aij/06aA/7dtL/+4aCP/v6ON/+Tn7P///////v7+///////29vX/wr68/7KurP/Nysj///////Db - yf+6ZB7/u2kl/7JWCf+xWA7/t2ck/9Gkfv+7trb/8O/v///////+/v7/2tjX/725t//Cv73/9/X0//// - ///u2cj/vGUe/75sKf/iv6P/5MSq/7lrK/+1Wg7/xqaO/8nKzv///////f39/9HPzf/Bvrv/y8jH//38 - +///////8NvK/75nIv/BcC7/8d7P//bq4P/BeT3/tFwS/8WZdv+6u8D///////7+/v/X1dP/xsPA/8XC - wP/y8O///////+7Xxf+6XRL/vGMb/7ldFP+1Wg//s1kQ/8BpIv/KsqH/ubi8///////+/f3/6+rp/8jG - w//Gw8H/zcrH//f6/P/46t//3KJz/9yleP/bpHf/26R4/9ymev/jybX/p6Sm/93a2v///////v7+//// - ///g3tz/xsPA/8TBv//Fwr//2dnY/+zw9P/z9/r/8/b6/+vu8v/T1tn/pKOl/8TAwP///////v7+//// - /////////////+fm5P/Oy8n/xMG+/7y4tv+4s7D/trGu/7CrqP+po6H/rKaj/9fU0////////v7+//// - //////////////7+/v//////+fn5/+jm5f/a2Nb/0c7M/83Kyf/Sz87/4uDf//n5+f///////v7+//// - /////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAoAAAAGAAAADAAAAABACAAAAAAAAAJAAATCwAAEwsAAAAAAAAAAAAA//////// - /////////v38//79/P/+/fz//v38///////9+/n///////Xr4//z5dv///7+//7+/f/37uj//v79//Pl - 2//37ef//v38///////47+n//fv6///////////////////+/v//////8uTa//Lk2v/y5Nr/8uTa//// - ///q0b3/8+Xb/+fNuP/s1sb/7trM//Lk2v/ozbj/7tvN/+jOuv/p0L3/5MWu//v28//gvaH///7+//// - //////////////7+/v//////8eHV//Hh1f/x4tb/8eLX///////lx6///fz6//jv6f/nzbj/7NfG/+/d - 0P/z5t3/8ODU/+zYyf/06N7/5cm0//Xr4v/p0Lz///////79/f/////////////+/v//////8eLW//Hj - 2P/v3dD/7NjI///////mybP/8eLX/+HApv/z5tz//vz8/+/d0P/z5dv//fv5//Df0//pz7v/4sKp//fv - 6P/r08D///////79/f/////////////+/v//////8eLX//Dg1f/16uL/3rqf/+PEq//t2sv/9uzl/+TF - rf/kxaz/9Onh/+HBqP/kxa//+PHs/+TFrf/lyLH/8+bd/+vVxP/ZrYz////////+/v////////////7+ - /f//////8eHW/+zYyf///////fz6//v18v///v7////////+/v/+/f3///////Df1P/z5tz////////+ - /f///f3///////bs5P/u2sr////////+/f//////////////////////+/by//nz7v///////vz7//// - ///w3s//06F3/9Wogv/UqIL/9/Dq////////////8uTZ/86hef/Rp4L/y5tx/+DDqf///////v79//// - ///////////////////////////////////+/v7//vz7///////lxar/rFAD/69aEv+vWRH/9Ofc//// - ////////y5hs/6JKAP+nVg7/o00D/+bOuv///////v38/////////////////////////////v7+///+ - /v///////v38//b7///YuaH/tmEa/7hpJ/+2ZyX/3tDF//n+///y5Nf/sWIf/7BkIv+pWBH/yJNm//// - ///+/v3////////////////////////////+/v7///////n5+f/a2Nf/vLa1/6amqv+ohm3/umMb/7dm - I/+2ZSL/kn1y/5OUnP+ygFf/sV0U/7BjIP+yYx7/7+DS///////+/v3///////////////////////7+ - /v//////5OPi/7i0s/+po6L/pJ2b/6GgpP+xkHf/u2Qc/7hnJP+3ZSL/1MrE/8Gzqv+tXRr/tGUi/6dP - BP/AjWP///////79/P///////////////////////v7+///////a2Nf/sq2r/7KurP+uqaf/t7Gv/+Pm - 6v/jxKv/uGAY/7tpJv+5ZiL/0pZl/8iBRf+0YRz/s2Mf/9Cabf+xq6v/x8TE///////+/v7///////// - /////////////+Pi4f+3s7H/u7e1/7Ovrf/Hw8L/+ff2///////oybD/uWAY/7xqKP+6aCT/s10V/7Rf - Gf+2ZiP/tWQh/8eJVP/q1ML/raqt/9TQ0P///////v7+////////////9/f3/8TBv/++u7n/ura1/8O/ - vv/6+vr///79///////oybD/umEZ/71rKP+8aSX/vGwq/7tsKv+3ZB//tWMe/69aE/+4ZR//4M2+/6Og - o//49/b/////////////////4uHg/8G+u//CwL7/ura0/+Hf3////////fv6///////pyrH/vGIa/75s - Kf+9aib/7NO///jv6P/v28r/vnM1/7dmI/+uWBD/1qJ2/66tsv/Szs3///////79/f//////19XU/8TA - vv/Ewb//vrq4/+zr6////////fz7///////pyrH/vWMb/79sKf+/ayj/9efd///////+/fz/xYBI/7Vi - HP+yXRj/0ZRg/7e1t/+7trb///////39/f//////2NbU/8bDwP/HxMH/v7y5/+bk4////////fz7//// - ///qy7L/vmQd/8FuLP/AbCn/zYpU/9CTYf/JhE3/umcj/7trKf+xWhL/1p9x/7Kxtf+7tbT///////39 - /f//////4uHf/8fFwv/JxsT/w8C9/8/Myv/+/f3//v38///////pybD/vWEX/8BrJ/++aCP/u2Ia/7lf - Fv+4YBn/umYh/7VfGP+4Yhv/6NLA/5qXm//Szc3///////39/f//////9PTz/8zKx//Kx8X/yMXD/8K/ - vP/Z19X//fz7///////sz7j/xXIw/8h8Pv/HeTv/x3o9/8Z6PP/FeTv/w3Y4/82KVP/x18L/w8LE/5aP - jv/19PT///////7+/v///////////+Lg3//HxcL/y8jG/8jFw//Cvrz/z8zL/+/v7v/++/r///n0///6 - 9f//+vX///r1///69v//+/b//vjz//Pz9P/ExMf/kIiI/9DNzf///////v7+//////////////////79 - /f/b2df/x8XC/8rHxP/JxsP/wr+9/8C9u//Mycj/29rb/+Xl5v/p6ur/6Ojp/+Pj5P/X1tf/xMHC/6ii - ov+Wjo3/xcHB///////////////////////////////////////+/v3/4uHf/8rIxf/Gw8D/x8TB/8XC - wP/AvLr/u7e0/7i0sv+3srD/s6+t/6+pp/+oo6H/opyb/6mjov/V0tL///////7+/v////////////// - /////////////////////v7///////T08//d29r/zcrI/8XCwP/Cv7z/wLy6/726uP+6trT/trKx/7ax - sP+7t7b/0M3M//Lx8f///////v7+/////////////////////////////////////////////v7+//// - ////////+vn5/+3s6//i4N//2tjW/9XT0v/X1dT/3dva/+no5//5+fn////////////+/v7///////// - ////////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAACAA - AABAAAAAAQAgAAAAAAAAEAAAEwsAABMLAAAAAAAAAAAAAP////////////////////////////////// - /////////////////////////////////////////vz8//7+/f////////////////////////////// - ///+/Pz///////////////////////////////////////////////////////////////////////36 - +P/p0cD//////+/e0f/059////////nz7//r08D//////+TFrf/ctZj/3LaZ//Pl2///////6M66/+LA - pv//////3ric/9y1mP/iwKf/5cex///////06N//27GR//z69//////////+//////////////////// - ////////+/f0/9y1mP//////5cm1/+3Yyv//////9uvk/+C7nv/58+//5cex///////68+//2K2M//// - ///asZL//fr4/+rUw//jxa7///////Tn3f/SoHv//////+PDqv/s1cP///////7+/f////////////// - ///////////////////8+PX/3rqg///////nzrv/7tvN///////27eX/4L2g///////79/T/7NfH/9y0 - lf/jw6r//////966oP/+/Pv/+O/p/922mf/v3tH/9Ojf/9y1mP//////5cau//Hg0v///////v79//// - //////////////////////////////z49f/euZ///////+fNuf/t2sz///////ft5v/gvJ///////9mt - jP/my7b/9u3m////////////37yj//v39P//////+fLs/+rTw//lxq7/1KR////////lyLD/8eDS//// - ///+/v3//////////////////////////////////Pj1/965nv//////5ciz/9Ged//37+j/5cix/+XI - sv/79vP/16uK//36+P/r1cT/5sq2//7+/v/VpYP/9enh//rz7//euZ7/+/fz//Dg0//euZz//////9yz - lP/ny7b////////+/v/////////////////////////////////8+PX/37yi///////37un/797S/+LC - qP/jw6r/+/f0///////v3c//3beY/+G/pP/69fH/+fLu/8ySZ//s1sf//////+7azP/euJr/4L6j//jx - 7P//////06B5/964nP////////////////////////////////////////////v39P/ctpr///////// - /v///////////////////////////////////////////////v//////6dHA//36+P////////////// - /////////v79///////t2cn/9eng/////////v7//////////////////////////////////fz7//Hh - 1f////////7+//7+/f/+/Pv///////Hf0f/euZn/37yf/926nP/duZv/+fPt///////+/f3///7+//78 - +v/fwab/2baX/9q4mv/bup3/2bWV//Tq4P///////v7+//////////////////////////////////// - //////////////////////////////38+///////2rCM/6tOAP+wWxT/rlgP/61WDf/v4NP///////37 - +f//////6NG9/6ZRBv+mUwr/plQM/6JNAv+xaCn/+vTv/////////v7///////////////////////// - ///////////////////+/v3///////7+/v/+/v7//v38///////guZj/s10W/7hqKP+2ZiP/tWUi//Pl - 2f///////v38///////EiVb/q1kS/7BkIv+vYyH/qVcR/+LFrP///////v38//////////////////// - //////////////////////////////7+/v/////////////////49/b/7PD1/82kg/+1XhX/t2cl/7Zk - If+0Yx7/1MS3/+vr7f/+////7NbE/65cFv+vYR3/r2Ee/6lYEf++f0n///7+//////////////////// - ///////////////////////////////////+/v7///////z8/P/j4eH/xMDA/6+opv+goKT/q4Fg/7tj - Gv+3ZyT/t2Uh/7ZkIP+VgHT/j4mK/6Geof+3fU3/sFwV/7BiH/+vYR7/qlcR/+bNuP///////v38//// - ///////////////////////////////////////////////////k4uL/vLi3/6ijov+ln57/pqCe/6Cg - pP+sgWD/vGQb/7hnJf+4ZiL/t2Ug/6yZjf+jpq7/nYZ3/7BeF/+yYx//smQi/61aEv/MkV////////79 - /f////////////////////////////////////////7+///////6+vr/zsvK/6+qqP+tqKf/sKuq/6um - pf+lnpz/tLS5/8KZeP+6Yhn/umkm/7hnI/+3ZCD/7NjI//bx7f/CgUv/sl4Y/7NkIv+wXhf/pVEK/7um - l//+//////79////////////////////////////////////////////+fn4/8fEwv+yrqz/trGw/7Sw - rv+tqKf/tK+u/9rX1f//////4rmY/7deFf+8aij/umcj/7hmIv/Bdzr/v3Q1/7VhHP+1ZSL/smEc/8SB - Sf/izr7/oJ2h/6uko//+/v7///////////////////////////////////////7+/v/Ny8n/t7Ox/7q3 - tf+4tLL/sa2r/8G+vf/19PT///79///////ht5b/uF8X/71rKP+7aCT/umgk/7dkH/+3ZCD/uGgl/7Zm - I/+0Yx7/v3k//920kf/69PD/paKk/7Wvr////////v7+////////////////////////////4uDf/7u3 - tf++u7n/vLi2/7eysf/Cvr3/+fj4///////9+/r//////+G4l/+5YBf/vWwp/7xpJf+7aCT/uGMd/7Zh - Gv+1Xxj/tWEc/7ZmIv+zYBr/q1MJ/8eGTv/z7ej/k42P/9jV1P///////v7+//////////////////r6 - +v/JxsX/wL27/8C8uv+9urj/ubWz/+vp6f///////v7+//79/P//////4riX/7pgGP++bCr/vWkm/7xo - JP/Hg0z/yopX/8qLV//BeDz/tWIc/7dmI/+3aCb/q1MJ/96xi//DxMj/npaW//////////////////// - ////////6unp/8PAvv/DwL7/wb68/7y5t//IxcT//v7+/////////////v38///////iuZj/u2EY/79t - K/++aib/vGcj//Lg0v////////////nw6f/Cej//tWEb/7dnJP+xXhn/xYBG/+Dc2/+MhYb/6ujo//// - ///+/v7////////////f3tz/xMG+/8XCwP/DwL7/vbm3/9LQz////////v7+///////+/fz//////+O5 - mP+8YRn/wG4r/75rJ/+9aST/8+PW///////+/fz//////8uMWf+0Xhf/uGgl/7NhHP+/dDT/597Y/4yG - iP/W0tL///////39/f///////////9va2P/FwsD/x8TB/8XCwP+/vLr/0c/N//////////////////79 - /P//////47mY/71iGf/Bbiv/v2sn/75pJf/gtpT/6cy0/+nKsv/es5H/u2so/7hmIv+5ZyT/tGEc/8J4 - Of/l3tr/i4WG/8/Ly////////f39////////////4eDe/8fEwv/JxsP/xsPB/8PAvv/GxMH/+Pj4//// - //////7//v38///////jupn/vWMa/8JuLP/AbCj/v2so/71mIP+8ZB3/u2Mc/7lhGv+6ZyP/umgk/7pq - KP+yXBT/0ZRh/9vb3f+If3//2dbW///////+/f3////////////t7Ov/ysfE/8rHxf/IxcL/x8TB/8G9 - u//d29r///////7+/v/+/Pv//////+S6mf++ZBz/w3Au/8FtKv/AbSn/wG0r/79tK/++bCr/vmwq/7xq - J/+7aSX/t2Eb/7dhHP/y3Mr/t7a5/4+Hhv/s6+v///////7+/v////////////v7+//S0M3/ysfE/8rH - xP/IxcL/xsPA/8PAvf/n5uX///////78+///////4reU/71eEv/CayX/wGgh/79nIP+/ZyD/vmYg/71m - H/+8ZR7/u2Qd/7pmIf/FfkP/89rE/97e4f+QiIj/rqio/////////////////////////////////+jn - 5v/JxsP/zMnH/8nGxP/IxcL/xcLA/8K/vP/e3Nv//Pv7///////36d7/7M62/+3Ruv/s0Ln/7NC5/+zP - uf/rz7n/68+4/+vPuf/s0Ln/9N/O///+/P/e3+L/npeX/5WOjv/g3d3///////7+/v////////////// - /////////v7+/9rY1v/JxsP/zMnH/8nGxP/IxcL/xsPA/8C9uv/LyMb/4+Lh//j5+f////////////// - //////////////////////////////3////p7O//wLy8/5+Yl/+WkJD/xcHB///////+/v7///////// - ////////////////////////+/v6/9jW1P/IxsP/y8jG/8nHxP/HxML/xsPB/8G+vP++urj/wr68/8zI - xv/X1NL/3tvZ/+He3P/g3dz/3NjX/9TQzv/GwcD/tK+t/6agnv+hm5r/nZeW/8G8vP/9/f3///////// - /////////////////////////////////////////Pz8/9/e2//Kx8T/yMbD/8nGxP/IxcL/xsPB/8TB - v//Avbv/vLi2/7i1s/+2srD/tbGv/7Ourf+wq6n/raim/6unpf+rpqT/p6Gg/6ehof/PzMz//v7+//// - /////////////////////////////////////////////////////////////+/u7f/V09D/yMXD/8XC - wP/FwsD/xcK//8PAvv/Cv73/wL27/767uf+8uLb/uba0/7azsf+yrqz/rain/62op//Bvbz/6unp//// - ///+/v7///////////////////////////////////////////////////////////////////////39 - /f/v7+7/3dvZ/8/Ny//IxcL/w8C9/8G9u/++u7n/vLm3/7q3tP+5tbP/ura1/8G9vP/Sz8//7Ovq//7+ - /v///////v7+//////////////////////////////////////////////////////////////////// - ///+/v7//////////////////Pz8//Py8v/q6ej/5OLh/97c2//e3Nv/4uDg/+jm5v/y8fD//fz8//// - /////////v7+//7+/v////////////////////////////////////////////////8AAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgA - AAAwAAAAYAAAAAEAIAAAAAAAACQAABMLAAATCwAAAAAAAAAAAAD///////////////////////////// - //////////////////////////////////////////////////////////////////////////7+///+ - /v/////////////////+/v3//////////////v7//////////////////v79//////////////////7+ - /f///v7///////////////////7+//////////////////////////////////////////////////// - /////////////////////////vz7//36+f////////////36+f/+/Pv//////////////////fv5//37 - +v////////////37+v/x4db/7dnL//jw6/////////7+////////////9+7n//br4/////////////fv - 6f/s2Mr/9Ong///////9+vn//v38/////////////Pr3//Pl2//9/Pr///////////////////////// - //////////////////////////////79/f//////6tLB/923m////////////923m//q0sH///////37 - +v//////4Lyg/+TFq///////9evj/8yTZv/Sn3j/2KyM/8yTZv/kxa7////////////v3M//w31G/+K/ - pP//////5sq0/8eHVP/Xqoj/0Z52/9erif/Rn3n/797S///////+/v//zpds/8+Xa//79vP////////+ - /v////////////////////////////////////////////79/f//////6M68/9qxk////////////9qx - k//ozrz///////37+f//////3beY/+LAo///////1KR//+XJs/////////79//7+/v/Qm3P/8+bc//// - ///Zro7/48Kq///////8+ff/zJNp//bs5f///////////+7azP/BekL/8N/T///////z5Nr/zZRn//// - /////v7///////////////////////////////////////////////////////79/f//////6M+9/9uz - lv///////////9uzlv/oz73///////37+f//////3ria/+PDqP//////9+7o//79/P////////////// - ///MkmX/797S///////aspX/6NC+///////8+vj/z5lx//ny7v///////v38///////Xq4v/7dnL//// - ///x4db/06B2///////+/fz///////////////////////////////////////////////////////79 - /f//////6M+9/9uylf///////////9qylf/ozrz///////37+f//////3ria/+PDqP////////79//v3 - 9f/p0Lz/2a2M/8iJWf/bs5T////////////aspX/6M+8////////////5sq1/82WbP/ozrr/8N/T//Xp - 4f/RnXb/7tvO///////x4tf/0p90///////+/f3///////////////////////////////////////// - //////////////79/f//////6M+9/9uylf///////////9uzlv/p0L////////36+P//////3ria/+LB - pf//////8uTa/8iIV//SoHn/5Mav//bs5f///////v38///////aspT/6M68///////+/fz///////Hi - 1v/ctZj/1qiG/9Ohd//Fgk3/79/T///////x4dX/0p50///////+/f3///////////////////////// - //////////////////////////////79/f//////6M+9/9uylf///////////9qxkv/fu6D///////37 - +f//////27OU/+PDqv//////06N//+XJs////////v79//7+/f/z59///fv5///////btJj/6dC+//// - ////////79zO//r08P///////v38///////ToXr/7tzP///////y5Nn/06B2///////+/f3///////// - //////////////////////////////////////////////79/f//////6M+9/9uylf///////////9uy - lP/BekT/4L2j//fu5v/x4dX/yYtd//To4P//////4L2k/9Skf//16uL/+O/o/965nv/NlGn///////r0 - 8f/Rnnj/27SX//ny7v//////3LaZ/9Cbcv/16uL/+O/n/+XHsf/Mk2b//v79///////kxrD/y5Bg//Ll - 3f/+/fz///////////////////////////////////////////////////////79/f//////6M+9/9uy - lf///////////+vVxv/w4NX/4L6k/9CZbf/Pl2v/6tLA/////////v7//v7+/+C9o//PmW3/0Jpu/9an - hP/27Ob//////+3azf/GhVP/y5Fm/+3azv///////v7+/+HAp//Qm3H/0Jpu/9Wmgf/16uP///////v3 - 9P/Ton3/w35G/966of/+/Pz///////////////////////////////////////////////////////79 - /f//////6dC+/9u0l////////v38//////////7///////////////////////7+/f/+/v3//v79//// - /////////////////////////v38///////ZsJL/5826///////+/f3///7+//////////////////// - /////v7//vz7///////y49n/0Jpt///////+/fz///////////////////////////////////////// - //////////////79/P//////58y5/9itjv///////v38//7+/v///v7//v38///+/v/+/v3//v39//// - //////////////////////////////////////////7+///////p0sL/8eLY/////////v7///////// - //////////////////////////7+///////37+n/5ciy/////////v7///////////////////////// - //////////////////////////////7+/f//////8N/T/+fMuP///////v79//////////////////// - //////////////ft5P/z5Nf/8+Xa//Pl2f/y5Nn/8uTY//Hj1//8+Pb///////////////////////// - ////////+/f0//Dj1//x5Nj/8ePY//Hk2P/x49j/8eTY//Dh1P/37+j//////////v////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/v3//////86TYv+yWxP/tmYi/7RjHv+zYh7/smIe/7BdF//t2cn///////79 - /f/+/v3///7+//79/f//////1KiD/6hVDf+sXxz/q10Z/6tdGf+rXRn/q10Y/6lZE//o0Lz///////79 - /f////////////////////////////////////////////////////////////////////////7+//7+ - /f/////////////////////////////////+/v3//////86TYv+xWxP/tmUi/7RjH/+0Yx//tGMf/7Bd - F//s2cj///////79/f////////7+///////27ub/tGoq/6tbFf+tXxv/rF0Z/6xdGf+sYBz/plQM/8aO - Xv////////7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7+/v/+/fz//////86UY/+yXRX/t2ck/7Zk - If+1ZSH/tGQh/7JfGf/s2Mf///////38+//+/v7//v38///////Xror/qVYN/69iH/+tXxv/rV8c/61f - G/+rXhr/rV8b/+7dzv///////v79//////////////////////////////////////////////////// - //////////////////////////////////////////////7+/v/+/v7////////////+/v3//////9GW - Zf+zXRX/t2ck/7ZlIf+2ZCH/tWUh/7JfGf/v28r///////79/f///v7///////jw6v+4bzH/rVwX/69h - Hf+uXxv/rV8b/65hHv+nVAz/zJpu///////+/f3///////////////////////////////////////// - ///////////////////////////////////////////////////+/v7//////////////////v7+//Tz - 8//l4+L/1dbY/8CFVP+3YBn/uGck/7dlIf+2ZSH/tmUh/7RhG//CrJv/1dXY/+Xj4v/18/L//////9u0 - k/+sWBD/sGMg/69gHP+vYBz/rmAc/6xdGP+xZSP/8uXa///////+/v3///////////////////////// - /////////////////////////////////////////////////////////v7+//////////////////Lx - 8P/Y1dX/v7u6/62op/+im5r/nJqd/7F0RP+6ZBz/uGck/7hmIv+2ZSH/tmUi/7ZjHf+bgXL/kY2Q/5aN - jP+hm53/urGu/7pzNv+vXRj/sGIe/69gHf+vYBz/sGIf/6lVDf/SpX7///////79/f////////////// - ///////////////////////////////////////////////////////////////////+/v7///////// - ///s6ur/ycbF/7Crq/+ln57/o52d/6Senf+knpz/oqCk/7R3R/+7ZBz/uGck/7hmIv+4ZiL/tmUi/7dk - Hf+cg3P/kI2Q/5KIhv+LiY//mnRW/7NeFP+xYyD/sGEd/7BhHf+wYh7/rFwX/7VrLP/27eX////////+ - /v////////////////////////////////////////////////////////////////////////////7+ - /v//////8/Pz/83Kyf+wrKv/qaSj/6ulpP+rpaX/qaSj/6ijov+noZ//oZ+i/7N2Rf+8ZB3/uWgl/7ln - I/+4ZiL/t2Yj/7djHf+xmIf/q6iq/6agoP+gl5X/sGkt/7RiHP+xYh//sWIe/7FhHf+xYyH/rloS/921 - k////////v38//////////////////////////////////////////////////////////////////// - ///////////////////j4uH/ura1/66pqP+wq6r/sKuq/66pp/+sp6b/q6Wl/6ahoP+inJr/q6qt/7p/ - Tv+7ZBz/umkm/7lnI/+5ZyP/uGcj/7ZhG//s2cj///////v////Ponz/sVwV/7RlIv+zYx//smIf/7Jk - If+wXRb/q2Mm/+DZ1v///////v39//////////////////////////////////////////////////// - /////////////////////////v7+/9nX1v+1sa//s6+t/7Swrv+yraz/sKuq/6+qqf+sp6b/qKKh/7Sv - rv/Szs3/8vT3/9GWZf+3YBj/vGon/7poJP+5ZyP/uWck/7djHv/XpX3/5MSo/9inf/+4ZyP/tGMf/7Rk - IP+0YyD/smId/65aE/+4aib/m31o/4+Ljv/Y1dT///////7+/v////////////////////////////// - ////////////////////////////////////////2NXU/7axsP+4tLL/t7Ox/7Wwr/+zr63/sq6s/66p - qP+wq6r/0c/O//b19f////7//////9KWZv+4YRn/vWoo/7toJP+6ZyT/uWcj/7lnI/+3Yh3/tmEa/7Rf - Gf+1ZCD/tmUh/7VkIf+zYh7/uGop/9Ohd//16uH/4OLm/5uTkv+IgYH/1dLS///////+/v7///////// - /////////////////////////////////////////v7+///////e3dv/ubaz/7u3tv+6trT/t7Oy/7ay - sP+2sa//sKyq/7m1tP/p5+f//////////v/+/f3//////9OXZv+4YRn/vWso/7xoJf+7aCT/umgk/7ln - I/+5ZyT/uGck/7hnJP+3ZiL/tmUh/7ZlIf+0Yx//t2gn/8qOXf/gvZ///fbv//X2+P+knZ3/ioKD/+He - 3v///////v7+///////////////////////////////////////+/v7//////+3s7P++u7n/vbq4/7y5 - t/+7t7X/ubWz/7i0sv+0sK7/vbq4//Hw7////////v7+//7+/v/+/v3//////9OXZ/+5YRr/vWso/7xp - Jf+8aCX/u2gk/7poJP+6aCT/uWck/7hnI/+4ZiP/t2Yi/7ZlIf+1ZSH/tGMf/7FdFv+wWxP/wHxD//Ph - 0f/09vf/l5CQ/5iRkv/08/P///////7+/v///////////////////////////////////////Pz8/83L - yf++urj/wLy6/726uP+8uLb/u7e1/7i0s/+6tbT/7ezs///////+/v7////////////+/v3//////9SX - Z/+6Yhr/vmwp/71pJv+8aSX/u2kl/7toJP+6ZyP/uWYi/7hmIv+4ZSL/t2Uh/7dmI/+2ZSH/tmUh/7Vl - Iv+1ZiP/sFwU/7luL//46+D/2tnb/4N6ev+8uLj///////7+/v////////////////////////////// - ////////6efm/8C9u//Cv73/wL27/7+7uf+9urj/vLm3/7ezsf/b2Nf///////7+/v////////////// - ///+/v3//////9SYZ/+7Yhv/v2wp/71qJv+8aSb/vGkl/7xoJf+7aSb/u2km/7poJf+5aCX/umck/7Zh - G/+2ZSH/tmUh/7VkIf+1ZCD/tWcl/65YEP/Mk2P//f7//6Gbm/+Ohob/7evr///////+/v7///////// - ////////////////////////1dLR/8G+u//DwL7/wb68/8C8uv+/u7n/u7i2/8G9u//29vX///////// - /v/////////////////+/v3//////9WYZ/+7Yxv/v2wq/75qJv+9aib/vWon/7tlIP/hu5z/8eDS/+7Z - yP/u2sn/79vL/9mqhP+4ZSH/t2Ui/7ZlIf+1ZCH/tWQh/7RjIP+0YyD/+Onc/8fGyP+BeHj/yMTE//// - ///+/v7////////////////////////////39vb/ysjG/8TBvv/Dwb//wr+9/8C+vP/Bvbv/ure1/9HO - zf/////////////////////////////////+/v3//////9WYaP+8Yxv/wG0q/79qJ/++aib/vWsn/7xk - Hv/u18T///////79/f/////////////////MjVv/tF4Y/7dnJP+2ZSH/tWQh/7VmI/+wWhP/6Mit/97g - 5P+HfX3/qaOk///////////////////////////////////////u7ez/x8TC/8bDwP/Fwr//w8C+/8K/ - vf/Bvrz/u7e1/9rY1////////v7+/////////////////////////v3//////9WZaP+9Yxz/wG0q/79r - J/++ayf/vmsn/7xlH//s07////////37+f/+/fv//fv5///////Wo3r/s1wU/7hoJf+3ZSH/tmUh/7Zm - JP+vWhH/4LaT/+jr7/+LgoH/m5SU//X09P///////v7+///////////////////////o5+b/xsPA/8fE - wv/Gw8D/xMG//8PAvv/Cv73/vbm3/9za2f///////v7+///////////////////////+/v3//////9aY - aP+9ZBz/wW0r/79rJ/+/ayf/vmso/71lH//u18T///////79/f///v7///////z49f/IhE3/tmEa/7lo - Jf+4ZiL/t2Ui/7dnJP+wWhL/4LSQ/+jr8P+NhIT/lI2O/+zq6v///////v7+//////////////////// - ///n5uX/xsPB/8nGw//HxMH/xsPA/8TBv//EwL//vru4/9fU0////////v7+//////////////////// - ///+/v3//////9aZaf++ZBz/wW4r/8BsKP+/ayj/v2so/75oJP/WnXH/4LWT/96wjP/dsIz/3rKO/82N - Wv+5ZR//umgk/7lnI/+4ZiP/uGYi/7hnJP+xWxP/5cKk/+Lk6P+OhYX/lI2N/+vp6f///////v7+//// - ///////////////////s6+r/ycbE/8nGxP/IxcP/x8TB/8XCwP/Fwr//wb68/8rHxf/6+vr///////// - /////////////////////v3//////9aaaf++ZB3/wm4r/8BsKP/AbCj/v2sn/79rJ/+9ZiD/vGQc/7xk - HP+7Yxz/umIb/7ljHf+7aCT/umgk/7lnI/+5ZyP/uGYj/7hnI/+1Yhz/9eLR/8/P0v+Mg4P/mpOT/+/u - 7v///////v7+///////////////////////z8/L/zcrI/8nHxP/JxsT/yMXC/8fEwf/Fw8D/xcK//8G9 - u//m5eT///////7+/v///////////////////v3//////9eZaf+/ZR3/wm8s/8FsKf/AbCj/wGwo/79r - J/+/bCj/v2wp/75rKP++ayj/vWso/71qJ/+8aSX/u2gk/7poJP+5ZyP/umon/7ReFv/Jh1L//v39/7Gs - rP+NhYX/pZ+f//v6+v/////////////////////////////////8/Pz/1NLQ/8nHxP/KyMX/ycbE/8jF - wv/HxMH/xsPA/8O/vf/Kx8X/+Pf3///////+/v7//////////////v3//////9eaav+/Zh7/w3At/8Ju - Kv/BbSr/wW0p/8BtKf/AbCn/v2wp/79sKf++ayj/vmsn/71qJ/+8aib/vGom/7tqJv+7aif/t2Eb/7pp - Jv/z387/5+jr/5iQkP+QiYn/urW1///////+/v7/////////////////////////////////4+Lg/8nH - xP/Mycf/ysfF/8nGw//IxcL/xsPB/8bDwP/Cvrv/1NHP//v7+////////v7+/////////v3//////9aY - Zv+9YRj/wWsn/8BpJP/AaST/v2gj/79oI/++aCP/vmci/71nIv+9ZyL/vGYh/7tmIf+7ZiD/umUf/7li - HP+5Yhv/xXtA/+3Uwf/9/v//sKqq/5WOjv+UjY3/3Nra///////+/v7///////////////////////// - ////////9vb1/8/Nyv/Lycb/y8nG/8nHxP/JxsP/yMTC/8bDwf/Gw8D/wr68/9PQzv/49/f///////7+ - /v/+/f3//////9ynfP/Lezz/zoNI/82CRf/NgkX/zIJF/8yBRf/MgEX/y4FF/8uARP/Kf0T/yn9E/8l/ - Q//Jf0L/yIBF/8+SYP/guZn/+vHq//7////Au7v/mJGR/5aQkP+spqb//Pv7//////////////////// - //////////////////////7//////+Tj4f/Kx8T/zMrH/8vIxv/Jx8T/ycbD/8fEwv/Gw8H/xsPA/8G+ - u//LyMb/6+ro//7+/v////////////v18P/68er/+/Ls//ry6//68uz/+vLs//ry7P/78uz/+vLs//ry - 7P/68uz/+vLr//rx6//58er/+vPt//78+///////9PT1/7y3tv+ak5P/nZeX/5mSkv/f3d3///////7+ - /v////////////////////////////////////////////z8/P/Y1tT/ysjF/8zKyP/LyMb/ycfE/8nG - w//HxML/xsPB/8bDwP/Cvrz/wr68/9TS0P/t7Ov//Pz8//////////////////////////////////// - //////////////////////////////////////////////X19f/V0tD/rKal/5yWlf+hm5v/l5GQ/8TA - wP///////v7+///////////////////////////////////////////////////////39vX/09HO/8vI - xf/Mysf/ysjF/8nHxP/JxsP/x8TC/8bDwP/FwsD/xMC+/7+8uv/Bvrz/zMrI/93a2f/s6+r/9vX0//38 - +////////////////////////////////////v7/+fj3/+/u7f/g3t3/ycXE/7Grq/+inJv/opyb/6Sf - n/+blJT/uLS0//v7+v/////////////////////////////////////////////////////////////+ - /v//////9fX0/9TSz//KyMX/zMrH/8vIxv/Jx8T/yMXD/8fEwv/Gw8D/xcK//8TAv//Cv73/vru5/725 - t/+9urj/xMG//8rHxf/Rzcz/09HP/9XT0v/V0tH/0M3N/83Jyf/FwcD/u7e2/7GtrP+po6L/pqCf/6ag - n/+ooqL/pqGg/56Yl/+7trb/+Pf3///////+/v7///////////////////////////////////////// - /////////////////////v7///////j49//Z2NX/ysjE/8vIxv/LyMb/ycfE/8jFw//HxML/xsPA/8XB - v//DwL7/wr+9/8G+vP+/vLr/vLi3/7m2s/+3s7H/trKw/7Wxr/+zr63/sayr/6+qqf+uqaf/rain/62o - p/+tqKf/raem/6umpf+moJ//pJ6d/8jFxP/7+vr///////7+/v////////////////////////////// - ///////////////////////////////////////////+///////8/Pz/5uXj/8/Nyv/JxsP/ysfF/8rH - xP/JxsP/x8TC/8bDwP/Fwb//w8C+/8G/vf/Avbv/v7y6/767uf+9ubf/u7i2/7q2tP+4tbP/t7Ox/7ay - sP+0sK7/sq6s/7Gsq/+vqqn/q6al/6ehoP+0rq7/393d/////////////v7+//////////////////// - //////////////////////////////////////////////////////////////////////////////b1 - 9P/e3dr/zcvJ/8jFwv/HxML/yMXD/8fEwv/Gw8H/xcK//8PAvv/Cv73/wL27/7+8uv+9urj/vLm3/7u3 - tf+6trT/uLSy/7ezsf+1sa//sq6s/66pqP+sp6b/trGv/9PQ0P/39vb///////7+/v////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////9fX0/+Li4P/S0M7/ycbD/8XCv//Ewb7/w8C+/8PAvf/Cvrz/wb68/8C8 - u/++u7n/vLm3/7u3tf+5tbP/trKw/7Ovrf+yrqz/trGw/8TAv//c2dj/9vX1/////////////v7+//// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////8/Pz/8vHw/+Xj4v/a2Nb/0c/N/8rH - xf/IxcP/xcK//8K/vf/Bvrz/wr68/8G+vP/DwL7/ycbE/9PQz//g3t7/8fDw//39/f////////////7+ - /v/+/v7///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////7+///+/v////////////// - /////////f39//j49//z8/L/7+7t/+zr6v/s6+r/7+7u//Pz8//4+Pj//f39//////////////////// - ///+/v7//v7+//////////////////////////////////////////////////////////////////// - //////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAkAAAACABAAABACAAAAAAAABE - AQATCwAAEwsAAAAAAAAAAAAA//////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////9+/r/+rXzP/evar/3r2q/969qv/ixbX/79/X//// - //////////////////////////////////////////////////////////////////////////////fv - 6//v39f/79/X/+/f1/////////////////////////////////////////////v39f/q18z/3r2q/969 - qv/evar/6tfM//Pn4f////////////////////////////////////////////////////////////// - ///////////////////////////////////79/X/79/X/+/f1//v39f/+/f1//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - /////////////+/f1/+5ZyP/uWcj/////////////////////////////////////////////////969 - qv/DgFH/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/750PP/evar/+/f1//////////////////// - ///////////////////////////////////79/X/zJZz/7lnI/+5ZyP/uWcj/7lnI/////////////// - ///////////////////79/X/1aqQ/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI//DgFH/3r2q//v3 - 9f///////////8yWc/+5ZyP/3r2q/////////////////////////////////////////////////9m0 - nf+5ZyP/uWcj/7lnI/+5ZyP/79/X//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// - /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// - ///////////////////////////////////79/X/x4tj/7lnI/+5ZyP/uWcj/7lnI//MlnP/zJZz/8yW - c//Hi2P/uWcj/7lnI/+5ZyP/vnQ8//Pn4f////////////////////////////////////////////// - ///MlnP/uWcj/7lnI/+5ZyP/uWcj/7lnI/////////////////////////////fv6//DgFH/uWcj/7ln - I/+5ZyP/vnQ8/8yWc//MlnP/x4tj/7lnI/+5ZyP/uWcj/750PP/q18z//////8yWc/+5ZyP/3r2q//// - ////////////////////////////////////////3r2q/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/79/X//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////v3 - 9f/Hi2P/uWcj/7lnI//VqpD/8+fh////////////////////////////+/f1/+bOwf/DgFH/uWcj/750 - PP/z5+H///////////////////////////////////////fv6/+5ZyP/uWcj/8eLY//37+v///////// - /////////////////////////////8eLY/+5ZyP/uWcj/9WqkP/z5+H///////////////////////v3 - 9f/mzsH/w4BR/7lnI/+5ZyP/1aqQ/8eLY/+5ZyP/3r2q//////////////////////////////////// - ////////w4BR/7lnI/++dDz/79/X//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 - qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f - 1/+5ZyP/uWcj/////////////////////////////////969qv+5ZyP/uWcj/+bOwf////////////// - ///////////////////////////////////79/X/zJZz/7lnI//MlnP///////////////////////// - /////////////+rXzP+5ZyP/uWcj//fv6///////////////////////////////////////6tfM/7ln - I/+5ZyP/5s7B/////////////////////////////////////////////////+LFtf++dDz/uWcj/7ln - I/+5ZyP/3r2q///////////////////////////////////////79/X/uWcj/7lnI//mzsH///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// - /////////////8OAUf+5ZyP/3r2q//////////////////////////////////////////////////// - ////////9+/r/7lnI/+5ZyP/8+fh/////////////////////////////////969qv+5ZyP/w4BR//// - ////////////////////////////////////////1aqQ/7lnI//Hi2P///////////////////////// - ///////////////////////////////////z5+H/vnQ8/7lnI/+5ZyP/3r2q//////////////////// - ///////////////////v39f/uWcj/7lnI//37+v///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - /////////////+/f1/+5ZyP/uWcj////////////////////////////9+/r/7lnI/+5ZyP/9+/r//// - /////////////////////////////////////////////////////////////8yWc/+5ZyP/4sW1//// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - ////////zJZz/7lnI//evar///////////////////////////////////////////////////////// - ////////+/f1/8OAUf+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln - I/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// - /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// - ////////////////////////+/f1/+/f1//v39f///////////////////////////////////////// - /////////////////////////////8yWc/+5ZyP/3r2q/////////////////////////////////969 - qv+5ZyP/zJZz////////////////////////////////////////////zJZz/7lnI//evar///////// - /////////////////////////////////////////////////////////////8yWc/+5ZyP/3r2q//// - ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+/f1/7ln - I/+5ZyP/4sW1/////////////////////////////////969qv+5ZyP/zJZz//////////////////// - ////////////////////////2bSd/7lnI//RoIL///////////////////////////////////////// - /////////////////////////////8yWc/+5ZyP/3r2q//////////////////////////////////// - ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 - qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f - 1/+5ZyP/uWcj//////////////////////////////////////////////////////////////////// - ///////////////////////////////////79/X/x4tj/7lnI/+5ZyP/9+/r//////////////////// - /////////////969qv+5ZyP/zJZz////////////////////////////////////////////79/X/7ln - I/+5ZyP/8+fh/////////////////////////////////////////////////////////////////8yW - c/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7lnI/////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// - ////////////////////////////////////////////////////////////////////////9+/r/9m0 - nf++dDz/uWcj/7lnI//ZtJ3//////////////////////////////////////969qv+5ZyP/zJZz//// - /////////////////////////////////////////////8yWc/+5ZyP/x4tj//Pn4f////////////// - /////////////////////////////////////////////8yWc/+5ZyP/3r2q//////////////////// - ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - /////////////+/f1/+5ZyP/uWcj//////////////////////////////////////////////////// - ////////////////////////79/X/9m0nf/Hi2P/uWcj/7lnI/+5ZyP/uWcj/9WqkP////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - //////////////v39f++dDz/uWcj/750PP/evar/9+/r//////////////////////////////////// - /////////////8yWc/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln - I/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// - /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// - ///////////////////////////////////////////////////37+v/4sW1/8yWc/+5ZyP/uWcj/7ln - I/+5ZyP/uWcj/7lnI//RoIL/79/X/////////////////////////////////////////////////969 - qv+5ZyP/zJZz///////////////////////////////////////////////////////79/X/zJZz/7ln - I/+5ZyP/uWcj/8eLY//ZtJ3/3r2q/+rXzP/v39f/79/X/+/f1//v39f/79/X/8eLY/+5ZyP/3r2q//// - ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////// - ////////9+/r/9Gggv+5ZyP/uWcj/7lnI/+5ZyP/uWcj/750PP/RoIL/5s7B//v39f////////////// - /////////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - /////////////////////////////////////////////+bOwf/MlnP/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/3r2q//////////////////////////////////// - ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 - qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f - 1/+5ZyP/uWcj///////////////////////////////////////mzsH/vnQ8/7lnI/+5ZyP/uWcj/8eL - Y//ixbX/8+fh//////////////////////////////////////////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - ////////////////////////9+/r/+bOwf/ZtJ3/zJZz/8yWc/++dDz/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7lnI/////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// - //////////////fv6/++dDz/uWcj/7lnI//VqpD/9+/r//////////////////////////////////// - /////////////////////////////////////////////////////////////969qv+5ZyP/zJZz//// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////8yWc/+5ZyP/3r2q//////////////////// - ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - /////////////+/f1/+5ZyP/uWcj/////////////////////////////////969qv+5ZyP/uWcj/+/f - 1/////////////////////////////////////////////////////////////////////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////8yWc/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln - I/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/x4tj//// - /////////////////////////////////////////////////////////////+rXzP+5ZyP/uWcj//// - /////////////////////////////8yWc/+5ZyP/1aqQ//////////////////////////////////// - /////////////////////////////////////////////////////////////////////////////969 - qv+5ZyP/zJZz//////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////750PP+5ZyP/4sW1//// - ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - /////////////////////////////969qv+5ZyP/uWcj/9WqkP////////////////////////////// - /////////////////////////////969qv+5ZyP/zJZz/////////////////////////////////8yW - c/+5ZyP/3r2q////////////////////////////////////////////////////////////5s7B/969 - qv/mzsH//////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - /////////////////////////////750PP+5ZyP/5s7B//////////////////////////////////// - ////////////////////////+/f1/7lnI/+5ZyP/79/X//////////////////////////////////// - ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 - qv+5ZyP/uWcj/7lnI//VqpD/+/f1/////////////////////////////////////////////////8OA - Uf+5ZyP/2bSd/////////////////////////////////9WqkP+5ZyP/zJZz//////////////////// - ///////////////////////////////////79/X/vnQ8/7lnI//VqpD///////////////////////// - /////////////969qv+5ZyP/zJZz/////////////////////////////////////////////////9Gg - gv+5ZyP/zJZz////////////////////////////////////////////////////////////3r2q/7ln - I/++dDz////////////////////////////////////////////v39f/uWcj/7lnI/////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv///////////////////////////////////////////969qv+5ZyP/w4BR/750PP+5ZyP/x4tj//Pn - 4f//////////////////////////////////////4sW1/7lnI/+5ZyP/79/X//////////////////// - /////////////+bOwf+5ZyP/uWcj/+bOwf////////////////////////////////////////////// - ///VqpD/uWcj/7lnI//q18z//////////////////////////////////////969qv+5ZyP/zJZz//// - /////////////////////////////////////////////+bOwf+5ZyP/uWcj/969qv////////////// - ///////////////////////////////////z5+H/vnQ8/7lnI//ZtJ3///////////////////////// - ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - /////////////969qv+5ZyP/zJZz//Pn4f++dDz/uWcj/7lnI//VqpD/6tfM/////////////////+/f - 1//RoIL/uWcj/7lnI//MlnP////////////////////////////////////////////MlnP/uWcj/7ln - I//MlnP/5s7B//Pn4f/////////////////z5+H/5s7B/8yWc/+5ZyP/uWcj/8eLY/////////////// - /////////////+/f1//evar/3r2q/8yWc/+5ZyP/w4BR/969qv/evar/3r2q/+/f1/////////////// - ///////////////////MlnP/uWcj/7lnI//MlnP/5s7B//Pn4f/////////////////79/X/79/X/9Wq - kP+5ZyP/uWcj/8OAUf/79/X////////////////////////////37+v/3r2q/969qv/VqpD/uWcj/7ln - I//evar/3r2q/969qv/mzsH///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// - ///37+v/zJZz/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/8eLY//79/X///////// - ///////////////////////////////////79/X/zJZz/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/uWcj/7lnI/+5ZyP/x4tj//v39f///////////////////////////969qv+5ZyP/uWcj/7ln - I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/969qv/////////////////////////////////79/X/0aCC/7ln - I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/x4tj//Pn4f////////////// - ///////////////////v39f/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI//MlnP///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - /////////////////////////////+bOwf/MlnP/2bSd/////////////////+bOwf/MlnP/uWcj/7ln - I/+5ZyP/uWcj/7lnI/++dDz/3r2q//v39f////////////////////////////////////////////// - /////////////+/f1//RoIL/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/9Gggv/mzsH///////// - /////////////////////////////+bOwf/MlnP/zJZz/8OAUf+5ZyP/vnQ8/8yWc//MlnP/zJZz/+bO - wf///////////////////////////////////////////+/f1//RoIL/vnQ8/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/uWcj/8eLY//mzsH////////////////////////////////////////////z5+H/zJZz/8yW - c//Hi2P/uWcj/7lnI//MlnP/zJZz/8yWc//ZtJ3///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv////////////////////////////////////////////// - /////////////////////////////////////////////+/f1//v39f/79/X//fv6/////////////// - //////////////////////////////////////////////////////////////////////////////Pn - 4f/v39f/79/X/+/f1//37+v///////////////////////////////////////////////////////// - /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// - //////////////////////////////v39f/v39f/79/X/+/f1//v39f///////////////////////// - ///////////////////////////////////////////////////v39f/uWcj/7lnI/////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////969qv+5ZyP/zJZz//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////v39f/uWcj/7ln - I/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////////969 - qv+5ZyP/zJZz//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////MlnP/uWcj/969qv////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////+bOwf/MlnP/2bSd//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////z5+H/zJZz/8yWc/////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 - qv////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///MlnP/uWcj/969qv////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////+fDp/+jJsP/jwaX/5MKm/+TCp//jw6f/48On/+PC - p//jwqf/48Km/+LBpv/iwab/4cGm/+HBpv/gwab/4MCl/+DApf/gwKX/4MCl/+DApf/fvaH/7drK//78 - +/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////jv6f/nz7r/3r+k/92+o//ev6T/3r+k/96/pP/ev6T/3r+k/92/ - pP/ev6T/3r+k/96/pP/ev6T/3r+k/96+o//evqP/3r6j/96+o//evqP/3r6j/96+o//dvKD/4cOp/+7e - z//+/Pv///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7+ - /v//////79nH/8N2N/+4Yhv/uGQe/7llH/+4ZSD/t2Uf/7dlH/+3ZB//tmMe/7RjHv+0Yh3/s2Id/7Ji - Hf+yYh3/sWEd/7FhHf+xYRz/sWEc/7FgHP+uWRH/0qN6//z49v////////////////////////////// - /////////////////////////////////////////////////////////////////////////////+XJ - s/+9eD7/rF0Y/6tbF/+rXRj/q10Y/6tdGP+rXRj/q10Y/6tdGP+qXRj/ql0Y/6pdGP+qXRj/ql0Y/6pc - F/+qXBf/qlwX/6pcF/+qXBf/qlwX/6pcGP+oVQ3/unU4/+DCpv/9+vj///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7+/v//////7dfF/8ByMP+zWxL/sl0W/7Ne - F/+zXhf/sl4X/7FeF/+xXhf/sV0W/7FcFv+wXBX/sFwV/7BcFf+wXBX/r1wV/69cFf+vWxT/r1sU/69a - FP+sUwn/0aB1//359v////////////////////////////////////////////////////////////// - ////////////////////////////////////////+PPu/9Omfv+vWxX/qVcP/6lYEf+oWBH/qFcQ/6hX - EP+oVxD/qFcQ/6hXEP+nVxD/p1cQ/6dXEP+nVxD/p1cQ/6dXEP+nVg//p1YP/6dWD/+nVg//plYP/6ZW - D/+nVA3/yJFh//br4v/+/v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7+/v//////7tnI/8J4Ov+1Yx3/tGMg/7VkIP+1ZCD/tWQg/7RkIP+0ZCD/tGMg/7Rk - IP+zYyD/tGMf/7NjH/+0Yx//s2Mf/7NjH/+yYx//smIe/7JhHv+vWhL/0qN6//z59v////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////5s24/8CASP+sWhP/rV8a/61fG/+tXxv/rF8b/6xfG/+sXhr/rF4a/6xeGv+sXhr/rF4a/6xe - Gv+rXhr/q14a/6teGv+rXhr/q14a/6tdGf+rXRn/qlwY/6pZE/+6eT//4sau//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7+/v//////7tnI/8N4 - Ov+2Yx3/tmMg/7VkIP+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/tGMf/7NjH/+0Yx//tGMf/7Rj - H/+yYx//smIe/7JhHv+vWhL/0qJ6//z59v////////////////////////////////////////////// - ///////////////////////////////////////////////////7+PX/0qN7/7JiHv+tXhn/rV8a/61f - G/+tXxv/rF8b/6xfG/+sXhr/rF4a/6xeGv+sXhr/rF4a/6xeGv+rXhr/q14a/6teGv+rXhr/q14a/6td - Gf+rXRj/q1wY/65dGP/Ronv/9u7n//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7+/v//////7tnI/8N4Of+2Yxz/tmQg/7VlIf+1ZSH/tWQh/7Zk - IP+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RjH/+zYx//tGMf/7RjH/+zYx//smMf/7JhHv+vWhL/0qJ6//z5 - 9v////////////////////////////////////////////////////////////////////////////// - ///////////////////r18b/wYNM/6xYEP+tXxv/rV8b/61fG/+tXxv/rV8b/61fG/+sXxv/rF4a/6xe - Gv+sXhr/rF4a/6xeGv+sXhr/q14a/6teGv+rXhr/q14a/6teGv+qWxb/q1sW/717Qv/nzbj///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7+ - /v//////7tnI/8N4Ov+2Yx3/tWQg/7ZlIf+2ZSH/tmUh/7ZkIf+2ZCD/tWQg/7RkIP+0ZCD/tGQg/7Rj - IP+0Yx//s2Mf/7NjH/+0Yx//tGMf/7NiH/+vWxP/0qJ6//z49f////////////////////////////// - //////////////////////////////////////////////////////////////v38//Tpn//s2gn/6xb - Ff+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xeGv+sXhr/rF4a/6xeGv+sXhr/rF4a/6te - Gv+rXhr/q14a/6teGv+pWhX/r2Ed/9auif/58u3///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////79nI/8R5Ov+2Yx3/tWQg/7Zl - If+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+1ZCD/tGQg/7RkIP+0ZCD/tGMf/7RjH/+0Yx//tGMf/7Ri - H/+wWxP/0qJ5//v49P////////////////////////////////////////////////////////////// - /////////////////////////v79/+7dzv/Af0j/rVsU/61fG/+uYBz/rl8b/61fG/+tXxv/rV8b/61f - G/+tXxv/rV8b/6xfG/+sXhv/rF4a/6xeGv+sXhr/rF4a/6xeGv+rXhr/q14a/6pbFv+sXhn/v39I/+vX - xf////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////79nI/8R5Ov+2Yx3/tmQg/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7Zk - IP+1ZCD/tWQg/7RkIP+0ZCD/tGMf/7RjH/+0Yx//tGMf/7RiH/+xWxP/06J5//v49P////////////// - ////////////////////////////////////////////////////////////////////////+vTv/9ev - i/+1aSn/rFoT/65gHP+vYBz/r18b/61fG/+tXxv/rV8b/61fG/+tXxv/rV8b/6xfG/+sXhv/rF4a/6xe - Gv+sXhr/rF4a/6xeGv+rXhr/q14a/6lYEf+yZiX/2bOS//nz7f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////79nI/8R5 - Ov+3ZB7/t2Qh/7ZlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tmQg/7RkIP+0ZCD/tGQg/7Rk - IP+0Yx//s2Mf/7NiH/+xWxP/06J5//z49P////////////////////////////////////////////// - /////////////////////////////////////v7/7tzM/8KBSv+wXxz/rV4a/65gHP+vYBz/r2Ac/65f - G/+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF4b/6xeG/+sXhr/rF4a/6xeGv+sXhr/q1sX/6xc - Fv/Bgkv/7+DT//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////79nI/8R5Ov+3ZB7/tmUh/7dlIv+3ZSL/tmQh/7Zl - If+2ZSH/tmUh/7ZlIf+1ZCH/tWQg/7VkIP+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RiH/+wWhP/0qF5//v3 - 9P////////////////////////////////////////////////////////////////////////////// - ///58+7/2rWW/7ZpJ/+uXBb/r2Ac/65gHP+uYBz/rmAc/65gHP+uXxv/rl8b/65fG/+tXxv/rV8b/61f - G/+tXxv/rV8b/61fG/+sXxv/rF4a/6xeGv+sXRr/qlcR/7ZuL//atJT/+/Xy//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////79nI/8V5Ov+3ZB7/tmUh/7dmIv+4ZiL/t2Ui/7ZkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Zk - IP+2ZCD/tWQg/7VkIP+0ZCD/tGQg/7RjIP+wWxP/0qF4//v28/////////////////////////////// - ///////////////////////////////////////////////////u2sr/xYhT/7BgG/+uXhj/r2Ac/69g - HP+vYBz/rmAc/65gHP+vYBz/r18c/69fHP+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xe - Gv+rXBn/rVsW/8aLWP/x5Nj///7+//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/v7/////////////////////////////////897N/8Z6O/+3ZB7/t2Uh/7dm - Iv+4ZiL/uGUi/7dkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7ZkIP+2ZCD/tmQg/7VkIP+0ZCD/tGQg/7Rj - IP+wWxP/1aR6///8+P////////////////////////////////////////////////////////////// - //////////////v39P/duJj/tmkn/65eGv+uYBz/r2Ac/69gHP+vYBz/rmAc/65gHP+vYBz/r18c/69f - HP+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xfG/+qWBL/uHAz/9y4mf/8+/n///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///9/f3/+vn5//f29v/29/f/6NPC/8R4Of+4ZB7/uGUh/7dmIv+3ZiL/t2Yi/7hlIv+3ZSH/tmUh/7Zl - If+2ZSH/tmUh/7VkIf+1ZCD/tWQg/7VkIP+1ZCD/tGQg/7RjIP+xXBT/zp1y//Dr5//19PT/9vb2//n4 - +P/8/Pz//////////////////////////////////////////////////////+7bzP/Jj1//smAb/69e - Gv+vYR3/r2Ac/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69gHP+vXxz/rl8b/61fG/+tXxv/rV8b/61f - G/+tXxv/rV8b/61eGv+uXBb/ypRm//Lm3P/+//////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////7+//7+/v/+/v7/+fn5//Hw8P/n5ub/3tvb/9XR0P/NztH/xq+d/71y - Mv+5ZSD/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk - If+2ZCD/tWQg/7RkIP+0Xxb/t4Zd/764tv/GwcH/zcnJ/9nV1f/j4OD/7ezs//b29v/9/f3//v7+//7+ - /v////////////////////////39/922lf+5bCz/sWAb/7BgHP+wYR3/r2Ed/69hHf+vYBz/r2Ac/69g - HP+vYBz/rmAc/65gHP+vYBz/rmAc/65fG/+tXxv/rV8b/61fG/+tXxv/rF4Z/65dGP+6dTj/376i//79 - /f////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////+/v7///////////////////////79/v/08/P/6Obm/9/d - 3P/X09P/zcnJ/8XAwP+/u7v/urS0/7OsrP+rq7D/rZaD/7ltLP+6ZSD/uGYj/7hmIv+4ZiL/uGYi/7dm - Iv+3ZiL/uGYi/7hlIv+3ZCH/tmQh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+2YBf/qnlR/5+X - l/+inJz/p6Ch/6+oqP+1r6//ubW1/8G9vf/Nycn/19PU/+Lg4P/v7u7/+/v7////////////8uPW/8yT - Y/+xXhf/sGEd/7BhHf+wYR3/sGEd/69hHf+vYR3/r2Ad/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69g - HP+uXxv/rV8b/61fG/+tXxv/rF4Z/69eGf/QnnT/9Ong//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////f39v/v7u7/5+Xl/93b2//Tz8//xsHB/7u2tf+xrKz/qqOj/6Wfn/+mn6D/pJ2d/6Ob - m/+fnqP/po57/7hrKf+6ZSH/uGYj/7hmIv+4ZiL/uWYi/7hmIv+3ZiL/uGYi/7hlIv+4ZSH/tmQh/7Zl - If+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+3YBf/qHVN/5iOjv+Vj5D/lo6P/5ePj/+XkJD/l5CQ/5mS - kv+hmpv/qqSl/7izs//FwcH/0s/P/+Hg4v/n5uf/2LOT/752OP+xXhn/sGEe/7BhHf+wYR3/sGEd/69h - Hf+vYR3/r2Ad/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69gHP+uXxv/rV8b/61fG/+tXhn/rl4Y/7t1 - Of/jyK////7///////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////f39//n5+f/19PT/6efn/9vY1//LyMj/vbm4/7Ov - rv+vqqr/rKem/6ijov+mn5//pJ6e/6KcnP+inJz/oZua/6Gamv+fnqP/p457/7hrKv+6ZSH/uWcj/7hm - I/+4ZiP/uWYi/7lmIv+3ZiL/t2Yi/7hmIv+4ZiL/t2Ui/7ZlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk - IP+3YRf/qXVN/5iOjv+Wj4//lY6O/5SNjf+TjYz/lI2N/5SMjf+VjY7/lo+Q/5qTk/+clpb/n5qa/6yo - q/+9sKn/v4RS/7ZkHP+xYB3/sWEe/7FhHf+wYR3/sGEd/7BhHf+wYR3/sGEd/69gHf+vYBz/r2Ac/69g - HP+vYBz/r2Ac/65gHP+uYBz/rl8b/65fG/+tWxX/smQg/9Gjev/z6N7///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////v7+//79 - /f/4+Pj/6+rq/9zZ2f/Nysn/wLu6/7izsv+wq6v/qqWk/6ahoP+ln5//pZ+e/6Oenf+jnZz/o52d/6Od - nP+inJz/oZub/6Gbm/+fnqT/p418/7hrKv+6ZSD/uWcj/7lnI/+5ZyP/uGYj/7lmIv+5ZiL/uGYi/7dm - Iv+3ZiL/uGYi/7dlIv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7VlIf+3YRf/qXVO/5iOj/+Wj5D/lY6O/5SN - jf+TjYz/lI2N/5OMjP+Ti4v/kouL/5GKiv+Rior/kYyP/5aNjv+nhGr/s2or/7NfFf+xYh7/sWIe/7Fh - Hv+xYR3/sGEd/7BhHf+wYR3/sGEd/7BhHf+vYB3/r2Ac/69gHP+vYBz/r2Ac/65gHP+uYBz/rmAc/61e - Gv+uXRj/vnlA/+jQu//+/f3///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////8/Ly/+Ph4P/U0dD/yMXE/725uf+zraz/q6al/6mj - ov+noaD/pqCg/6agoP+loJ//pZ+f/6Sfnv+kn53/pJ+d/6Senf+jnZ3/opyc/6Kcm/+gn6T/qI59/7hs - K/+6ZSH/uWck/7lnI/+5ZyP/uWcj/7lmI/+4ZiL/uGUh/7hlIf+4ZiL/t2Yi/7hmIv+3ZSL/tmUh/7Zl - If+2ZSH/tmUh/7ZlIf+4Yhf/qnZO/5iPj/+WkJD/lo+P/5WOjv+Vjo7/lY6O/5SNjf+UjIz/k4yM/5KL - i/+Sior/kIuQ/5WDff+nbTr/sWEa/7JhGv+yYh7/sWIe/7FiHv+xYR7/sWEd/7BhHf+wYR3/sGEd/7Bh - Hf+wYR3/r2Ed/69hHf+vYBz/r2Ac/69gHP+uYBz/rmAc/6xaFP+0aCf/1KeC//fu6P////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+/v7//Hw - 8P/m4+P/1NLS/8O/vv+2sK//sKuq/62pqP+qpKP/qKOi/6ijov+noqH/p6Kh/6ehof+moaD/pqCg/6ag - oP+loJ//pKCf/6Sfnf+knZ3/opyd/6Ocm/+hoKT/qI99/7hsK/+6ZSH/uWck/7lnI/+5ZyP/uWcj/7lm - I/+4ZiL/uGUi/7llIv+5ZiL/t2Yi/7hmIv+4ZSL/t2Uh/7ZlIf+2ZSH/tmUh/7ZlIf+4Yhf/qnZN/5iP - j/+WkJD/lo+P/5WOjv+Vjo7/lY6O/5SNjf+UjY3/k4yM/5OMjP+SjY7/kouM/518Z/+uZSP/s2AX/7Ji - Hv+yYh7/sWIe/7FiHv+xYR7/sWEd/7BhHf+wYR3/sGEd/7BhHf+wYR3/r2Ed/69hHf+vYBz/r2Ac/69g - HP+uYBz/rl8b/65cF//BgEn/69fG//38+/////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////z8/P/29fX/5uTk/9LPz//Cvb3/t7Kx/7Gsq/+uqKj/q6al/6um - pf+qpaT/qaSj/6mko/+oo6L/p6Oi/6eiov+noaH/pqGg/6agoP+moKD/paCf/6Sfnv+knp3/o52d/6Oc - nP+hoKX/qI99/7lsK/+7ZiH/umck/7lnI/+5ZyP/uWcj/7lnI/+4ZyP/uGYj/7lmI/+5ZiL/uGYi/7dm - Iv+4ZiL/uGUi/7dlIv+3ZSH/tmUh/7ZlIf+4Yhf/qnZN/5iOj/+Wj5D/lY6P/5WOjv+VjY3/lY6O/5WO - jv+UjY3/lI2N/5OMjf+RjpP/l4d+/6dxRP+zYx3/s2Ea/7JiHv+yYh7/smIe/7JiHv+xYh7/sWIe/7Fi - Hv+xYR3/sGEd/7BhHf+wYR3/sGEd/7BhHf+vYR3/r2Ac/69gHP+vYBz/rVsV/7hrLP/Xqob/+fTu//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+fj4/+fl - 5f/S0c//xMDA/7q1tf+yraz/rqmo/6ynpv+spqb/q6al/6umpf+rpqX/qqWk/6mko/+po6P/qaOj/6ij - ov+noqH/p6Gh/6ahoP+moZ//pqCf/6Wfn/+kn57/pJ6d/6Odnf+hoKb/qZB+/7ltK/+7ZiH/u2ck/7tn - I/+6ZyP/uWcj/7lnI/+5ZyP/uGcj/7hnI/+4ZiP/uGYi/7hmIv+3ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7Zk - If+4YRf/q3dO/5qQkf+XkZH/l5CQ/5aPj/+Wj4//lo+P/5WOjv+Vjo7/lI2N/5SNjv+TjZH/nn5n/69n - Jf+0Yhz/smMe/7JiHv+yYh7/smIe/7JiHv+xYh7/sWIe/7FiHv+xYh7/sWEd/7BhHf+wYR3/sGEd/7Bh - Hf+wYR3/r2Ed/69gHP+vYBz/r1sU/8eIVP/v3Mz///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////v7+//r6ur/29jY/8rFxf+6trX/sq2t/6+qqv+uqaj/rain/62o - p/+sp6b/rKem/6ynpv+rpqb/q6Wl/6qlpP+ppKP/qaOi/6mjov+oo6L/p6Kh/6ehof+moaD/pqGg/6ag - oP+ln5//pJ+e/6Senf+ioab/qZB9/7ltK/+7ZiH/umgk/7pnJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln - I/+4ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/uGUi/7dlIv+4YRb/sX1U/6efnv+kn5//pJ2c/6Gb - m/+emZn/nJaW/5mSkv+Wjo7/k4yM/5KOkf+ah37/qXJH/7NiG/+0Yhz/s2Mf/7NjH/+yYx//smIf/7Ji - Hv+yYh7/sWIe/7FiHv+xYh7/sWIe/7FhHf+wYR3/sGEd/7BhHf+wYR3/sGEd/7BgHP+vXhn/uG4w/9mx - j//8+PX///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////+/v7/9PPz/+Pi - 4f/Py8v/vrq5/7axsP+xrav/r6qp/6+qqf+uqqj/rqmo/66pp/+uqab/raim/62opv+rpqb/q6Wl/6um - pP+ppKP/qaOi/6mjov+ppKP/p6Oh/6ehov+moaH/pqGh/6ahoP+ln5//pJ+e/6Senf+ioab/qZB+/7lt - K/+7ZiH/umgk/7pnJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7lnI/+4ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dm - Iv+3ZiL/uGUi/7hlIv+2Xxb/v4xi/8vEwf/LyMn/y8bG/8jExP/FwcH/wr6+/765uf+5tLT/tLCx/62m - pf+shmn/sWcq/7RiHP+0Yh3/tGMf/7NjH/+yYx//smIf/7JiHv+yYh7/sWIe/7FiHv+xYh7/sWIe/7Fh - Hf+wYR3/sGEd/7BhHf+wYR3/sGEd/7BgHf+zYRv/zJRj/+/dz/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////r6+v/v7u3/19bV/8TAv/+6tbT/tK+u/7Ksq/+wrKr/sKuq/7Cr - qv+vq6n/r6qp/66pqP+uqaf/rqmm/62opv+sp6b/q6al/6umpf+qpaT/qaWj/6mko/+ppKP/qKOi/6ei - ov+noaL/p6Gh/6ahoP+moJ//pZ+e/6Sdnf+hoKX/qI99/7ptK/+8ZyL/umgk/7poJP+6aCT/umgk/7pn - JP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hmIv+4ZiL/t2Yi/7hlIv+0XRb/zptx/+/p - 5f/08vP/8/Pz//Lx8f/x8PD/7+7u/+3s7P/q6ev/5eTk/9C6qv+8gE//tGId/7RiHv+0Yx//s2Mf/7Nj - H/+zYx//s2Mf/7JiH/+yYh7/smIe/7FiHv+xYh7/sWIe/7FiHv+xYR7/sGEd/7BhHf+wYR3/sGAb/69f - GP+0air/17OV//z6+P////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+fn5/+Xk - 5P/Pzcv/vrq5/7axsP+0r67/sq2s/7KtrP+xrKv/sKyq/7Csqv+wq6r/r6qq/6+qqP+uqaj/rain/62o - p/+tqKf/rKem/6umpv+rpqX/q6al/6qlpP+ppKP/qaOi/6ijov+no6H/p6Kh/6agoP+moJ//pqCf/6ii - of+op6z/rZWC/7tuLP+8ZyL/u2gl/7poJP+6aCT/umgk/7toJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+4ZiP/uGYi/7lmIv+5ZiL/t2Yi/7dlIv+0XRb/06F3//r28f////////////////////////////// - ///9/v7/8+rk/9Slf/+6bCz/tGMd/7RkH/+0Yx//s2Mf/7NjH/+zYx//tGMf/7NjH/+yYh//smIe/7Ji - Hv+yYh7/smIe/7FiHv+xYh7/sWEe/7FhHv+xYR3/sF8Y/69eFP+rc0b/yLas//Hy9P////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////z8vL/3tzb/8vHx/+7t7X/tbCv/7Ovrv+zrq3/s6+t/7Ku - rf+yraz/sa2r/7Gtq/+wrKv/sKuq/6+rqf+vqqn/rqmo/66pqP+uqaj/raim/6ynpv+rpqb/q6Wm/6ul - pf+qpaT/qaSj/6mjo/+no6H/p6Kh/6egoP+noKD/raen/7izsv/Gx8z/ybOh/8J1Nf+7ZiH/umck/7to - JP+7aCT/umgk/7toJP+7aCT/umck/7lnJP+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmI/+4ZiL/uGYi/7hl - Iv+1XRb/1KF4//v38//////////////////////////////////69O3/4byd/8R+Q/+1Yh3/tGQf/7Rk - IP+0ZCD/tGMg/7NjH/+zYx//s2Mf/7RjH/+zYx//smIf/7JiH/+yYh7/smIe/7JiHv+xYh7/sWIe/7Fi - Hv+yYBz/sV8Y/6xjJP+fe2T/pp+h/8fDxP/n5eX//v7+//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////fz9//Hx - 8f/a2Nf/xMC//7q2tf+1sa//tLCu/7Swrv+0r67/s6+t/7Kvrf+yraz/sq2r/7Ktq/+wrKv/sKyq/6+r - qf+vqqr/r6qp/6+qqP+uqaj/raim/62npv+rpqb/q6am/6ulpf+rpaX/qaSj/6iiov+noaD/qqWk/7Su - rv++urr/zMjI/9jU1f/o7fD/5M+9/8d6PP+7ZiH/umcj/7toJP+7aCT/umgk/7toJP+7aCT/u2ck/7pn - JP+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmI/+4ZiL/uGYi/7llIv+1XRf/0Jlu//Pm3P/48Or/9/Dp//fv - 6P/37+j/9+3m//Pj1f/iv6L/x4ZQ/7dmIv+0Yh3/tGQg/7RkIP+0ZCD/tGMg/7NjH/+zYx//s2Mf/7Rj - H/+zYx//smIf/7JiH/+yYh7/smIe/7JiHv+xYh7/sWIe/7BgG/+xXRb/rmEg/6NwSf+Ugnr/j4uO/6CZ - mP+/urr/4d/f//r6+v////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////8+/z/7ezs/9fV1P/Dv77/urW0/7ezsP+1sa//tbGv/7Sx - rv+0sK7/tK+u/7Ovrf+yrqz/sq2s/7KtrP+xrKv/sKyr/7Crqv+vqqr/r6qp/6+qqP+uqaj/rain/62n - pv+sp6b/q6el/6qlpP+rpKT/qqWk/6+qqf+2sa//wLy7/9LPz//j4eH/8O7u//X09P/7////7tjH/8h7 - Pf+8ZyH/umck/7toJf+7aCX/u2gk/7toJP+6aCT/u2gk/7toJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+4ZiP/uGYj/7llIv+2YBr/yIhU/+C6mv/iv6P/4b+i/+G/ov/iwKP/4Lud/9enfv/Hg0z/umop/7Vj - H/+1ZB//tWQg/7VkIP+0ZCD/tGQg/7RjIP+0YyD/s2Mf/7NjH/+zYx//s2Mf/7JjH/+yYx//smIe/7Fh - Hf+xYBr/sF4Y/7NjHf+1ayv/qXJF/5V9bv+NhYT/jYaH/5GJif+clpb/tK+v/97b2//6+fn///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////z8 - /P/r6ur/09HQ/8K/vf+5tbT/uLOx/7ezsf+2srD/trKw/7ayr/+1sa//tLCv/7Svrv+zr63/sq6t/7Ku - rf+yraz/sayr/7Csq/+wq6r/r6qp/6+qqf+vqqn/rqmo/62op/+tqKb/q6al/6unpf+vqan/tbGw/8bC - wv/Z1tX/5uXk//Hv7//5+Pj//v39////////////8drJ/8h7Pf+7ZyH/u2gk/7tpJf+7aSX/u2gl/7xo - JP+7aCT/umgk/7poJP+7aCT/umck/7pnI/+5ZyP/uWcj/7lnI/+5ZyP/uGcj/7hmI/+3ZCD/v3M0/8mF - Tf/Kh0//yYdP/8mHT//JiFD/x4VN/8F4PP+4aCb/tmMf/7VjIP+1ZCH/tmQg/7ZkIP+1ZCD/tGQg/7Rk - IP+0ZCD/tGMg/7RjH/+zYx//tGMf/7RjH/+zYh7/smEd/7FhHf+zYx//tmYi/8J9Qv/ImnL/tJyK/5iP - jf+Oh4n/joeH/46Ghv+OiIj/l5GR/7Crq//a19f/+fn5//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////v///////fz8/+vq6v/T0M//wb27/7m1s/+3s7L/uLSy/7e0 - sv+3s7H/t7Kx/7eysf+2srD/tbGv/7Swr/+0r67/s6+t/7Ovrf+yrq3/sq2s/7Gsq/+wrKv/sKuq/7Cr - qv+vqqn/r6qo/66pqP+uqaf/rKem/7Svrv/FwsH/19XU/+bk5P/z8vP//Pz7//7+/v////////////// - ////////8drJ/8h7Pf+7ZyH/u2gk/7xpJf+8aSX/vGkl/7toJf+7aCT/u2gk/7toJP+6aCT/umgk/7tn - JP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/umck/7xpJv+8aib/vGom/7tqJv+7aib/umkm/7hm - Iv+1Yx7/tmQg/7ZlIf+2ZSH/tWUh/7VkIf+2ZCD/tWQg/7RkIP+0ZCD/tGQg/7RjIP+0Yx//s2Mf/7Rj - H/+0Yhv/s2Aa/7dpKP/Cf0j/z5xv/+G9n//n1sf/2dXS/7+7vf+im5z/kYmK/42Fhv+Mhob/jYaG/5WO - jv+vqan/2NbW//b39/////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////v7+//// - ///9/f3/7u3s/9TR0P/Bvbv/ura0/7i0s/+4tLP/uLSy/7e0sv+3s7L/t7Kx/7eysf+2srD/trGv/7Sx - r/+0r67/tK+t/7Svrf+yr63/sq2s/7Ksq/+wrKv/sKyr/7Csq/+vqqn/rqmn/66pp/+zr63/vrq5/8/M - y//j4+L/9fTz//v6+v/+/v7///////////////////////7//v//////8drJ/8h7Pf+7ZyH/u2gk/7xp - Jf+8aSX/vGkl/7toJf+8aCT/vGgk/7xoJP+6aCT/umgk/7tnJP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hn - I/+5ZyP/uGYi/7hkIP+5ZSD/uGUg/7dkIP+3ZCD/t2Ug/7hkIP+2ZCH/tmUh/7ZlIf+2ZSH/tWUh/7Vk - If+2ZCD/tmQg/7VkIP+0ZCD/tGQg/7RjIP+0Yx//s2Ie/7ZpJ//Aej3/yY5c/9Ske//hvqH/7dvL//nx - 6v/7+vj/9/j5/+jm5//Kxsf/q6an/5aPkP+MhYX/jISF/42Ghv+TjY3/rqmp/9jW1v/4+Pj///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7+/v/w7+7/19XS/8O/vv+7t7X/ura0/7m1 - tP+5tbT/ubWz/7i0sv+3s7L/t7Ox/7azsP+2srD/trGw/7Wxr/+0sK7/tK+u/7Svrv+zr63/sq6s/7Kt - rP+xrKv/sayr/7Csq/+vqqn/r6qp/7m0sv/IxcT/3dzb/+/u7v/4+Pj///////////////////////// - //////////////7//v//////8drJ/8l7Pv+7ZyL/u2gk/7xpJf+8aSX/vGkl/7tpJf+8aCX/vGgk/7xo - JP+7aCT/umgk/7poJP+6ZyT/umck/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uGcj/7hmI/+5ZiL/uGYi/7dm - Iv+3ZiL/t2Yi/7hlIv+3ZCH/tmUh/7ZlIf+2ZSH/tmUh/7VlIf+1ZCH/tmQg/7ZkIP+1ZCD/tGQg/7Rk - IP+0YyD/s2Ed/7lsLP/JjVr/3LWT/+rRvP/z5Nj/+vXy//////////////////z7+//x7u//19XU/7Sw - sf+Zk5P/jYaG/4yFhf+Nhob/k42N/7Cqq//c2tn/+/v7//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////Hx8P/Z2Nb/xcK//725t/+7t7X/u7e1/7q2tP+6trT/uba0/7m1s/+4tLL/t7Oy/7ez - sv+3s7H/trKw/7axsP+1sa//tLCu/7Swrv+0r67/s6+t/7KurP+yraz/sa2s/7Csq/+yraz/u7e2/9PQ - z//o5ub/9fX1//7+/v////////////////////////////////////////////7//v//////8drJ/8l8 - Pv+8ZyL/u2gk/7xpJf+8aSX/vGkl/7xpJf+7aSX/vGgl/7xoJf+8aCT/u2gk/7poJP+6aCT/umgk/7po - JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+4ZiP/uWYi/7hmIv+3ZiL/t2Yi/7dmIv+3ZSL/t2Ui/7Zl - If+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7ZkIP+2ZCD/tWQg/7RkIP+0ZCD/s2If/7doJ//CfEP/z5dp/9yw - jf/lx6//8N/S//r08P///v7/////////////////9fX1/+De3v+/u7r/m5SV/46Gh/+NhYb/jYWG/5WO - jv+1r6//4+Hh//39/f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////9fT0/93c2v/HxML/vbq4/7y4 - tv+8uLb/u7e2/7u3tf+7t7X/ura0/7m1tP+5tbP/uLSy/7ezsv+3s7L/t7Ox/7aysP+2sbD/tbGv/7Wx - r/+0sK7/tK+u/7Ourf+zrq3/sayr/7Svrv/EwL7/2djX/+/u7v/8+/v///////////////////////// - //////////////////////////////7//v//////8drJ/8l8Pv+9aCL/vGgl/7xpJv+8aSb/vGkl/7xp - Jf+8aSX/vGkl/7tpJf+7aCX/vGgk/7toJP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/uGYj/7hmIv+4ZiL/uGYi/7hmIv+3ZiL/t2Yi/7dlIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7Vk - If+1ZCH/tWQg/7VkIP+0ZCD/tGMg/7VkIv+4aSj/vHI0/8N/Rv/Lj1//06F4/963lv/q0r3/9+/m//// - //////////////r6+v/n5eX/wr6+/5yVlf+NhYb/jYWG/4yFhf+YkJH/vLa2/+rp6f////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////6+vr/4uHg/8rIxf++u7n/vLm3/7y5t/+8ubf/u7e3/7u3tv+7t7b/u7a0/7m1 - tP+5trT/ubSy/7izsv+3s7L/t7Sy/7azsP+3sbD/trKw/7aysP+0sa7/tK+u/7Ovrf+yrqz/tbCv/8XB - wf/f3dz/9PTz//39/f////////////////////////////////////////////////////////////7/ - /v//////8drJ/8l8Pv+9aCL/vWgl/7xpJv+8aSb/vGkl/7xpJf+8aSX/u2kk/7tpJP+7aCX/vGgk/7xo - JP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmIv+4ZiL/uGYi/7hm - Iv+3ZiL/t2Yi/7hlIv+4ZSL/tmUh/7ZkIf+1ZCD/tmUh/7VkIf+1ZCH/tWQg/7VkIP+0ZCD/tWQg/7Rk - IP+0Yx//tGMf/7VmIv+6ayr/vHAx/8F8Qf/Nlmf/37qb/+/bzP/79vP////////////8/Pz/6efn/7+7 - u/+Zk5P/jISF/42Fhv+OhYf/nJWV/8bCwv/y8PD///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////79/v/s6ur/0M3M/8C9 - u/+9urj/vbq4/725t/+8ubf/vLi3/7u3tv+7t7b/u7e1/7q2tP+5trT/ubWz/7m1sv+4tLL/t7Sy/7ez - sf+3srD/trKw/7aysP+1sa//tLCu/7Svrf+3s7H/yMPD/+Hf3//19vX//v7+//////////////////// - //////////////////////////////////////////////7//v//////8drJ/8l8Pv+9aCL/vWkl/71p - Jv+9aSb/vGkm/7xpJf+8aSX/u2gk/7toJP+8aSX/u2gl/7xoJP+7aCT/u2gk/7toJP+7aCT/umgk/7pn - JP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hmIv+4ZiL/t2Yi/7hmIv+4ZiL/t2Ui/7Zk - If+1ZCD/tmUh/7ZlIf+2ZSH/tmQh/7VkIP+1ZCD/tWQg/7RkIP+0ZCD/tGQg/7RjIP+1Yx//tGId/7Rk - IP+6bS7/w39H/9Gdcv/nzLb/+PDq/////////////Pv7/+fl5f+5tbX/lY+O/42Fhv+Nhof/kIiJ/6Kc - nf/Szs//+vn6//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////T08//Y1tX/xMG//767uf++u7n/vru5/726uP+9ubf/vLm3/7y4 - tv+8uLb/u7e2/7u3tf+6trT/uba0/7m2tP+5tbP/uLSy/7ezsv+3s7H/trKw/7WysP+1sbD/tbCv/7i0 - sv/KxsX/5OLh//j39/////////////////////////////////////////////////////////////// - //////////////7//v//////8drJ/8p8Pv+9aCL/vGkl/71qJv+9aib/vWom/71pJv+8aSX/vGkl/7xp - Jf+8aSX/vGkl/7toJf+7aCX/vGgk/7xoJP+7aCT/umgk/7poJP+6ZyT/umck/7lnI/+5ZyP/uWcj/7ln - I/+4ZyP/uGcj/7hmI/+4ZiL/uGYi/7dmIv+3ZiL/t2Yi/7dlIv+3ZSH/tmUh/7ZlIf+2ZSH/tmUh/7Vk - If+1ZCD/tWQg/7VkIP+1ZCD/tGQg/7RkIP+0Yh//s2Id/7JiHf+zYR3/tWUh/7xxM//Lj13/4Lyf//Xp - 3/////////////v7+//g3t7/says/5GJif+Nhof/jYWG/5CJiv+vqar/4N7f//////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+fn4/+Li - 4P/IxsX/v7y7/767uf+/u7n/v7u5/767uf+9urj/vbm3/7y5t/+8ubf/vLi2/7u3tv+7t7X/ura0/7m1 - tP+5tbT/ubWz/7i0sv+3s7L/t7Ox/7aysf+1sbD/uLOy/8jFxP/j4uH/+Pj4//////////////////// - //////////////////////////////////////////////////////////////7//v//////8drJ/8p8 - P/++aCP/vWkl/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7to - Jf+7aCT/u2gk/7poJP+7aCT/u2gk/7pnJP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uGYi/7hm - Iv+4ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZSH/tWQg/7VkIP+1ZCD/tWQg/7Rk - IP+0ZCD/tGMg/7RjH/+zYh3/smEb/7RjHv+4aSf/xYJL/9y1lP/06N3////////////5+fn/09DQ/6Od - nf+Oh4j/jIWF/42Fhv+Wj4//v7u7//Du7v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////9/v7/7ezr/9HPzf/Cv73/v7y7/8C8uv/Au7n/v7u5/7+7 - uf+9u7n/vbm3/7y5t/+8ubf/vLm2/7u3tv+7t7b/ura0/7q2tP+5tbT/ubW0/7m1sv+3s7L/t7Oy/7ax - sP+3srH/w8C//9/e3v/29/f///////////////////////////////////////////////////////// - //////////////////////////////7//v//////8drJ/8p8P/++aCP/vmkl/71qJv+9aib/vWom/71q - Jv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7toJf+7aCT/u2gk/7poJP+7aCT/u2gk/7pn - JP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7Zl - If+2ZSH/tmQh/7ZlIf+1ZSH/tWQg/7VkIP+1ZCD/tmQg/7RkIP+0ZCD/tGMg/7RjIP+0YyD/s2Mf/7Nj - Hv+zYRz/tmUg/8OAR//dt5f/9+/n////////////8O7u/8K9vf+Vjo//jIWF/42Gh/+Nhob/opyc/9PP - z//7+/v///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///29/b/3dza/8fEwv/Cvrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq4/725t/+9ubf/vLm3/7y4 - tv+7t7b/u7e1/7u3tP+6trT/ubW0/7m1s/+4tLL/t7Oy/7axsP/Au7r/2NfW//T09P/+//////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8drJ/8p9P/++aCP/vmkl/75qJv++aib/vWom/71qJv+9aib/vWkm/71pJv+8aSX/vGkl/7xp - Jf+8aSX/u2kl/7tpJf+7aCX/u2gk/7toJP+6aCT/umgk/7poJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln - I/+4ZyP/uGYj/7hmIv+4ZiL/uGYi/7dmIv+3ZiL/t2Ui/7dlIf+3ZSH/tmQh/7ZlIf+2ZSH/tWUh/7Vl - If+1ZCH/tmQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/tGMf/7NjH/+0ZCD/s2Ic/7VlIP/FhE3/4sKn//r1 - 8v///////v39/+He3v+poqP/j4iI/42Fhf+Nhob/k4qL/7Otrv/s6+v///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////q6ej/z83K/8TAvv/Bvrz/wb68/8C9 - u//AvLr/wLy6/7+8uv+/u7n/vru5/726uP+9urj/vbm3/7y5t/+8uLb/vLe2/7y3tv+7t7X/ura0/7m1 - tP+5tbP/uLSy/7y4t//Szs3/8O/v//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8drJ/8t9P/++aSP/vWkm/75q - Jv++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7xo - JP+7aCT/umgk/7poJP+6aCT/umgk/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiP/uWYi/7hm - Iv+3ZiL/t2Yi/7dlIv+3ZSL/t2Uh/7ZkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIP+1ZCD/tGQg/7Rk - IP+0ZCD/tGMg/7RjH/+zYx//s2Ie/7JgGv+3aCP/yo9d/+3Yx////v7///////X09P/IxMX/mJGS/4yE - hP+OiIf/jYSF/52Wlv/QzMz/+Pf3//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////v7+//f29v/c2tn/xcPB/8PAvv/Cv73/wb68/8G+vP/Bvbv/wL27/8C8uv+/vLr/v7u5/767 - uf++u7n/vbq4/725t/+8ubf/vLi2/7u3tv+7t7b/u7e1/7q2tP+5tbT/ubSz/8nFxP/o5uX//f39//// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8drJ/8t9P/++aSP/vWom/75qJ/++aif/vmom/75qJv+9aib/vWom/71q - Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/vGkl/7toJf+7aCT/u2gk/7toJf+7aCX/u2gl/7to - Jf+6ZyT/umck/7lnJP+5ZyT/uWck/7lnJP+5ZyT/uWcj/7lmI/+4ZSL/t2Yi/7dmIv+3ZiL/t2Yi/7dl - Iv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7VkIf+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0Yx//s2Mf/7Ni - Hf+zYBn/u20t/9eqhP/27OP///////7+/v/l4+P/qKGi/42Ghv+Nh4b/jIWF/5CJif+vqan/6ufn//// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////v7+/+vp6f/Rzsz/w8C+/8PA - vv/Cv73/wb68/8G+vP/Bvrz/wL68/8C8uv+/vLr/v7u5/7+7uf+/u7n/vbu5/725t/+8ubf/vLm2/7u4 - tv+7t7b/u7e2/7u3tf+6trX/v7q5/9rX1v/5+Pj///////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8drJ/8t9 - P/++aSP/vmom/75qJ/++aif/vmom/75qJv+9aib/vWom/71qJv+9aib/vWkm/7xpJf+8aSX/vGkl/7xp - Jf+8aSX/vGkl/7toJf+7aCX/umYh/7ljHf+4Yhz/uGIc/7hiHP+4YRz/t2Ec/7dhG/+2YRv/tmEb/7Zh - G/+2YRv/tmEb/7dgG/+4YRv/t2Md/7dlIP+3ZiL/t2Yi/7dmIv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7Vk - If+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0Yx//s2Mf/7NjH/+zYRz/tGId/8N/Rf/nzbb///79//// - ///19fX/vbi5/5WOjv+NhYb/joeH/4yEhf+ak5P/1M/Q//r6+v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////+/v7/9/d3P/JxsT/xMG//8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 - u//AvLr/v7y6/7+7uf+/u7n/vru5/726uP+9ubf/vLm3/7y5tv+8uLb/u7e2/7u3tf+8ubb/zMnH/+rp - 6f////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////8drJ/8t9P/+/aSP/v2om/75rJ/++ayf/vmon/75q - J/++aib/vWom/71qJv+9aib/vWom/71pJv+8aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aCT/vm0s/8F0 - Nv/Bdjj/wXY4/8F2OP/AdTj/wHU4/8B1OP/AdTf/wHU3/8B1N/+/dTf/v3Q3/8B0N//BdDT/vm0s/7lm - If+2Yx7/t2Yi/7dmIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tWQg/7VkIP+1ZCD/tGQg/7Rk - IP+0ZCD/tGMf/7RjH/+zYh//s2Ed/7hnJP/XqYP/9+/o///////8/Pz/19PT/6Gamv+MhIX/j4iI/4yE - hv+Siov/uLOz/+zr6/////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////8vHx/9bT - 0v/FwsD/w8C+/8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8C+vP/Avbv/wLy6/7+8uv+/vLr/v7u5/767 - uf+9urj/vbm3/7y5t/+8ubf/u7e1/7u3tP/Avbr/3dvZ//j4+P////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8drJ/8t9P/+/aSP/v2om/79rJ/+/ayf/vmsn/75qJ/++aif/vmom/75qJv+9aib/vWom/71q - Jv+9aSb/vWkm/71pJv+8aSX/vGkl/7xpJf+8ZiD/yINK/9iogf/csY3/27GN/9uwjP/bsIz/27CM/9uv - jP/br4v/26+L/9uvi//ar4v/2q6L/9uuiv/YqH//0JRk/8R5Pf+6aCT/uGUh/7dmIv+3ZiL/t2Ui/7Zk - Iv+2ZCH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/s2Ed/7Rh - G//Hh1L/6tK+////////////7Ovr/66oqP+MhYX/j4mJ/46GiP+PiIj/n5mZ/9vZ2f////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////9/f3/5+bl/87Lyf/DwL7/xMG//8TBv//DwL7/wsC+/8K/ - vf/Cv73/wb+9/8G+vP/Avrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq4/725t/+9ubf/u7i2/725 - t//IxcP/6uno///+///+/v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8drJ/8t9P/+/aST/v2om/79r - J/+/ayf/v2sn/75rJ/++aif/vmon/75qJ/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xo - Jf+8ZB3/0pdn/+7ayf/16d//9urg//Xo3v/16d7/9ene//Xo3v/16N7/9eje//Xo3v/06N7/9efe//Xn - 3f/x4NL/6My2/9yuif/IhE7/umgk/7hlIf+3ZiL/t2Yi/7dlIv+3ZCH/t2Uh/7ZlIf+2ZSH/tmQh/7Zk - If+1ZCH/tWQg/7ZkIP+1ZCD/tGQg/7RkIP+0YyD/tGIe/7NiHf+6bCv/3bSU//79/f//////+vr6/7y4 - uP+Rior/joiI/4+IiP+Ohof/k4uM/8jExP/49/f///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///6+vr/3NrZ/8jFxP/Ewb//xcK//8TBv//DwL7/wsC+/8K/vf/Dv73/wb+9/8G+vP/Avrz/wL68/8C8 - uv/AvLr/v7y6/7+7uf+/u7n/vbu5/725t/+9ubf/u7i2/7+7uv/V0tH/8/Ly///////+/v7///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8trJ/8t9P/+/aST/vmom/79rJ/+/ayf/v2sn/75rJ/++aif/vmon/75q - J/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xoJf+7Yxv/1p9y//bu5v////////////// - ///////////////////////////////////////////////////9/Pz/+vTw//Tl2v/ftZX/xHxB/7hl - If+3ZSD/t2Yi/7dmIv+3ZCH/t2Uh/7ZlIf+2ZSH/tmQh/7ZkIf+1ZCH/tWQg/7ZkIP+1ZCD/tGQg/7Rk - IP+0YyD/tGMg/7NjIP+0Xhj/0p90//nz7////////////8rHx/+ak5P/joeH/5CIif+Ohof/kIiJ/7Ww - sP/p6Oj///////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////19PT/1NLQ/8XCwf/FwsD/xcK//8TB - v//Ewb//w8C+/8PAvv/DwL7/wr+9/8G/vf/Bvrz/wL68/8C9u//Avbv/wLy6/7+8uv+/u7n/vru5/726 - uP+9urf/vLi2/8K+vf/i39//+vn6//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8tvK/8x9 - QP+/aST/vmom/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75qJ/++aib/vmom/75qJv+9aib/vWom/71q - Jv+9aib/vWkl/7xoJf+7Yxv/1p9x//bt5f////////////////////////////////////////////// - ///////////////////////////////////z5Nn/1qR7/7xqJ/+3Yh7/t2Yi/7dmIv+3ZSL/t2Uh/7Zl - If+2ZSH/tmUh/7ZlIf+1ZSH/tWQh/7VkIf+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RjIP+zXBX/y5Bf//Dh - 1f///////////9fU1P+lnp//j4iH/5CIif+Ph4j/kIiJ/6Sdnv/Z1tb///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7+/v/t7ez/0c7M/8XCwP/FwsD/xcLA/8XCwP/Ewb//xMC//8PAvv/CwL7/wsC+/8K/ - vf/Bv73/wb68/8C+vP/Avrv/wL26/8C8uv+/vLn/v7u5/766uP+9urj/vbq3/8fDwf/s6+r///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////8dvK/8x+QP/AaST/wGom/79rJ/+/ayf/v2sn/79r - J/+/ayf/v2on/79qJ/++aif/vmom/75qJv++aib/vWom/71qJv+9aib/vWkm/71oJf+8Yxv/1p5x//ft - 5f////////////////////////////////////////////////////////////////////////////// - /////f7/58y0/8N2OP+4Yh7/t2Ui/7dmIv+3ZiL/t2Ui/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWUh/7Vk - If+1ZCH/tWQg/7VkIP+0ZCD/tGQg/7RjIP+0Xxj/xoRN/+fNuP///////////+Lg4P+wqar/kIiJ/4+I - iP+PiIj/j4iI/5aOj//Lxsf///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////v6+v/l5OP/z8zK/8bD - wf/Gw8D/xsPA/8XCwP/FwsD/xMG//8TBv//Dwb//w8C+/8PAvf/Cv73/wb+8/8G+vP/Bvrz/wL27/8C8 - uv/AvLr/v7u5/7+7uf+9urj/vru4/83JyP/z8vL///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8dvK/8x+QP/AaiT/wGon/8BrKP/Aayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmon/75q - Jv++aib/vWom/71qJv+9aib/vWom/71oJv+9Yxv/1p5x//ft5f////////////////////////////// - ////////////////////////////////////////////////////////8uHU/8qFTv+6ZSL/t2Qg/7dm - Iv+3ZiL/t2Yi/7dlIv+3ZSH/tmQh/7ZkIf+2ZSH/tmUh/7ZlIf+1ZCH/tWQh/7VkIf+1ZCD/tGQg/7Rk - IP+0YBr/wHg9/+C8n////v3//////+zq6v+3sbL/kIiJ/4+IiP+QiIn/kIeJ/4+Hh/++urr/+Pj4//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////j39//f3dv/zMnH/8bDwf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TB - v//Ewb//xMG+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C8uv/AvLr/v7y6/7+7uf+9urj/v7y6/9LP - zv/29fX///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8dvK/8x+QP/AaiT/wGsn/8Br - KP/Aayj/v2so/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aib/vmom/75qJv+9aib/vWom/71p - Jv+9ZBz/1p5y//ft5f////////////////////////////////////////////////////////////// - ////////////////////////9uje/8+RXv+6ZyX/tmMe/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Qh/7dk - If+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tGQg/7VkIP+0YRz/vHEy/9uxjv///fz///////Lx - 8f+6trb/j4eI/4+IiP+QiYn/kIeJ/42Fhv+2sbH/7u3t//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////f2 - 9v/b2df/ycfE/8bDwP/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb//xMG+/8PAvv/Cv73/wr+9/8G+ - vP/Bvrz/wb68/8C9u//AvLr/v7y6/7+7uf+9urj/wr68/9bT0v/29vb///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8dvK/8x+QP/AaiT/wGsn/8BrKP/Aayj/v2so/79rJ/+/ayf/v2sn/79r - J/+/ayf/vmsn/75qJ/++aib/vmom/75qJv+9aib/vWom/71pJv+9ZBz/1p9y//ft5f////////////// - ////////////////////////////////////////////////////////////////////////9une/9CT - Yf+6aCb/tmMe/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Uh/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk - If+1ZCD/tWQg/7VkIP+zYh3/u20s/9qrhP///fz///////X19f+8uLj/joaG/5CJif+QiYn/kIiJ/46G - h/+vqKn/5OLi//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////X19P/X1dP/yMbD/8bDwf/HxMH/x8TB/8bD - wf/Gw8D/xcLA/8XCv//Fwr//xMG//8TBvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/7+8 - uv++u7j/w7+9/9fV1P/39/f///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8dvK/8x+ - QP/AaiT/wGsn/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79rJ/+/ayf/v2sn/75rJ/++aif/vmom/75q - Jv++aib/vWom/71pJv+8ZBz/16By//ft5f////////////////////////////////////////////// - ////////////////////////////////////////9OXZ/82MVf+6ZiP/t2Mg/7hmIv+4ZiL/uGYi/7hm - Iv+3ZiL/t2Yi/7dmIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+zYh7/umsp/9mo - f//+/fv///////j49/+9ubn/jYaG/5GKiv+RiYr/kImJ/4+Hh/+noKH/2dfX//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////Pz8v/S0M7/yMXD/8jFwv/HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TB - v//Ewb7/w8C+/8O/vf/Dv73/wr+9/8G+vP/Bvrz/wL27/8C8uv+/u7n/xMC+/9jW1f/39/f///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////8tvK/81+QP/BaiT/v2sn/8BsKP/AbCj/wGwo/8Br - KP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75qJ/++aif/vmom/75pJv+9ZBz/16By//ft - 5f////////////////////////////////////////////////////////////////////////////// - ////////7djF/8Z9Qf+5ZB//uWUi/7hnI/+4ZiP/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Ui/7dl - If+2ZCH/tmQh/7ZlIf+2ZSH/tmQh/7VkIP+0Yh3/u2on/9mnfv/+/Pv///////j4+P++ubr/jISF/5CJ - if+Rior/kYmK/4+HiP+gmZr/0M3N//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////Hw7//Oysj/x8TC/8jF - w//HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//Ewb7/xMG+/8O/vf/Dv73/wr+9/8G+ - vP/Bvrz/wL68/8C8uv+/u7n/xMC+/9jV1P/39/f///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8tvK/81+Qf/BaiX/wGsn/8BsKP/AbCj/wGwo/8BsKP+/ayj/v2so/79rKP+/ayf/v2sn/79r - J/++ayf/vmsn/75rJ/++aif/vmon/75pJv++ZBz/16Fz//jv6P////////////////////////////// - ///////////////////////////////////////////////////58ez/37aW/79wLv+4Yx3/uWcj/7hn - I/+4ZyP/uGcj/7hmI/+5ZiL/uGYi/7dmIv+3ZiL/t2Yi/7hlIv+2ZCH/tmQh/7ZlIf+2ZSH/tmUh/7Vk - If+0Yh7/u2oo/9mogP/+/Pv///////f39/+9ubn/jYWG/5GJiv+Rior/kYmK/46HiP+clZb/y8jH//7+ - /v////////////////////////////////////////////////////////////////////////////// - //////////////////////////////Dv7v/KyMX/x8TC/8jFw//IxcL/yMXC/8fEwv/HxMH/xsPB/8bD - wP/Gw8D/xcLA/8XCv//Ewb//xMG+/8PAvv/DwL7/wr+9/8K/vf/Bvrz/wb68/8C9u/+/vLr/w8C+/9fT - 0v/39vb///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8tvK/81+Qf/BaiX/wWsn/8Bs - KP/AbCj/wGwo/8BsKP/Aayj/wGso/8BrKP+/ayf/v2sn/79rJ/+/ayf/vmsn/75rJ/++aif/vmon/75p - Jv++ZBz/159x//br4v/+/fz//v38//79/P/+/fz//v38//79/P/+/fz//v38//79/P/+/fz//v38//79 - /P/+/Pv//fn3//ry6//oyLD/zItY/7tpJP+4ZR//uWcj/7lnI/+5ZyP/uGcj/7hmI/+5ZiL/uWYi/7hm - Iv+3ZiL/t2Yi/7hlIv+3ZCH/tmQh/7ZlIf+2ZSH/tmUh/7ZkIf+0Yh7/vG0s/9qrhv/+/fv///////T0 - 9P+8uLj/j4eI/5KKi/+Siov/kYqK/46HiP+blJX/ysfG//7+/v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////Dv - 7v/KyMX/x8TC/8nGw//IxcP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TB - vv/Ewb7/w8C+/8O/vf/Cv73/wb68/8G+vP/Avbv/wr+9/9TQz//29fX///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8tvK/81+Qf/BaiX/wWsn/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs - KP/Aayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75pJ/++ZR7/1JZl/+3Vwv/z5Nf/8+TX//Pj - 1//z49f/8+PX//Pk1//z49b/8+PW//Pj1v/z49b/8+PX//Pj1//x4NH/7dTA/+TAof/RlWT/vm4s/7pn - I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uWYi/7lmIv+4ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7dl - If+2ZSH/tmUh/7ZlIf+1YRz/vXI0/9yzkf///fz///////Dv7/+6tbb/komK/5KLi/+Si4v/kYqL/46H - iP+blJT/ysfH//7+/v////////////////////////////////////////////////////////////// - //////////////////////////////////////////////Dw7//Lycb/x8XC/8nGxP/JxsP/ycbD/8jF - w//IxcL/x8TC/8fEwf/HxMH/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb//xMC+/8PAvv/Cv73/wr+9/8K+ - vP/Bvrv/wb67/87Lyf/z8vH///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8tzK/81/ - Qf/BaiX/wWso/8FsKP/BbCj/wWwo/8BsKP/AbCj/wGwo/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79r - J/+/ayf/v2sn/79rJ/++ZyL/zIRM/9upgv/esY7/37GO/96xjf/esY3/3rKN/96yjf/esI3/3bCN/92w - jP/dsIz/3rGN/96xjf/aq4X/1Jtu/8qES/+/by3/umYi/7poJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln - I/+4ZyP/uGYj/7hmI/+4ZiL/uGYi/7dmIv+3ZiL/uGUi/7hlIv+3ZSH/tmUh/7ZlIf+2YRv/wnxB/+LA - pP///v3//////+no6P+3sbL/lIuM/5KLi/+Si4v/kouL/5CIiP+blZX/ysbG//7+/v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////Hw8P/Ny8j/yMbD/8nHxP/JxsT/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bD - wf/Gw8D/xcLA/8XCv//Fwr//xMC//8TAvv/CwL7/w7+9/8K/vf/Cv7z/wb67/8nGw//s6+r//v7+//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////8tzK/81/Qf/BayX/wWso/8FsKf/BbCn/wWwo/8Fs - KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/aib/xHIy/8l9 - Qv/KgEX/y4BF/8qARf/KgEX/yoBF/8qARP/Kf0T/yH9E/8h/Qv/If0L/yX9D/8l/Q//GfED/wnM0/7xo - JP+6ZB//u2gk/7poJP+6aCT/umck/7pnJP+6ZyT/uWcj/7lnI/+5ZyP/uGcj/7hnI/+4ZiP/uWYi/7hm - Iv+3ZiL/uGYi/7hmIv+3ZSL/t2Uh/7ZlIP+2Xxj/yIdR/+rSvv////7//////+De3v+wqar/lIyM/5KL - i/+TjIz/kouL/5CJiP+dlpb/zMfH//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////Py8v/S0M3/ycfE/8nH - xP/JxsT/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TA - vv/DwL7/w7+9/8K/vf/Cv73/wb67/8bDwP/h4N//+vn5//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8tzK/81/Qf/BayX/wWso/8FsKf/BbCn/wWwo/8FsKP/AbCj/wGwo/8BsKP/AbCj/wGwo/8Br - KP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/ayj/v2on/79qJf/AaST/wGkk/79pJP+/aST/v2kk/79p - I/+/aSP/vmgj/75oIv+9aCL/vWgi/75oIv+9aCP/vGgk/7tnJP+7aCX/u2gk/7poJP+6aCT/umck/7pn - JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+4ZiP/uWYi/7hmIv+3ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7Zl - IP+2Xxb/zpRk//Pm2////////////9bS0v+mn5//k4yM/5OMjP+TjIz/kouL/5CJif+gmZn/z8zL//7+ - /v////////////////////////////////////////////////////////////////////////////// - //////////////////////////////X09P/X1dP/y8jG/8nGxP/Jx8T/ycfE/8nGxP/JxsP/yMXD/8jF - wv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//EwL7/w8C+/8K/vf/Cv73/wb68/8TB - v//V1NL/8/Ly//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8tzK/85/Qf/CayX/wGwo/8Fs - Kf/BbCn/wWwp/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8BsKP/Aayj/v2so/79rKP+/ayf/v2sn/79r - J/+/ayf/v2sm/75qJf++aSX/vmkk/75pJP++aST/vmkk/71pJP+9aST/vWgk/71oI/+9aCP/vGgj/7xo - I/+8aCP/vGgk/7toJf+7aCX/u2gk/7toJP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7ln - I/+5ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Yi/7dkIP+5ZiD/16d///r28////////v7//8nF - xf+clZX/k4yM/5SNjf+TjIz/k4yM/5GKiv+ln57/1dPS//7+/v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////f2 - 9v/b2df/zcrI/8rHxf/Kx8X/ysfF/8nHxP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bD - wP/Gw8D/xcLA/8XCv//Ewb//xMG+/8PBvv/DwL7/w7+9/8O/vf/Lycb/6efn//79/v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8tzK/85/Qf/CayX/wWwo/8FtKf/BbSn/wWwp/8FsKf/BbCn/wWwo/8Fs - KP/AbCj/wGwo/8BsKP/AbCj/wGso/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75q - J/++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2gl/7xo - JP+7aCT/u2gk/7poJP+6aCT/umgk/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hm - Iv+4ZiL/t2Uh/7hkH//CeDr/48Gk//7+/v//////9/f3/7y3t/+Vjo7/lY6O/5SNjf+UjY3/lIyN/5KK - i/+tp6f/4N7d//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////j39//f3dv/z8zK/8vHxv/KyMX/ysjF/8rH - xf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TB - vv/Ewb7/w8C+/8K/vf/FwsD/3dva//b29v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8tzK/85/ - Qf/CayX/wmwo/8JtKf/CbSn/wW0p/8FtKf/BbCn/wWwp/8FsKf/BbCj/wWwo/8BsKP/AbCj/wGwo/8Bs - KP/Aayj/wGso/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aif/vmon/75qJv+9aib/vWom/71q - Jv+9aib/vWkm/71pJv+8aSX/vGkl/7xpJf+8aSX/vGkl/7toJf+8aCT/vGgk/7toJP+7aCT/umgk/7po - JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZiP/uGYi/7hmIv+4ZiL/t2Qf/7llH//PlWT/8N7Q//// - ////////6efn/6+pqf+Ti4v/lo+P/5WOjv+UjY3/lI2N/5KKiv+1sLD/6+jp//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////r6+f/k5OL/0s/N/8vHxv/KyMX/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jF - wv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TBvv/Ewb7/w8C+/8K/vf/DwL7/z83L/+np - 6P/9/v7///////////////////////////////////////////////////////////////////////// - //////////////////////////////7//v//////8tzK/85/Qf/CayX/wmwo/8JtKf/CbSn/wW0p/8Ft - Kf/BbCn/wWwp/8FsKf/BbCj/wWwo/8BsKP/AbCj/wGwo/8BsKP/Aayj/wGso/79rJ/+/ayf/v2sn/79r - J/+/ayf/vmsn/75qJ/++aif/vmon/75qJv+9aib/vWom/71qJv+9aib/vWkm/71pJv+8aSX/vGkl/7xp - Jf+8aSX/vGkl/7toJf+8aCT/vGgk/7xoJP+7aCT/umgk/7poJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln - I/+5ZiP/uGYi/7hmIv+3ZSH/uGMf/79wMf/fuJj/+vTx///////8/P3/0s/P/6Sdnf+TjIz/lo+P/5WO - jv+UjY3/lI2N/5KKiv+9uLj/9fPz//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////39/f/s7Ov/1dLQ/8vI - xv/LyMb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bD - wP/FwsD/xcK//8TCv//Ewb//xMC+/8PAvv/DwL7/xsLA/9rY1//19fX///////////////////////// - //////////////////////////////////////////////////////////////////////////////7/ - /v//////8tzK/85/Qf/CayX/wmwo/8JtKf/CbSn/wm0p/8FtKf/BbSn/wWwp/8FsKf/BbCn/wWwo/8Fs - KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayf/v2sn/79rJ/+/ayf/v2sn/75rJ/++aif/vmon/75q - J/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aCX/u2gl/7to - Jf+7aCT/u2gk/7poJP+6aCT/umck/7pnJP+6ZyP/uWcj/7lnI/+5ZyP/uGcj/7hnIv+3Yx7/u2gm/8+T - Yv/w3M3////////////y8vL/ura2/5qUlP+Vjo7/lo+P/5WOjv+Vjo7/lI2N/5ePj//IxMT//fz8//// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////z8/L/2NbT/8zJx//LyMb/y8nG/8vIxv/KyMX/ysfF/8nH - xP/Jx8T/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TA - vv/DwL7/w7+9/87KyP/m5OT/+/v7//////////////////////////////////////////////////// - //////////////////////////////////////////////7//v//////8tzK/85/Qf/CayX/wmwo/8Jt - Kf/CbSn/wm0p/8JtKf/BbSn/wW0p/8FtKf/BbCn/wWwp/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs - KP/Aayj/wGso/79rJ/+/ayf/v2sn/79rJ/++ayf/vmsn/75qJ/++aif/vmom/75qJv++aib/vWom/71q - Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2kl/7tpJf+7aCX/u2gk/7toJP+6aCT/umgk/7po - JP+7ZyT/umcj/7lnI/+5ZyP/uWcj/7hlIP+5ZiH/xn9G/+XDqP/89/P///////z8/P/g3t7/qKOj/5SO - j/+Wj5D/lo+P/5aPj/+UjY3/lY6O/6Obm//V0tL///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///5+fj/3tza/87Myf/LyMb/y8nG/8vJxv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jF - wv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TAv//EwL7/w7+9/8XBv//U0tH/7+7u//39 - /f////////////////////////////////////////////////////////////////////////////// - //////////////7//v//////8tzK/85/Qv/CayX/wWwo/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8Jt - Kf/BbSn/wWwp/8FsKf/BbCj/wWwo/8FsKP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79r - J/+/ayf/v2sn/79rJ/++ayf/vmon/75qJv++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkl/7xp - Jf+8aSX/vGkl/7tpJf+7aSX/u2gl/7toJP+6aCT/umgk/7poJP+7aCT/umcj/7lnI/+5ZyP/uGUg/7lk - H//DeDr/2qyI//br4v////////////Ly8v/FwMH/n5iY/5SNjv+XkJD/l5CP/5aPj/+UjY3/lo+P/7Ks - rf/j4eH///////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////8/Pz/5uXj/9PRzv/Mycb/y8nG/8vJ - xv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFwv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XC - wP/FwsD/xcK//8TBv//EwL7/xMC+/8K/vP/IxcP/3drZ//Xz8/////////////////////////////// - //////////////////////////////////////////////////////////////7//v//////8tzK/85/ - Qv/CayX/wWwo/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/BbSn/wWwp/8FsKf/BbCj/wWwo/8Fs - KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75q - Jv++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7tpJf+7aSX/u2gl/7to - JP+7aCT/u2gk/7poJP+6aCT/umck/7pmIv+5ZSH/umUh/8J2N//Xo3r/8N/R//79+////////Pz8/93b - 2/+rpaX/mpOT/5eQkP+XkJD/l5CQ/5aPj/+Vjo7/mJGR/8O/v//y8fH///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////9/f3/7+/u/9jW1P/Nysj/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nH - xP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bDwP/Gw8D/xcLA/8XCv//Ewb//xMC+/8PA - vf/EwL7/zcnH/+Lh3//39/b///////////////////////////////////////////////////////// - //////////////////////////////7//v//////8tzK/86AQv/Cayb/wmwo/8JtKf/CbSn/wm0p/8Jt - Kf/CbSn/wm0p/8JtKf/CbSn/wW0p/8FsKf/BbCn/wWwo/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs - KP/Aayj/v2so/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aif/vmom/75qJv+9aib/vWom/71q - Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2kl/7toJf+8aCT/vGgk/7poI/+6ZyP/u2gj/7tn - JP+8ayj/xXs+/9eke//u2cn//v38////////////6+np/7+7u/+clpb/l5CQ/5iRkf+XkJH/l5CR/5aP - j/+Wj4//oJmZ/9bS0v/+/v7///////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+fn5/+De - 3f/Pzcr/zMvH/8zKx//Mycf/y8nG/8vIxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jF - wv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TBv//EwL3/xcG+/87Myf/l4+L/9/f3//39 - /f/+/v7///////////////////////////////////////////////////////////////////////7/ - /v//////8tzK/86AQv/DbCb/w2wp/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8Ft - Kf/BbCn/wWwp/8FsKf/BbCn/wWwo/8BsKP/AbCj/wGwo/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79r - J/+/ayf/v2sn/75rJ/++ayf/vmon/75qJv++aib/vWom/71qJv+9aib/vWom/71pJv+8aSX/vGkl/7xp - Jf+8aSX/vGkl/7tpJf+8aSX/vGkl/7tnI/+7ZyL/vWom/8N1Nf/Lh0//3K6J/+/e0P/9+/n///////// - ///18/P/z8vL/6WgoP+YkZH/mJGR/5iSkv+YkpH/mJCR/5WOj/+ZkpL/sqys/+bl5f////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////v7+/+np5//V09H/zcvI/8zLx//Mysf/zMnG/8vJ - xv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bD - wP/FwsD/xcK//8XCv//Ewb//w8C9/8TCv//Qzsz/5ePj//X19f/9/f3///////////////////////// - //////////////////////////////////////////////7//v//////8tzK/86AQf/DbCb/w20p/8Nt - Kf/DbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/BbCn/wWwp/8FsKf/BbCn/wWwo/8Fs - KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayf/v2sn/79qJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75q - Jv++aib/vmom/71qJv+9aib/vWom/71qJv+9aSX/vGkl/7toJf+7aCT/vGgj/7tnIv+8ZyL/vGgk/75r - KP/AcC//x3xA/9Sba//lwqX/9efc//38/P////////////n4+P/a1tb/saqq/5uUlP+ZkpL/mZOT/5mT - kv+Yk5L/mJGR/5WOjv+dl5f/zMjI//b19f////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////v7+//T19P/f3dv/z8zJ/83LyP/Mysf/zMnG/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nG - xP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bDwP/FwsD/xcK//8XCv//Ewb//xMG+/8TB - vv/FwsD/0M7M/+Ti4P/09PL//f79//////////////////////////////////////////////////// - //////////////7//v//////8tzJ/81+QP/DayX/w20o/8RtKf/EbSn/w20o/8NtKP/CbSj/w20o/8Nt - KP/DbSj/w20o/8NtKP/CbSj/wmwo/8JsKP/CbCj/wmso/8JrJ//Bayf/wWsn/8FrJ//Bayf/wWwn/8Fr - J//Aayf/wGsn/8BqJv/Aaib/wGom/8BqJv/Aaib/v2sm/79qJv+/aib/v2kl/75pJf++aSX/vmkl/75q - Jf++aSX/vWkl/7xoJf+8aSX/vmon/79rKP/AbSv/w3U0/8mDS//SmWv/37OQ/+3Uv//79O7///////// - ////////+fn5/+He3v+4srL/npeX/5uUlP+ak5P/mZOT/5mTkv+Yk5L/l5CQ/5iQkP+rpaX/5OLi///+ - /v////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////3+/f/q6ef/1dLP/87L - yf/Mysf/zMrH/8zJx//Mycf/y8nG/8vIxv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8fE - wv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCwP/Fwr//xMG//8TBvv/Ewb7/xcK//8/Myf/g393/8fHw//z8 - /P////////////////////////////////////////////////////////////7//v//////8t3M/9GF - S//IdTP/yHc2/8p4N//KeDf/yng3/8l4N//Idzb/yXg2/8l4Nv/JeDb/yXg2/8l4Nv/IeDb/yHg2/8h4 - Nv/IeDb/yHY2/8h2Nv/Idjb/yHY2/8d2Nf/HdjX/x3Y1/8d2Nf/HdjX/x3Y1/8d1Nf/GdTX/xnU0/8Z1 - NP/GdTT/xnU0/8V1NP/FdTT/xXQ0/8V0NP/FdDT/xHQz/8R0M//EdDP/xHUz/8R2Nv/EeTz/x39F/8yI - Uv/QkmD/16F1/+C3l//s1cL/+PDr///+/f/////////////////6+fn/4uDg/7y2tv+hm5v/m5SU/5uV - lP+blJT/mpOT/5mTk/+ZkpL/l4+P/6CZmf/FwcH/9fT0//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////09PP/393b/9DOy//Nysj/zMrH/8zKx//Mysf/zMnH/8vJ - xv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFwv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8bD - wP/FwsD/xcK//8TBv//Ewb7/w7+9/8TAvv/Mycf/3NrZ/+7t7f/6+fn//v39//////////////////// - ////////////////////////////////////////9eXZ/92leP/YmWb/2Jtq/9qca//anGv/25xr/9qc - a//Zm2r/2Zxq/9mcav/ZnGr/2Zxq/9mcav/ZnGr/2Zxq/9mcav/YnGr/2Jtq/9ibav/Zm2r/2Ztq/9ib - av/Ym2r/15tq/9ebav/Xm2r/15tq/9ebav/Xmmr/15pq/9eaaf/Xmmn/15pp/9eaaf/Wmmn/1plp/9aZ - af/WmWn/1plo/9aZaP/WmWj/1ppo/9eebf/Yo3n/3K+L/+TCpv/s1MD/9Ofa//ny7P/8+ff///////// - /////////v7+//f39//i4N//vLe3/6OcnP+clZX/m5WU/5yVlf+blZX/m5SU/5qTk/+ak5P/mpOT/7Cr - q//k4uL//v7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///8/Pz/7Ovq/9bU0f/Oy8j/zMrH/8zKx//Mysf/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nH - xP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMC+/8O+ - vP/Ev73/ysfF/9bU0//o5eX/9vX0//39/f////////////////////////////////////////////// - ////////+/Xx//Pfzv/x28j/8tzK//Pcy//z3Mv/89zL//Pcy//y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lc - yv/y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lcyv/y3Mr/8dzK//Hcyv/x3Mr/8dzK//Hc - yv/y28r/8tvK//Lbyv/y28r/8tvK//Lbyv/x28r/8dvK//Hbyv/x28r/8dvJ//Hbyf/x28n/8dvJ//Hd - y//y4NL/9Ofc//ny6//9+/n////////////////////////////9/v7/9PPz/9za2v+8uLf/o52d/52V - lf+dlpb/nJaW/5yWlv+clZX/m5WU/5qUk/+ZkpL/pZ+f/8vHx//39/f///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////9/f3/+Lh3//S0Mz/zcrH/8zK - x//Mysf/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nHxP/JxsT/ycbD/8jFw//IxcP/yMXC/8fE - wv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMG+/8TAvv/EwL7/w8C+/8XCwP/Rzsz/4d/d/+/u - 7P/5+fj//v7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////v7+//s6+v/1dHR/7i0s/+inJz/nZeX/56Xl/+dlpb/nJaW/5yWlv+clZX/m5WU/5uU - lP+dlpb/urW1/+jm5v/+/v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v7+//Lx8P/b2tf/z83K/83Kx//Mysf/zMrH/8zKx//Mycb/y8nG/8vI - xv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XC - wP/Fwr//xMK//8TBv//EwL7/w8C+/8PAvv/DwL7/ycbE/9fU0v/n5uT/8fHx//r6+v/+/v7///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////8/Pz/8fHw/+Ph4f/Kxsb/sKqp/6Gb - mv+fmJj/n5iY/56YmP+dl5f/nZaW/52Wlv+clpb/nJWV/52Wlv+tp6f/19PT//z8/P////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////z7 - +//p5+f/1tXS/87Myf/Nysj/zcrI/8zKx//Mysf/zMnH/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nG - xP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwv/HxMH/xsPB/8bDwP/FwsD/xcK//8XCv//Ewb//xMC+/8PA - vv/Cv73/wr+9/8bDwf/Ny8n/2dfX/+no5v/19PP/+vr6//39/f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////v7/+/v7//b19f/q6un/09HQ/7u2tf+qpaT/opyb/5+Zl/+gmZn/n5mZ/5+YmP+emJj/nZiY/52X - l/+clZX/nJaV/6Wfn//LyMj/9fPz//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////49/f/5OLg/9TSz//Oy8n/zcrI/8zK - x//Mysf/zMrH/8zJx//Mycf/y8nG/8vIxv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8jF - wv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCwP/Fwr//xMC//8TAvv/DwL7/wr+9/8K+vP/Cv73/yMTD/9HO - zP/c2df/5uTl//Hx8f/6+vn//f39//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////v7+//z8/P/39vb/6efn/9bU0//EwcD/s6+u/6Wf - nf+gmZj/oJqa/6Gbmv+gmpn/n5qa/5+Ymf+fmJj/npiY/52Xl/+clZX/oJqZ/765uf/q6Oj///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////8/Px/9/d3P/S0M3/zczI/83KyP/Mysf/zMrH/8zJx//Mycf/y8nG/8vI - xv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8jFwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XC - wP/Fwr//xMG//8TAvv/DwL7/w7+9/8O/vf/Cv73/w7+9/8K+vP/GwsD/zszL/9rZ2P/l5OP/7Ovr//T0 - 8//7+/r//f79///+//////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////3+ - /f/5+fn/8O/v/+Tj4v/X1dT/yMPD/7WwsP+ooqH/pJ6d/6OdnP+inJv/oZub/6Gbm/+gmpr/oJqa/5+Z - mf+fmJj/npiY/52Wlv+gmpr/tK+u/9/d3f/7+/v///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////v79/+/u - 7f/d2tj/0c/M/87Myf/Nysj/zMrH/8zKx//Mysf/zMnG/8vJxv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nG - xP/JxsP/yMXD/8jFw//IxcL/x8TC/8fEwf/Gw8H/xsPA/8bDwP/FwsD/xcK//8TBv//EwL7/xMC+/8PA - vv/Cv73/wr+9/8K+vP/Bvbv/w8C+/8XCwP/Kx8X/0tDP/97c2//o6Of/7+/u//Py8v/49/f//Pz8//7+ - /v////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v7+//v6+v/39vb/8PDv/+rp6f/h397/0s7O/7+8u/+wrKv/qqWk/6ii - oP+knp3/o52c/6Odnf+inJz/opyb/6Kcm/+hm5v/oZqa/6Camf+fmZn/nZeX/6Camf+yra3/19TU//f3 - 9/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////z7+//t6+n/2tfV/9HOzP/Ny8j/zcrI/8zK - x//Mysf/zMrH/8zJxv/Lycb/y8jG/8rIxf/KyMX/ysfF/8nHxP/JxsT/ycbD/8nGw//IxcP/yMXC/8fE - wv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMC//8TAvv/DwL7/wr+9/8K/vf/Bvbv/wL27/8G9 - u//Bvbv/xMHA/8fEwv/Lycf/09DP/9vY1//m4+P/7u3t//X09P/49/f/+vr6//v7+//8/Pv//fz8///+ - /v////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////f39//z8/P/7+vr/+vn5//f39//29fX/8vDw/+jm - 5v/c2tr/z8zL/8K+vv+5tLP/sqys/6ulpf+moJ//pJ+e/6Wfnf+lnp3/pJ6e/6Senf+jnZ3/opyd/6Kc - nP+inJv/oZub/6Camv+fmpr/oJqa/66qqf/S0M//9fT0//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////7+vn/6+ro/9nW1P/Pzcr/zsrI/8zKx//Nysj/zMrH/8zKx//Mycf/y8nG/8vI - xv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGxP/JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XC - wP/Fwr//xcG//8TAv//EwL7/wsC+/8K/vf/Bv73/wb68/8G+vP/Avbv/wL27/767uf+/u7n/wr28/8fD - wf/Nysn/0c7N/9fV1P/e3Nv/4+Lh/+no6P/v7u3/9PLy//j39//7+/r//Pz8//38/P/+/f3//v79//7+ - /f/9/f3//f39//39/f/+/f3//v39//39/f/9/f3//f39//79/f/+/f3//f39//39/f/8/Pz//Pz8//v6 - +//4+Pj/9PTz/+/u7v/p5+f/4eDf/9rY2P/U0ND/y8fG/8K+vv+8uLj/s66t/6ulpf+ooaD/pqGg/6ag - oP+moaD/pqCg/6agn/+mn5//pZ6f/6Sfnf+knp3/o5yd/6Kcnf+inJz/oZub/6Camv+hmpr/rqio/8/L - y//y8vH///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////7+/v//////+vr5/+ro - 5//Z2NX/0M7L/83Kx//Nysj/zMrH/8zKx//Mycf/y8nG/8vIxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nG - xP/JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XCwP/Fwr//xcK//8TBv//EwL7/w8C+/8K/ - vf/Cv73/wr+9/8G+vP/Bvbv/wL27/8C8u//AvLr/v7u6/7+8uf+/vLr/vbq4/7+8uv/EwsD/ycfF/9DO - zP/X1NP/2tfX/93c2v/j4eD/5uTk/+ro5//r6en/6+vp/+vr6v/s6+v/7e3r/+7t7P/v7e3/7+3t/+3s - 6//t6+v/7Orq/+vq6v/q6Oj/6efn/+jn5//n5eT/4+Hh/+De3f/a19f/1dPR/9HOzv/MyMj/wr++/7u3 - tv+0r67/rain/6qlo/+rpqX/qaSj/6mjov+ppKP/qaSi/6eiof+noaD/pqCg/6agoP+moKD/pZ+f/6Sf - nv+knp3/pJ2d/6Odnf+inJz/oZua/6Odm/+vqan/zsrK//Du7v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////v6+v/r6un/2tnW/9HPy//Ny8j/zcrI/8zK - x//Mysf/zMnH/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fE - wv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XCv//Ewb//xMC+/8PAvv/Cv73/wr+9/8K/vf/Bvrz/wb68/8C9 - u//AvLr/wLy6/7+8uv+/vLr/vbq4/726uP+9urj/vbq4/8C8uv/Cvrz/v7y5/7+8uf/Dvr3/yMTD/8vH - xv/Nysj/zcvJ/87Lyv/Pzcz/0dDO/9PQz//U0dD/09DP/9LPzv/Rzs3/zsvK/8zJyf/KxsX/yMTD/8fE - w//FwL//wLy7/7q2tf+1sK//sq2s/7Ourf+zrq3/sKuq/66pqP+sp6b/rKem/6umpf+qpaT/qqWk/6mk - o/+ppKP/qaOi/6ijov+noqH/p6Gg/6ehoP+moaD/paCf/6Wgn/+kn57/pJ6d/6Odnf+inJv/pZ6e/7Ot - rP/PzMv/8O/v//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////8/Pz/7ezr/9za2P/Qz8z/zsvI/83KyP/Mysf/zMrH/8zJxv/Mycb/y8nG/8vI - xv/KyMX/ysfF/8rHxf/Jx8T/ycbE/8nGw//IxcP/yMXC/8jFwv/HxML/x8TB/8bDwf/Gw8D/xsPA/8XC - wP/Fwr//xMG//8TAvv/EwL7/w8C+/8K/vf/Cv73/wb68/8G+vP/Bvrz/wL27/8C8uv+/vLr/v7u5/767 - uf+9urj/vLm3/7y4tv+7t7b/ure0/7q3tP+7trX/u7e2/7y4tv+8uLb/vLi2/7y4t/+9urj/v7u5/7+6 - uf+/u7n/vbq4/725uP+9uLf/ura0/7i0s/+3srH/tbCv/7Swr/+0r67/sq2s/7Csqv+vqaj/rain/62o - p/+tqaf/rain/6ynpv+sp6b/rKem/6ynpv+rpqX/q6Wk/6ulpP+qpaT/qaSj/6mjov+oo6L/p6Kh/6ei - of+noaD/pqCg/6Wgn/+ln57/pJ6e/6Sdnf+noqH/ta+v/9bS0v/z8fH///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////+/v7/+/u - 7v/e3Nv/0tHN/87Lyf/Ny8j/zMrH/8zKx//Mysf/zMnG/8vJxv/LyMb/ysjF/8rIxf/Kx8X/ycfE/8nG - xP/JxsP/yMXD/8jFw//IxcL/x8TC/8fEwf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TAv//EwL7/xMC+/8LA - vv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C8uv/AvLr/v7y6/7+7uf+/u7n/vbu5/725t/+8uLf/vLm2/7y5 - tv+7t7X/ura0/7m2s/+4tLL/uLSy/7i0s/+4tLL/uLSy/7izsv+3srD/tbKw/7axsf+2sLD/tLCu/7Ou - rf+zra3/sq2s/7Gsq/+xrKv/sayr/7Csqv+wrKr/sKuq/6+qqf+uqqj/rqmo/62op/+uqKj/rKem/62n - pv+rp6b/q6Wk/6ulpP+rpaT/qaWk/6mjov+po6L/p6Ki/6eiov+noqD/p6Cg/6Wgn/+ln57/pZ+f/6ij - o/+5trX/29nY//X09P////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////z9/f/x8PD/4uHf/9XT0P/Qzcr/zcrH/8vJ - xv/Mysf/zMnG/8vJxv/LyMb/ysjF/8rIxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFw//IxcL/x8TC/8fE - wf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb7/xMC+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 - u//AvLr/v7y6/7+7uf+/u7n/vru5/726uP+9ubf/vLm3/7y5t/+8uLb/u7e1/7q3tf+6trT/ura0/7q2 - tP+5tbP/uLSz/7i0sv+3s7H/trOx/7aysf+2sbD/tbGv/7Wwr/+1r6//tK+u/7Ourf+yrqz/sq2s/7Gs - q/+xrKv/sKyq/7Crqv+vqqn/rqqo/66pqP+uqaj/rain/62npv+sp6b/q6al/6umpf+rpaT/qqWk/6mk - o/+po6L/qKKi/6iiov+noqH/p6Gg/6ahn/+ln5//r6mp/8K+vv/d3Nv/+fr5//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/v7/9vb2/+Xk4v/Y19T/0M7L/8zKx//Mysf/zMrH/8zJx//Lycb/y8jG/8vI - xv/KyMX/ysfF/8nHxP/JxsT/ycbD/8nGw//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XC - v//Ewr//xMG//8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/7+8uv+/vLr/v7u5/767 - uf+9urj/vbm3/725t/+8ubf/vLi2/7u4tv+7t7X/ura0/7q2tP+6trT/ubWz/7i0sv+3tLL/t7Sy/7ez - sf+2srD/trGw/7Wwr/+0sK7/tLCu/7Svrv+zrq3/sq6s/7KtrP+yrKz/sayr/7Csqv+wq6r/r6qp/66q - qP+uqqj/rqmo/62op/+tp6b/rKem/6unpv+rpqX/q6Wk/6qlpP+ppKP/qaOi/6miov+ooqH/p6Kh/6ql - pP+0r6//ysbG/+jm5v/9/Pz///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////r5 - +P/r6+n/3NvY/9TSz//Qzsv/zMvI/8zKx//Mycb/y8nG/8vJxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nG - xP/JxsP/yMXD/8jFwv/HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/Fwr//xcK//8TBv//EwL7/w8C+/8K/ - vf/Cv73/wr+9/8G+vP/Bvrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq5/725uP+9ubf/vLm3/7y4 - tv+7uLb/uri2/7q3tf+6trT/ubW0/7m1s/+5tLL/uLSy/7e0sv+3s7H/trKw/7axsP+1sbD/tbGv/7Ww - rv+0r67/s6+t/7KurP+yrqz/sq2s/7Gsq/+wrKr/sKuq/6+qqf+vqqn/rqqo/66pqP+tqKf/raem/62n - pv+sp6b/q6al/6ulpP+qpaT/qaSj/6mjov+rpKT/sKqq/7y4t//Y1tb/8fDw//39/f////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////7+/v/8fLw/+bl4//Z2NX/0M/L/83L - yP/Mycb/y8nG/8vJxv/LyMb/y8jG/8rIxf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/yMXC/8fE - wv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XCv//EwL//xMC+/8LAvv/CwL7/wr+9/8K/vf/Bvrz/wb68/8C9 - u//AvLr/wLy6/7+8uf+/u7n/vbu5/726uf+9ubf/vbm3/7y5t/+8uLb/ure1/7q3tf+7trT/urW0/7m1 - tP+5tLL/ubSy/7e0sv+3tLL/t7Ow/7aysP+2srD/trKw/7Wxrv+0sK//tK+u/7KvrP+yr6z/sq6s/7Ks - rP+wrKr/sKyq/7Cqqv+wqqr/rqqo/66qqP+uqaj/raem/6ynpv+sp6b/q6al/6ulpP+qpaT/qqWk/6um - pf+2sLD/zMjI/+Ti4v/39vb///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////j4+P/s7Or/4N/d/9XT0P/OzMn/y8nF/8vIxf/Lycb/y8jG/8rI - xf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/yMXC/8fEwv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XC - v//Ewb//xMC+/8PAvv/DwL7/wr+9/8K/vf/Bvrz/wb68/8C+vP/Avbv/wLy6/7+8uv+/u7n/vru5/767 - uf+9urj/vbm4/7y5t/+8uLb/u7e1/7u3tf+7t7X/ura0/7m1tP+5tbP/ubWz/7i0sv+3tLL/t7Ox/7ay - sP+2srD/trKw/7Wxr/+0sK//tK+u/7Ovrf+zr63/sq6s/7KtrP+xrKv/sKyq/7Crqv+wq6r/r6qp/66q - qP+uqaj/rain/6ynpv+sp6b/q6al/6ulpP+rpqX/tbCv/8TAwP/Y1NT/7e3t//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///+/v3/9vX0/+jm5P/c2db/09HO/83MyP/Mysf/y8nG/8vIxv/KyMX/ysfF/8rHxf/Jx8T/ycbE/8nG - w//IxcP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8D/xsPA/8XCwP/Fwr//xMG//8TAvv/EwL7/w8C+/8K/ - vf/Cv73/wb68/8G+vP/Bvrz/wL27/8C8u/+/vLr/v7u5/7+7uf++u7n/vbq5/725t/+8ubf/vLi2/7y4 - tv+7uLb/ure1/7q2tP+5trT/uba0/7m1s/+4tLL/t7Sy/7ezsf+2srD/trKw/7aysP+1sa//tbCu/7Sv - rv+0rq7/s66t/7KurP+yraz/sayr/7Csqv+wrKr/sKuq/6+qqf+uqaj/rqmo/62op/+sp6b/rqmo/7Ww - r/+/urn/0c7N/+rp6f/8/Pz//v////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////v7+//08/H/5+Xj/9nY - 1f/S0M3/z83K/8zKx//Lycb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsP/ycbD/8jFw//IxcL/x8TC/8fE - wf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//EwL//xMC+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 - u//AvLr/v7y6/7+8uv+/u7n/vru5/726uP+9ubf/vLm3/7y5t/+8uLb/u7e1/7q3tf+6trT/urW0/7m1 - tP+5tbP/uLSy/7e0sv+3tLL/t7Ox/7aysP+2sbD/tbGv/7Swrv+0sK7/tK+u/7Ourf+yrqz/sq2s/7Gs - q/+xrKv/sKyq/7Crqv+uqqj/sKup/7Ktq/+0sK7/vbm4/9HOzf/p6Of/9/b2//7+/v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////+fn4//Hw7//n5eT/29nX/9LQzf/OzMr/zMnG/8rH - xf/LyMb/ycbE/8nGxP/JxsP/ycbE/8nGw//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XC - v//Fwb//xMG//8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/8C8uv+/vLr/v7u5/767 - uf+9urj/vbm3/725t/+8ubf/vLi2/7u3tf+7t7X/u7a1/7q2tP+5tbT/ubWz/7i0sv+3tLL/t7Oy/7ez - sf+2srD/trKw/7Wxr/+0sK7/tLCu/7Svrv+yrqz/sq2s/7Gsq/+xrKv/sKyq/7Grqv+xrKr/trKw/8O/ - vf/U0tD/5ePi//Lx8f/+/v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////5+fn/7+7t/+bl5P/f3dz/1tTS/87Myf/Lycb/ysjF/8nHxP/JxsT/yMbD/8nG - w//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TAvv/DwL7/wr+9/8K/ - vf/Cv73/wb68/8G+vP/Avbv/wLy7/8C8uv+/vLr/v7u5/767uf+9urj/vbq4/725t/+8ubf/vLi2/7u3 - tf+7t7X/u7e1/7q2tP+5tbT/ubWz/7i0sv+4s7L/t7Oy/7ezsf+2srD/trKw/7Wxr/+0sK7/tLCu/7Sv - rv+zrq3/sa2s/7Gsq/+yrKv/trGw/765uP/IxcT/1tPS/+Ti4f/09PL///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////+/v7//v7+//39 - /f/19fX/6uno/97e2//X1tP/1NLP/8/Nyv/LyMb/yMbD/8jGw//JxcP/yMXC/8jFwv/HxML/x8TC/8fE - wf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//EwL7/w8C+/8K/vf/Cv73/wr+9/8G+vP/Bvbz/wL28/8C9 - u//AvLr/v7y6/7+7uf++u7n/vbu5/726uP+9ubf/vLm3/7y4tv+7t7X/ure1/7q3tf+6trT/ubW0/7m1 - s/+5tLL/uLSy/7e0sv+3s7H/trKw/7Wwr/+1sK//tLCu/7Ovrf+1sa//uLSz/724t//Ev77/zcnI/9vY - 2P/s6+v/+/r6//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////Pz8//j4+P/x8fH/6ejm/9/d - 2//V0tD/z8zK/83LyP/Mycf/ycfE/8nGxP/IxcL/x8TC/8fEwv/HxMH/xsPB/8bDwP/Gw8D/xcLA/8XC - v//Ewb//xMC+/8TAvv/DwL7/wr+9/8K/vf/Bvrz/wb28/8G9vP/Avbv/wLy6/7+8uv+/u7n/v7u5/767 - uf+9urj/vbm3/7y5t/+8uLb/vLi2/7u4tv+7t7X/ura0/7m1tP+5tbP/ubWy/7e0sv+3s7H/t7Ox/7ez - sv+5tLP/ubSy/7m2tP/Cvr3/zMnJ/9vY2P/r6en/9PTz//n5+f/+/f3///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////+vr6//X19P/w7u3/6efm/+Hf3f/Z19X/0tDO/87L - yP/JxsP/yMbD/8rHxP/IxcL/xsPB/8XCv//Fw7//xcLA/8XCwP/Ewb//w8C+/8TAvf/DwL3/wr+9/8K/ - vf/Bvrz/wb28/8G9vP/Avbz/wLy6/7+8uv+/u7n/v7q4/767uf+9urj/vLm3/7y4tv+8uLb/vLi2/7u4 - tv+7t7X/ubW0/7i0s/+6trT/u7e1/7m1s/+4s7L/vLi3/8K9vP/KxsX/09DQ/93b2//n5uX/7u3t//b2 - 9v////////////////////////////7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v39//f29v/v7u3/6ejn/+Ti4P/d29r/2djV/9fV0//Rz83/zcrI/8rI - xf/IxsP/xcLA/8TAvv/Ewb7/xMG//8TBv//Ewb//xMC+/8O/vf/Cv7z/wb67/8C9u//Avbv/wLy6/8C8 - uv+/vLr/v7u5/7+7uf+/u7n/vbu4/725t/+7t7X/ure1/7u3tf++urj/vrq5/8C8u//Fwb//ysfF/87L - yv/Sz87/2tfX/+He3f/o5+b/8vHy//z8/P////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////v7+//39/f/4+Pj/8/Lx/+3r6//m4+P/4eDe/97c2v/Z2Nb/1NHP/8/Myv/PzMr/0M3K/8/M - y//Oy8r/zMnH/8rHxP/IxcP/x8TC/8bDwP/Gw8D/xcLA/8bDwf/Gw8H/xsTC/8jFw//JxcP/ycfF/8nH - xf/IxcP/x8XD/8vHx//Rzcz/1NLR/9jW1P/d29n/5eTj/+/u7f/39vb//fz8///+/v/+//////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////v7+//38 - /f/7+/v/+vr6//n5+f/39/f/9PLy/+/u7v/r6+r/6ejn/+bl4//i4eD/397c/9zb2f/b2Nf/2dfV/9fV - 0//X1dP/1tTT/9fV1P/Z19X/29nY/93b2v/g3d3/4+Hh/+bk5P/o6Of/6+vr//Dw7//19PT/+Pf3//j3 - 9//5+fj/+/v7//39/f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///9/f3/+/v7//n5+f/49/f/9vb1//X09P/09PP/8/Py//Ly8v/y8vL/8vHx//Ly8f/z8/L/9fT0//b1 - 9f/39vf/+fj4//v6+v/9/f3///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////AAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - - - R-Instat - - - mnuDescribe - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariableVisualiseData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator72 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariableSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator33 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariableFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeOneVariableRatingData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeTwoVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeTwoVariablesSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeTwoVariablesGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator34 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeTwoVariablesFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeTwoVariablesPivotTable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThreeVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThreeVariableSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThreeVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator36 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThreeVariableFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThreeVariablePivotTable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificTablesGraphs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificFrequency - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificSummary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificMultipleResponse - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator26 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificBarPieChart - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificBoxplotJitterViolinPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificHistogramDensityFrequencyPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificPointPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificLineSmoothPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificMapPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificDotPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator27 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificMosaic - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificCummulativeDistribution - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeSpecificParallelCoordinatePlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeGeneralColumnSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeGeneralTabulation - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeGeneralGraphics - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator38 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeGeneralUseSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator9 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeMultivariate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeMultivariateCorrelations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeMultivariateprincipalComponents - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeMultivariateCanonicalCorrelations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeMultivariateClusterAnalysis - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator13 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeUseGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeCombineGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeThemes - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDescribeViewGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelProbabilityDistributions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelProbabilityDistributionsShowModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelProbabilityDistributionsCompareModels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelProbabilityDistributionsRandomSamplesUseModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelTwoVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelThreeVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelFourVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator24 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelMachineLearning - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator57 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelHypothesisTestsKeyboard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelFitModelModelKeyboard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelCompareModels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelCompareModelsOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelTwoVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator59 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelGlance - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelTidy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelAugment - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator58 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelUseModelUseModelKeyboard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherOneVariableExactResults - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherOneVariableSampleSummaryData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherOneVariableNonParametric - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherOneVariableGoodnessofFit - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesTwoSamples - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesSummaryData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesSimpleRegression - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesOneWayANOVA - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesNonParametricTwoSamples - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherTwoVariablesNonParametricOneWayANOVA - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherThreeVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherThreeVariablesSimpleWithGroups - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherThreeVariablesNonParametricTwoWayANOVA - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherThreeVariablesChisquareTest - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherGeneralANOVAGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherGeneralRegression - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuModelOtherGeneralLogLinear - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticExamine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticProcess - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticEvaporation - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticEvaporationSite - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticEvaporationPenman - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCrop - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCropCropCoefficients - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCropWaterSatisfactionIndex - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticHeatSum - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuView - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewDataView - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewOutputWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewLog - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewScriptWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewColumnMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewDataFrameMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator22 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewStructuredMenu - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewClimaticMenu - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewProcurementMenu - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewOptionsByContextMenu - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator39 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewResetToDefaultLayout - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewSwapDataAndMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelp - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpHelpIntroduction - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpHistFAQ - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpGetingStarted - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator28 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpWindows - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpDataViewSpreadsheet - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpMenus - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpAboutR - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpRPackagesCommands - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpDataset - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator29 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpGuide - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpGuidesCaseStudy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpGuideGlosary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuhelpGuidesMore - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpAboutRInstat - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpLicence - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuHelpAcknowledgments - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - OpenFile - - - System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator16 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SaveFileDialog1 - - - System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimatic - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportSST - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportfromIRIDataLibrary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportfromClimateDataStore - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportandTidyNetCDF - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportandTidyShapefile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator20 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateFileImportfromClimSoft - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateFileImportfromClimSoftWizard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileImportfromCliData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator15 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileExportToClimsoft - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticFileExportToCPT - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuExportToWWRToolStrip - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator18 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineVisualiseData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineTidyDailyData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineNonNumericCases - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineReplaceValues - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineDuplicates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator54 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineStack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineUnstack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineMerge - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineAppend - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator69 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuSetupForDataEntry - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTidyandExamineClimaticDataEntry - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineCompareColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator50 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineOneVariableSummarize - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineOneVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticTidyandExamineOneVariableFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesGenerateDates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesMakeDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesInfillMissingDates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesUseDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesMakeTime - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDatesUseTime - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDefineClimaticData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataInventory - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataDisplayDaily - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator65 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataFillMissingValues - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataBoxplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataQCTemperatures - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataQCRainfall - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator70 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataHomogenization - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCheckDataCheckStationLocations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepare - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuCimaticPrepareTransform - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareConversions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator37 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareClimaticSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareStartoftheRains - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareEndOfRains - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareLengthOfSeason - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareSpells - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareExtremes - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator64 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareClimdex - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareSPI - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator51 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareEvapotranspiration - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareSummary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareNewWorksheet - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareImportDailyData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareMakeFactor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareShiftDailyData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareUnstackDailyData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPrepareStackDailyData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator30 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribe - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeRainfall - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeTemperatures - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeWindSpeedDirection - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeWindSpeedDirectionWindRose - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeSunshineRadiation - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator17 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticDescribeGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator31 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMP - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPIndices - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPVariogram - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPRegionAverage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPTrendGraphs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPCountRecords - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticNCMPSummary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPICSA - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPICSARainfall - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPICSACumExeedenceGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPICSATemperature - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticPICSACrops - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuCMSAF - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCMSAFPlotRegion - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCMSAFExporttoCMSAFRToolbox - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompare - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareCalculation - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareSummary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator66 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareCorrelations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareScatterplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareTimeSeriesPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareSeasonalPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareDensityPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareConditionalQuantiles - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticCompareTaylorDiagram - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticMapping - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticMappingMap - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticMappingCheckStationLocations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticModelsExtremes - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticModelCircular - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticModelMarkovModelling - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator23 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCF - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportOpenSST - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportExporttoCPT - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator32 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportCorrelations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportPrincipalComponents - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportCanonicalCorrelations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticSCFSupportCumulativeExceedanceGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethods - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulation - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationStartOfRain - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationEndOfRain - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationChangeFormatDayMonth - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationExportCPTToTabular - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationDayMonth - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationDisplayDaily - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationDisplayDOYOfYear - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationDisplayRainRunningTotal - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationDisplaySpellLength - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationExportForPICSA - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationExtremeEvents - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationMissingData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsDataManipulationMissingDataTable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateMethodsDataManipulationMonthlySummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateMethodsDataManipulationOutputForCD - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphics - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsClipBoxPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsCliplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsMissingValues - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsHistogram - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsCumExceedance - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsBoxplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsInventory - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsAnnualRainfall - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsRainCount - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsTimeseries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsGraphicsWindrose - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateMethodsGraphicsMultipleLines - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClmateMethodThreeSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditional - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditionalOutputForCPT - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditionalRainsStatistics - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditionalSeasonalSummary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditionalSeasonalSummaryRain - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimaticClimateMethodsAdditionalWaterBalance - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuClimateMethodsCreateClimateObject - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSave - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSaveAs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSaveAsDataAs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSaveAsOutputAs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSaveAsLogAs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileSaveAsScriptAs - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFilePrint - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFilePrintPreview - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tlSeparatorFile3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFIleExit - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEdit - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditFind - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditFindNext - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditReplace - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditCut - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditCopySpecial - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditPaste - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPasteSpecial - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditPasteNewDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditSelectAll - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator71 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuEditScript - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - FolderBrowserDialog1 - - - System.Windows.Forms.FolderBrowserDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tstatus - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbOpen - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbOpenFromLibrary - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbSave - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - toolStripSeparator - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbCopy - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuSubTbCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuSubTbCopySpecial - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbPaste - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuSubTbPaste - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuSubTbPasteSpecial - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - separator1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbEditLastDialog - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbLast10Dialogs - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sepStart - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - sepEnd - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuLastGraph - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuViewer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuploty - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - separator2 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbDataView - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbOutput - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuMetadata - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuColumnMetadat - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDataFrameMetadat - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbLog - - - System.Windows.Forms.ToolStripSplitButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuLogWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuScriptWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbResetLayout - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - separator3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbHelp - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTbLan - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileNewDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportFromFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportFromLibrary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator35 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportFromODK - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportFromCSPRO - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportFromDatabases - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileImportandTidyNetCDFFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileConvert - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tlSeparatorFile - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileExport - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileExportExportDataSet - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileExportExportRObjectsToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileExportExportRWorkspace - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileExportExportGraphAsImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuFileCloseData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator8 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepare - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameViewData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameRenameColumn - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameDuplicateColumn - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameRowNumbersNames - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameSort - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameFilter - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameSelectColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameReplaceValues - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameConvertColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator2 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameReorderColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameInsertColumnsRows - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameDeleteColumnsRows - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameProtectColumn - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameHideColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameFreezeColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataFrameColumnStructure - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataframeColourByProperty - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataVisualiseData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataDuplicates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataCompareColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataNonNumericCases - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator49 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataBoxplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataOneVariableSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataOneVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataOneWayFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator41 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataExportOpenRefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataImportOpenRefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator40 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPreparePrepareToShareJitter - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataPrePareToShareSdcPackage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCheckDataAnonymiseIDColumn - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator6 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareCalculator - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnCalculate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericRegularSequence - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericEnter - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator25 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericRowSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericTransform - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericPolynomials - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator56 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericRandomSamples - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnNumericPermuteRows - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorConvertToFactor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorRecodeNumeric - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorCountInFactor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator12 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorRecodeFactor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorCombineFactors - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorDummyVariables - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator14 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorLevelsLabels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareFactorViewLabels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorReorderLevels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorReferenceLevel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorUnusedLevels - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorContrasts - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator19 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnFactorFactorDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnText - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextFindReplace - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextTransform - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextSplit - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextCombine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextMatch - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnTextDistance - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateGenerateDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateMakeDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateInfillMissingDates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateUseDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateMakeTime - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDateUseTime - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDefineConvertColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator55 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnDefineCircular - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator4 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataReshape - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeColumnSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeGeneralSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator10 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeStack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeUnstack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeMerge - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator11 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareAppendDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeSubset - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeRandomSubset - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareColumnReshapeTranspose - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataReshapeScaleOrDistance - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator7 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinks - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinksAddKey - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinksViewAndRemoveKey - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinksAddLink - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinksViewAndRemoveKeys - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareKeysAndLinksAddComment - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObject - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectDataFrameMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectRenameDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectReorderDataFrames - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectCopyDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectDeleteDataFrame - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator21 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectHideDataframes - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectRenameMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectReorderMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareDataObjectDeleteMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareRObjects - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareRObjectsView - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareRObjectsRename - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareRObjectsReorder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPrepareRObjectsDelete - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructured - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircular - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularDefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularCalculator - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularSummaries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator46 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularDensityPlot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator67 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularWindRose - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularWindPollutionRose - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularOtherRosePlots - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator68 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredCircularCirclize - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredLow_Flow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredLow_FlowDefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredSurvival - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredSurvivalDefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeries - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesDefine - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator60 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesDescribe - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesDescribeOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesDescribeGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator61 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesModelOneVariable - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredTimeSeriesModelGeneral - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator62 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator63 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredClimatic - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredProcurement - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuStructuredOptionByContext - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurement - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementOpenFromLibrary - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDefineData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepare - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareFilterByCountry - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator42 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareDefineContractValueCategories - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareRecodeNumericIntoQuantiles - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareSetFactorReferenceLevel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareUseAwardDate - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator43 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareSummariseRedFlagsByCountryorOther - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareSummariseRedFlagsByCountryAndYearorOther - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementPrepareMergeAdditionalData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribe - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeOneVariableSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeOneVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator44 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategorical - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategoricalOneVarFreq - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategoricalTwoVarFreq - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator52 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategoricalBarCharts - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategoricalMosaic - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeCategoricalTreemap - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - DisplayTopNToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeNumeric - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeNumericBoxplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - HistogramToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator53 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDescribeNumericCorrelationsRedFlagsOrOthers - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementMapping - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementMappingMapCountryValues - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementModelDefineCorruption - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementModelFitModelToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator45 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementDefineRedFlags - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementUseCRI - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementCTFVCalculateCRI - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuProcurementUseCRISummariseCRIbyCountry - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContext - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckDataDuplicates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckDataCompareColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator47 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckDataOneVariableSummarise - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckDataOneVariableGraph - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextCheckDataOneVariableFrequencies - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextDefineOptionsByContexts - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextPrepare - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextPrepareCalculateDIfferenceBetweenOptions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator48 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextMergeAdditionalData - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextPrepareStack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextPrepareUnstack - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextDescribe - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextDescribeCompareTwoTreatments - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextDescribeCompareMultipleTreatments - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextDescribeBoxplot - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextModelFitModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuOptionsByContextGeneralFitModel - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuTools - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsRunRCode - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsRestartR - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsCheckForUpdates - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsClearOutputWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator5 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsSaveCurrentOptions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsLoadOptions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsInstallRPackage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuToolsOptions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ExportToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuRViewer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuPlotly - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuColumnMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuDataFrameMetadata - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuScriptFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuLogFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - frmMain - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 122, 95 + + + 25 + + + + AAABAAUAEBAAAAEAIABoBAAAVgAAABgYAAABACAAiAkAAL4EAAAgIAAAAQAgAKgQAABGDgAAMDAAAAEA + IACoJQAA7h4AAJCQAAABACAAaE8BAJZEAAAoAAAAEAAAACAAAAABACAAAAAAAAAEAAATCwAAEwsAAAAA + AAAAAAAA///////////69fH/+fPv//z49v/79vL/9u3l/+/e0f/69fL/9erh//Xp4P/v3c//+fPu//Xp + 4P/8+ff////////+/v//////8eLX/+/d0P/48Or/8eDS//Pm3P/s18f/7drL//Hh1v/v3c//69XF/+vU + xP/v3c7//v79/////////v7///////Lk2v/v3M//7NfH/+/dz//r1MP/6dC8//Tn3v/t2cr/9uzk/+XI + sf/s1sb/69TD/////v////////7+///////v3tH/+fPu//Pm2//37uf//fz6//jv6f/37uj/69bG//77 + +v/48On//Pj2/+nRvv///v7/////////////////+/f0//37+v//////8+TY/8mOXP/NmWz/+fLs//// + ///evqL/wYhW/8iVaf/79/P////////+/v///////v7+/////////v3//////+LLuf+vVQr/sV0X/+Xa + 0v/28+//tWoq/6BFAP/MnXT///////79/P///////v7+///////39vb/08/O/62sr/+ljHv/u2Yg/7do + J/+noaL/rYdo/69XDP+1bCz/+vPt/////////v7////////////u7e3/ura1/6Wfnf+5ubv/072s/7pk + Hf+6aij/06aA/7dtL/+4aCP/v6ON/+Tn7P///////v7+///////29vX/wr68/7KurP/Nysj///////Db + yf+6ZB7/u2kl/7JWCf+xWA7/t2ck/9Gkfv+7trb/8O/v///////+/v7/2tjX/725t//Cv73/9/X0//// + ///u2cj/vGUe/75sKf/iv6P/5MSq/7lrK/+1Wg7/xqaO/8nKzv///////f39/9HPzf/Bvrv/y8jH//38 + +///////8NvK/75nIv/BcC7/8d7P//bq4P/BeT3/tFwS/8WZdv+6u8D///////7+/v/X1dP/xsPA/8XC + wP/y8O///////+7Xxf+6XRL/vGMb/7ldFP+1Wg//s1kQ/8BpIv/KsqH/ubi8///////+/f3/6+rp/8jG + w//Gw8H/zcrH//f6/P/46t//3KJz/9yleP/bpHf/26R4/9ymev/jybX/p6Sm/93a2v///////v7+//// + ///g3tz/xsPA/8TBv//Fwr//2dnY/+zw9P/z9/r/8/b6/+vu8v/T1tn/pKOl/8TAwP///////v7+//// + /////////////+fm5P/Oy8n/xMG+/7y4tv+4s7D/trGu/7CrqP+po6H/rKaj/9fU0////////v7+//// + //////////////7+/v//////+fn5/+jm5f/a2Nb/0c7M/83Kyf/Sz87/4uDf//n5+f///////v7+//// + /////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAoAAAAGAAAADAAAAABACAAAAAAAAAJAAATCwAAEwsAAAAAAAAAAAAA//////// + /////////v38//79/P/+/fz//v38///////9+/n///////Xr4//z5dv///7+//7+/f/37uj//v79//Pl + 2//37ef//v38///////47+n//fv6///////////////////+/v//////8uTa//Lk2v/y5Nr/8uTa//// + ///q0b3/8+Xb/+fNuP/s1sb/7trM//Lk2v/ozbj/7tvN/+jOuv/p0L3/5MWu//v28//gvaH///7+//// + //////////////7+/v//////8eHV//Hh1f/x4tb/8eLX///////lx6///fz6//jv6f/nzbj/7NfG/+/d + 0P/z5t3/8ODU/+zYyf/06N7/5cm0//Xr4v/p0Lz///////79/f/////////////+/v//////8eLW//Hj + 2P/v3dD/7NjI///////mybP/8eLX/+HApv/z5tz//vz8/+/d0P/z5dv//fv5//Df0//pz7v/4sKp//fv + 6P/r08D///////79/f/////////////+/v//////8eLX//Dg1f/16uL/3rqf/+PEq//t2sv/9uzl/+TF + rf/kxaz/9Onh/+HBqP/kxa//+PHs/+TFrf/lyLH/8+bd/+vVxP/ZrYz////////+/v////////////7+ + /f//////8eHW/+zYyf///////fz6//v18v///v7////////+/v/+/f3///////Df1P/z5tz////////+ + /f///f3///////bs5P/u2sr////////+/f//////////////////////+/by//nz7v///////vz7//// + ///w3s//06F3/9Wogv/UqIL/9/Dq////////////8uTZ/86hef/Rp4L/y5tx/+DDqf///////v79//// + ///////////////////////////////////+/v7//vz7///////lxar/rFAD/69aEv+vWRH/9Ofc//// + ////////y5hs/6JKAP+nVg7/o00D/+bOuv///////v38/////////////////////////////v7+///+ + /v///////v38//b7///YuaH/tmEa/7hpJ/+2ZyX/3tDF//n+///y5Nf/sWIf/7BkIv+pWBH/yJNm//// + ///+/v3////////////////////////////+/v7///////n5+f/a2Nf/vLa1/6amqv+ohm3/umMb/7dm + I/+2ZSL/kn1y/5OUnP+ygFf/sV0U/7BjIP+yYx7/7+DS///////+/v3///////////////////////7+ + /v//////5OPi/7i0s/+po6L/pJ2b/6GgpP+xkHf/u2Qc/7hnJP+3ZSL/1MrE/8Gzqv+tXRr/tGUi/6dP + BP/AjWP///////79/P///////////////////////v7+///////a2Nf/sq2r/7KurP+uqaf/t7Gv/+Pm + 6v/jxKv/uGAY/7tpJv+5ZiL/0pZl/8iBRf+0YRz/s2Mf/9Cabf+xq6v/x8TE///////+/v7///////// + /////////////+Pi4f+3s7H/u7e1/7Ovrf/Hw8L/+ff2///////oybD/uWAY/7xqKP+6aCT/s10V/7Rf + Gf+2ZiP/tWQh/8eJVP/q1ML/raqt/9TQ0P///////v7+////////////9/f3/8TBv/++u7n/ura1/8O/ + vv/6+vr///79///////oybD/umEZ/71rKP+8aSX/vGwq/7tsKv+3ZB//tWMe/69aE/+4ZR//4M2+/6Og + o//49/b/////////////////4uHg/8G+u//CwL7/ura0/+Hf3////////fv6///////pyrH/vGIa/75s + Kf+9aib/7NO///jv6P/v28r/vnM1/7dmI/+uWBD/1qJ2/66tsv/Szs3///////79/f//////19XU/8TA + vv/Ewb//vrq4/+zr6////////fz7///////pyrH/vWMb/79sKf+/ayj/9efd///////+/fz/xYBI/7Vi + HP+yXRj/0ZRg/7e1t/+7trb///////39/f//////2NbU/8bDwP/HxMH/v7y5/+bk4////////fz7//// + ///qy7L/vmQd/8FuLP/AbCn/zYpU/9CTYf/JhE3/umcj/7trKf+xWhL/1p9x/7Kxtf+7tbT///////39 + /f//////4uHf/8fFwv/JxsT/w8C9/8/Myv/+/f3//v38///////pybD/vWEX/8BrJ/++aCP/u2Ia/7lf + Fv+4YBn/umYh/7VfGP+4Yhv/6NLA/5qXm//Szc3///////39/f//////9PTz/8zKx//Kx8X/yMXD/8K/ + vP/Z19X//fz7///////sz7j/xXIw/8h8Pv/HeTv/x3o9/8Z6PP/FeTv/w3Y4/82KVP/x18L/w8LE/5aP + jv/19PT///////7+/v///////////+Lg3//HxcL/y8jG/8jFw//Cvrz/z8zL/+/v7v/++/r///n0///6 + 9f//+vX///r1///69v//+/b//vjz//Pz9P/ExMf/kIiI/9DNzf///////v7+//////////////////79 + /f/b2df/x8XC/8rHxP/JxsP/wr+9/8C9u//Mycj/29rb/+Xl5v/p6ur/6Ojp/+Pj5P/X1tf/xMHC/6ii + ov+Wjo3/xcHB///////////////////////////////////////+/v3/4uHf/8rIxf/Gw8D/x8TB/8XC + wP/AvLr/u7e0/7i0sv+3srD/s6+t/6+pp/+oo6H/opyb/6mjov/V0tL///////7+/v////////////// + /////////////////////v7///////T08//d29r/zcrI/8XCwP/Cv7z/wLy6/726uP+6trT/trKx/7ax + sP+7t7b/0M3M//Lx8f///////v7+/////////////////////////////////////////////v7+//// + ////////+vn5/+3s6//i4N//2tjW/9XT0v/X1dT/3dva/+no5//5+fn////////////+/v7///////// + ////////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAACAA + AABAAAAAAQAgAAAAAAAAEAAAEwsAABMLAAAAAAAAAAAAAP////////////////////////////////// + /////////////////////////////////////////vz8//7+/f////////////////////////////// + ///+/Pz///////////////////////////////////////////////////////////////////////36 + +P/p0cD//////+/e0f/059////////nz7//r08D//////+TFrf/ctZj/3LaZ//Pl2///////6M66/+LA + pv//////3ric/9y1mP/iwKf/5cex///////06N//27GR//z69//////////+//////////////////// + ////////+/f0/9y1mP//////5cm1/+3Yyv//////9uvk/+C7nv/58+//5cex///////68+//2K2M//// + ///asZL//fr4/+rUw//jxa7///////Tn3f/SoHv//////+PDqv/s1cP///////7+/f////////////// + ///////////////////8+PX/3rqg///////nzrv/7tvN///////27eX/4L2g///////79/T/7NfH/9y0 + lf/jw6r//////966oP/+/Pv/+O/p/922mf/v3tH/9Ojf/9y1mP//////5cau//Hg0v///////v79//// + //////////////////////////////z49f/euZ///////+fNuf/t2sz///////ft5v/gvJ///////9mt + jP/my7b/9u3m////////////37yj//v39P//////+fLs/+rTw//lxq7/1KR////////lyLD/8eDS//// + ///+/v3//////////////////////////////////Pj1/965nv//////5ciz/9Ged//37+j/5cix/+XI + sv/79vP/16uK//36+P/r1cT/5sq2//7+/v/VpYP/9enh//rz7//euZ7/+/fz//Dg0//euZz//////9yz + lP/ny7b////////+/v/////////////////////////////////8+PX/37yi///////37un/797S/+LC + qP/jw6r/+/f0///////v3c//3beY/+G/pP/69fH/+fLu/8ySZ//s1sf//////+7azP/euJr/4L6j//jx + 7P//////06B5/964nP////////////////////////////////////////////v39P/ctpr///////// + /v///////////////////////////////////////////////v//////6dHA//36+P////////////// + /////////v79///////t2cn/9eng/////////v7//////////////////////////////////fz7//Hh + 1f////////7+//7+/f/+/Pv///////Hf0f/euZn/37yf/926nP/duZv/+fPt///////+/f3///7+//78 + +v/fwab/2baX/9q4mv/bup3/2bWV//Tq4P///////v7+//////////////////////////////////// + //////////////////////////////38+///////2rCM/6tOAP+wWxT/rlgP/61WDf/v4NP///////37 + +f//////6NG9/6ZRBv+mUwr/plQM/6JNAv+xaCn/+vTv/////////v7///////////////////////// + ///////////////////+/v3///////7+/v/+/v7//v38///////guZj/s10W/7hqKP+2ZiP/tWUi//Pl + 2f///////v38///////EiVb/q1kS/7BkIv+vYyH/qVcR/+LFrP///////v38//////////////////// + //////////////////////////////7+/v/////////////////49/b/7PD1/82kg/+1XhX/t2cl/7Zk + If+0Yx7/1MS3/+vr7f/+////7NbE/65cFv+vYR3/r2Ee/6lYEf++f0n///7+//////////////////// + ///////////////////////////////////+/v7///////z8/P/j4eH/xMDA/6+opv+goKT/q4Fg/7tj + Gv+3ZyT/t2Uh/7ZkIP+VgHT/j4mK/6Geof+3fU3/sFwV/7BiH/+vYR7/qlcR/+bNuP///////v38//// + ///////////////////////////////////////////////////k4uL/vLi3/6ijov+ln57/pqCe/6Cg + pP+sgWD/vGQb/7hnJf+4ZiL/t2Ug/6yZjf+jpq7/nYZ3/7BeF/+yYx//smQi/61aEv/MkV////////79 + /f////////////////////////////////////////7+///////6+vr/zsvK/6+qqP+tqKf/sKuq/6um + pf+lnpz/tLS5/8KZeP+6Yhn/umkm/7hnI/+3ZCD/7NjI//bx7f/CgUv/sl4Y/7NkIv+wXhf/pVEK/7um + l//+//////79////////////////////////////////////////////+fn4/8fEwv+yrqz/trGw/7Sw + rv+tqKf/tK+u/9rX1f//////4rmY/7deFf+8aij/umcj/7hmIv/Bdzr/v3Q1/7VhHP+1ZSL/smEc/8SB + Sf/izr7/oJ2h/6uko//+/v7///////////////////////////////////////7+/v/Ny8n/t7Ox/7q3 + tf+4tLL/sa2r/8G+vf/19PT///79///////ht5b/uF8X/71rKP+7aCT/umgk/7dkH/+3ZCD/uGgl/7Zm + I/+0Yx7/v3k//920kf/69PD/paKk/7Wvr////////v7+////////////////////////////4uDf/7u3 + tf++u7n/vLi2/7eysf/Cvr3/+fj4///////9+/r//////+G4l/+5YBf/vWwp/7xpJf+7aCT/uGMd/7Zh + Gv+1Xxj/tWEc/7ZmIv+zYBr/q1MJ/8eGTv/z7ej/k42P/9jV1P///////v7+//////////////////r6 + +v/JxsX/wL27/8C8uv+9urj/ubWz/+vp6f///////v7+//79/P//////4riX/7pgGP++bCr/vWkm/7xo + JP/Hg0z/yopX/8qLV//BeDz/tWIc/7dmI/+3aCb/q1MJ/96xi//DxMj/npaW//////////////////// + ////////6unp/8PAvv/DwL7/wb68/7y5t//IxcT//v7+/////////////v38///////iuZj/u2EY/79t + K/++aib/vGcj//Lg0v////////////nw6f/Cej//tWEb/7dnJP+xXhn/xYBG/+Dc2/+MhYb/6ujo//// + ///+/v7////////////f3tz/xMG+/8XCwP/DwL7/vbm3/9LQz////////v7+///////+/fz//////+O5 + mP+8YRn/wG4r/75rJ/+9aST/8+PW///////+/fz//////8uMWf+0Xhf/uGgl/7NhHP+/dDT/597Y/4yG + iP/W0tL///////39/f///////////9va2P/FwsD/x8TB/8XCwP+/vLr/0c/N//////////////////79 + /P//////47mY/71iGf/Bbiv/v2sn/75pJf/gtpT/6cy0/+nKsv/es5H/u2so/7hmIv+5ZyT/tGEc/8J4 + Of/l3tr/i4WG/8/Ly////////f39////////////4eDe/8fEwv/JxsP/xsPB/8PAvv/GxMH/+Pj4//// + //////7//v38///////jupn/vWMa/8JuLP/AbCj/v2so/71mIP+8ZB3/u2Mc/7lhGv+6ZyP/umgk/7pq + KP+yXBT/0ZRh/9vb3f+If3//2dbW///////+/f3////////////t7Ov/ysfE/8rHxf/IxcL/x8TB/8G9 + u//d29r///////7+/v/+/Pv//////+S6mf++ZBz/w3Au/8FtKv/AbSn/wG0r/79tK/++bCr/vmwq/7xq + J/+7aSX/t2Eb/7dhHP/y3Mr/t7a5/4+Hhv/s6+v///////7+/v////////////v7+//S0M3/ysfE/8rH + xP/IxcL/xsPA/8PAvf/n5uX///////78+///////4reU/71eEv/CayX/wGgh/79nIP+/ZyD/vmYg/71m + H/+8ZR7/u2Qd/7pmIf/FfkP/89rE/97e4f+QiIj/rqio/////////////////////////////////+jn + 5v/JxsP/zMnH/8nGxP/IxcL/xcLA/8K/vP/e3Nv//Pv7///////36d7/7M62/+3Ruv/s0Ln/7NC5/+zP + uf/rz7n/68+4/+vPuf/s0Ln/9N/O///+/P/e3+L/npeX/5WOjv/g3d3///////7+/v////////////// + /////////v7+/9rY1v/JxsP/zMnH/8nGxP/IxcL/xsPA/8C9uv/LyMb/4+Lh//j5+f////////////// + //////////////////////////////3////p7O//wLy8/5+Yl/+WkJD/xcHB///////+/v7///////// + ////////////////////////+/v6/9jW1P/IxsP/y8jG/8nHxP/HxML/xsPB/8G+vP++urj/wr68/8zI + xv/X1NL/3tvZ/+He3P/g3dz/3NjX/9TQzv/GwcD/tK+t/6agnv+hm5r/nZeW/8G8vP/9/f3///////// + /////////////////////////////////////////Pz8/9/e2//Kx8T/yMbD/8nGxP/IxcL/xsPB/8TB + v//Avbv/vLi2/7i1s/+2srD/tbGv/7Ourf+wq6n/raim/6unpf+rpqT/p6Gg/6ehof/PzMz//v7+//// + /////////////////////////////////////////////////////////////+/u7f/V09D/yMXD/8XC + wP/FwsD/xcK//8PAvv/Cv73/wL27/767uf+8uLb/uba0/7azsf+yrqz/rain/62op//Bvbz/6unp//// + ///+/v7///////////////////////////////////////////////////////////////////////39 + /f/v7+7/3dvZ/8/Ny//IxcL/w8C9/8G9u/++u7n/vLm3/7q3tP+5tbP/ura1/8G9vP/Sz8//7Ovq//7+ + /v///////v7+//////////////////////////////////////////////////////////////////// + ///+/v7//////////////////Pz8//Py8v/q6ej/5OLh/97c2//e3Nv/4uDg/+jm5v/y8fD//fz8//// + /////////v7+//7+/v////////////////////////////////////////////////8AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgA + AAAwAAAAYAAAAAEAIAAAAAAAACQAABMLAAATCwAAAAAAAAAAAAD///////////////////////////// + //////////////////////////////////////////////////////////////////////////7+///+ + /v/////////////////+/v3//////////////v7//////////////////v79//////////////////7+ + /f///v7///////////////////7+//////////////////////////////////////////////////// + /////////////////////////vz7//36+f////////////36+f/+/Pv//////////////////fv5//37 + +v////////////37+v/x4db/7dnL//jw6/////////7+////////////9+7n//br4/////////////fv + 6f/s2Mr/9Ong///////9+vn//v38/////////////Pr3//Pl2//9/Pr///////////////////////// + //////////////////////////////79/f//////6tLB/923m////////////923m//q0sH///////37 + +v//////4Lyg/+TFq///////9evj/8yTZv/Sn3j/2KyM/8yTZv/kxa7////////////v3M//w31G/+K/ + pP//////5sq0/8eHVP/Xqoj/0Z52/9erif/Rn3n/797S///////+/v//zpds/8+Xa//79vP////////+ + /v////////////////////////////////////////////79/f//////6M68/9qxk////////////9qx + k//ozrz///////37+f//////3beY/+LAo///////1KR//+XJs/////////79//7+/v/Qm3P/8+bc//// + ///Zro7/48Kq///////8+ff/zJNp//bs5f///////////+7azP/BekL/8N/T///////z5Nr/zZRn//// + /////v7///////////////////////////////////////////////////////79/f//////6M+9/9uz + lv///////////9uzlv/oz73///////37+f//////3ria/+PDqP//////9+7o//79/P////////////// + ///MkmX/797S///////aspX/6NC+///////8+vj/z5lx//ny7v///////v38///////Xq4v/7dnL//// + ///x4db/06B2///////+/fz///////////////////////////////////////////////////////79 + /f//////6M+9/9uylf///////////9qylf/ozrz///////37+f//////3ria/+PDqP////////79//v3 + 9f/p0Lz/2a2M/8iJWf/bs5T////////////aspX/6M+8////////////5sq1/82WbP/ozrr/8N/T//Xp + 4f/RnXb/7tvO///////x4tf/0p90///////+/f3///////////////////////////////////////// + //////////////79/f//////6M+9/9uylf///////////9uzlv/p0L////////36+P//////3ria/+LB + pf//////8uTa/8iIV//SoHn/5Mav//bs5f///////v38///////aspT/6M68///////+/fz///////Hi + 1v/ctZj/1qiG/9Ohd//Fgk3/79/T///////x4dX/0p50///////+/f3///////////////////////// + //////////////////////////////79/f//////6M+9/9uylf///////////9qxkv/fu6D///////37 + +f//////27OU/+PDqv//////06N//+XJs////////v79//7+/f/z59///fv5///////btJj/6dC+//// + ////////79zO//r08P///////v38///////ToXr/7tzP///////y5Nn/06B2///////+/f3///////// + //////////////////////////////////////////////79/f//////6M+9/9uylf///////////9uy + lP/BekT/4L2j//fu5v/x4dX/yYtd//To4P//////4L2k/9Skf//16uL/+O/o/965nv/NlGn///////r0 + 8f/Rnnj/27SX//ny7v//////3LaZ/9Cbcv/16uL/+O/n/+XHsf/Mk2b//v79///////kxrD/y5Bg//Ll + 3f/+/fz///////////////////////////////////////////////////////79/f//////6M+9/9uy + lf///////////+vVxv/w4NX/4L6k/9CZbf/Pl2v/6tLA/////////v7//v7+/+C9o//PmW3/0Jpu/9an + hP/27Ob//////+3azf/GhVP/y5Fm/+3azv///////v7+/+HAp//Qm3H/0Jpu/9Wmgf/16uP///////v3 + 9P/Ton3/w35G/966of/+/Pz///////////////////////////////////////////////////////79 + /f//////6dC+/9u0l////////v38//////////7///////////////////////7+/f/+/v3//v79//// + /////////////////////////v38///////ZsJL/5826///////+/f3///7+//////////////////// + /////v7//vz7///////y49n/0Jpt///////+/fz///////////////////////////////////////// + //////////////79/P//////58y5/9itjv///////v38//7+/v///v7//v38///+/v/+/v3//v39//// + //////////////////////////////////////////7+///////p0sL/8eLY/////////v7///////// + //////////////////////////7+///////37+n/5ciy/////////v7///////////////////////// + //////////////////////////////7+/f//////8N/T/+fMuP///////v79//////////////////// + //////////////ft5P/z5Nf/8+Xa//Pl2f/y5Nn/8uTY//Hj1//8+Pb///////////////////////// + ////////+/f0//Dj1//x5Nj/8ePY//Hk2P/x49j/8eTY//Dh1P/37+j//////////v////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v3//////86TYv+yWxP/tmYi/7RjHv+zYh7/smIe/7BdF//t2cn///////79 + /f/+/v3///7+//79/f//////1KiD/6hVDf+sXxz/q10Z/6tdGf+rXRn/q10Y/6lZE//o0Lz///////79 + /f////////////////////////////////////////////////////////////////////////7+//7+ + /f/////////////////////////////////+/v3//////86TYv+xWxP/tmUi/7RjH/+0Yx//tGMf/7Bd + F//s2cj///////79/f////////7+///////27ub/tGoq/6tbFf+tXxv/rF0Z/6xdGf+sYBz/plQM/8aO + Xv////////7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7+/v/+/fz//////86UY/+yXRX/t2ck/7Zk + If+1ZSH/tGQh/7JfGf/s2Mf///////38+//+/v7//v38///////Xror/qVYN/69iH/+tXxv/rV8c/61f + G/+rXhr/rV8b/+7dzv///////v79//////////////////////////////////////////////////// + //////////////////////////////////////////////7+/v/+/v7////////////+/v3//////9GW + Zf+zXRX/t2ck/7ZlIf+2ZCH/tWUh/7JfGf/v28r///////79/f///v7///////jw6v+4bzH/rVwX/69h + Hf+uXxv/rV8b/65hHv+nVAz/zJpu///////+/f3///////////////////////////////////////// + ///////////////////////////////////////////////////+/v7//////////////////v7+//Tz + 8//l4+L/1dbY/8CFVP+3YBn/uGck/7dlIf+2ZSH/tmUh/7RhG//CrJv/1dXY/+Xj4v/18/L//////9u0 + k/+sWBD/sGMg/69gHP+vYBz/rmAc/6xdGP+xZSP/8uXa///////+/v3///////////////////////// + /////////////////////////////////////////////////////////v7+//////////////////Lx + 8P/Y1dX/v7u6/62op/+im5r/nJqd/7F0RP+6ZBz/uGck/7hmIv+2ZSH/tmUi/7ZjHf+bgXL/kY2Q/5aN + jP+hm53/urGu/7pzNv+vXRj/sGIe/69gHf+vYBz/sGIf/6lVDf/SpX7///////79/f////////////// + ///////////////////////////////////////////////////////////////////+/v7///////// + ///s6ur/ycbF/7Crq/+ln57/o52d/6Senf+knpz/oqCk/7R3R/+7ZBz/uGck/7hmIv+4ZiL/tmUi/7dk + Hf+cg3P/kI2Q/5KIhv+LiY//mnRW/7NeFP+xYyD/sGEd/7BhHf+wYh7/rFwX/7VrLP/27eX////////+ + /v////////////////////////////////////////////////////////////////////////////7+ + /v//////8/Pz/83Kyf+wrKv/qaSj/6ulpP+rpaX/qaSj/6ijov+noZ//oZ+i/7N2Rf+8ZB3/uWgl/7ln + I/+4ZiL/t2Yj/7djHf+xmIf/q6iq/6agoP+gl5X/sGkt/7RiHP+xYh//sWIe/7FhHf+xYyH/rloS/921 + k////////v38//////////////////////////////////////////////////////////////////// + ///////////////////j4uH/ura1/66pqP+wq6r/sKuq/66pp/+sp6b/q6Wl/6ahoP+inJr/q6qt/7p/ + Tv+7ZBz/umkm/7lnI/+5ZyP/uGcj/7ZhG//s2cj///////v////Ponz/sVwV/7RlIv+zYx//smIf/7Jk + If+wXRb/q2Mm/+DZ1v///////v39//////////////////////////////////////////////////// + /////////////////////////v7+/9nX1v+1sa//s6+t/7Swrv+yraz/sKuq/6+qqf+sp6b/qKKh/7Sv + rv/Szs3/8vT3/9GWZf+3YBj/vGon/7poJP+5ZyP/uWck/7djHv/XpX3/5MSo/9inf/+4ZyP/tGMf/7Rk + IP+0YyD/smId/65aE/+4aib/m31o/4+Ljv/Y1dT///////7+/v////////////////////////////// + ////////////////////////////////////////2NXU/7axsP+4tLL/t7Ox/7Wwr/+zr63/sq6s/66p + qP+wq6r/0c/O//b19f////7//////9KWZv+4YRn/vWoo/7toJP+6ZyT/uWcj/7lnI/+3Yh3/tmEa/7Rf + Gf+1ZCD/tmUh/7VkIf+zYh7/uGop/9Ohd//16uH/4OLm/5uTkv+IgYH/1dLS///////+/v7///////// + /////////////////////////////////////////v7+///////e3dv/ubaz/7u3tv+6trT/t7Oy/7ay + sP+2sa//sKyq/7m1tP/p5+f//////////v/+/f3//////9OXZv+4YRn/vWso/7xoJf+7aCT/umgk/7ln + I/+5ZyT/uGck/7hnJP+3ZiL/tmUh/7ZlIf+0Yx//t2gn/8qOXf/gvZ///fbv//X2+P+knZ3/ioKD/+He + 3v///////v7+///////////////////////////////////////+/v7//////+3s7P++u7n/vbq4/7y5 + t/+7t7X/ubWz/7i0sv+0sK7/vbq4//Hw7////////v7+//7+/v/+/v3//////9OXZ/+5YRr/vWso/7xp + Jf+8aCX/u2gk/7poJP+6aCT/uWck/7hnI/+4ZiP/t2Yi/7ZlIf+1ZSH/tGMf/7FdFv+wWxP/wHxD//Ph + 0f/09vf/l5CQ/5iRkv/08/P///////7+/v///////////////////////////////////////Pz8/83L + yf++urj/wLy6/726uP+8uLb/u7e1/7i0s/+6tbT/7ezs///////+/v7////////////+/v3//////9SX + Z/+6Yhr/vmwp/71pJv+8aSX/u2kl/7toJP+6ZyP/uWYi/7hmIv+4ZSL/t2Uh/7dmI/+2ZSH/tmUh/7Vl + Iv+1ZiP/sFwU/7luL//46+D/2tnb/4N6ev+8uLj///////7+/v////////////////////////////// + ////////6efm/8C9u//Cv73/wL27/7+7uf+9urj/vLm3/7ezsf/b2Nf///////7+/v////////////// + ///+/v3//////9SYZ/+7Yhv/v2wp/71qJv+8aSb/vGkl/7xoJf+7aSb/u2km/7poJf+5aCX/umck/7Zh + G/+2ZSH/tmUh/7VkIf+1ZCD/tWcl/65YEP/Mk2P//f7//6Gbm/+Ohob/7evr///////+/v7///////// + ////////////////////////1dLR/8G+u//DwL7/wb68/8C8uv+/u7n/u7i2/8G9u//29vX///////// + /v/////////////////+/v3//////9WYZ/+7Yxv/v2wq/75qJv+9aib/vWon/7tlIP/hu5z/8eDS/+7Z + yP/u2sn/79vL/9mqhP+4ZSH/t2Ui/7ZlIf+1ZCH/tWQh/7RjIP+0YyD/+Onc/8fGyP+BeHj/yMTE//// + ///+/v7////////////////////////////39vb/ysjG/8TBvv/Dwb//wr+9/8C+vP/Bvbv/ure1/9HO + zf/////////////////////////////////+/v3//////9WYaP+8Yxv/wG0q/79qJ/++aib/vWsn/7xk + Hv/u18T///////79/f/////////////////MjVv/tF4Y/7dnJP+2ZSH/tWQh/7VmI/+wWhP/6Mit/97g + 5P+HfX3/qaOk///////////////////////////////////////u7ez/x8TC/8bDwP/Fwr//w8C+/8K/ + vf/Bvrz/u7e1/9rY1////////v7+/////////////////////////v3//////9WZaP+9Yxz/wG0q/79r + J/++ayf/vmsn/7xlH//s07////////37+f/+/fv//fv5///////Wo3r/s1wU/7hoJf+3ZSH/tmUh/7Zm + JP+vWhH/4LaT/+jr7/+LgoH/m5SU//X09P///////v7+///////////////////////o5+b/xsPA/8fE + wv/Gw8D/xMG//8PAvv/Cv73/vbm3/9za2f///////v7+///////////////////////+/v3//////9aY + aP+9ZBz/wW0r/79rJ/+/ayf/vmso/71lH//u18T///////79/f///v7///////z49f/IhE3/tmEa/7lo + Jf+4ZiL/t2Ui/7dnJP+wWhL/4LSQ/+jr8P+NhIT/lI2O/+zq6v///////v7+//////////////////// + ///n5uX/xsPB/8nGw//HxMH/xsPA/8TBv//EwL//vru4/9fU0////////v7+//////////////////// + ///+/v3//////9aZaf++ZBz/wW4r/8BsKP+/ayj/v2so/75oJP/WnXH/4LWT/96wjP/dsIz/3rKO/82N + Wv+5ZR//umgk/7lnI/+4ZiP/uGYi/7hnJP+xWxP/5cKk/+Lk6P+OhYX/lI2N/+vp6f///////v7+//// + ///////////////////s6+r/ycbE/8nGxP/IxcP/x8TB/8XCwP/Fwr//wb68/8rHxf/6+vr///////// + /////////////////////v3//////9aaaf++ZB3/wm4r/8BsKP/AbCj/v2sn/79rJ/+9ZiD/vGQc/7xk + HP+7Yxz/umIb/7ljHf+7aCT/umgk/7lnI/+5ZyP/uGYj/7hnI/+1Yhz/9eLR/8/P0v+Mg4P/mpOT/+/u + 7v///////v7+///////////////////////z8/L/zcrI/8nHxP/JxsT/yMXC/8fEwf/Fw8D/xcK//8G9 + u//m5eT///////7+/v///////////////////v3//////9eZaf+/ZR3/wm8s/8FsKf/AbCj/wGwo/79r + J/+/bCj/v2wp/75rKP++ayj/vWso/71qJ/+8aSX/u2gk/7poJP+5ZyP/umon/7ReFv/Jh1L//v39/7Gs + rP+NhYX/pZ+f//v6+v/////////////////////////////////8/Pz/1NLQ/8nHxP/KyMX/ycbE/8jF + wv/HxMH/xsPA/8O/vf/Kx8X/+Pf3///////+/v7//////////////v3//////9eaav+/Zh7/w3At/8Ju + Kv/BbSr/wW0p/8BtKf/AbCn/v2wp/79sKf++ayj/vmsn/71qJ/+8aib/vGom/7tqJv+7aif/t2Eb/7pp + Jv/z387/5+jr/5iQkP+QiYn/urW1///////+/v7/////////////////////////////////4+Lg/8nH + xP/Mycf/ysfF/8nGw//IxcL/xsPB/8bDwP/Cvrv/1NHP//v7+////////v7+/////////v3//////9aY + Zv+9YRj/wWsn/8BpJP/AaST/v2gj/79oI/++aCP/vmci/71nIv+9ZyL/vGYh/7tmIf+7ZiD/umUf/7li + HP+5Yhv/xXtA/+3Uwf/9/v//sKqq/5WOjv+UjY3/3Nra///////+/v7///////////////////////// + ////////9vb1/8/Nyv/Lycb/y8nG/8nHxP/JxsP/yMTC/8bDwf/Gw8D/wr68/9PQzv/49/f///////7+ + /v/+/f3//////9ynfP/Lezz/zoNI/82CRf/NgkX/zIJF/8yBRf/MgEX/y4FF/8uARP/Kf0T/yn9E/8l/ + Q//Jf0L/yIBF/8+SYP/guZn/+vHq//7////Au7v/mJGR/5aQkP+spqb//Pv7//////////////////// + //////////////////////7//////+Tj4f/Kx8T/zMrH/8vIxv/Jx8T/ycbD/8fEwv/Gw8H/xsPA/8G+ + u//LyMb/6+ro//7+/v////////////v18P/68er/+/Ls//ry6//68uz/+vLs//ry7P/78uz/+vLs//ry + 7P/68uz/+vLr//rx6//58er/+vPt//78+///////9PT1/7y3tv+ak5P/nZeX/5mSkv/f3d3///////7+ + /v////////////////////////////////////////////z8/P/Y1tT/ysjF/8zKyP/LyMb/ycfE/8nG + w//HxML/xsPB/8bDwP/Cvrz/wr68/9TS0P/t7Ov//Pz8//////////////////////////////////// + //////////////////////////////////////////////X19f/V0tD/rKal/5yWlf+hm5v/l5GQ/8TA + wP///////v7+///////////////////////////////////////////////////////39vX/09HO/8vI + xf/Mysf/ysjF/8nHxP/JxsP/x8TC/8bDwP/FwsD/xMC+/7+8uv/Bvrz/zMrI/93a2f/s6+r/9vX0//38 + +////////////////////////////////////v7/+fj3/+/u7f/g3t3/ycXE/7Grq/+inJv/opyb/6Sf + n/+blJT/uLS0//v7+v/////////////////////////////////////////////////////////////+ + /v//////9fX0/9TSz//KyMX/zMrH/8vIxv/Jx8T/yMXD/8fEwv/Gw8D/xcK//8TAv//Cv73/vru5/725 + t/+9urj/xMG//8rHxf/Rzcz/09HP/9XT0v/V0tH/0M3N/83Jyf/FwcD/u7e2/7GtrP+po6L/pqCf/6ag + n/+ooqL/pqGg/56Yl/+7trb/+Pf3///////+/v7///////////////////////////////////////// + /////////////////////v7///////j49//Z2NX/ysjE/8vIxv/LyMb/ycfE/8jFw//HxML/xsPA/8XB + v//DwL7/wr+9/8G+vP+/vLr/vLi3/7m2s/+3s7H/trKw/7Wxr/+zr63/sayr/6+qqf+uqaf/rain/62o + p/+tqKf/raem/6umpf+moJ//pJ6d/8jFxP/7+vr///////7+/v////////////////////////////// + ///////////////////////////////////////////+///////8/Pz/5uXj/8/Nyv/JxsP/ysfF/8rH + xP/JxsP/x8TC/8bDwP/Fwb//w8C+/8G/vf/Avbv/v7y6/767uf+9ubf/u7i2/7q2tP+4tbP/t7Ox/7ay + sP+0sK7/sq6s/7Gsq/+vqqn/q6al/6ehoP+0rq7/393d/////////////v7+//////////////////// + //////////////////////////////////////////////////////////////////////////////b1 + 9P/e3dr/zcvJ/8jFwv/HxML/yMXD/8fEwv/Gw8H/xcK//8PAvv/Cv73/wL27/7+8uv+9urj/vLm3/7u3 + tf+6trT/uLSy/7ezsf+1sa//sq6s/66pqP+sp6b/trGv/9PQ0P/39vb///////7+/v////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////9fX0/+Li4P/S0M7/ycbD/8XCv//Ewb7/w8C+/8PAvf/Cvrz/wb68/8C8 + u/++u7n/vLm3/7u3tf+5tbP/trKw/7Ovrf+yrqz/trGw/8TAv//c2dj/9vX1/////////////v7+//// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////8/Pz/8vHw/+Xj4v/a2Nb/0c/N/8rH + xf/IxcP/xcK//8K/vf/Bvrz/wr68/8G+vP/DwL7/ycbE/9PQz//g3t7/8fDw//39/f////////////7+ + /v/+/v7///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////7+///+/v////////////// + /////////f39//j49//z8/L/7+7t/+zr6v/s6+r/7+7u//Pz8//4+Pj//f39//////////////////// + ///+/v7//v7+//////////////////////////////////////////////////////////////////// + //////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoAAAAkAAAACABAAABACAAAAAAAABE + AQATCwAAEwsAAAAAAAAAAAAA//////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////9+/r/+rXzP/evar/3r2q/969qv/ixbX/79/X//// + //////////////////////////////////////////////////////////////////////////////fv + 6//v39f/79/X/+/f1/////////////////////////////////////////////v39f/q18z/3r2q/969 + qv/evar/6tfM//Pn4f////////////////////////////////////////////////////////////// + ///////////////////////////////////79/X/79/X/+/f1//v39f/+/f1//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + /////////////+/f1/+5ZyP/uWcj/////////////////////////////////////////////////969 + qv/DgFH/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/750PP/evar/+/f1//////////////////// + ///////////////////////////////////79/X/zJZz/7lnI/+5ZyP/uWcj/7lnI/////////////// + ///////////////////79/X/1aqQ/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI//DgFH/3r2q//v3 + 9f///////////8yWc/+5ZyP/3r2q/////////////////////////////////////////////////9m0 + nf+5ZyP/uWcj/7lnI/+5ZyP/79/X//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// + /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// + ///////////////////////////////////79/X/x4tj/7lnI/+5ZyP/uWcj/7lnI//MlnP/zJZz/8yW + c//Hi2P/uWcj/7lnI/+5ZyP/vnQ8//Pn4f////////////////////////////////////////////// + ///MlnP/uWcj/7lnI/+5ZyP/uWcj/7lnI/////////////////////////////fv6//DgFH/uWcj/7ln + I/+5ZyP/vnQ8/8yWc//MlnP/x4tj/7lnI/+5ZyP/uWcj/750PP/q18z//////8yWc/+5ZyP/3r2q//// + ////////////////////////////////////////3r2q/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/79/X//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////v3 + 9f/Hi2P/uWcj/7lnI//VqpD/8+fh////////////////////////////+/f1/+bOwf/DgFH/uWcj/750 + PP/z5+H///////////////////////////////////////fv6/+5ZyP/uWcj/8eLY//37+v///////// + /////////////////////////////8eLY/+5ZyP/uWcj/9WqkP/z5+H///////////////////////v3 + 9f/mzsH/w4BR/7lnI/+5ZyP/1aqQ/8eLY/+5ZyP/3r2q//////////////////////////////////// + ////////w4BR/7lnI/++dDz/79/X//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 + qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f + 1/+5ZyP/uWcj/////////////////////////////////969qv+5ZyP/uWcj/+bOwf////////////// + ///////////////////////////////////79/X/zJZz/7lnI//MlnP///////////////////////// + /////////////+rXzP+5ZyP/uWcj//fv6///////////////////////////////////////6tfM/7ln + I/+5ZyP/5s7B/////////////////////////////////////////////////+LFtf++dDz/uWcj/7ln + I/+5ZyP/3r2q///////////////////////////////////////79/X/uWcj/7lnI//mzsH///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// + /////////////8OAUf+5ZyP/3r2q//////////////////////////////////////////////////// + ////////9+/r/7lnI/+5ZyP/8+fh/////////////////////////////////969qv+5ZyP/w4BR//// + ////////////////////////////////////////1aqQ/7lnI//Hi2P///////////////////////// + ///////////////////////////////////z5+H/vnQ8/7lnI/+5ZyP/3r2q//////////////////// + ///////////////////v39f/uWcj/7lnI//37+v///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + /////////////+/f1/+5ZyP/uWcj////////////////////////////9+/r/7lnI/+5ZyP/9+/r//// + /////////////////////////////////////////////////////////////8yWc/+5ZyP/4sW1//// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + ////////zJZz/7lnI//evar///////////////////////////////////////////////////////// + ////////+/f1/8OAUf+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln + I/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// + /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// + ////////////////////////+/f1/+/f1//v39f///////////////////////////////////////// + /////////////////////////////8yWc/+5ZyP/3r2q/////////////////////////////////969 + qv+5ZyP/zJZz////////////////////////////////////////////zJZz/7lnI//evar///////// + /////////////////////////////////////////////////////////////8yWc/+5ZyP/3r2q//// + ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+/f1/7ln + I/+5ZyP/4sW1/////////////////////////////////969qv+5ZyP/zJZz//////////////////// + ////////////////////////2bSd/7lnI//RoIL///////////////////////////////////////// + /////////////////////////////8yWc/+5ZyP/3r2q//////////////////////////////////// + ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 + qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f + 1/+5ZyP/uWcj//////////////////////////////////////////////////////////////////// + ///////////////////////////////////79/X/x4tj/7lnI/+5ZyP/9+/r//////////////////// + /////////////969qv+5ZyP/zJZz////////////////////////////////////////////79/X/7ln + I/+5ZyP/8+fh/////////////////////////////////////////////////////////////////8yW + c/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7lnI/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// + ////////////////////////////////////////////////////////////////////////9+/r/9m0 + nf++dDz/uWcj/7lnI//ZtJ3//////////////////////////////////////969qv+5ZyP/zJZz//// + /////////////////////////////////////////////8yWc/+5ZyP/x4tj//Pn4f////////////// + /////////////////////////////////////////////8yWc/+5ZyP/3r2q//////////////////// + ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + /////////////+/f1/+5ZyP/uWcj//////////////////////////////////////////////////// + ////////////////////////79/X/9m0nf/Hi2P/uWcj/7lnI/+5ZyP/uWcj/9WqkP////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + //////////////v39f++dDz/uWcj/750PP/evar/9+/r//////////////////////////////////// + /////////////8yWc/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln + I/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// + /////////////////////////////////////////////////////////////+/f1/+5ZyP/uWcj//// + ///////////////////////////////////////////////////37+v/4sW1/8yWc/+5ZyP/uWcj/7ln + I/+5ZyP/uWcj/7lnI//RoIL/79/X/////////////////////////////////////////////////969 + qv+5ZyP/zJZz///////////////////////////////////////////////////////79/X/zJZz/7ln + I/+5ZyP/uWcj/8eLY//ZtJ3/3r2q/+rXzP/v39f/79/X/+/f1//v39f/79/X/8eLY/+5ZyP/3r2q//// + ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + /////////////////////////////+/f1/+5ZyP/uWcj//////////////////////////////////// + ////////9+/r/9Gggv+5ZyP/uWcj/7lnI/+5ZyP/uWcj/750PP/RoIL/5s7B//v39f////////////// + /////////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + /////////////////////////////////////////////+bOwf/MlnP/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/3r2q//////////////////////////////////// + ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 + qv+5ZyP/zJZz/////////////////////////////////////////////////////////////////+/f + 1/+5ZyP/uWcj///////////////////////////////////////mzsH/vnQ8/7lnI/+5ZyP/uWcj/8eL + Y//ixbX/8+fh//////////////////////////////////////////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + ////////////////////////9+/r/+bOwf/ZtJ3/zJZz/8yWc/++dDz/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7lnI/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv///////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + /////////////////////////////////////////////+/f1/+5ZyP/uWcj//////////////////// + //////////////fv6/++dDz/uWcj/7lnI//VqpD/9+/r//////////////////////////////////// + /////////////////////////////////////////////////////////////969qv+5ZyP/zJZz//// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////8yWc/+5ZyP/3r2q//////////////////// + ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + /////////////+/f1/+5ZyP/uWcj/////////////////////////////////969qv+5ZyP/uWcj/+/f + 1/////////////////////////////////////////////////////////////////////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////8yWc/+5ZyP/3r2q///////////////////////////////////////v39f/uWcj/7ln + I/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/x4tj//// + /////////////////////////////////////////////////////////////+rXzP+5ZyP/uWcj//// + /////////////////////////////8yWc/+5ZyP/1aqQ//////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////969 + qv+5ZyP/zJZz//////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////750PP+5ZyP/4sW1//// + ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + /////////////////////////////969qv+5ZyP/uWcj/9WqkP////////////////////////////// + /////////////////////////////969qv+5ZyP/zJZz/////////////////////////////////8yW + c/+5ZyP/3r2q////////////////////////////////////////////////////////////5s7B/969 + qv/mzsH//////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + /////////////////////////////750PP+5ZyP/5s7B//////////////////////////////////// + ////////////////////////+/f1/7lnI/+5ZyP/79/X//////////////////////////////////// + ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv///////////////////////////////////////////969 + qv+5ZyP/uWcj/7lnI//VqpD/+/f1/////////////////////////////////////////////////8OA + Uf+5ZyP/2bSd/////////////////////////////////9WqkP+5ZyP/zJZz//////////////////// + ///////////////////////////////////79/X/vnQ8/7lnI//VqpD///////////////////////// + /////////////969qv+5ZyP/zJZz/////////////////////////////////////////////////9Gg + gv+5ZyP/zJZz////////////////////////////////////////////////////////////3r2q/7ln + I/++dDz////////////////////////////////////////////v39f/uWcj/7lnI/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv///////////////////////////////////////////969qv+5ZyP/w4BR/750PP+5ZyP/x4tj//Pn + 4f//////////////////////////////////////4sW1/7lnI/+5ZyP/79/X//////////////////// + /////////////+bOwf+5ZyP/uWcj/+bOwf////////////////////////////////////////////// + ///VqpD/uWcj/7lnI//q18z//////////////////////////////////////969qv+5ZyP/zJZz//// + /////////////////////////////////////////////+bOwf+5ZyP/uWcj/969qv////////////// + ///////////////////////////////////z5+H/vnQ8/7lnI//ZtJ3///////////////////////// + ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + /////////////969qv+5ZyP/zJZz//Pn4f++dDz/uWcj/7lnI//VqpD/6tfM/////////////////+/f + 1//RoIL/uWcj/7lnI//MlnP////////////////////////////////////////////MlnP/uWcj/7ln + I//MlnP/5s7B//Pn4f/////////////////z5+H/5s7B/8yWc/+5ZyP/uWcj/8eLY/////////////// + /////////////+/f1//evar/3r2q/8yWc/+5ZyP/w4BR/969qv/evar/3r2q/+/f1/////////////// + ///////////////////MlnP/uWcj/7lnI//MlnP/5s7B//Pn4f/////////////////79/X/79/X/9Wq + kP+5ZyP/uWcj/8OAUf/79/X////////////////////////////37+v/3r2q/969qv/VqpD/uWcj/7ln + I//evar/3r2q/969qv/mzsH///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv///////////////////////////////////////////969qv+5ZyP/zJZz//// + ///37+v/zJZz/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/8eLY//79/X///////// + ///////////////////////////////////79/X/zJZz/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/uWcj/7lnI/+5ZyP/x4tj//v39f///////////////////////////969qv+5ZyP/uWcj/7ln + I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/969qv/////////////////////////////////79/X/0aCC/7ln + I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/x4tj//Pn4f////////////// + ///////////////////v39f/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7lnI//MlnP///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + /////////////////////////////+bOwf/MlnP/2bSd/////////////////+bOwf/MlnP/uWcj/7ln + I/+5ZyP/uWcj/7lnI/++dDz/3r2q//v39f////////////////////////////////////////////// + /////////////+/f1//RoIL/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/9Gggv/mzsH///////// + /////////////////////////////+bOwf/MlnP/zJZz/8OAUf+5ZyP/vnQ8/8yWc//MlnP/zJZz/+bO + wf///////////////////////////////////////////+/f1//RoIL/vnQ8/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/uWcj/8eLY//mzsH////////////////////////////////////////////z5+H/zJZz/8yW + c//Hi2P/uWcj/7lnI//MlnP/zJZz/8yWc//ZtJ3///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv////////////////////////////////////////////// + /////////////////////////////////////////////+/f1//v39f/79/X//fv6/////////////// + //////////////////////////////////////////////////////////////////////////////Pn + 4f/v39f/79/X/+/f1//37+v///////////////////////////////////////////////////////// + /////////////969qv+5ZyP/zJZz//////////////////////////////////////////////////// + //////////////////////////////v39f/v39f/79/X/+/f1//v39f///////////////////////// + ///////////////////////////////////////////////////v39f/uWcj/7lnI/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////969qv+5ZyP/zJZz//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////v39f/uWcj/7lnI/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////969qv+5ZyP/zJZz//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////v39f/uWcj/7ln + I/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////969 + qv+5ZyP/zJZz//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////v39f/uWcj/7lnI/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////MlnP/uWcj/969qv////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////969qv+5ZyP/zJZz//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///v39f/uWcj/7lnI/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////MlnP/uWcj/969qv////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////+bOwf/MlnP/2bSd//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////z5+H/zJZz/8yWc/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MlnP/uWcj/969 + qv////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MlnP/uWcj/969qv////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///MlnP/uWcj/969qv////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////+fDp/+jJsP/jwaX/5MKm/+TCp//jw6f/48On/+PC + p//jwqf/48Km/+LBpv/iwab/4cGm/+HBpv/gwab/4MCl/+DApf/gwKX/4MCl/+DApf/fvaH/7drK//78 + +/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////jv6f/nz7r/3r+k/92+o//ev6T/3r+k/96/pP/ev6T/3r+k/92/ + pP/ev6T/3r+k/96/pP/ev6T/3r+k/96+o//evqP/3r6j/96+o//evqP/3r6j/96+o//dvKD/4cOp/+7e + z//+/Pv///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7+ + /v//////79nH/8N2N/+4Yhv/uGQe/7llH/+4ZSD/t2Uf/7dlH/+3ZB//tmMe/7RjHv+0Yh3/s2Id/7Ji + Hf+yYh3/sWEd/7FhHf+xYRz/sWEc/7FgHP+uWRH/0qN6//z49v////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+XJ + s/+9eD7/rF0Y/6tbF/+rXRj/q10Y/6tdGP+rXRj/q10Y/6tdGP+qXRj/ql0Y/6pdGP+qXRj/ql0Y/6pc + F/+qXBf/qlwX/6pcF/+qXBf/qlwX/6pcGP+oVQ3/unU4/+DCpv/9+vj///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7+/v//////7dfF/8ByMP+zWxL/sl0W/7Ne + F/+zXhf/sl4X/7FeF/+xXhf/sV0W/7FcFv+wXBX/sFwV/7BcFf+wXBX/r1wV/69cFf+vWxT/r1sU/69a + FP+sUwn/0aB1//359v////////////////////////////////////////////////////////////// + ////////////////////////////////////////+PPu/9Omfv+vWxX/qVcP/6lYEf+oWBH/qFcQ/6hX + EP+oVxD/qFcQ/6hXEP+nVxD/p1cQ/6dXEP+nVxD/p1cQ/6dXEP+nVg//p1YP/6dWD/+nVg//plYP/6ZW + D/+nVA3/yJFh//br4v/+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/v//////7tnI/8J4Ov+1Yx3/tGMg/7VkIP+1ZCD/tWQg/7RkIP+0ZCD/tGMg/7Rk + IP+zYyD/tGMf/7NjH/+0Yx//s2Mf/7NjH/+yYx//smIe/7JhHv+vWhL/0qN6//z59v////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////5s24/8CASP+sWhP/rV8a/61fG/+tXxv/rF8b/6xfG/+sXhr/rF4a/6xeGv+sXhr/rF4a/6xe + Gv+rXhr/q14a/6teGv+rXhr/q14a/6tdGf+rXRn/qlwY/6pZE/+6eT//4sau//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7+/v//////7tnI/8N4 + Ov+2Yx3/tmMg/7VkIP+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/tGMf/7NjH/+0Yx//tGMf/7Rj + H/+yYx//smIe/7JhHv+vWhL/0qJ6//z59v////////////////////////////////////////////// + ///////////////////////////////////////////////////7+PX/0qN7/7JiHv+tXhn/rV8a/61f + G/+tXxv/rF8b/6xfG/+sXhr/rF4a/6xeGv+sXhr/rF4a/6xeGv+rXhr/q14a/6teGv+rXhr/q14a/6td + Gf+rXRj/q1wY/65dGP/Ronv/9u7n//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7+/v//////7tnI/8N4Of+2Yxz/tmQg/7VlIf+1ZSH/tWQh/7Zk + IP+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RjH/+zYx//tGMf/7RjH/+zYx//smMf/7JhHv+vWhL/0qJ6//z5 + 9v////////////////////////////////////////////////////////////////////////////// + ///////////////////r18b/wYNM/6xYEP+tXxv/rV8b/61fG/+tXxv/rV8b/61fG/+sXxv/rF4a/6xe + Gv+sXhr/rF4a/6xeGv+sXhr/q14a/6teGv+rXhr/q14a/6teGv+qWxb/q1sW/717Qv/nzbj///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7+ + /v//////7tnI/8N4Ov+2Yx3/tWQg/7ZlIf+2ZSH/tmUh/7ZkIf+2ZCD/tWQg/7RkIP+0ZCD/tGQg/7Rj + IP+0Yx//s2Mf/7NjH/+0Yx//tGMf/7NiH/+vWxP/0qJ6//z49f////////////////////////////// + //////////////////////////////////////////////////////////////v38//Tpn//s2gn/6xb + Ff+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xeGv+sXhr/rF4a/6xeGv+sXhr/rF4a/6te + Gv+rXhr/q14a/6teGv+pWhX/r2Ed/9auif/58u3///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////79nI/8R5Ov+2Yx3/tWQg/7Zl + If+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+1ZCD/tGQg/7RkIP+0ZCD/tGMf/7RjH/+0Yx//tGMf/7Ri + H/+wWxP/0qJ5//v49P////////////////////////////////////////////////////////////// + /////////////////////////v79/+7dzv/Af0j/rVsU/61fG/+uYBz/rl8b/61fG/+tXxv/rV8b/61f + G/+tXxv/rV8b/6xfG/+sXhv/rF4a/6xeGv+sXhr/rF4a/6xeGv+rXhr/q14a/6pbFv+sXhn/v39I/+vX + xf////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////79nI/8R5Ov+2Yx3/tmQg/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7Zk + IP+1ZCD/tWQg/7RkIP+0ZCD/tGMf/7RjH/+0Yx//tGMf/7RiH/+xWxP/06J5//v49P////////////// + ////////////////////////////////////////////////////////////////////////+vTv/9ev + i/+1aSn/rFoT/65gHP+vYBz/r18b/61fG/+tXxv/rV8b/61fG/+tXxv/rV8b/6xfG/+sXhv/rF4a/6xe + Gv+sXhr/rF4a/6xeGv+rXhr/q14a/6lYEf+yZiX/2bOS//nz7f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////79nI/8R5 + Ov+3ZB7/t2Qh/7ZlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tmQg/7RkIP+0ZCD/tGQg/7Rk + IP+0Yx//s2Mf/7NiH/+xWxP/06J5//z49P////////////////////////////////////////////// + /////////////////////////////////////v7/7tzM/8KBSv+wXxz/rV4a/65gHP+vYBz/r2Ac/65f + G/+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF4b/6xeG/+sXhr/rF4a/6xeGv+sXhr/q1sX/6xc + Fv/Bgkv/7+DT//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////79nI/8R5Ov+3ZB7/tmUh/7dlIv+3ZSL/tmQh/7Zl + If+2ZSH/tmUh/7ZlIf+1ZCH/tWQg/7VkIP+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RiH/+wWhP/0qF5//v3 + 9P////////////////////////////////////////////////////////////////////////////// + ///58+7/2rWW/7ZpJ/+uXBb/r2Ac/65gHP+uYBz/rmAc/65gHP+uXxv/rl8b/65fG/+tXxv/rV8b/61f + G/+tXxv/rV8b/61fG/+sXxv/rF4a/6xeGv+sXRr/qlcR/7ZuL//atJT/+/Xy//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////79nI/8V5Ov+3ZB7/tmUh/7dmIv+4ZiL/t2Ui/7ZkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Zk + IP+2ZCD/tWQg/7VkIP+0ZCD/tGQg/7RjIP+wWxP/0qF4//v28/////////////////////////////// + ///////////////////////////////////////////////////u2sr/xYhT/7BgG/+uXhj/r2Ac/69g + HP+vYBz/rmAc/65gHP+vYBz/r18c/69fHP+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xe + Gv+rXBn/rVsW/8aLWP/x5Nj///7+//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v7/////////////////////////////////897N/8Z6O/+3ZB7/t2Uh/7dm + Iv+4ZiL/uGUi/7dkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7ZkIP+2ZCD/tmQg/7VkIP+0ZCD/tGQg/7Rj + IP+wWxP/1aR6///8+P////////////////////////////////////////////////////////////// + //////////////v39P/duJj/tmkn/65eGv+uYBz/r2Ac/69gHP+vYBz/rmAc/65gHP+vYBz/r18c/69f + HP+uXxv/rV8b/61fG/+tXxv/rV8b/61fG/+tXxv/rF8b/6xfG/+qWBL/uHAz/9y4mf/8+/n///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///9/f3/+vn5//f29v/29/f/6NPC/8R4Of+4ZB7/uGUh/7dmIv+3ZiL/t2Yi/7hlIv+3ZSH/tmUh/7Zl + If+2ZSH/tmUh/7VkIf+1ZCD/tWQg/7VkIP+1ZCD/tGQg/7RjIP+xXBT/zp1y//Dr5//19PT/9vb2//n4 + +P/8/Pz//////////////////////////////////////////////////////+7bzP/Jj1//smAb/69e + Gv+vYR3/r2Ac/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69gHP+vXxz/rl8b/61fG/+tXxv/rV8b/61f + G/+tXxv/rV8b/61eGv+uXBb/ypRm//Lm3P/+//////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////7+//7+/v/+/v7/+fn5//Hw8P/n5ub/3tvb/9XR0P/NztH/xq+d/71y + Mv+5ZSD/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk + If+2ZCD/tWQg/7RkIP+0Xxb/t4Zd/764tv/GwcH/zcnJ/9nV1f/j4OD/7ezs//b29v/9/f3//v7+//7+ + /v////////////////////////39/922lf+5bCz/sWAb/7BgHP+wYR3/r2Ed/69hHf+vYBz/r2Ac/69g + HP+vYBz/rmAc/65gHP+vYBz/rmAc/65fG/+tXxv/rV8b/61fG/+tXxv/rF4Z/65dGP+6dTj/376i//79 + /f////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/v7///////////////////////79/v/08/P/6Obm/9/d + 3P/X09P/zcnJ/8XAwP+/u7v/urS0/7OsrP+rq7D/rZaD/7ltLP+6ZSD/uGYj/7hmIv+4ZiL/uGYi/7dm + Iv+3ZiL/uGYi/7hlIv+3ZCH/tmQh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+2YBf/qnlR/5+X + l/+inJz/p6Ch/6+oqP+1r6//ubW1/8G9vf/Nycn/19PU/+Lg4P/v7u7/+/v7////////////8uPW/8yT + Y/+xXhf/sGEd/7BhHf+wYR3/sGEd/69hHf+vYR3/r2Ad/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69g + HP+uXxv/rV8b/61fG/+tXxv/rF4Z/69eGf/QnnT/9Ong//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////f39v/v7u7/5+Xl/93b2//Tz8//xsHB/7u2tf+xrKz/qqOj/6Wfn/+mn6D/pJ2d/6Ob + m/+fnqP/po57/7hrKf+6ZSH/uGYj/7hmIv+4ZiL/uWYi/7hmIv+3ZiL/uGYi/7hlIv+4ZSH/tmQh/7Zl + If+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+3YBf/qHVN/5iOjv+Vj5D/lo6P/5ePj/+XkJD/l5CQ/5mS + kv+hmpv/qqSl/7izs//FwcH/0s/P/+Hg4v/n5uf/2LOT/752OP+xXhn/sGEe/7BhHf+wYR3/sGEd/69h + Hf+vYR3/r2Ad/69gHP+vYBz/r2Ac/69gHP+uYBz/r2Ac/69gHP+uXxv/rV8b/61fG/+tXhn/rl4Y/7t1 + Of/jyK////7///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////f39//n5+f/19PT/6efn/9vY1//LyMj/vbm4/7Ov + rv+vqqr/rKem/6ijov+mn5//pJ6e/6KcnP+inJz/oZua/6Gamv+fnqP/p457/7hrKv+6ZSH/uWcj/7hm + I/+4ZiP/uWYi/7lmIv+3ZiL/t2Yi/7hmIv+4ZiL/t2Ui/7ZlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk + IP+3YRf/qXVN/5iOjv+Wj4//lY6O/5SNjf+TjYz/lI2N/5SMjf+VjY7/lo+Q/5qTk/+clpb/n5qa/6yo + q/+9sKn/v4RS/7ZkHP+xYB3/sWEe/7FhHf+wYR3/sGEd/7BhHf+wYR3/sGEd/69gHf+vYBz/r2Ac/69g + HP+vYBz/r2Ac/65gHP+uYBz/rl8b/65fG/+tWxX/smQg/9Gjev/z6N7///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v7+//79 + /f/4+Pj/6+rq/9zZ2f/Nysn/wLu6/7izsv+wq6v/qqWk/6ahoP+ln5//pZ+e/6Oenf+jnZz/o52d/6Od + nP+inJz/oZub/6Gbm/+fnqT/p418/7hrKv+6ZSD/uWcj/7lnI/+5ZyP/uGYj/7lmIv+5ZiL/uGYi/7dm + Iv+3ZiL/uGYi/7dlIv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7VlIf+3YRf/qXVO/5iOj/+Wj5D/lY6O/5SN + jf+TjYz/lI2N/5OMjP+Ti4v/kouL/5GKiv+Rior/kYyP/5aNjv+nhGr/s2or/7NfFf+xYh7/sWIe/7Fh + Hv+xYR3/sGEd/7BhHf+wYR3/sGEd/7BhHf+vYB3/r2Ac/69gHP+vYBz/r2Ac/65gHP+uYBz/rmAc/61e + Gv+uXRj/vnlA/+jQu//+/f3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////8/Ly/+Ph4P/U0dD/yMXE/725uf+zraz/q6al/6mj + ov+noaD/pqCg/6agoP+loJ//pZ+f/6Sfnv+kn53/pJ+d/6Senf+jnZ3/opyc/6Kcm/+gn6T/qI59/7hs + K/+6ZSH/uWck/7lnI/+5ZyP/uWcj/7lmI/+4ZiL/uGUh/7hlIf+4ZiL/t2Yi/7hmIv+3ZSL/tmUh/7Zl + If+2ZSH/tmUh/7ZlIf+4Yhf/qnZO/5iPj/+WkJD/lo+P/5WOjv+Vjo7/lY6O/5SNjf+UjIz/k4yM/5KL + i/+Sior/kIuQ/5WDff+nbTr/sWEa/7JhGv+yYh7/sWIe/7FiHv+xYR7/sWEd/7BhHf+wYR3/sGEd/7Bh + Hf+wYR3/r2Ed/69hHf+vYBz/r2Ac/69gHP+uYBz/rmAc/6xaFP+0aCf/1KeC//fu6P////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+/v7//Hw + 8P/m4+P/1NLS/8O/vv+2sK//sKuq/62pqP+qpKP/qKOi/6ijov+noqH/p6Kh/6ehof+moaD/pqCg/6ag + oP+loJ//pKCf/6Sfnf+knZ3/opyd/6Ocm/+hoKT/qI99/7hsK/+6ZSH/uWck/7lnI/+5ZyP/uWcj/7lm + I/+4ZiL/uGUi/7llIv+5ZiL/t2Yi/7hmIv+4ZSL/t2Uh/7ZlIf+2ZSH/tmUh/7ZlIf+4Yhf/qnZN/5iP + j/+WkJD/lo+P/5WOjv+Vjo7/lY6O/5SNjf+UjY3/k4yM/5OMjP+SjY7/kouM/518Z/+uZSP/s2AX/7Ji + Hv+yYh7/sWIe/7FiHv+xYR7/sWEd/7BhHf+wYR3/sGEd/7BhHf+wYR3/r2Ed/69hHf+vYBz/r2Ac/69g + HP+uYBz/rl8b/65cF//BgEn/69fG//38+/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////z8/P/29fX/5uTk/9LPz//Cvb3/t7Kx/7Gsq/+uqKj/q6al/6um + pf+qpaT/qaSj/6mko/+oo6L/p6Oi/6eiov+noaH/pqGg/6agoP+moKD/paCf/6Sfnv+knp3/o52d/6Oc + nP+hoKX/qI99/7lsK/+7ZiH/umck/7lnI/+5ZyP/uWcj/7lnI/+4ZyP/uGYj/7lmI/+5ZiL/uGYi/7dm + Iv+4ZiL/uGUi/7dlIv+3ZSH/tmUh/7ZlIf+4Yhf/qnZN/5iOj/+Wj5D/lY6P/5WOjv+VjY3/lY6O/5WO + jv+UjY3/lI2N/5OMjf+RjpP/l4d+/6dxRP+zYx3/s2Ea/7JiHv+yYh7/smIe/7JiHv+xYh7/sWIe/7Fi + Hv+xYR3/sGEd/7BhHf+wYR3/sGEd/7BhHf+vYR3/r2Ac/69gHP+vYBz/rVsV/7hrLP/Xqob/+fTu//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+fj4/+fl + 5f/S0c//xMDA/7q1tf+yraz/rqmo/6ynpv+spqb/q6al/6umpf+rpqX/qqWk/6mko/+po6P/qaOj/6ij + ov+noqH/p6Gh/6ahoP+moZ//pqCf/6Wfn/+kn57/pJ6d/6Odnf+hoKb/qZB+/7ltK/+7ZiH/u2ck/7tn + I/+6ZyP/uWcj/7lnI/+5ZyP/uGcj/7hnI/+4ZiP/uGYi/7hmIv+3ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7Zk + If+4YRf/q3dO/5qQkf+XkZH/l5CQ/5aPj/+Wj4//lo+P/5WOjv+Vjo7/lI2N/5SNjv+TjZH/nn5n/69n + Jf+0Yhz/smMe/7JiHv+yYh7/smIe/7JiHv+xYh7/sWIe/7FiHv+xYh7/sWEd/7BhHf+wYR3/sGEd/7Bh + Hf+wYR3/r2Ed/69gHP+vYBz/r1sU/8eIVP/v3Mz///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////v7+//r6ur/29jY/8rFxf+6trX/sq2t/6+qqv+uqaj/rain/62o + p/+sp6b/rKem/6ynpv+rpqb/q6Wl/6qlpP+ppKP/qaOi/6mjov+oo6L/p6Kh/6ehof+moaD/pqGg/6ag + oP+ln5//pJ+e/6Senf+ioab/qZB9/7ltK/+7ZiH/umgk/7pnJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln + I/+4ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/uGUi/7dlIv+4YRb/sX1U/6efnv+kn5//pJ2c/6Gb + m/+emZn/nJaW/5mSkv+Wjo7/k4yM/5KOkf+ah37/qXJH/7NiG/+0Yhz/s2Mf/7NjH/+yYx//smIf/7Ji + Hv+yYh7/sWIe/7FiHv+xYh7/sWIe/7FhHf+wYR3/sGEd/7BhHf+wYR3/sGEd/7BgHP+vXhn/uG4w/9mx + j//8+PX///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v7/9PPz/+Pi + 4f/Py8v/vrq5/7axsP+xrav/r6qp/6+qqf+uqqj/rqmo/66pp/+uqab/raim/62opv+rpqb/q6Wl/6um + pP+ppKP/qaOi/6mjov+ppKP/p6Oh/6ehov+moaH/pqGh/6ahoP+ln5//pJ+e/6Senf+ioab/qZB+/7lt + K/+7ZiH/umgk/7pnJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7lnI/+4ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dm + Iv+3ZiL/uGUi/7hlIv+2Xxb/v4xi/8vEwf/LyMn/y8bG/8jExP/FwcH/wr6+/765uf+5tLT/tLCx/62m + pf+shmn/sWcq/7RiHP+0Yh3/tGMf/7NjH/+yYx//smIf/7JiHv+yYh7/sWIe/7FiHv+xYh7/sWIe/7Fh + Hf+wYR3/sGEd/7BhHf+wYR3/sGEd/7BgHf+zYRv/zJRj/+/dz/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////r6+v/v7u3/19bV/8TAv/+6tbT/tK+u/7Ksq/+wrKr/sKuq/7Cr + qv+vq6n/r6qp/66pqP+uqaf/rqmm/62opv+sp6b/q6al/6umpf+qpaT/qaWj/6mko/+ppKP/qKOi/6ei + ov+noaL/p6Gh/6ahoP+moJ//pZ+e/6Sdnf+hoKX/qI99/7ptK/+8ZyL/umgk/7poJP+6aCT/umgk/7pn + JP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hmIv+4ZiL/t2Yi/7hlIv+0XRb/zptx/+/p + 5f/08vP/8/Pz//Lx8f/x8PD/7+7u/+3s7P/q6ev/5eTk/9C6qv+8gE//tGId/7RiHv+0Yx//s2Mf/7Nj + H/+zYx//s2Mf/7JiH/+yYh7/smIe/7FiHv+xYh7/sWIe/7FiHv+xYR7/sGEd/7BhHf+wYR3/sGAb/69f + GP+0air/17OV//z6+P////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+fn5/+Xk + 5P/Pzcv/vrq5/7axsP+0r67/sq2s/7KtrP+xrKv/sKyq/7Csqv+wq6r/r6qq/6+qqP+uqaj/rain/62o + p/+tqKf/rKem/6umpv+rpqX/q6al/6qlpP+ppKP/qaOi/6ijov+no6H/p6Kh/6agoP+moJ//pqCf/6ii + of+op6z/rZWC/7tuLP+8ZyL/u2gl/7poJP+6aCT/umgk/7toJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+4ZiP/uGYi/7lmIv+5ZiL/t2Yi/7dlIv+0XRb/06F3//r28f////////////////////////////// + ///9/v7/8+rk/9Slf/+6bCz/tGMd/7RkH/+0Yx//s2Mf/7NjH/+zYx//tGMf/7NjH/+yYh//smIe/7Ji + Hv+yYh7/smIe/7FiHv+xYh7/sWEe/7FhHv+xYR3/sF8Y/69eFP+rc0b/yLas//Hy9P////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////z8vL/3tzb/8vHx/+7t7X/tbCv/7Ovrv+zrq3/s6+t/7Ku + rf+yraz/sa2r/7Gtq/+wrKv/sKuq/6+rqf+vqqn/rqmo/66pqP+uqaj/raim/6ynpv+rpqb/q6Wm/6ul + pf+qpaT/qaSj/6mjo/+no6H/p6Kh/6egoP+noKD/raen/7izsv/Gx8z/ybOh/8J1Nf+7ZiH/umck/7to + JP+7aCT/umgk/7toJP+7aCT/umck/7lnJP+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmI/+4ZiL/uGYi/7hl + Iv+1XRb/1KF4//v38//////////////////////////////////69O3/4byd/8R+Q/+1Yh3/tGQf/7Rk + IP+0ZCD/tGMg/7NjH/+zYx//s2Mf/7RjH/+zYx//smIf/7JiH/+yYh7/smIe/7JiHv+xYh7/sWIe/7Fi + Hv+yYBz/sV8Y/6xjJP+fe2T/pp+h/8fDxP/n5eX//v7+//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////fz9//Hx + 8f/a2Nf/xMC//7q2tf+1sa//tLCu/7Swrv+0r67/s6+t/7Kvrf+yraz/sq2r/7Ktq/+wrKv/sKyq/6+r + qf+vqqr/r6qp/6+qqP+uqaj/raim/62npv+rpqb/q6am/6ulpf+rpaX/qaSj/6iiov+noaD/qqWk/7Su + rv++urr/zMjI/9jU1f/o7fD/5M+9/8d6PP+7ZiH/umcj/7toJP+7aCT/umgk/7toJP+7aCT/u2ck/7pn + JP+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmI/+4ZiL/uGYi/7llIv+1XRf/0Jlu//Pm3P/48Or/9/Dp//fv + 6P/37+j/9+3m//Pj1f/iv6L/x4ZQ/7dmIv+0Yh3/tGQg/7RkIP+0ZCD/tGMg/7NjH/+zYx//s2Mf/7Rj + H/+zYx//smIf/7JiH/+yYh7/smIe/7JiHv+xYh7/sWIe/7BgG/+xXRb/rmEg/6NwSf+Ugnr/j4uO/6CZ + mP+/urr/4d/f//r6+v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////8+/z/7ezs/9fV1P/Dv77/urW0/7ezsP+1sa//tbGv/7Sx + rv+0sK7/tK+u/7Ovrf+yrqz/sq2s/7KtrP+xrKv/sKyr/7Crqv+vqqr/r6qp/6+qqP+uqaj/rain/62n + pv+sp6b/q6el/6qlpP+rpKT/qqWk/6+qqf+2sa//wLy7/9LPz//j4eH/8O7u//X09P/7////7tjH/8h7 + Pf+8ZyH/umck/7toJf+7aCX/u2gk/7toJP+6aCT/u2gk/7toJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+4ZiP/uGYj/7llIv+2YBr/yIhU/+C6mv/iv6P/4b+i/+G/ov/iwKP/4Lud/9enfv/Hg0z/umop/7Vj + H/+1ZB//tWQg/7VkIP+0ZCD/tGQg/7RjIP+0YyD/s2Mf/7NjH/+zYx//s2Mf/7JjH/+yYx//smIe/7Fh + Hf+xYBr/sF4Y/7NjHf+1ayv/qXJF/5V9bv+NhYT/jYaH/5GJif+clpb/tK+v/97b2//6+fn///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////z8 + /P/r6ur/09HQ/8K/vf+5tbT/uLOx/7ezsf+2srD/trKw/7ayr/+1sa//tLCv/7Svrv+zr63/sq6t/7Ku + rf+yraz/sayr/7Csq/+wq6r/r6qp/6+qqf+vqqn/rqmo/62op/+tqKb/q6al/6unpf+vqan/tbGw/8bC + wv/Z1tX/5uXk//Hv7//5+Pj//v39////////////8drJ/8h7Pf+7ZyH/u2gk/7tpJf+7aSX/u2gl/7xo + JP+7aCT/umgk/7poJP+7aCT/umck/7pnI/+5ZyP/uWcj/7lnI/+5ZyP/uGcj/7hmI/+3ZCD/v3M0/8mF + Tf/Kh0//yYdP/8mHT//JiFD/x4VN/8F4PP+4aCb/tmMf/7VjIP+1ZCH/tmQg/7ZkIP+1ZCD/tGQg/7Rk + IP+0ZCD/tGMg/7RjH/+zYx//tGMf/7RjH/+zYh7/smEd/7FhHf+zYx//tmYi/8J9Qv/ImnL/tJyK/5iP + jf+Oh4n/joeH/46Ghv+OiIj/l5GR/7Crq//a19f/+fn5//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////v///////fz8/+vq6v/T0M//wb27/7m1s/+3s7L/uLSy/7e0 + sv+3s7H/t7Kx/7eysf+2srD/tbGv/7Swr/+0r67/s6+t/7Ovrf+yrq3/sq2s/7Gsq/+wrKv/sKuq/7Cr + qv+vqqn/r6qo/66pqP+uqaf/rKem/7Svrv/FwsH/19XU/+bk5P/z8vP//Pz7//7+/v////////////// + ////////8drJ/8h7Pf+7ZyH/u2gk/7xpJf+8aSX/vGkl/7toJf+7aCT/u2gk/7toJP+6aCT/umgk/7tn + JP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/umck/7xpJv+8aib/vGom/7tqJv+7aib/umkm/7hm + Iv+1Yx7/tmQg/7ZlIf+2ZSH/tWUh/7VkIf+2ZCD/tWQg/7RkIP+0ZCD/tGQg/7RjIP+0Yx//s2Mf/7Rj + H/+0Yhv/s2Aa/7dpKP/Cf0j/z5xv/+G9n//n1sf/2dXS/7+7vf+im5z/kYmK/42Fhv+Mhob/jYaG/5WO + jv+vqan/2NbW//b39/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v7+//// + ///9/f3/7u3s/9TR0P/Bvbv/ura0/7i0s/+4tLP/uLSy/7e0sv+3s7L/t7Kx/7eysf+2srD/trGv/7Sx + r/+0r67/tK+t/7Svrf+yr63/sq2s/7Ksq/+wrKv/sKyr/7Csq/+vqqn/rqmn/66pp/+zr63/vrq5/8/M + y//j4+L/9fTz//v6+v/+/v7///////////////////////7//v//////8drJ/8h7Pf+7ZyH/u2gk/7xp + Jf+8aSX/vGkl/7toJf+8aCT/vGgk/7xoJP+6aCT/umgk/7tnJP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hn + I/+5ZyP/uGYi/7hkIP+5ZSD/uGUg/7dkIP+3ZCD/t2Ug/7hkIP+2ZCH/tmUh/7ZlIf+2ZSH/tWUh/7Vk + If+2ZCD/tmQg/7VkIP+0ZCD/tGQg/7RjIP+0Yx//s2Ie/7ZpJ//Aej3/yY5c/9Ske//hvqH/7dvL//nx + 6v/7+vj/9/j5/+jm5//Kxsf/q6an/5aPkP+MhYX/jISF/42Ghv+TjY3/rqmp/9jW1v/4+Pj///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7+/v/w7+7/19XS/8O/vv+7t7X/ura0/7m1 + tP+5tbT/ubWz/7i0sv+3s7L/t7Ox/7azsP+2srD/trGw/7Wxr/+0sK7/tK+u/7Svrv+zr63/sq6s/7Kt + rP+xrKv/sayr/7Csq/+vqqn/r6qp/7m0sv/IxcT/3dzb/+/u7v/4+Pj///////////////////////// + //////////////7//v//////8drJ/8l7Pv+7ZyL/u2gk/7xpJf+8aSX/vGkl/7tpJf+8aCX/vGgk/7xo + JP+7aCT/umgk/7poJP+6ZyT/umck/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uGcj/7hmI/+5ZiL/uGYi/7dm + Iv+3ZiL/t2Yi/7hlIv+3ZCH/tmUh/7ZlIf+2ZSH/tmUh/7VlIf+1ZCH/tmQg/7ZkIP+1ZCD/tGQg/7Rk + IP+0YyD/s2Ed/7lsLP/JjVr/3LWT/+rRvP/z5Nj/+vXy//////////////////z7+//x7u//19XU/7Sw + sf+Zk5P/jYaG/4yFhf+Nhob/k42N/7Cqq//c2tn/+/v7//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Hx8P/Z2Nb/xcK//725t/+7t7X/u7e1/7q2tP+6trT/uba0/7m1s/+4tLL/t7Oy/7ez + sv+3s7H/trKw/7axsP+1sa//tLCu/7Swrv+0r67/s6+t/7KurP+yraz/sa2s/7Csq/+yraz/u7e2/9PQ + z//o5ub/9fX1//7+/v////////////////////////////////////////////7//v//////8drJ/8l8 + Pv+8ZyL/u2gk/7xpJf+8aSX/vGkl/7xpJf+7aSX/vGgl/7xoJf+8aCT/u2gk/7poJP+6aCT/umgk/7po + JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+4ZiP/uWYi/7hmIv+3ZiL/t2Yi/7dmIv+3ZSL/t2Ui/7Zl + If+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7ZkIP+2ZCD/tWQg/7RkIP+0ZCD/s2If/7doJ//CfEP/z5dp/9yw + jf/lx6//8N/S//r08P///v7/////////////////9fX1/+De3v+/u7r/m5SV/46Gh/+NhYb/jYWG/5WO + jv+1r6//4+Hh//39/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////9fT0/93c2v/HxML/vbq4/7y4 + tv+8uLb/u7e2/7u3tf+7t7X/ura0/7m1tP+5tbP/uLSy/7ezsv+3s7L/t7Ox/7aysP+2sbD/tbGv/7Wx + r/+0sK7/tK+u/7Ourf+zrq3/sayr/7Svrv/EwL7/2djX/+/u7v/8+/v///////////////////////// + //////////////////////////////7//v//////8drJ/8l8Pv+9aCL/vGgl/7xpJv+8aSb/vGkl/7xp + Jf+8aSX/vGkl/7tpJf+7aCX/vGgk/7toJP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/uGYj/7hmIv+4ZiL/uGYi/7hmIv+3ZiL/t2Yi/7dlIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7Vk + If+1ZCH/tWQg/7VkIP+0ZCD/tGMg/7VkIv+4aSj/vHI0/8N/Rv/Lj1//06F4/963lv/q0r3/9+/m//// + //////////////r6+v/n5eX/wr6+/5yVlf+NhYb/jYWG/4yFhf+YkJH/vLa2/+rp6f////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////6+vr/4uHg/8rIxf++u7n/vLm3/7y5t/+8ubf/u7e3/7u3tv+7t7b/u7a0/7m1 + tP+5trT/ubSy/7izsv+3s7L/t7Sy/7azsP+3sbD/trKw/7aysP+0sa7/tK+u/7Ovrf+yrqz/tbCv/8XB + wf/f3dz/9PTz//39/f////////////////////////////////////////////////////////////7/ + /v//////8drJ/8l8Pv+9aCL/vWgl/7xpJv+8aSb/vGkl/7xpJf+8aSX/u2kk/7tpJP+7aCX/vGgk/7xo + JP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7lnI/+5ZyP/uGYj/7hmIv+4ZiL/uGYi/7hm + Iv+3ZiL/t2Yi/7hlIv+4ZSL/tmUh/7ZkIf+1ZCD/tmUh/7VkIf+1ZCH/tWQg/7VkIP+0ZCD/tWQg/7Rk + IP+0Yx//tGMf/7VmIv+6ayr/vHAx/8F8Qf/Nlmf/37qb/+/bzP/79vP////////////8/Pz/6efn/7+7 + u/+Zk5P/jISF/42Fhv+OhYf/nJWV/8bCwv/y8PD///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////79/v/s6ur/0M3M/8C9 + u/+9urj/vbq4/725t/+8ubf/vLi3/7u3tv+7t7b/u7e1/7q2tP+5trT/ubWz/7m1sv+4tLL/t7Sy/7ez + sf+3srD/trKw/7aysP+1sa//tLCu/7Svrf+3s7H/yMPD/+Hf3//19vX//v7+//////////////////// + //////////////////////////////////////////////7//v//////8drJ/8l8Pv+9aCL/vWkl/71p + Jv+9aSb/vGkm/7xpJf+8aSX/u2gk/7toJP+8aSX/u2gl/7xoJP+7aCT/u2gk/7toJP+7aCT/umgk/7pn + JP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hmIv+4ZiL/t2Yi/7hmIv+4ZiL/t2Ui/7Zk + If+1ZCD/tmUh/7ZlIf+2ZSH/tmQh/7VkIP+1ZCD/tWQg/7RkIP+0ZCD/tGQg/7RjIP+1Yx//tGId/7Rk + IP+6bS7/w39H/9Gdcv/nzLb/+PDq/////////////Pv7/+fl5f+5tbX/lY+O/42Fhv+Nhof/kIiJ/6Kc + nf/Szs//+vn6//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////T08//Y1tX/xMG//767uf++u7n/vru5/726uP+9ubf/vLm3/7y4 + tv+8uLb/u7e2/7u3tf+6trT/uba0/7m2tP+5tbP/uLSy/7ezsv+3s7H/trKw/7WysP+1sbD/tbCv/7i0 + sv/KxsX/5OLh//j39/////////////////////////////////////////////////////////////// + //////////////7//v//////8drJ/8p8Pv+9aCL/vGkl/71qJv+9aib/vWom/71pJv+8aSX/vGkl/7xp + Jf+8aSX/vGkl/7toJf+7aCX/vGgk/7xoJP+7aCT/umgk/7poJP+6ZyT/umck/7lnI/+5ZyP/uWcj/7ln + I/+4ZyP/uGcj/7hmI/+4ZiL/uGYi/7dmIv+3ZiL/t2Yi/7dlIv+3ZSH/tmUh/7ZlIf+2ZSH/tmUh/7Vk + If+1ZCD/tWQg/7VkIP+1ZCD/tGQg/7RkIP+0Yh//s2Id/7JiHf+zYR3/tWUh/7xxM//Lj13/4Lyf//Xp + 3/////////////v7+//g3t7/says/5GJif+Nhof/jYWG/5CJiv+vqar/4N7f//////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+fn4/+Li + 4P/IxsX/v7y7/767uf+/u7n/v7u5/767uf+9urj/vbm3/7y5t/+8ubf/vLi2/7u3tv+7t7X/ura0/7m1 + tP+5tbT/ubWz/7i0sv+3s7L/t7Ox/7aysf+1sbD/uLOy/8jFxP/j4uH/+Pj4//////////////////// + //////////////////////////////////////////////////////////////7//v//////8drJ/8p8 + P/++aCP/vWkl/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7to + Jf+7aCT/u2gk/7poJP+7aCT/u2gk/7pnJP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uGYi/7hm + Iv+4ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZSH/tWQg/7VkIP+1ZCD/tWQg/7Rk + IP+0ZCD/tGMg/7RjH/+zYh3/smEb/7RjHv+4aSf/xYJL/9y1lP/06N3////////////5+fn/09DQ/6Od + nf+Oh4j/jIWF/42Fhv+Wj4//v7u7//Du7v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////9/v7/7ezr/9HPzf/Cv73/v7y7/8C8uv/Au7n/v7u5/7+7 + uf+9u7n/vbm3/7y5t/+8ubf/vLm2/7u3tv+7t7b/ura0/7q2tP+5tbT/ubW0/7m1sv+3s7L/t7Oy/7ax + sP+3srH/w8C//9/e3v/29/f///////////////////////////////////////////////////////// + //////////////////////////////7//v//////8drJ/8p8P/++aCP/vmkl/71qJv+9aib/vWom/71q + Jv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7toJf+7aCT/u2gk/7poJP+7aCT/u2gk/7pn + JP+6ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+4ZSL/t2Uh/7Zl + If+2ZSH/tmQh/7ZlIf+1ZSH/tWQg/7VkIP+1ZCD/tmQg/7RkIP+0ZCD/tGMg/7RjIP+0YyD/s2Mf/7Nj + Hv+zYRz/tmUg/8OAR//dt5f/9+/n////////////8O7u/8K9vf+Vjo//jIWF/42Gh/+Nhob/opyc/9PP + z//7+/v///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///29/b/3dza/8fEwv/Cvrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq4/725t/+9ubf/vLm3/7y4 + tv+7t7b/u7e1/7u3tP+6trT/ubW0/7m1s/+4tLL/t7Oy/7axsP/Au7r/2NfW//T09P/+//////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8drJ/8p9P/++aCP/vmkl/75qJv++aib/vWom/71qJv+9aib/vWkm/71pJv+8aSX/vGkl/7xp + Jf+8aSX/u2kl/7tpJf+7aCX/u2gk/7toJP+6aCT/umgk/7poJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln + I/+4ZyP/uGYj/7hmIv+4ZiL/uGYi/7dmIv+3ZiL/t2Ui/7dlIf+3ZSH/tmQh/7ZlIf+2ZSH/tWUh/7Vl + If+1ZCH/tmQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/tGMf/7NjH/+0ZCD/s2Ic/7VlIP/FhE3/4sKn//r1 + 8v///////v39/+He3v+poqP/j4iI/42Fhf+Nhob/k4qL/7Otrv/s6+v///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////q6ej/z83K/8TAvv/Bvrz/wb68/8C9 + u//AvLr/wLy6/7+8uv+/u7n/vru5/726uP+9urj/vbm3/7y5t/+8uLb/vLe2/7y3tv+7t7X/ura0/7m1 + tP+5tbP/uLSy/7y4t//Szs3/8O/v//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8drJ/8t9P/++aSP/vWkm/75q + Jv++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aSX/u2gl/7xo + JP+7aCT/umgk/7poJP+6aCT/umgk/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiP/uWYi/7hm + Iv+3ZiL/t2Yi/7dlIv+3ZSL/t2Uh/7ZkIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIP+1ZCD/tGQg/7Rk + IP+0ZCD/tGMg/7RjH/+zYx//s2Ie/7JgGv+3aCP/yo9d/+3Yx////v7///////X09P/IxMX/mJGS/4yE + hP+OiIf/jYSF/52Wlv/QzMz/+Pf3//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v7+//f29v/c2tn/xcPB/8PAvv/Cv73/wb68/8G+vP/Bvbv/wL27/8C8uv+/vLr/v7u5/767 + uf++u7n/vbq4/725t/+8ubf/vLi2/7u3tv+7t7b/u7e1/7q2tP+5tbT/ubSz/8nFxP/o5uX//f39//// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8drJ/8t9P/++aSP/vWom/75qJ/++aif/vmom/75qJv+9aib/vWom/71q + Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/vGkl/7toJf+7aCT/u2gk/7toJf+7aCX/u2gl/7to + Jf+6ZyT/umck/7lnJP+5ZyT/uWck/7lnJP+5ZyT/uWcj/7lmI/+4ZSL/t2Yi/7dmIv+3ZiL/t2Yi/7dl + Iv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7VkIf+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0Yx//s2Mf/7Ni + Hf+zYBn/u20t/9eqhP/27OP///////7+/v/l4+P/qKGi/42Ghv+Nh4b/jIWF/5CJif+vqan/6ufn//// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////v7+/+vp6f/Rzsz/w8C+/8PA + vv/Cv73/wb68/8G+vP/Bvrz/wL68/8C8uv+/vLr/v7u5/7+7uf+/u7n/vbu5/725t/+8ubf/vLm2/7u4 + tv+7t7b/u7e2/7u3tf+6trX/v7q5/9rX1v/5+Pj///////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8drJ/8t9 + P/++aSP/vmom/75qJ/++aif/vmom/75qJv+9aib/vWom/71qJv+9aib/vWkm/7xpJf+8aSX/vGkl/7xp + Jf+8aSX/vGkl/7toJf+7aCX/umYh/7ljHf+4Yhz/uGIc/7hiHP+4YRz/t2Ec/7dhG/+2YRv/tmEb/7Zh + G/+2YRv/tmEb/7dgG/+4YRv/t2Md/7dlIP+3ZiL/t2Yi/7dmIv+2ZSH/tmUh/7ZlIf+2ZSH/tmUh/7Vk + If+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0Yx//s2Mf/7NjH/+zYRz/tGId/8N/Rf/nzbb///79//// + ///19fX/vbi5/5WOjv+NhYb/joeH/4yEhf+ak5P/1M/Q//r6+v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////+/v7/9/d3P/JxsT/xMG//8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 + u//AvLr/v7y6/7+7uf+/u7n/vru5/726uP+9ubf/vLm3/7y5tv+8uLb/u7e2/7u3tf+8ubb/zMnH/+rp + 6f////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////8drJ/8t9P/+/aSP/v2om/75rJ/++ayf/vmon/75q + J/++aib/vWom/71qJv+9aib/vWom/71pJv+8aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aCT/vm0s/8F0 + Nv/Bdjj/wXY4/8F2OP/AdTj/wHU4/8B1OP/AdTf/wHU3/8B1N/+/dTf/v3Q3/8B0N//BdDT/vm0s/7lm + If+2Yx7/t2Yi/7dmIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tWQg/7VkIP+1ZCD/tGQg/7Rk + IP+0ZCD/tGMf/7RjH/+zYh//s2Ed/7hnJP/XqYP/9+/o///////8/Pz/19PT/6Gamv+MhIX/j4iI/4yE + hv+Siov/uLOz/+zr6/////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////8vHx/9bT + 0v/FwsD/w8C+/8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8C+vP/Avbv/wLy6/7+8uv+/vLr/v7u5/767 + uf+9urj/vbm3/7y5t/+8ubf/u7e1/7u3tP/Avbr/3dvZ//j4+P////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8drJ/8t9P/+/aSP/v2om/79rJ/+/ayf/vmsn/75qJ/++aif/vmom/75qJv+9aib/vWom/71q + Jv+9aSb/vWkm/71pJv+8aSX/vGkl/7xpJf+8ZiD/yINK/9iogf/csY3/27GN/9uwjP/bsIz/27CM/9uv + jP/br4v/26+L/9uvi//ar4v/2q6L/9uuiv/YqH//0JRk/8R5Pf+6aCT/uGUh/7dmIv+3ZiL/t2Ui/7Zk + Iv+2ZCH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tWQg/7VkIP+0ZCD/tGQg/7RkIP+0YyD/s2Ed/7Rh + G//Hh1L/6tK+////////////7Ovr/66oqP+MhYX/j4mJ/46GiP+PiIj/n5mZ/9vZ2f////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////9/f3/5+bl/87Lyf/DwL7/xMG//8TBv//DwL7/wsC+/8K/ + vf/Cv73/wb+9/8G+vP/Avrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq4/725t/+9ubf/u7i2/725 + t//IxcP/6uno///+///+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8drJ/8t9P/+/aST/v2om/79r + J/+/ayf/v2sn/75rJ/++aif/vmon/75qJ/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xo + Jf+8ZB3/0pdn/+7ayf/16d//9urg//Xo3v/16d7/9ene//Xo3v/16N7/9eje//Xo3v/06N7/9efe//Xn + 3f/x4NL/6My2/9yuif/IhE7/umgk/7hlIf+3ZiL/t2Yi/7dlIv+3ZCH/t2Uh/7ZlIf+2ZSH/tmQh/7Zk + If+1ZCH/tWQg/7ZkIP+1ZCD/tGQg/7RkIP+0YyD/tGIe/7NiHf+6bCv/3bSU//79/f//////+vr6/7y4 + uP+Rior/joiI/4+IiP+Ohof/k4uM/8jExP/49/f///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///6+vr/3NrZ/8jFxP/Ewb//xcK//8TBv//DwL7/wsC+/8K/vf/Dv73/wb+9/8G+vP/Avrz/wL68/8C8 + uv/AvLr/v7y6/7+7uf+/u7n/vbu5/725t/+9ubf/u7i2/7+7uv/V0tH/8/Ly///////+/v7///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8trJ/8t9P/+/aST/vmom/79rJ/+/ayf/v2sn/75rJ/++aif/vmon/75q + J/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xoJf+7Yxv/1p9y//bu5v////////////// + ///////////////////////////////////////////////////9/Pz/+vTw//Tl2v/ftZX/xHxB/7hl + If+3ZSD/t2Yi/7dmIv+3ZCH/t2Uh/7ZlIf+2ZSH/tmQh/7ZkIf+1ZCH/tWQg/7ZkIP+1ZCD/tGQg/7Rk + IP+0YyD/tGMg/7NjIP+0Xhj/0p90//nz7////////////8rHx/+ak5P/joeH/5CIif+Ohof/kIiJ/7Ww + sP/p6Oj///////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////19PT/1NLQ/8XCwf/FwsD/xcK//8TB + v//Ewb//w8C+/8PAvv/DwL7/wr+9/8G/vf/Bvrz/wL68/8C9u//Avbv/wLy6/7+8uv+/u7n/vru5/726 + uP+9urf/vLi2/8K+vf/i39//+vn6//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8tvK/8x9 + QP+/aST/vmom/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75qJ/++aib/vmom/75qJv+9aib/vWom/71q + Jv+9aib/vWkl/7xoJf+7Yxv/1p9x//bt5f////////////////////////////////////////////// + ///////////////////////////////////z5Nn/1qR7/7xqJ/+3Yh7/t2Yi/7dmIv+3ZSL/t2Uh/7Zl + If+2ZSH/tmUh/7ZlIf+1ZSH/tWQh/7VkIf+1ZCD/tGQg/7RkIP+0ZCD/tGMg/7RjIP+zXBX/y5Bf//Dh + 1f///////////9fU1P+lnp//j4iH/5CIif+Ph4j/kIiJ/6Sdnv/Z1tb///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7+/v/t7ez/0c7M/8XCwP/FwsD/xcLA/8XCwP/Ewb//xMC//8PAvv/CwL7/wsC+/8K/ + vf/Bv73/wb68/8C+vP/Avrv/wL26/8C8uv+/vLn/v7u5/766uP+9urj/vbq3/8fDwf/s6+r///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////8dvK/8x+QP/AaST/wGom/79rJ/+/ayf/v2sn/79r + J/+/ayf/v2on/79qJ/++aif/vmom/75qJv++aib/vWom/71qJv+9aib/vWkm/71oJf+8Yxv/1p5x//ft + 5f////////////////////////////////////////////////////////////////////////////// + /////f7/58y0/8N2OP+4Yh7/t2Ui/7dmIv+3ZiL/t2Ui/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWUh/7Vk + If+1ZCH/tWQg/7VkIP+0ZCD/tGQg/7RjIP+0Xxj/xoRN/+fNuP///////////+Lg4P+wqar/kIiJ/4+I + iP+PiIj/j4iI/5aOj//Lxsf///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////v6+v/l5OP/z8zK/8bD + wf/Gw8D/xsPA/8XCwP/FwsD/xMG//8TBv//Dwb//w8C+/8PAvf/Cv73/wb+8/8G+vP/Bvrz/wL27/8C8 + uv/AvLr/v7u5/7+7uf+9urj/vru4/83JyP/z8vL///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8dvK/8x+QP/AaiT/wGon/8BrKP/Aayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmon/75q + Jv++aib/vWom/71qJv+9aib/vWom/71oJv+9Yxv/1p5x//ft5f////////////////////////////// + ////////////////////////////////////////////////////////8uHU/8qFTv+6ZSL/t2Qg/7dm + Iv+3ZiL/t2Yi/7dlIv+3ZSH/tmQh/7ZkIf+2ZSH/tmUh/7ZlIf+1ZCH/tWQh/7VkIf+1ZCD/tGQg/7Rk + IP+0YBr/wHg9/+C8n////v3//////+zq6v+3sbL/kIiJ/4+IiP+QiIn/kIeJ/4+Hh/++urr/+Pj4//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////j39//f3dv/zMnH/8bDwf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TB + v//Ewb//xMG+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C8uv/AvLr/v7y6/7+7uf+9urj/v7y6/9LP + zv/29fX///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8dvK/8x+QP/AaiT/wGsn/8Br + KP/Aayj/v2so/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aib/vmom/75qJv+9aib/vWom/71p + Jv+9ZBz/1p5y//ft5f////////////////////////////////////////////////////////////// + ////////////////////////9uje/8+RXv+6ZyX/tmMe/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Qh/7dk + If+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7VkIf+1ZCD/tGQg/7VkIP+0YRz/vHEy/9uxjv///fz///////Lx + 8f+6trb/j4eI/4+IiP+QiYn/kIeJ/42Fhv+2sbH/7u3t//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////f2 + 9v/b2df/ycfE/8bDwP/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb//xMG+/8PAvv/Cv73/wr+9/8G+ + vP/Bvrz/wb68/8C9u//AvLr/v7y6/7+7uf+9urj/wr68/9bT0v/29vb///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8dvK/8x+QP/AaiT/wGsn/8BrKP/Aayj/v2so/79rJ/+/ayf/v2sn/79r + J/+/ayf/vmsn/75qJ/++aib/vmom/75qJv+9aib/vWom/71pJv+9ZBz/1p9y//ft5f////////////// + ////////////////////////////////////////////////////////////////////////9une/9CT + Yf+6aCb/tmMe/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Uh/7dlIf+2ZSH/tmUh/7ZlIf+2ZSH/tWQh/7Vk + If+1ZCD/tWQg/7VkIP+zYh3/u20s/9qrhP///fz///////X19f+8uLj/joaG/5CJif+QiYn/kIiJ/46G + h/+vqKn/5OLi//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////X19P/X1dP/yMbD/8bDwf/HxMH/x8TB/8bD + wf/Gw8D/xcLA/8XCv//Fwr//xMG//8TBvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/7+8 + uv++u7j/w7+9/9fV1P/39/f///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8dvK/8x+ + QP/AaiT/wGsn/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79rJ/+/ayf/v2sn/75rJ/++aif/vmom/75q + Jv++aib/vWom/71pJv+8ZBz/16By//ft5f////////////////////////////////////////////// + ////////////////////////////////////////9OXZ/82MVf+6ZiP/t2Mg/7hmIv+4ZiL/uGYi/7hm + Iv+3ZiL/t2Yi/7dmIv+3ZSL/tmUh/7ZlIf+2ZSH/tmUh/7ZlIf+1ZCH/tmQg/7VkIP+zYh7/umsp/9mo + f//+/fv///////j49/+9ubn/jYaG/5GKiv+RiYr/kImJ/4+Hh/+noKH/2dfX//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Pz8v/S0M7/yMXD/8jFwv/HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TB + v//Ewb7/w8C+/8O/vf/Dv73/wr+9/8G+vP/Bvrz/wL27/8C8uv+/u7n/xMC+/9jW1f/39/f///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////8tvK/81+QP/BaiT/v2sn/8BsKP/AbCj/wGwo/8Br + KP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75qJ/++aif/vmom/75pJv+9ZBz/16By//ft + 5f////////////////////////////////////////////////////////////////////////////// + ////////7djF/8Z9Qf+5ZB//uWUi/7hnI/+4ZiP/uGYi/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Ui/7dl + If+2ZCH/tmQh/7ZlIf+2ZSH/tmQh/7VkIP+0Yh3/u2on/9mnfv/+/Pv///////j4+P++ubr/jISF/5CJ + if+Rior/kYmK/4+HiP+gmZr/0M3N//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Hw7//Oysj/x8TC/8jF + w//HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//Ewb7/xMG+/8O/vf/Dv73/wr+9/8G+ + vP/Bvrz/wL68/8C8uv+/u7n/xMC+/9jV1P/39/f///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8tvK/81+Qf/BaiX/wGsn/8BsKP/AbCj/wGwo/8BsKP+/ayj/v2so/79rKP+/ayf/v2sn/79r + J/++ayf/vmsn/75rJ/++aif/vmon/75pJv++ZBz/16Fz//jv6P////////////////////////////// + ///////////////////////////////////////////////////58ez/37aW/79wLv+4Yx3/uWcj/7hn + I/+4ZyP/uGcj/7hmI/+5ZiL/uGYi/7dmIv+3ZiL/t2Yi/7hlIv+2ZCH/tmQh/7ZlIf+2ZSH/tmUh/7Vk + If+0Yh7/u2oo/9mogP/+/Pv///////f39/+9ubn/jYWG/5GJiv+Rior/kYmK/46HiP+clZb/y8jH//7+ + /v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////Dv7v/KyMX/x8TC/8jFw//IxcL/yMXC/8fEwv/HxMH/xsPB/8bD + wP/Gw8D/xcLA/8XCv//Ewb//xMG+/8PAvv/DwL7/wr+9/8K/vf/Bvrz/wb68/8C9u/+/vLr/w8C+/9fT + 0v/39vb///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8tvK/81+Qf/BaiX/wWsn/8Bs + KP/AbCj/wGwo/8BsKP/Aayj/wGso/8BrKP+/ayf/v2sn/79rJ/+/ayf/vmsn/75rJ/++aif/vmon/75p + Jv++ZBz/159x//br4v/+/fz//v38//79/P/+/fz//v38//79/P/+/fz//v38//79/P/+/fz//v38//79 + /P/+/Pv//fn3//ry6//oyLD/zItY/7tpJP+4ZR//uWcj/7lnI/+5ZyP/uGcj/7hmI/+5ZiL/uWYi/7hm + Iv+3ZiL/t2Yi/7hlIv+3ZCH/tmQh/7ZlIf+2ZSH/tmUh/7ZkIf+0Yh7/vG0s/9qrhv/+/fv///////T0 + 9P+8uLj/j4eI/5KKi/+Siov/kYqK/46HiP+blJX/ysfG//7+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////Dv + 7v/KyMX/x8TC/8nGw//IxcP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TB + vv/Ewb7/w8C+/8O/vf/Cv73/wb68/8G+vP/Avbv/wr+9/9TQz//29fX///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8tvK/81+Qf/BaiX/wWsn/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs + KP/Aayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75pJ/++ZR7/1JZl/+3Vwv/z5Nf/8+TX//Pj + 1//z49f/8+PX//Pk1//z49b/8+PW//Pj1v/z49b/8+PX//Pj1//x4NH/7dTA/+TAof/RlWT/vm4s/7pn + I/+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hnI/+4ZiP/uWYi/7lmIv+4ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7dl + If+2ZSH/tmUh/7ZlIf+1YRz/vXI0/9yzkf///fz///////Dv7/+6tbb/komK/5KLi/+Si4v/kYqL/46H + iP+blJT/ysfH//7+/v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Dw7//Lycb/x8XC/8nGxP/JxsP/ycbD/8jF + w//IxcL/x8TC/8fEwf/HxMH/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb//xMC+/8PAvv/Cv73/wr+9/8K+ + vP/Bvrv/wb67/87Lyf/z8vH///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8tzK/81/ + Qf/BaiX/wWso/8FsKP/BbCj/wWwo/8BsKP/AbCj/wGwo/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79r + J/+/ayf/v2sn/79rJ/++ZyL/zIRM/9upgv/esY7/37GO/96xjf/esY3/3rKN/96yjf/esI3/3bCN/92w + jP/dsIz/3rGN/96xjf/aq4X/1Jtu/8qES/+/by3/umYi/7poJP+6ZyT/umcj/7lnI/+5ZyP/uWcj/7ln + I/+4ZyP/uGYj/7hmI/+4ZiL/uGYi/7dmIv+3ZiL/uGUi/7hlIv+3ZSH/tmUh/7ZlIf+2YRv/wnxB/+LA + pP///v3//////+no6P+3sbL/lIuM/5KLi/+Si4v/kouL/5CIiP+blZX/ysbG//7+/v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Hw8P/Ny8j/yMbD/8nHxP/JxsT/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bD + wf/Gw8D/xcLA/8XCv//Fwr//xMC//8TAvv/CwL7/w7+9/8K/vf/Cv7z/wb67/8nGw//s6+r//v7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////8tzK/81/Qf/BayX/wWso/8FsKf/BbCn/wWwo/8Fs + KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/aib/xHIy/8l9 + Qv/KgEX/y4BF/8qARf/KgEX/yoBF/8qARP/Kf0T/yH9E/8h/Qv/If0L/yX9D/8l/Q//GfED/wnM0/7xo + JP+6ZB//u2gk/7poJP+6aCT/umck/7pnJP+6ZyT/uWcj/7lnI/+5ZyP/uGcj/7hnI/+4ZiP/uWYi/7hm + Iv+3ZiL/uGYi/7hmIv+3ZSL/t2Uh/7ZlIP+2Xxj/yIdR/+rSvv////7//////+De3v+wqar/lIyM/5KL + i/+TjIz/kouL/5CJiP+dlpb/zMfH//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Py8v/S0M3/ycfE/8nH + xP/JxsT/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TA + vv/DwL7/w7+9/8K/vf/Cv73/wb67/8bDwP/h4N//+vn5//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8tzK/81/Qf/BayX/wWso/8FsKf/BbCn/wWwo/8FsKP/AbCj/wGwo/8BsKP/AbCj/wGwo/8Br + KP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/+/ayj/v2on/79qJf/AaST/wGkk/79pJP+/aST/v2kk/79p + I/+/aSP/vmgj/75oIv+9aCL/vWgi/75oIv+9aCP/vGgk/7tnJP+7aCX/u2gk/7poJP+6aCT/umck/7pn + JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+4ZiP/uWYi/7hmIv+3ZiL/t2Yi/7dmIv+3ZSL/t2Uh/7Zl + IP+2Xxb/zpRk//Pm2////////////9bS0v+mn5//k4yM/5OMjP+TjIz/kouL/5CJif+gmZn/z8zL//7+ + /v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////X09P/X1dP/y8jG/8nGxP/Jx8T/ycfE/8nGxP/JxsP/yMXD/8jF + wv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//EwL7/w8C+/8K/vf/Cv73/wb68/8TB + v//V1NL/8/Ly//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8tzK/85/Qf/CayX/wGwo/8Fs + Kf/BbCn/wWwp/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8BsKP/Aayj/v2so/79rKP+/ayf/v2sn/79r + J/+/ayf/v2sm/75qJf++aSX/vmkk/75pJP++aST/vmkk/71pJP+9aST/vWgk/71oI/+9aCP/vGgj/7xo + I/+8aCP/vGgk/7toJf+7aCX/u2gk/7toJP+6aCT/umgk/7poJP+6aCT/umck/7lnI/+5ZyP/uWcj/7ln + I/+5ZyP/uGYj/7hmIv+4ZiL/t2Yi/7dmIv+3ZiL/t2Yi/7dkIP+5ZiD/16d///r28////////v7//8nF + xf+clZX/k4yM/5SNjf+TjIz/k4yM/5GKiv+ln57/1dPS//7+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////f2 + 9v/b2df/zcrI/8rHxf/Kx8X/ysfF/8nHxP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bD + wP/Gw8D/xcLA/8XCv//Ewb//xMG+/8PBvv/DwL7/w7+9/8O/vf/Lycb/6efn//79/v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8tzK/85/Qf/CayX/wWwo/8FtKf/BbSn/wWwp/8FsKf/BbCn/wWwo/8Fs + KP/AbCj/wGwo/8BsKP/AbCj/wGso/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75q + J/++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2gl/7xo + JP+7aCT/u2gk/7poJP+6aCT/umgk/7pnJP+5ZyP/uWcj/7lnI/+5ZyP/uWcj/7hmI/+4ZiL/uGYi/7hm + Iv+4ZiL/t2Uh/7hkH//CeDr/48Gk//7+/v//////9/f3/7y3t/+Vjo7/lY6O/5SNjf+UjY3/lIyN/5KK + i/+tp6f/4N7d//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////j39//f3dv/z8zK/8vHxv/KyMX/ysjF/8rH + xf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TB + vv/Ewb7/w8C+/8K/vf/FwsD/3dva//b29v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8tzK/85/ + Qf/CayX/wmwo/8JtKf/CbSn/wW0p/8FtKf/BbCn/wWwp/8FsKf/BbCj/wWwo/8BsKP/AbCj/wGwo/8Bs + KP/Aayj/wGso/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aif/vmon/75qJv+9aib/vWom/71q + Jv+9aib/vWkm/71pJv+8aSX/vGkl/7xpJf+8aSX/vGkl/7toJf+8aCT/vGgk/7toJP+7aCT/umgk/7po + JP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7lnI/+5ZiP/uGYi/7hmIv+4ZiL/t2Qf/7llH//PlWT/8N7Q//// + ////////6efn/6+pqf+Ti4v/lo+P/5WOjv+UjY3/lI2N/5KKiv+1sLD/6+jp//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////r6+f/k5OL/0s/N/8vHxv/KyMX/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jF + wv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TBvv/Ewb7/w8C+/8K/vf/DwL7/z83L/+np + 6P/9/v7///////////////////////////////////////////////////////////////////////// + //////////////////////////////7//v//////8tzK/85/Qf/CayX/wmwo/8JtKf/CbSn/wW0p/8Ft + Kf/BbCn/wWwp/8FsKf/BbCj/wWwo/8BsKP/AbCj/wGwo/8BsKP/Aayj/wGso/79rJ/+/ayf/v2sn/79r + J/+/ayf/vmsn/75qJ/++aif/vmon/75qJv+9aib/vWom/71qJv+9aib/vWkm/71pJv+8aSX/vGkl/7xp + Jf+8aSX/vGkl/7toJf+8aCT/vGgk/7xoJP+7aCT/umgk/7poJP+6ZyT/uWcj/7lnI/+5ZyP/uWcj/7ln + I/+5ZiP/uGYi/7hmIv+3ZSH/uGMf/79wMf/fuJj/+vTx///////8/P3/0s/P/6Sdnf+TjIz/lo+P/5WO + jv+UjY3/lI2N/5KKiv+9uLj/9fPz//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////39/f/s7Ov/1dLQ/8vI + xv/LyMb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bD + wP/FwsD/xcK//8TCv//Ewb//xMC+/8PAvv/DwL7/xsLA/9rY1//19fX///////////////////////// + //////////////////////////////////////////////////////////////////////////////7/ + /v//////8tzK/85/Qf/CayX/wmwo/8JtKf/CbSn/wm0p/8FtKf/BbSn/wWwp/8FsKf/BbCn/wWwo/8Fs + KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayf/v2sn/79rJ/+/ayf/v2sn/75rJ/++aif/vmon/75q + J/++aib/vmom/71qJv+9aib/vWom/71qJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7xpJf+7aCX/u2gl/7to + Jf+7aCT/u2gk/7poJP+6aCT/umck/7pnJP+6ZyP/uWcj/7lnI/+5ZyP/uGcj/7hnIv+3Yx7/u2gm/8+T + Yv/w3M3////////////y8vL/ura2/5qUlP+Vjo7/lo+P/5WOjv+Vjo7/lI2N/5ePj//IxMT//fz8//// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////z8/L/2NbT/8zJx//LyMb/y8nG/8vIxv/KyMX/ysfF/8nH + xP/Jx8T/ycbE/8nGw//IxcP/yMXC/8fEwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TA + vv/DwL7/w7+9/87KyP/m5OT/+/v7//////////////////////////////////////////////////// + //////////////////////////////////////////////7//v//////8tzK/85/Qf/CayX/wmwo/8Jt + Kf/CbSn/wm0p/8JtKf/BbSn/wW0p/8FtKf/BbCn/wWwp/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs + KP/Aayj/wGso/79rJ/+/ayf/v2sn/79rJ/++ayf/vmsn/75qJ/++aif/vmom/75qJv++aib/vWom/71q + Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2kl/7tpJf+7aCX/u2gk/7toJP+6aCT/umgk/7po + JP+7ZyT/umcj/7lnI/+5ZyP/uWcj/7hlIP+5ZiH/xn9G/+XDqP/89/P///////z8/P/g3t7/qKOj/5SO + j/+Wj5D/lo+P/5aPj/+UjY3/lY6O/6Obm//V0tL///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///5+fj/3tza/87Myf/LyMb/y8nG/8vJxv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jF + wv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TAv//EwL7/w7+9/8XBv//U0tH/7+7u//39 + /f////////////////////////////////////////////////////////////////////////////// + //////////////7//v//////8tzK/85/Qv/CayX/wWwo/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8Jt + Kf/BbSn/wWwp/8FsKf/BbCj/wWwo/8FsKP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79r + J/+/ayf/v2sn/79rJ/++ayf/vmon/75qJv++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkl/7xp + Jf+8aSX/vGkl/7tpJf+7aSX/u2gl/7toJP+6aCT/umgk/7poJP+7aCT/umcj/7lnI/+5ZyP/uGUg/7lk + H//DeDr/2qyI//br4v////////////Ly8v/FwMH/n5iY/5SNjv+XkJD/l5CP/5aPj/+UjY3/lo+P/7Ks + rf/j4eH///////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////8/Pz/5uXj/9PRzv/Mycb/y8nG/8vJ + xv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFwv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8XC + wP/FwsD/xcK//8TBv//EwL7/xMC+/8K/vP/IxcP/3drZ//Xz8/////////////////////////////// + //////////////////////////////////////////////////////////////7//v//////8tzK/85/ + Qv/CayX/wWwo/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/BbSn/wWwp/8FsKf/BbCj/wWwo/8Fs + KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayj/v2sn/79rJ/+/ayf/v2sn/79rJ/++ayf/vmon/75q + Jv++aib/vmom/71qJv+9aib/vWom/71pJv+9aSb/vGkl/7xpJf+8aSX/vGkl/7tpJf+7aSX/u2gl/7to + JP+7aCT/u2gk/7poJP+6aCT/umck/7pmIv+5ZSH/umUh/8J2N//Xo3r/8N/R//79+////////Pz8/93b + 2/+rpaX/mpOT/5eQkP+XkJD/l5CQ/5aPj/+Vjo7/mJGR/8O/v//y8fH///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////9/f3/7+/u/9jW1P/Nysj/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nH + xP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bDwP/Gw8D/xcLA/8XCv//Ewb//xMC+/8PA + vf/EwL7/zcnH/+Lh3//39/b///////////////////////////////////////////////////////// + //////////////////////////////7//v//////8tzK/86AQv/Cayb/wmwo/8JtKf/CbSn/wm0p/8Jt + Kf/CbSn/wm0p/8JtKf/CbSn/wW0p/8FsKf/BbCn/wWwo/8FsKP/BbCj/wGwo/8BsKP/AbCj/wGwo/8Bs + KP/Aayj/v2so/79rJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75qJ/++aif/vmom/75qJv+9aib/vWom/71q + Jv+9aib/vWkm/7xpJf+8aSX/vGkl/7xpJf+8aSX/u2kl/7toJf+8aCT/vGgk/7poI/+6ZyP/u2gj/7tn + JP+8ayj/xXs+/9eke//u2cn//v38////////////6+np/7+7u/+clpb/l5CQ/5iRkf+XkJH/l5CR/5aP + j/+Wj4//oJmZ/9bS0v/+/v7///////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+fn5/+De + 3f/Pzcr/zMvH/8zKx//Mycf/y8nG/8vIxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jF + wv/HxML/x8TB/8bDwf/Gw8H/xsPA/8XCwP/Fwr//xMG//8TBv//EwL3/xcG+/87Myf/l4+L/9/f3//39 + /f/+/v7///////////////////////////////////////////////////////////////////////7/ + /v//////8tzK/86AQv/DbCb/w2wp/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8Ft + Kf/BbCn/wWwp/8FsKf/BbCn/wWwo/8BsKP/AbCj/wGwo/8BsKP/AbCj/wGso/79rKP+/ayf/v2sn/79r + J/+/ayf/v2sn/75rJ/++ayf/vmon/75qJv++aib/vWom/71qJv+9aib/vWom/71pJv+8aSX/vGkl/7xp + Jf+8aSX/vGkl/7tpJf+8aSX/vGkl/7tnI/+7ZyL/vWom/8N1Nf/Lh0//3K6J/+/e0P/9+/n///////// + ///18/P/z8vL/6WgoP+YkZH/mJGR/5iSkv+YkpH/mJCR/5WOj/+ZkpL/sqys/+bl5f////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v7+/+np5//V09H/zcvI/8zLx//Mysf/zMnG/8vJ + xv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bD + wP/FwsD/xcK//8XCv//Ewb//w8C9/8TCv//Qzsz/5ePj//X19f/9/f3///////////////////////// + //////////////////////////////////////////////7//v//////8tzK/86AQf/DbCb/w20p/8Nt + Kf/DbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/CbSn/wm0p/8JtKf/BbCn/wWwp/8FsKf/BbCn/wWwo/8Fs + KP/AbCj/wGwo/8BsKP/AbCj/wGwo/8BrKP+/ayf/v2sn/79qJ/+/ayf/v2sn/79rJ/+/ayf/vmsn/75q + Jv++aib/vmom/71qJv+9aib/vWom/71qJv+9aSX/vGkl/7toJf+7aCT/vGgj/7tnIv+8ZyL/vGgk/75r + KP/AcC//x3xA/9Sba//lwqX/9efc//38/P////////////n4+P/a1tb/saqq/5uUlP+ZkpL/mZOT/5mT + kv+Yk5L/mJGR/5WOjv+dl5f/zMjI//b19f////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v7+//T19P/f3dv/z8zJ/83LyP/Mysf/zMnG/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nG + xP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwf/HxMH/xsPB/8bDwP/FwsD/xcK//8XCv//Ewb//xMG+/8TB + vv/FwsD/0M7M/+Ti4P/09PL//f79//////////////////////////////////////////////////// + //////////////7//v//////8tzJ/81+QP/DayX/w20o/8RtKf/EbSn/w20o/8NtKP/CbSj/w20o/8Nt + KP/DbSj/w20o/8NtKP/CbSj/wmwo/8JsKP/CbCj/wmso/8JrJ//Bayf/wWsn/8FrJ//Bayf/wWwn/8Fr + J//Aayf/wGsn/8BqJv/Aaib/wGom/8BqJv/Aaib/v2sm/79qJv+/aib/v2kl/75pJf++aSX/vmkl/75q + Jf++aSX/vWkl/7xoJf+8aSX/vmon/79rKP/AbSv/w3U0/8mDS//SmWv/37OQ/+3Uv//79O7///////// + ////////+fn5/+He3v+4srL/npeX/5uUlP+ak5P/mZOT/5mTkv+Yk5L/l5CQ/5iQkP+rpaX/5OLi///+ + /v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////3+/f/q6ef/1dLP/87L + yf/Mysf/zMrH/8zJx//Mycf/y8nG/8vIxv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8fE + wv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCwP/Fwr//xMG//8TBvv/Ewb7/xcK//8/Myf/g393/8fHw//z8 + /P////////////////////////////////////////////////////////////7//v//////8t3M/9GF + S//IdTP/yHc2/8p4N//KeDf/yng3/8l4N//Idzb/yXg2/8l4Nv/JeDb/yXg2/8l4Nv/IeDb/yHg2/8h4 + Nv/IeDb/yHY2/8h2Nv/Idjb/yHY2/8d2Nf/HdjX/x3Y1/8d2Nf/HdjX/x3Y1/8d1Nf/GdTX/xnU0/8Z1 + NP/GdTT/xnU0/8V1NP/FdTT/xXQ0/8V0NP/FdDT/xHQz/8R0M//EdDP/xHUz/8R2Nv/EeTz/x39F/8yI + Uv/QkmD/16F1/+C3l//s1cL/+PDr///+/f/////////////////6+fn/4uDg/7y2tv+hm5v/m5SU/5uV + lP+blJT/mpOT/5mTk/+ZkpL/l4+P/6CZmf/FwcH/9fT0//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////09PP/393b/9DOy//Nysj/zMrH/8zKx//Mysf/zMnH/8vJ + xv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFwv/IxcL/x8TC/8fEwf/Gw8H/xsPA/8bD + wP/FwsD/xcK//8TBv//Ewb7/w7+9/8TAvv/Mycf/3NrZ/+7t7f/6+fn//v39//////////////////// + ////////////////////////////////////////9eXZ/92leP/YmWb/2Jtq/9qca//anGv/25xr/9qc + a//Zm2r/2Zxq/9mcav/ZnGr/2Zxq/9mcav/ZnGr/2Zxq/9mcav/YnGr/2Jtq/9ibav/Zm2r/2Ztq/9ib + av/Ym2r/15tq/9ebav/Xm2r/15tq/9ebav/Xmmr/15pq/9eaaf/Xmmn/15pp/9eaaf/Wmmn/1plp/9aZ + af/WmWn/1plo/9aZaP/WmWj/1ppo/9eebf/Yo3n/3K+L/+TCpv/s1MD/9Ofa//ny7P/8+ff///////// + /////////v7+//f39//i4N//vLe3/6OcnP+clZX/m5WU/5yVlf+blZX/m5SU/5qTk/+ak5P/mpOT/7Cr + q//k4uL//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///8/Pz/7Ovq/9bU0f/Oy8j/zMrH/8zKx//Mysf/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nH + xP/JxsT/ycbD/8jFw//IxcP/yMXC/8fEwv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMC+/8O+ + vP/Ev73/ysfF/9bU0//o5eX/9vX0//39/f////////////////////////////////////////////// + ////////+/Xx//Pfzv/x28j/8tzK//Pcy//z3Mv/89zL//Pcy//y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lc + yv/y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lcyv/y3Mr/8tzK//Lcyv/y3Mr/8dzK//Hcyv/x3Mr/8dzK//Hc + yv/y28r/8tvK//Lbyv/y28r/8tvK//Lbyv/x28r/8dvK//Hbyv/x28r/8dvJ//Hbyf/x28n/8dvJ//Hd + y//y4NL/9Ofc//ny6//9+/n////////////////////////////9/v7/9PPz/9za2v+8uLf/o52d/52V + lf+dlpb/nJaW/5yWlv+clZX/m5WU/5qUk/+ZkpL/pZ+f/8vHx//39/f///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////9/f3/+Lh3//S0Mz/zcrH/8zK + x//Mysf/zMrH/8zJx//Lycb/y8jG/8rIxf/KyMX/ysfF/8nHxP/JxsT/ycbD/8jFw//IxcP/yMXC/8fE + wv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMG+/8TAvv/EwL7/w8C+/8XCwP/Rzsz/4d/d/+/u + 7P/5+fj//v7+//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////v7+//s6+v/1dHR/7i0s/+inJz/nZeX/56Xl/+dlpb/nJaW/5yWlv+clZX/m5WU/5uU + lP+dlpb/urW1/+jm5v/+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v7+//Lx8P/b2tf/z83K/83Kx//Mysf/zMrH/8zKx//Mycb/y8nG/8vI + xv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGw//JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XC + wP/Fwr//xMK//8TBv//EwL7/w8C+/8PAvv/DwL7/ycbE/9fU0v/n5uT/8fHx//r6+v/+/v7///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////8/Pz/8fHw/+Ph4f/Kxsb/sKqp/6Gb + mv+fmJj/n5iY/56YmP+dl5f/nZaW/52Wlv+clpb/nJWV/52Wlv+tp6f/19PT//z8/P////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////z7 + +//p5+f/1tXS/87Myf/Nysj/zcrI/8zKx//Mysf/zMnH/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nG + xP/JxsT/ycbD/8jFw//IxcL/x8TC/8fEwv/HxMH/xsPB/8bDwP/FwsD/xcK//8XCv//Ewb//xMC+/8PA + vv/Cv73/wr+9/8bDwf/Ny8n/2dfX/+no5v/19PP/+vr6//39/f////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////v7/+/v7//b19f/q6un/09HQ/7u2tf+qpaT/opyb/5+Zl/+gmZn/n5mZ/5+YmP+emJj/nZiY/52X + l/+clZX/nJaV/6Wfn//LyMj/9fPz//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////49/f/5OLg/9TSz//Oy8n/zcrI/8zK + x//Mysf/zMrH/8zJx//Mycf/y8nG/8vIxv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8jF + wv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XCwP/Fwr//xMC//8TAvv/DwL7/wr+9/8K+vP/Cv73/yMTD/9HO + zP/c2df/5uTl//Hx8f/6+vn//f39//7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////v7+//z8/P/39vb/6efn/9bU0//EwcD/s6+u/6Wf + nf+gmZj/oJqa/6Gbmv+gmpn/n5qa/5+Ymf+fmJj/npiY/52Xl/+clZX/oJqZ/765uf/q6Oj///////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////8/Px/9/d3P/S0M3/zczI/83KyP/Mysf/zMrH/8zJx//Mycf/y8nG/8vI + xv/KyMX/ysfF/8nHxP/Jx8T/ycbE/8nGw//IxcP/yMXC/8jFwv/HxML/x8TB/8bDwf/Gw8D/xcLA/8XC + wP/Fwr//xMG//8TAvv/DwL7/w7+9/8O/vf/Cv73/w7+9/8K+vP/GwsD/zszL/9rZ2P/l5OP/7Ovr//T0 + 8//7+/r//f79///+//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////3+ + /f/5+fn/8O/v/+Tj4v/X1dT/yMPD/7WwsP+ooqH/pJ6d/6OdnP+inJv/oZub/6Gbm/+gmpr/oJqa/5+Z + mf+fmJj/npiY/52Wlv+gmpr/tK+u/9/d3f/7+/v///////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v79/+/u + 7f/d2tj/0c/M/87Myf/Nysj/zMrH/8zKx//Mysf/zMnG/8vJxv/LyMb/ysjF/8rHxf/Kx8X/ycfE/8nG + xP/JxsP/yMXD/8jFw//IxcL/x8TC/8fEwf/Gw8H/xsPA/8bDwP/FwsD/xcK//8TBv//EwL7/xMC+/8PA + vv/Cv73/wr+9/8K+vP/Bvbv/w8C+/8XCwP/Kx8X/0tDP/97c2//o6Of/7+/u//Py8v/49/f//Pz8//7+ + /v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v7+//v6+v/39vb/8PDv/+rp6f/h397/0s7O/7+8u/+wrKv/qqWk/6ii + oP+knp3/o52c/6Odnf+inJz/opyb/6Kcm/+hm5v/oZqa/6Camf+fmZn/nZeX/6Camf+yra3/19TU//f3 + 9/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z7+//t6+n/2tfV/9HOzP/Ny8j/zcrI/8zK + x//Mysf/zMrH/8zJxv/Lycb/y8jG/8rIxf/KyMX/ysfF/8nHxP/JxsT/ycbD/8nGw//IxcP/yMXC/8fE + wv/HxMH/xsPB/8bDwf/Gw8D/xcLA/8XCv//Ewb//xMC//8TAvv/DwL7/wr+9/8K/vf/Bvbv/wL27/8G9 + u//Bvbv/xMHA/8fEwv/Lycf/09DP/9vY1//m4+P/7u3t//X09P/49/f/+vr6//v7+//8/Pv//fz8///+ + /v////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////f39//z8/P/7+vr/+vn5//f39//29fX/8vDw/+jm + 5v/c2tr/z8zL/8K+vv+5tLP/sqys/6ulpf+moJ//pJ+e/6Wfnf+lnp3/pJ6e/6Senf+jnZ3/opyd/6Kc + nP+inJv/oZub/6Camv+fmpr/oJqa/66qqf/S0M//9fT0//////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////7+vn/6+ro/9nW1P/Pzcr/zsrI/8zKx//Nysj/zMrH/8zKx//Mycf/y8nG/8vI + xv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nGxP/JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XC + wP/Fwr//xcG//8TAv//EwL7/wsC+/8K/vf/Bv73/wb68/8G+vP/Avbv/wL27/767uf+/u7n/wr28/8fD + wf/Nysn/0c7N/9fV1P/e3Nv/4+Lh/+no6P/v7u3/9PLy//j39//7+/r//Pz8//38/P/+/f3//v79//7+ + /f/9/f3//f39//39/f/+/f3//v39//39/f/9/f3//f39//79/f/+/f3//f39//39/f/8/Pz//Pz8//v6 + +//4+Pj/9PTz/+/u7v/p5+f/4eDf/9rY2P/U0ND/y8fG/8K+vv+8uLj/s66t/6ulpf+ooaD/pqGg/6ag + oP+moaD/pqCg/6agn/+mn5//pZ6f/6Sfnf+knp3/o5yd/6Kcnf+inJz/oZub/6Camv+hmpr/rqio/8/L + y//y8vH///////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////7+/v//////+vr5/+ro + 5//Z2NX/0M7L/83Kx//Nysj/zMrH/8zKx//Mycf/y8nG/8vIxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nG + xP/JxsP/yMXD/8jFwv/HxML/x8TB/8fEwf/Gw8H/xsPA/8XCwP/Fwr//xcK//8TBv//EwL7/w8C+/8K/ + vf/Cv73/wr+9/8G+vP/Bvbv/wL27/8C8u//AvLr/v7u6/7+8uf+/vLr/vbq4/7+8uv/EwsD/ycfF/9DO + zP/X1NP/2tfX/93c2v/j4eD/5uTk/+ro5//r6en/6+vp/+vr6v/s6+v/7e3r/+7t7P/v7e3/7+3t/+3s + 6//t6+v/7Orq/+vq6v/q6Oj/6efn/+jn5//n5eT/4+Hh/+De3f/a19f/1dPR/9HOzv/MyMj/wr++/7u3 + tv+0r67/rain/6qlo/+rpqX/qaSj/6mjov+ppKP/qaSi/6eiof+noaD/pqCg/6agoP+moKD/pZ+f/6Sf + nv+knp3/pJ2d/6Odnf+inJz/oZua/6Odm/+vqan/zsrK//Du7v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////v6+v/r6un/2tnW/9HPy//Ny8j/zcrI/8zK + x//Mysf/zMnH/8vJxv/Lycb/y8jG/8rIxf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/x8TC/8fE + wv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XCv//Ewb//xMC+/8PAvv/Cv73/wr+9/8K/vf/Bvrz/wb68/8C9 + u//AvLr/wLy6/7+8uv+/vLr/vbq4/726uP+9urj/vbq4/8C8uv/Cvrz/v7y5/7+8uf/Dvr3/yMTD/8vH + xv/Nysj/zcvJ/87Lyv/Pzcz/0dDO/9PQz//U0dD/09DP/9LPzv/Rzs3/zsvK/8zJyf/KxsX/yMTD/8fE + w//FwL//wLy7/7q2tf+1sK//sq2s/7Ourf+zrq3/sKuq/66pqP+sp6b/rKem/6umpf+qpaT/qqWk/6mk + o/+ppKP/qaOi/6ijov+noqH/p6Gg/6ehoP+moaD/paCf/6Wgn/+kn57/pJ6d/6Odnf+inJv/pZ6e/7Ot + rP/PzMv/8O/v//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////8/Pz/7ezr/9za2P/Qz8z/zsvI/83KyP/Mysf/zMrH/8zJxv/Mycb/y8nG/8vI + xv/KyMX/ysfF/8rHxf/Jx8T/ycbE/8nGw//IxcP/yMXC/8jFwv/HxML/x8TB/8bDwf/Gw8D/xsPA/8XC + wP/Fwr//xMG//8TAvv/EwL7/w8C+/8K/vf/Cv73/wb68/8G+vP/Bvrz/wL27/8C8uv+/vLr/v7u5/767 + uf+9urj/vLm3/7y4tv+7t7b/ure0/7q3tP+7trX/u7e2/7y4tv+8uLb/vLi2/7y4t/+9urj/v7u5/7+6 + uf+/u7n/vbq4/725uP+9uLf/ura0/7i0s/+3srH/tbCv/7Swr/+0r67/sq2s/7Csqv+vqaj/rain/62o + p/+tqaf/rain/6ynpv+sp6b/rKem/6ynpv+rpqX/q6Wk/6ulpP+qpaT/qaSj/6mjov+oo6L/p6Kh/6ei + of+noaD/pqCg/6Wgn/+ln57/pJ6e/6Sdnf+noqH/ta+v/9bS0v/z8fH///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////+/v7/+/u + 7v/e3Nv/0tHN/87Lyf/Ny8j/zMrH/8zKx//Mysf/zMnG/8vJxv/LyMb/ysjF/8rIxf/Kx8X/ycfE/8nG + xP/JxsP/yMXD/8jFw//IxcL/x8TC/8fEwf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TAv//EwL7/xMC+/8LA + vv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C8uv/AvLr/v7y6/7+7uf+/u7n/vbu5/725t/+8uLf/vLm2/7y5 + tv+7t7X/ura0/7m2s/+4tLL/uLSy/7i0s/+4tLL/uLSy/7izsv+3srD/tbKw/7axsf+2sLD/tLCu/7Ou + rf+zra3/sq2s/7Gsq/+xrKv/sayr/7Csqv+wrKr/sKuq/6+qqf+uqqj/rqmo/62op/+uqKj/rKem/62n + pv+rp6b/q6Wk/6ulpP+rpaT/qaWk/6mjov+po6L/p6Ki/6eiov+noqD/p6Cg/6Wgn/+ln57/pZ+f/6ij + o/+5trX/29nY//X09P////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z9/f/x8PD/4uHf/9XT0P/Qzcr/zcrH/8vJ + xv/Mysf/zMnG/8vJxv/LyMb/ysjF/8rIxf/Kx8X/ycfE/8nGxP/JxsP/yMXD/8jFw//IxcL/x8TC/8fE + wf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//Ewb7/xMC+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 + u//AvLr/v7y6/7+7uf+/u7n/vru5/726uP+9ubf/vLm3/7y5t/+8uLb/u7e1/7q3tf+6trT/ura0/7q2 + tP+5tbP/uLSz/7i0sv+3s7H/trOx/7aysf+2sbD/tbGv/7Wwr/+1r6//tK+u/7Ourf+yrqz/sq2s/7Gs + q/+xrKv/sKyq/7Crqv+vqqn/rqqo/66pqP+uqaj/rain/62npv+sp6b/q6al/6umpf+rpaT/qqWk/6mk + o/+po6L/qKKi/6iiov+noqH/p6Gg/6ahn/+ln5//r6mp/8K+vv/d3Nv/+fr5//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v7/9vb2/+Xk4v/Y19T/0M7L/8zKx//Mysf/zMrH/8zJx//Lycb/y8jG/8vI + xv/KyMX/ysfF/8nHxP/JxsT/ycbD/8nGw//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XC + v//Ewr//xMG//8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/7+8uv+/vLr/v7u5/767 + uf+9urj/vbm3/725t/+8ubf/vLi2/7u4tv+7t7X/ura0/7q2tP+6trT/ubWz/7i0sv+3tLL/t7Sy/7ez + sf+2srD/trGw/7Wwr/+0sK7/tLCu/7Svrv+zrq3/sq6s/7KtrP+yrKz/sayr/7Csqv+wq6r/r6qp/66q + qP+uqqj/rqmo/62op/+tp6b/rKem/6unpv+rpqX/q6Wk/6qlpP+ppKP/qaOi/6miov+ooqH/p6Kh/6ql + pP+0r6//ysbG/+jm5v/9/Pz///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////r5 + +P/r6+n/3NvY/9TSz//Qzsv/zMvI/8zKx//Mycb/y8nG/8vJxv/LyMb/ysjF/8rHxf/Jx8T/ycbE/8nG + xP/JxsP/yMXD/8jFwv/HxML/x8TC/8fEwf/Gw8H/xsPA/8XCwP/Fwr//xcK//8TBv//EwL7/w8C+/8K/ + vf/Cv73/wr+9/8G+vP/Bvrz/wL27/8C8uv/AvLr/v7y6/7+7uf++u7n/vbq5/725uP+9ubf/vLm3/7y4 + tv+7uLb/uri2/7q3tf+6trT/ubW0/7m1s/+5tLL/uLSy/7e0sv+3s7H/trKw/7axsP+1sbD/tbGv/7Ww + rv+0r67/s6+t/7KurP+yrqz/sq2s/7Gsq/+wrKr/sKuq/6+qqf+vqqn/rqqo/66pqP+tqKf/raem/62n + pv+sp6b/q6al/6ulpP+qpaT/qaSj/6mjov+rpKT/sKqq/7y4t//Y1tb/8fDw//39/f////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////7+/v/8fLw/+bl4//Z2NX/0M/L/83L + yP/Mycb/y8nG/8vJxv/LyMb/y8jG/8rIxf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/yMXC/8fE + wv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XCv//EwL//xMC+/8LAvv/CwL7/wr+9/8K/vf/Bvrz/wb68/8C9 + u//AvLr/wLy6/7+8uf+/u7n/vbu5/726uf+9ubf/vbm3/7y5t/+8uLb/ure1/7q3tf+7trT/urW0/7m1 + tP+5tLL/ubSy/7e0sv+3tLL/t7Ow/7aysP+2srD/trKw/7Wxrv+0sK//tK+u/7KvrP+yr6z/sq6s/7Ks + rP+wrKr/sKyq/7Cqqv+wqqr/rqqo/66qqP+uqaj/raem/6ynpv+sp6b/q6al/6ulpP+qpaT/qqWk/6um + pf+2sLD/zMjI/+Ti4v/39vb///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////j4+P/s7Or/4N/d/9XT0P/OzMn/y8nF/8vIxf/Lycb/y8jG/8rI + xf/Kx8X/ycfE/8nHxP/JxsT/ycbD/8jFw//IxcL/yMXC/8fEwv/HxMH/xsPB/8bDwP/FwsD/xcLA/8XC + v//Ewb//xMC+/8PAvv/DwL7/wr+9/8K/vf/Bvrz/wb68/8C+vP/Avbv/wLy6/7+8uv+/u7n/vru5/767 + uf+9urj/vbm4/7y5t/+8uLb/u7e1/7u3tf+7t7X/ura0/7m1tP+5tbP/ubWz/7i0sv+3tLL/t7Ox/7ay + sP+2srD/trKw/7Wxr/+0sK//tK+u/7Ovrf+zr63/sq6s/7KtrP+xrKv/sKyq/7Crqv+wq6r/r6qp/66q + qP+uqaj/rain/6ynpv+sp6b/q6al/6ulpP+rpqX/tbCv/8TAwP/Y1NT/7e3t//////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+/v3/9vX0/+jm5P/c2db/09HO/83MyP/Mysf/y8nG/8vIxv/KyMX/ysfF/8rHxf/Jx8T/ycbE/8nG + w//IxcP/yMXD/8jFwv/HxML/x8TB/8bDwf/Gw8D/xsPA/8XCwP/Fwr//xMG//8TAvv/EwL7/w8C+/8K/ + vf/Cv73/wb68/8G+vP/Bvrz/wL27/8C8u/+/vLr/v7u5/7+7uf++u7n/vbq5/725t/+8ubf/vLi2/7y4 + tv+7uLb/ure1/7q2tP+5trT/uba0/7m1s/+4tLL/t7Sy/7ezsf+2srD/trKw/7aysP+1sa//tbCu/7Sv + rv+0rq7/s66t/7KurP+yraz/sayr/7Csqv+wrKr/sKuq/6+qqf+uqaj/rqmo/62op/+sp6b/rqmo/7Ww + r/+/urn/0c7N/+rp6f/8/Pz//v////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////v7+//08/H/5+Xj/9nY + 1f/S0M3/z83K/8zKx//Lycb/y8jG/8rIxf/Kx8X/ycfE/8nGxP/JxsP/ycbD/8jFw//IxcL/x8TC/8fE + wf/Gw8H/xsPB/8bDwP/FwsD/xcK//8TBv//EwL//xMC+/8PAvv/Cv73/wr+9/8G+vP/Bvrz/wb68/8C9 + u//AvLr/v7y6/7+8uv+/u7n/vru5/726uP+9ubf/vLm3/7y5t/+8uLb/u7e1/7q3tf+6trT/urW0/7m1 + tP+5tbP/uLSy/7e0sv+3tLL/t7Ox/7aysP+2sbD/tbGv/7Swrv+0sK7/tK+u/7Ourf+yrqz/sq2s/7Gs + q/+xrKv/sKyq/7Crqv+uqqj/sKup/7Ktq/+0sK7/vbm4/9HOzf/p6Of/9/b2//7+/v////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////+fn4//Hw7//n5eT/29nX/9LQzf/OzMr/zMnG/8rH + xf/LyMb/ycbE/8nGxP/JxsP/ycbE/8nGw//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XC + v//Fwb//xMG//8TAvv/DwL7/wr+9/8K/vf/Cv73/wb68/8G+vP/Avbv/wLy6/8C8uv+/vLr/v7u5/767 + uf+9urj/vbm3/725t/+8ubf/vLi2/7u3tf+7t7X/u7a1/7q2tP+5tbT/ubWz/7i0sv+3tLL/t7Oy/7ez + sf+2srD/trKw/7Wxr/+0sK7/tLCu/7Svrv+yrqz/sq2s/7Gsq/+xrKv/sKyq/7Grqv+xrKr/trKw/8O/ + vf/U0tD/5ePi//Lx8f/+/v7///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////5+fn/7+7t/+bl5P/f3dz/1tTS/87Myf/Lycb/ysjF/8nHxP/JxsT/yMbD/8nG + w//IxcP/yMXC/8fEwv/HxMH/x8TB/8bDwf/Gw8D/xcLA/8XCv//Fwr//xMG//8TAvv/DwL7/wr+9/8K/ + vf/Cv73/wb68/8G+vP/Avbv/wLy7/8C8uv+/vLr/v7u5/767uf+9urj/vbq4/725t/+8ubf/vLi2/7u3 + tf+7t7X/u7e1/7q2tP+5tbT/ubWz/7i0sv+4s7L/t7Oy/7ezsf+2srD/trKw/7Wxr/+0sK7/tLCu/7Sv + rv+zrq3/sa2s/7Gsq/+yrKv/trGw/765uP/IxcT/1tPS/+Ti4f/09PL///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v7//v7+//39 + /f/19fX/6uno/97e2//X1tP/1NLP/8/Nyv/LyMb/yMbD/8jGw//JxcP/yMXC/8jFwv/HxML/x8TC/8fE + wf/Gw8H/xsPA/8XCwP/FwsD/xcK//8TBv//EwL7/w8C+/8K/vf/Cv73/wr+9/8G+vP/Bvbz/wL28/8C9 + u//AvLr/v7y6/7+7uf++u7n/vbu5/726uP+9ubf/vLm3/7y4tv+7t7X/ure1/7q3tf+6trT/ubW0/7m1 + s/+5tLL/uLSy/7e0sv+3s7H/trKw/7Wwr/+1sK//tLCu/7Ovrf+1sa//uLSz/724t//Ev77/zcnI/9vY + 2P/s6+v/+/r6//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////Pz8//j4+P/x8fH/6ejm/9/d + 2//V0tD/z8zK/83LyP/Mycf/ycfE/8nGxP/IxcL/x8TC/8fEwv/HxMH/xsPB/8bDwP/Gw8D/xcLA/8XC + v//Ewb//xMC+/8TAvv/DwL7/wr+9/8K/vf/Bvrz/wb28/8G9vP/Avbv/wLy6/7+8uv+/u7n/v7u5/767 + uf+9urj/vbm3/7y5t/+8uLb/vLi2/7u4tv+7t7X/ura0/7m1tP+5tbP/ubWy/7e0sv+3s7H/t7Ox/7ez + sv+5tLP/ubSy/7m2tP/Cvr3/zMnJ/9vY2P/r6en/9PTz//n5+f/+/f3///////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////+vr6//X19P/w7u3/6efm/+Hf3f/Z19X/0tDO/87L + yP/JxsP/yMbD/8rHxP/IxcL/xsPB/8XCv//Fw7//xcLA/8XCwP/Ewb//w8C+/8TAvf/DwL3/wr+9/8K/ + vf/Bvrz/wb28/8G9vP/Avbz/wLy6/7+8uv+/u7n/v7q4/767uf+9urj/vLm3/7y4tv+8uLb/vLi2/7u4 + tv+7t7X/ubW0/7i0s/+6trT/u7e1/7m1s/+4s7L/vLi3/8K9vP/KxsX/09DQ/93b2//n5uX/7u3t//b2 + 9v////////////////////////////7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v39//f29v/v7u3/6ejn/+Ti4P/d29r/2djV/9fV0//Rz83/zcrI/8rI + xf/IxsP/xcLA/8TAvv/Ewb7/xMG//8TBv//Ewb//xMC+/8O/vf/Cv7z/wb67/8C9u//Avbv/wLy6/8C8 + uv+/vLr/v7u5/7+7uf+/u7n/vbu4/725t/+7t7X/ure1/7u3tf++urj/vrq5/8C8u//Fwb//ysfF/87L + yv/Sz87/2tfX/+He3f/o5+b/8vHy//z8/P////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////v7+//39/f/4+Pj/8/Lx/+3r6//m4+P/4eDe/97c2v/Z2Nb/1NHP/8/Myv/PzMr/0M3K/8/M + y//Oy8r/zMnH/8rHxP/IxcP/x8TC/8bDwP/Gw8D/xcLA/8bDwf/Gw8H/xsTC/8jFw//JxcP/ycfF/8nH + xf/IxcP/x8XD/8vHx//Rzcz/1NLR/9jW1P/d29n/5eTj/+/u7f/39vb//fz8///+/v/+//////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////v7+//38 + /f/7+/v/+vr6//n5+f/39/f/9PLy/+/u7v/r6+r/6ejn/+bl4//i4eD/397c/9zb2f/b2Nf/2dfV/9fV + 0//X1dP/1tTT/9fV1P/Z19X/29nY/93b2v/g3d3/4+Hh/+bk5P/o6Of/6+vr//Dw7//19PT/+Pf3//j3 + 9//5+fj/+/v7//39/f////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///9/f3/+/v7//n5+f/49/f/9vb1//X09P/09PP/8/Py//Ly8v/y8vL/8vHx//Ly8f/z8/L/9fT0//b1 + 9f/39vf/+fj4//v6+v/9/f3///////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////AAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + \ No newline at end of file diff --git a/instat/frmMetaData.designer.vb b/instat/frmMetaData.designer.vb index e11cdd64c8f..22de0be08e8 100644 --- a/instat/frmMetaData.designer.vb +++ b/instat/frmMetaData.designer.vb @@ -56,6 +56,7 @@ Partial Class frmMetaData Me.grdMetaData.SheetTabNewButtonVisible = False Me.grdMetaData.SheetTabVisible = False Me.grdMetaData.SheetTabWidth = 100 + Me.grdMetaData.ShowScrollEndSpacing = True Me.grdMetaData.Size = New System.Drawing.Size(477, 317) Me.grdMetaData.TabIndex = 1 Me.grdMetaData.Text = "Meta Data" @@ -71,8 +72,8 @@ Partial Class frmMetaData ' 'frmMetaData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(477, 317) Me.Controls.Add(Me.grdMetaData) Me.Controls.Add(Me.txtMetadata) diff --git a/instat/frmOutputWindow.Designer.vb b/instat/frmOutputWindow.Designer.vb index 0d17b2abdf7..c8108a9823e 100644 --- a/instat/frmOutputWindow.Designer.vb +++ b/instat/frmOutputWindow.Designer.vb @@ -55,30 +55,31 @@ Partial Class frmOutputWindow Me.ucrWPFrtfElementHost.Size = New System.Drawing.Size(722, 262) Me.ucrWPFrtfElementHost.TabIndex = 0 Me.ucrWPFrtfElementHost.Text = "ucrWPFrtfElementHost" + Me.ucrWPFrtfElementHost.Child = Nothing ' 'mnuContextRTB ' Me.mnuContextRTB.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CopyRTB, Me.CopyImageRTB}) Me.mnuContextRTB.Name = "mnuContextRTB" - Me.mnuContextRTB.Size = New System.Drawing.Size(151, 48) + Me.mnuContextRTB.Size = New System.Drawing.Size(150, 48) ' 'CopyRTB ' Me.CopyRTB.Name = "CopyRTB" - Me.CopyRTB.Size = New System.Drawing.Size(150, 22) + Me.CopyRTB.Size = New System.Drawing.Size(149, 22) Me.CopyRTB.Text = "Copy RichText" ' 'CopyImageRTB ' Me.CopyImageRTB.Enabled = False Me.CopyImageRTB.Name = "CopyImageRTB" - Me.CopyImageRTB.Size = New System.Drawing.Size(150, 22) + Me.CopyImageRTB.Size = New System.Drawing.Size(149, 22) Me.CopyImageRTB.Text = "Copy Image" ' 'frmOutputWindow ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(722, 262) Me.Controls.Add(Me.ucrWPFrtfElementHost) Me.Name = "frmOutputWindow" diff --git a/instat/frmOutputWindow.resx b/instat/frmOutputWindow.resx new file mode 100644 index 00000000000..9656a69efdf --- /dev/null +++ b/instat/frmOutputWindow.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/instat/frmPackageIssues.Designer.vb b/instat/frmPackageIssues.Designer.vb index f4467fefe9b..2d63336170e 100644 --- a/instat/frmPackageIssues.Designer.vb +++ b/instat/frmPackageIssues.Designer.vb @@ -69,6 +69,7 @@ Partial Class frmPackageIssues 'ucrInputPackageNames ' Me.ucrInputPackageNames.AddQuotesIfUnrecognised = True + Me.ucrInputPackageNames.AutoSize = True Me.ucrInputPackageNames.IsMultiline = False Me.ucrInputPackageNames.IsReadOnly = False Me.ucrInputPackageNames.Location = New System.Drawing.Point(15, 42) @@ -87,8 +88,8 @@ Partial Class frmPackageIssues ' 'frmPackageIssues ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(443, 437) Me.Controls.Add(Me.cmdCloseRInstat) Me.Controls.Add(Me.cmdClose) diff --git a/instat/frmScript.Designer.vb b/instat/frmScript.Designer.vb index 8b86a84cbd2..7dd623c34c5 100644 --- a/instat/frmScript.Designer.vb +++ b/instat/frmScript.Designer.vb @@ -64,8 +64,8 @@ Partial Class frmScript ' 'frmScript ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(548, 345) Me.Controls.Add(Me.cmdClear) Me.Controls.Add(Me.txtScript) diff --git a/instat/frmSetupLoading.Designer.vb b/instat/frmSetupLoading.Designer.vb index d4722825e1e..9012d518a1d 100644 --- a/instat/frmSetupLoading.Designer.vb +++ b/instat/frmSetupLoading.Designer.vb @@ -97,8 +97,8 @@ Partial Class frmSetupLoading ' 'frmSetupLoading ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(430, 256) Me.ControlBox = False diff --git a/instat/frmVariables.designer.vb b/instat/frmVariables.designer.vb index 061f52a0910..a5d759a87e3 100644 --- a/instat/frmVariables.designer.vb +++ b/instat/frmVariables.designer.vb @@ -55,14 +55,15 @@ Partial Class frmVariables Me.grdVariables.SheetTabNewButtonVisible = True Me.grdVariables.SheetTabVisible = True Me.grdVariables.SheetTabWidth = 300 + Me.grdVariables.ShowScrollEndSpacing = True Me.grdVariables.Size = New System.Drawing.Size(344, 138) Me.grdVariables.TabIndex = 2 Me.grdVariables.Text = "Variables" ' 'frmVariables ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(344, 138) Me.Controls.Add(Me.grdVariables) Me.Name = "frmVariables" diff --git a/instat/instat.vbproj b/instat/instat.vbproj index 233f1541329..9e5cee59e07 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -3018,6 +3018,9 @@ dlgThreeVariablePivotTable.vb + + frmOutputWindow.vb + sdgClimaticDataEntry.vb From 8ab0472e94664bfe025c22612ead45d8dacf3d39 Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:22:19 +0000 Subject: [PATCH 15/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/DlgUseDate.Designer.vb | 358 +++- instat/DlgUseDate.resx | 1445 -------------- instat/dlgSPI.Designer.vb | 154 +- instat/dlgSPI.resx | 636 ------ instat/dlgSaveAs.Designer.vb | 27 +- instat/dlgSaveAs.resx | 111 +- instat/dlgScatterPlot.Designer.vb | 121 +- instat/dlgScatterPlot.resx | 498 ----- instat/dlgScript.Designer.vb | 26 +- instat/dlgSeasonalPlot.Designer.vb | 34 +- instat/dlgSeasonalSummary.designer.vb | 7 +- instat/dlgSeasonalSummaryRain.designer.vb | 7 +- instat/dlgSelect.Designer.vb | 14 +- instat/dlgSelectAndStuck.Designer.vb | 11 +- instat/dlgSelectColumns.Designer.vb | 150 +- instat/dlgSelectColumns.resx | 624 ------ instat/dlgSetupForDataEntry.Designer.vb | 200 +- instat/dlgSetupForDataEntry.resx | 813 -------- instat/dlgShiftDailyData.Designer.vb | 7 +- instat/dlgShowModel.Designer.vb | 22 +- instat/dlgSite.Designer.vb | 7 +- instat/dlgSort.Designer.vb | 77 +- instat/dlgSort.resx | 324 ---- instat/dlgSpellLength.Designer.vb | 7 +- instat/dlgSpells.Designer.vb | 19 +- instat/dlgSplitText.Designer.vb | 116 +- instat/dlgSplitText.resx | 471 ----- instat/dlgStack.Designer.vb | 230 ++- instat/dlgStack.resx | 948 --------- instat/dlgStackDailyData.Designer.vb | 7 +- instat/dlgStandardiseCountryNames.Designer.vb | 11 +- instat/dlgStartofRains.Designer.vb | 51 +- instat/dlgStemAndLeaf.Designer.vb | 9 +- instat/dlgStringDistance.Designer.vb | 94 +- instat/dlgStringDistance.resx | 384 ---- instat/dlgStringHandling.Designer.vb | 328 +++- instat/dlgStringHandling.resx | 1365 ------------- instat/dlgSubset.Designer.vb | 11 +- instat/dlgSummary.Designer.vb | 7 +- instat/dlgSummaryBarOrPieChart.Designer.vb | 135 +- instat/dlgSummaryBarOrPieChart.resx | 549 ------ instat/dlgSummaryTables.Designer.vb | 181 +- instat/dlgSummaryTables.resx | 759 -------- instat/dlgSunshine.Designer.vb | 7 +- instat/dlgSurvivalDefine.Designer.vb | 4 +- instat/dlgSurvivalDescribe.Designer.vb | 4 +- instat/dlgSurvivalModel.Designer.vb | 4 +- instat/dlgSurvivalObject.Designer.vb | 21 +- instat/dlgSurvivalRates.Designer.vb | 4 +- instat/dlgTaylorDiagram.Designer.vb | 92 +- instat/dlgTaylorDiagram.resx | 369 ---- instat/dlgTemperature.Designer.vb | 7 +- instat/dlgThemes.Designer.vb | 52 +- instat/dlgThemes.resx | 204 -- instat/dlgThreeSummaries.Designer.vb | 7 +- .../dlgThreeVariableFrequencies.Designer.vb | 201 +- instat/dlgThreeVariableFrequencies.resx | 822 -------- instat/dlgThreeVariablePivotTable.Designer.vb | 106 +- instat/dlgThreeVariablePivotTable.resx | 435 ----- instat/dlgThreeVariablesModelling.Designer.vb | 18 +- instat/dlgTidy.Designer.vb | 61 +- instat/dlgTidy.resx | 240 --- instat/dlgTidyDailyData.Designer.vb | 199 +- instat/dlgTidyDailyData.resx | 828 -------- instat/dlgTimeSeriesPlot.Designer.vb | 30 +- instat/dlgTransform.Designer.vb | 404 +++- instat/dlgTransform.resx | 1710 ----------------- instat/dlgTransformClimatic.Designer.vb | 305 ++- instat/dlgTransformClimatic.resx | 1248 ------------ instat/dlgTransformText.Designer.vb | 363 +++- instat/dlgTransformText.resx | 1509 --------------- instat/dlgTransposeColumns.Designer.vb | 43 +- instat/dlgTransposeColumns.resx | 168 -- instat/dlgTreemap.Designer.vb | 166 +- instat/dlgTreemap.resx | 684 ------- .../dlgTwoSampleNonparametricTest.Designer.vb | 12 +- instat/dlgTwoVariableFitModel.Designer.vb | 23 +- instat/dlgTwoVariableUseModel.Designer.vb | 12 +- instat/dlgTwoWayFrequencies.Designer.vb | 168 +- instat/dlgTwoWayFrequencies.resx | 699 ------- instat/dlgUnstack.Designer.vb | 117 +- instat/dlgUnstack.resx | 468 ----- instat/dlgUseGraph.Designer.vb | 44 +- instat/dlgUseGraph.resx | 174 -- instat/dlgUseModel.Designer.vb | 20 +- instat/dlgVariableSets.Designer.vb | 14 +- instat/dlgView.Designer.vb | 134 +- instat/dlgView.resx | 552 ------ instat/dlgViewAndRemoveKeys.Designer.vb | 50 +- instat/dlgViewAndRemoveKeys.resx | 201 -- instat/dlgViewAndRemoveLinks.Designer.vb | 60 +- instat/dlgViewAndRemoveLinks.resx | 240 --- instat/dlgViewGraph.Designer.vb | 67 +- instat/dlgViewGraph.resx | 279 --- instat/dlgViewLabelsAndLevels.Designer.vb | 97 +- instat/dlgViewLabelsAndLevels.resx | 390 ---- instat/dlgViewObjects.Designer.vb | 64 +- instat/dlgViewObjects.resx | 261 --- instat/dlgVisualizeData.Designer.vb | 24 +- instat/dlgWindPollutionRose.Designer.vb | 27 +- instat/dlgWindrose.Designer.vb | 18 +- instat/frmCommand.Designer.vb | 4 +- instat/frmConvertToNumeric.Designer.vb | 4 +- instat/frmConvertToNumeric.resx | 2 +- instat/frmEditor.Designer.vb | 4 +- instat/frmGraphDisplay.Designer.vb | 4 +- instat/frmLog.Designer.vb | 4 +- 107 files changed, 4507 insertions(+), 21400 deletions(-) diff --git a/instat/DlgUseDate.Designer.vb b/instat/DlgUseDate.Designer.vb index 4f35189b470..dabdc6081fd 100644 --- a/instat/DlgUseDate.Designer.vb +++ b/instat/DlgUseDate.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgUseDate Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgUseDate)) Me.lblDateVariable = New System.Windows.Forms.Label() Me.ttYearNumeric = New System.Windows.Forms.ToolTip(Me.components) Me.lblDayinYear366 = New System.Windows.Forms.Label() @@ -96,58 +95,123 @@ Partial Class dlgUseDate ' 'lblDateVariable ' - resources.ApplyResources(Me.lblDateVariable, "lblDateVariable") + Me.lblDateVariable.AutoSize = True + Me.lblDateVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDateVariable.Location = New System.Drawing.Point(251, 44) Me.lblDateVariable.Name = "lblDateVariable" + Me.lblDateVariable.Size = New System.Drawing.Size(33, 13) + Me.lblDateVariable.TabIndex = 2 + Me.lblDateVariable.Text = "Date:" ' 'lblDayinYear366 ' - resources.ApplyResources(Me.lblDayinYear366, "lblDayinYear366") + Me.lblDayinYear366.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblDayinYear366.AutoSize = True + Me.lblDayinYear366.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayinYear366.Location = New System.Drawing.Point(160, 229) Me.lblDayinYear366.Name = "lblDayinYear366" + Me.lblDayinYear366.Size = New System.Drawing.Size(56, 26) + Me.lblDayinYear366.TabIndex = 6 + Me.lblDayinYear366.Text = "Day in" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Year (366)" ' 'lblShiftYear ' - resources.ApplyResources(Me.lblShiftYear, "lblShiftYear") + Me.lblShiftYear.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftYear.AutoSize = True + Me.lblShiftYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftYear.Location = New System.Drawing.Point(67, 236) Me.lblShiftYear.Name = "lblShiftYear" + Me.lblShiftYear.Size = New System.Drawing.Size(29, 13) + Me.lblShiftYear.TabIndex = 4 + Me.lblShiftYear.Text = "Year" ' 'lblShiftMonth ' - resources.ApplyResources(Me.lblShiftMonth, "lblShiftMonth") + Me.lblShiftMonth.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftMonth.AutoSize = True + Me.lblShiftMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftMonth.Location = New System.Drawing.Point(112, 236) Me.lblShiftMonth.Name = "lblShiftMonth" + Me.lblShiftMonth.Size = New System.Drawing.Size(37, 13) + Me.lblShiftMonth.TabIndex = 5 + Me.lblShiftMonth.Text = "Month" ' 'lblShiftPentad ' - resources.ApplyResources(Me.lblShiftPentad, "lblShiftPentad") + Me.lblShiftPentad.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftPentad.AutoSize = True + Me.lblShiftPentad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftPentad.Location = New System.Drawing.Point(347, 236) Me.lblShiftPentad.Name = "lblShiftPentad" + Me.lblShiftPentad.Size = New System.Drawing.Size(41, 13) + Me.lblShiftPentad.TabIndex = 9 + Me.lblShiftPentad.Text = "Pentad" ' 'lblDayInYear ' - resources.ApplyResources(Me.lblDayInYear, "lblDayInYear") + Me.lblDayInYear.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblDayInYear.AutoSize = True + Me.lblDayInYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayInYear.Location = New System.Drawing.Point(223, 229) Me.lblDayInYear.Name = "lblDayInYear" + Me.lblDayInYear.Size = New System.Drawing.Size(56, 26) + Me.lblDayInYear.TabIndex = 7 + Me.lblDayInYear.Text = "Day in" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Year (365)" ' 'lblShiftNumeric ' - resources.ApplyResources(Me.lblShiftNumeric, "lblShiftNumeric") + Me.lblShiftNumeric.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftNumeric.AutoSize = True + Me.lblShiftNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftNumeric.Location = New System.Drawing.Point(14, 262) Me.lblShiftNumeric.Name = "lblShiftNumeric" + Me.lblShiftNumeric.Size = New System.Drawing.Size(49, 13) + Me.lblShiftNumeric.TabIndex = 11 + Me.lblShiftNumeric.Text = "Numeric:" ' 'lblShiftQuarter ' - resources.ApplyResources(Me.lblShiftQuarter, "lblShiftQuarter") + Me.lblShiftQuarter.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftQuarter.AutoSize = True + Me.lblShiftQuarter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftQuarter.Location = New System.Drawing.Point(287, 236) Me.lblShiftQuarter.Name = "lblShiftQuarter" + Me.lblShiftQuarter.Size = New System.Drawing.Size(42, 13) + Me.lblShiftQuarter.TabIndex = 8 + Me.lblShiftQuarter.Text = "Quarter" ' 'lblShiftAbbr ' - resources.ApplyResources(Me.lblShiftAbbr, "lblShiftAbbr") + Me.lblShiftAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftAbbr.AutoSize = True + Me.lblShiftAbbr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftAbbr.Location = New System.Drawing.Point(14, 290) Me.lblShiftAbbr.Name = "lblShiftAbbr" + Me.lblShiftAbbr.Size = New System.Drawing.Size(35, 13) + Me.lblShiftAbbr.TabIndex = 20 + Me.lblShiftAbbr.Text = "Abbr.:" ' 'lblShiftDekad ' - resources.ApplyResources(Me.lblShiftDekad, "lblShiftDekad") + Me.lblShiftDekad.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShiftDekad.AutoSize = True + Me.lblShiftDekad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftDekad.Location = New System.Drawing.Point(401, 236) Me.lblShiftDekad.Name = "lblShiftDekad" + Me.lblShiftDekad.Size = New System.Drawing.Size(39, 13) + Me.lblShiftDekad.TabIndex = 10 + Me.lblShiftDekad.Text = "Dekad" ' 'lblShift ' - resources.ApplyResources(Me.lblShift, "lblShift") + Me.lblShift.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblShift.AutoSize = True + Me.lblShift.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShift.Location = New System.Drawing.Point(14, 318) Me.lblShift.Name = "lblShift" + Me.lblShift.Size = New System.Drawing.Size(38, 13) + Me.lblShift.TabIndex = 25 + Me.lblShift.Text = "Name:" ' 'GroupBox2 ' @@ -168,235 +232,423 @@ Partial Class dlgUseDate Me.GroupBox2.Controls.Add(Me.ucrChkWeekdayNum) Me.GroupBox2.Controls.Add(Me.ucrChkLeapYearNum) Me.GroupBox2.Controls.Add(Me.lblAbbr) - resources.ApplyResources(Me.GroupBox2, "GroupBox2") + Me.GroupBox2.Location = New System.Drawing.Point(9, 337) Me.GroupBox2.Name = "GroupBox2" + Me.GroupBox2.Size = New System.Drawing.Size(458, 117) + Me.GroupBox2.TabIndex = 28 Me.GroupBox2.TabStop = False ' 'ucrChkDaysInMonthNum ' + Me.ucrChkDaysInMonthNum.AutoSize = True Me.ucrChkDaysInMonthNum.Checked = False - resources.ApplyResources(Me.ucrChkDaysInMonthNum, "ucrChkDaysInMonthNum") + Me.ucrChkDaysInMonthNum.Location = New System.Drawing.Point(399, 35) Me.ucrChkDaysInMonthNum.Name = "ucrChkDaysInMonthNum" + Me.ucrChkDaysInMonthNum.Size = New System.Drawing.Size(85, 23) + Me.ucrChkDaysInMonthNum.TabIndex = 10 ' 'lblDaysInMonth ' - resources.ApplyResources(Me.lblDaysInMonth, "lblDaysInMonth") + Me.lblDaysInMonth.AutoSize = True + Me.lblDaysInMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDaysInMonth.Location = New System.Drawing.Point(369, 12) Me.lblDaysInMonth.Name = "lblDaysInMonth" + Me.lblDaysInMonth.Size = New System.Drawing.Size(75, 13) + Me.lblDaysInMonth.TabIndex = 4 + Me.lblDaysInMonth.Text = "Days in Month" ' 'ucrChkWeekName ' - resources.ApplyResources(Me.ucrChkWeekName, "ucrChkWeekName") + Me.ucrChkWeekName.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekName.AutoSize = True Me.ucrChkWeekName.Checked = False + Me.ucrChkWeekName.Location = New System.Drawing.Point(145, 89) + Me.ucrChkWeekName.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekName.Name = "ucrChkWeekName" + Me.ucrChkWeekName.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekName.TabIndex = 15 ' 'lblDayInMonth ' - resources.ApplyResources(Me.lblDayInMonth, "lblDayInMonth") + Me.lblDayInMonth.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblDayInMonth.AutoSize = True + Me.lblDayInMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayInMonth.Location = New System.Drawing.Point(48, 12) Me.lblDayInMonth.Name = "lblDayInMonth" + Me.lblDayInMonth.Size = New System.Drawing.Size(70, 13) + Me.lblDayInMonth.TabIndex = 0 + Me.lblDayInMonth.Text = "Day in Month" ' 'ucrChkDayInMonthNum ' - resources.ApplyResources(Me.ucrChkDayInMonthNum, "ucrChkDayInMonthNum") + Me.ucrChkDayInMonthNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkDayInMonthNum.AutoSize = True Me.ucrChkDayInMonthNum.Checked = False + Me.ucrChkDayInMonthNum.Location = New System.Drawing.Point(76, 35) + Me.ucrChkDayInMonthNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkDayInMonthNum.Name = "ucrChkDayInMonthNum" + Me.ucrChkDayInMonthNum.Size = New System.Drawing.Size(85, 23) + Me.ucrChkDayInMonthNum.TabIndex = 6 ' 'lblNumeric ' - resources.ApplyResources(Me.lblNumeric, "lblNumeric") + Me.lblNumeric.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblNumeric.AutoSize = True + Me.lblNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNumeric.Location = New System.Drawing.Point(6, 36) Me.lblNumeric.Name = "lblNumeric" + Me.lblNumeric.Size = New System.Drawing.Size(49, 13) + Me.lblNumeric.TabIndex = 5 + Me.lblNumeric.Text = "Numeric:" ' 'ucrChkWeekAbbr ' - resources.ApplyResources(Me.ucrChkWeekAbbr, "ucrChkWeekAbbr") + Me.ucrChkWeekAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekAbbr.AutoSize = True Me.ucrChkWeekAbbr.Checked = False + Me.ucrChkWeekAbbr.Location = New System.Drawing.Point(145, 62) + Me.ucrChkWeekAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekAbbr.Name = "ucrChkWeekAbbr" + Me.ucrChkWeekAbbr.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekAbbr.TabIndex = 12 ' 'lblWeek ' - resources.ApplyResources(Me.lblWeek, "lblWeek") + Me.lblWeek.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblWeek.AutoSize = True + Me.lblWeek.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWeek.Location = New System.Drawing.Point(133, 12) Me.lblWeek.Name = "lblWeek" + Me.lblWeek.Size = New System.Drawing.Size(36, 13) + Me.lblWeek.TabIndex = 1 + Me.lblWeek.Text = "Week" ' 'ucrChkWeekdayName ' - resources.ApplyResources(Me.ucrChkWeekdayName, "ucrChkWeekdayName") + Me.ucrChkWeekdayName.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekdayName.AutoSize = True Me.ucrChkWeekdayName.Checked = False + Me.ucrChkWeekdayName.Location = New System.Drawing.Point(210, 89) + Me.ucrChkWeekdayName.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekdayName.Name = "ucrChkWeekdayName" + Me.ucrChkWeekdayName.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekdayName.TabIndex = 16 ' 'lblWeekDay ' - resources.ApplyResources(Me.lblWeekDay, "lblWeekDay") + Me.lblWeekDay.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblWeekDay.AutoSize = True + Me.lblWeekDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWeekDay.Location = New System.Drawing.Point(186, 12) Me.lblWeekDay.Name = "lblWeekDay" + Me.lblWeekDay.Size = New System.Drawing.Size(58, 13) + Me.lblWeekDay.TabIndex = 2 + Me.lblWeekDay.Text = "Week Day" ' 'ucrChkWeekdayAbbr ' - resources.ApplyResources(Me.ucrChkWeekdayAbbr, "ucrChkWeekdayAbbr") + Me.ucrChkWeekdayAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekdayAbbr.AutoSize = True Me.ucrChkWeekdayAbbr.Checked = False + Me.ucrChkWeekdayAbbr.Location = New System.Drawing.Point(210, 62) + Me.ucrChkWeekdayAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekdayAbbr.Name = "ucrChkWeekdayAbbr" + Me.ucrChkWeekdayAbbr.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekdayAbbr.TabIndex = 13 ' 'lblName ' - resources.ApplyResources(Me.lblName, "lblName") + Me.lblName.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblName.AutoSize = True + Me.lblName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblName.Location = New System.Drawing.Point(6, 92) Me.lblName.Name = "lblName" + Me.lblName.Size = New System.Drawing.Size(38, 13) + Me.lblName.TabIndex = 14 + Me.lblName.Text = "Name:" ' 'ucrChkWeekNum ' - resources.ApplyResources(Me.ucrChkWeekNum, "ucrChkWeekNum") + Me.ucrChkWeekNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekNum.AutoSize = True Me.ucrChkWeekNum.Checked = False + Me.ucrChkWeekNum.Location = New System.Drawing.Point(145, 35) + Me.ucrChkWeekNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekNum.Name = "ucrChkWeekNum" + Me.ucrChkWeekNum.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekNum.TabIndex = 7 ' 'lblLeapYear ' - resources.ApplyResources(Me.lblLeapYear, "lblLeapYear") + Me.lblLeapYear.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblLeapYear.AutoSize = True + Me.lblLeapYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLeapYear.Location = New System.Drawing.Point(281, 12) Me.lblLeapYear.Name = "lblLeapYear" + Me.lblLeapYear.Size = New System.Drawing.Size(56, 13) + Me.lblLeapYear.TabIndex = 3 + Me.lblLeapYear.Text = "Leap Year" ' 'ucrChkWeekdayNum ' - resources.ApplyResources(Me.ucrChkWeekdayNum, "ucrChkWeekdayNum") + Me.ucrChkWeekdayNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkWeekdayNum.AutoSize = True Me.ucrChkWeekdayNum.Checked = False + Me.ucrChkWeekdayNum.Location = New System.Drawing.Point(210, 35) + Me.ucrChkWeekdayNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkWeekdayNum.Name = "ucrChkWeekdayNum" + Me.ucrChkWeekdayNum.Size = New System.Drawing.Size(85, 23) + Me.ucrChkWeekdayNum.TabIndex = 8 ' 'ucrChkLeapYearNum ' - resources.ApplyResources(Me.ucrChkLeapYearNum, "ucrChkLeapYearNum") + Me.ucrChkLeapYearNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkLeapYearNum.AutoSize = True Me.ucrChkLeapYearNum.Checked = False + Me.ucrChkLeapYearNum.Location = New System.Drawing.Point(298, 35) + Me.ucrChkLeapYearNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkLeapYearNum.Name = "ucrChkLeapYearNum" + Me.ucrChkLeapYearNum.Size = New System.Drawing.Size(85, 23) + Me.ucrChkLeapYearNum.TabIndex = 9 ' 'lblAbbr ' - resources.ApplyResources(Me.lblAbbr, "lblAbbr") + Me.lblAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.lblAbbr.AutoSize = True + Me.lblAbbr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAbbr.Location = New System.Drawing.Point(6, 64) Me.lblAbbr.Name = "lblAbbr" + Me.lblAbbr.Size = New System.Drawing.Size(35, 13) + Me.lblAbbr.TabIndex = 11 + Me.lblAbbr.Text = "Abbr.:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.lblShifted) Me.GroupBox1.Controls.Add(Me.ucrInputComboBoxStartingMonth) Me.GroupBox1.Controls.Add(Me.lblShiftStartingMonth) - resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Location = New System.Drawing.Point(9, 191) Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(458, 147) + Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False ' 'lblShifted ' - resources.ApplyResources(Me.lblShifted, "lblShifted") + Me.lblShifted.AutoSize = True + Me.lblShifted.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShifted.Location = New System.Drawing.Point(219, 19) Me.lblShifted.Name = "lblShifted" + Me.lblShifted.Size = New System.Drawing.Size(40, 13) + Me.lblShifted.TabIndex = 2 + Me.lblShifted.Text = "Shifted" ' 'ucrInputComboBoxStartingMonth ' Me.ucrInputComboBoxStartingMonth.AddQuotesIfUnrecognised = True + Me.ucrInputComboBoxStartingMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboBoxStartingMonth.GetSetSelectedIndex = -1 Me.ucrInputComboBoxStartingMonth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboBoxStartingMonth, "ucrInputComboBoxStartingMonth") + Me.ucrInputComboBoxStartingMonth.Location = New System.Drawing.Point(99, 15) + Me.ucrInputComboBoxStartingMonth.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputComboBoxStartingMonth.Name = "ucrInputComboBoxStartingMonth" + Me.ucrInputComboBoxStartingMonth.Size = New System.Drawing.Size(114, 21) + Me.ucrInputComboBoxStartingMonth.TabIndex = 1 ' 'lblShiftStartingMonth ' - resources.ApplyResources(Me.lblShiftStartingMonth, "lblShiftStartingMonth") + Me.lblShiftStartingMonth.AutoSize = True + Me.lblShiftStartingMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShiftStartingMonth.Location = New System.Drawing.Point(8, 19) Me.lblShiftStartingMonth.Name = "lblShiftStartingMonth" + Me.lblShiftStartingMonth.Size = New System.Drawing.Size(79, 13) + Me.lblShiftStartingMonth.TabIndex = 0 + Me.lblShiftStartingMonth.Text = "Starting Month:" ' 'ucrChkShiftYearName ' - resources.ApplyResources(Me.ucrChkShiftYearName, "ucrChkShiftYearName") + Me.ucrChkShiftYearName.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftYearName.AutoSize = True Me.ucrChkShiftYearName.Checked = False + Me.ucrChkShiftYearName.Location = New System.Drawing.Point(77, 316) + Me.ucrChkShiftYearName.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftYearName.Name = "ucrChkShiftYearName" + Me.ucrChkShiftYearName.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftYearName.TabIndex = 26 ' 'ucrChkShiftPentadAbbr ' - resources.ApplyResources(Me.ucrChkShiftPentadAbbr, "ucrChkShiftPentadAbbr") + Me.ucrChkShiftPentadAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftPentadAbbr.AutoSize = True Me.ucrChkShiftPentadAbbr.Checked = False + Me.ucrChkShiftPentadAbbr.Location = New System.Drawing.Point(359, 289) + Me.ucrChkShiftPentadAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftPentadAbbr.Name = "ucrChkShiftPentadAbbr" + Me.ucrChkShiftPentadAbbr.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftPentadAbbr.TabIndex = 23 ' 'ucrChkShiftYearNum ' - resources.ApplyResources(Me.ucrChkShiftYearNum, "ucrChkShiftYearNum") + Me.ucrChkShiftYearNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftYearNum.AutoSize = True Me.ucrChkShiftYearNum.Checked = False + Me.ucrChkShiftYearNum.Location = New System.Drawing.Point(77, 262) + Me.ucrChkShiftYearNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftYearNum.Name = "ucrChkShiftYearNum" + Me.ucrChkShiftYearNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftYearNum.TabIndex = 12 ' 'ucrChkShiftDekadAbbr ' - resources.ApplyResources(Me.ucrChkShiftDekadAbbr, "ucrChkShiftDekadAbbr") + Me.ucrChkShiftDekadAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftDekadAbbr.AutoSize = True Me.ucrChkShiftDekadAbbr.Checked = False + Me.ucrChkShiftDekadAbbr.Location = New System.Drawing.Point(417, 289) + Me.ucrChkShiftDekadAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftDekadAbbr.Name = "ucrChkShiftDekadAbbr" + Me.ucrChkShiftDekadAbbr.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftDekadAbbr.TabIndex = 24 ' 'ucrChkShiftMonthAbbr ' - resources.ApplyResources(Me.ucrChkShiftMonthAbbr, "ucrChkShiftMonthAbbr") + Me.ucrChkShiftMonthAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftMonthAbbr.AutoSize = True Me.ucrChkShiftMonthAbbr.Checked = False + Me.ucrChkShiftMonthAbbr.Location = New System.Drawing.Point(127, 289) + Me.ucrChkShiftMonthAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftMonthAbbr.Name = "ucrChkShiftMonthAbbr" + Me.ucrChkShiftMonthAbbr.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftMonthAbbr.TabIndex = 21 ' 'ucrChkShiftMonthName ' - resources.ApplyResources(Me.ucrChkShiftMonthName, "ucrChkShiftMonthName") + Me.ucrChkShiftMonthName.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftMonthName.AutoSize = True Me.ucrChkShiftMonthName.Checked = False + Me.ucrChkShiftMonthName.Location = New System.Drawing.Point(127, 316) + Me.ucrChkShiftMonthName.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftMonthName.Name = "ucrChkShiftMonthName" + Me.ucrChkShiftMonthName.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftMonthName.TabIndex = 27 ' 'ucrChkShiftQuarterAbbr ' - resources.ApplyResources(Me.ucrChkShiftQuarterAbbr, "ucrChkShiftQuarterAbbr") + Me.ucrChkShiftQuarterAbbr.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftQuarterAbbr.AutoSize = True Me.ucrChkShiftQuarterAbbr.Checked = False + Me.ucrChkShiftQuarterAbbr.Location = New System.Drawing.Point(301, 289) + Me.ucrChkShiftQuarterAbbr.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftQuarterAbbr.Name = "ucrChkShiftQuarterAbbr" + Me.ucrChkShiftQuarterAbbr.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftQuarterAbbr.TabIndex = 22 ' 'ucrChkShiftDekadNum ' - resources.ApplyResources(Me.ucrChkShiftDekadNum, "ucrChkShiftDekadNum") + Me.ucrChkShiftDekadNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftDekadNum.AutoSize = True Me.ucrChkShiftDekadNum.Checked = False + Me.ucrChkShiftDekadNum.Location = New System.Drawing.Point(417, 262) + Me.ucrChkShiftDekadNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftDekadNum.Name = "ucrChkShiftDekadNum" + Me.ucrChkShiftDekadNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftDekadNum.TabIndex = 18 ' 'ucrChkShiftQuarterNum ' - resources.ApplyResources(Me.ucrChkShiftQuarterNum, "ucrChkShiftQuarterNum") + Me.ucrChkShiftQuarterNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftQuarterNum.AutoSize = True Me.ucrChkShiftQuarterNum.Checked = False + Me.ucrChkShiftQuarterNum.Location = New System.Drawing.Point(301, 262) + Me.ucrChkShiftQuarterNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftQuarterNum.Name = "ucrChkShiftQuarterNum" + Me.ucrChkShiftQuarterNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftQuarterNum.TabIndex = 16 ' 'ucrChkDayInYearNum ' - resources.ApplyResources(Me.ucrChkDayInYearNum, "ucrChkDayInYearNum") + Me.ucrChkDayInYearNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkDayInYearNum.AutoSize = True Me.ucrChkDayInYearNum.Checked = False + Me.ucrChkDayInYearNum.Location = New System.Drawing.Point(243, 262) + Me.ucrChkDayInYearNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkDayInYearNum.Name = "ucrChkDayInYearNum" + Me.ucrChkDayInYearNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkDayInYearNum.TabIndex = 15 ' 'ucrChkShiftMonthNum ' - resources.ApplyResources(Me.ucrChkShiftMonthNum, "ucrChkShiftMonthNum") + Me.ucrChkShiftMonthNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftMonthNum.AutoSize = True Me.ucrChkShiftMonthNum.Checked = False + Me.ucrChkShiftMonthNum.Location = New System.Drawing.Point(127, 262) + Me.ucrChkShiftMonthNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftMonthNum.Name = "ucrChkShiftMonthNum" + Me.ucrChkShiftMonthNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftMonthNum.TabIndex = 13 ' 'ucrChkShiftDayInYearNum366 ' - resources.ApplyResources(Me.ucrChkShiftDayInYearNum366, "ucrChkShiftDayInYearNum366") + Me.ucrChkShiftDayInYearNum366.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftDayInYearNum366.AutoSize = True Me.ucrChkShiftDayInYearNum366.Checked = False + Me.ucrChkShiftDayInYearNum366.Location = New System.Drawing.Point(185, 262) + Me.ucrChkShiftDayInYearNum366.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftDayInYearNum366.Name = "ucrChkShiftDayInYearNum366" + Me.ucrChkShiftDayInYearNum366.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftDayInYearNum366.TabIndex = 14 ' 'ucrChkShiftPentadNum ' - resources.ApplyResources(Me.ucrChkShiftPentadNum, "ucrChkShiftPentadNum") + Me.ucrChkShiftPentadNum.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrChkShiftPentadNum.AutoSize = True Me.ucrChkShiftPentadNum.Checked = False + Me.ucrChkShiftPentadNum.Location = New System.Drawing.Point(359, 262) + Me.ucrChkShiftPentadNum.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkShiftPentadNum.Name = "ucrChkShiftPentadNum" + Me.ucrChkShiftPentadNum.Size = New System.Drawing.Size(87, 23) + Me.ucrChkShiftPentadNum.TabIndex = 17 ' 'ucrReceiverUseDate ' + Me.ucrReceiverUseDate.AutoSize = True Me.ucrReceiverUseDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverUseDate, "ucrReceiverUseDate") + Me.ucrReceiverUseDate.Location = New System.Drawing.Point(252, 59) + Me.ucrReceiverUseDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverUseDate.Name = "ucrReceiverUseDate" Me.ucrReceiverUseDate.Selector = Nothing + Me.ucrReceiverUseDate.Size = New System.Drawing.Size(163, 20) Me.ucrReceiverUseDate.strNcFilePath = "" + Me.ucrReceiverUseDate.TabIndex = 3 Me.ucrReceiverUseDate.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 461) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrSelectorUseDate ' + Me.ucrSelectorUseDate.AutoSize = True Me.ucrSelectorUseDate.bDropUnusedFilterLevels = False Me.ucrSelectorUseDate.bShowHiddenColumns = False Me.ucrSelectorUseDate.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorUseDate, "ucrSelectorUseDate") + Me.ucrSelectorUseDate.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorUseDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorUseDate.Name = "ucrSelectorUseDate" + Me.ucrSelectorUseDate.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorUseDate.TabIndex = 1 ' 'dlgUseDate ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(472, 516) Me.Controls.Add(Me.ucrChkShiftYearName) Me.Controls.Add(Me.lblDayinYear366) Me.Controls.Add(Me.ucrChkShiftPentadAbbr) @@ -430,6 +682,8 @@ Partial Class dlgUseDate Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgUseDate" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Use Date" Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) diff --git a/instat/DlgUseDate.resx b/instat/DlgUseDate.resx index a79e98b65c2..433c5686975 100644 --- a/instat/DlgUseDate.resx +++ b/instat/DlgUseDate.resx @@ -117,1455 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 251, 44 - - - 33, 13 - - - 2 - - - Date: - - - lblDateVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - 17, 17 - - None - - - True - - - NoControl - - - 160, 229 - - - 56, 26 - - - 6 - - - Day in -Year (366) - - - lblDayinYear366 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - None - - - True - - - NoControl - - - 67, 236 - - - 29, 13 - - - 4 - - - Year - - - lblShiftYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - None - - - True - - - NoControl - - - 112, 236 - - - 37, 13 - - - 5 - - - Month - - - lblShiftMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - None - - - True - - - NoControl - - - 347, 236 - - - 41, 13 - - - 9 - - - Pentad - - - lblShiftPentad - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - None - - - True - - - NoControl - - - 223, 229 - - - 56, 26 - - - 7 - - - Day in -Year (365) - - - lblDayInYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - None - - - True - - - NoControl - - - 14, 262 - - - 49, 13 - - - 11 - - - Numeric: - - - lblShiftNumeric - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - None - - - True - - - NoControl - - - 287, 236 - - - 42, 13 - - - 8 - - - Quarter - - - lblShiftQuarter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - None - - - True - - - NoControl - - - 14, 290 - - - 35, 13 - - - 20 - - - Abbr.: - - - lblShiftAbbr - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - None - - - True - - - NoControl - - - 401, 236 - - - 39, 13 - - - 10 - - - Dekad - - - lblShiftDekad - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - None - - - True - - - NoControl - - - 14, 318 - - - 38, 13 - - - 25 - - - Name: - - - lblShift - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - 399, 35 - - - 15, 15 - - - 10 - - - ucrChkDaysInMonthNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 0 - - - True - - - NoControl - - - 369, 12 - - - 75, 13 - - - 4 - - - Days in Month - - - lblDaysInMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 1 - - - None - - - 145, 89 - - - 6, 8, 6, 8 - - - 15, 15 - - - 15 - - - ucrChkWeekName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 2 - - - None - - - True - - - NoControl - - - 48, 12 - - - 70, 13 - - - 0 - - - Day in Month - - - lblDayInMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 3 - - - None - - - 76, 35 - - - 6, 8, 6, 8 - - - 15, 15 - - - 6 - - - ucrChkDayInMonthNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 4 - - - None - - - True - - - NoControl - - - 6, 36 - - - 49, 13 - - - 5 - - - Numeric: - - - lblNumeric - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 5 - - - None - - - 145, 62 - - - 6, 8, 6, 8 - - - 15, 15 - - - 12 - - - ucrChkWeekAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 6 - - - None - - - True - - - NoControl - - - 133, 12 - - - 36, 13 - - - 1 - - - Week - - - lblWeek - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 7 - - - None - - - 210, 89 - - - 6, 8, 6, 8 - - - 15, 15 - - - 16 - - - ucrChkWeekdayName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 8 - - - None - - - True - - - NoControl - - - 186, 12 - - - 58, 13 - - - 2 - - - Week Day - - - lblWeekDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 9 - - - None - - - 210, 62 - - - 6, 8, 6, 8 - - - 15, 15 - - - 13 - - - ucrChkWeekdayAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 10 - - - None - - - True - - - NoControl - - - 6, 92 - - - 38, 13 - - - 14 - - - Name: - - - lblName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 11 - - - None - - - 145, 35 - - - 6, 8, 6, 8 - - - 15, 15 - - - 7 - - - ucrChkWeekNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 12 - - - None - - - True - - - NoControl - - - 281, 12 - - - 56, 13 - - - 3 - - - Leap Year - - - lblLeapYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 13 - - - None - - - 210, 35 - - - 6, 8, 6, 8 - - - 15, 15 - - - 8 - - - ucrChkWeekdayNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 14 - - - None - - - 298, 35 - - - 6, 8, 6, 8 - - - 15, 15 - - - 9 - - - ucrChkLeapYearNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox2 - - - 15 - - - None - - - True - - - NoControl - - - 6, 64 - - - 35, 13 - - - 11 - - - Abbr.: - - - lblAbbr - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox2 - - - 16 - - - 9, 337 - - - 458, 117 - - - 28 - - - GroupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 23 - - - True - - - NoControl - - - 219, 19 - - - 40, 13 - - - 2 - - - Shifted - - - lblShifted - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 0 - - - 99, 15 - - - 9, 12, 9, 12 - - - 114, 21 - - - 1 - - - ucrInputComboBoxStartingMonth - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 1 - - - True - - - NoControl - - - 8, 19 - - - 79, 13 - - - 0 - - - Starting Month: - - - lblShiftStartingMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 2 - - - 9, 191 - - - 458, 147 - - - 4 - - - GroupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - None - - - 77, 316 - - - 6, 8, 6, 8 - - - 13, 15 - - - 26 - - - ucrChkShiftYearName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - None - - - 359, 289 - - - 6, 8, 6, 8 - - - 13, 15 - - - 23 - - - ucrChkShiftPentadAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - None - - - 77, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 12 - - - ucrChkShiftYearNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - None - - - 417, 289 - - - 6, 8, 6, 8 - - - 13, 15 - - - 24 - - - ucrChkShiftDekadAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - None - - - 127, 289 - - - 6, 8, 6, 8 - - - 13, 15 - - - 21 - - - ucrChkShiftMonthAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - None - - - 127, 316 - - - 6, 8, 6, 8 - - - 13, 15 - - - 27 - - - ucrChkShiftMonthName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - None - - - 301, 289 - - - 6, 8, 6, 8 - - - 13, 15 - - - 22 - - - ucrChkShiftQuarterAbbr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - None - - - 417, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 18 - - - ucrChkShiftDekadNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - None - - - 301, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 16 - - - ucrChkShiftQuarterNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - None - - - 243, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 15 - - - ucrChkDayInYearNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - None - - - 127, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 13 - - - ucrChkShiftMonthNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - None - - - 185, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 14 - - - ucrChkShiftDayInYearNum366 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - None - - - 359, 262 - - - 6, 8, 6, 8 - - - 13, 15 - - - 17 - - - ucrChkShiftPentadNum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - True - 25 - - 6, 13 - - - True - - - 472, 516 - - - True - - - 10, 461 - - - 4, 5, 4, 5 - - - 405, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorUseDate - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - CenterScreen - - - Use Date - - - ttYearNumeric - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgUseDate - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 59 - - - 0, 0, 0, 0 - - - 163, 20 - - - 3 - - - ucrReceiverUseDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - \ No newline at end of file diff --git a/instat/dlgSPI.Designer.vb b/instat/dlgSPI.Designer.vb index 52a2ed8f2e1..c0f05f48452 100644 --- a/instat/dlgSPI.Designer.vb +++ b/instat/dlgSPI.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgSPI 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSPI)) Me.lblStation = New System.Windows.Forms.Label() Me.lblYear = New System.Windows.Forms.Label() Me.lblMonth = New System.Windows.Forms.Label() @@ -52,53 +51,95 @@ Partial Class dlgSPI ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(262, 65) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 4 + Me.lblStation.Text = "Station:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(262, 112) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 6 + Me.lblYear.Text = "Year:" ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(262, 159) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 8 + Me.lblMonth.Text = "Month:" ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblData.Location = New System.Drawing.Point(262, 206) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(48, 13) + Me.lblData.TabIndex = 10 + Me.lblData.Text = "Element:" ' 'rdoSPEI ' - resources.ApplyResources(Me.rdoSPEI, "rdoSPEI") + Me.rdoSPEI.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSPEI.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSPEI.FlatAppearance.BorderSize = 2 Me.rdoSPEI.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSPEI.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSPEI.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSPEI.Location = New System.Drawing.Point(210, 12) Me.rdoSPEI.Name = "rdoSPEI" + Me.rdoSPEI.Size = New System.Drawing.Size(82, 27) + Me.rdoSPEI.TabIndex = 2 Me.rdoSPEI.TabStop = True + Me.rdoSPEI.Text = "SPEI" + Me.rdoSPEI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSPEI.UseVisualStyleBackColor = True ' 'rdoSPI ' - resources.ApplyResources(Me.rdoSPI, "rdoSPI") + Me.rdoSPI.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSPI.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSPI.FlatAppearance.BorderSize = 2 Me.rdoSPI.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSPI.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSPI.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSPI.Location = New System.Drawing.Point(130, 12) Me.rdoSPI.Name = "rdoSPI" + Me.rdoSPI.Size = New System.Drawing.Size(82, 27) + Me.rdoSPI.TabIndex = 1 Me.rdoSPI.TabStop = True + Me.rdoSPI.Text = "SPI" + Me.rdoSPI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSPI.UseVisualStyleBackColor = True ' 'ucrPnlIndex ' - resources.ApplyResources(Me.ucrPnlIndex, "ucrPnlIndex") + Me.ucrPnlIndex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlIndex.Location = New System.Drawing.Point(125, 8) Me.ucrPnlIndex.Name = "ucrPnlIndex" + Me.ucrPnlIndex.Size = New System.Drawing.Size(176, 35) + Me.ucrPnlIndex.TabIndex = 0 ' 'lblTimeScale ' - resources.ApplyResources(Me.lblTimeScale, "lblTimeScale") + Me.lblTimeScale.AutoSize = True + Me.lblTimeScale.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTimeScale.Location = New System.Drawing.Point(12, 314) Me.lblTimeScale.Name = "lblTimeScale" + Me.lblTimeScale.Size = New System.Drawing.Size(107, 13) + Me.lblTimeScale.TabIndex = 13 + Me.lblTimeScale.Text = "Time Scale (Months):" ' 'grpKernel ' @@ -106,117 +147,176 @@ Partial Class dlgSPI Me.grpKernel.Controls.Add(Me.ucrInputType) Me.grpKernel.Controls.Add(Me.lblShift) Me.grpKernel.Controls.Add(Me.ucrNudKernelShift) - resources.ApplyResources(Me.grpKernel, "grpKernel") + Me.grpKernel.Location = New System.Drawing.Point(10, 233) Me.grpKernel.Name = "grpKernel" + Me.grpKernel.Size = New System.Drawing.Size(210, 73) + Me.grpKernel.TabIndex = 12 Me.grpKernel.TabStop = False + Me.grpKernel.Text = "Kernel" ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.AutoSize = True + Me.lblType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblType.Location = New System.Drawing.Point(7, 22) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(34, 13) + Me.lblType.TabIndex = 0 + Me.lblType.Text = "Type:" ' 'ucrInputType ' Me.ucrInputType.AddQuotesIfUnrecognised = True + Me.ucrInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputType.GetSetSelectedIndex = -1 Me.ucrInputType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputType, "ucrInputType") + Me.ucrInputType.Location = New System.Drawing.Point(67, 19) Me.ucrInputType.Name = "ucrInputType" + Me.ucrInputType.Size = New System.Drawing.Size(137, 21) + Me.ucrInputType.TabIndex = 1 ' 'lblShift ' - resources.ApplyResources(Me.lblShift, "lblShift") + Me.lblShift.AutoSize = True + Me.lblShift.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShift.Location = New System.Drawing.Point(7, 49) Me.lblShift.Name = "lblShift" + Me.lblShift.Size = New System.Drawing.Size(31, 13) + Me.lblShift.TabIndex = 2 + Me.lblShift.Text = "Shift:" ' 'ucrNudKernelShift ' + Me.ucrNudKernelShift.AutoSize = True Me.ucrNudKernelShift.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudKernelShift.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudKernelShift, "ucrNudKernelShift") + Me.ucrNudKernelShift.Location = New System.Drawing.Point(67, 46) Me.ucrNudKernelShift.Maximum = New Decimal(New Integer() {24, 0, 0, 0}) Me.ucrNudKernelShift.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudKernelShift.Name = "ucrNudKernelShift" + Me.ucrNudKernelShift.Size = New System.Drawing.Size(50, 20) + Me.ucrNudKernelShift.TabIndex = 3 Me.ucrNudKernelShift.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSaveModel ' - resources.ApplyResources(Me.ucrSaveModel, "ucrSaveModel") + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveModel.Location = New System.Drawing.Point(10, 365) + Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" + Me.ucrSaveModel.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveModel.TabIndex = 16 ' 'ucrSaveIndex ' - resources.ApplyResources(Me.ucrSaveIndex, "ucrSaveIndex") + Me.ucrSaveIndex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveIndex.Location = New System.Drawing.Point(10, 394) + Me.ucrSaveIndex.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveIndex.Name = "ucrSaveIndex" + Me.ucrSaveIndex.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveIndex.TabIndex = 17 ' 'ucrNudTimeScale ' + Me.ucrNudTimeScale.AutoSize = True Me.ucrNudTimeScale.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTimeScale.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTimeScale, "ucrNudTimeScale") + Me.ucrNudTimeScale.Location = New System.Drawing.Point(144, 311) Me.ucrNudTimeScale.Maximum = New Decimal(New Integer() {24, 0, 0, 0}) Me.ucrNudTimeScale.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTimeScale.Name = "ucrNudTimeScale" + Me.ucrNudTimeScale.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTimeScale.TabIndex = 14 Me.ucrNudTimeScale.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrChkOmitMissingValues ' + Me.ucrChkOmitMissingValues.AutoSize = True Me.ucrChkOmitMissingValues.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissingValues, "ucrChkOmitMissingValues") + Me.ucrChkOmitMissingValues.Location = New System.Drawing.Point(10, 337) Me.ucrChkOmitMissingValues.Name = "ucrChkOmitMissingValues" + Me.ucrChkOmitMissingValues.Size = New System.Drawing.Size(256, 23) + Me.ucrChkOmitMissingValues.TabIndex = 15 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 423) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 18 ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(262, 221) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 11 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(262, 174) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 9 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(262, 127) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 7 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(262, 80) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 5 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrSelectorVariable ' + Me.ucrSelectorVariable.AutoSize = True Me.ucrSelectorVariable.bDropUnusedFilterLevels = False Me.ucrSelectorVariable.bShowHiddenColumns = False Me.ucrSelectorVariable.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorVariable, "ucrSelectorVariable") + Me.ucrSelectorVariable.Location = New System.Drawing.Point(10, 48) + Me.ucrSelectorVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVariable.Name = "ucrSelectorVariable" + Me.ucrSelectorVariable.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorVariable.TabIndex = 3 ' 'dlgSPI ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(412, 478) Me.Controls.Add(Me.rdoSPEI) Me.Controls.Add(Me.rdoSPI) Me.Controls.Add(Me.ucrPnlIndex) @@ -240,6 +340,8 @@ Partial Class dlgSPI Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSPI" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "SPI/SPEI" Me.grpKernel.ResumeLayout(False) Me.grpKernel.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgSPI.resx b/instat/dlgSPI.resx index 5c4fa241e9b..a9d29f874d8 100644 --- a/instat/dlgSPI.resx +++ b/instat/dlgSPI.resx @@ -117,646 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 262, 65 - - - 43, 13 - - - 4 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 262, 112 - - - 32, 13 - - - 6 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 262, 159 - - - 40, 13 - - - 8 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 262, 206 - - - 48, 13 - - - 10 - - - Element: - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Button - - - Flat - - - NoControl - - - 210, 12 - - - 82, 27 - - - 2 - - - SPEI - - - MiddleCenter - - - rdoSPEI - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - Flat - - - NoControl - - - 130, 12 - - - 82, 27 - - - 1 - - - SPI - - - MiddleCenter - - - rdoSPI - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 125, 8 - - - 176, 35 - - - 0 - - - ucrPnlIndex - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - NoControl - - - 12, 314 - - - 107, 13 - - - 13 - - - Time Scale (Months): - - - lblTimeScale - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - 17, 17 - - True - - - NoControl - - - 7, 22 - - - 34, 13 - - - 0 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKernel - - - 0 - - - 67, 19 - - - 137, 21 - - - 1 - - - ucrInputType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKernel - - - 1 - - - True - - - NoControl - - - 7, 49 - - - 31, 13 - - - 2 - - - Shift: - - - lblShift - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKernel - - - 2 - - - 67, 46 - - - 50, 20 - - - 3 - - - ucrNudKernelShift - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKernel - - - 3 - - - 10, 233 - - - 210, 73 - - - 12 - - - Kernel - - - grpKernel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 10, 365 - - - 4, 5, 4, 5 - - - 320, 24 - - - 16 - - - ucrSaveModel - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 394 - - - 4, 5, 4, 5 - - - 320, 24 - - - 17 - - - ucrSaveIndex - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 144, 311 - - - 50, 20 - - - 14 - - - ucrNudTimeScale - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 337 - - - 256, 20 - - - 15 - - - ucrChkOmitMissingValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 423 - - - 410, 57 - - - 18 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - 25 - - 6, 13 - - - True - - - 412, 478 - - - 262, 174 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 262, 127 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 262, 80 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 10, 48 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorVariable - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - CenterScreen - - - SPI/SPEI - - - BackgroundWorker1 - - - System.ComponentModel.BackgroundWorker, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgSPI - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 262, 221 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - \ No newline at end of file diff --git a/instat/dlgSaveAs.Designer.vb b/instat/dlgSaveAs.Designer.vb index 5d200a94d9e..b3875c681c9 100644 --- a/instat/dlgSaveAs.Designer.vb +++ b/instat/dlgSaveAs.Designer.vb @@ -46,16 +46,27 @@ Partial Class dlgSaveAs ' 'lblConfirm ' - resources.ApplyResources(Me.lblConfirm, "lblConfirm") + Me.lblConfirm.AutoSize = True + Me.lblConfirm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConfirm.Location = New System.Drawing.Point(96, 40) Me.lblConfirm.Name = "lblConfirm" + Me.lblConfirm.Size = New System.Drawing.Size(140, 13) + Me.lblConfirm.TabIndex = 3 + Me.lblConfirm.Text = "Click Ok to confirm the save" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 63) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrFilePath ' + Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") @@ -63,14 +74,18 @@ Partial Class dlgSaveAs Me.ucrFilePath.FilePathDialogTitle = "Save Data File" Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") Me.ucrFilePath.FolderBrowse = False - resources.ApplyResources(Me.ucrFilePath, "ucrFilePath") + Me.ucrFilePath.Location = New System.Drawing.Point(1, 11) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 + Me.ucrFilePath.Size = New System.Drawing.Size(3099, 71) + Me.ucrFilePath.TabIndex = 7 ' 'dlgSaveAs ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(434, 124) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblConfirm) Me.Controls.Add(Me.ucrBase) @@ -78,7 +93,9 @@ Partial Class dlgSaveAs Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSaveAs" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Save_Data_As" + Me.Text = "Save Data As" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgSaveAs.resx b/instat/dlgSaveAs.resx index 593bac0d478..ba710e5708b 100644 --- a/instat/dlgSaveAs.resx +++ b/instat/dlgSaveAs.resx @@ -117,121 +117,18 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 96, 40 - - - 140, 13 - - - 3 - - - Click Ok to confirm the save - - - lblConfirm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 10, 63 - - - 4, 5, 4, 5 - - - 410, 53 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Save Data To:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - 1, 11 - - - 429, 26 - - - 7 - - - ucrFilePath - - - instat.ucrFilePath, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 434, 124 - - - CenterScreen - - - Save Data As - - - dlgSaveAs - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Save Data To:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. \ No newline at end of file diff --git a/instat/dlgScatterPlot.Designer.vb b/instat/dlgScatterPlot.Designer.vb index 6c4b8328295..2fea2fcb3f1 100644 --- a/instat/dlgScatterPlot.Designer.vb +++ b/instat/dlgScatterPlot.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgScatterPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgScatterPlot)) Me.cmdOptions = New System.Windows.Forms.Button() Me.lblFactorOptional = New System.Windows.Forms.Label() Me.lblXVariable = New System.Windows.Forms.Label() @@ -62,140 +61,216 @@ Partial Class dlgScatterPlot ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 229) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdOptions.TabIndex = 9 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblFactorOptional ' - resources.ApplyResources(Me.lblFactorOptional, "lblFactorOptional") + Me.lblFactorOptional.AutoSize = True + Me.lblFactorOptional.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorOptional.Location = New System.Drawing.Point(328, 224) Me.lblFactorOptional.Name = "lblFactorOptional" + Me.lblFactorOptional.Size = New System.Drawing.Size(111, 13) + Me.lblFactorOptional.TabIndex = 4 Me.lblFactorOptional.Tag = "By_Variable_Optional:" + Me.lblFactorOptional.Text = "By Variable (Optional):" ' 'lblXVariable ' - resources.ApplyResources(Me.lblXVariable, "lblXVariable") + Me.lblXVariable.AutoSize = True + Me.lblXVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXVariable.Location = New System.Drawing.Point(328, 175) Me.lblXVariable.Name = "lblXVariable" + Me.lblXVariable.Size = New System.Drawing.Size(58, 13) + Me.lblXVariable.TabIndex = 2 Me.lblXVariable.Tag = "X_Variable:" + Me.lblXVariable.Text = "X Variable:" ' 'cmdPointOptions ' - resources.ApplyResources(Me.cmdPointOptions, "cmdPointOptions") + Me.cmdPointOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPointOptions.Location = New System.Drawing.Point(10, 198) Me.cmdPointOptions.Name = "cmdPointOptions" + Me.cmdPointOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdPointOptions.TabIndex = 8 Me.cmdPointOptions.Tag = "Point_Options" + Me.cmdPointOptions.Text = "Point Options" Me.cmdPointOptions.UseVisualStyleBackColor = True ' 'lblVariable ' - resources.ApplyResources(Me.lblVariable, "lblVariable") + Me.lblVariable.AutoSize = True + Me.lblVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariable.Location = New System.Drawing.Point(328, 273) Me.lblVariable.Name = "lblVariable" + Me.lblVariable.Size = New System.Drawing.Size(125, 13) + Me.lblVariable.TabIndex = 6 + Me.lblVariable.Text = "Label Variable (Optional):" ' 'ucrChkAddRugPlot ' + Me.ucrChkAddRugPlot.AutoSize = True Me.ucrChkAddRugPlot.Checked = False - resources.ApplyResources(Me.ucrChkAddRugPlot, "ucrChkAddRugPlot") + Me.ucrChkAddRugPlot.Location = New System.Drawing.Point(10, 287) Me.ucrChkAddRugPlot.Name = "ucrChkAddRugPlot" + Me.ucrChkAddRugPlot.Size = New System.Drawing.Size(110, 23) + Me.ucrChkAddRugPlot.TabIndex = 12 ' 'ucrReceiverLabel ' + Me.ucrReceiverLabel.AutoSize = True Me.ucrReceiverLabel.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLabel, "ucrReceiverLabel") + Me.ucrReceiverLabel.Location = New System.Drawing.Point(328, 289) + Me.ucrReceiverLabel.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLabel.Name = "ucrReceiverLabel" Me.ucrReceiverLabel.Selector = Nothing + Me.ucrReceiverLabel.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLabel.strNcFilePath = "" + Me.ucrReceiverLabel.TabIndex = 7 Me.ucrReceiverLabel.ucrSelector = Nothing ' 'ucrChkWithSE ' + Me.ucrChkWithSE.AutoSize = True Me.ucrChkWithSE.Checked = False - resources.ApplyResources(Me.ucrChkWithSE, "ucrChkWithSE") + Me.ucrChkWithSE.Location = New System.Drawing.Point(187, 260) Me.ucrChkWithSE.Name = "ucrChkWithSE" + Me.ucrChkWithSE.Size = New System.Drawing.Size(135, 23) + Me.ucrChkWithSE.TabIndex = 11 ' 'ucrChkLineofBestFit ' + Me.ucrChkLineofBestFit.AutoSize = True Me.ucrChkLineofBestFit.Checked = False - resources.ApplyResources(Me.ucrChkLineofBestFit, "ucrChkLineofBestFit") + Me.ucrChkLineofBestFit.Location = New System.Drawing.Point(10, 260) Me.ucrChkLineofBestFit.Name = "ucrChkLineofBestFit" + Me.ucrChkLineofBestFit.Size = New System.Drawing.Size(176, 23) + Me.ucrChkLineofBestFit.TabIndex = 10 ' 'ucrSaveScatterPlot ' - resources.ApplyResources(Me.ucrSaveScatterPlot, "ucrSaveScatterPlot") + Me.ucrSaveScatterPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveScatterPlot.Location = New System.Drawing.Point(10, 315) + Me.ucrSaveScatterPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveScatterPlot.Name = "ucrSaveScatterPlot" + Me.ucrSaveScatterPlot.Size = New System.Drawing.Size(312, 24) + Me.ucrSaveScatterPlot.TabIndex = 17 ' 'ucrSelectorForScatter ' + Me.ucrSelectorForScatter.AutoSize = True Me.ucrSelectorForScatter.bDropUnusedFilterLevels = False Me.ucrSelectorForScatter.bShowHiddenColumns = False Me.ucrSelectorForScatter.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForScatter, "ucrSelectorForScatter") + Me.ucrSelectorForScatter.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForScatter.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForScatter.Name = "ucrSelectorForScatter" + Me.ucrSelectorForScatter.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForScatter.TabIndex = 0 ' 'ucrVariablesAsFactorForScatter ' + Me.ucrVariablesAsFactorForScatter.AutoSize = True Me.ucrVariablesAsFactorForScatter.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorForScatter, "ucrVariablesAsFactorForScatter") + Me.ucrVariablesAsFactorForScatter.Location = New System.Drawing.Point(328, 30) Me.ucrVariablesAsFactorForScatter.Name = "ucrVariablesAsFactorForScatter" Me.ucrVariablesAsFactorForScatter.Selector = Nothing + Me.ucrVariablesAsFactorForScatter.Size = New System.Drawing.Size(125, 136) Me.ucrVariablesAsFactorForScatter.strNcFilePath = "" + Me.ucrVariablesAsFactorForScatter.TabIndex = 1 Me.ucrVariablesAsFactorForScatter.ucrSelector = Nothing Me.ucrVariablesAsFactorForScatter.ucrVariableSelector = Nothing ' 'ucrFactorOptionalReceiver ' + Me.ucrFactorOptionalReceiver.AutoSize = True Me.ucrFactorOptionalReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorOptionalReceiver, "ucrFactorOptionalReceiver") + Me.ucrFactorOptionalReceiver.Location = New System.Drawing.Point(328, 237) + Me.ucrFactorOptionalReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorOptionalReceiver.Name = "ucrFactorOptionalReceiver" Me.ucrFactorOptionalReceiver.Selector = Nothing + Me.ucrFactorOptionalReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrFactorOptionalReceiver.strNcFilePath = "" + Me.ucrFactorOptionalReceiver.TabIndex = 5 Me.ucrFactorOptionalReceiver.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(328, 188) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 3 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 345) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 18 ' 'ucrNudSize ' + Me.ucrNudSize.AutoSize = True Me.ucrNudSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSize, "ucrNudSize") + Me.ucrNudSize.Location = New System.Drawing.Point(152, 287) Me.ucrNudSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSize.Name = "ucrNudSize" + Me.ucrNudSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSize.TabIndex = 14 Me.ucrNudSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblSize ' - resources.ApplyResources(Me.lblSize, "lblSize") + Me.lblSize.AutoSize = True + Me.lblSize.Location = New System.Drawing.Point(120, 291) Me.lblSize.Name = "lblSize" + Me.lblSize.Size = New System.Drawing.Size(30, 13) + Me.lblSize.TabIndex = 13 + Me.lblSize.Text = "Size:" ' 'lblSides ' - resources.ApplyResources(Me.lblSides, "lblSides") + Me.lblSides.AutoSize = True + Me.lblSides.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSides.Location = New System.Drawing.Point(208, 291) Me.lblSides.Name = "lblSides" + Me.lblSides.Size = New System.Drawing.Size(36, 13) + Me.lblSides.TabIndex = 15 + Me.lblSides.Text = "Sides:" ' 'ucrInputSides ' Me.ucrInputSides.AddQuotesIfUnrecognised = True + Me.ucrInputSides.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSides.GetSetSelectedIndex = -1 Me.ucrInputSides.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSides, "ucrInputSides") + Me.ucrInputSides.Location = New System.Drawing.Point(246, 287) Me.ucrInputSides.Name = "ucrInputSides" + Me.ucrInputSides.Size = New System.Drawing.Size(73, 21) + Me.ucrInputSides.TabIndex = 16 ' 'dlgScatterPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(474, 404) Me.Controls.Add(Me.ucrInputSides) Me.Controls.Add(Me.lblSides) Me.Controls.Add(Me.lblSize) @@ -219,6 +294,8 @@ Partial Class dlgScatterPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgScatterPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Point Plot" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgScatterPlot.resx b/instat/dlgScatterPlot.resx index ccf9b4690d5..29dcb1b3a35 100644 --- a/instat/dlgScatterPlot.resx +++ b/instat/dlgScatterPlot.resx @@ -117,502 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 229 - - - 147, 25 - - - - 9 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 328, 224 - - - 111, 13 - - - 4 - - - By Variable (Optional): - - - lblFactorOptional - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 328, 175 - - - 58, 13 - - - 2 - - - X Variable: - - - lblXVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - NoControl - - - 10, 198 - - - 147, 25 - - - 8 - - - Point Options - - - cmdPointOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 328, 273 - - - 125, 13 - - - 6 - - - Label Variable (Optional): - - - lblVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 10, 287 - - - 110, 20 - - - 12 - - - ucrChkAddRugPlot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 474, 404 - - - 246, 287 - - - 73, 21 - - - 16 - - - ucrInputSides - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 208, 291 - - - 36, 13 - - - 15 - - - Sides: - - - lblSides - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 120, 291 - - - 30, 13 - - - 13 - - - Size: - - - lblSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 152, 287 - - - 50, 20 - - - 14 - - - ucrNudSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 187, 260 - - - 135, 20 - - - 11 - - - ucrChkWithSE - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 260 - - - 176, 20 - - - 10 - - - ucrChkLineofBestFit - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 315 - - - 4, 5, 4, 5 - - - 312, 24 - - - 17 - - - ucrSaveScatterPlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForScatter - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 328, 30 - - - 125, 136 - - - 1 - - - ucrVariablesAsFactorForScatter - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 328, 237 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrFactorOptionalReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 328, 188 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 10, 345 - - - 410, 52 - - - 18 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - CenterScreen - - - Point Plot - - - dlgScatterPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 328, 289 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverLabel - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgScript.Designer.vb b/instat/dlgScript.Designer.vb index 9b5b62004e2..3e90b96edc3 100644 --- a/instat/dlgScript.Designer.vb +++ b/instat/dlgScript.Designer.vb @@ -171,6 +171,7 @@ Partial Class dlgScript ' 'ucrReceiverGet ' + Me.ucrReceiverGet.AutoSize = True Me.ucrReceiverGet.frmParent = Nothing Me.ucrReceiverGet.Location = New System.Drawing.Point(267, 124) Me.ucrReceiverGet.Margin = New System.Windows.Forms.Padding(0) @@ -234,6 +235,7 @@ Partial Class dlgScript ' 'ucrPnlGetData ' + Me.ucrPnlGetData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlGetData.Location = New System.Drawing.Point(6, 10) Me.ucrPnlGetData.Name = "ucrPnlGetData" Me.ucrPnlGetData.Size = New System.Drawing.Size(402, 36) @@ -292,6 +294,7 @@ Partial Class dlgScript ' 'ucrPnlGetObject ' + Me.ucrPnlGetObject.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlGetObject.Location = New System.Drawing.Point(19, 51) Me.ucrPnlGetObject.Name = "ucrPnlGetObject" Me.ucrPnlGetObject.Size = New System.Drawing.Size(402, 36) @@ -299,17 +302,19 @@ Partial Class dlgScript ' 'ucrDataFrameGet ' + Me.ucrDataFrameGet.AutoSize = True Me.ucrDataFrameGet.bDropUnusedFilterLevels = False Me.ucrDataFrameGet.bUseCurrentFilter = True Me.ucrDataFrameGet.Location = New System.Drawing.Point(19, 51) Me.ucrDataFrameGet.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameGet.Name = "ucrDataFrameGet" - Me.ucrDataFrameGet.Size = New System.Drawing.Size(148, 50) + Me.ucrDataFrameGet.Size = New System.Drawing.Size(151, 50) Me.ucrDataFrameGet.TabIndex = 31 ' 'ucrComboGetPackage ' Me.ucrComboGetPackage.AddQuotesIfUnrecognised = True + Me.ucrComboGetPackage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboGetPackage.GetSetSelectedIndex = -1 Me.ucrComboGetPackage.IsReadOnly = False Me.ucrComboGetPackage.Location = New System.Drawing.Point(19, 68) @@ -328,13 +333,14 @@ Partial Class dlgScript ' 'ucrSelectorGet ' + Me.ucrSelectorGet.AutoSize = True Me.ucrSelectorGet.bDropUnusedFilterLevels = False Me.ucrSelectorGet.bShowHiddenColumns = False Me.ucrSelectorGet.bUseCurrentFilter = True Me.ucrSelectorGet.Location = New System.Drawing.Point(19, 55) Me.ucrSelectorGet.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorGet.Name = "ucrSelectorGet" - Me.ucrSelectorGet.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorGet.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorGet.TabIndex = 34 ' 'btnGetPackage @@ -470,6 +476,7 @@ Partial Class dlgScript ' 'ucrSaveModel ' + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModel.Location = New System.Drawing.Point(13, 169) Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" @@ -478,6 +485,7 @@ Partial Class dlgScript ' 'ucrSaveTable ' + Me.ucrSaveTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveTable.Location = New System.Drawing.Point(12, 135) Me.ucrSaveTable.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveTable.Name = "ucrSaveTable" @@ -486,6 +494,7 @@ Partial Class dlgScript ' 'ucrSaveColumn ' + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveColumn.Location = New System.Drawing.Point(12, 102) Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" @@ -494,17 +503,19 @@ Partial Class dlgScript ' 'ucrDataFrameSave ' + Me.ucrDataFrameSave.AutoSize = True Me.ucrDataFrameSave.bDropUnusedFilterLevels = False Me.ucrDataFrameSave.bUseCurrentFilter = True Me.ucrDataFrameSave.Location = New System.Drawing.Point(13, 49) Me.ucrDataFrameSave.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameSave.Name = "ucrDataFrameSave" - Me.ucrDataFrameSave.Size = New System.Drawing.Size(148, 50) + Me.ucrDataFrameSave.Size = New System.Drawing.Size(151, 50) Me.ucrDataFrameSave.TabIndex = 29 ' 'ucrInputSaveDataFrame ' Me.ucrInputSaveDataFrame.AddQuotesIfUnrecognised = True + Me.ucrInputSaveDataFrame.AutoSize = True Me.ucrInputSaveDataFrame.IsMultiline = False Me.ucrInputSaveDataFrame.IsReadOnly = False Me.ucrInputSaveDataFrame.Location = New System.Drawing.Point(127, 59) @@ -514,6 +525,7 @@ Partial Class dlgScript ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(13, 101) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -522,6 +534,7 @@ Partial Class dlgScript ' 'ucrPnlSaveData ' + Me.ucrPnlSaveData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlSaveData.Location = New System.Drawing.Point(13, 12) Me.ucrPnlSaveData.Name = "ucrPnlSaveData" Me.ucrPnlSaveData.Size = New System.Drawing.Size(402, 36) @@ -579,16 +592,17 @@ Partial Class dlgScript 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(287, 464) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(416, 57) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 16 ' 'dlgScript ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(1042, 529) Me.Controls.Add(Me.txtScript) diff --git a/instat/dlgSeasonalPlot.Designer.vb b/instat/dlgSeasonalPlot.Designer.vb index 07371597fa7..8ac524eef96 100644 --- a/instat/dlgSeasonalPlot.Designer.vb +++ b/instat/dlgSeasonalPlot.Designer.vb @@ -75,6 +75,7 @@ Partial Class dlgSeasonalPlot 'ucrInputN ' Me.ucrInputN.AddQuotesIfUnrecognised = True + Me.ucrInputN.AutoSize = True Me.ucrInputN.IsMultiline = False Me.ucrInputN.IsReadOnly = False Me.ucrInputN.Location = New System.Drawing.Point(149, 45) @@ -93,18 +94,20 @@ Partial Class dlgSeasonalPlot ' 'ucrChkPoints ' + Me.ucrChkPoints.AutoSize = True Me.ucrChkPoints.Checked = False Me.ucrChkPoints.Location = New System.Drawing.Point(8, 19) Me.ucrChkPoints.Name = "ucrChkPoints" - Me.ucrChkPoints.Size = New System.Drawing.Size(155, 20) + Me.ucrChkPoints.Size = New System.Drawing.Size(155, 23) Me.ucrChkPoints.TabIndex = 8 ' 'ucrChkMovingAverage ' + Me.ucrChkMovingAverage.AutoSize = True Me.ucrChkMovingAverage.Checked = False Me.ucrChkMovingAverage.Location = New System.Drawing.Point(8, 45) Me.ucrChkMovingAverage.Name = "ucrChkMovingAverage" - Me.ucrChkMovingAverage.Size = New System.Drawing.Size(121, 20) + Me.ucrChkMovingAverage.Size = New System.Drawing.Size(121, 23) Me.ucrChkMovingAverage.TabIndex = 7 ' 'grpSmoothing @@ -127,6 +130,7 @@ Partial Class dlgSeasonalPlot ' 'ucrNudSpan ' + Me.ucrNudSpan.AutoSize = True Me.ucrNudSpan.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSpan.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudSpan.Location = New System.Drawing.Point(45, 49) @@ -148,6 +152,7 @@ Partial Class dlgSeasonalPlot ' 'ucrNudDf ' + Me.ucrNudDf.AutoSize = True Me.ucrNudDf.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDf.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDf.Location = New System.Drawing.Point(110, 49) @@ -178,6 +183,7 @@ Partial Class dlgSeasonalPlot ' 'ucrNudHarmonics ' + Me.ucrNudHarmonics.AutoSize = True Me.ucrNudHarmonics.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudHarmonics.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudHarmonics.Location = New System.Drawing.Point(97, 49) @@ -191,6 +197,7 @@ Partial Class dlgSeasonalPlot 'ucrInputSmoothing ' Me.ucrInputSmoothing.AddQuotesIfUnrecognised = True + Me.ucrInputSmoothing.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSmoothing.GetSetSelectedIndex = -1 Me.ucrInputSmoothing.IsReadOnly = False Me.ucrInputSmoothing.Location = New System.Drawing.Point(7, 20) @@ -209,6 +216,7 @@ Partial Class dlgSeasonalPlot ' 'ucrNudPeriod ' + Me.ucrNudPeriod.AutoSize = True Me.ucrNudPeriod.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPeriod.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudPeriod.Location = New System.Drawing.Point(198, 49) @@ -276,6 +284,7 @@ Partial Class dlgSeasonalPlot 'ucrInputEstimatesSummary ' Me.ucrInputEstimatesSummary.AddQuotesIfUnrecognised = True + Me.ucrInputEstimatesSummary.AutoSize = True Me.ucrInputEstimatesSummary.IsMultiline = False Me.ucrInputEstimatesSummary.IsReadOnly = False Me.ucrInputEstimatesSummary.Location = New System.Drawing.Point(275, 181) @@ -286,6 +295,7 @@ Partial Class dlgSeasonalPlot 'ucrInputEstimatesThreshold ' Me.ucrInputEstimatesThreshold.AddQuotesIfUnrecognised = True + Me.ucrInputEstimatesThreshold.AutoSize = True Me.ucrInputEstimatesThreshold.IsMultiline = False Me.ucrInputEstimatesThreshold.IsReadOnly = False Me.ucrInputEstimatesThreshold.Location = New System.Drawing.Point(373, 181) @@ -296,6 +306,7 @@ Partial Class dlgSeasonalPlot 'ucrInputReferenceThreshold ' Me.ucrInputReferenceThreshold.AddQuotesIfUnrecognised = True + Me.ucrInputReferenceThreshold.AutoSize = True Me.ucrInputReferenceThreshold.IsMultiline = False Me.ucrInputReferenceThreshold.IsReadOnly = False Me.ucrInputReferenceThreshold.Location = New System.Drawing.Point(373, 89) @@ -306,6 +317,7 @@ Partial Class dlgSeasonalPlot 'ucrInputReferenceSummary ' Me.ucrInputReferenceSummary.AddQuotesIfUnrecognised = True + Me.ucrInputReferenceSummary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputReferenceSummary.GetSetSelectedIndex = -1 Me.ucrInputReferenceSummary.IsReadOnly = False Me.ucrInputReferenceSummary.Location = New System.Drawing.Point(275, 89) @@ -315,6 +327,7 @@ Partial Class dlgSeasonalPlot ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(12, 430) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -323,14 +336,16 @@ Partial Class dlgSeasonalPlot ' 'ucrChkRemoveMissing ' + Me.ucrChkRemoveMissing.AutoSize = True Me.ucrChkRemoveMissing.Checked = False Me.ucrChkRemoveMissing.Location = New System.Drawing.Point(12, 396) Me.ucrChkRemoveMissing.Name = "ucrChkRemoveMissing" - Me.ucrChkRemoveMissing.Size = New System.Drawing.Size(365, 20) + Me.ucrChkRemoveMissing.Size = New System.Drawing.Size(365, 23) Me.ucrChkRemoveMissing.TabIndex = 15 ' 'ucrReceiverEstimates ' + Me.ucrReceiverEstimates.AutoSize = True Me.ucrReceiverEstimates.frmParent = Me Me.ucrReceiverEstimates.Location = New System.Drawing.Point(275, 136) Me.ucrReceiverEstimates.Margin = New System.Windows.Forms.Padding(0) @@ -343,6 +358,7 @@ Partial Class dlgSeasonalPlot ' 'ucrReceiverSeasonality ' + Me.ucrReceiverSeasonality.AutoSize = True Me.ucrReceiverSeasonality.frmParent = Me Me.ucrReceiverSeasonality.Location = New System.Drawing.Point(275, 234) Me.ucrReceiverSeasonality.Margin = New System.Windows.Forms.Padding(0) @@ -355,6 +371,7 @@ Partial Class dlgSeasonalPlot ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(275, 280) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -367,6 +384,7 @@ Partial Class dlgSeasonalPlot ' 'ucrReceiverReference ' + Me.ucrReceiverReference.AutoSize = True Me.ucrReceiverReference.frmParent = Me Me.ucrReceiverReference.Location = New System.Drawing.Point(275, 43) Me.ucrReceiverReference.Margin = New System.Windows.Forms.Padding(0) @@ -379,27 +397,29 @@ Partial Class dlgSeasonalPlot ' 'ucrSelectorSeasonalityComparisons ' + Me.ucrSelectorSeasonalityComparisons.AutoSize = True Me.ucrSelectorSeasonalityComparisons.bDropUnusedFilterLevels = False Me.ucrSelectorSeasonalityComparisons.bShowHiddenColumns = False Me.ucrSelectorSeasonalityComparisons.bUseCurrentFilter = True Me.ucrSelectorSeasonalityComparisons.Location = New System.Drawing.Point(12, 28) Me.ucrSelectorSeasonalityComparisons.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSeasonalityComparisons.Name = "ucrSelectorSeasonalityComparisons" - Me.ucrSelectorSeasonalityComparisons.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorSeasonalityComparisons.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorSeasonalityComparisons.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 468) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 19 ' 'dlgSeasonalPlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(421, 521) Me.Controls.Add(Me.ucrInputEstimatesSummary) diff --git a/instat/dlgSeasonalSummary.designer.vb b/instat/dlgSeasonalSummary.designer.vb index 1e949063536..caa13aaf782 100644 --- a/instat/dlgSeasonalSummary.designer.vb +++ b/instat/dlgSeasonalSummary.designer.vb @@ -44,15 +44,16 @@ Partial Class dlgSeasonalSummary 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 151) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgSeasonalSummary ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(460, 216) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgSeasonalSummaryRain.designer.vb b/instat/dlgSeasonalSummaryRain.designer.vb index 1eb2884f1da..6460f67ab04 100644 --- a/instat/dlgSeasonalSummaryRain.designer.vb +++ b/instat/dlgSeasonalSummaryRain.designer.vb @@ -78,9 +78,10 @@ Partial Class dlgSeasonalSummaryRain 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(98, 347) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'chkRemoveNA @@ -384,8 +385,8 @@ Partial Class dlgSeasonalSummaryRain ' 'dlgSeasonalSummaryRain ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(604, 380) Me.Controls.Add(Me.Label6) diff --git a/instat/dlgSelect.Designer.vb b/instat/dlgSelect.Designer.vb index 1572d6d27ae..993bd6e3f26 100644 --- a/instat/dlgSelect.Designer.vb +++ b/instat/dlgSelect.Designer.vb @@ -90,6 +90,7 @@ Partial Class dlgSelect ' 'ucrPnlApplyOptions ' + Me.ucrPnlApplyOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlApplyOptions.Location = New System.Drawing.Point(4, 15) Me.ucrPnlApplyOptions.Name = "ucrPnlApplyOptions" Me.ucrPnlApplyOptions.Size = New System.Drawing.Size(392, 32) @@ -129,6 +130,7 @@ Partial Class dlgSelect 'ucrInputSelectPreview ' Me.ucrInputSelectPreview.AddQuotesIfUnrecognised = True + Me.ucrInputSelectPreview.AutoSize = True Me.ucrInputSelectPreview.IsMultiline = True Me.ucrInputSelectPreview.IsReadOnly = False Me.ucrInputSelectPreview.Location = New System.Drawing.Point(160, 294) @@ -139,6 +141,7 @@ Partial Class dlgSelect ' 'ucrReceiverSelect ' + Me.ucrReceiverSelect.AutoSize = True Me.ucrReceiverSelect.frmParent = Me Me.ucrReceiverSelect.Location = New System.Drawing.Point(251, 70) Me.ucrReceiverSelect.Margin = New System.Windows.Forms.Padding(0) @@ -151,25 +154,28 @@ Partial Class dlgSelect ' 'ucrSelectorForSelectColumns ' + Me.ucrSelectorForSelectColumns.AutoSize = True Me.ucrSelectorForSelectColumns.bDropUnusedFilterLevels = False Me.ucrSelectorForSelectColumns.bShowHiddenColumns = False Me.ucrSelectorForSelectColumns.bUseCurrentFilter = True Me.ucrSelectorForSelectColumns.Location = New System.Drawing.Point(11, 20) Me.ucrSelectorForSelectColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForSelectColumns.Name = "ucrSelectorForSelectColumns" - Me.ucrSelectorForSelectColumns.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForSelectColumns.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForSelectColumns.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(11, 343) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'ucrNewDataFrameName ' + Me.ucrNewDataFrameName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrNewDataFrameName.Location = New System.Drawing.Point(11, 267) Me.ucrNewDataFrameName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrameName.Name = "ucrNewDataFrameName" @@ -178,8 +184,8 @@ Partial Class dlgSelect ' 'dlgSelect ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(429, 401) Me.Controls.Add(Me.lblFilterPreview) diff --git a/instat/dlgSelectAndStuck.Designer.vb b/instat/dlgSelectAndStuck.Designer.vb index 32ced5139de..6c68884ed38 100644 --- a/instat/dlgSelectAndStuck.Designer.vb +++ b/instat/dlgSelectAndStuck.Designer.vb @@ -63,22 +63,25 @@ Partial Class dlgSelectAndStuck 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(45, 272) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(413, 61) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrAddRemove1 ' + Me.ucrAddRemove1.AutoSize = True Me.ucrAddRemove1.bShowHiddenColumns = False Me.ucrAddRemove1.Location = New System.Drawing.Point(10, 12) Me.ucrAddRemove1.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove1.Name = "ucrAddRemove1" - Me.ucrAddRemove1.Size = New System.Drawing.Size(203, 109) + Me.ucrAddRemove1.Size = New System.Drawing.Size(213, 133) Me.ucrAddRemove1.TabIndex = 1 ' 'ucrReceiverSelectAndStuck ' + Me.ucrReceiverSelectAndStuck.AutoSize = True Me.ucrReceiverSelectAndStuck.frmParent = Me Me.ucrReceiverSelectAndStuck.Location = New System.Drawing.Point(219, 12) Me.ucrReceiverSelectAndStuck.Margin = New System.Windows.Forms.Padding(0) @@ -241,8 +244,8 @@ Partial Class dlgSelectAndStuck ' 'dlgSelectAndStuck ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(500, 329) Me.Controls.Add(Me.lblCarryInto) diff --git a/instat/dlgSelectColumns.Designer.vb b/instat/dlgSelectColumns.Designer.vb index bfd63eb3f93..56440696846 100644 --- a/instat/dlgSelectColumns.Designer.vb +++ b/instat/dlgSelectColumns.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgSelectColumns 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSelectColumns)) Me.cmdCombineWithAndOr = New System.Windows.Forms.Button() Me.lblNewSelectName = New System.Windows.Forms.Label() Me.cmdClearConditions = New System.Windows.Forms.Button() @@ -50,165 +49,262 @@ Partial Class dlgSelectColumns ' 'cmdCombineWithAndOr ' - resources.ApplyResources(Me.cmdCombineWithAndOr, "cmdCombineWithAndOr") + Me.cmdCombineWithAndOr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdCombineWithAndOr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCombineWithAndOr.Location = New System.Drawing.Point(264, 231) Me.cmdCombineWithAndOr.Name = "cmdCombineWithAndOr" + Me.cmdCombineWithAndOr.Size = New System.Drawing.Size(142, 30) + Me.cmdCombineWithAndOr.TabIndex = 14 Me.cmdCombineWithAndOr.Tag = "Clear_Conditions" + Me.cmdCombineWithAndOr.Text = "All Combined With |" Me.cmdCombineWithAndOr.UseVisualStyleBackColor = True ' 'lblNewSelectName ' - resources.ApplyResources(Me.lblNewSelectName, "lblNewSelectName") + Me.lblNewSelectName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewSelectName.Location = New System.Drawing.Point(13, 401) Me.lblNewSelectName.Name = "lblNewSelectName" + Me.lblNewSelectName.Size = New System.Drawing.Size(158, 19) + Me.lblNewSelectName.TabIndex = 18 + Me.lblNewSelectName.Text = "New Selection Name:" ' 'cmdClearConditions ' - resources.ApplyResources(Me.cmdClearConditions, "cmdClearConditions") + Me.cmdClearConditions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClearConditions.Location = New System.Drawing.Point(264, 332) Me.cmdClearConditions.Name = "cmdClearConditions" + Me.cmdClearConditions.Size = New System.Drawing.Size(142, 30) + Me.cmdClearConditions.TabIndex = 15 Me.cmdClearConditions.Tag = "Clear_Conditions" + Me.cmdClearConditions.Text = "Clear Conditions" Me.cmdClearConditions.UseVisualStyleBackColor = True ' 'lblSelectPreview ' - resources.ApplyResources(Me.lblSelectPreview, "lblSelectPreview") + Me.lblSelectPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectPreview.Location = New System.Drawing.Point(13, 374) Me.lblSelectPreview.Name = "lblSelectPreview" + Me.lblSelectPreview.Size = New System.Drawing.Size(143, 19) + Me.lblSelectPreview.TabIndex = 16 + Me.lblSelectPreview.Text = "Selection Preview:" + Me.lblSelectPreview.Visible = False ' 'lstColumnSelections ' Me.lstColumnSelections.HideSelection = False - resources.ApplyResources(Me.lstColumnSelections, "lstColumnSelections") + Me.lstColumnSelections.Location = New System.Drawing.Point(13, 230) Me.lstColumnSelections.Name = "lstColumnSelections" + Me.lstColumnSelections.Size = New System.Drawing.Size(247, 132) + Me.lstColumnSelections.TabIndex = 13 Me.lstColumnSelections.UseCompatibleStateImageBehavior = False Me.lstColumnSelections.View = System.Windows.Forms.View.Details ' 'cmdAddCondition ' - resources.ApplyResources(Me.cmdAddCondition, "cmdAddCondition") + Me.cmdAddCondition.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdAddCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAddCondition.Location = New System.Drawing.Point(275, 85) Me.cmdAddCondition.Name = "cmdAddCondition" + Me.cmdAddCondition.Size = New System.Drawing.Size(112, 30) + Me.cmdAddCondition.TabIndex = 12 Me.cmdAddCondition.Tag = "Add_condition" + Me.cmdAddCondition.Text = "Add Condition" Me.cmdAddCondition.UseVisualStyleBackColor = True ' 'lblSelectBy ' - resources.ApplyResources(Me.lblSelectBy, "lblSelectBy") + Me.lblSelectBy.AutoSize = True + Me.lblSelectBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectBy.Location = New System.Drawing.Point(273, 38) Me.lblSelectBy.Name = "lblSelectBy" + Me.lblSelectBy.Size = New System.Drawing.Size(55, 13) + Me.lblSelectBy.TabIndex = 1 + Me.lblSelectBy.Text = "Select By:" ' 'lblSeclectedColumns ' - resources.ApplyResources(Me.lblSeclectedColumns, "lblSeclectedColumns") + Me.lblSeclectedColumns.AutoSize = True + Me.lblSeclectedColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeclectedColumns.Location = New System.Drawing.Point(392, 38) Me.lblSeclectedColumns.Name = "lblSeclectedColumns" + Me.lblSeclectedColumns.Size = New System.Drawing.Size(95, 13) + Me.lblSeclectedColumns.TabIndex = 8 + Me.lblSeclectedColumns.Text = "Selected Columns:" ' 'lblString ' - resources.ApplyResources(Me.lblString, "lblString") + Me.lblString.AutoSize = True + Me.lblString.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblString.Location = New System.Drawing.Point(393, 38) Me.lblString.Name = "lblString" + Me.lblString.Size = New System.Drawing.Size(36, 13) + Me.lblString.TabIndex = 3 + Me.lblString.Text = "Prefix:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(388, 107) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 6 + Me.lblTo.Text = "To:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(388, 81) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 4 + Me.lblFrom.Text = "From:" ' 'lblColumnType ' - resources.ApplyResources(Me.lblColumnType, "lblColumnType") + Me.lblColumnType.AutoSize = True + Me.lblColumnType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnType.Location = New System.Drawing.Point(390, 38) Me.lblColumnType.Name = "lblColumnType" + Me.lblColumnType.Size = New System.Drawing.Size(72, 13) + Me.lblColumnType.TabIndex = 22 + Me.lblColumnType.Text = "Column Type:" + Me.lblColumnType.Visible = False ' 'ucrInputColumnType ' Me.ucrInputColumnType.AddQuotesIfUnrecognised = True + Me.ucrInputColumnType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColumnType.GetSetSelectedIndex = -1 Me.ucrInputColumnType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColumnType, "ucrInputColumnType") + Me.ucrInputColumnType.Location = New System.Drawing.Point(391, 54) Me.ucrInputColumnType.Name = "ucrInputColumnType" + Me.ucrInputColumnType.Size = New System.Drawing.Size(120, 21) + Me.ucrInputColumnType.TabIndex = 21 + Me.ucrInputColumnType.Visible = False ' 'ucrNudTo ' + Me.ucrNudTo.AutoSize = True Me.ucrNudTo.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTo, "ucrNudTo") + Me.ucrNudTo.Location = New System.Drawing.Point(423, 103) Me.ucrNudTo.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTo.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Name = "ucrNudTo" + Me.ucrNudTo.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTo.TabIndex = 7 Me.ucrNudTo.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudFrom ' + Me.ucrNudFrom.AutoSize = True Me.ucrNudFrom.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFrom, "ucrNudFrom") + Me.ucrNudFrom.Location = New System.Drawing.Point(423, 80) Me.ucrNudFrom.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFrom.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Name = "ucrNudFrom" + Me.ucrNudFrom.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFrom.TabIndex = 5 Me.ucrNudFrom.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.Location = New System.Drawing.Point(180, 429) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(224, 30) + Me.ucrBase.TabIndex = 20 ' 'ucrChkIgnoreCase ' + Me.ucrChkIgnoreCase.AutoSize = True Me.ucrChkIgnoreCase.Checked = False - resources.ApplyResources(Me.ucrChkIgnoreCase, "ucrChkIgnoreCase") + Me.ucrChkIgnoreCase.Location = New System.Drawing.Point(393, 77) Me.ucrChkIgnoreCase.Name = "ucrChkIgnoreCase" + Me.ucrChkIgnoreCase.Size = New System.Drawing.Size(100, 23) + Me.ucrChkIgnoreCase.TabIndex = 11 ' 'ucrInputSelectOperation ' Me.ucrInputSelectOperation.AddQuotesIfUnrecognised = True + Me.ucrInputSelectOperation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSelectOperation.GetSetSelectedIndex = -1 Me.ucrInputSelectOperation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSelectOperation, "ucrInputSelectOperation") + Me.ucrInputSelectOperation.Location = New System.Drawing.Point(276, 54) Me.ucrInputSelectOperation.Name = "ucrInputSelectOperation" + Me.ucrInputSelectOperation.Size = New System.Drawing.Size(112, 21) + Me.ucrInputSelectOperation.TabIndex = 2 ' 'ucrInputSelectName ' Me.ucrInputSelectName.AddQuotesIfUnrecognised = True + Me.ucrInputSelectName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSelectName.GetSetSelectedIndex = -1 Me.ucrInputSelectName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSelectName, "ucrInputSelectName") + Me.ucrInputSelectName.Location = New System.Drawing.Point(177, 397) + Me.ucrInputSelectName.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputSelectName.Name = "ucrInputSelectName" + Me.ucrInputSelectName.Size = New System.Drawing.Size(176, 21) + Me.ucrInputSelectName.TabIndex = 19 ' 'ucrSelectPreview ' Me.ucrSelectPreview.AddQuotesIfUnrecognised = True + Me.ucrSelectPreview.AutoSize = True Me.ucrSelectPreview.IsMultiline = False Me.ucrSelectPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrSelectPreview, "ucrSelectPreview") + Me.ucrSelectPreview.Location = New System.Drawing.Point(158, 372) + Me.ucrSelectPreview.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrSelectPreview.Name = "ucrSelectPreview" + Me.ucrSelectPreview.Size = New System.Drawing.Size(248, 21) + Me.ucrSelectPreview.TabIndex = 17 + Me.ucrSelectPreview.Visible = False ' 'ucrSelectorForColumnSelection ' + Me.ucrSelectorForColumnSelection.AutoSize = True Me.ucrSelectorForColumnSelection.bDropUnusedFilterLevels = False Me.ucrSelectorForColumnSelection.bShowHiddenColumns = False Me.ucrSelectorForColumnSelection.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForColumnSelection, "ucrSelectorForColumnSelection") + Me.ucrSelectorForColumnSelection.Location = New System.Drawing.Point(9, 28) + Me.ucrSelectorForColumnSelection.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForColumnSelection.Name = "ucrSelectorForColumnSelection" + Me.ucrSelectorForColumnSelection.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForColumnSelection.TabIndex = 0 ' 'ucrInputText ' Me.ucrInputText.AddQuotesIfUnrecognised = True + Me.ucrInputText.AutoSize = True Me.ucrInputText.IsMultiline = False Me.ucrInputText.IsReadOnly = False - resources.ApplyResources(Me.ucrInputText, "ucrInputText") + Me.ucrInputText.Location = New System.Drawing.Point(391, 54) Me.ucrInputText.Name = "ucrInputText" + Me.ucrInputText.Size = New System.Drawing.Size(120, 21) + Me.ucrInputText.TabIndex = 9 ' 'ucrReceiverMultipleVariables ' + Me.ucrReceiverMultipleVariables.AutoSize = True Me.ucrReceiverMultipleVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleVariables, "ucrReceiverMultipleVariables") + Me.ucrReceiverMultipleVariables.Location = New System.Drawing.Point(391, 54) + Me.ucrReceiverMultipleVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleVariables.Name = "ucrReceiverMultipleVariables" Me.ucrReceiverMultipleVariables.Selector = Nothing + Me.ucrReceiverMultipleVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleVariables.strNcFilePath = "" + Me.ucrReceiverMultipleVariables.TabIndex = 10 Me.ucrReceiverMultipleVariables.ucrSelector = Nothing ' 'dlgSelectColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(518, 464) Me.Controls.Add(Me.lblColumnType) Me.Controls.Add(Me.ucrInputColumnType) Me.Controls.Add(Me.lblFrom) @@ -236,6 +332,8 @@ Partial Class dlgSelectColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSelectColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Define New Column Selection" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgSelectColumns.resx b/instat/dlgSelectColumns.resx index 8f6f39f545b..1af7de150c9 100644 --- a/instat/dlgSelectColumns.resx +++ b/instat/dlgSelectColumns.resx @@ -117,628 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Microsoft Sans Serif, 8.25pt - - - - NoControl - - - 264, 231 - - - 142, 30 - - - - 14 - - - All Combined With | - - - cmdCombineWithAndOr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - NoControl - - - 13, 401 - - - 158, 19 - - - 18 - - - New Selection Name: - - - lblNewSelectName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - NoControl - - - 264, 332 - - - 142, 30 - - - 15 - - - Clear Conditions - - - cmdClearConditions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 13, 374 - - - 143, 19 - - - 16 - - - Selection Preview: - - - False - - - lblSelectPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - 13, 230 - - - 247, 132 - - - 13 - - - lstColumnSelections - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 275, 85 - - - 112, 30 - - - 12 - - - Add Condition - - - cmdAddCondition - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 273, 38 - - - 55, 13 - - - 1 - - - Select By: - - - lblSelectBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 392, 38 - - - 95, 13 - - - 8 - - - Selected Columns: - - - lblSeclectedColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 393, 38 - - - 36, 13 - - - 3 - - - Prefix: - - - lblString - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 388, 107 - - - 23, 13 - - - 6 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 388, 81 - - - 33, 13 - - - 4 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 390, 38 - - - 72, 13 - - - 22 - - - Column Type: - - - False - - - lblColumnType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 391, 54 - - - 120, 21 - - - 21 - - - False - - - ucrInputColumnType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 423, 103 - - - 50, 20 - - - 7 - - - ucrNudTo - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 423, 80 - - - 50, 20 - - - 5 - - - ucrNudFrom - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 180, 429 - - - 159, 30 - - - 20 - - - ucrBase - - - instat.ucrButtonsSubdialogue, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 393, 77 - - - 100, 20 - - - 11 - - - ucrChkIgnoreCase - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 276, 54 - - - 112, 21 - - - 2 - - - ucrInputSelectOperation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 177, 397 - - - 7, 6, 7, 6 - - - 176, 21 - - - 19 - - - ucrInputSelectName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 158, 372 - - - 7, 6, 7, 6 - - - 248, 21 - - - 17 - - - False - - - ucrSelectPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 9, 28 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForColumnSelection - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 391, 54 - - - 120, 21 - - - 9 - - - ucrInputText - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - True - - - 6, 13 - - - True - - - 518, 464 - - - CenterParent - - - Define New Column Selection - - - dlgSelectColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 391, 54 - - - 0, 0, 0, 0 - - - 120, 100 - - - 10 - - - ucrReceiverMultipleVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - \ No newline at end of file diff --git a/instat/dlgSetupForDataEntry.Designer.vb b/instat/dlgSetupForDataEntry.Designer.vb index 4214ca48362..064862293e3 100644 --- a/instat/dlgSetupForDataEntry.Designer.vb +++ b/instat/dlgSetupForDataEntry.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgSetupForDataEntry 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSetupForDataEntry)) Me.rdoNew = New System.Windows.Forms.RadioButton() Me.rdoAddFlags = New System.Windows.Forms.RadioButton() Me.lblStation = New System.Windows.Forms.Label() @@ -60,43 +59,80 @@ Partial Class dlgSetupForDataEntry ' 'rdoNew ' - resources.ApplyResources(Me.rdoNew, "rdoNew") + Me.rdoNew.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoNew.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.rdoNew.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoNew.FlatAppearance.BorderSize = 2 Me.rdoNew.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoNew.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNew.Location = New System.Drawing.Point(95, 12) Me.rdoNew.Name = "rdoNew" + Me.rdoNew.Size = New System.Drawing.Size(110, 27) + Me.rdoNew.TabIndex = 1 + Me.rdoNew.Text = "New" + Me.rdoNew.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoNew.UseVisualStyleBackColor = True ' 'rdoAddFlags ' - resources.ApplyResources(Me.rdoAddFlags, "rdoAddFlags") + Me.rdoAddFlags.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAddFlags.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAddFlags.FlatAppearance.BorderSize = 2 Me.rdoAddFlags.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAddFlags.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAddFlags.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAddFlags.Location = New System.Drawing.Point(203, 12) Me.rdoAddFlags.Name = "rdoAddFlags" + Me.rdoAddFlags.Size = New System.Drawing.Size(110, 27) + Me.rdoAddFlags.TabIndex = 2 + Me.rdoAddFlags.Text = "Add Flags" + Me.rdoAddFlags.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAddFlags.UseVisualStyleBackColor = True ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(262, 55) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 4 + Me.lblStation.Text = "Station:" ' 'lblSelectStation ' - resources.ApplyResources(Me.lblSelectStation, "lblSelectStation") + Me.lblSelectStation.AutoSize = True + Me.lblSelectStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectStation.Location = New System.Drawing.Point(262, 96) Me.lblSelectStation.Name = "lblSelectStation" + Me.lblSelectStation.Size = New System.Drawing.Size(76, 13) + Me.lblSelectStation.TabIndex = 4 + Me.lblSelectStation.Text = "Select Station:" ' 'lblDateTo ' - resources.ApplyResources(Me.lblDateTo, "lblDateTo") + Me.lblDateTo.AutoSize = True + Me.lblDateTo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.lblDateTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDateTo.Location = New System.Drawing.Point(262, 176) Me.lblDateTo.Name = "lblDateTo" + Me.lblDateTo.Size = New System.Drawing.Size(49, 13) + Me.lblDateTo.TabIndex = 11 Me.lblDateTo.Tag = "" + Me.lblDateTo.Text = "Date To:" ' 'lblDateFrom ' - resources.ApplyResources(Me.lblDateFrom, "lblDateFrom") + Me.lblDateFrom.AutoSize = True + Me.lblDateFrom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.lblDateFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDateFrom.Location = New System.Drawing.Point(262, 137) Me.lblDateFrom.Name = "lblDateFrom" + Me.lblDateFrom.Size = New System.Drawing.Size(59, 13) + Me.lblDateFrom.TabIndex = 9 Me.lblDateFrom.Tag = "" + Me.lblDateFrom.Text = "Date From:" ' 'grpElements ' @@ -112,184 +148,275 @@ Partial Class dlgSetupForDataEntry Me.grpElements.Controls.Add(Me.ucrChkTmin) Me.grpElements.Controls.Add(Me.ucrChkTmax) Me.grpElements.Controls.Add(Me.ucrChkPrecip) - resources.ApplyResources(Me.grpElements, "grpElements") + Me.grpElements.Location = New System.Drawing.Point(4, 248) Me.grpElements.Name = "grpElements" + Me.grpElements.Size = New System.Drawing.Size(381, 95) + Me.grpElements.TabIndex = 15 Me.grpElements.TabStop = False + Me.grpElements.Text = "Elements:" ' 'ucrInputSpecify3 ' Me.ucrInputSpecify3.AddQuotesIfUnrecognised = True + Me.ucrInputSpecify3.AutoSize = True Me.ucrInputSpecify3.IsMultiline = False Me.ucrInputSpecify3.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpecify3, "ucrInputSpecify3") + Me.ucrInputSpecify3.Location = New System.Drawing.Point(262, 70) Me.ucrInputSpecify3.Name = "ucrInputSpecify3" + Me.ucrInputSpecify3.Size = New System.Drawing.Size(107, 21) + Me.ucrInputSpecify3.TabIndex = 19 ' 'ucrInputSpecify2 ' Me.ucrInputSpecify2.AddQuotesIfUnrecognised = True + Me.ucrInputSpecify2.AutoSize = True Me.ucrInputSpecify2.IsMultiline = False Me.ucrInputSpecify2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpecify2, "ucrInputSpecify2") + Me.ucrInputSpecify2.Location = New System.Drawing.Point(262, 44) Me.ucrInputSpecify2.Name = "ucrInputSpecify2" + Me.ucrInputSpecify2.Size = New System.Drawing.Size(107, 21) + Me.ucrInputSpecify2.TabIndex = 17 ' 'ucrInputSpecify1 ' Me.ucrInputSpecify1.AddQuotesIfUnrecognised = True + Me.ucrInputSpecify1.AutoSize = True Me.ucrInputSpecify1.IsMultiline = False Me.ucrInputSpecify1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpecify1, "ucrInputSpecify1") + Me.ucrInputSpecify1.Location = New System.Drawing.Point(262, 18) Me.ucrInputSpecify1.Name = "ucrInputSpecify1" + Me.ucrInputSpecify1.Size = New System.Drawing.Size(107, 21) + Me.ucrInputSpecify1.TabIndex = 15 ' 'ucrChkWD ' + Me.ucrChkWD.AutoSize = True Me.ucrChkWD.Checked = False - resources.ApplyResources(Me.ucrChkWD, "ucrChkWD") + Me.ucrChkWD.Location = New System.Drawing.Point(94, 72) Me.ucrChkWD.Name = "ucrChkWD" + Me.ucrChkWD.Size = New System.Drawing.Size(82, 23) + Me.ucrChkWD.TabIndex = 13 ' 'ucrChkWS ' + Me.ucrChkWS.AutoSize = True Me.ucrChkWS.Checked = False - resources.ApplyResources(Me.ucrChkWS, "ucrChkWS") + Me.ucrChkWS.Location = New System.Drawing.Point(94, 46) Me.ucrChkWS.Name = "ucrChkWS" + Me.ucrChkWS.Size = New System.Drawing.Size(82, 23) + Me.ucrChkWS.TabIndex = 12 ' 'ucrChkSunh ' + Me.ucrChkSunh.AutoSize = True Me.ucrChkSunh.Checked = False - resources.ApplyResources(Me.ucrChkSunh, "ucrChkSunh") + Me.ucrChkSunh.Location = New System.Drawing.Point(94, 20) Me.ucrChkSunh.Name = "ucrChkSunh" + Me.ucrChkSunh.Size = New System.Drawing.Size(82, 23) + Me.ucrChkSunh.TabIndex = 11 ' 'ucrChkSpecify3 ' + Me.ucrChkSpecify3.AutoSize = True Me.ucrChkSpecify3.Checked = False - resources.ApplyResources(Me.ucrChkSpecify3, "ucrChkSpecify3") + Me.ucrChkSpecify3.Location = New System.Drawing.Point(181, 72) Me.ucrChkSpecify3.Name = "ucrChkSpecify3" + Me.ucrChkSpecify3.Size = New System.Drawing.Size(89, 23) + Me.ucrChkSpecify3.TabIndex = 18 ' 'ucrChkSpecify2 ' + Me.ucrChkSpecify2.AutoSize = True Me.ucrChkSpecify2.Checked = False - resources.ApplyResources(Me.ucrChkSpecify2, "ucrChkSpecify2") + Me.ucrChkSpecify2.Location = New System.Drawing.Point(181, 46) Me.ucrChkSpecify2.Name = "ucrChkSpecify2" + Me.ucrChkSpecify2.Size = New System.Drawing.Size(89, 23) + Me.ucrChkSpecify2.TabIndex = 16 ' 'ucrChkSpecify1 ' + Me.ucrChkSpecify1.AutoSize = True Me.ucrChkSpecify1.Checked = False - resources.ApplyResources(Me.ucrChkSpecify1, "ucrChkSpecify1") + Me.ucrChkSpecify1.Location = New System.Drawing.Point(181, 20) Me.ucrChkSpecify1.Name = "ucrChkSpecify1" + Me.ucrChkSpecify1.Size = New System.Drawing.Size(89, 23) + Me.ucrChkSpecify1.TabIndex = 14 ' 'ucrChkTmin ' + Me.ucrChkTmin.AutoSize = True Me.ucrChkTmin.Checked = False - resources.ApplyResources(Me.ucrChkTmin, "ucrChkTmin") + Me.ucrChkTmin.Location = New System.Drawing.Point(7, 72) Me.ucrChkTmin.Name = "ucrChkTmin" + Me.ucrChkTmin.Size = New System.Drawing.Size(81, 23) + Me.ucrChkTmin.TabIndex = 10 ' 'ucrChkTmax ' + Me.ucrChkTmax.AutoSize = True Me.ucrChkTmax.Checked = False - resources.ApplyResources(Me.ucrChkTmax, "ucrChkTmax") + Me.ucrChkTmax.Location = New System.Drawing.Point(7, 46) Me.ucrChkTmax.Name = "ucrChkTmax" + Me.ucrChkTmax.Size = New System.Drawing.Size(81, 23) + Me.ucrChkTmax.TabIndex = 9 ' 'ucrChkPrecip ' + Me.ucrChkPrecip.AutoSize = True Me.ucrChkPrecip.Checked = False - resources.ApplyResources(Me.ucrChkPrecip, "ucrChkPrecip") + Me.ucrChkPrecip.Location = New System.Drawing.Point(7, 20) Me.ucrChkPrecip.Name = "ucrChkPrecip" + Me.ucrChkPrecip.Size = New System.Drawing.Size(81, 23) + Me.ucrChkPrecip.TabIndex = 8 ' 'lblAddFlagVariables ' - resources.ApplyResources(Me.lblAddFlagVariables, "lblAddFlagVariables") + Me.lblAddFlagVariables.AutoSize = True + Me.lblAddFlagVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAddFlagVariables.Location = New System.Drawing.Point(262, 137) Me.lblAddFlagVariables.Name = "lblAddFlagVariables" + Me.lblAddFlagVariables.Size = New System.Drawing.Size(76, 13) + Me.lblAddFlagVariables.TabIndex = 8 + Me.lblAddFlagVariables.Text = "Flag Variables:" ' 'lblFlagDate ' - resources.ApplyResources(Me.lblFlagDate, "lblFlagDate") + Me.lblFlagDate.AutoSize = True + Me.lblFlagDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFlagDate.Location = New System.Drawing.Point(262, 95) Me.lblFlagDate.Name = "lblFlagDate" + Me.lblFlagDate.Size = New System.Drawing.Size(33, 13) + Me.lblFlagDate.TabIndex = 6 + Me.lblFlagDate.Text = "Date:" ' 'ucrReceiverFlagDate ' + Me.ucrReceiverFlagDate.AutoSize = True Me.ucrReceiverFlagDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFlagDate, "ucrReceiverFlagDate") + Me.ucrReceiverFlagDate.Location = New System.Drawing.Point(261, 111) + Me.ucrReceiverFlagDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFlagDate.Name = "ucrReceiverFlagDate" Me.ucrReceiverFlagDate.Selector = Nothing + Me.ucrReceiverFlagDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFlagDate.strNcFilePath = "" + Me.ucrReceiverFlagDate.TabIndex = 7 Me.ucrReceiverFlagDate.ucrSelector = Nothing ' 'ucrReceiverAddFlagVariables ' + Me.ucrReceiverAddFlagVariables.AutoSize = True Me.ucrReceiverAddFlagVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAddFlagVariables, "ucrReceiverAddFlagVariables") + Me.ucrReceiverAddFlagVariables.Location = New System.Drawing.Point(261, 154) + Me.ucrReceiverAddFlagVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAddFlagVariables.Name = "ucrReceiverAddFlagVariables" Me.ucrReceiverAddFlagVariables.Selector = Nothing + Me.ucrReceiverAddFlagVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverAddFlagVariables.strNcFilePath = "" + Me.ucrReceiverAddFlagVariables.TabIndex = 9 Me.ucrReceiverAddFlagVariables.ucrSelector = Nothing ' 'ucrChkAddFlagVariables ' + Me.ucrChkAddFlagVariables.AutoSize = True Me.ucrChkAddFlagVariables.Checked = False - resources.ApplyResources(Me.ucrChkAddFlagVariables, "ucrChkAddFlagVariables") + Me.ucrChkAddFlagVariables.Location = New System.Drawing.Point(4, 349) Me.ucrChkAddFlagVariables.Name = "ucrChkAddFlagVariables" + Me.ucrChkAddFlagVariables.Size = New System.Drawing.Size(177, 23) + Me.ucrChkAddFlagVariables.TabIndex = 16 ' 'ucrDateTo ' + Me.ucrDateTo.AutoSize = True Me.ucrDateTo.DateValue = New Date(2021, 3, 27, 16, 14, 1, 560) Me.ucrDateTo.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDateTo, "ucrDateTo") + Me.ucrDateTo.Location = New System.Drawing.Point(261, 191) Me.ucrDateTo.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDateTo.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDateTo.Name = "ucrDateTo" + Me.ucrDateTo.Size = New System.Drawing.Size(135, 20) + Me.ucrDateTo.TabIndex = 12 ' 'ucrDateFrom ' + Me.ucrDateFrom.AutoSize = True Me.ucrDateFrom.DateValue = New Date(2021, 3, 27, 16, 14, 1, 567) Me.ucrDateFrom.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDateFrom, "ucrDateFrom") + Me.ucrDateFrom.Location = New System.Drawing.Point(261, 151) Me.ucrDateFrom.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDateFrom.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDateFrom.Name = "ucrDateFrom" + Me.ucrDateFrom.Size = New System.Drawing.Size(135, 20) + Me.ucrDateFrom.TabIndex = 10 ' 'ucrInputSelectStation ' Me.ucrInputSelectStation.AddQuotesIfUnrecognised = True + Me.ucrInputSelectStation.AutoSize = True + Me.ucrInputSelectStation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSelectStation.GetSetSelectedIndex = -1 Me.ucrInputSelectStation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSelectStation, "ucrInputSelectStation") + Me.ucrInputSelectStation.Location = New System.Drawing.Point(261, 112) Me.ucrInputSelectStation.Name = "ucrInputSelectStation" + Me.ucrInputSelectStation.Size = New System.Drawing.Size(0, 0) + Me.ucrInputSelectStation.TabIndex = 5 ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(261, 71) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 5 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(4, 406) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 18 ' 'ucrSelectorSetupDataEntry ' + Me.ucrSelectorSetupDataEntry.AutoSize = True Me.ucrSelectorSetupDataEntry.bDropUnusedFilterLevels = False Me.ucrSelectorSetupDataEntry.bShowHiddenColumns = False Me.ucrSelectorSetupDataEntry.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSetupDataEntry, "ucrSelectorSetupDataEntry") + Me.ucrSelectorSetupDataEntry.Location = New System.Drawing.Point(4, 49) + Me.ucrSelectorSetupDataEntry.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSetupDataEntry.Name = "ucrSelectorSetupDataEntry" + Me.ucrSelectorSetupDataEntry.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorSetupDataEntry.TabIndex = 3 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(70, 8) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrSaveNewDFName ' - resources.ApplyResources(Me.ucrSaveNewDFName, "ucrSaveNewDFName") + Me.ucrSaveNewDFName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewDFName.Location = New System.Drawing.Point(4, 375) + Me.ucrSaveNewDFName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDFName.Name = "ucrSaveNewDFName" + Me.ucrSaveNewDFName.Size = New System.Drawing.Size(300, 24) + Me.ucrSaveNewDFName.TabIndex = 17 ' 'dlgSetupForDataEntry ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(408, 459) Me.Controls.Add(Me.ucrReceiverFlagDate) Me.Controls.Add(Me.lblFlagDate) Me.Controls.Add(Me.lblAddFlagVariables) @@ -314,7 +441,10 @@ Partial Class dlgSetupForDataEntry Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSetupForDataEntry" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Setup For Data Entry" Me.grpElements.ResumeLayout(False) + Me.grpElements.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgSetupForDataEntry.resx b/instat/dlgSetupForDataEntry.resx index 38721161d52..1af7de150c9 100644 --- a/instat/dlgSetupForDataEntry.resx +++ b/instat/dlgSetupForDataEntry.resx @@ -117,817 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - None - - - Flat - - - NoControl - - - - 95, 12 - - - 110, 27 - - - - 1 - - - New - - - MiddleCenter - - - rdoNew - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - Button - - - Flat - - - NoControl - - - 203, 12 - - - 110, 27 - - - 2 - - - Add Flags - - - MiddleCenter - - - rdoAddFlags - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 262, 55 - - - 43, 13 - - - 4 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 262, 96 - - - 76, 13 - - - 4 - - - Select Station: - - - lblSelectStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 262, 176 - - - 49, 13 - - - 11 - - - Date To: - - - lblDateTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 262, 137 - - - 59, 13 - - - 9 - - - Date From: - - - lblDateFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 262, 70 - - - 107, 21 - - - 19 - - - ucrInputSpecify3 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 0 - - - 262, 44 - - - 107, 21 - - - 17 - - - ucrInputSpecify2 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 1 - - - 262, 18 - - - 107, 21 - - - 15 - - - ucrInputSpecify1 - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 2 - - - 94, 72 - - - 82, 20 - - - 13 - - - ucrChkWD - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 3 - - - 94, 46 - - - 82, 20 - - - 12 - - - ucrChkWS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 4 - - - 94, 20 - - - 82, 20 - - - 11 - - - ucrChkSunh - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 5 - - - 181, 72 - - - 89, 20 - - - 18 - - - ucrChkSpecify3 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 6 - - - 181, 46 - - - 89, 20 - - - 16 - - - ucrChkSpecify2 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 7 - - - 181, 20 - - - 89, 20 - - - 14 - - - ucrChkSpecify1 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 8 - - - 7, 72 - - - 81, 20 - - - 10 - - - ucrChkTmin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 9 - - - 7, 46 - - - 81, 20 - - - 9 - - - ucrChkTmax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 10 - - - 7, 20 - - - 81, 20 - - - 8 - - - ucrChkPrecip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 11 - - - 4, 248 - - - 381, 95 - - - 15 - - - Elements: - - - grpElements - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 262, 137 - - - 76, 13 - - - 8 - - - Flag Variables: - - - lblAddFlagVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 262, 95 - - - 33, 13 - - - 6 - - - Date: - - - lblFlagDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 408, 459 - - - 4, 375 - - - 4, 5, 4, 5 - - - 300, 24 - - - 17 - - - ucrSaveNewDFName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 4, 349 - - - 177, 20 - - - 16 - - - ucrChkAddFlagVariables - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 261, 191 - - - 135, 20 - - - 12 - - - ucrDateTo - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 261, 151 - - - 135, 20 - - - 10 - - - ucrDateFrom - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 261, 112 - - - 120, 21 - - - 5 - - - ucrInputSelectStation - - - instat.ucrInputFactorLevels, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 261, 71 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - 4, 406 - - - 405, 52 - - - 18 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 4, 49 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorSetupDataEntry - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 70, 8 - - - 278, 35 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 261, 154 - - - 0, 0, 0, 0 - - - 120, 100 - - - 9 - - - ucrReceiverAddFlagVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - CenterScreen - - - Setup For Data Entry - - - dlgSetupForDataEntry - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 111 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverFlagDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgShiftDailyData.Designer.vb b/instat/dlgShiftDailyData.Designer.vb index bf5c0394738..32c0815652f 100644 --- a/instat/dlgShiftDailyData.Designer.vb +++ b/instat/dlgShiftDailyData.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgShiftDailyData 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(2, 138) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 55) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgShiftDailyData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(424, 218) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgShowModel.Designer.vb b/instat/dlgShowModel.Designer.vb index 6109e2b457a..57df65e8d7b 100644 --- a/instat/dlgShowModel.Designer.vb +++ b/instat/dlgShowModel.Designer.vb @@ -140,6 +140,7 @@ Partial Class dlgShowModel ' 'ucrSaveNewColumn ' + Me.ucrSaveNewColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveNewColumn.Location = New System.Drawing.Point(9, 285) Me.ucrSaveNewColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewColumn.Name = "ucrSaveNewColumn" @@ -148,6 +149,7 @@ Partial Class dlgShowModel ' 'ucrPnlGraphValues ' + Me.ucrPnlGraphValues.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlGraphValues.Location = New System.Drawing.Point(9, 234) Me.ucrPnlGraphValues.Name = "ucrPnlGraphValues" Me.ucrPnlGraphValues.Size = New System.Drawing.Size(214, 31) @@ -155,6 +157,7 @@ Partial Class dlgShowModel ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(9, 285) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -163,14 +166,16 @@ Partial Class dlgShowModel ' 'ucrChkEnterValues ' + Me.ucrChkEnterValues.AutoSize = True Me.ucrChkEnterValues.Checked = False Me.ucrChkEnterValues.Location = New System.Drawing.Point(9, 265) Me.ucrChkEnterValues.Name = "ucrChkEnterValues" - Me.ucrChkEnterValues.Size = New System.Drawing.Size(224, 20) + Me.ucrChkEnterValues.Size = New System.Drawing.Size(224, 23) Me.ucrChkEnterValues.TabIndex = 10 ' 'ucrPnlDistributionType ' + Me.ucrPnlDistributionType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlDistributionType.Location = New System.Drawing.Point(95, 10) Me.ucrPnlDistributionType.Name = "ucrPnlDistributionType" Me.ucrPnlDistributionType.Size = New System.Drawing.Size(273, 36) @@ -179,6 +184,7 @@ Partial Class dlgShowModel 'ucrInputValuesOrProbabilities ' Me.ucrInputValuesOrProbabilities.AddQuotesIfUnrecognised = True + Me.ucrInputValuesOrProbabilities.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputValuesOrProbabilities.GetSetSelectedIndex = -1 Me.ucrInputValuesOrProbabilities.IsReadOnly = False Me.ucrInputValuesOrProbabilities.Location = New System.Drawing.Point(246, 74) @@ -188,24 +194,27 @@ Partial Class dlgShowModel ' 'ucrDistributionAndParameters ' + Me.ucrDistributionAndParameters.AutoSize = True Me.ucrDistributionAndParameters.Location = New System.Drawing.Point(241, 101) Me.ucrDistributionAndParameters.Name = "ucrDistributionAndParameters" - Me.ucrDistributionAndParameters.Size = New System.Drawing.Size(247, 147) + Me.ucrDistributionAndParameters.Size = New System.Drawing.Size(1037, 147) Me.ucrDistributionAndParameters.TabIndex = 6 ' 'ucrSelectorShowModel ' + Me.ucrSelectorShowModel.AutoSize = True Me.ucrSelectorShowModel.bDropUnusedFilterLevels = False Me.ucrSelectorShowModel.bShowHiddenColumns = False Me.ucrSelectorShowModel.bUseCurrentFilter = True Me.ucrSelectorShowModel.Location = New System.Drawing.Point(9, 49) Me.ucrSelectorShowModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorShowModel.Name = "ucrSelectorShowModel" - Me.ucrSelectorShowModel.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorShowModel.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorShowModel.TabIndex = 3 ' 'ucrReceiverProbabilitiesOrValues ' + Me.ucrReceiverProbabilitiesOrValues.AutoSize = True Me.ucrReceiverProbabilitiesOrValues.frmParent = Me Me.ucrReceiverProbabilitiesOrValues.Location = New System.Drawing.Point(246, 74) Me.ucrReceiverProbabilitiesOrValues.Margin = New System.Windows.Forms.Padding(0) @@ -219,15 +228,16 @@ Partial Class dlgShowModel 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 311) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 13 ' 'dlgShowModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(500, 372) Me.Controls.Add(Me.ucrSaveNewColumn) diff --git a/instat/dlgSite.Designer.vb b/instat/dlgSite.Designer.vb index 7130e445fe9..82ef8ba04a3 100644 --- a/instat/dlgSite.Designer.vb +++ b/instat/dlgSite.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgSite 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 197) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 61) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgSite ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(429, 264) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgSort.Designer.vb b/instat/dlgSort.Designer.vb index 9783e0a9756..9d1f7c62703 100644 --- a/instat/dlgSort.Designer.vb +++ b/instat/dlgSort.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgSort 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSort)) Me.grpOrder = New System.Windows.Forms.GroupBox() Me.rdoDescending = New System.Windows.Forms.RadioButton() Me.rdoAscending = New System.Windows.Forms.RadioButton() @@ -60,95 +59,141 @@ Partial Class dlgSort Me.grpOrder.Controls.Add(Me.rdoDescending) Me.grpOrder.Controls.Add(Me.rdoAscending) Me.grpOrder.Controls.Add(Me.ucrPnlOrder) - resources.ApplyResources(Me.grpOrder, "grpOrder") + Me.grpOrder.Location = New System.Drawing.Point(255, 163) Me.grpOrder.Name = "grpOrder" + Me.grpOrder.Size = New System.Drawing.Size(120, 69) + Me.grpOrder.TabIndex = 3 Me.grpOrder.TabStop = False Me.grpOrder.Tag = "Order" + Me.grpOrder.Text = "Order" ' 'rdoDescending ' - resources.ApplyResources(Me.rdoDescending, "rdoDescending") + Me.rdoDescending.AutoSize = True + Me.rdoDescending.Location = New System.Drawing.Point(10, 42) Me.rdoDescending.Name = "rdoDescending" + Me.rdoDescending.Size = New System.Drawing.Size(82, 17) + Me.rdoDescending.TabIndex = 2 Me.rdoDescending.TabStop = True Me.rdoDescending.Tag = "Descending" + Me.rdoDescending.Text = "Descending" Me.rdoDescending.UseVisualStyleBackColor = True ' 'rdoAscending ' - resources.ApplyResources(Me.rdoAscending, "rdoAscending") + Me.rdoAscending.AutoSize = True + Me.rdoAscending.Location = New System.Drawing.Point(10, 19) Me.rdoAscending.Name = "rdoAscending" + Me.rdoAscending.Size = New System.Drawing.Size(75, 17) + Me.rdoAscending.TabIndex = 1 Me.rdoAscending.TabStop = True Me.rdoAscending.Tag = "Ascending" + Me.rdoAscending.Text = "Ascending" Me.rdoAscending.UseVisualStyleBackColor = True ' 'ucrPnlOrder ' - resources.ApplyResources(Me.ucrPnlOrder, "ucrPnlOrder") + Me.ucrPnlOrder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOrder.Location = New System.Drawing.Point(6, 12) Me.ucrPnlOrder.Name = "ucrPnlOrder" + Me.ucrPnlOrder.Size = New System.Drawing.Size(108, 51) + Me.ucrPnlOrder.TabIndex = 0 ' 'lblColumnsToSort ' - resources.ApplyResources(Me.lblColumnsToSort, "lblColumnsToSort") + Me.lblColumnsToSort.AutoSize = True + Me.lblColumnsToSort.Location = New System.Drawing.Point(254, 45) Me.lblColumnsToSort.Name = "lblColumnsToSort" + Me.lblColumnsToSort.Size = New System.Drawing.Size(98, 13) + Me.lblColumnsToSort.TabIndex = 1 Me.lblColumnsToSort.Tag = "" + Me.lblColumnsToSort.Text = "Columns to Sort by:" ' 'grpMissingValues ' Me.grpMissingValues.Controls.Add(Me.rdoLast) Me.grpMissingValues.Controls.Add(Me.rdoFirst) Me.grpMissingValues.Controls.Add(Me.ucrPnlMissingValues) - resources.ApplyResources(Me.grpMissingValues, "grpMissingValues") + Me.grpMissingValues.Location = New System.Drawing.Point(255, 238) Me.grpMissingValues.Name = "grpMissingValues" + Me.grpMissingValues.Size = New System.Drawing.Size(120, 69) + Me.grpMissingValues.TabIndex = 4 Me.grpMissingValues.TabStop = False Me.grpMissingValues.Tag = "Missing_Values" + Me.grpMissingValues.Text = "Missing Values" ' 'rdoLast ' - resources.ApplyResources(Me.rdoLast, "rdoLast") + Me.rdoLast.AutoSize = True + Me.rdoLast.Location = New System.Drawing.Point(10, 42) Me.rdoLast.Name = "rdoLast" + Me.rdoLast.Size = New System.Drawing.Size(45, 17) + Me.rdoLast.TabIndex = 2 Me.rdoLast.TabStop = True Me.rdoLast.Tag = "Last" + Me.rdoLast.Text = "Last" Me.rdoLast.UseVisualStyleBackColor = True ' 'rdoFirst ' - resources.ApplyResources(Me.rdoFirst, "rdoFirst") + Me.rdoFirst.AutoSize = True + Me.rdoFirst.Location = New System.Drawing.Point(10, 19) Me.rdoFirst.Name = "rdoFirst" + Me.rdoFirst.Size = New System.Drawing.Size(44, 17) + Me.rdoFirst.TabIndex = 1 Me.rdoFirst.TabStop = True Me.rdoFirst.Tag = "First" + Me.rdoFirst.Text = "First" Me.rdoFirst.UseVisualStyleBackColor = True ' 'ucrPnlMissingValues ' - resources.ApplyResources(Me.ucrPnlMissingValues, "ucrPnlMissingValues") + Me.ucrPnlMissingValues.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMissingValues.Location = New System.Drawing.Point(5, 16) Me.ucrPnlMissingValues.Name = "ucrPnlMissingValues" + Me.ucrPnlMissingValues.Size = New System.Drawing.Size(109, 43) + Me.ucrPnlMissingValues.TabIndex = 0 ' 'ucrSelectForSort ' + Me.ucrSelectForSort.AutoSize = True Me.ucrSelectForSort.bDropUnusedFilterLevels = False Me.ucrSelectForSort.bShowHiddenColumns = False Me.ucrSelectForSort.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectForSort, "ucrSelectForSort") + Me.ucrSelectForSort.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectForSort.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectForSort.Name = "ucrSelectForSort" + Me.ucrSelectForSort.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectForSort.TabIndex = 0 ' 'ucrReceiverSort ' + Me.ucrReceiverSort.AutoSize = True Me.ucrReceiverSort.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSort, "ucrReceiverSort") + Me.ucrReceiverSort.Location = New System.Drawing.Point(255, 60) + Me.ucrReceiverSort.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSort.Name = "ucrReceiverSort" Me.ucrReceiverSort.Selector = Nothing + Me.ucrReceiverSort.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverSort.strNcFilePath = "" + Me.ucrReceiverSort.TabIndex = 2 Me.ucrReceiverSort.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 313) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'dlgSort ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 372) Me.Controls.Add(Me.ucrSelectForSort) Me.Controls.Add(Me.grpMissingValues) Me.Controls.Add(Me.lblColumnsToSort) @@ -160,7 +205,9 @@ Partial Class dlgSort Me.MinimizeBox = False Me.Name = "dlgSort" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Sort" + Me.Text = "Sort" Me.grpOrder.ResumeLayout(False) Me.grpOrder.PerformLayout() Me.grpMissingValues.ResumeLayout(False) diff --git a/instat/dlgSort.resx b/instat/dlgSort.resx index 786bc65eceb..29dcb1b3a35 100644 --- a/instat/dlgSort.resx +++ b/instat/dlgSort.resx @@ -117,328 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 42 - - - 82, 17 - - - 2 - - - Descending - - - rdoDescending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 0 - - - True - - - 10, 19 - - - 75, 17 - - - 1 - - - Ascending - - - rdoAscending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 1 - - - 6, 12 - - - 108, 51 - - - 0 - - - ucrPnlOrder - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOrder - - - 2 - - - 255, 163 - - - 120, 69 - - - 3 - - - Order - - - grpOrder - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 254, 45 - - - 98, 13 - - - 1 - - - Columns to Sort by: - - - lblColumnsToSort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 10, 42 - - - 45, 17 - - - 2 - - - Last - - - rdoLast - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissingValues - - - 0 - - - True - - - 10, 19 - - - 44, 17 - - - 1 - - - First - - - rdoFirst - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissingValues - - - 1 - - - 5, 16 - - - 109, 43 - - - 0 - - - ucrPnlMissingValues - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMissingValues - - - 2 - - - 255, 238 - - - 120, 69 - - - 4 - - - Missing Values - - - grpMissingValues - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectForSort - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 415, 372 - - - True - - - 10, 313 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Sort - - - dlgSort - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverSort - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgSpellLength.Designer.vb b/instat/dlgSpellLength.Designer.vb index b1da00d0175..67790b3fccc 100644 --- a/instat/dlgSpellLength.Designer.vb +++ b/instat/dlgSpellLength.Designer.vb @@ -181,15 +181,16 @@ Partial Class dlgSpellLengths 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(53, 304) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgSpellLengths ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(511, 367) Me.Controls.Add(Me.lblDataframeNames) diff --git a/instat/dlgSpells.Designer.vb b/instat/dlgSpells.Designer.vb index b136d7f3864..f3c70943844 100644 --- a/instat/dlgSpells.Designer.vb +++ b/instat/dlgSpells.Designer.vb @@ -129,6 +129,7 @@ Partial Class dlgSpells 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = True Me.ucrInputFilterPreview.Location = New System.Drawing.Point(124, 25) @@ -150,6 +151,7 @@ Partial Class dlgSpells 'ucrInputSpellLower ' Me.ucrInputSpellLower.AddQuotesIfUnrecognised = True + Me.ucrInputSpellLower.AutoSize = True Me.ucrInputSpellLower.IsMultiline = False Me.ucrInputSpellLower.IsReadOnly = False Me.ucrInputSpellLower.Location = New System.Drawing.Point(168, 55) @@ -160,6 +162,7 @@ Partial Class dlgSpells 'ucrInputCondition ' Me.ucrInputCondition.AddQuotesIfUnrecognised = True + Me.ucrInputCondition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCondition.GetSetSelectedIndex = -1 Me.ucrInputCondition.IsReadOnly = False Me.ucrInputCondition.Location = New System.Drawing.Point(13, 55) @@ -170,6 +173,7 @@ Partial Class dlgSpells 'ucrInputSpellUpper ' Me.ucrInputSpellUpper.AddQuotesIfUnrecognised = True + Me.ucrInputSpellUpper.AutoSize = True Me.ucrInputSpellUpper.IsMultiline = False Me.ucrInputSpellUpper.IsReadOnly = False Me.ucrInputSpellUpper.Location = New System.Drawing.Point(272, 55) @@ -233,6 +237,7 @@ Partial Class dlgSpells ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(90, 3) Me.ucrPnlOptions.Name = "ucrPnlOptions" Me.ucrPnlOptions.Size = New System.Drawing.Size(243, 36) @@ -241,6 +246,7 @@ Partial Class dlgSpells 'ucrInputNewColumnName ' Me.ucrInputNewColumnName.AddQuotesIfUnrecognised = True + Me.ucrInputNewColumnName.AutoSize = True Me.ucrInputNewColumnName.IsMultiline = False Me.ucrInputNewColumnName.IsReadOnly = False Me.ucrInputNewColumnName.Location = New System.Drawing.Point(171, 360) @@ -250,6 +256,7 @@ Partial Class dlgSpells ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(247, 72) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -262,6 +269,7 @@ Partial Class dlgSpells ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me Me.ucrReceiverDOY.Location = New System.Drawing.Point(247, 198) Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) @@ -274,6 +282,7 @@ Partial Class dlgSpells ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(247, 156) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -286,6 +295,7 @@ Partial Class dlgSpells ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(247, 114) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -298,6 +308,7 @@ Partial Class dlgSpells ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me Me.ucrReceiverElement.Location = New System.Drawing.Point(247, 240) Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) @@ -310,18 +321,20 @@ Partial Class dlgSpells ' 'ucrSelectorForSpells ' + Me.ucrSelectorForSpells.AutoSize = True Me.ucrSelectorForSpells.bDropUnusedFilterLevels = False Me.ucrSelectorForSpells.bShowHiddenColumns = False Me.ucrSelectorForSpells.bUseCurrentFilter = True Me.ucrSelectorForSpells.Location = New System.Drawing.Point(10, 49) Me.ucrSelectorForSpells.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForSpells.Name = "ucrSelectorForSpells" - Me.ucrSelectorForSpells.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForSpells.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForSpells.TabIndex = 3 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 387) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -329,8 +342,8 @@ Partial Class dlgSpells ' 'dlgSpells ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(414, 441) Me.Controls.Add(Me.rdoAnnuel) diff --git a/instat/dlgSplitText.Designer.vb b/instat/dlgSplitText.Designer.vb index f8777163f11..53e7a93bc93 100644 --- a/instat/dlgSplitText.Designer.vb +++ b/instat/dlgSplitText.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgSplitText 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSplitText)) Me.lblSelectedFactor = New System.Windows.Forms.Label() Me.lblSplitBy = New System.Windows.Forms.Label() Me.lblNumberofPiecesToReturn = New System.Windows.Forms.Label() @@ -60,127 +59,202 @@ Partial Class dlgSplitText ' 'lblSelectedFactor ' - resources.ApplyResources(Me.lblSelectedFactor, "lblSelectedFactor") + Me.lblSelectedFactor.AutoSize = True + Me.lblSelectedFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedFactor.Location = New System.Drawing.Point(257, 62) Me.lblSelectedFactor.Name = "lblSelectedFactor" + Me.lblSelectedFactor.Size = New System.Drawing.Size(80, 13) + Me.lblSelectedFactor.TabIndex = 4 Me.lblSelectedFactor.Tag = "Selected_Factor" + Me.lblSelectedFactor.Text = "Column to Split:" ' 'lblSplitBy ' - resources.ApplyResources(Me.lblSplitBy, "lblSplitBy") + Me.lblSplitBy.AutoSize = True + Me.lblSplitBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSplitBy.Location = New System.Drawing.Point(255, 109) Me.lblSplitBy.Name = "lblSplitBy" + Me.lblSplitBy.Size = New System.Drawing.Size(44, 13) + Me.lblSplitBy.TabIndex = 6 Me.lblSplitBy.Tag = "" + Me.lblSplitBy.Text = "Split by:" ' 'lblNumberofPiecesToReturn ' - resources.ApplyResources(Me.lblNumberofPiecesToReturn, "lblNumberofPiecesToReturn") + Me.lblNumberofPiecesToReturn.AutoSize = True + Me.lblNumberofPiecesToReturn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNumberofPiecesToReturn.Location = New System.Drawing.Point(255, 225) Me.lblNumberofPiecesToReturn.Name = "lblNumberofPiecesToReturn" + Me.lblNumberofPiecesToReturn.Size = New System.Drawing.Size(141, 13) + Me.lblNumberofPiecesToReturn.TabIndex = 11 Me.lblNumberofPiecesToReturn.Tag = "Number_of_Pieces_to_Return" + Me.lblNumberofPiecesToReturn.Text = "Number of Pieces to Return:" ' 'rdoTextComponents ' - resources.ApplyResources(Me.rdoTextComponents, "rdoTextComponents") + Me.rdoTextComponents.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTextComponents.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTextComponents.FlatAppearance.BorderSize = 2 Me.rdoTextComponents.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTextComponents.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTextComponents.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTextComponents.Location = New System.Drawing.Point(98, 4) Me.rdoTextComponents.Name = "rdoTextComponents" + Me.rdoTextComponents.Size = New System.Drawing.Size(125, 45) + Me.rdoTextComponents.TabIndex = 1 Me.rdoTextComponents.TabStop = True + Me.rdoTextComponents.Text = "Into Text Components" + Me.rdoTextComponents.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTextComponents.UseVisualStyleBackColor = True ' 'rdoBinaryColumns ' - resources.ApplyResources(Me.rdoBinaryColumns, "rdoBinaryColumns") + Me.rdoBinaryColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoBinaryColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBinaryColumns.FlatAppearance.BorderSize = 2 Me.rdoBinaryColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBinaryColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoBinaryColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBinaryColumns.Location = New System.Drawing.Point(222, 4) Me.rdoBinaryColumns.Name = "rdoBinaryColumns" + Me.rdoBinaryColumns.Size = New System.Drawing.Size(125, 45) + Me.rdoBinaryColumns.TabIndex = 2 Me.rdoBinaryColumns.TabStop = True + Me.rdoBinaryColumns.Text = "Into Binary Columns" + Me.rdoBinaryColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBinaryColumns.UseVisualStyleBackColor = True ' 'rdoMaximumNumberOfComponents ' - resources.ApplyResources(Me.rdoMaximumNumberOfComponents, "rdoMaximumNumberOfComponents") + Me.rdoMaximumNumberOfComponents.AutoSize = True + Me.rdoMaximumNumberOfComponents.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMaximumNumberOfComponents.Location = New System.Drawing.Point(257, 164) Me.rdoMaximumNumberOfComponents.Name = "rdoMaximumNumberOfComponents" + Me.rdoMaximumNumberOfComponents.Size = New System.Drawing.Size(183, 17) + Me.rdoMaximumNumberOfComponents.TabIndex = 9 Me.rdoMaximumNumberOfComponents.TabStop = True + Me.rdoMaximumNumberOfComponents.Text = "Maximum Number of Components" Me.rdoMaximumNumberOfComponents.UseVisualStyleBackColor = True ' 'rdoFixedNumberOfComponents ' - resources.ApplyResources(Me.rdoFixedNumberOfComponents, "rdoFixedNumberOfComponents") + Me.rdoFixedNumberOfComponents.AutoSize = True + Me.rdoFixedNumberOfComponents.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFixedNumberOfComponents.Location = New System.Drawing.Point(257, 189) Me.rdoFixedNumberOfComponents.Name = "rdoFixedNumberOfComponents" + Me.rdoFixedNumberOfComponents.Size = New System.Drawing.Size(164, 17) + Me.rdoFixedNumberOfComponents.TabIndex = 10 Me.rdoFixedNumberOfComponents.TabStop = True + Me.rdoFixedNumberOfComponents.Text = "Fixed Number of Components" Me.rdoFixedNumberOfComponents.UseVisualStyleBackColor = True ' 'ucrPnlSplitText ' - resources.ApplyResources(Me.ucrPnlSplitText, "ucrPnlSplitText") + Me.ucrPnlSplitText.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSplitText.Location = New System.Drawing.Point(55, 4) Me.ucrPnlSplitText.Name = "ucrPnlSplitText" + Me.ucrPnlSplitText.Size = New System.Drawing.Size(309, 45) + Me.ucrPnlSplitText.TabIndex = 0 ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(9, 304) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(292, 21) + Me.ucrSaveColumn.TabIndex = 13 ' 'ucrNudPieces ' + Me.ucrNudPieces.AutoSize = True Me.ucrNudPieces.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPieces.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPieces, "ucrNudPieces") + Me.ucrNudPieces.Location = New System.Drawing.Point(257, 241) Me.ucrNudPieces.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPieces.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPieces.Name = "ucrNudPieces" + Me.ucrNudPieces.Size = New System.Drawing.Size(44, 20) + Me.ucrNudPieces.TabIndex = 12 Me.ucrNudPieces.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputPattern ' Me.ucrInputPattern.AddQuotesIfUnrecognised = True + Me.ucrInputPattern.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPattern.GetSetSelectedIndex = -1 Me.ucrInputPattern.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPattern, "ucrInputPattern") + Me.ucrInputPattern.Location = New System.Drawing.Point(257, 124) Me.ucrInputPattern.Name = "ucrInputPattern" + Me.ucrInputPattern.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPattern.TabIndex = 7 ' 'ucrReceiverSplitTextColumn ' + Me.ucrReceiverSplitTextColumn.AutoSize = True Me.ucrReceiverSplitTextColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSplitTextColumn, "ucrReceiverSplitTextColumn") + Me.ucrReceiverSplitTextColumn.Location = New System.Drawing.Point(257, 78) + Me.ucrReceiverSplitTextColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSplitTextColumn.Name = "ucrReceiverSplitTextColumn" Me.ucrReceiverSplitTextColumn.Selector = Nothing + Me.ucrReceiverSplitTextColumn.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverSplitTextColumn.strNcFilePath = "" + Me.ucrReceiverSplitTextColumn.TabIndex = 5 Me.ucrReceiverSplitTextColumn.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 336) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'ucrPnlTextComponents ' - resources.ApplyResources(Me.ucrPnlTextComponents, "ucrPnlTextComponents") + Me.ucrPnlTextComponents.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlTextComponents.Location = New System.Drawing.Point(236, 151) Me.ucrPnlTextComponents.Name = "ucrPnlTextComponents" + Me.ucrPnlTextComponents.Size = New System.Drawing.Size(205, 63) + Me.ucrPnlTextComponents.TabIndex = 8 ' 'ucrChkAddKeyboard ' + Me.ucrChkAddKeyboard.AutoSize = True Me.ucrChkAddKeyboard.Checked = False - resources.ApplyResources(Me.ucrChkAddKeyboard, "ucrChkAddKeyboard") + Me.ucrChkAddKeyboard.Location = New System.Drawing.Point(249, 273) Me.ucrChkAddKeyboard.Name = "ucrChkAddKeyboard" + Me.ucrChkAddKeyboard.Size = New System.Drawing.Size(158, 23) + Me.ucrChkAddKeyboard.TabIndex = 23 ' 'ucrChkIncludeRegularExpressions ' + Me.ucrChkIncludeRegularExpressions.AutoSize = True Me.ucrChkIncludeRegularExpressions.Checked = False - resources.ApplyResources(Me.ucrChkIncludeRegularExpressions, "ucrChkIncludeRegularExpressions") + Me.ucrChkIncludeRegularExpressions.Location = New System.Drawing.Point(9, 273) Me.ucrChkIncludeRegularExpressions.Name = "ucrChkIncludeRegularExpressions" + Me.ucrChkIncludeRegularExpressions.Size = New System.Drawing.Size(239, 23) + Me.ucrChkIncludeRegularExpressions.TabIndex = 22 ' 'ucrSelectorSplitTextColumn ' + Me.ucrSelectorSplitTextColumn.AutoSize = True Me.ucrSelectorSplitTextColumn.bDropUnusedFilterLevels = False Me.ucrSelectorSplitTextColumn.bShowHiddenColumns = False Me.ucrSelectorSplitTextColumn.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSplitTextColumn, "ucrSelectorSplitTextColumn") + Me.ucrSelectorSplitTextColumn.Location = New System.Drawing.Point(10, 52) + Me.ucrSelectorSplitTextColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSplitTextColumn.Name = "ucrSelectorSplitTextColumn" + Me.ucrSelectorSplitTextColumn.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorSplitTextColumn.TabIndex = 24 ' 'dlgSplitText ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(453, 392) Me.Controls.Add(Me.ucrSelectorSplitTextColumn) Me.Controls.Add(Me.ucrChkAddKeyboard) Me.Controls.Add(Me.ucrChkIncludeRegularExpressions) @@ -202,7 +276,9 @@ Partial Class dlgSplitText Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSplitText" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Split_Text_Column" + Me.Text = "Split Text Column" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgSplitText.resx b/instat/dlgSplitText.resx index 3180f11d1ef..29dcb1b3a35 100644 --- a/instat/dlgSplitText.resx +++ b/instat/dlgSplitText.resx @@ -117,475 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 257, 62 - - - 80, 13 - - - 4 - - - Column to Split: - - - lblSelectedFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 255, 109 - - - 44, 13 - - - 6 - - - Split by: - - - lblSplitBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 255, 225 - - - 141, 13 - - - 11 - - - Number of Pieces to Return: - - - lblNumberofPiecesToReturn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 98, 4 - - - 125, 45 - - - 1 - - - Into Text Components - - - MiddleCenter - - - rdoTextComponents - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 222, 4 - - - 125, 45 - - - 2 - - - Into Binary Columns - - - MiddleCenter - - - rdoBinaryColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 257, 164 - - - 183, 17 - - - 9 - - - Maximum Number of Components - - - rdoMaximumNumberOfComponents - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 257, 189 - - - 164, 17 - - - 10 - - - Fixed Number of Components - - - rdoFixedNumberOfComponents - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 55, 4 - - - 309, 45 - - - 0 - - - ucrPnlSplitText - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 9, 304 - - - 4, 5, 4, 5 - - - 292, 21 - - - 13 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 257, 241 - - - 44, 20 - - - 12 - - - ucrNudPieces - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 257, 124 - - - 137, 21 - - - 7 - - - ucrInputPattern - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 6, 13 - - - True - - - 453, 392 - - - 10, 52 - - - 0, 0, 0, 0 - - - 210, 180 - - - 24 - - - ucrSelectorSplitTextColumn - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 249, 273 - - - 158, 20 - - - 23 - - - ucrChkAddKeyboard - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 273 - - - 239, 20 - - - 22 - - - ucrChkIncludeRegularExpressions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 10, 336 - - - 410, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 236, 151 - - - 205, 63 - - - 8 - - - ucrPnlTextComponents - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Split Text Column - - - dlgSplitText - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 257, 78 - - - 0, 0, 0, 0 - - - 137, 20 - - - 5 - - - ucrReceiverSplitTextColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - \ No newline at end of file diff --git a/instat/dlgStack.Designer.vb b/instat/dlgStack.Designer.vb index 66ebae07e03..c41d15b9626 100644 --- a/instat/dlgStack.Designer.vb +++ b/instat/dlgStack.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgStack Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgStack)) Me.lblColumnsTostack = New System.Windows.Forms.Label() Me.lblValuesTo = New System.Windows.Forms.Label() Me.lblNamesTo = New System.Windows.Forms.Label() @@ -81,253 +80,403 @@ Partial Class dlgStack ' 'lblColumnsTostack ' - resources.ApplyResources(Me.lblColumnsTostack, "lblColumnsTostack") + Me.lblColumnsTostack.AutoSize = True + Me.lblColumnsTostack.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnsTostack.Location = New System.Drawing.Point(261, 65) Me.lblColumnsTostack.Name = "lblColumnsTostack" + Me.lblColumnsTostack.Size = New System.Drawing.Size(93, 13) + Me.lblColumnsTostack.TabIndex = 4 Me.lblColumnsTostack.Tag = "Columns_to_Stack:" + Me.lblColumnsTostack.Text = "Columns to Stack:" ' 'lblValuesTo ' - resources.ApplyResources(Me.lblValuesTo, "lblValuesTo") + Me.lblValuesTo.AutoSize = True + Me.lblValuesTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblValuesTo.Location = New System.Drawing.Point(7, 274) Me.lblValuesTo.Name = "lblValuesTo" + Me.lblValuesTo.Size = New System.Drawing.Size(54, 13) + Me.lblValuesTo.TabIndex = 10 Me.lblValuesTo.Tag = "Stack_Data_Into" + Me.lblValuesTo.Text = "Values to:" ' 'lblNamesTo ' - resources.ApplyResources(Me.lblNamesTo, "lblNamesTo") + Me.lblNamesTo.AutoSize = True + Me.lblNamesTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNamesTo.Location = New System.Drawing.Point(8, 250) Me.lblNamesTo.Name = "lblNamesTo" + Me.lblNamesTo.Size = New System.Drawing.Size(55, 13) + Me.lblNamesTo.TabIndex = 8 Me.lblNamesTo.Tag = "" + Me.lblNamesTo.Text = "Names to:" ' 'rdoPivotLonger ' - resources.ApplyResources(Me.rdoPivotLonger, "rdoPivotLonger") + Me.rdoPivotLonger.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPivotLonger.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPivotLonger.FlatAppearance.BorderSize = 2 Me.rdoPivotLonger.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPivotLonger.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPivotLonger.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPivotLonger.Location = New System.Drawing.Point(109, 12) Me.rdoPivotLonger.Name = "rdoPivotLonger" + Me.rdoPivotLonger.Size = New System.Drawing.Size(100, 28) + Me.rdoPivotLonger.TabIndex = 1 + Me.rdoPivotLonger.Text = "Pivot Longer" + Me.rdoPivotLonger.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPivotLonger.UseVisualStyleBackColor = True ' 'rdoUnnest ' - resources.ApplyResources(Me.rdoUnnest, "rdoUnnest") + Me.rdoUnnest.Appearance = System.Windows.Forms.Appearance.Button Me.rdoUnnest.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoUnnest.FlatAppearance.BorderSize = 2 Me.rdoUnnest.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoUnnest.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoUnnest.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoUnnest.Location = New System.Drawing.Point(207, 12) Me.rdoUnnest.Name = "rdoUnnest" + Me.rdoUnnest.Size = New System.Drawing.Size(100, 28) + Me.rdoUnnest.TabIndex = 2 + Me.rdoUnnest.Text = "Unnest" + Me.rdoUnnest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoUnnest.UseVisualStyleBackColor = True ' 'lblToken ' - resources.ApplyResources(Me.lblToken, "lblToken") + Me.lblToken.AutoSize = True + Me.lblToken.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblToken.Location = New System.Drawing.Point(259, 105) Me.lblToken.Name = "lblToken" + Me.lblToken.Size = New System.Drawing.Size(41, 13) + Me.lblToken.TabIndex = 8 + Me.lblToken.Text = "Token:" ' 'lblFormat ' - resources.ApplyResources(Me.lblFormat, "lblFormat") + Me.lblFormat.AutoSize = True + Me.lblFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFormat.Location = New System.Drawing.Point(259, 145) Me.lblFormat.Name = "lblFormat" + Me.lblFormat.Size = New System.Drawing.Size(42, 13) + Me.lblFormat.TabIndex = 10 + Me.lblFormat.Text = "Format:" ' 'lblPattern ' - resources.ApplyResources(Me.lblPattern, "lblPattern") + Me.lblPattern.AutoSize = True + Me.lblPattern.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPattern.Location = New System.Drawing.Point(259, 186) Me.lblPattern.Name = "lblPattern" + Me.lblPattern.Size = New System.Drawing.Size(80, 13) + Me.lblPattern.TabIndex = 12 + Me.lblPattern.Text = "Pattern/Option:" ' 'lblOutput ' - resources.ApplyResources(Me.lblOutput, "lblOutput") + Me.lblOutput.AutoSize = True + Me.lblOutput.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOutput.Location = New System.Drawing.Point(7, 326) Me.lblOutput.Name = "lblOutput" + Me.lblOutput.Size = New System.Drawing.Size(42, 13) + Me.lblOutput.TabIndex = 22 + Me.lblOutput.Text = "Output:" ' 'lblVariable ' - resources.ApplyResources(Me.lblVariable, "lblVariable") + Me.lblVariable.AutoSize = True + Me.lblVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariable.Location = New System.Drawing.Point(261, 67) Me.lblVariable.Name = "lblVariable" + Me.lblVariable.Size = New System.Drawing.Size(48, 13) + Me.lblVariable.TabIndex = 5 Me.lblVariable.Tag = "Columns_to_Stack:" + Me.lblVariable.Text = "Variable:" ' 'lblSets ' - resources.ApplyResources(Me.lblSets, "lblSets") + Me.lblSets.AutoSize = True + Me.lblSets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSets.Location = New System.Drawing.Point(172, 323) Me.lblSets.Name = "lblSets" + Me.lblSets.Size = New System.Drawing.Size(31, 13) + Me.lblSets.TabIndex = 31 + Me.lblSets.Text = "Sets:" ' 'lblFactorInto ' - resources.ApplyResources(Me.lblFactorInto, "lblFactorInto") + Me.lblFactorInto.AutoSize = True + Me.lblFactorInto.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorInto.Location = New System.Drawing.Point(8, 248) Me.lblFactorInto.Name = "lblFactorInto" + Me.lblFactorInto.Size = New System.Drawing.Size(61, 13) + Me.lblFactorInto.TabIndex = 33 Me.lblFactorInto.Tag = "" + Me.lblFactorInto.Text = "Factor Into:" ' 'ucrInputNamesTo ' Me.ucrInputNamesTo.AddQuotesIfUnrecognised = True + Me.ucrInputNamesTo.AutoSize = True Me.ucrInputNamesTo.IsMultiline = False Me.ucrInputNamesTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNamesTo, "ucrInputNamesTo") + Me.ucrInputNamesTo.Location = New System.Drawing.Point(87, 247) + Me.ucrInputNamesTo.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputNamesTo.Name = "ucrInputNamesTo" + Me.ucrInputNamesTo.Size = New System.Drawing.Size(75, 21) + Me.ucrInputNamesTo.TabIndex = 18 ' 'ucrNudNoSets ' + Me.ucrNudNoSets.AutoSize = True Me.ucrNudNoSets.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoSets.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNoSets, "ucrNudNoSets") + Me.ucrNudNoSets.Location = New System.Drawing.Point(210, 320) Me.ucrNudNoSets.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNoSets.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoSets.Name = "ucrNudNoSets" + Me.ucrNudNoSets.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNoSets.TabIndex = 30 Me.ucrNudNoSets.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputDropPrefix ' Me.ucrInputDropPrefix.AddQuotesIfUnrecognised = True + Me.ucrInputDropPrefix.AutoSize = True Me.ucrInputDropPrefix.IsMultiline = False Me.ucrInputDropPrefix.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDropPrefix, "ucrInputDropPrefix") + Me.ucrInputDropPrefix.Location = New System.Drawing.Point(87, 296) + Me.ucrInputDropPrefix.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputDropPrefix.Name = "ucrInputDropPrefix" + Me.ucrInputDropPrefix.Size = New System.Drawing.Size(75, 21) + Me.ucrInputDropPrefix.TabIndex = 28 ' 'ucrChkCarryAllColumns ' + Me.ucrChkCarryAllColumns.AutoSize = True Me.ucrChkCarryAllColumns.Checked = False - resources.ApplyResources(Me.ucrChkCarryAllColumns, "ucrChkCarryAllColumns") + Me.ucrChkCarryAllColumns.Location = New System.Drawing.Point(262, 189) Me.ucrChkCarryAllColumns.Name = "ucrChkCarryAllColumns" + Me.ucrChkCarryAllColumns.Size = New System.Drawing.Size(130, 23) + Me.ucrChkCarryAllColumns.TabIndex = 14 ' 'ucrInputOutput ' Me.ucrInputOutput.AddQuotesIfUnrecognised = True + Me.ucrInputOutput.AutoSize = True Me.ucrInputOutput.IsMultiline = False Me.ucrInputOutput.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOutput, "ucrInputOutput") + Me.ucrInputOutput.Location = New System.Drawing.Point(87, 323) Me.ucrInputOutput.Name = "ucrInputOutput" + Me.ucrInputOutput.Size = New System.Drawing.Size(75, 21) + Me.ucrInputOutput.TabIndex = 23 ' 'ucrReceiverColumnsToBeStack ' + Me.ucrReceiverColumnsToBeStack.AutoSize = True Me.ucrReceiverColumnsToBeStack.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnsToBeStack, "ucrReceiverColumnsToBeStack") + Me.ucrReceiverColumnsToBeStack.Location = New System.Drawing.Point(262, 81) + Me.ucrReceiverColumnsToBeStack.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnsToBeStack.Name = "ucrReceiverColumnsToBeStack" Me.ucrReceiverColumnsToBeStack.Selector = Nothing + Me.ucrReceiverColumnsToBeStack.Size = New System.Drawing.Size(120, 103) Me.ucrReceiverColumnsToBeStack.strNcFilePath = "" + Me.ucrReceiverColumnsToBeStack.TabIndex = 7 Me.ucrReceiverColumnsToBeStack.ucrSelector = Nothing ' 'ucrReceiverTextColumn ' + Me.ucrReceiverTextColumn.AutoSize = True Me.ucrReceiverTextColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTextColumn, "ucrReceiverTextColumn") + Me.ucrReceiverTextColumn.Location = New System.Drawing.Point(262, 81) + Me.ucrReceiverTextColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTextColumn.Name = "ucrReceiverTextColumn" Me.ucrReceiverTextColumn.Selector = Nothing + Me.ucrReceiverTextColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTextColumn.strNcFilePath = "" + Me.ucrReceiverTextColumn.TabIndex = 6 Me.ucrReceiverTextColumn.ucrSelector = Nothing ' 'ucrPnlStack ' - resources.ApplyResources(Me.ucrPnlStack, "ucrPnlStack") + Me.ucrPnlStack.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlStack.Location = New System.Drawing.Point(87, 3) Me.ucrPnlStack.Name = "ucrPnlStack" + Me.ucrPnlStack.Size = New System.Drawing.Size(239, 49) + Me.ucrPnlStack.TabIndex = 0 ' 'ucrSaveNewDataName ' - resources.ApplyResources(Me.ucrSaveNewDataName, "ucrSaveNewDataName") + Me.ucrSaveNewDataName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewDataName.Location = New System.Drawing.Point(8, 364) + Me.ucrSaveNewDataName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDataName.Name = "ucrSaveNewDataName" + Me.ucrSaveNewDataName.Size = New System.Drawing.Size(372, 20) + Me.ucrSaveNewDataName.TabIndex = 24 ' 'ucrChkCarryColumns ' + Me.ucrChkCarryColumns.AutoSize = True Me.ucrChkCarryColumns.Checked = False - resources.ApplyResources(Me.ucrChkCarryColumns, "ucrChkCarryColumns") + Me.ucrChkCarryColumns.Location = New System.Drawing.Point(262, 217) + Me.ucrChkCarryColumns.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkCarryColumns.Name = "ucrChkCarryColumns" + Me.ucrChkCarryColumns.Size = New System.Drawing.Size(120, 23) + Me.ucrChkCarryColumns.TabIndex = 15 ' 'ucrInputValuesTo ' Me.ucrInputValuesTo.AddQuotesIfUnrecognised = True + Me.ucrInputValuesTo.AutoSize = True Me.ucrInputValuesTo.IsMultiline = False Me.ucrInputValuesTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputValuesTo, "ucrInputValuesTo") + Me.ucrInputValuesTo.Location = New System.Drawing.Point(87, 272) + Me.ucrInputValuesTo.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputValuesTo.Name = "ucrInputValuesTo" + Me.ucrInputValuesTo.Size = New System.Drawing.Size(75, 21) + Me.ucrInputValuesTo.TabIndex = 20 ' 'ucrReceiverColumnsToCarry ' + Me.ucrReceiverColumnsToCarry.AutoSize = True Me.ucrReceiverColumnsToCarry.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnsToCarry, "ucrReceiverColumnsToCarry") + Me.ucrReceiverColumnsToCarry.Location = New System.Drawing.Point(262, 240) + Me.ucrReceiverColumnsToCarry.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnsToCarry.Name = "ucrReceiverColumnsToCarry" Me.ucrReceiverColumnsToCarry.Selector = Nothing + Me.ucrReceiverColumnsToCarry.Size = New System.Drawing.Size(120, 97) Me.ucrReceiverColumnsToCarry.strNcFilePath = "" + Me.ucrReceiverColumnsToCarry.TabIndex = 16 Me.ucrReceiverColumnsToCarry.ucrSelector = Nothing ' 'ucrSelectorStack ' + Me.ucrSelectorStack.AutoSize = True Me.ucrSelectorStack.bDropUnusedFilterLevels = False Me.ucrSelectorStack.bShowHiddenColumns = False Me.ucrSelectorStack.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorStack, "ucrSelectorStack") + Me.ucrSelectorStack.Location = New System.Drawing.Point(10, 55) + Me.ucrSelectorStack.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStack.Name = "ucrSelectorStack" + Me.ucrSelectorStack.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorStack.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 387) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 25 ' 'ucrInputToken ' Me.ucrInputToken.AddQuotesIfUnrecognised = True + Me.ucrInputToken.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputToken.GetSetSelectedIndex = -1 Me.ucrInputToken.IsReadOnly = False - resources.ApplyResources(Me.ucrInputToken, "ucrInputToken") + Me.ucrInputToken.Location = New System.Drawing.Point(262, 119) Me.ucrInputToken.Name = "ucrInputToken" + Me.ucrInputToken.Size = New System.Drawing.Size(120, 21) + Me.ucrInputToken.TabIndex = 9 ' 'ucrInputFormat ' Me.ucrInputFormat.AddQuotesIfUnrecognised = True + Me.ucrInputFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFormat.GetSetSelectedIndex = -1 Me.ucrInputFormat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFormat, "ucrInputFormat") + Me.ucrInputFormat.Location = New System.Drawing.Point(262, 160) Me.ucrInputFormat.Name = "ucrInputFormat" + Me.ucrInputFormat.Size = New System.Drawing.Size(120, 21) + Me.ucrInputFormat.TabIndex = 11 ' 'ucrInputPattern ' Me.ucrInputPattern.AddQuotesIfUnrecognised = True + Me.ucrInputPattern.AutoSize = True Me.ucrInputPattern.IsMultiline = False Me.ucrInputPattern.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPattern, "ucrInputPattern") + Me.ucrInputPattern.Location = New System.Drawing.Point(262, 202) Me.ucrInputPattern.Name = "ucrInputPattern" + Me.ucrInputPattern.Size = New System.Drawing.Size(120, 21) + Me.ucrInputPattern.TabIndex = 13 ' 'ucrChkPunctuation ' + Me.ucrChkPunctuation.AutoSize = True Me.ucrChkPunctuation.Checked = False - resources.ApplyResources(Me.ucrChkPunctuation, "ucrChkPunctuation") + Me.ucrChkPunctuation.Location = New System.Drawing.Point(10, 273) Me.ucrChkPunctuation.Name = "ucrChkPunctuation" + Me.ucrChkPunctuation.Size = New System.Drawing.Size(156, 23) + Me.ucrChkPunctuation.TabIndex = 19 ' 'ucrChkDropMissingValues ' + Me.ucrChkDropMissingValues.AutoSize = True Me.ucrChkDropMissingValues.Checked = False - resources.ApplyResources(Me.ucrChkDropMissingValues, "ucrChkDropMissingValues") + Me.ucrChkDropMissingValues.Location = New System.Drawing.Point(10, 343) Me.ucrChkDropMissingValues.Name = "ucrChkDropMissingValues" + Me.ucrChkDropMissingValues.Size = New System.Drawing.Size(156, 23) + Me.ucrChkDropMissingValues.TabIndex = 26 ' 'ucrChkUrl ' + Me.ucrChkUrl.AutoSize = True Me.ucrChkUrl.Checked = False - resources.ApplyResources(Me.ucrChkUrl, "ucrChkUrl") + Me.ucrChkUrl.Location = New System.Drawing.Point(10, 297) Me.ucrChkUrl.Name = "ucrChkUrl" + Me.ucrChkUrl.Size = New System.Drawing.Size(156, 23) + Me.ucrChkUrl.TabIndex = 21 ' 'ucrChkDropPrefix ' + Me.ucrChkDropPrefix.AutoSize = True Me.ucrChkDropPrefix.Checked = False - resources.ApplyResources(Me.ucrChkDropPrefix, "ucrChkDropPrefix") + Me.ucrChkDropPrefix.Location = New System.Drawing.Point(10, 297) Me.ucrChkDropPrefix.Name = "ucrChkDropPrefix" + Me.ucrChkDropPrefix.Size = New System.Drawing.Size(105, 23) + Me.ucrChkDropPrefix.TabIndex = 27 ' 'ucrChkStackMultipleSets ' + Me.ucrChkStackMultipleSets.AutoSize = True Me.ucrChkStackMultipleSets.Checked = False - resources.ApplyResources(Me.ucrChkStackMultipleSets, "ucrChkStackMultipleSets") + Me.ucrChkStackMultipleSets.Location = New System.Drawing.Point(10, 320) Me.ucrChkStackMultipleSets.Name = "ucrChkStackMultipleSets" + Me.ucrChkStackMultipleSets.Size = New System.Drawing.Size(156, 23) + Me.ucrChkStackMultipleSets.TabIndex = 29 ' 'ucrFactorInto ' Me.ucrFactorInto.AddQuotesIfUnrecognised = True + Me.ucrFactorInto.AutoSize = True Me.ucrFactorInto.IsMultiline = False Me.ucrFactorInto.IsReadOnly = False - resources.ApplyResources(Me.ucrFactorInto, "ucrFactorInto") + Me.ucrFactorInto.Location = New System.Drawing.Point(82, 245) + Me.ucrFactorInto.Margin = New System.Windows.Forms.Padding(5) Me.ucrFactorInto.Name = "ucrFactorInto" + Me.ucrFactorInto.Size = New System.Drawing.Size(75, 21) + Me.ucrFactorInto.TabIndex = 32 ' 'ucrChkToLowerCase ' + Me.ucrChkToLowerCase.AutoSize = True Me.ucrChkToLowerCase.Checked = False - resources.ApplyResources(Me.ucrChkToLowerCase, "ucrChkToLowerCase") + Me.ucrChkToLowerCase.Location = New System.Drawing.Point(10, 246) Me.ucrChkToLowerCase.Name = "ucrChkToLowerCase" + Me.ucrChkToLowerCase.Size = New System.Drawing.Size(120, 23) + Me.ucrChkToLowerCase.TabIndex = 17 ' 'dlgStack ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 447) Me.Controls.Add(Me.ucrChkToLowerCase) Me.Controls.Add(Me.ucrInputNamesTo) Me.Controls.Add(Me.lblSets) @@ -368,7 +517,10 @@ Partial Class dlgStack Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgStack" + Me.RightToLeftLayout = True + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Stack_join_columns" + Me.Text = "Stack (Pivot Longer)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgStack.resx b/instat/dlgStack.resx index da5627a96c1..c484308c4c2 100644 --- a/instat/dlgStack.resx +++ b/instat/dlgStack.resx @@ -117,958 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 261, 65 - - - 93, 13 - - - 4 - - - Columns to Stack: - - - lblColumnsTostack - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 7, 274 - - - 54, 13 - - - 10 - - - Values to: - - - lblValuesTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - True - - - NoControl - - - 8, 250 - - - 55, 13 - - - 8 - - - Names to: - - - lblNamesTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - Button - - - Flat - - - NoControl - - - 109, 12 - - - 100, 28 - - - 1 - - - Pivot Longer - - - MiddleCenter - - - rdoPivotLonger - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 207, 12 - - - 100, 28 - - - 2 - - - Unnest - - - MiddleCenter - - - rdoUnnest - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 259, 105 - - - 41, 13 - - - 8 - - - Token: - - - lblToken - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 259, 145 - - - 42, 13 - - - 10 - - - Format: - - - lblFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - True - - - NoControl - - - 259, 186 - - - 80, 13 - - - 12 - - - Pattern/Option: - - - lblPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 23 - 17, 17 - - True - - - NoControl - - - 7, 326 - - - 42, 13 - - - 22 - - - Output: - - - lblOutput - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - NoControl - - - 261, 67 - - - 48, 13 - - - 5 - - - Variable: - - - lblVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 172, 323 - - - 31, 13 - - - 31 - - - Sets: - - - lblSets - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 8, 248 - - - 61, 13 - - - 33 - - - Factor Into: - - - lblFactorInto - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - 87, 247 - - - 5, 5, 5, 5 - - - 75, 21 - - - 18 - - - ucrInputNamesTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 210, 320 - - - 50, 20 - - - 30 - - - ucrNudNoSets - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 87, 296 - - - 5, 5, 5, 5 - - - 75, 21 - - - 28 - - - ucrInputDropPrefix - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 262, 189 - - - 130, 20 - - - 14 - - - ucrChkCarryAllColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 87, 323 - - - 75, 21 - - - 23 - - - ucrInputOutput - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - 39 - - 6, 13 - - - True - - - 418, 447 - - - 10, 246 - - - 120, 20 - - - 17 - - - ucrChkToLowerCase - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 262, 81 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverTextColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 87, 3 - - - 239, 49 - - - 0 - - - ucrPnlStack - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 262, 217 - - - 4, 4, 4, 4 - - - 120, 20 - - - 15 - - - ucrChkCarryColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 87, 272 - - - 5, 5, 5, 5 - - - 75, 21 - - - 20 - - - ucrInputValuesTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 262, 240 - - - 0, 0, 0, 0 - - - 120, 97 - - - 16 - - - ucrReceiverColumnsToCarry - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 10, 55 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorStack - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - True - - - 10, 387 - - - 4, 4, 4, 4 - - - 413, 52 - - - 25 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 262, 119 - - - 120, 21 - - - 9 - - - ucrInputToken - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 262, 160 - - - 120, 21 - - - 11 - - - ucrInputFormat - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 262, 202 - - - 120, 21 - - - 13 - - - ucrInputPattern - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 10, 273 - - - 156, 15 - - - 19 - - - ucrChkPunctuation - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 10, 343 - - - 156, 17 - - - 26 - - - ucrChkDropMissingValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 10, 297 - - - 156, 17 - - - 21 - - - ucrChkUrl - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - 10, 297 - - - 105, 17 - - - 27 - - - ucrChkDropPrefix - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 29 - - - 10, 320 - - - 156, 17 - - - 29 - - - ucrChkStackMultipleSets - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 82, 245 - - - 5, 5, 5, 5 - - - 75, 21 - - - 32 - - - ucrFactorInto - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 32 - - - 8, 364 - - - 4, 5, 4, 5 - - - 372, 20 - - - 24 - - - ucrSaveNewDataName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 33 - - - True - - - CenterScreen - - - Stack (Pivot Longer) - - - ttPattern - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgStack - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 262, 81 - - - 0, 0, 0, 0 - - - 120, 103 - - - 7 - - - ucrReceiverColumnsToBeStack - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - \ No newline at end of file diff --git a/instat/dlgStackDailyData.Designer.vb b/instat/dlgStackDailyData.Designer.vb index a1d496ff911..89dbf1c4e1a 100644 --- a/instat/dlgStackDailyData.Designer.vb +++ b/instat/dlgStackDailyData.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgStackDailyData 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 182) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 57) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgStackDailyData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(420, 254) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgStandardiseCountryNames.Designer.vb b/instat/dlgStandardiseCountryNames.Designer.vb index fc8cf8748dc..dbd223f46b0 100644 --- a/instat/dlgStandardiseCountryNames.Designer.vb +++ b/instat/dlgStandardiseCountryNames.Designer.vb @@ -56,13 +56,15 @@ Partial Class dlgStandardiseCountryNames 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 198) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 3 ' 'ucrReceiverCountryNames ' + Me.ucrReceiverCountryNames.AutoSize = True Me.ucrReceiverCountryNames.frmParent = Me Me.ucrReceiverCountryNames.Location = New System.Drawing.Point(267, 60) Me.ucrReceiverCountryNames.Margin = New System.Windows.Forms.Padding(0) @@ -75,19 +77,20 @@ Partial Class dlgStandardiseCountryNames ' 'ucrSelectorStandardiseCountry ' + Me.ucrSelectorStandardiseCountry.AutoSize = True Me.ucrSelectorStandardiseCountry.bDropUnusedFilterLevels = False Me.ucrSelectorStandardiseCountry.bShowHiddenColumns = False Me.ucrSelectorStandardiseCountry.bUseCurrentFilter = True Me.ucrSelectorStandardiseCountry.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorStandardiseCountry.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStandardiseCountry.Name = "ucrSelectorStandardiseCountry" - Me.ucrSelectorStandardiseCountry.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorStandardiseCountry.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorStandardiseCountry.TabIndex = 0 ' 'dlgStandardiseCountryNames ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 253) Me.Controls.Add(Me.lblCountryNames) diff --git a/instat/dlgStartofRains.Designer.vb b/instat/dlgStartofRains.Designer.vb index 3d410d9e36a..ea3a0db2d9d 100644 --- a/instat/dlgStartofRains.Designer.vb +++ b/instat/dlgStartofRains.Designer.vb @@ -131,6 +131,7 @@ Partial Class dlgStartofRains ' 'ucrNudDPOverallInterval ' + Me.ucrNudDPOverallInterval.AutoSize = True Me.ucrNudDPOverallInterval.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDPOverallInterval.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDPOverallInterval.Location = New System.Drawing.Point(641, 145) @@ -143,6 +144,7 @@ Partial Class dlgStartofRains ' 'ucrNudDSMaximumDays ' + Me.ucrNudDSMaximumDays.AutoSize = True Me.ucrNudDSMaximumDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDSMaximumDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDSMaximumDays.Location = New System.Drawing.Point(255, 112) @@ -155,6 +157,7 @@ Partial Class dlgStartofRains ' 'ucrNudDSLengthOfTime ' + Me.ucrNudDSLengthOfTime.AutoSize = True Me.ucrNudDSLengthOfTime.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDSLengthOfTime.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDSLengthOfTime.Location = New System.Drawing.Point(459, 112) @@ -176,6 +179,7 @@ Partial Class dlgStartofRains ' 'ucrNudRDMinimumDays ' + Me.ucrNudRDMinimumDays.AutoSize = True Me.ucrNudRDMinimumDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRDMinimumDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudRDMinimumDays.Location = New System.Drawing.Point(255, 79) @@ -188,6 +192,7 @@ Partial Class dlgStartofRains ' 'ucrNudDPRainPeriod ' + Me.ucrNudDPRainPeriod.AutoSize = True Me.ucrNudDPRainPeriod.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDPRainPeriod.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDPRainPeriod.Location = New System.Drawing.Point(459, 145) @@ -209,10 +214,11 @@ Partial Class dlgStartofRains ' 'ucrChkDryPeriod ' + Me.ucrChkDryPeriod.AutoSize = True Me.ucrChkDryPeriod.Checked = False Me.ucrChkDryPeriod.Location = New System.Drawing.Point(4, 145) Me.ucrChkDryPeriod.Name = "ucrChkDryPeriod" - Me.ucrChkDryPeriod.Size = New System.Drawing.Size(94, 20) + Me.ucrChkDryPeriod.Size = New System.Drawing.Size(94, 23) Me.ucrChkDryPeriod.TabIndex = 19 ' 'lblDSLengthofTime @@ -235,6 +241,7 @@ Partial Class dlgStartofRains ' 'ucrNudRDOutOfDays ' + Me.ucrNudRDOutOfDays.AutoSize = True Me.ucrNudRDOutOfDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRDOutOfDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudRDOutOfDays.Location = New System.Drawing.Point(459, 79) @@ -247,6 +254,7 @@ Partial Class dlgStartofRains ' 'ucrNudDPMaxRain ' + Me.ucrNudDPMaxRain.AutoSize = True Me.ucrNudDPMaxRain.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDPMaxRain.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDPMaxRain.Location = New System.Drawing.Point(255, 145) @@ -259,10 +267,11 @@ Partial Class dlgStartofRains ' 'ucrChkDrySpell ' + Me.ucrChkDrySpell.AutoSize = True Me.ucrChkDrySpell.Checked = False Me.ucrChkDrySpell.Location = New System.Drawing.Point(4, 112) Me.ucrChkDrySpell.Name = "ucrChkDrySpell" - Me.ucrChkDrySpell.Size = New System.Drawing.Size(94, 20) + Me.ucrChkDrySpell.Size = New System.Drawing.Size(94, 23) Me.ucrChkDrySpell.TabIndex = 14 ' 'lblDSMaximumDays @@ -304,14 +313,16 @@ Partial Class dlgStartofRains ' 'ucrChkNumberOfRainyDays ' + Me.ucrChkNumberOfRainyDays.AutoSize = True Me.ucrChkNumberOfRainyDays.Checked = False Me.ucrChkNumberOfRainyDays.Location = New System.Drawing.Point(4, 79) Me.ucrChkNumberOfRainyDays.Name = "ucrChkNumberOfRainyDays" - Me.ucrChkNumberOfRainyDays.Size = New System.Drawing.Size(143, 20) + Me.ucrChkNumberOfRainyDays.Size = New System.Drawing.Size(143, 23) Me.ucrChkNumberOfRainyDays.TabIndex = 9 ' 'ucrNudTROverDays ' + Me.ucrNudTROverDays.AutoSize = True Me.ucrNudTROverDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTROverDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTROverDays.Location = New System.Drawing.Point(235, 22) @@ -324,6 +335,7 @@ Partial Class dlgStartofRains ' 'ucrNudTRAmount ' + Me.ucrNudTRAmount.AutoSize = True Me.ucrNudTRAmount.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTRAmount.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTRAmount.Location = New System.Drawing.Point(569, 22) @@ -345,14 +357,16 @@ Partial Class dlgStartofRains ' 'ucrChkTotalRainfall ' + Me.ucrChkTotalRainfall.AutoSize = True Me.ucrChkTotalRainfall.Checked = False Me.ucrChkTotalRainfall.Location = New System.Drawing.Point(4, 22) Me.ucrChkTotalRainfall.Name = "ucrChkTotalRainfall" - Me.ucrChkTotalRainfall.Size = New System.Drawing.Size(131, 20) + Me.ucrChkTotalRainfall.Size = New System.Drawing.Size(131, 23) Me.ucrChkTotalRainfall.TabIndex = 0 ' 'ucrNudTRPercentile ' + Me.ucrNudTRPercentile.AutoSize = True Me.ucrNudTRPercentile.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTRPercentile.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTRPercentile.Location = New System.Drawing.Point(569, 48) @@ -387,6 +401,7 @@ Partial Class dlgStartofRains ' 'ucrPnlTRCalculateBy ' + Me.ucrPnlTRCalculateBy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlTRCalculateBy.Location = New System.Drawing.Point(476, 17) Me.ucrPnlTRCalculateBy.Name = "ucrPnlTRCalculateBy" Me.ucrPnlTRCalculateBy.Size = New System.Drawing.Size(146, 62) @@ -407,6 +422,7 @@ Partial Class dlgStartofRains 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = True Me.ucrInputFilterPreview.Location = New System.Drawing.Point(277, 13) @@ -427,6 +443,7 @@ Partial Class dlgStartofRains ' 'ucrNudThreshold ' + Me.ucrNudThreshold.AutoSize = True Me.ucrNudThreshold.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudThreshold.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudThreshold.Location = New System.Drawing.Point(69, 11) @@ -508,6 +525,7 @@ Partial Class dlgStartofRains 'ucrInputNewStatusColumnName ' Me.ucrInputNewStatusColumnName.AddQuotesIfUnrecognised = True + Me.ucrInputNewStatusColumnName.AutoSize = True Me.ucrInputNewStatusColumnName.IsMultiline = False Me.ucrInputNewStatusColumnName.IsReadOnly = False Me.ucrInputNewStatusColumnName.Location = New System.Drawing.Point(494, 18) @@ -517,23 +535,26 @@ Partial Class dlgStartofRains ' 'ucrChkAsDate ' + Me.ucrChkAsDate.AutoSize = True Me.ucrChkAsDate.Checked = False Me.ucrChkAsDate.Location = New System.Drawing.Point(227, 18) Me.ucrChkAsDate.Name = "ucrChkAsDate" - Me.ucrChkAsDate.Size = New System.Drawing.Size(51, 20) + Me.ucrChkAsDate.Size = New System.Drawing.Size(51, 23) Me.ucrChkAsDate.TabIndex = 16 ' 'ucrChkStatus ' + Me.ucrChkStatus.AutoSize = True Me.ucrChkStatus.Checked = False Me.ucrChkStatus.Location = New System.Drawing.Point(405, 18) Me.ucrChkStatus.Name = "ucrChkStatus" - Me.ucrChkStatus.Size = New System.Drawing.Size(84, 20) + Me.ucrChkStatus.Size = New System.Drawing.Size(84, 23) Me.ucrChkStatus.TabIndex = 18 ' 'ucrInputNewDateColumnName ' Me.ucrInputNewDateColumnName.AddQuotesIfUnrecognised = True + Me.ucrInputNewDateColumnName.AutoSize = True Me.ucrInputNewDateColumnName.IsMultiline = False Me.ucrInputNewDateColumnName.IsReadOnly = False Me.ucrInputNewDateColumnName.Location = New System.Drawing.Point(281, 18) @@ -543,15 +564,17 @@ Partial Class dlgStartofRains ' 'ucrChkAsDoy ' + Me.ucrChkAsDoy.AutoSize = True Me.ucrChkAsDoy.Checked = False Me.ucrChkAsDoy.Location = New System.Drawing.Point(13, 477) Me.ucrChkAsDoy.Name = "ucrChkAsDoy" - Me.ucrChkAsDoy.Size = New System.Drawing.Size(83, 20) + Me.ucrChkAsDoy.Size = New System.Drawing.Size(83, 23) Me.ucrChkAsDoy.TabIndex = 14 ' 'ucrInputNewDoyColumnName ' Me.ucrInputNewDoyColumnName.AddQuotesIfUnrecognised = True + Me.ucrInputNewDoyColumnName.AutoSize = True Me.ucrInputNewDoyColumnName.IsMultiline = False Me.ucrInputNewDoyColumnName.IsReadOnly = False Me.ucrInputNewDoyColumnName.Location = New System.Drawing.Point(99, 477) @@ -561,6 +584,7 @@ Partial Class dlgStartofRains ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(260, 45) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -573,6 +597,7 @@ Partial Class dlgStartofRains ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(260, 88) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -585,6 +610,7 @@ Partial Class dlgStartofRains ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(260, 131) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -597,6 +623,7 @@ Partial Class dlgStartofRains ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me Me.ucrReceiverDOY.Location = New System.Drawing.Point(260, 174) Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) @@ -609,6 +636,7 @@ Partial Class dlgStartofRains ' 'ucrReceiverRainfall ' + Me.ucrReceiverRainfall.AutoSize = True Me.ucrReceiverRainfall.frmParent = Me Me.ucrReceiverRainfall.Location = New System.Drawing.Point(260, 217) Me.ucrReceiverRainfall.Margin = New System.Windows.Forms.Padding(0) @@ -621,18 +649,20 @@ Partial Class dlgStartofRains ' 'ucrSelectorForStartofRains ' + Me.ucrSelectorForStartofRains.AutoSize = True Me.ucrSelectorForStartofRains.bDropUnusedFilterLevels = False Me.ucrSelectorForStartofRains.bShowHiddenColumns = False Me.ucrSelectorForStartofRains.bUseCurrentFilter = True Me.ucrSelectorForStartofRains.Location = New System.Drawing.Point(5, 9) Me.ucrSelectorForStartofRains.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForStartofRains.Name = "ucrSelectorForStartofRains" - Me.ucrSelectorForStartofRains.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForStartofRains.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForStartofRains.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 514) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -640,8 +670,8 @@ Partial Class dlgStartofRains ' 'dlgStartofRains ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(696, 573) Me.Controls.Add(Me.lblRainfall) @@ -673,6 +703,7 @@ Partial Class dlgStartofRains Me.grpRainParameters.ResumeLayout(False) Me.grpRainParameters.PerformLayout() Me.grpDisplay.ResumeLayout(False) + Me.grpDisplay.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgStemAndLeaf.Designer.vb b/instat/dlgStemAndLeaf.Designer.vb index 58d25425368..f6ffe01af9b 100644 --- a/instat/dlgStemAndLeaf.Designer.vb +++ b/instat/dlgStemAndLeaf.Designer.vb @@ -46,6 +46,7 @@ Partial Class dlgStemAndLeaf ' 'ucrReceiverStemAndLeaf ' + Me.ucrReceiverStemAndLeaf.AutoSize = True Me.ucrReceiverStemAndLeaf.frmParent = Me Me.ucrReceiverStemAndLeaf.Location = New System.Drawing.Point(256, 60) Me.ucrReceiverStemAndLeaf.Margin = New System.Windows.Forms.Padding(0) @@ -59,9 +60,10 @@ Partial Class dlgStemAndLeaf 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 201) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 3 ' 'lblSelectedVariable @@ -76,6 +78,7 @@ Partial Class dlgStemAndLeaf ' 'ucrStemLeafSelector ' + Me.ucrStemLeafSelector.AutoSize = True Me.ucrStemLeafSelector.bDropUnusedFilterLevels = False Me.ucrStemLeafSelector.bShowHiddenColumns = False Me.ucrStemLeafSelector.bUseCurrentFilter = True @@ -87,8 +90,8 @@ Partial Class dlgStemAndLeaf ' 'dlgStemAndLeaf ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 259) Me.Controls.Add(Me.ucrStemLeafSelector) diff --git a/instat/dlgStringDistance.Designer.vb b/instat/dlgStringDistance.Designer.vb index b5be2a17372..19032d8d9d7 100644 --- a/instat/dlgStringDistance.Designer.vb +++ b/instat/dlgStringDistance.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgStringDistance 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgStringDistance)) Me.lblColumn = New System.Windows.Forms.Label() Me.lblPattern = New System.Windows.Forms.Label() Me.lblMethod = New System.Windows.Forms.Label() @@ -57,105 +56,164 @@ Partial Class dlgStringDistance ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.Location = New System.Drawing.Point(257, 88) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 4 + Me.lblColumn.Text = "Column:" ' 'lblPattern ' - resources.ApplyResources(Me.lblPattern, "lblPattern") + Me.lblPattern.AutoSize = True + Me.lblPattern.Location = New System.Drawing.Point(257, 133) Me.lblPattern.Name = "lblPattern" + Me.lblPattern.Size = New System.Drawing.Size(44, 13) + Me.lblPattern.TabIndex = 3 + Me.lblPattern.Text = "Pattern:" ' 'lblMethod ' - resources.ApplyResources(Me.lblMethod, "lblMethod") + Me.lblMethod.AutoSize = True + Me.lblMethod.Location = New System.Drawing.Point(257, 179) Me.lblMethod.Name = "lblMethod" + Me.lblMethod.Size = New System.Drawing.Size(46, 13) + Me.lblMethod.TabIndex = 8 + Me.lblMethod.Text = "Method:" ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoColumn.FlatAppearance.BorderSize = 2 Me.rdoColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoColumn.Location = New System.Drawing.Point(206, 12) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(91, 27) + Me.rdoColumn.TabIndex = 2 Me.rdoColumn.TabStop = True + Me.rdoColumn.Text = "Column" + Me.rdoColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumn.UseVisualStyleBackColor = True ' 'rdoString ' - resources.ApplyResources(Me.rdoString, "rdoString") + Me.rdoString.Appearance = System.Windows.Forms.Appearance.Button Me.rdoString.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoString.FlatAppearance.BorderSize = 2 Me.rdoString.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoString.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoString.Location = New System.Drawing.Point(118, 12) Me.rdoString.Name = "rdoString" + Me.rdoString.Size = New System.Drawing.Size(91, 27) + Me.rdoString.TabIndex = 1 Me.rdoString.TabStop = True + Me.rdoString.Text = "String" + Me.rdoString.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoString.UseVisualStyleBackColor = True ' 'lblColumnString ' - resources.ApplyResources(Me.lblColumnString, "lblColumnString") + Me.lblColumnString.AutoSize = True + Me.lblColumnString.Location = New System.Drawing.Point(257, 134) Me.lblColumnString.Name = "lblColumnString" + Me.lblColumnString.Size = New System.Drawing.Size(92, 13) + Me.lblColumnString.TabIndex = 6 + Me.lblColumnString.Text = "Matching Column:" ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumn, "ucrReceiverColumn") + Me.ucrReceiverColumn.Location = New System.Drawing.Point(257, 148) + Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumn.Name = "ucrReceiverColumn" Me.ucrReceiverColumn.Selector = Nothing + Me.ucrReceiverColumn.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverColumn.strNcFilePath = "" + Me.ucrReceiverColumn.TabIndex = 7 Me.ucrReceiverColumn.ucrSelector = Nothing ' 'ucrSelectorStringDistance ' + Me.ucrSelectorStringDistance.AutoSize = True Me.ucrSelectorStringDistance.bDropUnusedFilterLevels = False Me.ucrSelectorStringDistance.bShowHiddenColumns = False Me.ucrSelectorStringDistance.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorStringDistance, "ucrSelectorStringDistance") + Me.ucrSelectorStringDistance.Location = New System.Drawing.Point(10, 53) + Me.ucrSelectorStringDistance.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStringDistance.Name = "ucrSelectorStringDistance" + Me.ucrSelectorStringDistance.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorStringDistance.TabIndex = 3 ' 'ucrInputComboBoxMethod ' Me.ucrInputComboBoxMethod.AddQuotesIfUnrecognised = True + Me.ucrInputComboBoxMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboBoxMethod.GetSetSelectedIndex = -1 Me.ucrInputComboBoxMethod.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboBoxMethod, "ucrInputComboBoxMethod") + Me.ucrInputComboBoxMethod.Location = New System.Drawing.Point(257, 194) Me.ucrInputComboBoxMethod.Name = "ucrInputComboBoxMethod" + Me.ucrInputComboBoxMethod.Size = New System.Drawing.Size(137, 21) + Me.ucrInputComboBoxMethod.TabIndex = 9 ' 'ucrSaveStringDistance ' - resources.ApplyResources(Me.ucrSaveStringDistance, "ucrSaveStringDistance") + Me.ucrSaveStringDistance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveStringDistance.Location = New System.Drawing.Point(10, 240) + Me.ucrSaveStringDistance.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveStringDistance.Name = "ucrSaveStringDistance" + Me.ucrSaveStringDistance.Size = New System.Drawing.Size(327, 22) + Me.ucrSaveStringDistance.TabIndex = 10 ' 'ucrInputPatternStringDistance ' Me.ucrInputPatternStringDistance.AddQuotesIfUnrecognised = True + Me.ucrInputPatternStringDistance.AutoSize = True Me.ucrInputPatternStringDistance.IsMultiline = False Me.ucrInputPatternStringDistance.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPatternStringDistance, "ucrInputPatternStringDistance") + Me.ucrInputPatternStringDistance.Location = New System.Drawing.Point(257, 148) Me.ucrInputPatternStringDistance.Name = "ucrInputPatternStringDistance" + Me.ucrInputPatternStringDistance.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPatternStringDistance.TabIndex = 4 ' 'ucrReceiverStringDistance ' + Me.ucrReceiverStringDistance.AutoSize = True Me.ucrReceiverStringDistance.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStringDistance, "ucrReceiverStringDistance") + Me.ucrReceiverStringDistance.Location = New System.Drawing.Point(257, 103) + Me.ucrReceiverStringDistance.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStringDistance.Name = "ucrReceiverStringDistance" Me.ucrReceiverStringDistance.Selector = Nothing + Me.ucrReceiverStringDistance.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverStringDistance.strNcFilePath = "" + Me.ucrReceiverStringDistance.TabIndex = 5 Me.ucrReceiverStringDistance.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 270) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrPnlStringDist ' - resources.ApplyResources(Me.ucrPnlStringDist, "ucrPnlStringDist") + Me.ucrPnlStringDist.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlStringDist.Location = New System.Drawing.Point(70, 8) Me.ucrPnlStringDist.Name = "ucrPnlStringDist" + Me.ucrPnlStringDist.Size = New System.Drawing.Size(250, 36) + Me.ucrPnlStringDist.TabIndex = 0 ' 'dlgStringDistance ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 325) Me.Controls.Add(Me.lblColumnString) Me.Controls.Add(Me.ucrReceiverColumn) Me.Controls.Add(Me.rdoString) @@ -174,6 +232,8 @@ Partial Class dlgStringDistance Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgStringDistance" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "String Distance" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgStringDistance.resx b/instat/dlgStringDistance.resx index fff13907292..29dcb1b3a35 100644 --- a/instat/dlgStringDistance.resx +++ b/instat/dlgStringDistance.resx @@ -117,388 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 257, 88 - - - 45, 13 - - - 4 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - 257, 133 - - - 44, 13 - - - 3 - - - Pattern: - - - lblPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 257, 179 - - - 46, 13 - - - 8 - - - Method: - - - lblMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - - Button - - - Flat - - - 206, 12 - - - 91, 27 - - - 2 - - - Column - - - MiddleCenter - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - 118, 12 - - - 91, 27 - - - 1 - - - String - - - MiddleCenter - - - rdoString - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 257, 134 - - - 92, 13 - - - 6 - - - Matching Column: - - - lblColumnString - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 415, 325 - - - 10, 53 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorStringDistance - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 257, 194 - - - 137, 21 - - - 9 - - - ucrInputComboBoxMethod - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 240 - - - 4, 5, 4, 5 - - - 327, 22 - - - 10 - - - ucrSaveStringDistance - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 257, 148 - - - 137, 21 - - - 4 - - - ucrInputPatternStringDistance - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 257, 103 - - - 0, 0, 0, 0 - - - 137, 20 - - - 5 - - - ucrReceiverStringDistance - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 10, 270 - - - 405, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 70, 8 - - - 250, 36 - - - 0 - - - ucrPnlStringDist - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - CenterScreen - - - String Distance - - - dlgStringDistance - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 257, 148 - - - 0, 0, 0, 0 - - - 137, 20 - - - 7 - - - ucrReceiverColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgStringHandling.Designer.vb b/instat/dlgStringHandling.Designer.vb index 0b3152ec641..86a0d85cdd2 100644 --- a/instat/dlgStringHandling.Designer.vb +++ b/instat/dlgStringHandling.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgStringHandling 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgStringHandling)) Me.lblColumn = New System.Windows.Forms.Label() Me.lblReplaceBy = New System.Windows.Forms.Label() Me.lblPattern = New System.Windows.Forms.Label() @@ -90,77 +89,134 @@ Partial Class dlgStringHandling ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumn.Location = New System.Drawing.Point(263, 80) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 8 + Me.lblColumn.Text = "Column:" ' 'lblReplaceBy ' - resources.ApplyResources(Me.lblReplaceBy, "lblReplaceBy") + Me.lblReplaceBy.AutoSize = True + Me.lblReplaceBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblReplaceBy.Location = New System.Drawing.Point(264, 168) Me.lblReplaceBy.Name = "lblReplaceBy" + Me.lblReplaceBy.Size = New System.Drawing.Size(65, 13) + Me.lblReplaceBy.TabIndex = 12 + Me.lblReplaceBy.Text = "Replace By:" ' 'lblPattern ' - resources.ApplyResources(Me.lblPattern, "lblPattern") + Me.lblPattern.AutoSize = True + Me.lblPattern.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPattern.Location = New System.Drawing.Point(264, 122) Me.lblPattern.Name = "lblPattern" + Me.lblPattern.Size = New System.Drawing.Size(44, 13) + Me.lblPattern.TabIndex = 10 + Me.lblPattern.Text = "Pattern:" ' 'rdoCount ' - resources.ApplyResources(Me.rdoCount, "rdoCount") + Me.rdoCount.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCount.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCount.FlatAppearance.BorderSize = 2 Me.rdoCount.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoCount.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCount.Location = New System.Drawing.Point(10, 4) Me.rdoCount.Name = "rdoCount" + Me.rdoCount.Size = New System.Drawing.Size(86, 41) + Me.rdoCount.TabIndex = 1 Me.rdoCount.TabStop = True + Me.rdoCount.Text = " Word Count" + Me.rdoCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCount.UseVisualStyleBackColor = True ' 'rdoReplace ' - resources.ApplyResources(Me.rdoReplace, "rdoReplace") + Me.rdoReplace.Appearance = System.Windows.Forms.Appearance.Button Me.rdoReplace.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoReplace.FlatAppearance.BorderSize = 2 Me.rdoReplace.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoReplace.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoReplace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoReplace.Location = New System.Drawing.Point(328, 4) Me.rdoReplace.Name = "rdoReplace" + Me.rdoReplace.Size = New System.Drawing.Size(80, 41) + Me.rdoReplace.TabIndex = 5 Me.rdoReplace.TabStop = True + Me.rdoReplace.Text = "Replace" + Me.rdoReplace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoReplace.UseVisualStyleBackColor = True ' 'rdoLocate ' - resources.ApplyResources(Me.rdoLocate, "rdoLocate") + Me.rdoLocate.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLocate.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLocate.FlatAppearance.BorderSize = 2 Me.rdoLocate.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLocate.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLocate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLocate.Location = New System.Drawing.Point(250, 4) Me.rdoLocate.Name = "rdoLocate" + Me.rdoLocate.Size = New System.Drawing.Size(80, 41) + Me.rdoLocate.TabIndex = 4 Me.rdoLocate.TabStop = True + Me.rdoLocate.Text = "Locate" + Me.rdoLocate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLocate.UseVisualStyleBackColor = True ' 'rdoExtract ' - resources.ApplyResources(Me.rdoExtract, "rdoExtract") + Me.rdoExtract.Appearance = System.Windows.Forms.Appearance.Button Me.rdoExtract.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoExtract.FlatAppearance.BorderSize = 2 Me.rdoExtract.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoExtract.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoExtract.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoExtract.Location = New System.Drawing.Point(172, 4) Me.rdoExtract.Name = "rdoExtract" + Me.rdoExtract.Size = New System.Drawing.Size(80, 41) + Me.rdoExtract.TabIndex = 3 Me.rdoExtract.TabStop = True + Me.rdoExtract.Text = "Extract" + Me.rdoExtract.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoExtract.UseVisualStyleBackColor = True ' 'rdoDetect ' - resources.ApplyResources(Me.rdoDetect, "rdoDetect") + Me.rdoDetect.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDetect.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDetect.FlatAppearance.BorderSize = 2 Me.rdoDetect.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDetect.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDetect.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDetect.Location = New System.Drawing.Point(94, 4) Me.rdoDetect.Name = "rdoDetect" + Me.rdoDetect.Size = New System.Drawing.Size(80, 41) + Me.rdoDetect.TabIndex = 2 Me.rdoDetect.TabStop = True + Me.rdoDetect.Text = "Detect" + Me.rdoDetect.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDetect.UseVisualStyleBackColor = True ' 'rdoReplaceAll ' - resources.ApplyResources(Me.rdoReplaceAll, "rdoReplaceAll") + Me.rdoReplaceAll.Appearance = System.Windows.Forms.Appearance.Button Me.rdoReplaceAll.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoReplaceAll.FlatAppearance.BorderSize = 2 Me.rdoReplaceAll.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoReplaceAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoReplaceAll.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoReplaceAll.Location = New System.Drawing.Point(404, 4) Me.rdoReplaceAll.Name = "rdoReplaceAll" + Me.rdoReplaceAll.Size = New System.Drawing.Size(85, 41) + Me.rdoReplaceAll.TabIndex = 6 Me.rdoReplaceAll.TabStop = True + Me.rdoReplaceAll.Text = "Replace All" + Me.rdoReplaceAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoReplaceAll.UseVisualStyleBackColor = True ' 'grpRegex @@ -188,241 +244,413 @@ Partial Class dlgStringHandling Me.grpRegex.Controls.Add(Me.cmdBackSlashb) Me.grpRegex.Controls.Add(Me.cmdSbackSlash) Me.grpRegex.Controls.Add(Me.cmdOr) - resources.ApplyResources(Me.grpRegex, "grpRegex") + Me.grpRegex.Location = New System.Drawing.Point(423, 81) + Me.grpRegex.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpRegex.Name = "grpRegex" + Me.grpRegex.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpRegex.Size = New System.Drawing.Size(239, 141) + Me.grpRegex.TabIndex = 18 Me.grpRegex.TabStop = False + Me.grpRegex.Text = "Regex Keyboard" ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.75!) + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(198, 75) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(37, 60) + Me.cmdClear.TabIndex = 17 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdBackSlash ' - resources.ApplyResources(Me.cmdBackSlash, "cmdBackSlash") + Me.cmdBackSlash.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBackSlash.Location = New System.Drawing.Point(159, 105) + Me.cmdBackSlash.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBackSlash.Name = "cmdBackSlash" + Me.cmdBackSlash.Size = New System.Drawing.Size(38, 30) + Me.cmdBackSlash.TabIndex = 22 + Me.cmdBackSlash.Text = "\ " Me.cmdBackSlash.UseVisualStyleBackColor = True ' 'cmdWBackSlash ' - resources.ApplyResources(Me.cmdWBackSlash, "cmdWBackSlash") + Me.cmdWBackSlash.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdWBackSlash.Location = New System.Drawing.Point(159, 75) + Me.cmdWBackSlash.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdWBackSlash.Name = "cmdWBackSlash" + Me.cmdWBackSlash.Size = New System.Drawing.Size(38, 30) + Me.cmdWBackSlash.TabIndex = 16 + Me.cmdWBackSlash.Text = "\ W" Me.cmdWBackSlash.UseVisualStyleBackColor = True ' 'cmdDollarSign ' - resources.ApplyResources(Me.cmdDollarSign, "cmdDollarSign") + Me.cmdDollarSign.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDollarSign.Location = New System.Drawing.Point(198, 45) + Me.cmdDollarSign.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDollarSign.Name = "cmdDollarSign" + Me.cmdDollarSign.Size = New System.Drawing.Size(38, 30) + Me.cmdDollarSign.TabIndex = 11 + Me.cmdDollarSign.Text = "$" Me.cmdDollarSign.UseVisualStyleBackColor = True ' 'cmdOpenCloseParenthesis ' - resources.ApplyResources(Me.cmdOpenCloseParenthesis, "cmdOpenCloseParenthesis") + Me.cmdOpenCloseParenthesis.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpenCloseParenthesis.Location = New System.Drawing.Point(198, 15) + Me.cmdOpenCloseParenthesis.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpenCloseParenthesis.Name = "cmdOpenCloseParenthesis" + Me.cmdOpenCloseParenthesis.Size = New System.Drawing.Size(38, 30) + Me.cmdOpenCloseParenthesis.TabIndex = 5 + Me.cmdOpenCloseParenthesis.Text = "( )" Me.cmdOpenCloseParenthesis.UseVisualStyleBackColor = True ' 'cmdBackSlashd ' - resources.ApplyResources(Me.cmdBackSlashd, "cmdBackSlashd") + Me.cmdBackSlashd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBackSlashd.Location = New System.Drawing.Point(81, 105) + Me.cmdBackSlashd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBackSlashd.Name = "cmdBackSlashd" + Me.cmdBackSlashd.Size = New System.Drawing.Size(38, 30) + Me.cmdBackSlashd.TabIndex = 20 + Me.cmdBackSlashd.Text = "\ d" Me.cmdBackSlashd.UseVisualStyleBackColor = True ' 'cmdBackSlashs ' - resources.ApplyResources(Me.cmdBackSlashs, "cmdBackSlashs") + Me.cmdBackSlashs.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!) + Me.cmdBackSlashs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBackSlashs.Location = New System.Drawing.Point(3, 105) + Me.cmdBackSlashs.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBackSlashs.Name = "cmdBackSlashs" + Me.cmdBackSlashs.Size = New System.Drawing.Size(38, 30) + Me.cmdBackSlashs.TabIndex = 18 Me.cmdBackSlashs.Tag = "Del" + Me.cmdBackSlashs.Text = "\ s" Me.cmdBackSlashs.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(159, 45) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(38, 30) + Me.cmdPower.TabIndex = 10 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdOpenBracketCaretClosedBracket ' - resources.ApplyResources(Me.cmdOpenBracketCaretClosedBracket, "cmdOpenBracketCaretClosedBracket") + Me.cmdOpenBracketCaretClosedBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpenBracketCaretClosedBracket.Location = New System.Drawing.Point(120, 15) + Me.cmdOpenBracketCaretClosedBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpenBracketCaretClosedBracket.Name = "cmdOpenBracketCaretClosedBracket" + Me.cmdOpenBracketCaretClosedBracket.Size = New System.Drawing.Size(38, 30) + Me.cmdOpenBracketCaretClosedBracket.TabIndex = 3 + Me.cmdOpenBracketCaretClosedBracket.Text = "[ ^ ]" Me.cmdOpenBracketCaretClosedBracket.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(42, 45) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(38, 30) + Me.cmdPlus.TabIndex = 7 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdBackSlashw ' - resources.ApplyResources(Me.cmdBackSlashw, "cmdBackSlashw") + Me.cmdBackSlashw.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBackSlashw.Location = New System.Drawing.Point(120, 75) + Me.cmdBackSlashw.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBackSlashw.Name = "cmdBackSlashw" + Me.cmdBackSlashw.Size = New System.Drawing.Size(38, 30) + Me.cmdBackSlashw.TabIndex = 15 + Me.cmdBackSlashw.Text = "\ w" Me.cmdBackSlashw.UseVisualStyleBackColor = True ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(120, 45) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(38, 30) + Me.cmdMultiply.TabIndex = 9 + Me.cmdMultiply.Text = "." Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdOpenCloseBrace ' - resources.ApplyResources(Me.cmdOpenCloseBrace, "cmdOpenCloseBrace") + Me.cmdOpenCloseBrace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpenCloseBrace.Location = New System.Drawing.Point(159, 15) + Me.cmdOpenCloseBrace.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpenCloseBrace.Name = "cmdOpenCloseBrace" + Me.cmdOpenCloseBrace.Size = New System.Drawing.Size(38, 30) + Me.cmdOpenCloseBrace.TabIndex = 4 + Me.cmdOpenCloseBrace.Text = "{ }" Me.cmdOpenCloseBrace.UseVisualStyleBackColor = True ' 'cmdOpenClosedBracket ' - resources.ApplyResources(Me.cmdOpenClosedBracket, "cmdOpenClosedBracket") + Me.cmdOpenClosedBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpenClosedBracket.Location = New System.Drawing.Point(81, 15) + Me.cmdOpenClosedBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpenClosedBracket.Name = "cmdOpenClosedBracket" + Me.cmdOpenClosedBracket.Size = New System.Drawing.Size(38, 30) + Me.cmdOpenClosedBracket.TabIndex = 2 + Me.cmdOpenClosedBracket.Text = "[ ]" Me.cmdOpenClosedBracket.UseVisualStyleBackColor = True ' 'cmdSingleQuote ' - resources.ApplyResources(Me.cmdSingleQuote, "cmdSingleQuote") + Me.cmdSingleQuote.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSingleQuote.Location = New System.Drawing.Point(42, 15) + Me.cmdSingleQuote.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSingleQuote.Name = "cmdSingleQuote" + Me.cmdSingleQuote.Size = New System.Drawing.Size(38, 30) + Me.cmdSingleQuote.TabIndex = 1 + Me.cmdSingleQuote.Text = "' '" Me.cmdSingleQuote.UseVisualStyleBackColor = True ' 'cmdQuote ' - resources.ApplyResources(Me.cmdQuote, "cmdQuote") + Me.cmdQuote.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuote.Location = New System.Drawing.Point(3, 15) + Me.cmdQuote.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQuote.Name = "cmdQuote" + Me.cmdQuote.Size = New System.Drawing.Size(38, 30) + Me.cmdQuote.TabIndex = 0 + Me.cmdQuote.Text = """ """ Me.cmdQuote.UseVisualStyleBackColor = True ' 'cmdQuestionMark ' - resources.ApplyResources(Me.cmdQuestionMark, "cmdQuestionMark") + Me.cmdQuestionMark.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuestionMark.Location = New System.Drawing.Point(81, 45) + Me.cmdQuestionMark.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQuestionMark.Name = "cmdQuestionMark" + Me.cmdQuestionMark.Size = New System.Drawing.Size(38, 30) + Me.cmdQuestionMark.TabIndex = 8 + Me.cmdQuestionMark.Text = "?" Me.cmdQuestionMark.UseVisualStyleBackColor = True ' 'cmdDBackSlah ' - resources.ApplyResources(Me.cmdDBackSlah, "cmdDBackSlah") + Me.cmdDBackSlah.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDBackSlah.Location = New System.Drawing.Point(120, 105) + Me.cmdDBackSlah.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDBackSlah.Name = "cmdDBackSlah" + Me.cmdDBackSlah.Size = New System.Drawing.Size(38, 30) + Me.cmdDBackSlah.TabIndex = 21 + Me.cmdDBackSlah.Text = "\ D" Me.cmdDBackSlah.UseVisualStyleBackColor = True ' 'cmdStar ' - resources.ApplyResources(Me.cmdStar, "cmdStar") + Me.cmdStar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdStar.Location = New System.Drawing.Point(3, 45) + Me.cmdStar.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdStar.Name = "cmdStar" + Me.cmdStar.Size = New System.Drawing.Size(38, 30) + Me.cmdStar.TabIndex = 6 + Me.cmdStar.Text = "*" Me.cmdStar.UseVisualStyleBackColor = True ' 'cmdBbackSlash ' - resources.ApplyResources(Me.cmdBbackSlash, "cmdBbackSlash") + Me.cmdBbackSlash.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBbackSlash.Location = New System.Drawing.Point(81, 75) + Me.cmdBbackSlash.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBbackSlash.Name = "cmdBbackSlash" + Me.cmdBbackSlash.Size = New System.Drawing.Size(38, 30) + Me.cmdBbackSlash.TabIndex = 14 + Me.cmdBbackSlash.Text = "\ B" Me.cmdBbackSlash.UseVisualStyleBackColor = True ' 'cmdBackSlashb ' - resources.ApplyResources(Me.cmdBackSlashb, "cmdBackSlashb") + Me.cmdBackSlashb.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBackSlashb.Location = New System.Drawing.Point(42, 75) + Me.cmdBackSlashb.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBackSlashb.Name = "cmdBackSlashb" + Me.cmdBackSlashb.Size = New System.Drawing.Size(38, 30) + Me.cmdBackSlashb.TabIndex = 13 + Me.cmdBackSlashb.Text = "\ b" Me.cmdBackSlashb.UseVisualStyleBackColor = True ' 'cmdSbackSlash ' - resources.ApplyResources(Me.cmdSbackSlash, "cmdSbackSlash") + Me.cmdSbackSlash.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSbackSlash.Location = New System.Drawing.Point(42, 105) + Me.cmdSbackSlash.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSbackSlash.Name = "cmdSbackSlash" + Me.cmdSbackSlash.Size = New System.Drawing.Size(38, 30) + Me.cmdSbackSlash.TabIndex = 19 + Me.cmdSbackSlash.Text = "\ S" Me.cmdSbackSlash.UseVisualStyleBackColor = True ' 'cmdOr ' - resources.ApplyResources(Me.cmdOr, "cmdOr") + Me.cmdOr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOr.Location = New System.Drawing.Point(3, 75) + Me.cmdOr.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOr.Name = "cmdOr" + Me.cmdOr.Size = New System.Drawing.Size(38, 30) + Me.cmdOr.TabIndex = 12 + Me.cmdOr.Text = "|," Me.cmdOr.UseVisualStyleBackColor = True ' 'rdoRegex ' - resources.ApplyResources(Me.rdoRegex, "rdoRegex") + Me.rdoRegex.AutoSize = True + Me.rdoRegex.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRegex.Location = New System.Drawing.Point(535, 232) Me.rdoRegex.Name = "rdoRegex" + Me.rdoRegex.Size = New System.Drawing.Size(56, 17) + Me.rdoRegex.TabIndex = 17 Me.rdoRegex.TabStop = True + Me.rdoRegex.Text = "Regex" Me.rdoRegex.UseVisualStyleBackColor = True ' 'rdoFixed ' - resources.ApplyResources(Me.rdoFixed, "rdoFixed") + Me.rdoFixed.AutoSize = True + Me.rdoFixed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFixed.Location = New System.Drawing.Point(465, 232) Me.rdoFixed.Name = "rdoFixed" + Me.rdoFixed.Size = New System.Drawing.Size(50, 17) + Me.rdoFixed.TabIndex = 16 Me.rdoFixed.TabStop = True + Me.rdoFixed.Text = "Fixed" Me.rdoFixed.UseVisualStyleBackColor = True ' 'ucrPnlFixedRegex ' - resources.ApplyResources(Me.ucrPnlFixedRegex, "ucrPnlFixedRegex") + Me.ucrPnlFixedRegex.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFixedRegex.Location = New System.Drawing.Point(457, 227) Me.ucrPnlFixedRegex.Name = "ucrPnlFixedRegex" + Me.ucrPnlFixedRegex.Size = New System.Drawing.Size(150, 28) + Me.ucrPnlFixedRegex.TabIndex = 15 ' 'ucrSaveStringHandling ' - resources.ApplyResources(Me.ucrSaveStringHandling, "ucrSaveStringHandling") + Me.ucrSaveStringHandling.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveStringHandling.Location = New System.Drawing.Point(10, 260) + Me.ucrSaveStringHandling.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveStringHandling.Name = "ucrSaveStringHandling" + Me.ucrSaveStringHandling.Size = New System.Drawing.Size(366, 22) + Me.ucrSaveStringHandling.TabIndex = 19 ' 'ucrReceiverForRegexExpression ' + Me.ucrReceiverForRegexExpression.AutoSize = True Me.ucrReceiverForRegexExpression.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForRegexExpression, "ucrReceiverForRegexExpression") + Me.ucrReceiverForRegexExpression.Location = New System.Drawing.Point(261, 139) + Me.ucrReceiverForRegexExpression.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ucrReceiverForRegexExpression.Name = "ucrReceiverForRegexExpression" Me.ucrReceiverForRegexExpression.Selector = Nothing + Me.ucrReceiverForRegexExpression.Size = New System.Drawing.Size(158, 28) Me.ucrReceiverForRegexExpression.strNcFilePath = "" + Me.ucrReceiverForRegexExpression.TabIndex = 11 Me.ucrReceiverForRegexExpression.ucrSelector = Nothing ' 'ucrChkIncludeRegularExpressions ' + Me.ucrChkIncludeRegularExpressions.AutoSize = True Me.ucrChkIncludeRegularExpressions.Checked = False - resources.ApplyResources(Me.ucrChkIncludeRegularExpressions, "ucrChkIncludeRegularExpressions") + Me.ucrChkIncludeRegularExpressions.Location = New System.Drawing.Point(10, 232) Me.ucrChkIncludeRegularExpressions.Name = "ucrChkIncludeRegularExpressions" + Me.ucrChkIncludeRegularExpressions.Size = New System.Drawing.Size(239, 23) + Me.ucrChkIncludeRegularExpressions.TabIndex = 14 ' 'ucrReceiverStringHandling ' + Me.ucrReceiverStringHandling.AutoSize = True Me.ucrReceiverStringHandling.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStringHandling, "ucrReceiverStringHandling") + Me.ucrReceiverStringHandling.Location = New System.Drawing.Point(261, 95) + Me.ucrReceiverStringHandling.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStringHandling.Name = "ucrReceiverStringHandling" Me.ucrReceiverStringHandling.Selector = Nothing + Me.ucrReceiverStringHandling.Size = New System.Drawing.Size(158, 20) Me.ucrReceiverStringHandling.strNcFilePath = "" + Me.ucrReceiverStringHandling.TabIndex = 9 Me.ucrReceiverStringHandling.ucrSelector = Nothing ' 'ucrInputReplaceBy ' Me.ucrInputReplaceBy.AddQuotesIfUnrecognised = True + Me.ucrInputReplaceBy.AutoSize = True Me.ucrInputReplaceBy.IsMultiline = False Me.ucrInputReplaceBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputReplaceBy, "ucrInputReplaceBy") + Me.ucrInputReplaceBy.Location = New System.Drawing.Point(261, 183) Me.ucrInputReplaceBy.Name = "ucrInputReplaceBy" + Me.ucrInputReplaceBy.Size = New System.Drawing.Size(158, 20) + Me.ucrInputReplaceBy.TabIndex = 13 ' 'ucrInputPattern ' Me.ucrInputPattern.AddQuotesIfUnrecognised = True + Me.ucrInputPattern.AutoSize = True Me.ucrInputPattern.IsMultiline = False Me.ucrInputPattern.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPattern, "ucrInputPattern") + Me.ucrInputPattern.Location = New System.Drawing.Point(261, 139) Me.ucrInputPattern.Name = "ucrInputPattern" + Me.ucrInputPattern.Size = New System.Drawing.Size(158, 20) + Me.ucrInputPattern.TabIndex = 12 ' 'ucrSelectorStringHandling ' + Me.ucrSelectorStringHandling.AutoSize = True Me.ucrSelectorStringHandling.bDropUnusedFilterLevels = False Me.ucrSelectorStringHandling.bShowHiddenColumns = False Me.ucrSelectorStringHandling.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorStringHandling, "ucrSelectorStringHandling") + Me.ucrSelectorStringHandling.Location = New System.Drawing.Point(10, 45) + Me.ucrSelectorStringHandling.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStringHandling.Name = "ucrSelectorStringHandling" + Me.ucrSelectorStringHandling.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorStringHandling.TabIndex = 7 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 289) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 20 ' 'ucrPnlStringHandling ' - resources.ApplyResources(Me.ucrPnlStringHandling, "ucrPnlStringHandling") + Me.ucrPnlStringHandling.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlStringHandling.Location = New System.Drawing.Point(10, 1) Me.ucrPnlStringHandling.Name = "ucrPnlStringHandling" + Me.ucrPnlStringHandling.Size = New System.Drawing.Size(532, 46) + Me.ucrPnlStringHandling.TabIndex = 0 ' 'ucrChkAddKeyboard ' + Me.ucrChkAddKeyboard.AutoSize = True Me.ucrChkAddKeyboard.Checked = False - resources.ApplyResources(Me.ucrChkAddKeyboard, "ucrChkAddKeyboard") + Me.ucrChkAddKeyboard.Location = New System.Drawing.Point(250, 232) Me.ucrChkAddKeyboard.Name = "ucrChkAddKeyboard" + Me.ucrChkAddKeyboard.Size = New System.Drawing.Size(158, 23) + Me.ucrChkAddKeyboard.TabIndex = 21 ' 'dlgStringHandling ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(673, 346) Me.Controls.Add(Me.ucrChkAddKeyboard) Me.Controls.Add(Me.rdoRegex) Me.Controls.Add(Me.rdoFixed) @@ -450,6 +678,8 @@ Partial Class dlgStringHandling Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgStringHandling" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "String Handling" Me.grpRegex.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgStringHandling.resx b/instat/dlgStringHandling.resx index 433583c58ff..29dcb1b3a35 100644 --- a/instat/dlgStringHandling.resx +++ b/instat/dlgStringHandling.resx @@ -117,1369 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 263, 80 - - - 45, 13 - - - 8 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 264, 168 - - - 65, 13 - - - 12 - - - Replace By: - - - lblReplaceBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 264, 122 - - - 44, 13 - - - 10 - - - Pattern: - - - lblPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - Button - - - Flat - - - NoControl - - - 10, 4 - - - 86, 41 - - - 1 - - - Word Count - - - MiddleCenter - - - rdoCount - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - Button - - - Flat - - - NoControl - - - 328, 4 - - - 80, 41 - - - 5 - - - Replace - - - MiddleCenter - - - rdoReplace - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 250, 4 - - - 80, 41 - - - 4 - - - Locate - - - MiddleCenter - - - rdoLocate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - NoControl - - - 172, 4 - - - 80, 41 - - - 3 - - - Extract - - - MiddleCenter - - - rdoExtract - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Button - - - Flat - - - NoControl - - - 94, 4 - - - 80, 41 - - - 2 - - - Detect - - - MiddleCenter - - - rdoDetect - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 404, 4 - - - 85, 41 - - - 6 - - - Replace All - - - MiddleCenter - - - rdoReplaceAll - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Microsoft Sans Serif, 6.75pt - - - NoControl - - - 198, 75 - - - 2, 3, 2, 3 - - - 37, 60 - - - 17 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 0 - - - NoControl - - - 159, 105 - - - 2, 3, 2, 3 - - - 38, 30 - - - 22 - - - \ - - - cmdBackSlash - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 1 - - - NoControl - - - 159, 75 - - - 2, 3, 2, 3 - - - 38, 30 - - - 16 - - - \ W - - - cmdWBackSlash - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 2 - - - NoControl - - - 198, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 11 - - - $ - - - cmdDollarSign - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 3 - - - NoControl - - - 198, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 5 - - - ( ) - - - cmdOpenCloseParenthesis - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 4 - - - NoControl - - - 81, 105 - - - 2, 3, 2, 3 - - - 38, 30 - - - 20 - - - \ d - - - cmdBackSlashd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 5 - - - Microsoft Sans Serif, 6pt - - - NoControl - - - 3, 105 - - - 2, 3, 2, 3 - - - 38, 30 - - - 18 - - - \ s - - - cmdBackSlashs - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 6 - - - NoControl - - - 159, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 10 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 7 - - - NoControl - - - 120, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 3 - - - [ ^ ] - - - cmdOpenBracketCaretClosedBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 8 - - - NoControl - - - 42, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 7 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 9 - - - NoControl - - - 120, 75 - - - 2, 3, 2, 3 - - - 38, 30 - - - 15 - - - \ w - - - cmdBackSlashw - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 10 - - - NoControl - - - 120, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 9 - - - . - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 11 - - - NoControl - - - 159, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 4 - - - { } - - - cmdOpenCloseBrace - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 12 - - - NoControl - - - 81, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 2 - - - [ ] - - - cmdOpenClosedBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 13 - - - NoControl - - - 42, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 1 - - - ' ' - - - cmdSingleQuote - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 14 - - - NoControl - - - 3, 15 - - - 2, 3, 2, 3 - - - 38, 30 - - - 0 - - - " " - - - cmdQuote - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 15 - - - NoControl - - - 81, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 8 - - - ? - - - cmdQuestionMark - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 16 - - - NoControl - - - 120, 105 - - - 2, 3, 2, 3 - - - 38, 30 - - - 21 - - - \ D - - - cmdDBackSlah - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 17 - - - NoControl - - - 3, 45 - - - 2, 3, 2, 3 - - - 38, 30 - - - 6 - - - * - - - cmdStar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 18 - - - NoControl - - - 81, 75 - - - 2, 3, 2, 3 - - - 38, 30 - - - 14 - - - \ B - - - cmdBbackSlash - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 19 - - - NoControl - - - 42, 75 - - - 2, 3, 2, 3 - - - 38, 30 - - - 13 - - - \ b - - - cmdBackSlashb - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 20 - - - NoControl - - - 42, 105 - - - 2, 3, 2, 3 - - - 38, 30 - - - 19 - - - \ S - - - cmdSbackSlash - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 21 - - - NoControl - - - 3, 75 - - - 2, 3, 2, 3 - - - 38, 30 - - - 12 - - - |, - - - cmdOr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpRegex - - - 22 - - - 423, 81 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 239, 141 - - - 18 - - - Regex Keyboard - - - grpRegex - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 535, 232 - - - 56, 17 - - - 17 - - - Regex - - - rdoRegex - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 465, 232 - - - 50, 17 - - - 16 - - - Fixed - - - rdoFixed - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 457, 227 - - - 150, 28 - - - 15 - - - ucrPnlFixedRegex - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 260 - - - 4, 5, 4, 5 - - - 366, 22 - - - 19 - - - ucrSaveStringHandling - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 673, 346 - - - 250, 232 - - - 158, 20 - - - 21 - - - ucrChkAddKeyboard - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 232 - - - 239, 20 - - - 14 - - - ucrChkIncludeRegularExpressions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 261, 95 - - - 0, 0, 0, 0 - - - 158, 20 - - - 9 - - - ucrReceiverStringHandling - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 261, 183 - - - 158, 20 - - - 13 - - - ucrInputReplaceBy - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 261, 139 - - - 158, 20 - - - 12 - - - ucrInputPattern - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 10, 45 - - - 0, 0, 0, 0 - - - 210, 180 - - - 7 - - - ucrSelectorStringHandling - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 10, 289 - - - 406, 52 - - - 20 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 10, 1 - - - 532, 46 - - - 0 - - - ucrPnlStringHandling - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - CenterScreen - - - String Handling - - - dlgStringHandling - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 139 - - - 2, 3, 2, 3 - - - 158, 28 - - - 11 - - - ucrReceiverForRegexExpression - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgSubset.Designer.vb b/instat/dlgSubset.Designer.vb index 68b9eab1869..4666a8f12ed 100644 --- a/instat/dlgSubset.Designer.vb +++ b/instat/dlgSubset.Designer.vb @@ -49,24 +49,27 @@ Partial Class dlgSubset 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(40, 247) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 5 ' 'ucrDataFrameAddRemove ' + Me.ucrDataFrameAddRemove.AutoSize = True Me.ucrDataFrameAddRemove.bDropUnusedFilterLevels = False Me.ucrDataFrameAddRemove.bShowHiddenColumns = False Me.ucrDataFrameAddRemove.bUseCurrentFilter = True Me.ucrDataFrameAddRemove.Location = New System.Drawing.Point(33, 55) Me.ucrDataFrameAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameAddRemove.Name = "ucrDataFrameAddRemove" - Me.ucrDataFrameAddRemove.Size = New System.Drawing.Size(210, 180) + Me.ucrDataFrameAddRemove.Size = New System.Drawing.Size(213, 183) Me.ucrDataFrameAddRemove.TabIndex = 4 ' 'ucrReceiverSubset ' + Me.ucrReceiverSubset.AutoSize = True Me.ucrReceiverSubset.frmParent = Me Me.ucrReceiverSubset.Location = New System.Drawing.Point(294, 66) Me.ucrReceiverSubset.Margin = New System.Windows.Forms.Padding(0) @@ -103,8 +106,8 @@ Partial Class dlgSubset ' 'dlgSubset ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(462, 334) Me.Controls.Add(Me.cboDrop) diff --git a/instat/dlgSummary.Designer.vb b/instat/dlgSummary.Designer.vb index 38f2cd04c0e..35303d804e1 100644 --- a/instat/dlgSummary.Designer.vb +++ b/instat/dlgSummary.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgSummary 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 124) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgSummary ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(438, 209) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgSummaryBarOrPieChart.Designer.vb b/instat/dlgSummaryBarOrPieChart.Designer.vb index e9c3830d70f..65573e12663 100644 --- a/instat/dlgSummaryBarOrPieChart.Designer.vb +++ b/instat/dlgSummaryBarOrPieChart.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgSummaryBarOrPieChart 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSummaryBarOrPieChart)) Me.lblYvariable = New System.Windows.Forms.Label() Me.lblFactor = New System.Windows.Forms.Label() Me.cmdBarChartOptions = New System.Windows.Forms.Button() @@ -62,148 +61,238 @@ Partial Class dlgSummaryBarOrPieChart ' 'lblYvariable ' - resources.ApplyResources(Me.lblYvariable, "lblYvariable") + Me.lblYvariable.AutoSize = True + Me.lblYvariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYvariable.Location = New System.Drawing.Point(259, 60) Me.lblYvariable.Name = "lblYvariable" + Me.lblYvariable.Size = New System.Drawing.Size(58, 13) + Me.lblYvariable.TabIndex = 5 Me.lblYvariable.Tag = "Y_Variable:" + Me.lblYvariable.Text = "Y Variable:" ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor.Location = New System.Drawing.Point(259, 103) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(40, 13) + Me.lblFactor.TabIndex = 7 Me.lblFactor.Tag = "Factor:" + Me.lblFactor.Text = "Factor:" ' 'cmdBarChartOptions ' - resources.ApplyResources(Me.cmdBarChartOptions, "cmdBarChartOptions") + Me.cmdBarChartOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBarChartOptions.Location = New System.Drawing.Point(10, 228) Me.cmdBarChartOptions.Name = "cmdBarChartOptions" + Me.cmdBarChartOptions.Size = New System.Drawing.Size(149, 23) + Me.cmdBarChartOptions.TabIndex = 8 Me.cmdBarChartOptions.Tag = "Bar_Chart_Options" + Me.cmdBarChartOptions.Text = "Bar Options" Me.cmdBarChartOptions.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 257) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(149, 23) + Me.cmdOptions.TabIndex = 15 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblSecondFactor ' - resources.ApplyResources(Me.lblSecondFactor, "lblSecondFactor") + Me.lblSecondFactor.AutoSize = True + Me.lblSecondFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondFactor.Location = New System.Drawing.Point(259, 146) Me.lblSecondFactor.Name = "lblSecondFactor" + Me.lblSecondFactor.Size = New System.Drawing.Size(80, 13) + Me.lblSecondFactor.TabIndex = 9 Me.lblSecondFactor.Tag = "Second+Factor:" + Me.lblSecondFactor.Text = "Second Factor:" ' 'cmdPieChartOptions ' - resources.ApplyResources(Me.cmdPieChartOptions, "cmdPieChartOptions") + Me.cmdPieChartOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPieChartOptions.Location = New System.Drawing.Point(10, 228) Me.cmdPieChartOptions.Name = "cmdPieChartOptions" + Me.cmdPieChartOptions.Size = New System.Drawing.Size(149, 23) + Me.cmdPieChartOptions.TabIndex = 14 Me.cmdPieChartOptions.Tag = "Pie_Chart_Options" + Me.cmdPieChartOptions.Text = "Pie Options" Me.cmdPieChartOptions.UseVisualStyleBackColor = True ' 'rdoBarChart ' - resources.ApplyResources(Me.rdoBarChart, "rdoBarChart") + Me.rdoBarChart.Appearance = System.Windows.Forms.Appearance.Button Me.rdoBarChart.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBarChart.FlatAppearance.BorderSize = 2 Me.rdoBarChart.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBarChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoBarChart.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBarChart.Location = New System.Drawing.Point(38, 10) Me.rdoBarChart.Name = "rdoBarChart" + Me.rdoBarChart.Size = New System.Drawing.Size(121, 27) + Me.rdoBarChart.TabIndex = 1 Me.rdoBarChart.TabStop = True Me.rdoBarChart.Tag = "Bar_Chart" + Me.rdoBarChart.Text = "Bar Chart" + Me.rdoBarChart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBarChart.UseVisualStyleBackColor = True ' 'rdoPieChart ' - resources.ApplyResources(Me.rdoPieChart, "rdoPieChart") + Me.rdoPieChart.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPieChart.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPieChart.FlatAppearance.BorderSize = 2 Me.rdoPieChart.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPieChart.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPieChart.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPieChart.Location = New System.Drawing.Point(157, 10) Me.rdoPieChart.Name = "rdoPieChart" + Me.rdoPieChart.Size = New System.Drawing.Size(127, 27) + Me.rdoPieChart.TabIndex = 2 Me.rdoPieChart.TabStop = True + Me.rdoPieChart.Text = "Pie Chart" + Me.rdoPieChart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPieChart.UseVisualStyleBackColor = True ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoTable.Enabled = False Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTable.Location = New System.Drawing.Point(280, 10) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(99, 27) + Me.rdoTable.TabIndex = 3 Me.rdoTable.TabStop = True + Me.rdoTable.Text = "Tables" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'ucrChkLabel ' + Me.ucrChkLabel.AutoSize = True Me.ucrChkLabel.Checked = False - resources.ApplyResources(Me.ucrChkLabel, "ucrChkLabel") + Me.ucrChkLabel.Location = New System.Drawing.Point(259, 242) Me.ucrChkLabel.Name = "ucrChkLabel" + Me.ucrChkLabel.Size = New System.Drawing.Size(82, 23) + Me.ucrChkLabel.TabIndex = 13 ' 'ucrSaveSummaryBar ' - resources.ApplyResources(Me.ucrSaveSummaryBar, "ucrSaveSummaryBar") + Me.ucrSaveSummaryBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveSummaryBar.Location = New System.Drawing.Point(10, 290) + Me.ucrSaveSummaryBar.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveSummaryBar.Name = "ucrSaveSummaryBar" + Me.ucrSaveSummaryBar.Size = New System.Drawing.Size(329, 24) + Me.ucrSaveSummaryBar.TabIndex = 16 ' 'ucrReceiverSecondFactor ' + Me.ucrReceiverSecondFactor.AutoSize = True Me.ucrReceiverSecondFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondFactor, "ucrReceiverSecondFactor") + Me.ucrReceiverSecondFactor.Location = New System.Drawing.Point(259, 161) + Me.ucrReceiverSecondFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondFactor.Name = "ucrReceiverSecondFactor" Me.ucrReceiverSecondFactor.Selector = Nothing + Me.ucrReceiverSecondFactor.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverSecondFactor.strNcFilePath = "" + Me.ucrReceiverSecondFactor.TabIndex = 10 Me.ucrReceiverSecondFactor.ucrSelector = Nothing ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(259, 118) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 8 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrReceiverYVariable ' + Me.ucrReceiverYVariable.AutoSize = True Me.ucrReceiverYVariable.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYVariable, "ucrReceiverYVariable") + Me.ucrReceiverYVariable.Location = New System.Drawing.Point(259, 75) + Me.ucrReceiverYVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYVariable.Name = "ucrReceiverYVariable" Me.ucrReceiverYVariable.Selector = Nothing + Me.ucrReceiverYVariable.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverYVariable.strNcFilePath = "" + Me.ucrReceiverYVariable.TabIndex = 6 Me.ucrReceiverYVariable.ucrSelector = Nothing ' 'ucrSummaryBarSelector ' + Me.ucrSummaryBarSelector.AutoSize = True Me.ucrSummaryBarSelector.bDropUnusedFilterLevels = False Me.ucrSummaryBarSelector.bShowHiddenColumns = False Me.ucrSummaryBarSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSummaryBarSelector, "ucrSummaryBarSelector") + Me.ucrSummaryBarSelector.Location = New System.Drawing.Point(10, 40) + Me.ucrSummaryBarSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrSummaryBarSelector.Name = "ucrSummaryBarSelector" + Me.ucrSummaryBarSelector.Size = New System.Drawing.Size(242, 185) + Me.ucrSummaryBarSelector.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 322) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(38, 3) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(349, 35) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrInputBarChartPosition ' Me.ucrInputBarChartPosition.AddQuotesIfUnrecognised = True + Me.ucrInputBarChartPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBarChartPosition.GetSetSelectedIndex = -1 Me.ucrInputBarChartPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBarChartPosition, "ucrInputBarChartPosition") + Me.ucrInputBarChartPosition.Location = New System.Drawing.Point(259, 210) + Me.ucrInputBarChartPosition.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputBarChartPosition.Name = "ucrInputBarChartPosition" + Me.ucrInputBarChartPosition.Size = New System.Drawing.Size(120, 21) + Me.ucrInputBarChartPosition.TabIndex = 12 ' 'lblPosition ' - resources.ApplyResources(Me.lblPosition, "lblPosition") + Me.lblPosition.AutoSize = True + Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPosition.Location = New System.Drawing.Point(259, 195) Me.lblPosition.Name = "lblPosition" + Me.lblPosition.Size = New System.Drawing.Size(45, 13) + Me.lblPosition.TabIndex = 11 Me.lblPosition.Tag = "Position:" + Me.lblPosition.Text = "Postion:" ' 'dlgSummaryBarOrPieChart ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(425, 380) Me.Controls.Add(Me.lblPosition) Me.Controls.Add(Me.ucrInputBarChartPosition) Me.Controls.Add(Me.ucrChkLabel) @@ -227,7 +316,9 @@ Partial Class dlgSummaryBarOrPieChart Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSummaryBarOrPieChart" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "" + Me.Text = "Use Summaries" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgSummaryBarOrPieChart.resx b/instat/dlgSummaryBarOrPieChart.resx index fedaf09d8cd..29dcb1b3a35 100644 --- a/instat/dlgSummaryBarOrPieChart.resx +++ b/instat/dlgSummaryBarOrPieChart.resx @@ -117,553 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 259, 60 - - - 58, 13 - - - 5 - - - Y Variable: - - - lblYvariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 259, 103 - - - 40, 13 - - - 7 - - - Factor: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - NoControl - - - 10, 228 - - - 149, 23 - - - 8 - - - Bar Options - - - cmdBarChartOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - NoControl - - - 10, 257 - - - 149, 23 - - - 15 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 259, 146 - - - 80, 13 - - - 9 - - - Second Factor: - - - lblSecondFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 10, 228 - - - 149, 23 - - - 14 - - - Pie Options - - - cmdPieChartOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - Button - - - Flat - - - NoControl - - - 38, 10 - - - 121, 27 - - - 1 - - - Bar Chart - - - MiddleCenter - - - rdoBarChart - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 157, 10 - - - 127, 27 - - - 2 - - - Pie Chart - - - MiddleCenter - - - rdoPieChart - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - False - - - Flat - - - NoControl - - - 280, 10 - - - 99, 27 - - - 3 - - - Tables - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 259, 242 - - - 82, 20 - - - 13 - - - ucrChkLabel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 290 - - - 4, 5, 4, 5 - - - 329, 24 - - - 16 - - - ucrSaveSummaryBar - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 425, 380 - - - True - - - NoControl - - - 259, 195 - - - 45, 13 - - - 11 - - - Postion: - - - lblPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 259, 210 - - - 21, 17, 21, 17 - - - 120, 21 - - - 12 - - - ucrInputBarChartPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 259, 118 - - - 0, 0, 0, 0 - - - 120, 21 - - - 8 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 259, 75 - - - 0, 0, 0, 0 - - - 120, 21 - - - 6 - - - ucrReceiverYVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 10, 40 - - - 0, 0, 0, 0 - - - 242, 185 - - - 4 - - - ucrSummaryBarSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 12, 322 - - - 410, 53 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 38, 3 - - - 349, 35 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Use Summaries - - - dlgSummaryBarOrPieChart - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 259, 161 - - - 0, 0, 0, 0 - - - 120, 21 - - - 10 - - - ucrReceiverSecondFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgSummaryTables.Designer.vb b/instat/dlgSummaryTables.Designer.vb index 99b929cee1f..485af0c618a 100644 --- a/instat/dlgSummaryTables.Designer.vb +++ b/instat/dlgSummaryTables.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgSummaryTables 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSummaryTables)) Me.lblFactors = New System.Windows.Forms.Label() Me.cmdSummaries = New System.Windows.Forms.Button() Me.lblSigFigs = New System.Windows.Forms.Label() @@ -75,21 +74,35 @@ Partial Class dlgSummaryTables ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.AutoSize = True + Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactors.Location = New System.Drawing.Point(286, 28) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(48, 13) + Me.lblFactors.TabIndex = 1 Me.lblFactors.Tag = "Factors:" + Me.lblFactors.Text = "Factors :" ' 'cmdSummaries ' - resources.ApplyResources(Me.cmdSummaries, "cmdSummaries") + Me.cmdSummaries.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummaries.Location = New System.Drawing.Point(331, 517) Me.cmdSummaries.Name = "cmdSummaries" + Me.cmdSummaries.Size = New System.Drawing.Size(104, 23) + Me.cmdSummaries.TabIndex = 13 + Me.cmdSummaries.Text = "Summaries..." Me.cmdSummaries.UseVisualStyleBackColor = True ' 'lblSigFigs ' - resources.ApplyResources(Me.lblSigFigs, "lblSigFigs") + Me.lblSigFigs.AutoSize = True + Me.lblSigFigs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSigFigs.Location = New System.Drawing.Point(8, 26) Me.lblSigFigs.Name = "lblSigFigs" + Me.lblSigFigs.Size = New System.Drawing.Size(96, 13) + Me.lblSigFigs.TabIndex = 4 Me.lblSigFigs.Tag = "Significant_Figures:" + Me.lblSigFigs.Text = "Significant Figures:" ' 'grpDisplay ' @@ -100,52 +113,75 @@ Partial Class dlgSummaryTables Me.grpDisplay.Controls.Add(Me.ucrChkDisplaySummariesAsRow) Me.grpDisplay.Controls.Add(Me.ucrNudSigFigs) Me.grpDisplay.Controls.Add(Me.lblSigFigs) - resources.ApplyResources(Me.grpDisplay, "grpDisplay") + Me.grpDisplay.Location = New System.Drawing.Point(10, 394) Me.grpDisplay.Name = "grpDisplay" + Me.grpDisplay.Size = New System.Drawing.Size(270, 119) + Me.grpDisplay.TabIndex = 11 Me.grpDisplay.TabStop = False + Me.grpDisplay.Text = "Display" ' 'ucrNudColumnFactors ' + Me.ucrNudColumnFactors.AutoSize = True Me.ucrNudColumnFactors.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumnFactors.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColumnFactors, "ucrNudColumnFactors") + Me.ucrNudColumnFactors.Location = New System.Drawing.Point(111, 49) Me.ucrNudColumnFactors.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColumnFactors.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumnFactors.Name = "ucrNudColumnFactors" + Me.ucrNudColumnFactors.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColumnFactors.TabIndex = 19 Me.ucrNudColumnFactors.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblColumnFactors ' - resources.ApplyResources(Me.lblColumnFactors, "lblColumnFactors") + Me.lblColumnFactors.AutoSize = True + Me.lblColumnFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnFactors.Location = New System.Drawing.Point(8, 52) Me.lblColumnFactors.Name = "lblColumnFactors" + Me.lblColumnFactors.Size = New System.Drawing.Size(86, 13) + Me.lblColumnFactors.TabIndex = 18 Me.lblColumnFactors.Tag = "" + Me.lblColumnFactors.Text = "Column Factors :" ' 'ucrChkDisplaySummaryVariablesAsRow ' + Me.ucrChkDisplaySummaryVariablesAsRow.AutoSize = True Me.ucrChkDisplaySummaryVariablesAsRow.Checked = False - resources.ApplyResources(Me.ucrChkDisplaySummaryVariablesAsRow, "ucrChkDisplaySummaryVariablesAsRow") + Me.ucrChkDisplaySummaryVariablesAsRow.Location = New System.Drawing.Point(11, 73) Me.ucrChkDisplaySummaryVariablesAsRow.Name = "ucrChkDisplaySummaryVariablesAsRow" + Me.ucrChkDisplaySummaryVariablesAsRow.Size = New System.Drawing.Size(253, 23) + Me.ucrChkDisplaySummaryVariablesAsRow.TabIndex = 17 ' 'ucrChkDisplayVariablesAsRows ' + Me.ucrChkDisplayVariablesAsRows.AutoSize = True Me.ucrChkDisplayVariablesAsRows.Checked = False - resources.ApplyResources(Me.ucrChkDisplayVariablesAsRows, "ucrChkDisplayVariablesAsRows") + Me.ucrChkDisplayVariablesAsRows.Location = New System.Drawing.Point(11, 97) Me.ucrChkDisplayVariablesAsRows.Name = "ucrChkDisplayVariablesAsRows" + Me.ucrChkDisplayVariablesAsRows.Size = New System.Drawing.Size(227, 23) + Me.ucrChkDisplayVariablesAsRows.TabIndex = 11 ' 'ucrChkDisplaySummariesAsRow ' + Me.ucrChkDisplaySummariesAsRow.AutoSize = True Me.ucrChkDisplaySummariesAsRow.Checked = False - resources.ApplyResources(Me.ucrChkDisplaySummariesAsRow, "ucrChkDisplaySummariesAsRow") + Me.ucrChkDisplaySummariesAsRow.Location = New System.Drawing.Point(11, 73) Me.ucrChkDisplaySummariesAsRow.Name = "ucrChkDisplaySummariesAsRow" + Me.ucrChkDisplaySummariesAsRow.Size = New System.Drawing.Size(175, 23) + Me.ucrChkDisplaySummariesAsRow.TabIndex = 10 ' 'ucrNudSigFigs ' + Me.ucrNudSigFigs.AutoSize = True Me.ucrNudSigFigs.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSigFigs.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSigFigs, "ucrNudSigFigs") + Me.ucrNudSigFigs.Location = New System.Drawing.Point(111, 23) Me.ucrNudSigFigs.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSigFigs.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSigFigs.Name = "ucrNudSigFigs" + Me.ucrNudSigFigs.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSigFigs.TabIndex = 5 Me.ucrNudSigFigs.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'grpMargin @@ -154,141 +190,218 @@ Partial Class dlgSummaryTables Me.grpMargin.Controls.Add(Me.rdoSummary) Me.grpMargin.Controls.Add(Me.rdoOuter) Me.grpMargin.Controls.Add(Me.ucrPnlMargin) - resources.ApplyResources(Me.grpMargin, "grpMargin") + Me.grpMargin.Location = New System.Drawing.Point(10, 306) Me.grpMargin.Name = "grpMargin" + Me.grpMargin.Size = New System.Drawing.Size(128, 86) + Me.grpMargin.TabIndex = 13 Me.grpMargin.TabStop = False + Me.grpMargin.Text = "Margin" ' 'rdoBoth ' - resources.ApplyResources(Me.rdoBoth, "rdoBoth") + Me.rdoBoth.AutoSize = True + Me.rdoBoth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoth.Location = New System.Drawing.Point(10, 65) Me.rdoBoth.Name = "rdoBoth" + Me.rdoBoth.Size = New System.Drawing.Size(47, 17) + Me.rdoBoth.TabIndex = 16 Me.rdoBoth.TabStop = True + Me.rdoBoth.Text = "Both" Me.rdoBoth.UseVisualStyleBackColor = True ' 'rdoSummary ' - resources.ApplyResources(Me.rdoSummary, "rdoSummary") + Me.rdoSummary.AutoSize = True + Me.rdoSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSummary.Location = New System.Drawing.Point(10, 42) Me.rdoSummary.Name = "rdoSummary" + Me.rdoSummary.Size = New System.Drawing.Size(68, 17) + Me.rdoSummary.TabIndex = 16 Me.rdoSummary.TabStop = True + Me.rdoSummary.Text = "Summary" Me.rdoSummary.UseVisualStyleBackColor = True ' 'rdoOuter ' - resources.ApplyResources(Me.rdoOuter, "rdoOuter") + Me.rdoOuter.AutoSize = True + Me.rdoOuter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoOuter.Location = New System.Drawing.Point(10, 19) Me.rdoOuter.Name = "rdoOuter" + Me.rdoOuter.Size = New System.Drawing.Size(51, 17) + Me.rdoOuter.TabIndex = 15 Me.rdoOuter.TabStop = True + Me.rdoOuter.Text = "Outer" Me.rdoOuter.UseVisualStyleBackColor = True ' 'ucrPnlMargin ' - resources.ApplyResources(Me.ucrPnlMargin, "ucrPnlMargin") + Me.ucrPnlMargin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMargin.Location = New System.Drawing.Point(6, 18) Me.ucrPnlMargin.Name = "ucrPnlMargin" + Me.ucrPnlMargin.Size = New System.Drawing.Size(91, 65) + Me.ucrPnlMargin.TabIndex = 13 ' 'lblMarginName ' - resources.ApplyResources(Me.lblMarginName, "lblMarginName") + Me.lblMarginName.AutoSize = True + Me.lblMarginName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMarginName.Location = New System.Drawing.Point(142, 313) Me.lblMarginName.Name = "lblMarginName" + Me.lblMarginName.Size = New System.Drawing.Size(76, 13) + Me.lblMarginName.TabIndex = 15 + Me.lblMarginName.Text = "Margin Name :" ' 'lblVariables ' - resources.ApplyResources(Me.lblVariables, "lblVariables") + Me.lblVariables.AutoSize = True + Me.lblVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariables.Location = New System.Drawing.Point(285, 148) Me.lblVariables.Name = "lblVariables" + Me.lblVariables.Size = New System.Drawing.Size(56, 13) + Me.lblVariables.TabIndex = 17 Me.lblVariables.Tag = "" + Me.lblVariables.Text = "Variables :" ' 'ucrReorderSummary ' - resources.ApplyResources(Me.ucrReorderSummary, "ucrReorderSummary") + Me.ucrReorderSummary.Location = New System.Drawing.Point(284, 269) Me.ucrReorderSummary.Name = "ucrReorderSummary" + Me.ucrReorderSummary.Size = New System.Drawing.Size(200, 168) + Me.ucrReorderSummary.TabIndex = 18 Me.ucrReorderSummary.ucrDataFrameList = Nothing Me.ucrReorderSummary.ucrReceiver = Nothing ' 'ucrInputMarginName ' Me.ucrInputMarginName.AddQuotesIfUnrecognised = True + Me.ucrInputMarginName.AutoSize = True Me.ucrInputMarginName.IsMultiline = False Me.ucrInputMarginName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMarginName, "ucrInputMarginName") + Me.ucrInputMarginName.Location = New System.Drawing.Point(221, 309) Me.ucrInputMarginName.Name = "ucrInputMarginName" + Me.ucrInputMarginName.Size = New System.Drawing.Size(60, 21) + Me.ucrInputMarginName.TabIndex = 16 ' 'ucrSaveTable ' - resources.ApplyResources(Me.ucrSaveTable, "ucrSaveTable") + Me.ucrSaveTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveTable.Location = New System.Drawing.Point(10, 520) + Me.ucrSaveTable.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveTable.Name = "ucrSaveTable" + Me.ucrSaveTable.Size = New System.Drawing.Size(313, 24) + Me.ucrSaveTable.TabIndex = 12 ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(10, 262) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(271, 23) + Me.ucrChkOmitMissing.TabIndex = 9 ' 'ucrChkStoreResults ' + Me.ucrChkStoreResults.AutoSize = True Me.ucrChkStoreResults.Checked = False - resources.ApplyResources(Me.ucrChkStoreResults, "ucrChkStoreResults") + Me.ucrChkStoreResults.Location = New System.Drawing.Point(10, 240) Me.ucrChkStoreResults.Name = "ucrChkStoreResults" + Me.ucrChkStoreResults.Size = New System.Drawing.Size(148, 23) + Me.ucrChkStoreResults.TabIndex = 8 ' 'ucrChkDisplayMargins ' + Me.ucrChkDisplayMargins.AutoSize = True Me.ucrChkDisplayMargins.Checked = False - resources.ApplyResources(Me.ucrChkDisplayMargins, "ucrChkDisplayMargins") + Me.ucrChkDisplayMargins.Location = New System.Drawing.Point(10, 284) Me.ucrChkDisplayMargins.Name = "ucrChkDisplayMargins" + Me.ucrChkDisplayMargins.Size = New System.Drawing.Size(150, 23) + Me.ucrChkDisplayMargins.TabIndex = 10 ' 'ucrChkSummaries ' + Me.ucrChkSummaries.AutoSize = True Me.ucrChkSummaries.Checked = False - resources.ApplyResources(Me.ucrChkSummaries, "ucrChkSummaries") + Me.ucrChkSummaries.Location = New System.Drawing.Point(10, 218) Me.ucrChkSummaries.Name = "ucrChkSummaries" + Me.ucrChkSummaries.Size = New System.Drawing.Size(242, 23) + Me.ucrChkSummaries.TabIndex = 7 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 545) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'ucrReceiverSummaryCols ' + Me.ucrReceiverSummaryCols.AutoSize = True Me.ucrReceiverSummaryCols.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSummaryCols, "ucrReceiverSummaryCols") + Me.ucrReceiverSummaryCols.Location = New System.Drawing.Point(286, 163) + Me.ucrReceiverSummaryCols.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSummaryCols.Name = "ucrReceiverSummaryCols" Me.ucrReceiverSummaryCols.Selector = Nothing + Me.ucrReceiverSummaryCols.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverSummaryCols.strNcFilePath = "" + Me.ucrReceiverSummaryCols.TabIndex = 4 Me.ucrReceiverSummaryCols.ucrSelector = Nothing ' 'ucrReceiverFactors ' + Me.ucrReceiverFactors.AutoSize = True Me.ucrReceiverFactors.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactors, "ucrReceiverFactors") + Me.ucrReceiverFactors.Location = New System.Drawing.Point(288, 43) + Me.ucrReceiverFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactors.Name = "ucrReceiverFactors" Me.ucrReceiverFactors.Selector = Nothing + Me.ucrReceiverFactors.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverFactors.strNcFilePath = "" + Me.ucrReceiverFactors.TabIndex = 2 Me.ucrReceiverFactors.ucrSelector = Nothing ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(109, 196) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 6 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrChkWeight ' + Me.ucrChkWeight.AutoSize = True Me.ucrChkWeight.Checked = False - resources.ApplyResources(Me.ucrChkWeight, "ucrChkWeight") + Me.ucrChkWeight.Location = New System.Drawing.Point(10, 196) Me.ucrChkWeight.Name = "ucrChkWeight" + Me.ucrChkWeight.Size = New System.Drawing.Size(84, 23) + Me.ucrChkWeight.TabIndex = 5 ' 'ucrSelectorSummaryTables ' + Me.ucrSelectorSummaryTables.AutoSize = True Me.ucrSelectorSummaryTables.bDropUnusedFilterLevels = False Me.ucrSelectorSummaryTables.bShowHiddenColumns = False Me.ucrSelectorSummaryTables.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorSummaryTables, "ucrSelectorSummaryTables") + Me.ucrSelectorSummaryTables.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorSummaryTables.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorSummaryTables.Name = "ucrSelectorSummaryTables" + Me.ucrSelectorSummaryTables.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorSummaryTables.TabIndex = 0 ' 'dlgSummaryTables ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(489, 605) Me.Controls.Add(Me.ucrReorderSummary) Me.Controls.Add(Me.lblVariables) Me.Controls.Add(Me.ucrInputMarginName) @@ -312,6 +425,8 @@ Partial Class dlgSummaryTables Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgSummaryTables" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Summary Tables" Me.grpDisplay.ResumeLayout(False) Me.grpDisplay.PerformLayout() Me.grpMargin.ResumeLayout(False) diff --git a/instat/dlgSummaryTables.resx b/instat/dlgSummaryTables.resx index 87ec663867e..1af7de150c9 100644 --- a/instat/dlgSummaryTables.resx +++ b/instat/dlgSummaryTables.resx @@ -117,763 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 286, 28 - - - 48, 13 - - - 1 - - - Factors : - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 331, 517 - - - 104, 23 - - - 13 - - - Summaries... - - - cmdSummaries - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 8, 26 - - - 96, 13 - - - 4 - - - Significant Figures: - - - lblSigFigs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplay - - - 6 - - - 111, 49 - - - 50, 20 - - - 19 - - - ucrNudColumnFactors - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 0 - - - True - - - NoControl - - - 8, 52 - - - 86, 13 - - - 18 - - - Column Factors : - - - lblColumnFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplay - - - 1 - - - 11, 73 - - - 253, 20 - - - 17 - - - ucrChkDisplaySummaryVariablesAsRow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 2 - - - 11, 97 - - - 227, 20 - - - 11 - - - ucrChkDisplayVariablesAsRows - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 3 - - - 11, 73 - - - 175, 20 - - - 10 - - - ucrChkDisplaySummariesAsRow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 4 - - - 111, 23 - - - 50, 20 - - - 5 - - - ucrNudSigFigs - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 5 - - - 10, 394 - - - 270, 119 - - - 11 - - - Display - - - grpDisplay - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 10, 65 - - - 47, 17 - - - 16 - - - Both - - - rdoBoth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMargin - - - 0 - - - True - - - NoControl - - - 10, 42 - - - 68, 17 - - - 16 - - - Summary - - - rdoSummary - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMargin - - - 1 - - - True - - - NoControl - - - 10, 19 - - - 51, 17 - - - 15 - - - Outer - - - rdoOuter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMargin - - - 2 - - - 6, 18 - - - 91, 65 - - - 13 - - - ucrPnlMargin - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMargin - - - 3 - - - 10, 306 - - - 128, 86 - - - 13 - - - Margin - - - grpMargin - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 142, 313 - - - 76, 13 - - - 15 - - - Margin Name : - - - lblMarginName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 285, 148 - - - 56, 13 - - - 17 - - - Variables : - - - lblVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 284, 269 - - - 200, 168 - - - 18 - - - ucrReorderSummary - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 221, 309 - - - 60, 21 - - - 16 - - - ucrInputMarginName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 520 - - - 4, 5, 4, 5 - - - 313, 24 - - - 12 - - - ucrSaveTable - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 262 - - - 271, 16 - - - 9 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 240 - - - 148, 16 - - - 8 - - - ucrChkStoreResults - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 284 - - - 150, 16 - - - 10 - - - ucrChkDisplayMargins - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 218 - - - 242, 16 - - - 7 - - - ucrChkSummaries - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 10, 545 - - - 419, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 6, 13 - - - True - - - 489, 605 - - - 288, 43 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverFactors - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 109, 196 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 10, 196 - - - 84, 16 - - - 5 - - - ucrChkWeight - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 182 - - - 0 - - - ucrSelectorSummaryTables - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Summary Tables - - - dlgSummaryTables - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 286, 163 - - - 0, 0, 0, 0 - - - 120, 100 - - - 4 - - - ucrReceiverSummaryCols - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - \ No newline at end of file diff --git a/instat/dlgSunshine.Designer.vb b/instat/dlgSunshine.Designer.vb index 19688cd9119..2513f4f6c26 100644 --- a/instat/dlgSunshine.Designer.vb +++ b/instat/dlgSunshine.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgSunshine 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(6, 204) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 1 ' 'dlgSunshine ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(412, 261) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgSurvivalDefine.Designer.vb b/instat/dlgSurvivalDefine.Designer.vb index 74a6b7ed588..452da482c77 100644 --- a/instat/dlgSurvivalDefine.Designer.vb +++ b/instat/dlgSurvivalDefine.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgSurvivalDefine ' 'dlgSurvivalDefine ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(541, 410) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/dlgSurvivalDescribe.Designer.vb b/instat/dlgSurvivalDescribe.Designer.vb index 6d0cfcdd6c9..909c723136e 100644 --- a/instat/dlgSurvivalDescribe.Designer.vb +++ b/instat/dlgSurvivalDescribe.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgSurvivalDescribe ' 'dlgSurvivalDescribe ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(558, 442) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/dlgSurvivalModel.Designer.vb b/instat/dlgSurvivalModel.Designer.vb index a5a52815aa5..659a7e38e24 100644 --- a/instat/dlgSurvivalModel.Designer.vb +++ b/instat/dlgSurvivalModel.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgSurvivalModel ' 'dlgSurvivalModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(460, 330) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/dlgSurvivalObject.Designer.vb b/instat/dlgSurvivalObject.Designer.vb index aad456ef324..e7f673fe727 100644 --- a/instat/dlgSurvivalObject.Designer.vb +++ b/instat/dlgSurvivalObject.Designer.vb @@ -186,6 +186,7 @@ Partial Class dlgSurvivalObject 'ucrModifyEventLogical ' Me.ucrModifyEventLogical.AddQuotesIfUnrecognised = True + Me.ucrModifyEventLogical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrModifyEventLogical.GetSetSelectedIndex = -1 Me.ucrModifyEventLogical.IsReadOnly = False Me.ucrModifyEventLogical.Location = New System.Drawing.Point(278, 215) @@ -196,6 +197,7 @@ Partial Class dlgSurvivalObject 'ucrModifyEventNumeric ' Me.ucrModifyEventNumeric.AddQuotesIfUnrecognised = True + Me.ucrModifyEventNumeric.AutoSize = True Me.ucrModifyEventNumeric.IsMultiline = False Me.ucrModifyEventNumeric.IsReadOnly = False Me.ucrModifyEventNumeric.Location = New System.Drawing.Point(278, 215) @@ -218,6 +220,7 @@ Partial Class dlgSurvivalObject 'ucrInputOrigin ' Me.ucrInputOrigin.AddQuotesIfUnrecognised = True + Me.ucrInputOrigin.AutoSize = True Me.ucrInputOrigin.IsMultiline = False Me.ucrInputOrigin.IsReadOnly = False Me.ucrInputOrigin.Location = New System.Drawing.Point(328, 247) @@ -227,6 +230,7 @@ Partial Class dlgSurvivalObject ' 'ucrPnlType ' + Me.ucrPnlType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlType.Location = New System.Drawing.Point(34, 10) Me.ucrPnlType.Name = "ucrPnlType" Me.ucrPnlType.Size = New System.Drawing.Size(437, 36) @@ -234,6 +238,7 @@ Partial Class dlgSurvivalObject ' 'ucrSaveObject ' + Me.ucrSaveObject.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveObject.Location = New System.Drawing.Point(10, 247) Me.ucrSaveObject.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveObject.Name = "ucrSaveObject" @@ -242,6 +247,7 @@ Partial Class dlgSurvivalObject ' 'ucrReceiverEvent ' + Me.ucrReceiverEvent.AutoSize = True Me.ucrReceiverEvent.frmParent = Me Me.ucrReceiverEvent.Location = New System.Drawing.Point(278, 170) Me.ucrReceiverEvent.Margin = New System.Windows.Forms.Padding(0) @@ -254,6 +260,7 @@ Partial Class dlgSurvivalObject ' 'ucrReceiverExit ' + Me.ucrReceiverExit.AutoSize = True Me.ucrReceiverExit.frmParent = Me Me.ucrReceiverExit.Location = New System.Drawing.Point(278, 123) Me.ucrReceiverExit.Margin = New System.Windows.Forms.Padding(0) @@ -266,6 +273,7 @@ Partial Class dlgSurvivalObject ' 'ucrReceiverEntry ' + Me.ucrReceiverEntry.AutoSize = True Me.ucrReceiverEntry.frmParent = Me Me.ucrReceiverEntry.Location = New System.Drawing.Point(278, 76) Me.ucrReceiverEntry.Margin = New System.Windows.Forms.Padding(0) @@ -278,29 +286,32 @@ Partial Class dlgSurvivalObject ' 'ucrSelectorFitObject ' + Me.ucrSelectorFitObject.AutoSize = True Me.ucrSelectorFitObject.bDropUnusedFilterLevels = False Me.ucrSelectorFitObject.bShowHiddenColumns = False Me.ucrSelectorFitObject.bUseCurrentFilter = True Me.ucrSelectorFitObject.Location = New System.Drawing.Point(9, 49) Me.ucrSelectorFitObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFitObject.Name = "ucrSelectorFitObject" - Me.ucrSelectorFitObject.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorFitObject.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorFitObject.TabIndex = 7 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 277) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 22 ' 'ucrChkModifyEvent ' + Me.ucrChkModifyEvent.AutoSize = True Me.ucrChkModifyEvent.Checked = False Me.ucrChkModifyEvent.Location = New System.Drawing.Point(404, 171) Me.ucrChkModifyEvent.Name = "ucrChkModifyEvent" - Me.ucrChkModifyEvent.Size = New System.Drawing.Size(189, 20) + Me.ucrChkModifyEvent.Size = New System.Drawing.Size(189, 23) Me.ucrChkModifyEvent.TabIndex = 14 ' 'lblModifyEvent @@ -313,8 +324,8 @@ Partial Class dlgSurvivalObject ' 'dlgSurvivalObject ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(648, 335) Me.Controls.Add(Me.ucrModifyEventLogical) diff --git a/instat/dlgSurvivalRates.Designer.vb b/instat/dlgSurvivalRates.Designer.vb index e7d02036bc4..1ba66e35393 100644 --- a/instat/dlgSurvivalRates.Designer.vb +++ b/instat/dlgSurvivalRates.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgSurvivalRates ' 'dlgSurvivalRates ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(517, 422) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/dlgTaylorDiagram.Designer.vb b/instat/dlgTaylorDiagram.Designer.vb index 3145f7f52a5..7a0309a1f9c 100644 --- a/instat/dlgTaylorDiagram.Designer.vb +++ b/instat/dlgTaylorDiagram.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgTaylorDiagram 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTaylorDiagram)) Me.lblObserved = New System.Windows.Forms.Label() Me.lblEstimated = New System.Windows.Forms.Label() Me.lblGroup = New System.Windows.Forms.Label() @@ -40,94 +39,153 @@ Partial Class dlgTaylorDiagram ' 'lblObserved ' - resources.ApplyResources(Me.lblObserved, "lblObserved") + Me.lblObserved.AutoSize = True + Me.lblObserved.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblObserved.Location = New System.Drawing.Point(286, 24) Me.lblObserved.Name = "lblObserved" + Me.lblObserved.Size = New System.Drawing.Size(56, 13) + Me.lblObserved.TabIndex = 1 + Me.lblObserved.Text = "Observed:" ' 'lblEstimated ' - resources.ApplyResources(Me.lblEstimated, "lblEstimated") + Me.lblEstimated.AutoSize = True + Me.lblEstimated.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEstimated.Location = New System.Drawing.Point(286, 72) Me.lblEstimated.Name = "lblEstimated" + Me.lblEstimated.Size = New System.Drawing.Size(56, 13) + Me.lblEstimated.TabIndex = 3 + Me.lblEstimated.Text = "Estimated:" ' 'lblGroup ' - resources.ApplyResources(Me.lblGroup, "lblGroup") + Me.lblGroup.AutoSize = True + Me.lblGroup.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGroup.Location = New System.Drawing.Point(286, 245) Me.lblGroup.Name = "lblGroup" + Me.lblGroup.Size = New System.Drawing.Size(87, 13) + Me.lblGroup.TabIndex = 7 + Me.lblGroup.Text = "Group (Optional):" ' 'lblFacet ' - resources.ApplyResources(Me.lblFacet, "lblFacet") + Me.lblFacet.AutoSize = True + Me.lblFacet.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFacet.Location = New System.Drawing.Point(283, 199) Me.lblFacet.Name = "lblFacet" + Me.lblFacet.Size = New System.Drawing.Size(85, 13) + Me.lblFacet.TabIndex = 5 + Me.lblFacet.Text = "Facet (Optional):" ' 'cmdTaylorDiagramOptions ' - resources.ApplyResources(Me.cmdTaylorDiagramOptions, "cmdTaylorDiagramOptions") + Me.cmdTaylorDiagramOptions.Enabled = False + Me.cmdTaylorDiagramOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTaylorDiagramOptions.Location = New System.Drawing.Point(6, 204) Me.cmdTaylorDiagramOptions.Name = "cmdTaylorDiagramOptions" + Me.cmdTaylorDiagramOptions.Size = New System.Drawing.Size(148, 28) + Me.cmdTaylorDiagramOptions.TabIndex = 9 + Me.cmdTaylorDiagramOptions.Text = "Taylor Diagram Options" Me.cmdTaylorDiagramOptions.UseVisualStyleBackColor = True + Me.cmdTaylorDiagramOptions.Visible = False ' 'ucrReceiverEstimated ' + Me.ucrReceiverEstimated.AutoSize = True Me.ucrReceiverEstimated.frmParent = Me - resources.ApplyResources(Me.ucrReceiverEstimated, "ucrReceiverEstimated") + Me.ucrReceiverEstimated.Location = New System.Drawing.Point(286, 88) + Me.ucrReceiverEstimated.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverEstimated.Name = "ucrReceiverEstimated" Me.ucrReceiverEstimated.Selector = Nothing + Me.ucrReceiverEstimated.Size = New System.Drawing.Size(120, 57) Me.ucrReceiverEstimated.strNcFilePath = "" + Me.ucrReceiverEstimated.TabIndex = 4 Me.ucrReceiverEstimated.ucrSelector = Nothing ' 'ucrChkNormalise ' + Me.ucrChkNormalise.AutoSize = True Me.ucrChkNormalise.Checked = False - resources.ApplyResources(Me.ucrChkNormalise, "ucrChkNormalise") + Me.ucrChkNormalise.Location = New System.Drawing.Point(6, 238) Me.ucrChkNormalise.Name = "ucrChkNormalise" + Me.ucrChkNormalise.Size = New System.Drawing.Size(134, 23) + Me.ucrChkNormalise.TabIndex = 10 ' 'ucrReceiverType ' + Me.ucrReceiverType.AutoSize = True Me.ucrReceiverType.frmParent = Me - resources.ApplyResources(Me.ucrReceiverType, "ucrReceiverType") + Me.ucrReceiverType.Location = New System.Drawing.Point(286, 214) + Me.ucrReceiverType.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverType.Name = "ucrReceiverType" Me.ucrReceiverType.Selector = Nothing + Me.ucrReceiverType.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverType.strNcFilePath = "" + Me.ucrReceiverType.TabIndex = 6 Me.ucrReceiverType.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 395) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 12 ' 'ucrSavePlot ' - resources.ApplyResources(Me.ucrSavePlot, "ucrSavePlot") + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlot.Location = New System.Drawing.Point(6, 367) + Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" + Me.ucrSavePlot.Size = New System.Drawing.Size(320, 22) + Me.ucrSavePlot.TabIndex = 11 ' 'ucrReceiverGroup ' + Me.ucrReceiverGroup.AutoSize = True Me.ucrReceiverGroup.frmParent = Me - resources.ApplyResources(Me.ucrReceiverGroup, "ucrReceiverGroup") + Me.ucrReceiverGroup.Location = New System.Drawing.Point(286, 261) + Me.ucrReceiverGroup.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverGroup.Name = "ucrReceiverGroup" Me.ucrReceiverGroup.Selector = Nothing + Me.ucrReceiverGroup.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverGroup.strNcFilePath = "" + Me.ucrReceiverGroup.TabIndex = 8 Me.ucrReceiverGroup.ucrSelector = Nothing ' 'ucrReceiverObserved ' + Me.ucrReceiverObserved.AutoSize = True Me.ucrReceiverObserved.frmParent = Me - resources.ApplyResources(Me.ucrReceiverObserved, "ucrReceiverObserved") + Me.ucrReceiverObserved.Location = New System.Drawing.Point(286, 40) + Me.ucrReceiverObserved.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverObserved.Name = "ucrReceiverObserved" Me.ucrReceiverObserved.Selector = Nothing + Me.ucrReceiverObserved.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverObserved.strNcFilePath = "" + Me.ucrReceiverObserved.TabIndex = 2 Me.ucrReceiverObserved.ucrSelector = Nothing ' 'ucrSelectorTaylorDiagram ' + Me.ucrSelectorTaylorDiagram.AutoSize = True Me.ucrSelectorTaylorDiagram.bDropUnusedFilterLevels = False Me.ucrSelectorTaylorDiagram.bShowHiddenColumns = False Me.ucrSelectorTaylorDiagram.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTaylorDiagram, "ucrSelectorTaylorDiagram") + Me.ucrSelectorTaylorDiagram.Location = New System.Drawing.Point(6, 18) + Me.ucrSelectorTaylorDiagram.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTaylorDiagram.Name = "ucrSelectorTaylorDiagram" + Me.ucrSelectorTaylorDiagram.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTaylorDiagram.TabIndex = 0 ' 'dlgTaylorDiagram ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 449) Me.Controls.Add(Me.ucrReceiverEstimated) Me.Controls.Add(Me.cmdTaylorDiagramOptions) Me.Controls.Add(Me.ucrChkNormalise) @@ -145,6 +203,8 @@ Partial Class dlgTaylorDiagram Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTaylorDiagram" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Taylor Diagram" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgTaylorDiagram.resx b/instat/dlgTaylorDiagram.resx index 293b457f42f..1af7de150c9 100644 --- a/instat/dlgTaylorDiagram.resx +++ b/instat/dlgTaylorDiagram.resx @@ -117,373 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 286, 24 - - - 56, 13 - - - 1 - - - Observed: - - - lblObserved - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 286, 72 - - - 56, 13 - - - 3 - - - Estimated: - - - lblEstimated - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 286, 245 - - - 87, 13 - - - 7 - - - Group (Optional): - - - lblGroup - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 283, 199 - - - 85, 13 - - - 5 - - - Facet (Optional): - - - lblFacet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - False - - - NoControl - - - 6, 204 - - - 148, 28 - - - 9 - - - Taylor Diagram Options - - - False - - - cmdTaylorDiagramOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 415, 449 - - - 6, 238 - - - 134, 20 - - - 10 - - - ucrChkNormalise - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 286, 214 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverType - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 395 - - - 405, 52 - - - 12 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 6, 367 - - - 4, 5, 4, 5 - - - 320, 22 - - - 11 - - - ucrSavePlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 286, 261 - - - 0, 0, 0, 0 - - - 120, 100 - - - 8 - - - ucrReceiverGroup - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 286, 40 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverObserved - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 6, 18 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorTaylorDiagram - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - CenterScreen - - - Taylor Diagram - - - dlgTaylorDiagram - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 286, 88 - - - 0, 0, 0, 0 - - - 120, 57 - - - 4 - - - ucrReceiverEstimated - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgTemperature.Designer.vb b/instat/dlgTemperature.Designer.vb index 9dec76698cb..402d2b1263f 100644 --- a/instat/dlgTemperature.Designer.vb +++ b/instat/dlgTemperature.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgTemperature 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 204) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 2 ' 'dlgTemperature ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(411, 261) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgThemes.Designer.vb b/instat/dlgThemes.Designer.vb index 1194c24d841..ca187b049cc 100644 --- a/instat/dlgThemes.Designer.vb +++ b/instat/dlgThemes.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgThemes 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgThemes)) Me.lblThemetoEdit = New System.Windows.Forms.Label() Me.cmdThemeOptions = New System.Windows.Forms.Button() Me.ucrChkDeleteTheme = New instat.ucrCheck() @@ -50,50 +49,81 @@ Partial Class dlgThemes ' 'lblThemetoEdit ' - resources.ApplyResources(Me.lblThemetoEdit, "lblThemetoEdit") + Me.lblThemetoEdit.AutoSize = True + Me.lblThemetoEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblThemetoEdit.Location = New System.Drawing.Point(240, 58) Me.lblThemetoEdit.Name = "lblThemetoEdit" + Me.lblThemetoEdit.Size = New System.Drawing.Size(76, 13) + Me.lblThemetoEdit.TabIndex = 3 + Me.lblThemetoEdit.Text = "Theme to Edit:" ' 'cmdThemeOptions ' - resources.ApplyResources(Me.cmdThemeOptions, "cmdThemeOptions") + Me.cmdThemeOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdThemeOptions.Location = New System.Drawing.Point(243, 131) Me.cmdThemeOptions.Name = "cmdThemeOptions" + Me.cmdThemeOptions.Size = New System.Drawing.Size(120, 23) + Me.cmdThemeOptions.TabIndex = 4 + Me.cmdThemeOptions.Text = "Theme Options" Me.cmdThemeOptions.UseVisualStyleBackColor = True ' 'ucrChkDeleteTheme ' + Me.ucrChkDeleteTheme.AutoSize = True Me.ucrChkDeleteTheme.Checked = False - resources.ApplyResources(Me.ucrChkDeleteTheme, "ucrChkDeleteTheme") + Me.ucrChkDeleteTheme.Enabled = False + Me.ucrChkDeleteTheme.Location = New System.Drawing.Point(243, 107) Me.ucrChkDeleteTheme.Name = "ucrChkDeleteTheme" + Me.ucrChkDeleteTheme.Size = New System.Drawing.Size(145, 23) + Me.ucrChkDeleteTheme.TabIndex = 6 ' 'ucrSaveTheme ' - resources.ApplyResources(Me.ucrSaveTheme, "ucrSaveTheme") + Me.ucrSaveTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveTheme.Location = New System.Drawing.Point(9, 182) + Me.ucrSaveTheme.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveTheme.Name = "ucrSaveTheme" + Me.ucrSaveTheme.Size = New System.Drawing.Size(254, 24) + Me.ucrSaveTheme.TabIndex = 5 ' 'ucrReceiverThemetoEdit ' + Me.ucrReceiverThemetoEdit.AutoSize = True Me.ucrReceiverThemetoEdit.frmParent = Me - resources.ApplyResources(Me.ucrReceiverThemetoEdit, "ucrReceiverThemetoEdit") + Me.ucrReceiverThemetoEdit.Location = New System.Drawing.Point(243, 73) + Me.ucrReceiverThemetoEdit.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverThemetoEdit.Name = "ucrReceiverThemetoEdit" Me.ucrReceiverThemetoEdit.Selector = Nothing + Me.ucrReceiverThemetoEdit.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverThemetoEdit.strNcFilePath = "" + Me.ucrReceiverThemetoEdit.TabIndex = 2 Me.ucrReceiverThemetoEdit.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 212) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrSelectorThemes ' + Me.ucrSelectorThemes.AutoSize = True Me.ucrSelectorThemes.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorThemes, "ucrSelectorThemes") + Me.ucrSelectorThemes.Location = New System.Drawing.Point(9, 32) + Me.ucrSelectorThemes.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorThemes.Name = "ucrSelectorThemes" + Me.ucrSelectorThemes.Size = New System.Drawing.Size(213, 147) + Me.ucrSelectorThemes.TabIndex = 7 ' 'dlgThemes ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(423, 279) Me.Controls.Add(Me.ucrSelectorThemes) Me.Controls.Add(Me.ucrChkDeleteTheme) Me.Controls.Add(Me.ucrSaveTheme) @@ -105,7 +135,9 @@ Partial Class dlgThemes Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgThemes" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Themes" + Me.Text = "Themes" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgThemes.resx b/instat/dlgThemes.resx index 4dbdf452460..29dcb1b3a35 100644 --- a/instat/dlgThemes.resx +++ b/instat/dlgThemes.resx @@ -117,208 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 240, 58 - - - 76, 13 - - - 3 - - - Theme to Edit: - - - lblThemetoEdit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 243, 131 - - - 120, 23 - - - 4 - - - Theme Options - - - cmdThemeOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - False - - - 243, 107 - - - 145, 18 - - - 6 - - - ucrChkDeleteTheme - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 182 - - - 4, 5, 4, 5 - - - 254, 24 - - - 5 - - - ucrSaveTheme - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 423, 279 - - - 9, 32 - - - 0, 0, 0, 0 - - - 210, 147 - - - 7 - - - ucrSelectorThemes - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 9, 212 - - - 410, 53 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Themes - - - dlgThemes - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 243, 73 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverThemetoEdit - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgThreeSummaries.Designer.vb b/instat/dlgThreeSummaries.Designer.vb index 1ac77c5030c..4f8a70967d5 100644 --- a/instat/dlgThreeSummaries.Designer.vb +++ b/instat/dlgThreeSummaries.Designer.vb @@ -70,9 +70,10 @@ Partial Class dlgThreeSummaries 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 303) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 63) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'lblLinetype @@ -269,8 +270,8 @@ Partial Class dlgThreeSummaries ' 'dlgThreeSummaries ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(555, 378) Me.Controls.Add(Me.lblPlotCharacter) diff --git a/instat/dlgThreeVariableFrequencies.Designer.vb b/instat/dlgThreeVariableFrequencies.Designer.vb index e6e9987b084..0368c0d4425 100644 --- a/instat/dlgThreeVariableFrequencies.Designer.vb +++ b/instat/dlgThreeVariableFrequencies.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgThreeVariableFrequencies 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgThreeVariableFrequencies)) Me.rdoTable = New System.Windows.Forms.RadioButton() Me.rdoGraph = New System.Windows.Forms.RadioButton() Me.lblGroupby = New System.Windows.Forms.Label() @@ -75,71 +74,126 @@ Partial Class dlgThreeVariableFrequencies ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoTable.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTable.Location = New System.Drawing.Point(59, 12) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(105, 28) + Me.rdoTable.TabIndex = 1 + Me.rdoTable.Text = "Table" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'rdoGraph ' - resources.ApplyResources(Me.rdoGraph, "rdoGraph") + Me.rdoGraph.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoGraph.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoGraph.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraph.FlatAppearance.BorderSize = 2 Me.rdoGraph.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraph.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoGraph.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoGraph.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoGraph.Location = New System.Drawing.Point(162, 12) Me.rdoGraph.Name = "rdoGraph" + Me.rdoGraph.Size = New System.Drawing.Size(105, 28) + Me.rdoGraph.TabIndex = 2 + Me.rdoGraph.Text = "Graph" + Me.rdoGraph.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.rdoGraph.UseVisualStyleBackColor = True ' 'lblGroupby ' - resources.ApplyResources(Me.lblGroupby, "lblGroupby") + Me.lblGroupby.AutoSize = True + Me.lblGroupby.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGroupby.Location = New System.Drawing.Point(236, 170) Me.lblGroupby.Name = "lblGroupby" + Me.lblGroupby.Size = New System.Drawing.Size(86, 13) + Me.lblGroupby.TabIndex = 9 + Me.lblGroupby.Text = "Grouping Factor:" ' 'lblColumnfactor ' - resources.ApplyResources(Me.lblColumnfactor, "lblColumnfactor") + Me.lblColumnfactor.AutoSize = True + Me.lblColumnfactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnfactor.Location = New System.Drawing.Point(236, 126) Me.lblColumnfactor.Name = "lblColumnfactor" + Me.lblColumnfactor.Size = New System.Drawing.Size(78, 13) + Me.lblColumnfactor.TabIndex = 7 + Me.lblColumnfactor.Text = "Column Factor:" ' 'lblRowfactor ' - resources.ApplyResources(Me.lblRowfactor, "lblRowfactor") + Me.lblRowfactor.AutoSize = True + Me.lblRowfactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRowfactor.Location = New System.Drawing.Point(236, 82) Me.lblRowfactor.Name = "lblRowfactor" + Me.lblRowfactor.Size = New System.Drawing.Size(112, 13) + Me.lblRowfactor.TabIndex = 5 + Me.lblRowfactor.Text = "Row Variable (Factor):" ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 227) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(121, 23) + Me.cmdOptions.TabIndex = 15 + Me.cmdOptions.Text = " Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.AutoSize = True + Me.rdoColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumn.Location = New System.Drawing.Point(10, 85) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(77, 17) + Me.rdoColumn.TabIndex = 3 Me.rdoColumn.TabStop = True + Me.rdoColumn.Text = "Column (%)" Me.rdoColumn.UseVisualStyleBackColor = True ' 'rdoRow ' - resources.ApplyResources(Me.rdoRow, "rdoRow") + Me.rdoRow.AutoSize = True + Me.rdoRow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRow.Location = New System.Drawing.Point(10, 59) Me.rdoRow.Name = "rdoRow" + Me.rdoRow.Size = New System.Drawing.Size(64, 17) + Me.rdoRow.TabIndex = 2 Me.rdoRow.TabStop = True + Me.rdoRow.Text = "Row (%)" Me.rdoRow.UseVisualStyleBackColor = True ' 'rdoCell ' - resources.ApplyResources(Me.rdoCell, "rdoCell") + Me.rdoCell.AutoSize = True + Me.rdoCell.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCell.Location = New System.Drawing.Point(10, 111) Me.rdoCell.Name = "rdoCell" + Me.rdoCell.Size = New System.Drawing.Size(59, 17) + Me.rdoCell.TabIndex = 4 Me.rdoCell.TabStop = True + Me.rdoCell.Text = "Cell (%)" Me.rdoCell.UseVisualStyleBackColor = True ' 'rdoCount ' - resources.ApplyResources(Me.rdoCount, "rdoCount") + Me.rdoCount.AutoSize = True + Me.rdoCount.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCount.Location = New System.Drawing.Point(10, 33) Me.rdoCount.Name = "rdoCount" + Me.rdoCount.Size = New System.Drawing.Size(53, 17) + Me.rdoCount.TabIndex = 1 Me.rdoCount.TabStop = True + Me.rdoCount.Text = "Count" Me.rdoCount.UseVisualStyleBackColor = True ' 'grpFreqTypeTable @@ -148,38 +202,58 @@ Partial Class dlgThreeVariableFrequencies Me.grpFreqTypeTable.Controls.Add(Me.ucrChkCount) Me.grpFreqTypeTable.Controls.Add(Me.ucrChkColumn) Me.grpFreqTypeTable.Controls.Add(Me.ucrChkCell) - resources.ApplyResources(Me.grpFreqTypeTable, "grpFreqTypeTable") + Me.grpFreqTypeTable.Location = New System.Drawing.Point(292, 279) Me.grpFreqTypeTable.Name = "grpFreqTypeTable" + Me.grpFreqTypeTable.Size = New System.Drawing.Size(121, 131) + Me.grpFreqTypeTable.TabIndex = 13 Me.grpFreqTypeTable.TabStop = False + Me.grpFreqTypeTable.Text = "Table Frequencies" ' 'ucrChkRow ' + Me.ucrChkRow.AutoSize = True Me.ucrChkRow.Checked = False - resources.ApplyResources(Me.ucrChkRow, "ucrChkRow") + Me.ucrChkRow.Location = New System.Drawing.Point(12, 59) Me.ucrChkRow.Name = "ucrChkRow" + Me.ucrChkRow.Size = New System.Drawing.Size(100, 23) + Me.ucrChkRow.TabIndex = 1 ' 'ucrChkCount ' + Me.ucrChkCount.AutoSize = True Me.ucrChkCount.Checked = False - resources.ApplyResources(Me.ucrChkCount, "ucrChkCount") + Me.ucrChkCount.Location = New System.Drawing.Point(12, 33) Me.ucrChkCount.Name = "ucrChkCount" + Me.ucrChkCount.Size = New System.Drawing.Size(100, 23) + Me.ucrChkCount.TabIndex = 0 ' 'ucrChkColumn ' + Me.ucrChkColumn.AutoSize = True Me.ucrChkColumn.Checked = False - resources.ApplyResources(Me.ucrChkColumn, "ucrChkColumn") + Me.ucrChkColumn.Location = New System.Drawing.Point(13, 85) Me.ucrChkColumn.Name = "ucrChkColumn" + Me.ucrChkColumn.Size = New System.Drawing.Size(100, 23) + Me.ucrChkColumn.TabIndex = 2 ' 'ucrChkCell ' + Me.ucrChkCell.AutoSize = True Me.ucrChkCell.Checked = False - resources.ApplyResources(Me.ucrChkCell, "ucrChkCell") + Me.ucrChkCell.Location = New System.Drawing.Point(12, 111) Me.ucrChkCell.Name = "ucrChkCell" + Me.ucrChkCell.Size = New System.Drawing.Size(100, 23) + Me.ucrChkCell.TabIndex = 3 ' 'lblGroupsby ' - resources.ApplyResources(Me.lblGroupsby, "lblGroupsby") + Me.lblGroupsby.AutoSize = True + Me.lblGroupsby.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGroupsby.Location = New System.Drawing.Point(236, 214) Me.lblGroupsby.Name = "lblGroupsby" + Me.lblGroupsby.Size = New System.Drawing.Size(134, 13) + Me.lblGroupsby.TabIndex = 11 + Me.lblGroupsby.Text = "Grouping Factor (Optional):" ' 'grpFreqTypeGraph ' @@ -188,109 +262,167 @@ Partial Class dlgThreeVariableFrequencies Me.grpFreqTypeGraph.Controls.Add(Me.rdoRow) Me.grpFreqTypeGraph.Controls.Add(Me.rdoCell) Me.grpFreqTypeGraph.Controls.Add(Me.ucrPnlFreqType) - resources.ApplyResources(Me.grpFreqTypeGraph, "grpFreqTypeGraph") + Me.grpFreqTypeGraph.Location = New System.Drawing.Point(165, 279) Me.grpFreqTypeGraph.Name = "grpFreqTypeGraph" + Me.grpFreqTypeGraph.Size = New System.Drawing.Size(121, 131) + Me.grpFreqTypeGraph.TabIndex = 14 Me.grpFreqTypeGraph.TabStop = False + Me.grpFreqTypeGraph.Text = "Graph Frequencies" ' 'ucrPnlFreqType ' - resources.ApplyResources(Me.ucrPnlFreqType, "ucrPnlFreqType") + Me.ucrPnlFreqType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFreqType.Location = New System.Drawing.Point(7, 33) Me.ucrPnlFreqType.Name = "ucrPnlFreqType" + Me.ucrPnlFreqType.Size = New System.Drawing.Size(92, 95) + Me.ucrPnlFreqType.TabIndex = 0 ' 'rdoBoth ' - resources.ApplyResources(Me.rdoBoth, "rdoBoth") + Me.rdoBoth.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoBoth.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoBoth.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBoth.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBoth.FlatAppearance.BorderSize = 2 Me.rdoBoth.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBoth.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoBoth.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoBoth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoth.Location = New System.Drawing.Point(265, 12) Me.rdoBoth.Name = "rdoBoth" + Me.rdoBoth.Size = New System.Drawing.Size(105, 28) + Me.rdoBoth.TabIndex = 3 + Me.rdoBoth.Text = "Both" + Me.rdoBoth.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.rdoBoth.UseVisualStyleBackColor = True ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 415) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(344, 21) + Me.ucrSaveGraph.TabIndex = 20 ' 'ucrReceiverGroupBy2nd ' + Me.ucrReceiverGroupBy2nd.AutoSize = True Me.ucrReceiverGroupBy2nd.frmParent = Me - resources.ApplyResources(Me.ucrReceiverGroupBy2nd, "ucrReceiverGroupBy2nd") + Me.ucrReceiverGroupBy2nd.Location = New System.Drawing.Point(239, 230) + Me.ucrReceiverGroupBy2nd.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverGroupBy2nd.Name = "ucrReceiverGroupBy2nd" Me.ucrReceiverGroupBy2nd.Selector = Nothing + Me.ucrReceiverGroupBy2nd.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverGroupBy2nd.strNcFilePath = "" + Me.ucrReceiverGroupBy2nd.TabIndex = 12 Me.ucrReceiverGroupBy2nd.ucrSelector = Nothing ' 'ucrReceiverGroupsBy1st ' + Me.ucrReceiverGroupsBy1st.AutoSize = True Me.ucrReceiverGroupsBy1st.frmParent = Me - resources.ApplyResources(Me.ucrReceiverGroupsBy1st, "ucrReceiverGroupsBy1st") + Me.ucrReceiverGroupsBy1st.Location = New System.Drawing.Point(239, 183) + Me.ucrReceiverGroupsBy1st.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverGroupsBy1st.Name = "ucrReceiverGroupsBy1st" Me.ucrReceiverGroupsBy1st.Selector = Nothing + Me.ucrReceiverGroupsBy1st.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverGroupsBy1st.strNcFilePath = "" + Me.ucrReceiverGroupsBy1st.TabIndex = 10 Me.ucrReceiverGroupsBy1st.ucrSelector = Nothing ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(113, 256) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(128, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 17 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrChkWeights ' + Me.ucrChkWeights.AutoSize = True Me.ucrChkWeights.Checked = False - resources.ApplyResources(Me.ucrChkWeights, "ucrChkWeights") + Me.ucrChkWeights.Location = New System.Drawing.Point(10, 256) Me.ucrChkWeights.Name = "ucrChkWeights" + Me.ucrChkWeights.Size = New System.Drawing.Size(100, 23) + Me.ucrChkWeights.TabIndex = 16 ' 'ucrReceiverColumnFactor ' + Me.ucrReceiverColumnFactor.AutoSize = True Me.ucrReceiverColumnFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnFactor, "ucrReceiverColumnFactor") + Me.ucrReceiverColumnFactor.Location = New System.Drawing.Point(239, 139) + Me.ucrReceiverColumnFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnFactor.Name = "ucrReceiverColumnFactor" Me.ucrReceiverColumnFactor.Selector = Nothing + Me.ucrReceiverColumnFactor.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverColumnFactor.strNcFilePath = "" + Me.ucrReceiverColumnFactor.TabIndex = 8 Me.ucrReceiverColumnFactor.ucrSelector = Nothing ' 'ucrReceiverRowFactor ' + Me.ucrReceiverRowFactor.AutoSize = True Me.ucrReceiverRowFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRowFactor, "ucrReceiverRowFactor") + Me.ucrReceiverRowFactor.Location = New System.Drawing.Point(239, 95) + Me.ucrReceiverRowFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRowFactor.Name = "ucrReceiverRowFactor" Me.ucrReceiverRowFactor.Selector = Nothing + Me.ucrReceiverRowFactor.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverRowFactor.strNcFilePath = "" + Me.ucrReceiverRowFactor.TabIndex = 6 Me.ucrReceiverRowFactor.ucrSelector = Nothing ' 'ucrPnlFrequencyDisplay ' - resources.ApplyResources(Me.ucrPnlFrequencyDisplay, "ucrPnlFrequencyDisplay") + Me.ucrPnlFrequencyDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFrequencyDisplay.Location = New System.Drawing.Point(59, 12) Me.ucrPnlFrequencyDisplay.Name = "ucrPnlFrequencyDisplay" + Me.ucrPnlFrequencyDisplay.Size = New System.Drawing.Size(314, 29) + Me.ucrPnlFrequencyDisplay.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 438) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 19 ' 'ucrSelectorThreeVariableFrequencies ' + Me.ucrSelectorThreeVariableFrequencies.AutoSize = True Me.ucrSelectorThreeVariableFrequencies.bDropUnusedFilterLevels = False Me.ucrSelectorThreeVariableFrequencies.bShowHiddenColumns = False Me.ucrSelectorThreeVariableFrequencies.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorThreeVariableFrequencies, "ucrSelectorThreeVariableFrequencies") + Me.ucrSelectorThreeVariableFrequencies.Location = New System.Drawing.Point(10, 43) + Me.ucrSelectorThreeVariableFrequencies.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorThreeVariableFrequencies.Name = "ucrSelectorThreeVariableFrequencies" + Me.ucrSelectorThreeVariableFrequencies.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorThreeVariableFrequencies.TabIndex = 4 ' 'ucrChkFlip ' + Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False - resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") + Me.ucrChkFlip.Location = New System.Drawing.Point(10, 282) Me.ucrChkFlip.Name = "ucrChkFlip" + Me.ucrChkFlip.Size = New System.Drawing.Size(197, 23) + Me.ucrChkFlip.TabIndex = 18 ' 'dlgThreeVariableFrequencies ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 492) Me.Controls.Add(Me.rdoBoth) Me.Controls.Add(Me.ucrReceiverGroupBy2nd) Me.Controls.Add(Me.lblGroupsby) @@ -316,7 +448,10 @@ Partial Class dlgThreeVariableFrequencies Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgThreeVariableFrequencies" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Three Variable Frequencies" Me.grpFreqTypeTable.ResumeLayout(False) + Me.grpFreqTypeTable.PerformLayout() Me.grpFreqTypeGraph.ResumeLayout(False) Me.grpFreqTypeGraph.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgThreeVariableFrequencies.resx b/instat/dlgThreeVariableFrequencies.resx index 759a4f33cb7..29dcb1b3a35 100644 --- a/instat/dlgThreeVariableFrequencies.resx +++ b/instat/dlgThreeVariableFrequencies.resx @@ -117,826 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - NoControl - - - - 59, 12 - - - 105, 28 - - - - 1 - - - Table - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 162, 12 - - - 105, 28 - - - 2 - - - Graph - - - TopCenter - - - rdoGraph - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 236, 170 - - - 86, 13 - - - 9 - - - Grouping Factor: - - - lblGroupby - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 236, 126 - - - 78, 13 - - - 7 - - - Column Factor: - - - lblColumnfactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 236, 82 - - - 112, 13 - - - 5 - - - Row Variable (Factor): - - - lblRowfactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 10, 227 - - - 121, 23 - - - 15 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 10, 85 - - - 77, 17 - - - 3 - - - Column (%) - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 1 - - - True - - - NoControl - - - 10, 59 - - - 64, 17 - - - 2 - - - Row (%) - - - rdoRow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 2 - - - True - - - NoControl - - - 10, 111 - - - 59, 17 - - - 4 - - - Cell (%) - - - rdoCell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 3 - - - True - - - NoControl - - - 10, 33 - - - 53, 17 - - - 1 - - - Count - - - rdoCount - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 0 - - - 12, 59 - - - 100, 20 - - - 1 - - - ucrChkRow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 0 - - - 12, 33 - - - 100, 20 - - - 0 - - - ucrChkCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 1 - - - 13, 85 - - - 100, 20 - - - 2 - - - ucrChkColumn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 2 - - - 12, 111 - - - 100, 17 - - - 3 - - - ucrChkCell - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 3 - - - 292, 279 - - - 121, 131 - - - 13 - - - Table Frequencies - - - grpFreqTypeTable - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 236, 214 - - - 134, 13 - - - 11 - - - Grouping Factor (Optional): - - - lblGroupsby - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 7, 33 - - - 92, 95 - - - 0 - - - ucrPnlFreqType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeGraph - - - 4 - - - 165, 279 - - - 121, 131 - - - 14 - - - Graph Frequencies - - - grpFreqTypeGraph - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 265, 12 - - - 105, 28 - - - 3 - - - Both - - - TopCenter - - - rdoBoth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 415 - - - 4, 5, 4, 5 - - - 344, 21 - - - 20 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - True - - - 6, 13 - - - True - - - 416, 492 - - - 239, 183 - - - 0, 0, 0, 0 - - - 121, 20 - - - 10 - - - ucrReceiverGroupsBy1st - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 256 - - - 100, 20 - - - 16 - - - ucrChkWeights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 239, 139 - - - 0, 0, 0, 0 - - - 121, 20 - - - 8 - - - ucrReceiverColumnFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 239, 95 - - - 0, 0, 0, 0 - - - 121, 20 - - - 6 - - - ucrReceiverRowFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 59, 12 - - - 314, 29 - - - 0 - - - ucrPnlFrequencyDisplay - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 438 - - - 405, 52 - - - 19 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 10, 43 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorThreeVariableFrequencies - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 113, 256 - - - 0, 0, 0, 0 - - - 128, 20 - - - 17 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 10, 282 - - - 197, 18 - - - 18 - - - ucrChkFlip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - CenterScreen - - - Three Variable Frequencies - - - dlgThreeVariableFrequencies - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 239, 230 - - - 0, 0, 0, 0 - - - 121, 20 - - - 12 - - - ucrReceiverGroupBy2nd - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgThreeVariablePivotTable.Designer.vb b/instat/dlgThreeVariablePivotTable.Designer.vb index 59a383bcbf4..5c74ce7eb82 100644 --- a/instat/dlgThreeVariablePivotTable.Designer.vb +++ b/instat/dlgThreeVariablePivotTable.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgThreeVariablePivotTable _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgThreeVariablePivotTable)) Me.lblAdditionalRowFactor = New System.Windows.Forms.Label() Me.lblInitialColumnFactor = New System.Windows.Forms.Label() Me.lblInitialRowFactor = New System.Windows.Forms.Label() @@ -45,118 +44,185 @@ Partial Class dlgThreeVariablePivotTable ' 'lblAdditionalRowFactor ' - resources.ApplyResources(Me.lblAdditionalRowFactor, "lblAdditionalRowFactor") + Me.lblAdditionalRowFactor.AutoSize = True + Me.lblAdditionalRowFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAdditionalRowFactor.Location = New System.Drawing.Point(258, 187) Me.lblAdditionalRowFactor.Name = "lblAdditionalRowFactor" + Me.lblAdditionalRowFactor.Size = New System.Drawing.Size(51, 13) + Me.lblAdditionalRowFactor.TabIndex = 60 Me.lblAdditionalRowFactor.Tag = "Initial Column Factor:" + Me.lblAdditionalRowFactor.Text = "Variable :" ' 'lblInitialColumnFactor ' - resources.ApplyResources(Me.lblInitialColumnFactor, "lblInitialColumnFactor") + Me.lblInitialColumnFactor.AutoSize = True + Me.lblInitialColumnFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInitialColumnFactor.Location = New System.Drawing.Point(260, 142) Me.lblInitialColumnFactor.Name = "lblInitialColumnFactor" + Me.lblInitialColumnFactor.Size = New System.Drawing.Size(105, 13) + Me.lblInitialColumnFactor.TabIndex = 54 Me.lblInitialColumnFactor.Tag = "Initial Column Factor:" + Me.lblInitialColumnFactor.Text = "Initial Column Factor:" ' 'lblInitialRowFactor ' - resources.ApplyResources(Me.lblInitialRowFactor, "lblInitialRowFactor") + Me.lblInitialRowFactor.AutoSize = True + Me.lblInitialRowFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInitialRowFactor.Location = New System.Drawing.Point(260, 42) Me.lblInitialRowFactor.Name = "lblInitialRowFactor" + Me.lblInitialRowFactor.Size = New System.Drawing.Size(106, 13) + Me.lblInitialRowFactor.TabIndex = 52 Me.lblInitialRowFactor.Tag = "Initial Row Factor:" + Me.lblInitialRowFactor.Text = "Initial Row Factor(s) :" ' 'lblTableChart ' - resources.ApplyResources(Me.lblTableChart, "lblTableChart") + Me.lblTableChart.AutoSize = True + Me.lblTableChart.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTableChart.Location = New System.Drawing.Point(6, 233) Me.lblTableChart.Name = "lblTableChart" + Me.lblTableChart.Size = New System.Drawing.Size(73, 13) + Me.lblTableChart.TabIndex = 63 + Me.lblTableChart.Text = "Table/Chart :" ' 'ucrInputTableChart ' Me.ucrInputTableChart.AddQuotesIfUnrecognised = True + Me.ucrInputTableChart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTableChart.GetSetSelectedIndex = -1 Me.ucrInputTableChart.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTableChart, "ucrInputTableChart") + Me.ucrInputTableChart.Location = New System.Drawing.Point(78, 227) Me.ucrInputTableChart.Name = "ucrInputTableChart" + Me.ucrInputTableChart.Size = New System.Drawing.Size(104, 21) + Me.ucrInputTableChart.TabIndex = 64 ' 'ucrReceiverInitialRowFactors ' + Me.ucrReceiverInitialRowFactors.AutoSize = True Me.ucrReceiverInitialRowFactors.frmParent = Me - resources.ApplyResources(Me.ucrReceiverInitialRowFactors, "ucrReceiverInitialRowFactors") + Me.ucrReceiverInitialRowFactors.Location = New System.Drawing.Point(260, 55) + Me.ucrReceiverInitialRowFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverInitialRowFactors.Name = "ucrReceiverInitialRowFactors" Me.ucrReceiverInitialRowFactors.Selector = Nothing + Me.ucrReceiverInitialRowFactors.Size = New System.Drawing.Size(120, 77) Me.ucrReceiverInitialRowFactors.strNcFilePath = "" + Me.ucrReceiverInitialRowFactors.TabIndex = 62 Me.ucrReceiverInitialRowFactors.ucrSelector = Nothing ' 'ucrReceiverAdditionalRowFactor ' + Me.ucrReceiverAdditionalRowFactor.AutoSize = True Me.ucrReceiverAdditionalRowFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAdditionalRowFactor, "ucrReceiverAdditionalRowFactor") + Me.ucrReceiverAdditionalRowFactor.Location = New System.Drawing.Point(260, 201) + Me.ucrReceiverAdditionalRowFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAdditionalRowFactor.Name = "ucrReceiverAdditionalRowFactor" Me.ucrReceiverAdditionalRowFactor.Selector = Nothing + Me.ucrReceiverAdditionalRowFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverAdditionalRowFactor.strNcFilePath = "" + Me.ucrReceiverAdditionalRowFactor.TabIndex = 61 Me.ucrReceiverAdditionalRowFactor.ucrSelector = Nothing ' 'ucrSavePivot ' - resources.ApplyResources(Me.ucrSavePivot, "ucrSavePivot") + Me.ucrSavePivot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePivot.Location = New System.Drawing.Point(9, 361) + Me.ucrSavePivot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePivot.Name = "ucrSavePivot" + Me.ucrSavePivot.Size = New System.Drawing.Size(382, 23) + Me.ucrSavePivot.TabIndex = 59 ' 'ucrChkIncludeSubTotals ' + Me.ucrChkIncludeSubTotals.AutoSize = True Me.ucrChkIncludeSubTotals.Checked = False - resources.ApplyResources(Me.ucrChkIncludeSubTotals, "ucrChkIncludeSubTotals") + Me.ucrChkIncludeSubTotals.Location = New System.Drawing.Point(9, 194) Me.ucrChkIncludeSubTotals.Name = "ucrChkIncludeSubTotals" + Me.ucrChkIncludeSubTotals.Size = New System.Drawing.Size(167, 23) + Me.ucrChkIncludeSubTotals.TabIndex = 58 ' 'ucrReceiverSelectedVariable ' + Me.ucrReceiverSelectedVariable.AutoSize = True Me.ucrReceiverSelectedVariable.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedVariable, "ucrReceiverSelectedVariable") + Me.ucrReceiverSelectedVariable.Location = New System.Drawing.Point(260, 253) + Me.ucrReceiverSelectedVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedVariable.Name = "ucrReceiverSelectedVariable" Me.ucrReceiverSelectedVariable.Selector = Nothing + Me.ucrReceiverSelectedVariable.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverSelectedVariable.strNcFilePath = "" + Me.ucrReceiverSelectedVariable.TabIndex = 57 Me.ucrReceiverSelectedVariable.ucrSelector = Nothing ' 'ucrChkSelectedVariable ' + Me.ucrChkSelectedVariable.AutoSize = True Me.ucrChkSelectedVariable.Checked = False - resources.ApplyResources(Me.ucrChkSelectedVariable, "ucrChkSelectedVariable") + Me.ucrChkSelectedVariable.Location = New System.Drawing.Point(260, 233) Me.ucrChkSelectedVariable.Name = "ucrChkSelectedVariable" + Me.ucrChkSelectedVariable.Size = New System.Drawing.Size(135, 23) + Me.ucrChkSelectedVariable.TabIndex = 56 ' 'ucrReceiverInitialColumnFactor ' + Me.ucrReceiverInitialColumnFactor.AutoSize = True Me.ucrReceiverInitialColumnFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverInitialColumnFactor, "ucrReceiverInitialColumnFactor") + Me.ucrReceiverInitialColumnFactor.Location = New System.Drawing.Point(260, 157) + Me.ucrReceiverInitialColumnFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverInitialColumnFactor.Name = "ucrReceiverInitialColumnFactor" Me.ucrReceiverInitialColumnFactor.Selector = Nothing + Me.ucrReceiverInitialColumnFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverInitialColumnFactor.strNcFilePath = "" + Me.ucrReceiverInitialColumnFactor.TabIndex = 55 Me.ucrReceiverInitialColumnFactor.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 392) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 51 ' 'ucrSelectorPivot ' + Me.ucrSelectorPivot.AutoSize = True Me.ucrSelectorPivot.bDropUnusedFilterLevels = False Me.ucrSelectorPivot.bShowHiddenColumns = False Me.ucrSelectorPivot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPivot, "ucrSelectorPivot") + Me.ucrSelectorPivot.Location = New System.Drawing.Point(9, 9) + Me.ucrSelectorPivot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPivot.Name = "ucrSelectorPivot" + Me.ucrSelectorPivot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPivot.TabIndex = 50 ' 'ucrInputSummary ' Me.ucrInputSummary.AddQuotesIfUnrecognised = True + Me.ucrInputSummary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSummary.GetSetSelectedIndex = -1 Me.ucrInputSummary.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSummary, "ucrInputSummary") + Me.ucrInputSummary.Location = New System.Drawing.Point(78, 262) Me.ucrInputSummary.Name = "ucrInputSummary" + Me.ucrInputSummary.Size = New System.Drawing.Size(104, 21) + Me.ucrInputSummary.TabIndex = 66 ' 'lblSummary ' - resources.ApplyResources(Me.lblSummary, "lblSummary") + Me.lblSummary.AutoSize = True + Me.lblSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummary.Location = New System.Drawing.Point(6, 265) Me.lblSummary.Name = "lblSummary" + Me.lblSummary.Size = New System.Drawing.Size(59, 13) + Me.lblSummary.TabIndex = 65 + Me.lblSummary.Text = "Summary : " ' 'dlgThreeVariablePivotTable ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 456) Me.Controls.Add(Me.ucrInputSummary) Me.Controls.Add(Me.lblSummary) Me.Controls.Add(Me.ucrInputTableChart) @@ -177,6 +243,8 @@ Partial Class dlgThreeVariablePivotTable Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgThreeVariablePivotTable" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Pivot Table" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgThreeVariablePivotTable.resx b/instat/dlgThreeVariablePivotTable.resx index 4a65c685ad5..8f7a76a18d0 100644 --- a/instat/dlgThreeVariablePivotTable.resx +++ b/instat/dlgThreeVariablePivotTable.resx @@ -117,445 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 258, 187 - - - 51, 13 - - - 60 - - - Variable : - - - lblAdditionalRowFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 260, 142 - - - 105, 13 - - - 54 - - - Initial Column Factor: - - - lblInitialColumnFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 260, 42 - - - 106, 13 - - - 52 - - - Initial Row Factor(s) : - - - lblInitialRowFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - 9, 1 - - True - - - NoControl - - - 6, 233 - - - 73, 13 - - - 63 - - - Table/Chart : - - - lblTableChart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 78, 227 - - - 104, 21 - - - 64 - - - ucrInputTableChart - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - 25 - - 6, 13 - - - True - - - 417, 456 - - - 78, 262 - - - 104, 21 - - - 66 - - - ucrInputSummary - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 6, 265 - - - 59, 13 - - - 65 - - - Summary : - - - lblSummary - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 260, 201 - - - 0, 0, 0, 0 - - - 120, 20 - - - 61 - - - ucrReceiverAdditionalRowFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 9, 361 - - - 4, 5, 4, 5 - - - 382, 23 - - - 59 - - - ucrSavePivot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 9, 194 - - - 167, 20 - - - 58 - - - ucrChkIncludeSubTotals - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 260, 253 - - - 0, 0, 0, 0 - - - 120, 100 - - - 57 - - - ucrReceiverSelectedVariable - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 260, 233 - - - 135, 20 - - - 56 - - - ucrChkSelectedVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 260, 157 - - - 0, 0, 0, 0 - - - 120, 20 - - - 55 - - - ucrReceiverInitialColumnFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 9, 392 - - - 410, 52 - - - 51 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 9, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 50 - - - ucrSelectorPivot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Pivot Table - - - ttSelectedVariable - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgThreeVariablePivotTable - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 260, 55 - - - 0, 0, 0, 0 - - - 120, 77 - - - 62 - - - ucrReceiverInitialRowFactors - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgThreeVariablesModelling.Designer.vb b/instat/dlgThreeVariablesModelling.Designer.vb index 766069e0dc4..d558dafce6c 100644 --- a/instat/dlgThreeVariablesModelling.Designer.vb +++ b/instat/dlgThreeVariablesModelling.Designer.vb @@ -161,6 +161,7 @@ Partial Class dlgThreeVariableModelling ' 'ucrSaveModel ' + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModel.Location = New System.Drawing.Point(10, 298) Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" @@ -169,6 +170,7 @@ Partial Class dlgThreeVariableModelling ' 'ucrReceiverSecondExplanatory ' + Me.ucrReceiverSecondExplanatory.AutoSize = True Me.ucrReceiverSecondExplanatory.frmParent = Me Me.ucrReceiverSecondExplanatory.Location = New System.Drawing.Point(254, 169) Me.ucrReceiverSecondExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -181,6 +183,7 @@ Partial Class dlgThreeVariableModelling ' 'ucrReceiverFirstExplanatory ' + Me.ucrReceiverFirstExplanatory.AutoSize = True Me.ucrReceiverFirstExplanatory.frmParent = Me Me.ucrReceiverFirstExplanatory.Location = New System.Drawing.Point(255, 86) Me.ucrReceiverFirstExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -193,14 +196,16 @@ Partial Class dlgThreeVariableModelling ' 'ucrChkConvertToNumeric ' + Me.ucrChkConvertToNumeric.AutoSize = True Me.ucrChkConvertToNumeric.Checked = False Me.ucrChkConvertToNumeric.Location = New System.Drawing.Point(384, 38) Me.ucrChkConvertToNumeric.Name = "ucrChkConvertToNumeric" - Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(155, 20) + Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(155, 23) Me.ucrChkConvertToNumeric.TabIndex = 25 ' 'ucrReceiverResponse ' + Me.ucrReceiverResponse.AutoSize = True Me.ucrReceiverResponse.frmParent = Me Me.ucrReceiverResponse.Location = New System.Drawing.Point(255, 38) Me.ucrReceiverResponse.Margin = New System.Windows.Forms.Padding(0) @@ -214,6 +219,7 @@ Partial Class dlgThreeVariableModelling 'ucrInputModelOperator ' Me.ucrInputModelOperator.AddQuotesIfUnrecognised = True + Me.ucrInputModelOperator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputModelOperator.GetSetSelectedIndex = -1 Me.ucrInputModelOperator.IsReadOnly = False Me.ucrInputModelOperator.Location = New System.Drawing.Point(384, 125) @@ -224,6 +230,7 @@ Partial Class dlgThreeVariableModelling 'ucrModelPreview ' Me.ucrModelPreview.AddQuotesIfUnrecognised = True + Me.ucrModelPreview.AutoSize = True Me.ucrModelPreview.IsMultiline = False Me.ucrModelPreview.IsReadOnly = False Me.ucrModelPreview.Location = New System.Drawing.Point(158, 263) @@ -233,6 +240,7 @@ Partial Class dlgThreeVariableModelling ' 'ucrDistributionChoice ' + Me.ucrDistributionChoice.AutoSize = True Me.ucrDistributionChoice.Location = New System.Drawing.Point(10, 218) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" Me.ucrDistributionChoice.Size = New System.Drawing.Size(225, 43) @@ -240,6 +248,7 @@ Partial Class dlgThreeVariableModelling ' 'ucrSelectorThreeVariableModelling ' + Me.ucrSelectorThreeVariableModelling.AutoSize = True Me.ucrSelectorThreeVariableModelling.bDropUnusedFilterLevels = False Me.ucrSelectorThreeVariableModelling.bShowHiddenColumns = False Me.ucrSelectorThreeVariableModelling.bUseCurrentFilter = True @@ -252,15 +261,16 @@ Partial Class dlgThreeVariableModelling 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 328) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 17 ' 'dlgThreeVariableModelling ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(543, 386) Me.Controls.Add(Me.cmdResponseFunction) diff --git a/instat/dlgTidy.Designer.vb b/instat/dlgTidy.Designer.vb index 8d5a0c25cab..f6f4895c101 100644 --- a/instat/dlgTidy.Designer.vb +++ b/instat/dlgTidy.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgTidy 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTidy)) Me.lblModels = New System.Windows.Forms.Label() Me.ucrSaveNewDataFrame = New instat.ucrSave() Me.ucrModelReceiver = New instat.ucrReceiverMultiple() @@ -35,59 +34,96 @@ Partial Class dlgTidy ' 'lblModels ' - resources.ApplyResources(Me.lblModels, "lblModels") + Me.lblModels.AutoSize = True + Me.lblModels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblModels.Location = New System.Drawing.Point(314, 15) + Me.lblModels.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblModels.Name = "lblModels" + Me.lblModels.Size = New System.Drawing.Size(44, 13) + Me.lblModels.TabIndex = 2 + Me.lblModels.Text = "Models:" ' 'ucrSaveNewDataFrame ' - resources.ApplyResources(Me.ucrSaveNewDataFrame, "ucrSaveNewDataFrame") + Me.ucrSaveNewDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewDataFrame.Location = New System.Drawing.Point(237, 237) + Me.ucrSaveNewDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDataFrame.Name = "ucrSaveNewDataFrame" + Me.ucrSaveNewDataFrame.Size = New System.Drawing.Size(164, 34) + Me.ucrSaveNewDataFrame.TabIndex = 5 ' 'ucrModelReceiver ' + Me.ucrModelReceiver.AutoSize = True Me.ucrModelReceiver.frmParent = Me - resources.ApplyResources(Me.ucrModelReceiver, "ucrModelReceiver") + Me.ucrModelReceiver.Location = New System.Drawing.Point(281, 32) + Me.ucrModelReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrModelReceiver.Name = "ucrModelReceiver" Me.ucrModelReceiver.Selector = Nothing + Me.ucrModelReceiver.Size = New System.Drawing.Size(120, 100) Me.ucrModelReceiver.strNcFilePath = "" + Me.ucrModelReceiver.TabIndex = 3 Me.ucrModelReceiver.ucrSelector = Nothing ' 'ucrModelSelector ' + Me.ucrModelSelector.AutoSize = True Me.ucrModelSelector.bDropUnusedFilterLevels = False Me.ucrModelSelector.bShowHiddenColumns = False Me.ucrModelSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrModelSelector, "ucrModelSelector") + Me.ucrModelSelector.Location = New System.Drawing.Point(7, 7) + Me.ucrModelSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrModelSelector.Name = "ucrModelSelector" + Me.ucrModelSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrModelSelector.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 294) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(7, 192) + Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(210, 81) + Me.ucrPnlOptions.TabIndex = 6 ' 'rdoDisplayInOutput ' - resources.ApplyResources(Me.rdoDisplayInOutput, "rdoDisplayInOutput") + Me.rdoDisplayInOutput.AutoSize = True + Me.rdoDisplayInOutput.Location = New System.Drawing.Point(12, 201) Me.rdoDisplayInOutput.Name = "rdoDisplayInOutput" + Me.rdoDisplayInOutput.Size = New System.Drawing.Size(106, 17) + Me.rdoDisplayInOutput.TabIndex = 7 Me.rdoDisplayInOutput.TabStop = True + Me.rdoDisplayInOutput.Text = "Display In Output" Me.rdoDisplayInOutput.UseVisualStyleBackColor = True ' 'rdoNewDataFrame ' - resources.ApplyResources(Me.rdoNewDataFrame, "rdoNewDataFrame") + Me.rdoNewDataFrame.AutoSize = True + Me.rdoNewDataFrame.Location = New System.Drawing.Point(12, 237) Me.rdoNewDataFrame.Name = "rdoNewDataFrame" + Me.rdoNewDataFrame.Size = New System.Drawing.Size(139, 17) + Me.rdoNewDataFrame.TabIndex = 8 Me.rdoNewDataFrame.TabStop = True + Me.rdoNewDataFrame.Text = "New Data Frame Name:" Me.rdoNewDataFrame.UseVisualStyleBackColor = True ' 'dlgTidy ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 354) Me.Controls.Add(Me.rdoNewDataFrame) Me.Controls.Add(Me.rdoDisplayInOutput) Me.Controls.Add(Me.ucrPnlOptions) @@ -97,9 +133,12 @@ Partial Class dlgTidy Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrSaveNewDataFrame) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTidy" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Tidy" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgTidy.resx b/instat/dlgTidy.resx index de0fe6f606c..1af7de150c9 100644 --- a/instat/dlgTidy.resx +++ b/instat/dlgTidy.resx @@ -117,244 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 314, 15 - - - 2, 0, 2, 0 - - - 44, 13 - - - 2 - - - Models: - - - lblModels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 237, 237 - - - 4, 5, 4, 5 - - - 164, 34 - - - 5 - - - ucrSaveNewDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 6, 13 - - - True - - - 419, 354 - - - True - - - 12, 237 - - - 139, 17 - - - 8 - - - New Data Frame Name: - - - rdoNewDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 12, 201 - - - 106, 17 - - - 7 - - - Display In Output - - - rdoDisplayInOutput - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 7, 192 - - - 5, 5, 5, 5 - - - 210, 81 - - - 6 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 7, 7 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrModelSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 7, 294 - - - 4, 4, 4, 4 - - - 406, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 2, 2, 2, 2 - - - CenterScreen - - - Tidy - - - dlgTidy - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 281, 32 - - - 0, 0, 0, 0 - - - 120, 100 - - - 3 - - - ucrModelReceiver - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgTidyDailyData.Designer.vb b/instat/dlgTidyDailyData.Designer.vb index 999168bd455..efffe71d6d8 100644 --- a/instat/dlgTidyDailyData.Designer.vb +++ b/instat/dlgTidyDailyData.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgTidyDailyData Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTidyDailyData)) Me.lblColumnPer = New System.Windows.Forms.Label() Me.rdoDay = New System.Windows.Forms.RadioButton() Me.rdoMonth = New System.Windows.Forms.RadioButton() @@ -61,73 +60,133 @@ Partial Class dlgTidyDailyData ' 'lblColumnPer ' - resources.ApplyResources(Me.lblColumnPer, "lblColumnPer") + Me.lblColumnPer.AutoSize = True + Me.lblColumnPer.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnPer.Location = New System.Drawing.Point(33, 10) Me.lblColumnPer.Name = "lblColumnPer" + Me.lblColumnPer.Size = New System.Drawing.Size(0, 13) + Me.lblColumnPer.TabIndex = 2 ' 'rdoDay ' - resources.ApplyResources(Me.rdoDay, "rdoDay") + Me.rdoDay.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDay.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDay.FlatAppearance.BorderSize = 2 Me.rdoDay.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDay.Location = New System.Drawing.Point(262, 17) Me.rdoDay.Name = "rdoDay" + Me.rdoDay.Size = New System.Drawing.Size(145, 27) + Me.rdoDay.TabIndex = 3 Me.rdoDay.TabStop = True + Me.rdoDay.Text = "Day Columns (31/62)" + Me.rdoDay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDay.UseVisualStyleBackColor = True ' 'rdoMonth ' - resources.ApplyResources(Me.rdoMonth, "rdoMonth") + Me.rdoMonth.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMonth.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMonth.FlatAppearance.BorderSize = 2 Me.rdoMonth.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMonth.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMonth.Location = New System.Drawing.Point(141, 17) Me.rdoMonth.Name = "rdoMonth" + Me.rdoMonth.Size = New System.Drawing.Size(123, 27) + Me.rdoMonth.TabIndex = 2 Me.rdoMonth.TabStop = True + Me.rdoMonth.Text = "Colonnes de mois (12)" + Me.rdoMonth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMonth.UseVisualStyleBackColor = True ' 'rdoYear ' - resources.ApplyResources(Me.rdoYear, "rdoYear") + Me.rdoYear.Appearance = System.Windows.Forms.Appearance.Button Me.rdoYear.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYear.FlatAppearance.BorderSize = 2 Me.rdoYear.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYear.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYear.Location = New System.Drawing.Point(7, 17) Me.rdoYear.Name = "rdoYear" + Me.rdoYear.Size = New System.Drawing.Size(136, 27) + Me.rdoYear.TabIndex = 1 Me.rdoYear.TabStop = True + Me.rdoYear.Text = "Year Columns" + Me.rdoYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoYear.UseVisualStyleBackColor = True ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(277, 239) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 9 + Me.lblMonth.Text = "Month:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(277, 191) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 7 + Me.lblYear.Text = "Year:" ' 'lblDayofMonth ' - resources.ApplyResources(Me.lblDayofMonth, "lblDayofMonth") + Me.lblDayofMonth.AutoSize = True + Me.lblDayofMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayofMonth.Location = New System.Drawing.Point(277, 239) Me.lblDayofMonth.Name = "lblDayofMonth" + Me.lblDayofMonth.Size = New System.Drawing.Size(76, 13) + Me.lblDayofMonth.TabIndex = 11 + Me.lblDayofMonth.Text = "Day Of Month:" ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(277, 288) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 13 + Me.lblStation.Text = "Station:" ' 'lblElementName ' - resources.ApplyResources(Me.lblElementName, "lblElementName") + Me.lblElementName.AutoSize = True + Me.lblElementName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElementName.Location = New System.Drawing.Point(10, 16) Me.lblElementName.Name = "lblElementName" + Me.lblElementName.Size = New System.Drawing.Size(79, 13) + Me.lblElementName.TabIndex = 16 + Me.lblElementName.Text = "Element Name:" ' 'lblColumnstoStack ' - resources.ApplyResources(Me.lblColumnstoStack, "lblColumnstoStack") + Me.lblColumnstoStack.AutoSize = True + Me.lblColumnstoStack.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnstoStack.Location = New System.Drawing.Point(277, 61) Me.lblColumnstoStack.Name = "lblColumnstoStack" + Me.lblColumnstoStack.Size = New System.Drawing.Size(75, 13) + Me.lblColumnstoStack.TabIndex = 5 + Me.lblColumnstoStack.Text = "Year Columns:" ' 'lblMultipleElement ' - resources.ApplyResources(Me.lblMultipleElement, "lblMultipleElement") + Me.lblMultipleElement.AutoSize = True + Me.lblMultipleElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMultipleElement.Location = New System.Drawing.Point(10, 83) Me.lblMultipleElement.Name = "lblMultipleElement" + Me.lblMultipleElement.Size = New System.Drawing.Size(53, 13) + Me.lblMultipleElement.TabIndex = 19 + Me.lblMultipleElement.Text = "Elements:" ' 'grpElements ' @@ -137,144 +196,215 @@ Partial Class dlgTidyDailyData Me.grpElements.Controls.Add(Me.ucrTextBoxElementName) Me.grpElements.Controls.Add(Me.lblMultipleElement) Me.grpElements.Controls.Add(Me.ucrReceiverElement) - resources.ApplyResources(Me.grpElements, "grpElements") + Me.grpElements.Location = New System.Drawing.Point(271, 337) Me.grpElements.Name = "grpElements" + Me.grpElements.Size = New System.Drawing.Size(140, 152) + Me.grpElements.TabIndex = 15 Me.grpElements.TabStop = False ' 'ucrChkUnstackElements ' + Me.ucrChkUnstackElements.AutoSize = True Me.ucrChkUnstackElements.Checked = False - resources.ApplyResources(Me.ucrChkUnstackElements, "ucrChkUnstackElements") + Me.ucrChkUnstackElements.Location = New System.Drawing.Point(13, 126) Me.ucrChkUnstackElements.Name = "ucrChkUnstackElements" + Me.ucrChkUnstackElements.Size = New System.Drawing.Size(120, 23) + Me.ucrChkUnstackElements.TabIndex = 21 ' 'lblOr ' - resources.ApplyResources(Me.lblOr, "lblOr") + Me.lblOr.AutoSize = True + Me.lblOr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOr.Location = New System.Drawing.Point(6, 62) Me.lblOr.Name = "lblOr" + Me.lblOr.Size = New System.Drawing.Size(18, 13) + Me.lblOr.TabIndex = 18 + Me.lblOr.Text = "Or" ' 'ucrTextBoxElementName ' Me.ucrTextBoxElementName.AddQuotesIfUnrecognised = True + Me.ucrTextBoxElementName.AutoSize = True Me.ucrTextBoxElementName.IsMultiline = False Me.ucrTextBoxElementName.IsReadOnly = False - resources.ApplyResources(Me.ucrTextBoxElementName, "ucrTextBoxElementName") + Me.ucrTextBoxElementName.Location = New System.Drawing.Point(13, 32) Me.ucrTextBoxElementName.Name = "ucrTextBoxElementName" + Me.ucrTextBoxElementName.Size = New System.Drawing.Size(120, 21) + Me.ucrTextBoxElementName.TabIndex = 17 ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(13, 98) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 20 Me.ucrReceiverElement.ucrSelector = Nothing ' 'grpOptions ' Me.grpOptions.Controls.Add(Me.ucrChkIgnoreInvalid) Me.grpOptions.Controls.Add(Me.ucrChkSilent) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(2, 270) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(265, 83) + Me.grpOptions.TabIndex = 21 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrChkIgnoreInvalid ' + Me.ucrChkIgnoreInvalid.AutoSize = True Me.ucrChkIgnoreInvalid.Checked = False - resources.ApplyResources(Me.ucrChkIgnoreInvalid, "ucrChkIgnoreInvalid") + Me.ucrChkIgnoreInvalid.Location = New System.Drawing.Point(5, 19) Me.ucrChkIgnoreInvalid.Name = "ucrChkIgnoreInvalid" + Me.ucrChkIgnoreInvalid.Size = New System.Drawing.Size(249, 23) + Me.ucrChkIgnoreInvalid.TabIndex = 22 ' 'ucrChkSilent ' + Me.ucrChkSilent.AutoSize = True Me.ucrChkSilent.Checked = False - resources.ApplyResources(Me.ucrChkSilent, "ucrChkSilent") + Me.ucrChkSilent.Location = New System.Drawing.Point(5, 53) Me.ucrChkSilent.Name = "ucrChkSilent" + Me.ucrChkSilent.Size = New System.Drawing.Size(255, 23) + Me.ucrChkSilent.TabIndex = 23 ' 'lblNewDataFrameName ' - resources.ApplyResources(Me.lblNewDataFrameName, "lblNewDataFrameName") + Me.lblNewDataFrameName.AutoSize = True + Me.lblNewDataFrameName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewDataFrameName.Location = New System.Drawing.Point(7, 498) Me.lblNewDataFrameName.Name = "lblNewDataFrameName" + Me.lblNewDataFrameName.Size = New System.Drawing.Size(121, 13) + Me.lblNewDataFrameName.TabIndex = 27 + Me.lblNewDataFrameName.Text = "New Data Frame Name:" ' 'lblNColumns ' - resources.ApplyResources(Me.lblNColumns, "lblNColumns") + Me.lblNColumns.AutoSize = True Me.lblNColumns.ForeColor = System.Drawing.Color.Red + Me.lblNColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNColumns.Location = New System.Drawing.Point(385, 61) Me.lblNColumns.Name = "lblNColumns" + Me.lblNColumns.Size = New System.Drawing.Size(0, 13) + Me.lblNColumns.TabIndex = 28 ' 'ucrInputNewDataFrame ' Me.ucrInputNewDataFrame.AddQuotesIfUnrecognised = True + Me.ucrInputNewDataFrame.AutoSize = True Me.ucrInputNewDataFrame.IsMultiline = False Me.ucrInputNewDataFrame.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewDataFrame, "ucrInputNewDataFrame") + Me.ucrInputNewDataFrame.Location = New System.Drawing.Point(214, 495) Me.ucrInputNewDataFrame.Name = "ucrInputNewDataFrame" + Me.ucrInputNewDataFrame.Size = New System.Drawing.Size(183, 21) + Me.ucrInputNewDataFrame.TabIndex = 26 ' 'ucrReceiverMultipleStack ' + Me.ucrReceiverMultipleStack.AutoSize = True Me.ucrReceiverMultipleStack.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleStack, "ucrReceiverMultipleStack") + Me.ucrReceiverMultipleStack.Location = New System.Drawing.Point(280, 79) + Me.ucrReceiverMultipleStack.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleStack.Name = "ucrReceiverMultipleStack" Me.ucrReceiverMultipleStack.Selector = Nothing + Me.ucrReceiverMultipleStack.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleStack.strNcFilePath = "" + Me.ucrReceiverMultipleStack.TabIndex = 6 Me.ucrReceiverMultipleStack.ucrSelector = Nothing ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(280, 257) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 10 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrReceiverDayofMonth ' + Me.ucrReceiverDayofMonth.AutoSize = True Me.ucrReceiverDayofMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDayofMonth, "ucrReceiverDayofMonth") + Me.ucrReceiverDayofMonth.Location = New System.Drawing.Point(280, 257) + Me.ucrReceiverDayofMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDayofMonth.Name = "ucrReceiverDayofMonth" Me.ucrReceiverDayofMonth.Selector = Nothing + Me.ucrReceiverDayofMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDayofMonth.strNcFilePath = "" + Me.ucrReceiverDayofMonth.TabIndex = 12 Me.ucrReceiverDayofMonth.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(280, 209) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 8 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrPnlReshapeClimaticData ' - resources.ApplyResources(Me.ucrPnlReshapeClimaticData, "ucrPnlReshapeClimaticData") + Me.ucrPnlReshapeClimaticData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlReshapeClimaticData.Location = New System.Drawing.Point(2, 13) Me.ucrPnlReshapeClimaticData.Name = "ucrPnlReshapeClimaticData" + Me.ucrPnlReshapeClimaticData.Size = New System.Drawing.Size(411, 35) + Me.ucrPnlReshapeClimaticData.TabIndex = 0 ' 'ucrSelectorTidyDailyData ' + Me.ucrSelectorTidyDailyData.AutoSize = True Me.ucrSelectorTidyDailyData.bDropUnusedFilterLevels = False Me.ucrSelectorTidyDailyData.bShowHiddenColumns = False Me.ucrSelectorTidyDailyData.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTidyDailyData, "ucrSelectorTidyDailyData") + Me.ucrSelectorTidyDailyData.Location = New System.Drawing.Point(5, 66) + Me.ucrSelectorTidyDailyData.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTidyDailyData.Name = "ucrSelectorTidyDailyData" + Me.ucrSelectorTidyDailyData.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTidyDailyData.TabIndex = 4 ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(280, 306) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 14 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(5, 524) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 25 ' 'dlgTidyDailyData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 578) Me.Controls.Add(Me.lblNColumns) Me.Controls.Add(Me.lblNewDataFrameName) Me.Controls.Add(Me.ucrInputNewDataFrame) @@ -301,9 +431,12 @@ Partial Class dlgTidyDailyData Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTidyDailyData" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Tidy Daily Data" Me.grpElements.ResumeLayout(False) Me.grpElements.PerformLayout() Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgTidyDailyData.resx b/instat/dlgTidyDailyData.resx index 5338731d2ab..e0adf30700d 100644 --- a/instat/dlgTidyDailyData.resx +++ b/instat/dlgTidyDailyData.resx @@ -117,834 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 33, 10 - - - 0, 13 - - - 2 - - - lblColumnPer - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - Button - - - Flat - - - NoControl - - - 262, 17 - - - 145, 27 - - - 3 - - - Day Columns (31/62) - - - MiddleCenter - - - rdoDay - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - Flat - - - NoControl - - - 141, 17 - - - 123, 27 - - - 2 - - - Colonnes de mois (12) - - - MiddleCenter - - - rdoMonth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - Button - - - Flat - - - NoControl - - - 7, 17 - - - 136, 27 - - - 1 - - - Year Columns - - - MiddleCenter - - - rdoYear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 277, 239 - - - 40, 13 - - - 9 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 277, 191 - - - 32, 13 - - - 7 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 277, 239 - - - 76, 13 - - - 11 - - - Day Of Month: - - - lblDayofMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 277, 288 - - - 43, 13 - - - 13 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 10, 16 - - - 79, 13 - - - 16 - - - Element Name: - - - lblElementName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 2 - - - True - - - NoControl - - - 277, 61 - - - 75, 13 - - - 5 - - - Year Columns: - - - lblColumnstoStack - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 10, 83 - - - 53, 13 - - - 19 - - - Elements: - - - lblMultipleElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 4 - - - 13, 126 - - - 120, 20 - - - 21 - - - ucrChkUnstackElements - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 0 - - - True - - - NoControl - - - 6, 62 - - - 18, 13 - - - 18 - - - Or - - - lblOr - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 1 - - - 13, 32 - - - 120, 21 - - - 17 - - - ucrTextBoxElementName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 3 - - - True - - - 6, 13 - - - True - - - 415, 578 - - - True - - - NoControl - - - 385, 61 - - - 0, 13 - - - 28 - - - lblNColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 7, 498 - - - 121, 13 - - - 27 - - - New Data Frame Name: - - - lblNewDataFrameName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 214, 495 - - - 183, 21 - - - 26 - - - ucrInputNewDataFrame - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 5, 19 - - - 249, 20 - - - 22 - - - ucrChkIgnoreInvalid - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 5, 53 - - - 255, 20 - - - 23 - - - ucrChkSilent - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 2, 270 - - - 265, 83 - - - 21 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 280, 79 - - - 0, 0, 0, 0 - - - 120, 100 - - - 6 - - - ucrReceiverMultipleStack - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 280, 257 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 280, 257 - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverDayofMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 280, 209 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 2, 13 - - - 411, 35 - - - 0 - - - ucrPnlReshapeClimaticData - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 5, 66 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorTidyDailyData - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 280, 306 - - - 0, 0, 0, 0 - - - 120, 20 - - - 14 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 5, 524 - - - 410, 52 - - - 25 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - CenterScreen - - - Tidy Daily Data - - - ttReshapeType - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgTidyDailyData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 13, 98 - - - 0, 0, 0, 0 - - - 120, 20 - - - 20 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 5 - - - 271, 337 - - - 140, 152 - - - 15 - - - grpElements - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - 17, 17 diff --git a/instat/dlgTimeSeriesPlot.Designer.vb b/instat/dlgTimeSeriesPlot.Designer.vb index c51058c2dbf..3352284ee78 100644 --- a/instat/dlgTimeSeriesPlot.Designer.vb +++ b/instat/dlgTimeSeriesPlot.Designer.vb @@ -88,46 +88,52 @@ Partial Class dlgTimeSeriesPlot ' 'ucrChkIncludePoints ' + Me.ucrChkIncludePoints.AutoSize = True Me.ucrChkIncludePoints.Checked = False Me.ucrChkIncludePoints.Location = New System.Drawing.Point(10, 253) Me.ucrChkIncludePoints.Name = "ucrChkIncludePoints" - Me.ucrChkIncludePoints.Size = New System.Drawing.Size(272, 20) + Me.ucrChkIncludePoints.Size = New System.Drawing.Size(272, 23) Me.ucrChkIncludePoints.TabIndex = 10 ' 'ucrChkIncludeMeanLines ' + Me.ucrChkIncludeMeanLines.AutoSize = True Me.ucrChkIncludeMeanLines.Checked = False Me.ucrChkIncludeMeanLines.Location = New System.Drawing.Point(10, 290) Me.ucrChkIncludeMeanLines.Name = "ucrChkIncludeMeanLines" - Me.ucrChkIncludeMeanLines.Size = New System.Drawing.Size(272, 20) + Me.ucrChkIncludeMeanLines.Size = New System.Drawing.Size(272, 23) Me.ucrChkIncludeMeanLines.TabIndex = 11 ' 'ucrChkNAValues ' + Me.ucrChkNAValues.AutoSize = True Me.ucrChkNAValues.Checked = False Me.ucrChkNAValues.Location = New System.Drawing.Point(10, 216) Me.ucrChkNAValues.Name = "ucrChkNAValues" - Me.ucrChkNAValues.Size = New System.Drawing.Size(272, 20) + Me.ucrChkNAValues.Size = New System.Drawing.Size(272, 23) Me.ucrChkNAValues.TabIndex = 9 ' 'ucrChkIncludeLineOfBestFit ' + Me.ucrChkIncludeLineOfBestFit.AutoSize = True Me.ucrChkIncludeLineOfBestFit.Checked = False Me.ucrChkIncludeLineOfBestFit.Location = New System.Drawing.Point(10, 327) Me.ucrChkIncludeLineOfBestFit.Name = "ucrChkIncludeLineOfBestFit" - Me.ucrChkIncludeLineOfBestFit.Size = New System.Drawing.Size(260, 20) + Me.ucrChkIncludeLineOfBestFit.Size = New System.Drawing.Size(260, 23) Me.ucrChkIncludeLineOfBestFit.TabIndex = 16 ' 'ucrChkWithSE ' + Me.ucrChkWithSE.AutoSize = True Me.ucrChkWithSE.Checked = False Me.ucrChkWithSE.Location = New System.Drawing.Point(276, 327) Me.ucrChkWithSE.Name = "ucrChkWithSE" - Me.ucrChkWithSE.Size = New System.Drawing.Size(135, 20) + Me.ucrChkWithSE.Size = New System.Drawing.Size(135, 23) Me.ucrChkWithSE.TabIndex = 17 ' 'ucrSavePlot ' + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSavePlot.Location = New System.Drawing.Point(10, 385) Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" @@ -136,6 +142,7 @@ Partial Class dlgTimeSeriesPlot ' 'ucrReceiverFacetBy ' + Me.ucrReceiverFacetBy.AutoSize = True Me.ucrReceiverFacetBy.frmParent = Me Me.ucrReceiverFacetBy.Location = New System.Drawing.Point(286, 180) Me.ucrReceiverFacetBy.Margin = New System.Windows.Forms.Padding(0) @@ -148,6 +155,7 @@ Partial Class dlgTimeSeriesPlot ' 'ucrReceiverTime ' + Me.ucrReceiverTime.AutoSize = True Me.ucrReceiverTime.frmParent = Me Me.ucrReceiverTime.Location = New System.Drawing.Point(286, 133) Me.ucrReceiverTime.Margin = New System.Windows.Forms.Padding(0) @@ -160,6 +168,7 @@ Partial Class dlgTimeSeriesPlot ' 'ucrReceiverEstimates ' + Me.ucrReceiverEstimates.AutoSize = True Me.ucrReceiverEstimates.frmParent = Me Me.ucrReceiverEstimates.Location = New System.Drawing.Point(286, 86) Me.ucrReceiverEstimates.Margin = New System.Windows.Forms.Padding(0) @@ -172,6 +181,7 @@ Partial Class dlgTimeSeriesPlot ' 'ucrReceiverReference ' + Me.ucrReceiverReference.AutoSize = True Me.ucrReceiverReference.frmParent = Me Me.ucrReceiverReference.Location = New System.Drawing.Point(286, 39) Me.ucrReceiverReference.Margin = New System.Windows.Forms.Padding(0) @@ -184,27 +194,29 @@ Partial Class dlgTimeSeriesPlot ' 'ucrSelectorTimeSeriesPlots ' + Me.ucrSelectorTimeSeriesPlots.AutoSize = True Me.ucrSelectorTimeSeriesPlots.bDropUnusedFilterLevels = False Me.ucrSelectorTimeSeriesPlots.bShowHiddenColumns = False Me.ucrSelectorTimeSeriesPlots.bUseCurrentFilter = True Me.ucrSelectorTimeSeriesPlots.Location = New System.Drawing.Point(12, 9) Me.ucrSelectorTimeSeriesPlots.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTimeSeriesPlots.Name = "ucrSelectorTimeSeriesPlots" - Me.ucrSelectorTimeSeriesPlots.Size = New System.Drawing.Size(218, 180) + Me.ucrSelectorTimeSeriesPlots.Size = New System.Drawing.Size(218, 183) Me.ucrSelectorTimeSeriesPlots.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 428) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 14 ' 'dlgTimeSeriesPlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(422, 482) Me.Controls.Add(Me.ucrChkWithSE) diff --git a/instat/dlgTransform.Designer.vb b/instat/dlgTransform.Designer.vb index 94b728fb443..cea3fd272f8 100644 --- a/instat/dlgTransform.Designer.vb +++ b/instat/dlgTransform.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgTransform Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTransform)) Me.lblSelectColumns = New System.Windows.Forms.Label() Me.grpTies = New System.Windows.Forms.GroupBox() Me.rdoRandom = New System.Windows.Forms.RadioButton() @@ -114,9 +113,14 @@ Partial Class dlgTransform ' 'lblSelectColumns ' - resources.ApplyResources(Me.lblSelectColumns, "lblSelectColumns") + Me.lblSelectColumns.AutoSize = True + Me.lblSelectColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectColumns.Location = New System.Drawing.Point(246, 84) Me.lblSelectColumns.Name = "lblSelectColumns" + Me.lblSelectColumns.Size = New System.Drawing.Size(45, 13) + Me.lblSelectColumns.TabIndex = 7 Me.lblSelectColumns.Tag = "" + Me.lblSelectColumns.Text = "Column:" ' 'grpTies ' @@ -126,55 +130,86 @@ Partial Class dlgTransform Me.grpTies.Controls.Add(Me.rdoMinimum) Me.grpTies.Controls.Add(Me.rdoAverage) Me.grpTies.Controls.Add(Me.ucrPnlTies) - resources.ApplyResources(Me.grpTies, "grpTies") + Me.grpTies.Location = New System.Drawing.Point(238, 128) Me.grpTies.Name = "grpTies" + Me.grpTies.Size = New System.Drawing.Size(120, 135) + Me.grpTies.TabIndex = 3 Me.grpTies.TabStop = False Me.grpTies.Tag = "Ties" + Me.grpTies.Text = "Ties" ' 'rdoRandom ' - resources.ApplyResources(Me.rdoRandom, "rdoRandom") + Me.rdoRandom.AutoSize = True + Me.rdoRandom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRandom.Location = New System.Drawing.Point(13, 111) Me.rdoRandom.Name = "rdoRandom" + Me.rdoRandom.Size = New System.Drawing.Size(65, 17) + Me.rdoRandom.TabIndex = 5 Me.rdoRandom.TabStop = True Me.rdoRandom.Tag = "Random" + Me.rdoRandom.Text = "Random" Me.rdoRandom.UseVisualStyleBackColor = True ' 'rdoFirst ' - resources.ApplyResources(Me.rdoFirst, "rdoFirst") + Me.rdoFirst.AutoSize = True + Me.rdoFirst.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFirst.Location = New System.Drawing.Point(13, 88) Me.rdoFirst.Name = "rdoFirst" + Me.rdoFirst.Size = New System.Drawing.Size(44, 17) + Me.rdoFirst.TabIndex = 4 Me.rdoFirst.TabStop = True Me.rdoFirst.Tag = "First" + Me.rdoFirst.Text = "First" Me.rdoFirst.UseVisualStyleBackColor = True ' 'rdoMaximum ' - resources.ApplyResources(Me.rdoMaximum, "rdoMaximum") + Me.rdoMaximum.AutoSize = True + Me.rdoMaximum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMaximum.Location = New System.Drawing.Point(13, 65) Me.rdoMaximum.Name = "rdoMaximum" + Me.rdoMaximum.Size = New System.Drawing.Size(69, 17) + Me.rdoMaximum.TabIndex = 3 Me.rdoMaximum.TabStop = True Me.rdoMaximum.Tag = "Maximum" + Me.rdoMaximum.Text = "Maximum" Me.rdoMaximum.UseVisualStyleBackColor = True ' 'rdoMinimum ' - resources.ApplyResources(Me.rdoMinimum, "rdoMinimum") + Me.rdoMinimum.AutoSize = True + Me.rdoMinimum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMinimum.Location = New System.Drawing.Point(13, 42) Me.rdoMinimum.Name = "rdoMinimum" + Me.rdoMinimum.Size = New System.Drawing.Size(66, 17) + Me.rdoMinimum.TabIndex = 2 Me.rdoMinimum.TabStop = True Me.rdoMinimum.Tag = "Minimum" + Me.rdoMinimum.Text = "Minimum" Me.rdoMinimum.UseVisualStyleBackColor = True ' 'rdoAverage ' - resources.ApplyResources(Me.rdoAverage, "rdoAverage") + Me.rdoAverage.AutoSize = True + Me.rdoAverage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAverage.Location = New System.Drawing.Point(13, 19) Me.rdoAverage.Name = "rdoAverage" + Me.rdoAverage.Size = New System.Drawing.Size(65, 17) + Me.rdoAverage.TabIndex = 1 Me.rdoAverage.TabStop = True Me.rdoAverage.Tag = "Average" + Me.rdoAverage.Text = "Average" Me.rdoAverage.UseVisualStyleBackColor = True ' 'ucrPnlTies ' - resources.ApplyResources(Me.ucrPnlTies, "ucrPnlTies") + Me.ucrPnlTies.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlTies.Location = New System.Drawing.Point(7, 14) Me.ucrPnlTies.Name = "ucrPnlTies" + Me.ucrPnlTies.Size = New System.Drawing.Size(96, 114) + Me.ucrPnlTies.TabIndex = 0 ' 'grpMissingValues ' @@ -182,80 +217,128 @@ Partial Class dlgTransform Me.grpMissingValues.Controls.Add(Me.rdoFirstMissingValues) Me.grpMissingValues.Controls.Add(Me.rdoKeptAsMissing) Me.grpMissingValues.Controls.Add(Me.ucrPnlMissingValues) - resources.ApplyResources(Me.grpMissingValues, "grpMissingValues") + Me.grpMissingValues.Location = New System.Drawing.Point(10, 251) Me.grpMissingValues.Name = "grpMissingValues" + Me.grpMissingValues.Size = New System.Drawing.Size(210, 85) + Me.grpMissingValues.TabIndex = 12 Me.grpMissingValues.TabStop = False Me.grpMissingValues.Tag = "Misssing_Values" + Me.grpMissingValues.Text = "Missing Values" ' 'rdoLast ' - resources.ApplyResources(Me.rdoLast, "rdoLast") + Me.rdoLast.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLast.Location = New System.Drawing.Point(12, 64) Me.rdoLast.Name = "rdoLast" + Me.rdoLast.Size = New System.Drawing.Size(96, 17) + Me.rdoLast.TabIndex = 3 Me.rdoLast.TabStop = True Me.rdoLast.Tag = "Last" + Me.rdoLast.Text = "Last" Me.rdoLast.UseVisualStyleBackColor = True ' 'rdoFirstMissingValues ' - resources.ApplyResources(Me.rdoFirstMissingValues, "rdoFirstMissingValues") + Me.rdoFirstMissingValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFirstMissingValues.Location = New System.Drawing.Point(12, 41) Me.rdoFirstMissingValues.Name = "rdoFirstMissingValues" + Me.rdoFirstMissingValues.Size = New System.Drawing.Size(110, 17) + Me.rdoFirstMissingValues.TabIndex = 2 Me.rdoFirstMissingValues.TabStop = True Me.rdoFirstMissingValues.Tag = "First" + Me.rdoFirstMissingValues.Text = "First" Me.rdoFirstMissingValues.UseVisualStyleBackColor = True ' 'rdoKeptAsMissing ' - resources.ApplyResources(Me.rdoKeptAsMissing, "rdoKeptAsMissing") + Me.rdoKeptAsMissing.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoKeptAsMissing.Location = New System.Drawing.Point(12, 18) Me.rdoKeptAsMissing.Name = "rdoKeptAsMissing" + Me.rdoKeptAsMissing.Size = New System.Drawing.Size(126, 17) + Me.rdoKeptAsMissing.TabIndex = 1 Me.rdoKeptAsMissing.TabStop = True Me.rdoKeptAsMissing.Tag = "Kept_as_missing" + Me.rdoKeptAsMissing.Text = "Keep as Missing" Me.rdoKeptAsMissing.UseVisualStyleBackColor = True ' 'ucrPnlMissingValues ' - resources.ApplyResources(Me.ucrPnlMissingValues, "ucrPnlMissingValues") + Me.ucrPnlMissingValues.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMissingValues.Location = New System.Drawing.Point(6, 18) Me.ucrPnlMissingValues.Name = "ucrPnlMissingValues" + Me.ucrPnlMissingValues.Size = New System.Drawing.Size(143, 64) + Me.ucrPnlMissingValues.TabIndex = 0 ' 'rdoRoundOf ' - resources.ApplyResources(Me.rdoRoundOf, "rdoRoundOf") + Me.rdoRoundOf.AutoSize = True + Me.rdoRoundOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRoundOf.Location = New System.Drawing.Point(11, 19) Me.rdoRoundOf.Name = "rdoRoundOf" + Me.rdoRoundOf.Size = New System.Drawing.Size(57, 17) + Me.rdoRoundOf.TabIndex = 14 Me.rdoRoundOf.TabStop = True + Me.rdoRoundOf.Text = "Round" Me.rdoRoundOf.UseVisualStyleBackColor = True ' 'rdoSignificantDigits ' - resources.ApplyResources(Me.rdoSignificantDigits, "rdoSignificantDigits") + Me.rdoSignificantDigits.AutoSize = True + Me.rdoSignificantDigits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSignificantDigits.Location = New System.Drawing.Point(11, 47) Me.rdoSignificantDigits.Name = "rdoSignificantDigits" + Me.rdoSignificantDigits.Size = New System.Drawing.Size(68, 17) + Me.rdoSignificantDigits.TabIndex = 15 Me.rdoSignificantDigits.TabStop = True + Me.rdoSignificantDigits.Text = "Signif Fig" Me.rdoSignificantDigits.UseVisualStyleBackColor = True ' 'rdoStandardize ' - resources.ApplyResources(Me.rdoStandardize, "rdoStandardize") + Me.rdoStandardize.AutoSize = True + Me.rdoStandardize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStandardize.Location = New System.Drawing.Point(11, 75) Me.rdoStandardize.Name = "rdoStandardize" + Me.rdoStandardize.Size = New System.Drawing.Size(81, 17) + Me.rdoStandardize.TabIndex = 17 Me.rdoStandardize.TabStop = True + Me.rdoStandardize.Text = "Standardize" Me.rdoStandardize.UseVisualStyleBackColor = True ' 'rdoDifference ' - resources.ApplyResources(Me.rdoDifference, "rdoDifference") + Me.rdoDifference.AutoSize = True + Me.rdoDifference.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDifference.Location = New System.Drawing.Point(11, 159) Me.rdoDifference.Name = "rdoDifference" + Me.rdoDifference.Size = New System.Drawing.Size(74, 17) + Me.rdoDifference.TabIndex = 18 Me.rdoDifference.TabStop = True + Me.rdoDifference.Text = "Difference" Me.rdoDifference.UseVisualStyleBackColor = True ' 'rdoLead ' - resources.ApplyResources(Me.rdoLead, "rdoLead") + Me.rdoLead.AutoSize = True + Me.rdoLead.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLead.Location = New System.Drawing.Point(11, 131) Me.rdoLead.Name = "rdoLead" + Me.rdoLead.Size = New System.Drawing.Size(49, 17) + Me.rdoLead.TabIndex = 19 Me.rdoLead.TabStop = True + Me.rdoLead.Text = "Lead" Me.rdoLead.UseVisualStyleBackColor = True ' 'rdoLag ' - resources.ApplyResources(Me.rdoLag, "rdoLag") + Me.rdoLag.AutoSize = True + Me.rdoLag.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLag.Location = New System.Drawing.Point(11, 103) Me.rdoLag.Name = "rdoLag" + Me.rdoLag.Size = New System.Drawing.Size(43, 17) + Me.rdoLag.TabIndex = 20 Me.rdoLag.TabStop = True + Me.rdoLag.Text = "Lag" Me.rdoLag.UseVisualStyleBackColor = True ' 'grpNumericOptions @@ -278,95 +361,144 @@ Partial Class dlgTransform Me.grpNumericOptions.Controls.Add(Me.lblDigits) Me.grpNumericOptions.Controls.Add(Me.lblLagLeadPosition) Me.grpNumericOptions.Controls.Add(Me.ucrPnlNumericOptions) - resources.ApplyResources(Me.grpNumericOptions, "grpNumericOptions") + Me.grpNumericOptions.Location = New System.Drawing.Point(233, 128) Me.grpNumericOptions.Name = "grpNumericOptions" + Me.grpNumericOptions.Size = New System.Drawing.Size(200, 199) + Me.grpNumericOptions.TabIndex = 11 Me.grpNumericOptions.TabStop = False + Me.grpNumericOptions.Text = "Options" ' 'ucrChkOmitNA ' + Me.ucrChkOmitNA.AutoSize = True Me.ucrChkOmitNA.Checked = False - resources.ApplyResources(Me.ucrChkOmitNA, "ucrChkOmitNA") + Me.ucrChkOmitNA.Location = New System.Drawing.Point(109, 75) Me.ucrChkOmitNA.Name = "ucrChkOmitNA" + Me.ucrChkOmitNA.Size = New System.Drawing.Size(75, 23) + Me.ucrChkOmitNA.TabIndex = 33 ' 'ucrNudLagPosition ' + Me.ucrNudLagPosition.AutoSize = True Me.ucrNudLagPosition.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLagPosition.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLagPosition, "ucrNudLagPosition") + Me.ucrNudLagPosition.Location = New System.Drawing.Point(138, 101) Me.ucrNudLagPosition.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLagPosition.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLagPosition.Name = "ucrNudLagPosition" + Me.ucrNudLagPosition.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLagPosition.TabIndex = 25 Me.ucrNudLagPosition.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblLagPosition ' - resources.ApplyResources(Me.lblLagPosition, "lblLagPosition") + Me.lblLagPosition.AutoSize = True + Me.lblLagPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLagPosition.Location = New System.Drawing.Point(83, 105) Me.lblLagPosition.Name = "lblLagPosition" + Me.lblLagPosition.Size = New System.Drawing.Size(52, 13) + Me.lblLagPosition.TabIndex = 24 + Me.lblLagPosition.Text = "Positions:" ' 'lblRoundofDigits ' - resources.ApplyResources(Me.lblRoundofDigits, "lblRoundofDigits") + Me.lblRoundofDigits.AutoSize = True + Me.lblRoundofDigits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRoundofDigits.Location = New System.Drawing.Point(82, 21) Me.lblRoundofDigits.Name = "lblRoundofDigits" + Me.lblRoundofDigits.Size = New System.Drawing.Size(53, 13) + Me.lblRoundofDigits.TabIndex = 23 + Me.lblRoundofDigits.Text = "Decimals:" ' 'ucrNudRoundOfDigits ' + Me.ucrNudRoundOfDigits.AutoSize = True Me.ucrNudRoundOfDigits.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRoundOfDigits.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRoundOfDigits, "ucrNudRoundOfDigits") + Me.ucrNudRoundOfDigits.Location = New System.Drawing.Point(138, 17) Me.ucrNudRoundOfDigits.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRoundOfDigits.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRoundOfDigits.Name = "ucrNudRoundOfDigits" + Me.ucrNudRoundOfDigits.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRoundOfDigits.TabIndex = 22 Me.ucrNudRoundOfDigits.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudDiffLag ' + Me.ucrNudDiffLag.AutoSize = True Me.ucrNudDiffLag.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDiffLag.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDiffLag, "ucrNudDiffLag") + Me.ucrNudDiffLag.Location = New System.Drawing.Point(138, 157) Me.ucrNudDiffLag.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDiffLag.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDiffLag.Name = "ucrNudDiffLag" + Me.ucrNudDiffLag.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDiffLag.TabIndex = 19 Me.ucrNudDiffLag.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudLagLeadPosition ' + Me.ucrNudLagLeadPosition.AutoSize = True Me.ucrNudLagLeadPosition.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLagLeadPosition.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLagLeadPosition, "ucrNudLagLeadPosition") + Me.ucrNudLagLeadPosition.Location = New System.Drawing.Point(138, 129) Me.ucrNudLagLeadPosition.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLagLeadPosition.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLagLeadPosition.Name = "ucrNudLagLeadPosition" + Me.ucrNudLagLeadPosition.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLagLeadPosition.TabIndex = 16 Me.ucrNudLagLeadPosition.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSignifDigits ' + Me.ucrNudSignifDigits.AutoSize = True Me.ucrNudSignifDigits.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSignifDigits.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSignifDigits, "ucrNudSignifDigits") + Me.ucrNudSignifDigits.Location = New System.Drawing.Point(138, 45) Me.ucrNudSignifDigits.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSignifDigits.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSignifDigits.Name = "ucrNudSignifDigits" + Me.ucrNudSignifDigits.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSignifDigits.TabIndex = 14 Me.ucrNudSignifDigits.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblDiffLag ' - resources.ApplyResources(Me.lblDiffLag, "lblDiffLag") + Me.lblDiffLag.AutoSize = True + Me.lblDiffLag.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDiffLag.Location = New System.Drawing.Point(107, 161) Me.lblDiffLag.Name = "lblDiffLag" + Me.lblDiffLag.Size = New System.Drawing.Size(28, 13) + Me.lblDiffLag.TabIndex = 18 + Me.lblDiffLag.Text = "Lag:" ' 'lblDigits ' - resources.ApplyResources(Me.lblDigits, "lblDigits") + Me.lblDigits.AutoSize = True + Me.lblDigits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDigits.Location = New System.Drawing.Point(99, 48) Me.lblDigits.Name = "lblDigits" + Me.lblDigits.Size = New System.Drawing.Size(36, 13) + Me.lblDigits.TabIndex = 15 + Me.lblDigits.Text = "Digits:" ' 'lblLagLeadPosition ' - resources.ApplyResources(Me.lblLagLeadPosition, "lblLagLeadPosition") + Me.lblLagLeadPosition.AutoSize = True + Me.lblLagLeadPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLagLeadPosition.Location = New System.Drawing.Point(83, 133) Me.lblLagLeadPosition.Name = "lblLagLeadPosition" + Me.lblLagLeadPosition.Size = New System.Drawing.Size(52, 13) + Me.lblLagLeadPosition.TabIndex = 17 + Me.lblLagLeadPosition.Text = "Positions:" ' 'ucrPnlNumericOptions ' - resources.ApplyResources(Me.ucrPnlNumericOptions, "ucrPnlNumericOptions") + Me.ucrPnlNumericOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlNumericOptions.Location = New System.Drawing.Point(6, 19) Me.ucrPnlNumericOptions.Name = "ucrPnlNumericOptions" + Me.ucrPnlNumericOptions.Size = New System.Drawing.Size(79, 174) + Me.ucrPnlNumericOptions.TabIndex = 0 ' 'grpNonNegative ' @@ -378,255 +510,389 @@ Partial Class dlgTransform Me.grpNonNegative.Controls.Add(Me.rdoLogToBase10) Me.grpNonNegative.Controls.Add(Me.ucrChkAddConstant) Me.grpNonNegative.Controls.Add(Me.ucrPnlNonNegative) - resources.ApplyResources(Me.grpNonNegative, "grpNonNegative") + Me.grpNonNegative.Location = New System.Drawing.Point(238, 128) Me.grpNonNegative.Name = "grpNonNegative" + Me.grpNonNegative.Size = New System.Drawing.Size(195, 149) + Me.grpNonNegative.TabIndex = 9 Me.grpNonNegative.TabStop = False + Me.grpNonNegative.Text = "Options" ' 'ucrInputPower ' Me.ucrInputPower.AddQuotesIfUnrecognised = True + Me.ucrInputPower.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPower.GetSetSelectedIndex = -1 Me.ucrInputPower.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPower, "ucrInputPower") + Me.ucrInputPower.Location = New System.Drawing.Point(126, 86) Me.ucrInputPower.Name = "ucrInputPower" + Me.ucrInputPower.Size = New System.Drawing.Size(57, 21) + Me.ucrInputPower.TabIndex = 29 ' 'rdoPower ' - resources.ApplyResources(Me.rdoPower, "rdoPower") + Me.rdoPower.AutoSize = True + Me.rdoPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPower.Location = New System.Drawing.Point(12, 88) Me.rdoPower.Name = "rdoPower" + Me.rdoPower.Size = New System.Drawing.Size(55, 17) + Me.rdoPower.TabIndex = 18 Me.rdoPower.TabStop = True + Me.rdoPower.Text = "Power" Me.rdoPower.UseVisualStyleBackColor = True ' 'ucrInputConstant ' Me.ucrInputConstant.AddQuotesIfUnrecognised = True + Me.ucrInputConstant.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputConstant.GetSetSelectedIndex = -1 Me.ucrInputConstant.IsReadOnly = False - resources.ApplyResources(Me.ucrInputConstant, "ucrInputConstant") + Me.ucrInputConstant.Location = New System.Drawing.Point(126, 114) Me.ucrInputConstant.Name = "ucrInputConstant" + Me.ucrInputConstant.Size = New System.Drawing.Size(58, 21) + Me.ucrInputConstant.TabIndex = 34 ' 'rdoSquareRoot ' - resources.ApplyResources(Me.rdoSquareRoot, "rdoSquareRoot") + Me.rdoSquareRoot.AutoSize = True + Me.rdoSquareRoot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSquareRoot.Location = New System.Drawing.Point(13, 21) Me.rdoSquareRoot.Name = "rdoSquareRoot" + Me.rdoSquareRoot.Size = New System.Drawing.Size(85, 17) + Me.rdoSquareRoot.TabIndex = 15 Me.rdoSquareRoot.TabStop = True + Me.rdoSquareRoot.Text = "Square Root" Me.rdoSquareRoot.UseVisualStyleBackColor = True ' 'rdoNaturalLog ' - resources.ApplyResources(Me.rdoNaturalLog, "rdoNaturalLog") + Me.rdoNaturalLog.AutoSize = True + Me.rdoNaturalLog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaturalLog.Location = New System.Drawing.Point(12, 43) Me.rdoNaturalLog.Name = "rdoNaturalLog" + Me.rdoNaturalLog.Size = New System.Drawing.Size(86, 17) + Me.rdoNaturalLog.TabIndex = 16 Me.rdoNaturalLog.TabStop = True + Me.rdoNaturalLog.Text = "Log (Natural)" Me.rdoNaturalLog.UseVisualStyleBackColor = True ' 'rdoLogToBase10 ' - resources.ApplyResources(Me.rdoLogToBase10, "rdoLogToBase10") + Me.rdoLogToBase10.AutoSize = True + Me.rdoLogToBase10.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLogToBase10.Location = New System.Drawing.Point(12, 65) Me.rdoLogToBase10.Name = "rdoLogToBase10" + Me.rdoLogToBase10.Size = New System.Drawing.Size(91, 17) + Me.rdoLogToBase10.TabIndex = 17 Me.rdoLogToBase10.TabStop = True + Me.rdoLogToBase10.Text = "Log (Base 10)" Me.rdoLogToBase10.UseVisualStyleBackColor = True ' 'ucrChkAddConstant ' + Me.ucrChkAddConstant.AutoSize = True Me.ucrChkAddConstant.Checked = False - resources.ApplyResources(Me.ucrChkAddConstant, "ucrChkAddConstant") + Me.ucrChkAddConstant.Location = New System.Drawing.Point(13, 116) Me.ucrChkAddConstant.Name = "ucrChkAddConstant" + Me.ucrChkAddConstant.Size = New System.Drawing.Size(107, 23) + Me.ucrChkAddConstant.TabIndex = 30 ' 'ucrPnlNonNegative ' - resources.ApplyResources(Me.ucrPnlNonNegative, "ucrPnlNonNegative") + Me.ucrPnlNonNegative.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlNonNegative.Location = New System.Drawing.Point(6, 14) Me.ucrPnlNonNegative.Name = "ucrPnlNonNegative" + Me.ucrPnlNonNegative.Size = New System.Drawing.Size(92, 100) + Me.ucrPnlNonNegative.TabIndex = 19 ' 'rdoNumeric ' - resources.ApplyResources(Me.rdoNumeric, "rdoNumeric") + Me.rdoNumeric.Appearance = System.Windows.Forms.Appearance.Button Me.rdoNumeric.BackColor = System.Drawing.SystemColors.Control Me.rdoNumeric.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoNumeric.FlatAppearance.BorderSize = 2 Me.rdoNumeric.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoNumeric.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNumeric.Location = New System.Drawing.Point(13, 13) Me.rdoNumeric.Name = "rdoNumeric" + Me.rdoNumeric.Size = New System.Drawing.Size(82, 28) + Me.rdoNumeric.TabIndex = 1 Me.rdoNumeric.TabStop = True Me.rdoNumeric.Tag = "Frequency" + Me.rdoNumeric.Text = "Numeric" + Me.rdoNumeric.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoNumeric.UseVisualStyleBackColor = False ' 'rdoNonNegative ' - resources.ApplyResources(Me.rdoNonNegative, "rdoNonNegative") + Me.rdoNonNegative.Appearance = System.Windows.Forms.Appearance.Button Me.rdoNonNegative.BackColor = System.Drawing.SystemColors.Control Me.rdoNonNegative.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoNonNegative.FlatAppearance.BorderSize = 2 Me.rdoNonNegative.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoNonNegative.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoNonNegative.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNonNegative.Location = New System.Drawing.Point(94, 13) Me.rdoNonNegative.Name = "rdoNonNegative" + Me.rdoNonNegative.Size = New System.Drawing.Size(85, 28) + Me.rdoNonNegative.TabIndex = 2 Me.rdoNonNegative.TabStop = True Me.rdoNonNegative.Tag = "Frequency" + Me.rdoNonNegative.Text = "Non-Negative" + Me.rdoNonNegative.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoNonNegative.UseVisualStyleBackColor = False ' 'rdoRank ' - resources.ApplyResources(Me.rdoRank, "rdoRank") + Me.rdoRank.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRank.BackColor = System.Drawing.SystemColors.Control Me.rdoRank.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRank.FlatAppearance.BorderSize = 2 Me.rdoRank.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRank.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRank.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRank.Location = New System.Drawing.Point(178, 13) Me.rdoRank.Name = "rdoRank" + Me.rdoRank.Size = New System.Drawing.Size(82, 28) + Me.rdoRank.TabIndex = 3 Me.rdoRank.TabStop = True Me.rdoRank.Tag = "Frequency" + Me.rdoRank.Text = "Rank" + Me.rdoRank.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRank.UseVisualStyleBackColor = False ' 'rdoSort ' - resources.ApplyResources(Me.rdoSort, "rdoSort") + Me.rdoSort.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSort.BackColor = System.Drawing.SystemColors.Control Me.rdoSort.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSort.FlatAppearance.BorderSize = 2 Me.rdoSort.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSort.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSort.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSort.Location = New System.Drawing.Point(259, 13) Me.rdoSort.Name = "rdoSort" + Me.rdoSort.Size = New System.Drawing.Size(82, 28) + Me.rdoSort.TabIndex = 4 Me.rdoSort.TabStop = True Me.rdoSort.Tag = "Frequency" + Me.rdoSort.Text = "Sort" + Me.rdoSort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSort.UseVisualStyleBackColor = False ' 'rdoScale ' - resources.ApplyResources(Me.rdoScale, "rdoScale") + Me.rdoScale.Appearance = System.Windows.Forms.Appearance.Button Me.rdoScale.BackColor = System.Drawing.SystemColors.Control Me.rdoScale.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoScale.FlatAppearance.BorderSize = 2 Me.rdoScale.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoScale.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoScale.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoScale.Location = New System.Drawing.Point(340, 13) Me.rdoScale.Name = "rdoScale" + Me.rdoScale.Size = New System.Drawing.Size(82, 28) + Me.rdoScale.TabIndex = 5 Me.rdoScale.TabStop = True Me.rdoScale.Tag = "Frequency" + Me.rdoScale.Text = "Scale" + Me.rdoScale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoScale.UseVisualStyleBackColor = False ' 'cmdUpdatePreview ' - resources.ApplyResources(Me.cmdUpdatePreview, "cmdUpdatePreview") + Me.cmdUpdatePreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdUpdatePreview.Location = New System.Drawing.Point(283, 340) Me.cmdUpdatePreview.Name = "cmdUpdatePreview" + Me.cmdUpdatePreview.Size = New System.Drawing.Size(75, 23) + Me.cmdUpdatePreview.TabIndex = 34 + Me.cmdUpdatePreview.Text = "Update" Me.cmdUpdatePreview.UseVisualStyleBackColor = True ' 'ucrChkEditPreview ' + Me.ucrChkEditPreview.AutoSize = True Me.ucrChkEditPreview.Checked = False - resources.ApplyResources(Me.ucrChkEditPreview, "ucrChkEditPreview") + Me.ucrChkEditPreview.Location = New System.Drawing.Point(363, 343) Me.ucrChkEditPreview.Name = "ucrChkEditPreview" + Me.ucrChkEditPreview.Size = New System.Drawing.Size(66, 23) + Me.ucrChkEditPreview.TabIndex = 33 ' 'ucrChkPreview ' + Me.ucrChkPreview.AutoSize = True Me.ucrChkPreview.Checked = False - resources.ApplyResources(Me.ucrChkPreview, "ucrChkPreview") + Me.ucrChkPreview.Location = New System.Drawing.Point(11, 343) Me.ucrChkPreview.Name = "ucrChkPreview" + Me.ucrChkPreview.Size = New System.Drawing.Size(69, 23) + Me.ucrChkPreview.TabIndex = 32 ' 'ucrInputPreview ' Me.ucrInputPreview.AddQuotesIfUnrecognised = True + Me.ucrInputPreview.AutoSize = True Me.ucrInputPreview.IsMultiline = False Me.ucrInputPreview.IsReadOnly = True - resources.ApplyResources(Me.ucrInputPreview, "ucrInputPreview") + Me.ucrInputPreview.Location = New System.Drawing.Point(82, 342) Me.ucrInputPreview.Name = "ucrInputPreview" + Me.ucrInputPreview.Size = New System.Drawing.Size(199, 21) + Me.ucrInputPreview.TabIndex = 14 ' 'ucrInputAdd ' Me.ucrInputAdd.AddQuotesIfUnrecognised = True + Me.ucrInputAdd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputAdd.GetSetSelectedIndex = -1 Me.ucrInputAdd.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAdd, "ucrInputAdd") + Me.ucrInputAdd.Location = New System.Drawing.Point(329, 207) Me.ucrInputAdd.Name = "ucrInputAdd" + Me.ucrInputAdd.Size = New System.Drawing.Size(75, 21) + Me.ucrInputAdd.TabIndex = 28 ' 'ucrInputDivide ' Me.ucrInputDivide.AddQuotesIfUnrecognised = True + Me.ucrInputDivide.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDivide.GetSetSelectedIndex = -1 Me.ucrInputDivide.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDivide, "ucrInputDivide") + Me.ucrInputDivide.Location = New System.Drawing.Point(329, 180) Me.ucrInputDivide.Name = "ucrInputDivide" + Me.ucrInputDivide.Size = New System.Drawing.Size(75, 21) + Me.ucrInputDivide.TabIndex = 27 ' 'ucrInputMultiply ' Me.ucrInputMultiply.AddQuotesIfUnrecognised = True + Me.ucrInputMultiply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMultiply.GetSetSelectedIndex = -1 Me.ucrInputMultiply.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMultiply, "ucrInputMultiply") + Me.ucrInputMultiply.Location = New System.Drawing.Point(329, 153) Me.ucrInputMultiply.Name = "ucrInputMultiply" + Me.ucrInputMultiply.Size = New System.Drawing.Size(75, 21) + Me.ucrInputMultiply.TabIndex = 26 ' 'ucrInputSubtract ' Me.ucrInputSubtract.AddQuotesIfUnrecognised = True + Me.ucrInputSubtract.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSubtract.GetSetSelectedIndex = -1 Me.ucrInputSubtract.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSubtract, "ucrInputSubtract") + Me.ucrInputSubtract.Location = New System.Drawing.Point(329, 126) Me.ucrInputSubtract.Name = "ucrInputSubtract" + Me.ucrInputSubtract.Size = New System.Drawing.Size(75, 21) + Me.ucrInputSubtract.TabIndex = 25 ' 'ucrChkAdd ' + Me.ucrChkAdd.AutoSize = True Me.ucrChkAdd.Checked = False - resources.ApplyResources(Me.ucrChkAdd, "ucrChkAdd") + Me.ucrChkAdd.Location = New System.Drawing.Point(244, 206) Me.ucrChkAdd.Name = "ucrChkAdd" + Me.ucrChkAdd.Size = New System.Drawing.Size(79, 23) + Me.ucrChkAdd.TabIndex = 24 ' 'ucrChkDivide ' + Me.ucrChkDivide.AutoSize = True Me.ucrChkDivide.Checked = False - resources.ApplyResources(Me.ucrChkDivide, "ucrChkDivide") + Me.ucrChkDivide.Location = New System.Drawing.Point(244, 180) Me.ucrChkDivide.Name = "ucrChkDivide" + Me.ucrChkDivide.Size = New System.Drawing.Size(79, 23) + Me.ucrChkDivide.TabIndex = 23 ' 'ucrChkMultiply ' + Me.ucrChkMultiply.AutoSize = True Me.ucrChkMultiply.Checked = False - resources.ApplyResources(Me.ucrChkMultiply, "ucrChkMultiply") + Me.ucrChkMultiply.Location = New System.Drawing.Point(244, 154) Me.ucrChkMultiply.Name = "ucrChkMultiply" + Me.ucrChkMultiply.Size = New System.Drawing.Size(79, 23) + Me.ucrChkMultiply.TabIndex = 22 ' 'ucrChkSubtract ' + Me.ucrChkSubtract.AutoSize = True Me.ucrChkSubtract.Checked = False - resources.ApplyResources(Me.ucrChkSubtract, "ucrChkSubtract") + Me.ucrChkSubtract.Location = New System.Drawing.Point(244, 128) Me.ucrChkSubtract.Name = "ucrChkSubtract" + Me.ucrChkSubtract.Size = New System.Drawing.Size(79, 23) + Me.ucrChkSubtract.TabIndex = 21 ' 'ucrPnlTransformOptions ' - resources.ApplyResources(Me.ucrPnlTransformOptions, "ucrPnlTransformOptions") + Me.ucrPnlTransformOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlTransformOptions.Location = New System.Drawing.Point(10, 8) Me.ucrPnlTransformOptions.Name = "ucrPnlTransformOptions" + Me.ucrPnlTransformOptions.Size = New System.Drawing.Size(423, 45) + Me.ucrPnlTransformOptions.TabIndex = 0 ' 'ucrSaveNew ' - resources.ApplyResources(Me.ucrSaveNew, "ucrSaveNew") + Me.ucrSaveNew.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNew.Location = New System.Drawing.Point(10, 368) + Me.ucrSaveNew.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNew.Name = "ucrSaveNew" + Me.ucrSaveNew.Size = New System.Drawing.Size(271, 22) + Me.ucrSaveNew.TabIndex = 15 ' 'ucrReceiverRank ' + Me.ucrReceiverRank.AutoSize = True Me.ucrReceiverRank.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRank, "ucrReceiverRank") + Me.ucrReceiverRank.Location = New System.Drawing.Point(244, 100) + Me.ucrReceiverRank.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRank.Name = "ucrReceiverRank" Me.ucrReceiverRank.Selector = Nothing + Me.ucrReceiverRank.Size = New System.Drawing.Size(145, 20) Me.ucrReceiverRank.strNcFilePath = "" + Me.ucrReceiverRank.TabIndex = 8 Me.ucrReceiverRank.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 392) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 16 ' 'ucrSelectorForRank ' + Me.ucrSelectorForRank.AutoSize = True Me.ucrSelectorForRank.bDropUnusedFilterLevels = False Me.ucrSelectorForRank.bShowHiddenColumns = False Me.ucrSelectorForRank.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForRank, "ucrSelectorForRank") + Me.ucrSelectorForRank.Location = New System.Drawing.Point(10, 68) + Me.ucrSelectorForRank.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForRank.Name = "ucrSelectorForRank" + Me.ucrSelectorForRank.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForRank.TabIndex = 6 ' 'ucrChkMissingLast ' + Me.ucrChkMissingLast.AutoSize = True Me.ucrChkMissingLast.Checked = False - resources.ApplyResources(Me.ucrChkMissingLast, "ucrChkMissingLast") + Me.ucrChkMissingLast.Location = New System.Drawing.Point(244, 154) Me.ucrChkMissingLast.Name = "ucrChkMissingLast" + Me.ucrChkMissingLast.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMissingLast.TabIndex = 13 ' 'ucrChkDecreasing ' + Me.ucrChkDecreasing.AutoSize = True Me.ucrChkDecreasing.Checked = False - resources.ApplyResources(Me.ucrChkDecreasing, "ucrChkDecreasing") + Me.ucrChkDecreasing.Location = New System.Drawing.Point(244, 128) Me.ucrChkDecreasing.Name = "ucrChkDecreasing" + Me.ucrChkDecreasing.Size = New System.Drawing.Size(100, 23) + Me.ucrChkDecreasing.TabIndex = 12 ' 'dlgTransform ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(440, 445) Me.Controls.Add(Me.cmdUpdatePreview) Me.Controls.Add(Me.grpNonNegative) Me.Controls.Add(Me.ucrChkEditPreview) @@ -660,7 +926,9 @@ Partial Class dlgTransform Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTransform" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Transform" + Me.Text = "Transform" Me.grpTies.ResumeLayout(False) Me.grpTies.PerformLayout() Me.grpMissingValues.ResumeLayout(False) diff --git a/instat/dlgTransform.resx b/instat/dlgTransform.resx index 781f537633d..0778827f0c6 100644 --- a/instat/dlgTransform.resx +++ b/instat/dlgTransform.resx @@ -117,1717 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 246, 84 - - - 45, 13 - - - 7 - - - Column: - - - lblSelectColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - True - - - NoControl - - - 13, 111 - - - 65, 17 - - - 5 - - - Random - - - rdoRandom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTies - - - 0 - - - True - - - NoControl - - - 13, 88 - - - 44, 17 - - - 4 - - - First - - - rdoFirst - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTies - - - 1 - - - True - - - NoControl - - - 13, 65 - - - 69, 17 - - - 3 - - - Maximum - - - rdoMaximum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTies - - - 2 - - - True - - - NoControl - - - 13, 42 - - - 66, 17 - - - 2 - - - Minimum - - - rdoMinimum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTies - - - 3 - - - True - - - NoControl - - - 13, 19 - - - 65, 17 - - - 1 - - - Average - - - rdoAverage - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTies - - - 4 - - - 7, 14 - - - 96, 114 - - - 0 - - - ucrPnlTies - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTies - - - 5 - - - 238, 128 - - - 120, 135 - - - 3 - - - Ties - - - grpTies - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 28 - - - NoControl - - - 12, 64 - - - 96, 17 - - - 3 - - - Last - - - rdoLast - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissingValues - - - 0 - - - NoControl - - - 12, 41 - - - 110, 17 - - - 2 - - - First - - - rdoFirstMissingValues - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissingValues - - - 1 - - - NoControl - - - 12, 18 - - - 126, 17 - - - 1 - - - Keep as Missing - - - rdoKeptAsMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissingValues - - - 2 - - - 6, 18 - - - 143, 64 - - - 0 - - - ucrPnlMissingValues - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMissingValues - - - 3 - - - 10, 251 - - - 210, 85 - - - 12 - - - Missing Values - - - grpMissingValues - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 11, 19 - - - 57, 17 - - - 14 - - - Round - - - rdoRoundOf - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 7 - - - True - - - NoControl - - - 11, 47 - - - 68, 17 - - - 15 - - - Signif Fig - - - rdoSignificantDigits - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 6 - - - True - - - NoControl - - - 11, 75 - - - 81, 17 - - - 17 - - - Standardize - - - rdoStandardize - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 8 - - - True - - - NoControl - - - 11, 159 - - - 74, 17 - - - 18 - - - Difference - - - rdoDifference - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 1 - - - True - - - NoControl - - - 11, 131 - - - 49, 17 - - - 19 - - - Lead - - - rdoLead - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 4 - - - True - - - NoControl - - - 11, 103 - - - 43, 17 - - - 20 - - - Lag - - - rdoLag - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 5 - - - 109, 75 - - - 75, 20 - - - 33 - - - ucrChkOmitNA - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 0 - - - 138, 101 - - - 50, 20 - - - 25 - - - ucrNudLagPosition - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 2 - - - True - - - NoControl - - - 83, 105 - - - 52, 13 - - - 24 - - - Positions: - - - lblLagPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 3 - - - True - - - NoControl - - - 82, 21 - - - 53, 13 - - - 23 - - - Decimals: - - - lblRoundofDigits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 9 - - - 138, 17 - - - 50, 20 - - - 22 - - - ucrNudRoundOfDigits - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 10 - - - 138, 157 - - - 50, 20 - - - 19 - - - ucrNudDiffLag - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 11 - - - 138, 129 - - - 50, 20 - - - 16 - - - ucrNudLagLeadPosition - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 12 - - - 138, 45 - - - 50, 20 - - - 14 - - - ucrNudSignifDigits - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 13 - - - True - - - NoControl - - - 107, 161 - - - 28, 13 - - - 18 - - - Lag: - - - lblDiffLag - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 14 - - - True - - - NoControl - - - 99, 48 - - - 36, 13 - - - 15 - - - Digits: - - - lblDigits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 15 - - - True - - - NoControl - - - 83, 133 - - - 52, 13 - - - 17 - - - Positions: - - - lblLagLeadPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNumericOptions - - - 16 - - - 6, 19 - - - 79, 174 - - - 0 - - - ucrPnlNumericOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNumericOptions - - - 17 - - - 233, 128 - - - 200, 199 - - - 11 - - - Options - - - grpNumericOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 27 - - - 126, 86 - - - 57, 21 - - - 29 - - - ucrInputPower - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNonNegative - - - 0 - - - True - - - NoControl - - - 12, 88 - - - 55, 17 - - - 18 - - - Power - - - rdoPower - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNonNegative - - - 1 - - - 126, 114 - - - 58, 21 - - - 34 - - - ucrInputConstant - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNonNegative - - - 2 - - - True - - - NoControl - - - 13, 21 - - - 85, 17 - - - 15 - - - Square Root - - - rdoSquareRoot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNonNegative - - - 3 - - - True - - - NoControl - - - 12, 43 - - - 86, 17 - - - 16 - - - Log (Natural) - - - rdoNaturalLog - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNonNegative - - - 4 - - - True - - - NoControl - - - 12, 65 - - - 91, 17 - - - 17 - - - Log (Base 10) - - - rdoLogToBase10 - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNonNegative - - - 5 - - - 13, 116 - - - 107, 17 - - - 30 - - - ucrChkAddConstant - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNonNegative - - - 6 - - - 6, 14 - - - 92, 100 - - - 19 - - - ucrPnlNonNegative - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNonNegative - - - 7 - - - 238, 128 - - - 195, 149 - - - 9 - - - Options - - - grpNonNegative - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 13, 13 - - - 82, 28 - - - 1 - - - Numeric - - - MiddleCenter - - - rdoNumeric - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - Button - - - Flat - - - NoControl - - - 94, 13 - - - 85, 28 - - - 2 - - - Non-Negative - - - MiddleCenter - - - rdoNonNegative - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - Button - - - Flat - - - NoControl - - - 178, 13 - - - 82, 28 - - - 3 - - - Rank - - - MiddleCenter - - - rdoRank - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - Button - - - Flat - - - NoControl - - - 259, 13 - - - 82, 28 - - - 4 - - - Sort - - - MiddleCenter - - - rdoSort - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - Flat - - - NoControl - - - 340, 13 - - - 82, 28 - - - 5 - - - Scale - - - MiddleCenter - - - rdoScale - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - 17, 17 - - NoControl - - - 283, 340 - - - 75, 23 - - - 34 - - - Update - - - cmdUpdatePreview - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 363, 343 - - - 66, 20 - - - 33 - - - ucrChkEditPreview - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 11, 343 - - - 69, 20 - - - 32 - - - ucrChkPreview - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 82, 342 - - - 199, 21 - - - 14 - - - ucrInputPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 329, 207 - - - 75, 21 - - - 28 - - - ucrInputAdd - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 329, 180 - - - 75, 21 - - - 27 - - - ucrInputDivide - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 329, 153 - - - 75, 21 - - - 26 - - - ucrInputMultiply - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 329, 126 - - - 75, 21 - - - 25 - - - ucrInputSubtract - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 244, 206 - - - 79, 20 - - - 24 - - - ucrChkAdd - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 244, 180 - - - 79, 20 - - - 23 - - - ucrChkDivide - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 244, 154 - - - 79, 20 - - - 22 - - - ucrChkMultiply - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 244, 128 - - - 79, 20 - - - 21 - - - ucrChkSubtract - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 8 - - - 423, 45 - - - 0 - - - ucrPnlTransformOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 10, 368 - - - 4, 5, 4, 5 - - - 271, 22 - - - 15 - - - ucrSaveNew - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 6, 13 - - - True - - - 440, 445 - - - True - - - 10, 392 - - - 410, 52 - - - 16 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 10, 68 - - - 0, 0, 0, 0 - - - 210, 180 - - - 6 - - - ucrSelectorForRank - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 244, 154 - - - 100, 20 - - - 13 - - - ucrChkMissingLast - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 244, 128 - - - 100, 20 - - - 12 - - - ucrChkDecreasing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - CenterScreen - - - Transform - - - ttEditPreview - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgTransform - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 244, 100 - - - 0, 0, 0, 0 - - - 145, 20 - - - 8 - - - ucrReceiverRank - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - \ No newline at end of file diff --git a/instat/dlgTransformClimatic.Designer.vb b/instat/dlgTransformClimatic.Designer.vb index bcd36e02e5f..095d109fbaa 100644 --- a/instat/dlgTransformClimatic.Designer.vb +++ b/instat/dlgTransformClimatic.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgTransformClimatic 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTransformClimatic)) Me.lblYear = New System.Windows.Forms.Label() Me.lblDate = New System.Windows.Forms.Label() Me.lblStation = New System.Windows.Forms.Label() @@ -89,82 +88,152 @@ Partial Class dlgTransformClimatic ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(272, 164) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 12 + Me.lblYear.Text = "Year:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(272, 117) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 8 + Me.lblDate.Text = "Date:" ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(272, 67) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 6 + Me.lblStation.Text = "Station:" ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblData.Location = New System.Drawing.Point(272, 212) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(48, 13) + Me.lblData.TabIndex = 16 + Me.lblData.Text = "Element:" ' 'rdoSpell ' - resources.ApplyResources(Me.rdoSpell, "rdoSpell") + Me.rdoSpell.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoSpell.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoSpell.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSpell.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSpell.FlatAppearance.BorderSize = 2 Me.rdoSpell.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSpell.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoSpell.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoSpell.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpell.Location = New System.Drawing.Point(283, 15) Me.rdoSpell.Name = "rdoSpell" + Me.rdoSpell.Size = New System.Drawing.Size(64, 28) + Me.rdoSpell.TabIndex = 3 + Me.rdoSpell.Text = "Spell" + Me.rdoSpell.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSpell.UseVisualStyleBackColor = True ' 'rdoMoving ' - resources.ApplyResources(Me.rdoMoving, "rdoMoving") + Me.rdoMoving.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoMoving.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoMoving.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMoving.Cursor = System.Windows.Forms.Cursors.Default Me.rdoMoving.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMoving.FlatAppearance.BorderSize = 2 Me.rdoMoving.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMoving.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoMoving.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoMoving.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMoving.Location = New System.Drawing.Point(194, 15) Me.rdoMoving.Name = "rdoMoving" + Me.rdoMoving.Size = New System.Drawing.Size(91, 28) + Me.rdoMoving.TabIndex = 2 + Me.rdoMoving.Text = "Moving" + Me.rdoMoving.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMoving.UseVisualStyleBackColor = True ' 'rdoCount ' - resources.ApplyResources(Me.rdoCount, "rdoCount") + Me.rdoCount.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoCount.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.rdoCount.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCount.FlatAppearance.BorderSize = 2 Me.rdoCount.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCount.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCount.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoCount.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCount.Location = New System.Drawing.Point(105, 15) Me.rdoCount.Name = "rdoCount" + Me.rdoCount.Size = New System.Drawing.Size(91, 28) + Me.rdoCount.TabIndex = 1 + Me.rdoCount.Text = "Count" + Me.rdoCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCount.UseVisualStyleBackColor = True ' 'rdoWaterBalance ' - resources.ApplyResources(Me.rdoWaterBalance, "rdoWaterBalance") + Me.rdoWaterBalance.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoWaterBalance.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoWaterBalance.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWaterBalance.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWaterBalance.FlatAppearance.BorderSize = 2 Me.rdoWaterBalance.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWaterBalance.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoWaterBalance.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoWaterBalance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWaterBalance.Location = New System.Drawing.Point(434, 15) Me.rdoWaterBalance.Name = "rdoWaterBalance" + Me.rdoWaterBalance.Size = New System.Drawing.Size(117, 28) + Me.rdoWaterBalance.TabIndex = 4 + Me.rdoWaterBalance.Text = "Water Balance" + Me.rdoWaterBalance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWaterBalance.UseVisualStyleBackColor = True ' 'lblSumRows ' - resources.ApplyResources(Me.lblSumRows, "lblSumRows") + Me.lblSumRows.AutoSize = True + Me.lblSumRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSumRows.Location = New System.Drawing.Point(245, 24) Me.lblSumRows.Name = "lblSumRows" + Me.lblSumRows.Size = New System.Drawing.Size(34, 13) + Me.lblSumRows.TabIndex = 5 Me.lblSumRows.Tag = "Rows" + Me.lblSumRows.Text = "Rows" ' 'lblSumOver ' - resources.ApplyResources(Me.lblSumOver, "lblSumOver") + Me.lblSumOver.AutoSize = True + Me.lblSumOver.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSumOver.Location = New System.Drawing.Point(157, 24) Me.lblSumOver.Name = "lblSumOver" + Me.lblSumOver.Size = New System.Drawing.Size(30, 13) + Me.lblSumOver.TabIndex = 3 Me.lblSumOver.Tag = "Over" + Me.lblSumOver.Text = "Over" ' 'lblCountOver ' - resources.ApplyResources(Me.lblCountOver, "lblCountOver") + Me.lblCountOver.AutoSize = True + Me.lblCountOver.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCountOver.Location = New System.Drawing.Point(12, 24) Me.lblCountOver.Name = "lblCountOver" + Me.lblCountOver.Size = New System.Drawing.Size(106, 13) + Me.lblCountOver.TabIndex = 8 Me.lblCountOver.Tag = "Rows_to_Count_Over:" + Me.lblCountOver.Text = "Rows to Count Over:" ' 'grpTransform ' @@ -194,266 +263,404 @@ Partial Class dlgTransformClimatic Me.grpTransform.Controls.Add(Me.ucrInputSum) Me.grpTransform.Controls.Add(Me.lblSumOver) Me.grpTransform.Controls.Add(Me.ucrNudCountOver) - resources.ApplyResources(Me.grpTransform, "grpTransform") + Me.grpTransform.Location = New System.Drawing.Point(10, 261) Me.grpTransform.Name = "grpTransform" + Me.grpTransform.Size = New System.Drawing.Size(376, 142) + Me.grpTransform.TabIndex = 18 Me.grpTransform.TabStop = False + Me.grpTransform.Text = "Options" ' 'ucrReceiverEvap ' + Me.ucrReceiverEvap.AutoSize = True Me.ucrReceiverEvap.frmParent = Me - resources.ApplyResources(Me.ucrReceiverEvap, "ucrReceiverEvap") + Me.ucrReceiverEvap.Location = New System.Drawing.Point(155, 79) + Me.ucrReceiverEvap.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverEvap.Name = "ucrReceiverEvap" Me.ucrReceiverEvap.Selector = Nothing + Me.ucrReceiverEvap.Size = New System.Drawing.Size(103, 20) Me.ucrReceiverEvap.strNcFilePath = "" + Me.ucrReceiverEvap.TabIndex = 37 Me.ucrReceiverEvap.ucrSelector = Nothing ' 'ucrInputEvaporation ' Me.ucrInputEvaporation.AddQuotesIfUnrecognised = True + Me.ucrInputEvaporation.AutoSize = True Me.ucrInputEvaporation.IsMultiline = False Me.ucrInputEvaporation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputEvaporation, "ucrInputEvaporation") + Me.ucrInputEvaporation.Location = New System.Drawing.Point(155, 53) Me.ucrInputEvaporation.Name = "ucrInputEvaporation" + Me.ucrInputEvaporation.Size = New System.Drawing.Size(103, 21) + Me.ucrInputEvaporation.TabIndex = 31 ' 'ucrChkGroupByYear ' + Me.ucrChkGroupByYear.AutoSize = True Me.ucrChkGroupByYear.Checked = False - resources.ApplyResources(Me.ucrChkGroupByYear, "ucrChkGroupByYear") + Me.ucrChkGroupByYear.Location = New System.Drawing.Point(24, 112) Me.ucrChkGroupByYear.Name = "ucrChkGroupByYear" + Me.ucrChkGroupByYear.Size = New System.Drawing.Size(174, 23) + Me.ucrChkGroupByYear.TabIndex = 22 ' 'rdoEvapVariable ' - resources.ApplyResources(Me.rdoEvapVariable, "rdoEvapVariable") + Me.rdoEvapVariable.AutoSize = True + Me.rdoEvapVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoEvapVariable.Location = New System.Drawing.Point(87, 82) Me.rdoEvapVariable.Name = "rdoEvapVariable" + Me.rdoEvapVariable.Size = New System.Drawing.Size(66, 17) + Me.rdoEvapVariable.TabIndex = 36 Me.rdoEvapVariable.TabStop = True + Me.rdoEvapVariable.Text = "Variable:" Me.rdoEvapVariable.UseVisualStyleBackColor = True ' 'rdoEvapValue ' - resources.ApplyResources(Me.rdoEvapValue, "rdoEvapValue") + Me.rdoEvapValue.AutoSize = True + Me.rdoEvapValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoEvapValue.Location = New System.Drawing.Point(87, 54) Me.rdoEvapValue.Name = "rdoEvapValue" + Me.rdoEvapValue.Size = New System.Drawing.Size(55, 17) + Me.rdoEvapValue.TabIndex = 35 Me.rdoEvapValue.TabStop = True + Me.rdoEvapValue.Text = "Value:" Me.rdoEvapValue.UseVisualStyleBackColor = True ' 'ucrPnlEvap ' - resources.ApplyResources(Me.ucrPnlEvap, "ucrPnlEvap") + Me.ucrPnlEvap.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlEvap.Location = New System.Drawing.Point(86, 43) Me.ucrPnlEvap.Name = "ucrPnlEvap" + Me.ucrPnlEvap.Size = New System.Drawing.Size(63, 57) + Me.ucrPnlEvap.TabIndex = 29 ' 'ucrInputCumulative ' Me.ucrInputCumulative.AddQuotesIfUnrecognised = True + Me.ucrInputCumulative.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCumulative.GetSetSelectedIndex = -1 Me.ucrInputCumulative.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCumulative, "ucrInputCumulative") + Me.ucrInputCumulative.Location = New System.Drawing.Point(24, 21) Me.ucrInputCumulative.Name = "ucrInputCumulative" + Me.ucrInputCumulative.Size = New System.Drawing.Size(112, 21) + Me.ucrInputCumulative.TabIndex = 26 ' 'ucrInputCircularPosition ' Me.ucrInputCircularPosition.AddQuotesIfUnrecognised = True + Me.ucrInputCircularPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCircularPosition.GetSetSelectedIndex = -1 Me.ucrInputCircularPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCircularPosition, "ucrInputCircularPosition") + Me.ucrInputCircularPosition.Location = New System.Drawing.Point(199, 55) Me.ucrInputCircularPosition.Name = "ucrInputCircularPosition" + Me.ucrInputCircularPosition.Size = New System.Drawing.Size(137, 21) + Me.ucrInputCircularPosition.TabIndex = 27 ' 'lblPosition ' - resources.ApplyResources(Me.lblPosition, "lblPosition") + Me.lblPosition.AutoSize = True + Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPosition.Location = New System.Drawing.Point(151, 59) Me.lblPosition.Name = "lblPosition" + Me.lblPosition.Size = New System.Drawing.Size(47, 13) + Me.lblPosition.TabIndex = 25 + Me.lblPosition.Text = "Position:" ' 'ucrInputPosition ' Me.ucrInputPosition.AddQuotesIfUnrecognised = True + Me.ucrInputPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPosition.GetSetSelectedIndex = -1 Me.ucrInputPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPosition, "ucrInputPosition") + Me.ucrInputPosition.Location = New System.Drawing.Point(199, 55) Me.ucrInputPosition.Name = "ucrInputPosition" + Me.ucrInputPosition.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPosition.TabIndex = 24 ' 'ucrChkCircular ' + Me.ucrChkCircular.AutoSize = True Me.ucrChkCircular.Checked = False - resources.ApplyResources(Me.ucrChkCircular, "ucrChkCircular") + Me.ucrChkCircular.Location = New System.Drawing.Point(24, 58) Me.ucrChkCircular.Name = "ucrChkCircular" + Me.ucrChkCircular.Size = New System.Drawing.Size(100, 23) + Me.ucrChkCircular.TabIndex = 26 ' 'ucrNudMultSpells ' + Me.ucrNudMultSpells.AutoSize = True Me.ucrNudMultSpells.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMultSpells.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMultSpells, "ucrNudMultSpells") + Me.ucrNudMultSpells.Location = New System.Drawing.Point(194, 21) Me.ucrNudMultSpells.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMultSpells.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMultSpells.Name = "ucrNudMultSpells" + Me.ucrNudMultSpells.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMultSpells.TabIndex = 15 Me.ucrNudMultSpells.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblRowsMultSpells ' - resources.ApplyResources(Me.lblRowsMultSpells, "lblRowsMultSpells") + Me.lblRowsMultSpells.AutoSize = True + Me.lblRowsMultSpells.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRowsMultSpells.Location = New System.Drawing.Point(12, 25) Me.lblRowsMultSpells.Name = "lblRowsMultSpells" + Me.lblRowsMultSpells.Size = New System.Drawing.Size(126, 13) + Me.lblRowsMultSpells.TabIndex = 14 Me.lblRowsMultSpells.Tag = "Rows_to_Take_Over:" + Me.lblRowsMultSpells.Text = "Rows to Take Max Over:" ' 'ucrInputSpellUpper ' Me.ucrInputSpellUpper.AddQuotesIfUnrecognised = True + Me.ucrInputSpellUpper.AutoSize = True Me.ucrInputSpellUpper.IsMultiline = False Me.ucrInputSpellUpper.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpellUpper, "ucrInputSpellUpper") + Me.ucrInputSpellUpper.Location = New System.Drawing.Point(285, 50) Me.ucrInputSpellUpper.Name = "ucrInputSpellUpper" + Me.ucrInputSpellUpper.Size = New System.Drawing.Size(49, 21) + Me.ucrInputSpellUpper.TabIndex = 13 ' 'ucrInputCondition ' Me.ucrInputCondition.AddQuotesIfUnrecognised = True + Me.ucrInputCondition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCondition.GetSetSelectedIndex = -1 Me.ucrInputCondition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCondition, "ucrInputCondition") + Me.ucrInputCondition.Location = New System.Drawing.Point(124, 50) Me.ucrInputCondition.Name = "ucrInputCondition" + Me.ucrInputCondition.Size = New System.Drawing.Size(155, 21) + Me.ucrInputCondition.TabIndex = 12 ' 'lblCondition ' - resources.ApplyResources(Me.lblCondition, "lblCondition") + Me.lblCondition.AutoSize = True + Me.lblCondition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCondition.Location = New System.Drawing.Point(12, 53) Me.lblCondition.Name = "lblCondition" + Me.lblCondition.Size = New System.Drawing.Size(54, 13) + Me.lblCondition.TabIndex = 10 Me.lblCondition.Tag = "Condition:" + Me.lblCondition.Text = "Condition:" ' 'lblWBEvaporation ' - resources.ApplyResources(Me.lblWBEvaporation, "lblWBEvaporation") + Me.lblWBEvaporation.AutoSize = True + Me.lblWBEvaporation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWBEvaporation.Location = New System.Drawing.Point(13, 55) Me.lblWBEvaporation.Name = "lblWBEvaporation" + Me.lblWBEvaporation.Size = New System.Drawing.Size(67, 13) + Me.lblWBEvaporation.TabIndex = 6 Me.lblWBEvaporation.Tag = "Evaporation" + Me.lblWBEvaporation.Text = "Evaporation:" ' 'ucrInputSpellLower ' Me.ucrInputSpellLower.AddQuotesIfUnrecognised = True + Me.ucrInputSpellLower.AutoSize = True Me.ucrInputSpellLower.IsMultiline = False Me.ucrInputSpellLower.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSpellLower, "ucrInputSpellLower") + Me.ucrInputSpellLower.Location = New System.Drawing.Point(69, 50) Me.ucrInputSpellLower.Name = "ucrInputSpellLower" + Me.ucrInputSpellLower.Size = New System.Drawing.Size(49, 21) + Me.ucrInputSpellLower.TabIndex = 11 ' 'ucrNudSumOver ' + Me.ucrNudSumOver.AutoSize = True Me.ucrNudSumOver.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSumOver.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSumOver, "ucrNudSumOver") + Me.ucrNudSumOver.Location = New System.Drawing.Point(193, 21) Me.ucrNudSumOver.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSumOver.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSumOver.Name = "ucrNudSumOver" + Me.ucrNudSumOver.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSumOver.TabIndex = 4 Me.ucrNudSumOver.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblWBCapacity ' - resources.ApplyResources(Me.lblWBCapacity, "lblWBCapacity") + Me.lblWBCapacity.AutoSize = True + Me.lblWBCapacity.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWBCapacity.Location = New System.Drawing.Point(13, 25) Me.lblWBCapacity.Name = "lblWBCapacity" + Me.lblWBCapacity.Size = New System.Drawing.Size(51, 13) + Me.lblWBCapacity.TabIndex = 1 Me.lblWBCapacity.Tag = "Capacity" + Me.lblWBCapacity.Text = "Capacity:" ' 'ucrNudWBCapacity ' + Me.ucrNudWBCapacity.AutoSize = True Me.ucrNudWBCapacity.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWBCapacity.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWBCapacity, "ucrNudWBCapacity") + Me.ucrNudWBCapacity.Location = New System.Drawing.Point(86, 21) Me.ucrNudWBCapacity.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWBCapacity.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWBCapacity.Name = "ucrNudWBCapacity" + Me.ucrNudWBCapacity.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWBCapacity.TabIndex = 2 Me.ucrNudWBCapacity.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputSum ' Me.ucrInputSum.AddQuotesIfUnrecognised = True + Me.ucrInputSum.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSum.GetSetSelectedIndex = -1 Me.ucrInputSum.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSum, "ucrInputSum") + Me.ucrInputSum.Location = New System.Drawing.Point(24, 21) Me.ucrInputSum.Name = "ucrInputSum" + Me.ucrInputSum.Size = New System.Drawing.Size(112, 21) + Me.ucrInputSum.TabIndex = 0 ' 'ucrNudCountOver ' + Me.ucrNudCountOver.AutoSize = True Me.ucrNudCountOver.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCountOver.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCountOver, "ucrNudCountOver") + Me.ucrNudCountOver.Location = New System.Drawing.Point(134, 21) Me.ucrNudCountOver.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCountOver.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCountOver.Name = "ucrNudCountOver" + Me.ucrNudCountOver.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCountOver.TabIndex = 9 Me.ucrNudCountOver.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoMultSpells ' - resources.ApplyResources(Me.rdoMultSpells, "rdoMultSpells") + Me.rdoMultSpells.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoMultSpells.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoMultSpells.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultSpells.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMultSpells.FlatAppearance.BorderSize = 2 Me.rdoMultSpells.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMultSpells.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoMultSpells.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoMultSpells.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMultSpells.Location = New System.Drawing.Point(345, 15) Me.rdoMultSpells.Name = "rdoMultSpells" + Me.rdoMultSpells.Size = New System.Drawing.Size(91, 28) + Me.rdoMultSpells.TabIndex = 23 + Me.rdoMultSpells.Text = "Multiple Spells" + Me.rdoMultSpells.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultSpells.UseVisualStyleBackColor = True ' 'rdoCumulative ' - resources.ApplyResources(Me.rdoCumulative, "rdoCumulative") + Me.rdoCumulative.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoCumulative.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoCumulative.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCumulative.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCumulative.FlatAppearance.BorderSize = 2 Me.rdoCumulative.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCumulative.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCumulative.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoCumulative.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCumulative.Location = New System.Drawing.Point(16, 15) Me.rdoCumulative.Name = "rdoCumulative" + Me.rdoCumulative.Size = New System.Drawing.Size(91, 28) + Me.rdoCumulative.TabIndex = 25 + Me.rdoCumulative.Text = "Cumulative" + Me.rdoCumulative.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCumulative.UseVisualStyleBackColor = True ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(11, 411) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(335, 21) + Me.ucrSaveColumn.TabIndex = 20 ' 'ucrPnlTransform ' - resources.ApplyResources(Me.ucrPnlTransform, "ucrPnlTransform") + Me.ucrPnlTransform.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlTransform.Location = New System.Drawing.Point(12, 9) Me.ucrPnlTransform.Name = "ucrPnlTransform" + Me.ucrPnlTransform.Size = New System.Drawing.Size(543, 49) + Me.ucrPnlTransform.TabIndex = 0 ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(275, 130) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 9 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(275, 177) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 13 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(275, 80) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 7 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverData ' + Me.ucrReceiverData.AutoSize = True Me.ucrReceiverData.frmParent = Me - resources.ApplyResources(Me.ucrReceiverData, "ucrReceiverData") + Me.ucrReceiverData.Location = New System.Drawing.Point(275, 225) + Me.ucrReceiverData.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverData.Name = "ucrReceiverData" Me.ucrReceiverData.Selector = Nothing + Me.ucrReceiverData.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverData.strNcFilePath = "" + Me.ucrReceiverData.TabIndex = 17 Me.ucrReceiverData.ucrSelector = Nothing ' 'ucrSelectorTransform ' + Me.ucrSelectorTransform.AutoSize = True Me.ucrSelectorTransform.bDropUnusedFilterLevels = False Me.ucrSelectorTransform.bShowHiddenColumns = False Me.ucrSelectorTransform.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTransform, "ucrSelectorTransform") + Me.ucrSelectorTransform.Location = New System.Drawing.Point(10, 61) + Me.ucrSelectorTransform.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTransform.Name = "ucrSelectorTransform" + Me.ucrSelectorTransform.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTransform.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 437) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 21 ' 'dlgTransformClimatic ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(566, 490) Me.Controls.Add(Me.ucrSaveColumn) Me.Controls.Add(Me.rdoCumulative) Me.Controls.Add(Me.rdoMultSpells) @@ -477,6 +684,8 @@ Partial Class dlgTransformClimatic Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTransformClimatic" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Transform" Me.grpTransform.ResumeLayout(False) Me.grpTransform.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgTransformClimatic.resx b/instat/dlgTransformClimatic.resx index 71fadbb465d..29dcb1b3a35 100644 --- a/instat/dlgTransformClimatic.resx +++ b/instat/dlgTransformClimatic.resx @@ -117,1252 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 272, 164 - - - 32, 13 - - - 12 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 272, 117 - - - 33, 13 - - - 8 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 272, 67 - - - 43, 13 - - - 6 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 272, 212 - - - 48, 13 - - - 16 - - - Element: - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 283, 15 - - - 64, 28 - - - 3 - - - Spell - - - MiddleCenter - - - rdoSpell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 194, 15 - - - 91, 28 - - - 2 - - - Moving - - - MiddleCenter - - - rdoMoving - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - None - - - Flat - - - NoControl - - - 105, 15 - - - 91, 28 - - - 1 - - - Count - - - MiddleCenter - - - rdoCount - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 434, 15 - - - 117, 28 - - - 4 - - - Water Balance - - - MiddleCenter - - - rdoWaterBalance - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 245, 24 - - - 34, 13 - - - 5 - - - Rows - - - lblSumRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 14 - - - True - - - NoControl - - - 157, 24 - - - 30, 13 - - - 3 - - - Over - - - lblSumOver - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 24 - - - True - - - NoControl - - - 12, 24 - - - 106, 13 - - - 8 - - - Rows to Count Over: - - - lblCountOver - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 19 - - - True - - - 6, 13 - - - True - - - 566, 490 - - - 11, 411 - - - 4, 5, 4, 5 - - - 335, 21 - - - 20 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 16, 15 - - - 91, 28 - - - 25 - - - Cumulative - - - MiddleCenter - - - rdoCumulative - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 345, 15 - - - 91, 28 - - - 23 - - - Multiple Spells - - - MiddleCenter - - - rdoMultSpells - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 12, 9 - - - 543, 49 - - - 0 - - - ucrPnlTransform - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 275, 130 - - - 0, 0, 0, 0 - - - 137, 20 - - - 9 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 275, 177 - - - 0, 0, 0, 0 - - - 137, 20 - - - 13 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 275, 80 - - - 0, 0, 0, 0 - - - 137, 20 - - - 7 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 275, 225 - - - 0, 0, 0, 0 - - - 137, 20 - - - 17 - - - ucrReceiverData - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 10, 61 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorTransform - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 437 - - - 405, 52 - - - 21 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Transform - - - dlgTransformClimatic - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 155, 79 - - - 0, 0, 0, 0 - - - 103, 20 - - - 37 - - - ucrReceiverEvap - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 0 - - - 155, 53 - - - 103, 21 - - - 31 - - - ucrInputEvaporation - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 1 - - - 24, 112 - - - 174, 20 - - - 22 - - - ucrChkGroupByYear - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 2 - - - True - - - NoControl - - - 87, 82 - - - 66, 17 - - - 36 - - - Variable: - - - rdoEvapVariable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 3 - - - True - - - NoControl - - - 87, 54 - - - 55, 17 - - - 35 - - - Value: - - - rdoEvapValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 4 - - - 86, 43 - - - 63, 57 - - - 29 - - - ucrPnlEvap - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 5 - - - 24, 21 - - - 112, 21 - - - 26 - - - ucrInputCumulative - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 6 - - - 199, 55 - - - 137, 21 - - - 27 - - - ucrInputCircularPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 7 - - - True - - - NoControl - - - 151, 59 - - - 47, 13 - - - 25 - - - Position: - - - lblPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 8 - - - 199, 55 - - - 137, 21 - - - 24 - - - ucrInputPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 9 - - - 24, 58 - - - 100, 20 - - - 26 - - - ucrChkCircular - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 10 - - - 194, 21 - - - 50, 20 - - - 15 - - - ucrNudMultSpells - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 11 - - - True - - - NoControl - - - 12, 25 - - - 126, 13 - - - 14 - - - Rows to Take Max Over: - - - lblRowsMultSpells - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 12 - - - 285, 50 - - - 49, 21 - - - 13 - - - ucrInputSpellUpper - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 13 - - - 124, 50 - - - 155, 21 - - - 12 - - - ucrInputCondition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 15 - - - True - - - NoControl - - - 12, 53 - - - 54, 13 - - - 10 - - - Condition: - - - lblCondition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 16 - - - True - - - NoControl - - - 13, 55 - - - 67, 13 - - - 6 - - - Evaporation: - - - lblWBEvaporation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 17 - - - 69, 50 - - - 49, 21 - - - 11 - - - ucrInputSpellLower - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 18 - - - 193, 21 - - - 50, 20 - - - 4 - - - ucrNudSumOver - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 20 - - - True - - - NoControl - - - 13, 25 - - - 51, 13 - - - 1 - - - Capacity: - - - lblWBCapacity - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTransform - - - 21 - - - 86, 21 - - - 50, 20 - - - 2 - - - ucrNudWBCapacity - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 22 - - - 24, 21 - - - 112, 21 - - - 0 - - - ucrInputSum - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 23 - - - 134, 21 - - - 50, 20 - - - 9 - - - ucrNudCountOver - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTransform - - - 25 - - - 10, 261 - - - 376, 142 - - - 18 - - - Options - - - grpTransform - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgTransformText.Designer.vb b/instat/dlgTransformText.Designer.vb index b10fc866ea3..20e66ce3440 100644 --- a/instat/dlgTransformText.Designer.vb +++ b/instat/dlgTransformText.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgTransformText 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTransformText)) Me.lblColumnToTransform = New System.Windows.Forms.Label() Me.lblToSubstring = New System.Windows.Forms.Label() Me.lblFrom = New System.Windows.Forms.Label() @@ -98,33 +97,63 @@ Partial Class dlgTransformText ' 'lblColumnToTransform ' - resources.ApplyResources(Me.lblColumnToTransform, "lblColumnToTransform") + Me.lblColumnToTransform.AutoSize = True + Me.lblColumnToTransform.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnToTransform.Location = New System.Drawing.Point(267, 85) Me.lblColumnToTransform.Name = "lblColumnToTransform" + Me.lblColumnToTransform.Size = New System.Drawing.Size(107, 13) + Me.lblColumnToTransform.TabIndex = 10 + Me.lblColumnToTransform.Text = "Column to Transform:" ' 'lblToSubstring ' - resources.ApplyResources(Me.lblToSubstring, "lblToSubstring") + Me.lblToSubstring.AutoSize = True + Me.lblToSubstring.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblToSubstring.Location = New System.Drawing.Point(11, 54) Me.lblToSubstring.Name = "lblToSubstring" + Me.lblToSubstring.Size = New System.Drawing.Size(59, 13) + Me.lblToSubstring.TabIndex = 10 + Me.lblToSubstring.Text = "End Value:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(10, 26) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(62, 13) + Me.lblFrom.TabIndex = 22 + Me.lblFrom.Text = "Start Value:" ' 'lblSeparator ' - resources.ApplyResources(Me.lblSeparator, "lblSeparator") + Me.lblSeparator.AutoSize = True + Me.lblSeparator.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeparator.Location = New System.Drawing.Point(21, 383) Me.lblSeparator.Name = "lblSeparator" + Me.lblSeparator.Size = New System.Drawing.Size(56, 13) + Me.lblSeparator.TabIndex = 13 + Me.lblSeparator.Text = "Separator:" ' 'lblLastWord ' - resources.ApplyResources(Me.lblLastWord, "lblLastWord") + Me.lblLastWord.AutoSize = True + Me.lblLastWord.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLastWord.Location = New System.Drawing.Point(11, 89) Me.lblLastWord.Name = "lblLastWord" + Me.lblLastWord.Size = New System.Drawing.Size(59, 13) + Me.lblLastWord.TabIndex = 19 + Me.lblLastWord.Text = "Last Word:" ' 'lblFirstWord ' - resources.ApplyResources(Me.lblFirstWord, "lblFirstWord") + Me.lblFirstWord.AutoSize = True + Me.lblFirstWord.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstWord.Location = New System.Drawing.Point(11, 26) Me.lblFirstWord.Name = "lblFirstWord" + Me.lblFirstWord.Size = New System.Drawing.Size(58, 13) + Me.lblFirstWord.TabIndex = 14 + Me.lblFirstWord.Text = "First Word:" ' 'grpParameters ' @@ -166,370 +195,588 @@ Partial Class dlgTransformText Me.grpParameters.Controls.Add(Me.lblToSubstring) Me.grpParameters.Controls.Add(Me.ucrPnlSide) Me.grpParameters.Controls.Add(Me.ucrPnlSideTrunc) - resources.ApplyResources(Me.grpParameters, "grpParameters") + Me.grpParameters.Location = New System.Drawing.Point(10, 238) Me.grpParameters.Name = "grpParameters" + Me.grpParameters.Size = New System.Drawing.Size(397, 173) + Me.grpParameters.TabIndex = 12 Me.grpParameters.TabStop = False + Me.grpParameters.Text = "Options" ' 'lblSideTrunc ' - resources.ApplyResources(Me.lblSideTrunc, "lblSideTrunc") + Me.lblSideTrunc.AutoSize = True + Me.lblSideTrunc.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSideTrunc.Location = New System.Drawing.Point(11, 57) Me.lblSideTrunc.Name = "lblSideTrunc" + Me.lblSideTrunc.Size = New System.Drawing.Size(31, 13) + Me.lblSideTrunc.TabIndex = 12 + Me.lblSideTrunc.Text = "Side:" ' 'lblSide ' - resources.ApplyResources(Me.lblSide, "lblSide") + Me.lblSide.AutoSize = True + Me.lblSide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSide.Location = New System.Drawing.Point(10, 57) Me.lblSide.Name = "lblSide" + Me.lblSide.Size = New System.Drawing.Size(31, 13) + Me.lblSide.TabIndex = 53 + Me.lblSide.Text = "Side:" ' 'ucrNudWidthWrap ' + Me.ucrNudWidthWrap.AutoSize = True Me.ucrNudWidthWrap.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidthWrap.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWidthWrap, "ucrNudWidthWrap") + Me.ucrNudWidthWrap.Location = New System.Drawing.Point(70, 22) Me.ucrNudWidthWrap.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWidthWrap.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidthWrap.Name = "ucrNudWidthWrap" + Me.ucrNudWidthWrap.Size = New System.Drawing.Size(50, 21) + Me.ucrNudWidthWrap.TabIndex = 6 Me.ucrNudWidthWrap.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudWidthTrunc ' + Me.ucrNudWidthTrunc.AutoSize = True Me.ucrNudWidthTrunc.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidthTrunc.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWidthTrunc, "ucrNudWidthTrunc") + Me.ucrNudWidthTrunc.Location = New System.Drawing.Point(70, 22) Me.ucrNudWidthTrunc.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWidthTrunc.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidthTrunc.Name = "ucrNudWidthTrunc" + Me.ucrNudWidthTrunc.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWidthTrunc.TabIndex = 5 Me.ucrNudWidthTrunc.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblWidthWrap ' - resources.ApplyResources(Me.lblWidthWrap, "lblWidthWrap") + Me.lblWidthWrap.AutoSize = True + Me.lblWidthWrap.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWidthWrap.Location = New System.Drawing.Point(10, 24) Me.lblWidthWrap.Name = "lblWidthWrap" + Me.lblWidthWrap.Size = New System.Drawing.Size(38, 13) + Me.lblWidthWrap.TabIndex = 3 + Me.lblWidthWrap.Text = "Width:" ' 'lblWidthTrunc ' - resources.ApplyResources(Me.lblWidthTrunc, "lblWidthTrunc") + Me.lblWidthTrunc.AutoSize = True + Me.lblWidthTrunc.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWidthTrunc.Location = New System.Drawing.Point(10, 24) Me.lblWidthTrunc.Name = "lblWidthTrunc" + Me.lblWidthTrunc.Size = New System.Drawing.Size(38, 13) + Me.lblWidthTrunc.TabIndex = 3 + Me.lblWidthTrunc.Text = "Width:" ' 'rdoSquish ' - resources.ApplyResources(Me.rdoSquish, "rdoSquish") + Me.rdoSquish.AutoSize = True + Me.rdoSquish.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSquish.Location = New System.Drawing.Point(298, 24) Me.rdoSquish.Name = "rdoSquish" + Me.rdoSquish.Size = New System.Drawing.Size(57, 17) + Me.rdoSquish.TabIndex = 9 Me.rdoSquish.TabStop = True + Me.rdoSquish.Text = "Squish" Me.rdoSquish.UseVisualStyleBackColor = True ' 'ucrInputSeparator ' Me.ucrInputSeparator.AddQuotesIfUnrecognised = True + Me.ucrInputSeparator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSeparator.GetSetSelectedIndex = -1 Me.ucrInputSeparator.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSeparator, "ucrInputSeparator") + Me.ucrInputSeparator.Location = New System.Drawing.Point(73, 139) Me.ucrInputSeparator.Name = "ucrInputSeparator" + Me.ucrInputSeparator.Size = New System.Drawing.Size(136, 23) + Me.ucrInputSeparator.TabIndex = 25 ' 'ucrChkLastOr ' + Me.ucrChkLastOr.AutoSize = True Me.ucrChkLastOr.Checked = False - resources.ApplyResources(Me.ucrChkLastOr, "ucrChkLastOr") + Me.ucrChkLastOr.Location = New System.Drawing.Point(19, 110) Me.ucrChkLastOr.Name = "ucrChkLastOr" + Me.ucrChkLastOr.Size = New System.Drawing.Size(75, 23) + Me.ucrChkLastOr.TabIndex = 23 ' 'ucrReceiverLastWord ' + Me.ucrReceiverLastWord.AutoSize = True Me.ucrReceiverLastWord.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLastWord, "ucrReceiverLastWord") + Me.ucrReceiverLastWord.Location = New System.Drawing.Point(106, 110) + Me.ucrReceiverLastWord.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLastWord.Name = "ucrReceiverLastWord" Me.ucrReceiverLastWord.Selector = Nothing + Me.ucrReceiverLastWord.Size = New System.Drawing.Size(136, 26) Me.ucrReceiverLastWord.strNcFilePath = "" + Me.ucrReceiverLastWord.TabIndex = 24 Me.ucrReceiverLastWord.ucrSelector = Nothing ' 'ucrNudLastWord ' + Me.ucrNudLastWord.AutoSize = True Me.ucrNudLastWord.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLastWord.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLastWord, "ucrNudLastWord") + Me.ucrNudLastWord.Location = New System.Drawing.Point(98, 84) Me.ucrNudLastWord.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLastWord.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLastWord.Name = "ucrNudLastWord" + Me.ucrNudLastWord.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLastWord.TabIndex = 21 Me.ucrNudLastWord.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputPad ' Me.ucrInputPad.AddQuotesIfUnrecognised = True + Me.ucrInputPad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPad.GetSetSelectedIndex = -1 Me.ucrInputPad.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPad, "ucrInputPad") + Me.ucrInputPad.Location = New System.Drawing.Point(69, 89) Me.ucrInputPad.Name = "ucrInputPad" + Me.ucrInputPad.Size = New System.Drawing.Size(136, 23) + Me.ucrInputPad.TabIndex = 22 ' 'lblPad ' - resources.ApplyResources(Me.lblPad, "lblPad") + Me.lblPad.AutoSize = True + Me.lblPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPad.Location = New System.Drawing.Point(11, 89) Me.lblPad.Name = "lblPad" + Me.lblPad.Size = New System.Drawing.Size(29, 13) + Me.lblPad.TabIndex = 14 + Me.lblPad.Text = "Pad:" ' 'rdoBothPad ' - resources.ApplyResources(Me.rdoBothPad, "rdoBothPad") + Me.rdoBothPad.AutoSize = True + Me.rdoBothPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBothPad.Location = New System.Drawing.Point(205, 24) Me.rdoBothPad.Name = "rdoBothPad" + Me.rdoBothPad.Size = New System.Drawing.Size(47, 17) + Me.rdoBothPad.TabIndex = 8 Me.rdoBothPad.TabStop = True + Me.rdoBothPad.Text = "Both" Me.rdoBothPad.UseVisualStyleBackColor = True ' 'ucrNudFrom ' + Me.ucrNudFrom.AutoSize = True Me.ucrNudFrom.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFrom, "ucrNudFrom") + Me.ucrNudFrom.Location = New System.Drawing.Point(97, 23) Me.ucrNudFrom.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFrom.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Name = "ucrNudFrom" + Me.ucrNudFrom.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFrom.TabIndex = 5 Me.ucrNudFrom.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoRightPad ' - resources.ApplyResources(Me.rdoRightPad, "rdoRightPad") + Me.rdoRightPad.AutoSize = True + Me.rdoRightPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRightPad.Location = New System.Drawing.Point(112, 24) Me.rdoRightPad.Name = "rdoRightPad" + Me.rdoRightPad.Size = New System.Drawing.Size(50, 17) + Me.rdoRightPad.TabIndex = 7 Me.rdoRightPad.TabStop = True + Me.rdoRightPad.Text = "Right" Me.rdoRightPad.UseVisualStyleBackColor = True ' 'rdoLeftPad ' - resources.ApplyResources(Me.rdoLeftPad, "rdoLeftPad") + Me.rdoLeftPad.AutoSize = True + Me.rdoLeftPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLeftPad.Location = New System.Drawing.Point(19, 24) Me.rdoLeftPad.Name = "rdoLeftPad" + Me.rdoLeftPad.Size = New System.Drawing.Size(43, 17) + Me.rdoLeftPad.TabIndex = 2 Me.rdoLeftPad.TabStop = True + Me.rdoLeftPad.Text = "Left" Me.rdoLeftPad.UseVisualStyleBackColor = True ' 'ucrNudWidth ' + Me.ucrNudWidth.AutoSize = True Me.ucrNudWidth.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidth.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWidth, "ucrNudWidth") + Me.ucrNudWidth.Location = New System.Drawing.Point(70, 22) Me.ucrNudWidth.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWidth.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidth.Name = "ucrNudWidth" + Me.ucrNudWidth.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWidth.TabIndex = 47 Me.ucrNudWidth.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlPad ' - resources.ApplyResources(Me.ucrPnlPad, "ucrPnlPad") + Me.ucrPnlPad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPad.Location = New System.Drawing.Point(6, 14) Me.ucrPnlPad.Name = "ucrPnlPad" + Me.ucrPnlPad.Size = New System.Drawing.Size(358, 30) + Me.ucrPnlPad.TabIndex = 0 ' 'ucrInputTo ' Me.ucrInputTo.AddQuotesIfUnrecognised = True + Me.ucrInputTo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTo.GetSetSelectedIndex = -1 Me.ucrInputTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTo, "ucrInputTo") + Me.ucrInputTo.Location = New System.Drawing.Point(75, 22) Me.ucrInputTo.Name = "ucrInputTo" + Me.ucrInputTo.Size = New System.Drawing.Size(136, 25) + Me.ucrInputTo.TabIndex = 8 ' 'lblWidth ' - resources.ApplyResources(Me.lblWidth, "lblWidth") + Me.lblWidth.AutoSize = True + Me.lblWidth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWidth.Location = New System.Drawing.Point(10, 24) Me.lblWidth.Name = "lblWidth" + Me.lblWidth.Size = New System.Drawing.Size(38, 13) + Me.lblWidth.TabIndex = 11 + Me.lblWidth.Text = "Width:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(7, 26) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(59, 13) + Me.lblTo.TabIndex = 1 + Me.lblTo.Text = "Convert to:" ' 'ucrNudFirstWord ' + Me.ucrNudFirstWord.AutoSize = True Me.ucrNudFirstWord.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFirstWord.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFirstWord, "ucrNudFirstWord") + Me.ucrNudFirstWord.Location = New System.Drawing.Point(97, 23) Me.ucrNudFirstWord.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFirstWord.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFirstWord.Name = "ucrNudFirstWord" + Me.ucrNudFirstWord.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFirstWord.TabIndex = 44 Me.ucrNudFirstWord.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoMiddle ' - resources.ApplyResources(Me.rdoMiddle, "rdoMiddle") + Me.rdoMiddle.AutoSize = True + Me.rdoMiddle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMiddle.Location = New System.Drawing.Point(255, 55) Me.rdoMiddle.Name = "rdoMiddle" + Me.rdoMiddle.Size = New System.Drawing.Size(56, 17) + Me.rdoMiddle.TabIndex = 18 Me.rdoMiddle.TabStop = True + Me.rdoMiddle.Text = "Middle" Me.rdoMiddle.UseVisualStyleBackColor = True ' 'rdoRight ' - resources.ApplyResources(Me.rdoRight, "rdoRight") + Me.rdoRight.AutoSize = True + Me.rdoRight.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRight.Location = New System.Drawing.Point(162, 55) Me.rdoRight.Name = "rdoRight" + Me.rdoRight.Size = New System.Drawing.Size(50, 17) + Me.rdoRight.TabIndex = 17 Me.rdoRight.TabStop = True + Me.rdoRight.Text = "Right" Me.rdoRight.UseVisualStyleBackColor = True ' 'rdoLeft ' - resources.ApplyResources(Me.rdoLeft, "rdoLeft") + Me.rdoLeft.AutoSize = True + Me.rdoLeft.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLeft.Location = New System.Drawing.Point(69, 55) Me.rdoLeft.Name = "rdoLeft" + Me.rdoLeft.Size = New System.Drawing.Size(43, 17) + Me.rdoLeft.TabIndex = 16 Me.rdoLeft.TabStop = True + Me.rdoLeft.Text = "Left" Me.rdoLeft.UseVisualStyleBackColor = True ' 'rdoBothSide ' - resources.ApplyResources(Me.rdoBothSide, "rdoBothSide") + Me.rdoBothSide.AutoSize = True + Me.rdoBothSide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBothSide.Location = New System.Drawing.Point(256, 55) Me.rdoBothSide.Name = "rdoBothSide" + Me.rdoBothSide.Size = New System.Drawing.Size(47, 17) + Me.rdoBothSide.TabIndex = 51 Me.rdoBothSide.TabStop = True + Me.rdoBothSide.Text = "Both" Me.rdoBothSide.UseVisualStyleBackColor = True ' 'rdoRightSide ' - resources.ApplyResources(Me.rdoRightSide, "rdoRightSide") + Me.rdoRightSide.AutoSize = True + Me.rdoRightSide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRightSide.Location = New System.Drawing.Point(163, 55) Me.rdoRightSide.Name = "rdoRightSide" + Me.rdoRightSide.Size = New System.Drawing.Size(50, 17) + Me.rdoRightSide.TabIndex = 50 Me.rdoRightSide.TabStop = True + Me.rdoRightSide.Text = "Right" Me.rdoRightSide.UseVisualStyleBackColor = True ' 'rdoLeftSide ' - resources.ApplyResources(Me.rdoLeftSide, "rdoLeftSide") + Me.rdoLeftSide.AutoSize = True + Me.rdoLeftSide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLeftSide.Location = New System.Drawing.Point(70, 55) Me.rdoLeftSide.Name = "rdoLeftSide" + Me.rdoLeftSide.Size = New System.Drawing.Size(43, 17) + Me.rdoLeftSide.TabIndex = 49 Me.rdoLeftSide.TabStop = True + Me.rdoLeftSide.Text = "Left" Me.rdoLeftSide.UseVisualStyleBackColor = True ' 'ucrReceiverFirstWord ' + Me.ucrReceiverFirstWord.AutoSize = True Me.ucrReceiverFirstWord.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstWord, "ucrReceiverFirstWord") + Me.ucrReceiverFirstWord.Location = New System.Drawing.Point(106, 50) + Me.ucrReceiverFirstWord.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirstWord.Name = "ucrReceiverFirstWord" Me.ucrReceiverFirstWord.Selector = Nothing + Me.ucrReceiverFirstWord.Size = New System.Drawing.Size(136, 26) Me.ucrReceiverFirstWord.strNcFilePath = "" + Me.ucrReceiverFirstWord.TabIndex = 15 Me.ucrReceiverFirstWord.ucrSelector = Nothing ' 'ucrNudTo ' + Me.ucrNudTo.AutoSize = True Me.ucrNudTo.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTo, "ucrNudTo") + Me.ucrNudTo.Location = New System.Drawing.Point(97, 50) Me.ucrNudTo.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTo.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Name = "ucrNudTo" + Me.ucrNudTo.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTo.TabIndex = 14 Me.ucrNudTo.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkFirstOr ' + Me.ucrChkFirstOr.AutoSize = True Me.ucrChkFirstOr.Checked = False - resources.ApplyResources(Me.ucrChkFirstOr, "ucrChkFirstOr") + Me.ucrChkFirstOr.Location = New System.Drawing.Point(19, 50) Me.ucrChkFirstOr.Name = "ucrChkFirstOr" + Me.ucrChkFirstOr.Size = New System.Drawing.Size(75, 23) + Me.ucrChkFirstOr.TabIndex = 11 ' 'ucrPnlSide ' - resources.ApplyResources(Me.ucrPnlSide, "ucrPnlSide") + Me.ucrPnlSide.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSide.Location = New System.Drawing.Point(66, 48) Me.ucrPnlSide.Name = "ucrPnlSide" + Me.ucrPnlSide.Size = New System.Drawing.Size(251, 30) + Me.ucrPnlSide.TabIndex = 13 ' 'ucrPnlSideTrunc ' - resources.ApplyResources(Me.ucrPnlSideTrunc, "ucrPnlSideTrunc") + Me.ucrPnlSideTrunc.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSideTrunc.Location = New System.Drawing.Point(66, 47) Me.ucrPnlSideTrunc.Name = "ucrPnlSideTrunc" + Me.ucrPnlSideTrunc.Size = New System.Drawing.Size(251, 31) + Me.ucrPnlSideTrunc.TabIndex = 21 ' 'rdoCase ' - resources.ApplyResources(Me.rdoCase, "rdoCase") + Me.rdoCase.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCase.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCase.FlatAppearance.BorderSize = 2 Me.rdoCase.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoCase.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCase.Location = New System.Drawing.Point(11, 8) Me.rdoCase.Name = "rdoCase" + Me.rdoCase.Size = New System.Drawing.Size(65, 34) + Me.rdoCase.TabIndex = 1 Me.rdoCase.TabStop = True + Me.rdoCase.Text = "Case" + Me.rdoCase.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCase.UseVisualStyleBackColor = True ' 'rdoLength ' - resources.ApplyResources(Me.rdoLength, "rdoLength") + Me.rdoLength.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLength.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLength.FlatAppearance.BorderSize = 2 Me.rdoLength.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLength.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLength.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLength.Location = New System.Drawing.Point(74, 8) Me.rdoLength.Name = "rdoLength" + Me.rdoLength.Size = New System.Drawing.Size(65, 34) + Me.rdoLength.TabIndex = 2 Me.rdoLength.TabStop = True + Me.rdoLength.Text = "Length" + Me.rdoLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLength.UseVisualStyleBackColor = True ' 'rdoPad ' - resources.ApplyResources(Me.rdoPad, "rdoPad") + Me.rdoPad.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPad.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPad.FlatAppearance.BorderSize = 2 Me.rdoPad.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPad.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPad.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPad.Location = New System.Drawing.Point(137, 8) Me.rdoPad.Name = "rdoPad" + Me.rdoPad.Size = New System.Drawing.Size(65, 34) + Me.rdoPad.TabIndex = 3 Me.rdoPad.TabStop = True + Me.rdoPad.Text = "Pad" + Me.rdoPad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPad.UseVisualStyleBackColor = True ' 'rdoSubstring ' - resources.ApplyResources(Me.rdoSubstring, "rdoSubstring") + Me.rdoSubstring.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSubstring.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSubstring.FlatAppearance.BorderSize = 2 Me.rdoSubstring.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSubstring.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSubstring.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSubstring.Location = New System.Drawing.Point(452, 8) Me.rdoSubstring.Name = "rdoSubstring" + Me.rdoSubstring.Size = New System.Drawing.Size(65, 34) + Me.rdoSubstring.TabIndex = 8 Me.rdoSubstring.TabStop = True + Me.rdoSubstring.Text = "Substring" + Me.rdoSubstring.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSubstring.UseVisualStyleBackColor = True ' 'rdoWords ' - resources.ApplyResources(Me.rdoWords, "rdoWords") + Me.rdoWords.Appearance = System.Windows.Forms.Appearance.Button Me.rdoWords.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWords.FlatAppearance.BorderSize = 2 Me.rdoWords.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWords.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoWords.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWords.Location = New System.Drawing.Point(389, 8) Me.rdoWords.Name = "rdoWords" + Me.rdoWords.Size = New System.Drawing.Size(65, 34) + Me.rdoWords.TabIndex = 7 Me.rdoWords.TabStop = True + Me.rdoWords.Text = "Words" + Me.rdoWords.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWords.UseVisualStyleBackColor = True ' 'rdoTrim ' - resources.ApplyResources(Me.rdoTrim, "rdoTrim") + Me.rdoTrim.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTrim.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTrim.FlatAppearance.BorderSize = 2 Me.rdoTrim.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTrim.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTrim.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTrim.Location = New System.Drawing.Point(263, 8) Me.rdoTrim.Name = "rdoTrim" + Me.rdoTrim.Size = New System.Drawing.Size(65, 34) + Me.rdoTrim.TabIndex = 5 Me.rdoTrim.TabStop = True + Me.rdoTrim.Text = "Trim" + Me.rdoTrim.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTrim.UseVisualStyleBackColor = True ' 'rdoWrap ' - resources.ApplyResources(Me.rdoWrap, "rdoWrap") + Me.rdoWrap.Appearance = System.Windows.Forms.Appearance.Button Me.rdoWrap.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWrap.FlatAppearance.BorderSize = 2 Me.rdoWrap.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWrap.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoWrap.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWrap.Location = New System.Drawing.Point(326, 8) Me.rdoWrap.Name = "rdoWrap" + Me.rdoWrap.Size = New System.Drawing.Size(65, 34) + Me.rdoWrap.TabIndex = 6 Me.rdoWrap.TabStop = True + Me.rdoWrap.Text = "Wrap" + Me.rdoWrap.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWrap.UseVisualStyleBackColor = True ' 'rdoTruncate ' - resources.ApplyResources(Me.rdoTruncate, "rdoTruncate") + Me.rdoTruncate.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTruncate.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTruncate.FlatAppearance.BorderSize = 2 Me.rdoTruncate.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTruncate.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTruncate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTruncate.Location = New System.Drawing.Point(200, 8) Me.rdoTruncate.Name = "rdoTruncate" + Me.rdoTruncate.Size = New System.Drawing.Size(65, 34) + Me.rdoTruncate.TabIndex = 4 Me.rdoTruncate.TabStop = True + Me.rdoTruncate.Text = "Truncate" + Me.rdoTruncate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTruncate.UseVisualStyleBackColor = True ' 'ucrNewColName ' - resources.ApplyResources(Me.ucrNewColName, "ucrNewColName") + Me.ucrNewColName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColName.Location = New System.Drawing.Point(10, 417) + Me.ucrNewColName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColName.Name = "ucrNewColName" + Me.ucrNewColName.Size = New System.Drawing.Size(331, 22) + Me.ucrNewColName.TabIndex = 14 ' 'ucrReceiverTransformText ' + Me.ucrReceiverTransformText.AutoSize = True Me.ucrReceiverTransformText.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTransformText, "ucrReceiverTransformText") + Me.ucrReceiverTransformText.Location = New System.Drawing.Point(267, 100) + Me.ucrReceiverTransformText.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTransformText.Name = "ucrReceiverTransformText" Me.ucrReceiverTransformText.Selector = Nothing + Me.ucrReceiverTransformText.Size = New System.Drawing.Size(135, 26) Me.ucrReceiverTransformText.strNcFilePath = "" + Me.ucrReceiverTransformText.TabIndex = 11 Me.ucrReceiverTransformText.ucrSelector = Nothing ' 'ucrSelectorForTransformText ' + Me.ucrSelectorForTransformText.AutoSize = True Me.ucrSelectorForTransformText.bDropUnusedFilterLevels = False Me.ucrSelectorForTransformText.bShowHiddenColumns = False Me.ucrSelectorForTransformText.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForTransformText, "ucrSelectorForTransformText") + Me.ucrSelectorForTransformText.Location = New System.Drawing.Point(10, 50) + Me.ucrSelectorForTransformText.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForTransformText.Name = "ucrSelectorForTransformText" + Me.ucrSelectorForTransformText.Size = New System.Drawing.Size(242, 185) + Me.ucrSelectorForTransformText.TabIndex = 9 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 442) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrPnlOperation ' - resources.ApplyResources(Me.ucrPnlOperation, "ucrPnlOperation") + Me.ucrPnlOperation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOperation.Location = New System.Drawing.Point(3, 4) Me.ucrPnlOperation.Name = "ucrPnlOperation" + Me.ucrPnlOperation.Size = New System.Drawing.Size(523, 43) + Me.ucrPnlOperation.TabIndex = 0 ' 'dlgTransformText ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(530, 498) Me.Controls.Add(Me.grpParameters) Me.Controls.Add(Me.rdoTruncate) Me.Controls.Add(Me.rdoWrap) @@ -550,6 +797,8 @@ Partial Class dlgTransformText Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTransformText" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Transform Text Column" Me.grpParameters.ResumeLayout(False) Me.grpParameters.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgTransformText.resx b/instat/dlgTransformText.resx index 14584275cc4..29dcb1b3a35 100644 --- a/instat/dlgTransformText.resx +++ b/instat/dlgTransformText.resx @@ -117,1513 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 267, 85 - - - 107, 13 - - - 10 - - - Column to Transform: - - - lblColumnToTransform - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 11, 54 - - - 59, 13 - - - 10 - - - End Value: - - - lblToSubstring - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 35 - - - True - - - NoControl - - - 10, 26 - - - 62, 13 - - - 22 - - - Start Value: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 18 - - - True - - - NoControl - - - 21, 383 - - - 56, 13 - - - 13 - - - Separator: - - - lblSeparator - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 11, 89 - - - 59, 13 - - - 19 - - - Last Word: - - - lblLastWord - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 6 - - - True - - - NoControl - - - 11, 26 - - - 58, 13 - - - 14 - - - First Word: - - - lblFirstWord - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 19 - - - True - - - NoControl - - - 11, 57 - - - 31, 13 - - - 12 - - - Side: - - - lblSideTrunc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 0 - - - True - - - NoControl - - - 10, 57 - - - 31, 13 - - - 53 - - - Side: - - - lblSide - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 1 - - - 70, 22 - - - 50, 21 - - - 6 - - - ucrNudWidthWrap - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 2 - - - 70, 22 - - - 50, 20 - - - 5 - - - ucrNudWidthTrunc - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 3 - - - True - - - NoControl - - - 10, 24 - - - 38, 13 - - - 3 - - - Width: - - - lblWidthWrap - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 4 - - - True - - - NoControl - - - 10, 24 - - - 38, 13 - - - 3 - - - Width: - - - lblWidthTrunc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 5 - - - True - - - NoControl - - - 298, 24 - - - 57, 17 - - - 9 - - - Squish - - - rdoSquish - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 7 - - - 73, 139 - - - 136, 23 - - - 25 - - - ucrInputSeparator - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 8 - - - 19, 110 - - - 75, 20 - - - 23 - - - ucrChkLastOr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 9 - - - True - - - 6, 13 - - - True - - - 530, 498 - - - Button - - - Flat - - - NoControl - - - 200, 8 - - - 65, 34 - - - 4 - - - Truncate - - - MiddleCenter - - - rdoTruncate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 326, 8 - - - 65, 34 - - - 6 - - - Wrap - - - MiddleCenter - - - rdoWrap - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Button - - - Flat - - - NoControl - - - 263, 8 - - - 65, 34 - - - 5 - - - Trim - - - MiddleCenter - - - rdoTrim - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - Flat - - - NoControl - - - 389, 8 - - - 65, 34 - - - 7 - - - Words - - - MiddleCenter - - - rdoWords - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 452, 8 - - - 65, 34 - - - 8 - - - Substring - - - MiddleCenter - - - rdoSubstring - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 137, 8 - - - 65, 34 - - - 3 - - - Pad - - - MiddleCenter - - - rdoPad - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 74, 8 - - - 65, 34 - - - 2 - - - Length - - - MiddleCenter - - - rdoLength - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 11, 8 - - - 65, 34 - - - 1 - - - Case - - - MiddleCenter - - - rdoCase - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 10, 417 - - - 4, 5, 4, 5 - - - 331, 22 - - - 14 - - - ucrNewColName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 267, 100 - - - 0, 0, 0, 0 - - - 135, 26 - - - 11 - - - ucrReceiverTransformText - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 50 - - - 0, 0, 0, 0 - - - 242, 185 - - - 9 - - - ucrSelectorForTransformText - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 10, 442 - - - 410, 53 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 3, 4 - - - 523, 43 - - - 0 - - - ucrPnlOperation - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Transform Text Column - - - dlgTransformText - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 106, 110 - - - 0, 0, 0, 0 - - - 136, 26 - - - 24 - - - ucrReceiverLastWord - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 10 - - - 98, 84 - - - 50, 20 - - - 21 - - - ucrNudLastWord - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 11 - - - 69, 89 - - - 136, 23 - - - 22 - - - ucrInputPad - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 12 - - - True - - - NoControl - - - 11, 89 - - - 29, 13 - - - 14 - - - Pad: - - - lblPad - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 13 - - - True - - - NoControl - - - 205, 24 - - - 47, 17 - - - 8 - - - Both - - - rdoBothPad - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 14 - - - 97, 23 - - - 50, 20 - - - 5 - - - ucrNudFrom - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 15 - - - True - - - NoControl - - - 112, 24 - - - 50, 17 - - - 7 - - - Right - - - rdoRightPad - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 16 - - - True - - - NoControl - - - 19, 24 - - - 43, 17 - - - 2 - - - Left - - - rdoLeftPad - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 17 - - - 70, 22 - - - 50, 20 - - - 47 - - - ucrNudWidth - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 20 - - - 6, 14 - - - 358, 30 - - - 0 - - - ucrPnlPad - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 21 - - - 75, 22 - - - 136, 25 - - - 8 - - - ucrInputTo - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 22 - - - True - - - NoControl - - - 10, 24 - - - 38, 13 - - - 11 - - - Width: - - - lblWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 23 - - - True - - - NoControl - - - 7, 26 - - - 59, 13 - - - 1 - - - Convert to: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 24 - - - 97, 23 - - - 50, 20 - - - 44 - - - ucrNudFirstWord - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 25 - - - True - - - NoControl - - - 255, 55 - - - 56, 17 - - - 18 - - - Middle - - - rdoMiddle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 26 - - - True - - - NoControl - - - 162, 55 - - - 50, 17 - - - 17 - - - Right - - - rdoRight - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 27 - - - True - - - NoControl - - - 69, 55 - - - 43, 17 - - - 16 - - - Left - - - rdoLeft - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 28 - - - True - - - NoControl - - - 256, 55 - - - 47, 17 - - - 51 - - - Both - - - rdoBothSide - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 29 - - - True - - - NoControl - - - 163, 55 - - - 50, 17 - - - 50 - - - Right - - - rdoRightSide - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 30 - - - True - - - NoControl - - - 70, 55 - - - 43, 17 - - - 49 - - - Left - - - rdoLeftSide - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpParameters - - - 31 - - - 106, 50 - - - 0, 0, 0, 0 - - - 136, 26 - - - 15 - - - ucrReceiverFirstWord - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 32 - - - 97, 50 - - - 50, 20 - - - 14 - - - ucrNudTo - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 33 - - - 19, 50 - - - 75, 20 - - - 11 - - - ucrChkFirstOr - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 34 - - - 66, 48 - - - 251, 30 - - - 13 - - - ucrPnlSide - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 36 - - - 66, 47 - - - 251, 31 - - - 21 - - - ucrPnlSideTrunc - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpParameters - - - 37 - - - 10, 238 - - - 397, 173 - - - 12 - - - Options - - - grpParameters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgTransposeColumns.Designer.vb b/instat/dlgTransposeColumns.Designer.vb index b122ad02821..0507934efd8 100644 --- a/instat/dlgTransposeColumns.Designer.vb +++ b/instat/dlgTransposeColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgTransposeColumns 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTransposeColumns)) Me.lblColumnsToTranspose = New System.Windows.Forms.Label() Me.ucrReceiverColumsToTranspose = New instat.ucrReceiverMultiple() Me.ucrBase = New instat.ucrButtons() @@ -49,47 +48,71 @@ Partial Class dlgTransposeColumns ' 'lblColumnsToTranspose ' - resources.ApplyResources(Me.lblColumnsToTranspose, "lblColumnsToTranspose") + Me.lblColumnsToTranspose.Location = New System.Drawing.Point(263, 45) Me.lblColumnsToTranspose.Name = "lblColumnsToTranspose" + Me.lblColumnsToTranspose.Size = New System.Drawing.Size(133, 14) + Me.lblColumnsToTranspose.TabIndex = 1 Me.lblColumnsToTranspose.Tag = "Columns_to_Transpose" + Me.lblColumnsToTranspose.Text = "Columns to Transpose:" ' 'ucrReceiverColumsToTranspose ' + Me.ucrReceiverColumsToTranspose.AutoSize = True Me.ucrReceiverColumsToTranspose.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumsToTranspose, "ucrReceiverColumsToTranspose") + Me.ucrReceiverColumsToTranspose.Location = New System.Drawing.Point(263, 60) + Me.ucrReceiverColumsToTranspose.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumsToTranspose.Name = "ucrReceiverColumsToTranspose" Me.ucrReceiverColumsToTranspose.Selector = Nothing + Me.ucrReceiverColumsToTranspose.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverColumsToTranspose.strNcFilePath = "" + Me.ucrReceiverColumsToTranspose.TabIndex = 2 Me.ucrReceiverColumsToTranspose.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 247) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'ucrSelectorTransposeColumns ' + Me.ucrSelectorTransposeColumns.AutoSize = True Me.ucrSelectorTransposeColumns.bDropUnusedFilterLevels = False Me.ucrSelectorTransposeColumns.bShowHiddenColumns = False Me.ucrSelectorTransposeColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTransposeColumns, "ucrSelectorTransposeColumns") + Me.ucrSelectorTransposeColumns.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorTransposeColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTransposeColumns.Name = "ucrSelectorTransposeColumns" + Me.ucrSelectorTransposeColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTransposeColumns.TabIndex = 0 ' 'ucrNewDataframe ' - resources.ApplyResources(Me.ucrNewDataframe, "ucrNewDataframe") + Me.ucrNewDataframe.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDataframe.Location = New System.Drawing.Point(10, 223) + Me.ucrNewDataframe.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataframe.Name = "ucrNewDataframe" + Me.ucrNewDataframe.Size = New System.Drawing.Size(360, 24) + Me.ucrNewDataframe.TabIndex = 4 ' 'ucrChkNameNewColumns ' + Me.ucrChkNameNewColumns.AutoSize = True Me.ucrChkNameNewColumns.Checked = False - resources.ApplyResources(Me.ucrChkNameNewColumns, "ucrChkNameNewColumns") + Me.ucrChkNameNewColumns.Location = New System.Drawing.Point(10, 197) Me.ucrChkNameNewColumns.Name = "ucrChkNameNewColumns" + Me.ucrChkNameNewColumns.Size = New System.Drawing.Size(210, 23) + Me.ucrChkNameNewColumns.TabIndex = 3 ' 'dlgTransposeColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 304) Me.Controls.Add(Me.ucrChkNameNewColumns) Me.Controls.Add(Me.ucrNewDataframe) Me.Controls.Add(Me.ucrReceiverColumsToTranspose) @@ -100,7 +123,9 @@ Partial Class dlgTransposeColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTransposeColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Transpose_Columns" + Me.Text = "Transpose Columns" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgTransposeColumns.resx b/instat/dlgTransposeColumns.resx index 494334e29d5..29dcb1b3a35 100644 --- a/instat/dlgTransposeColumns.resx +++ b/instat/dlgTransposeColumns.resx @@ -117,172 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 263, 45 - - - 133, 14 - - - - 1 - - - Columns to Transpose: - - - lblColumnsToTranspose - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 417, 304 - - - 10, 197 - - - 210, 20 - - - 3 - - - ucrChkNameNewColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 223 - - - - 4, 5, 4, 5 - - - 360, 24 - - - 4 - - - ucrNewDataframe - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorTransposeColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 10, 247 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Transpose Columns - - - dlgTransposeColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 263, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverColumsToTranspose - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgTreemap.Designer.vb b/instat/dlgTreemap.Designer.vb index 036f72786ed..cdbb0a456e9 100644 --- a/instat/dlgTreemap.Designer.vb +++ b/instat/dlgTreemap.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgTreemap 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTreemap)) Me.lblLabel = New System.Windows.Forms.Label() Me.rdoPrimary = New System.Windows.Forms.RadioButton() Me.rdoSummary = New System.Windows.Forms.RadioButton() @@ -53,62 +52,105 @@ Partial Class dlgTreemap ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabel.Location = New System.Drawing.Point(251, 224) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(36, 13) + Me.lblLabel.TabIndex = 23 + Me.lblLabel.Text = "Label:" ' 'rdoPrimary ' - resources.ApplyResources(Me.rdoPrimary, "rdoPrimary") + Me.rdoPrimary.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPrimary.BackColor = System.Drawing.SystemColors.Control Me.rdoPrimary.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPrimary.FlatAppearance.BorderSize = 2 Me.rdoPrimary.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPrimary.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPrimary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPrimary.Location = New System.Drawing.Point(73, 11) Me.rdoPrimary.Name = "rdoPrimary" + Me.rdoPrimary.Size = New System.Drawing.Size(134, 28) + Me.rdoPrimary.TabIndex = 16 Me.rdoPrimary.TabStop = True Me.rdoPrimary.Tag = "" + Me.rdoPrimary.Text = "Primary data" + Me.rdoPrimary.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPrimary.UseVisualStyleBackColor = False ' 'rdoSummary ' - resources.ApplyResources(Me.rdoSummary, "rdoSummary") + Me.rdoSummary.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSummary.BackColor = System.Drawing.SystemColors.Control Me.rdoSummary.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSummary.FlatAppearance.BorderSize = 2 Me.rdoSummary.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSummary.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSummary.Location = New System.Drawing.Point(205, 11) Me.rdoSummary.Name = "rdoSummary" + Me.rdoSummary.Size = New System.Drawing.Size(139, 28) + Me.rdoSummary.TabIndex = 17 Me.rdoSummary.TabStop = True Me.rdoSummary.Tag = "Pie_Chart" + Me.rdoSummary.Text = "Summary data" + Me.rdoSummary.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSummary.UseVisualStyleBackColor = False ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(9, 232) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdOptions.TabIndex = 27 Me.cmdOptions.Tag = "Plot_Options..." + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblWeightBy ' - resources.ApplyResources(Me.lblWeightBy, "lblWeightBy") + Me.lblWeightBy.AutoSize = True + Me.lblWeightBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWeightBy.Location = New System.Drawing.Point(254, 111) Me.lblWeightBy.Name = "lblWeightBy" + Me.lblWeightBy.Size = New System.Drawing.Size(107, 13) + Me.lblWeightBy.TabIndex = 21 Me.lblWeightBy.Tag = "" + Me.lblWeightBy.Text = "Weight By (Optional):" ' 'lblIdentifier ' - resources.ApplyResources(Me.lblIdentifier, "lblIdentifier") + Me.lblIdentifier.AutoSize = True + Me.lblIdentifier.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblIdentifier.Location = New System.Drawing.Point(254, 61) Me.lblIdentifier.Name = "lblIdentifier" + Me.lblIdentifier.Size = New System.Drawing.Size(50, 13) + Me.lblIdentifier.TabIndex = 19 Me.lblIdentifier.Tag = "Variable:" + Me.lblIdentifier.Text = "Identifier:" ' 'lblSymbol ' - resources.ApplyResources(Me.lblSymbol, "lblSymbol") + Me.lblSymbol.AutoSize = True + Me.lblSymbol.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSymbol.Location = New System.Drawing.Point(272, 203) Me.lblSymbol.Name = "lblSymbol" + Me.lblSymbol.Size = New System.Drawing.Size(44, 13) + Me.lblSymbol.TabIndex = 31 + Me.lblSymbol.Text = "Symbol:" ' 'lblFill ' - resources.ApplyResources(Me.lblFill, "lblFill") + Me.lblFill.AutoSize = True + Me.lblFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFill.Location = New System.Drawing.Point(254, 265) Me.lblFill.Name = "lblFill" + Me.lblFill.Size = New System.Drawing.Size(22, 13) + Me.lblFill.TabIndex = 33 Me.lblFill.Tag = "" + Me.lblFill.Text = "Fill:" ' 'grpOptions ' @@ -116,125 +158,191 @@ Partial Class dlgTreemap Me.grpOptions.Controls.Add(Me.ucrColourText) Me.grpOptions.Controls.Add(Me.lblTileColour) Me.grpOptions.Controls.Add(Me.ucrColourTile) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(9, 304) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(267, 79) + Me.grpOptions.TabIndex = 35 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'lblTextColour ' - resources.ApplyResources(Me.lblTextColour, "lblTextColour") + Me.lblTextColour.AutoSize = True + Me.lblTextColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTextColour.Location = New System.Drawing.Point(9, 54) Me.lblTextColour.Name = "lblTextColour" + Me.lblTextColour.Size = New System.Drawing.Size(63, 13) + Me.lblTextColour.TabIndex = 38 + Me.lblTextColour.Text = "Text colour:" ' 'ucrColourText ' Me.ucrColourText.AddQuotesIfUnrecognised = True + Me.ucrColourText.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrColourText.GetSetSelectedIndex = -1 Me.ucrColourText.IsReadOnly = False - resources.ApplyResources(Me.ucrColourText, "ucrColourText") + Me.ucrColourText.Location = New System.Drawing.Point(115, 49) Me.ucrColourText.Name = "ucrColourText" + Me.ucrColourText.Size = New System.Drawing.Size(137, 21) + Me.ucrColourText.TabIndex = 37 ' 'lblTileColour ' - resources.ApplyResources(Me.lblTileColour, "lblTileColour") + Me.lblTileColour.AutoSize = True + Me.lblTileColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTileColour.Location = New System.Drawing.Point(9, 23) Me.lblTileColour.Name = "lblTileColour" + Me.lblTileColour.Size = New System.Drawing.Size(59, 13) + Me.lblTileColour.TabIndex = 36 + Me.lblTileColour.Text = "Tile colour:" ' 'ucrColourTile ' Me.ucrColourTile.AddQuotesIfUnrecognised = True + Me.ucrColourTile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrColourTile.GetSetSelectedIndex = -1 Me.ucrColourTile.IsReadOnly = False - resources.ApplyResources(Me.ucrColourTile, "ucrColourTile") + Me.ucrColourTile.Location = New System.Drawing.Point(115, 19) Me.ucrColourTile.Name = "ucrColourTile" + Me.ucrColourTile.Size = New System.Drawing.Size(137, 21) + Me.ucrColourTile.TabIndex = 0 ' 'lblSummary ' - resources.ApplyResources(Me.lblSummary, "lblSummary") + Me.lblSummary.AutoSize = True + Me.lblSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummary.Location = New System.Drawing.Point(252, 156) Me.lblSummary.Name = "lblSummary" + Me.lblSummary.Size = New System.Drawing.Size(53, 13) + Me.lblSummary.TabIndex = 36 + Me.lblSummary.Text = "Summary:" ' 'ucrInputSummary ' Me.ucrInputSummary.AddQuotesIfUnrecognised = True + Me.ucrInputSummary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSummary.GetSetSelectedIndex = -1 Me.ucrInputSummary.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSummary, "ucrInputSummary") + Me.ucrInputSummary.Location = New System.Drawing.Point(307, 154) Me.ucrInputSummary.Name = "ucrInputSummary" + Me.ucrInputSummary.Size = New System.Drawing.Size(67, 21) + Me.ucrInputSummary.TabIndex = 37 ' 'ucrReceiverFill ' + Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFill, "ucrReceiverFill") + Me.ucrReceiverFill.Location = New System.Drawing.Point(254, 281) + Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFill.Name = "ucrReceiverFill" Me.ucrReceiverFill.Selector = Nothing + Me.ucrReceiverFill.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFill.strNcFilePath = "" + Me.ucrReceiverFill.TabIndex = 34 Me.ucrReceiverFill.ucrSelector = Nothing ' 'ucrInputSymbol ' Me.ucrInputSymbol.AddQuotesIfUnrecognised = True + Me.ucrInputSymbol.AutoSize = True Me.ucrInputSymbol.IsMultiline = False Me.ucrInputSymbol.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSymbol, "ucrInputSymbol") + Me.ucrInputSymbol.Location = New System.Drawing.Point(323, 201) Me.ucrInputSymbol.Name = "ucrInputSymbol" + Me.ucrInputSymbol.Size = New System.Drawing.Size(51, 21) + Me.ucrInputSymbol.TabIndex = 32 ' 'ucrInputLabel ' Me.ucrInputLabel.AddQuotesIfUnrecognised = True + Me.ucrInputLabel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabel.GetSetSelectedIndex = -1 Me.ucrInputLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel, "ucrInputLabel") + Me.ucrInputLabel.Location = New System.Drawing.Point(254, 240) + Me.ucrInputLabel.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputLabel.Name = "ucrInputLabel" + Me.ucrInputLabel.Size = New System.Drawing.Size(120, 21) + Me.ucrInputLabel.TabIndex = 25 ' 'ucrSaveTreemap ' - resources.ApplyResources(Me.ucrSaveTreemap, "ucrSaveTreemap") + Me.ucrSaveTreemap.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveTreemap.Location = New System.Drawing.Point(9, 384) + Me.ucrSaveTreemap.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveTreemap.Name = "ucrSaveTreemap" + Me.ucrSaveTreemap.Size = New System.Drawing.Size(327, 24) + Me.ucrSaveTreemap.TabIndex = 29 ' 'ucrChkIsCurrency ' + Me.ucrChkIsCurrency.AutoSize = True Me.ucrChkIsCurrency.Checked = False - resources.ApplyResources(Me.ucrChkIsCurrency, "ucrChkIsCurrency") + Me.ucrChkIsCurrency.Location = New System.Drawing.Point(254, 180) Me.ucrChkIsCurrency.Name = "ucrChkIsCurrency" + Me.ucrChkIsCurrency.Size = New System.Drawing.Size(82, 23) + Me.ucrChkIsCurrency.TabIndex = 28 ' 'ucrReceiverWeightBy ' + Me.ucrReceiverWeightBy.AutoSize = True Me.ucrReceiverWeightBy.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeightBy, "ucrReceiverWeightBy") + Me.ucrReceiverWeightBy.Location = New System.Drawing.Point(254, 126) + Me.ucrReceiverWeightBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeightBy.Name = "ucrReceiverWeightBy" Me.ucrReceiverWeightBy.Selector = Nothing + Me.ucrReceiverWeightBy.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeightBy.strNcFilePath = "" + Me.ucrReceiverWeightBy.TabIndex = 22 Me.ucrReceiverWeightBy.ucrSelector = Nothing ' 'ucrReceiverIdentifier ' + Me.ucrReceiverIdentifier.AutoSize = True Me.ucrReceiverIdentifier.frmParent = Me - resources.ApplyResources(Me.ucrReceiverIdentifier, "ucrReceiverIdentifier") + Me.ucrReceiverIdentifier.Location = New System.Drawing.Point(254, 76) + Me.ucrReceiverIdentifier.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverIdentifier.Name = "ucrReceiverIdentifier" Me.ucrReceiverIdentifier.Selector = Nothing + Me.ucrReceiverIdentifier.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverIdentifier.strNcFilePath = "" + Me.ucrReceiverIdentifier.TabIndex = 20 Me.ucrReceiverIdentifier.ucrSelector = Nothing ' 'ucrSelectorTreemap ' + Me.ucrSelectorTreemap.AutoSize = True Me.ucrSelectorTreemap.bDropUnusedFilterLevels = False Me.ucrSelectorTreemap.bShowHiddenColumns = False Me.ucrSelectorTreemap.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTreemap, "ucrSelectorTreemap") + Me.ucrSelectorTreemap.Location = New System.Drawing.Point(9, 40) + Me.ucrSelectorTreemap.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTreemap.Name = "ucrSelectorTreemap" + Me.ucrSelectorTreemap.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTreemap.TabIndex = 18 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 410) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 30 ' 'ucrPnlDataType ' - resources.ApplyResources(Me.ucrPnlDataType, "ucrPnlDataType") + Me.ucrPnlDataType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDataType.Location = New System.Drawing.Point(64, 5) Me.ucrPnlDataType.Name = "ucrPnlDataType" + Me.ucrPnlDataType.Size = New System.Drawing.Size(297, 38) + Me.ucrPnlDataType.TabIndex = 15 ' 'dlgTreemap ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 464) Me.Controls.Add(Me.ucrInputSummary) Me.Controls.Add(Me.lblSummary) Me.Controls.Add(Me.grpOptions) @@ -260,6 +368,8 @@ Partial Class dlgTreemap Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTreemap" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Treemap" Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgTreemap.resx b/instat/dlgTreemap.resx index 20e7056c203..1af7de150c9 100644 --- a/instat/dlgTreemap.resx +++ b/instat/dlgTreemap.resx @@ -117,688 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 251, 224 - - - 36, 13 - - - 23 - - - Label: - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 73, 11 - - - 134, 28 - - - 16 - - - Primary data - - - MiddleCenter - - - rdoPrimary - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - NoControl - - - 205, 11 - - - 139, 28 - - - 17 - - - Summary data - - - MiddleCenter - - - rdoSummary - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - NoControl - - - 9, 232 - - - 147, 25 - - - 27 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 254, 111 - - - 107, 13 - - - 21 - - - Weight By (Optional): - - - lblWeightBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 254, 61 - - - 50, 13 - - - 19 - - - Identifier: - - - lblIdentifier - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 272, 203 - - - 44, 13 - - - 31 - - - Symbol: - - - lblSymbol - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 254, 265 - - - 22, 13 - - - 33 - - - Fill: - - - lblFill - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 9, 54 - - - 63, 13 - - - 38 - - - Text colour: - - - lblTextColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 0 - - - 115, 49 - - - 137, 21 - - - 37 - - - ucrColourText - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - True - - - NoControl - - - 9, 23 - - - 59, 13 - - - 36 - - - Tile colour: - - - lblTileColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 2 - - - 115, 19 - - - 137, 21 - - - 0 - - - ucrColourTile - - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 9, 304 - - - 267, 79 - - - 35 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 252, 156 - - - 53, 13 - - - 36 - - - Summary: - - - lblSummary - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 307, 154 - - - 67, 21 - - - 37 - - - ucrInputSummary - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 418, 464 - - - 323, 201 - - - 51, 21 - - - 32 - - - ucrInputSymbol - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 254, 240 - - - 21, 17, 21, 17 - - - 120, 21 - - - 25 - - - ucrInputLabel - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 9, 384 - - - 4, 5, 4, 5 - - - 327, 24 - - - 29 - - - ucrSaveTreemap - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 254, 180 - - - 82, 20 - - - 28 - - - ucrChkIsCurrency - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 254, 126 - - - 0, 0, 0, 0 - - - 120, 20 - - - 22 - - - ucrReceiverWeightBy - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 254, 76 - - - 0, 0, 0, 0 - - - 120, 20 - - - 20 - - - ucrReceiverIdentifier - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 9, 40 - - - 0, 0, 0, 0 - - - 210, 180 - - - 18 - - - ucrSelectorTreemap - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - True - - - 9, 410 - - - 410, 52 - - - 30 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 64, 5 - - - 297, 38 - - - 15 - - - ucrPnlDataType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - CenterScreen - - - Treemap - - - dlgTreemap - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 281 - - - 0, 0, 0, 0 - - - 120, 20 - - - 34 - - - ucrReceiverFill - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgTwoSampleNonparametricTest.Designer.vb b/instat/dlgTwoSampleNonparametricTest.Designer.vb index 6fb7056e1f4..8d7e3faba1e 100644 --- a/instat/dlgTwoSampleNonparametricTest.Designer.vb +++ b/instat/dlgTwoSampleNonparametricTest.Designer.vb @@ -61,20 +61,22 @@ Partial Class dlgTwoSampleNonparametricTest 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 365) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrTwoSampleSelector ' + Me.ucrTwoSampleSelector.AutoSize = True Me.ucrTwoSampleSelector.bDropUnusedFilterLevels = False Me.ucrTwoSampleSelector.bShowHiddenColumns = False Me.ucrTwoSampleSelector.bUseCurrentFilter = True Me.ucrTwoSampleSelector.Location = New System.Drawing.Point(8, 107) Me.ucrTwoSampleSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrTwoSampleSelector.Name = "ucrTwoSampleSelector" - Me.ucrTwoSampleSelector.Size = New System.Drawing.Size(242, 179) + Me.ucrTwoSampleSelector.Size = New System.Drawing.Size(242, 183) Me.ucrTwoSampleSelector.TabIndex = 1 ' 'grpLayoutOfData @@ -162,6 +164,7 @@ Partial Class dlgTwoSampleNonparametricTest ' 'ucrReceiverVariable ' + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me Me.ucrReceiverVariable.Location = New System.Drawing.Point(259, 173) Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) @@ -184,6 +187,7 @@ Partial Class dlgTwoSampleNonparametricTest ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me Me.ucrReceiverFactor.Location = New System.Drawing.Point(259, 227) Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) @@ -245,8 +249,8 @@ Partial Class dlgTwoSampleNonparametricTest ' 'dlgTwoSampleNonparametricTest ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(444, 418) Me.Controls.Add(Me.grpTypeOfTest) diff --git a/instat/dlgTwoVariableFitModel.Designer.vb b/instat/dlgTwoVariableFitModel.Designer.vb index d4cb6716c3d..8242868d3c1 100644 --- a/instat/dlgTwoVariableFitModel.Designer.vb +++ b/instat/dlgTwoVariableFitModel.Designer.vb @@ -244,6 +244,7 @@ Partial Class dlgTwoVariableFitModel ' 'ucrDistributionChoice ' + Me.ucrDistributionChoice.AutoSize = True Me.ucrDistributionChoice.Location = New System.Drawing.Point(10, 242) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" Me.ucrDistributionChoice.Size = New System.Drawing.Size(208, 27) @@ -252,6 +253,7 @@ Partial Class dlgTwoVariableFitModel 'ucrInputTest ' Me.ucrInputTest.AddQuotesIfUnrecognised = True + Me.ucrInputTest.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTest.GetSetSelectedIndex = -1 Me.ucrInputTest.IsReadOnly = False Me.ucrInputTest.Location = New System.Drawing.Point(44, 247) @@ -261,14 +263,16 @@ Partial Class dlgTwoVariableFitModel ' 'ucrTryModelling ' + Me.ucrTryModelling.AutoSize = True Me.ucrTryModelling.Location = New System.Drawing.Point(-3, 351) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False - Me.ucrTryModelling.Size = New System.Drawing.Size(396, 29) + Me.ucrTryModelling.Size = New System.Drawing.Size(396, 30) Me.ucrTryModelling.TabIndex = 20 ' 'ucrSaveModels ' + Me.ucrSaveModels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModels.Location = New System.Drawing.Point(10, 415) Me.ucrSaveModels.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModels.Name = "ucrSaveModels" @@ -277,14 +281,16 @@ Partial Class dlgTwoVariableFitModel ' 'ucrChkConvertToVariate ' + Me.ucrChkConvertToVariate.AutoSize = True Me.ucrChkConvertToVariate.Checked = False Me.ucrChkConvertToVariate.Location = New System.Drawing.Point(270, 122) Me.ucrChkConvertToVariate.Name = "ucrChkConvertToVariate" - Me.ucrChkConvertToVariate.Size = New System.Drawing.Size(160, 20) + Me.ucrChkConvertToVariate.Size = New System.Drawing.Size(160, 23) Me.ucrChkConvertToVariate.TabIndex = 6 ' 'ucrReceiverExplanatory ' + Me.ucrReceiverExplanatory.AutoSize = True Me.ucrReceiverExplanatory.frmParent = Me Me.ucrReceiverExplanatory.Location = New System.Drawing.Point(268, 163) Me.ucrReceiverExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -297,6 +303,7 @@ Partial Class dlgTwoVariableFitModel ' 'ucrReceiverResponse ' + Me.ucrReceiverResponse.AutoSize = True Me.ucrReceiverResponse.frmParent = Me Me.ucrReceiverResponse.Location = New System.Drawing.Point(270, 98) Me.ucrReceiverResponse.Margin = New System.Windows.Forms.Padding(0) @@ -309,6 +316,7 @@ Partial Class dlgTwoVariableFitModel ' 'ucrSelectorSimpleReg ' + Me.ucrSelectorSimpleReg.AutoSize = True Me.ucrSelectorSimpleReg.bDropUnusedFilterLevels = False Me.ucrSelectorSimpleReg.bShowHiddenColumns = False Me.ucrSelectorSimpleReg.bUseCurrentFilter = True @@ -320,6 +328,7 @@ Partial Class dlgTwoVariableFitModel ' 'ucrPnlModelType ' + Me.ucrPnlModelType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlModelType.Location = New System.Drawing.Point(93, 3) Me.ucrPnlModelType.Name = "ucrPnlModelType" Me.ucrPnlModelType.Size = New System.Drawing.Size(267, 43) @@ -328,6 +337,7 @@ Partial Class dlgTwoVariableFitModel 'ucrModelPreview ' Me.ucrModelPreview.AddQuotesIfUnrecognised = True + Me.ucrModelPreview.AutoSize = True Me.ucrModelPreview.IsMultiline = False Me.ucrModelPreview.IsReadOnly = False Me.ucrModelPreview.Location = New System.Drawing.Point(115, 386) @@ -338,14 +348,16 @@ Partial Class dlgTwoVariableFitModel 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 449) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(406, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 17 ' 'ucrInputConfidenceInterval ' Me.ucrInputConfidenceInterval.AddQuotesIfUnrecognised = True + Me.ucrInputConfidenceInterval.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputConfidenceInterval.GetSetSelectedIndex = -1 Me.ucrInputConfidenceInterval.IsReadOnly = False Me.ucrInputConfidenceInterval.Location = New System.Drawing.Point(336, 233) @@ -366,6 +378,7 @@ Partial Class dlgTwoVariableFitModel 'ucrInputNullHypothesis ' Me.ucrInputNullHypothesis.AddQuotesIfUnrecognised = True + Me.ucrInputNullHypothesis.AutoSize = True Me.ucrInputNullHypothesis.IsMultiline = False Me.ucrInputNullHypothesis.IsReadOnly = False Me.ucrInputNullHypothesis.Location = New System.Drawing.Point(336, 262) @@ -384,8 +397,8 @@ Partial Class dlgTwoVariableFitModel ' 'dlgTwoVariableFitModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(462, 510) Me.Controls.Add(Me.lblNullHypothesis) diff --git a/instat/dlgTwoVariableUseModel.Designer.vb b/instat/dlgTwoVariableUseModel.Designer.vb index 270aeffa183..db3bb2d622a 100644 --- a/instat/dlgTwoVariableUseModel.Designer.vb +++ b/instat/dlgTwoVariableUseModel.Designer.vb @@ -94,6 +94,7 @@ Partial Class dlgTwoVariableUseModel 'ucrModel ' Me.ucrModel.AddQuotesIfUnrecognised = True + Me.ucrModel.AutoSize = True Me.ucrModel.IsMultiline = False Me.ucrModel.IsReadOnly = False Me.ucrModel.Location = New System.Drawing.Point(118, 198) @@ -103,6 +104,7 @@ Partial Class dlgTwoVariableUseModel ' 'ucrReceiverUseModel ' + Me.ucrReceiverUseModel.AutoSize = True Me.ucrReceiverUseModel.frmParent = Me Me.ucrReceiverUseModel.Location = New System.Drawing.Point(256, 52) Me.ucrReceiverUseModel.Margin = New System.Windows.Forms.Padding(0) @@ -115,27 +117,29 @@ Partial Class dlgTwoVariableUseModel ' 'ucrSelectorUseModel ' + Me.ucrSelectorUseModel.AutoSize = True Me.ucrSelectorUseModel.bDropUnusedFilterLevels = False Me.ucrSelectorUseModel.bShowHiddenColumns = False Me.ucrSelectorUseModel.bUseCurrentFilter = True Me.ucrSelectorUseModel.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorUseModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorUseModel.Name = "ucrSelectorUseModel" - Me.ucrSelectorUseModel.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorUseModel.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorUseModel.TabIndex = 0 ' 'ucrBaseUseModel ' Me.ucrBaseUseModel.AutoSize = True + Me.ucrBaseUseModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBaseUseModel.Location = New System.Drawing.Point(10, 226) Me.ucrBaseUseModel.Name = "ucrBaseUseModel" - Me.ucrBaseUseModel.Size = New System.Drawing.Size(410, 52) + Me.ucrBaseUseModel.Size = New System.Drawing.Size(405, 52) Me.ucrBaseUseModel.TabIndex = 7 ' 'dlgTwoVariableUseModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 283) Me.Controls.Add(Me.ucrModel) diff --git a/instat/dlgTwoWayFrequencies.Designer.vb b/instat/dlgTwoWayFrequencies.Designer.vb index 91a74a12d58..054d9a3143d 100644 --- a/instat/dlgTwoWayFrequencies.Designer.vb +++ b/instat/dlgTwoWayFrequencies.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgTwoWayFrequencies 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgTwoWayFrequencies)) Me.lblRowFactor = New System.Windows.Forms.Label() Me.lblColumnFactor = New System.Windows.Forms.Label() Me.rdoTable = New System.Windows.Forms.RadioButton() @@ -72,32 +71,53 @@ Partial Class dlgTwoWayFrequencies ' 'lblRowFactor ' - resources.ApplyResources(Me.lblRowFactor, "lblRowFactor") + Me.lblRowFactor.AutoSize = True + Me.lblRowFactor.Location = New System.Drawing.Point(260, 78) Me.lblRowFactor.Name = "lblRowFactor" + Me.lblRowFactor.Size = New System.Drawing.Size(112, 13) + Me.lblRowFactor.TabIndex = 5 + Me.lblRowFactor.Text = "Row Variable (Factor):" ' 'lblColumnFactor ' - resources.ApplyResources(Me.lblColumnFactor, "lblColumnFactor") + Me.lblColumnFactor.AutoSize = True + Me.lblColumnFactor.Location = New System.Drawing.Point(260, 121) Me.lblColumnFactor.Name = "lblColumnFactor" + Me.lblColumnFactor.Size = New System.Drawing.Size(78, 13) + Me.lblColumnFactor.TabIndex = 7 + Me.lblColumnFactor.Text = "Column Factor:" ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoTable.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoTable.Location = New System.Drawing.Point(66, 12) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(100, 28) + Me.rdoTable.TabIndex = 1 + Me.rdoTable.Text = "Table" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'rdoGraph ' - resources.ApplyResources(Me.rdoGraph, "rdoGraph") + Me.rdoGraph.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoGraph.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.rdoGraph.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraph.FlatAppearance.BorderSize = 2 Me.rdoGraph.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraph.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoGraph.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoGraph.Location = New System.Drawing.Point(164, 12) Me.rdoGraph.Name = "rdoGraph" + Me.rdoGraph.Size = New System.Drawing.Size(100, 28) + Me.rdoGraph.TabIndex = 2 + Me.rdoGraph.Text = "Graph" + Me.rdoGraph.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.UseVisualStyleBackColor = True ' 'grpFreqTypeTable @@ -106,48 +126,73 @@ Partial Class dlgTwoWayFrequencies Me.grpFreqTypeTable.Controls.Add(Me.ucrChkCell) Me.grpFreqTypeTable.Controls.Add(Me.ucrChkColumn) Me.grpFreqTypeTable.Controls.Add(Me.ucrChkRow) - resources.ApplyResources(Me.grpFreqTypeTable, "grpFreqTypeTable") + Me.grpFreqTypeTable.Location = New System.Drawing.Point(248, 166) Me.grpFreqTypeTable.Name = "grpFreqTypeTable" + Me.grpFreqTypeTable.Size = New System.Drawing.Size(116, 143) + Me.grpFreqTypeTable.TabIndex = 9 Me.grpFreqTypeTable.TabStop = False + Me.grpFreqTypeTable.Text = "Table Frequencies" ' 'ucrChkCount ' + Me.ucrChkCount.AutoSize = True Me.ucrChkCount.Checked = False - resources.ApplyResources(Me.ucrChkCount, "ucrChkCount") + Me.ucrChkCount.Location = New System.Drawing.Point(10, 31) Me.ucrChkCount.Name = "ucrChkCount" + Me.ucrChkCount.Size = New System.Drawing.Size(82, 23) + Me.ucrChkCount.TabIndex = 0 ' 'ucrChkCell ' + Me.ucrChkCell.AutoSize = True Me.ucrChkCell.Checked = False - resources.ApplyResources(Me.ucrChkCell, "ucrChkCell") + Me.ucrChkCell.Location = New System.Drawing.Point(10, 106) Me.ucrChkCell.Name = "ucrChkCell" + Me.ucrChkCell.Size = New System.Drawing.Size(82, 23) + Me.ucrChkCell.TabIndex = 3 ' 'ucrChkColumn ' + Me.ucrChkColumn.AutoSize = True Me.ucrChkColumn.Checked = False - resources.ApplyResources(Me.ucrChkColumn, "ucrChkColumn") + Me.ucrChkColumn.Location = New System.Drawing.Point(10, 80) Me.ucrChkColumn.Name = "ucrChkColumn" + Me.ucrChkColumn.Size = New System.Drawing.Size(82, 23) + Me.ucrChkColumn.TabIndex = 2 ' 'ucrChkRow ' + Me.ucrChkRow.AutoSize = True Me.ucrChkRow.Checked = False - resources.ApplyResources(Me.ucrChkRow, "ucrChkRow") + Me.ucrChkRow.Location = New System.Drawing.Point(10, 54) Me.ucrChkRow.Name = "ucrChkRow" + Me.ucrChkRow.Size = New System.Drawing.Size(82, 23) + Me.ucrChkRow.TabIndex = 1 ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Location = New System.Drawing.Point(10, 229) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(119, 23) + Me.cmdOptions.TabIndex = 11 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'rdoBoth ' - resources.ApplyResources(Me.rdoBoth, "rdoBoth") + Me.rdoBoth.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoBoth.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.rdoBoth.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBoth.FlatAppearance.BorderSize = 2 Me.rdoBoth.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBoth.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoBoth.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoBoth.Location = New System.Drawing.Point(262, 12) Me.rdoBoth.Name = "rdoBoth" + Me.rdoBoth.Size = New System.Drawing.Size(100, 28) + Me.rdoBoth.TabIndex = 3 + Me.rdoBoth.Text = "Both" + Me.rdoBoth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBoth.UseVisualStyleBackColor = True ' 'grpFreqTypeGraph @@ -157,115 +202,175 @@ Partial Class dlgTwoWayFrequencies Me.grpFreqTypeGraph.Controls.Add(Me.rdoRow) Me.grpFreqTypeGraph.Controls.Add(Me.rdoColumn) Me.grpFreqTypeGraph.Controls.Add(Me.ucrPnlFreqType) - resources.ApplyResources(Me.grpFreqTypeGraph, "grpFreqTypeGraph") + Me.grpFreqTypeGraph.Location = New System.Drawing.Point(368, 166) Me.grpFreqTypeGraph.Name = "grpFreqTypeGraph" + Me.grpFreqTypeGraph.Size = New System.Drawing.Size(117, 143) + Me.grpFreqTypeGraph.TabIndex = 10 Me.grpFreqTypeGraph.TabStop = False + Me.grpFreqTypeGraph.Text = "Graph Frequencies" ' 'rdoCount ' - resources.ApplyResources(Me.rdoCount, "rdoCount") + Me.rdoCount.AutoSize = True + Me.rdoCount.Location = New System.Drawing.Point(10, 31) Me.rdoCount.Name = "rdoCount" + Me.rdoCount.Size = New System.Drawing.Size(53, 17) + Me.rdoCount.TabIndex = 1 Me.rdoCount.TabStop = True + Me.rdoCount.Text = "Count" Me.rdoCount.UseVisualStyleBackColor = True ' 'rdoCell ' - resources.ApplyResources(Me.rdoCell, "rdoCell") + Me.rdoCell.AutoSize = True + Me.rdoCell.Location = New System.Drawing.Point(9, 106) Me.rdoCell.Name = "rdoCell" + Me.rdoCell.Size = New System.Drawing.Size(59, 17) + Me.rdoCell.TabIndex = 4 Me.rdoCell.TabStop = True + Me.rdoCell.Text = "Cell (%)" Me.rdoCell.UseVisualStyleBackColor = True ' 'rdoRow ' - resources.ApplyResources(Me.rdoRow, "rdoRow") + Me.rdoRow.AutoSize = True + Me.rdoRow.Location = New System.Drawing.Point(10, 54) Me.rdoRow.Name = "rdoRow" + Me.rdoRow.Size = New System.Drawing.Size(64, 17) + Me.rdoRow.TabIndex = 2 Me.rdoRow.TabStop = True + Me.rdoRow.Text = "Row (%)" Me.rdoRow.UseVisualStyleBackColor = True ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.AutoSize = True + Me.rdoColumn.Location = New System.Drawing.Point(9, 80) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(77, 17) + Me.rdoColumn.TabIndex = 3 Me.rdoColumn.TabStop = True + Me.rdoColumn.Text = "Column (%)" Me.rdoColumn.UseVisualStyleBackColor = True ' 'ucrPnlFreqType ' - resources.ApplyResources(Me.ucrPnlFreqType, "ucrPnlFreqType") + Me.ucrPnlFreqType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFreqType.Location = New System.Drawing.Point(9, 31) Me.ucrPnlFreqType.Name = "ucrPnlFreqType" + Me.ucrPnlFreqType.Size = New System.Drawing.Size(108, 106) + Me.ucrPnlFreqType.TabIndex = 0 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(9, 350) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(314, 24) + Me.ucrSaveGraph.TabIndex = 16 ' 'ucrSelectorTwoWayFrequencies ' + Me.ucrSelectorTwoWayFrequencies.AutoSize = True Me.ucrSelectorTwoWayFrequencies.bDropUnusedFilterLevels = False Me.ucrSelectorTwoWayFrequencies.bShowHiddenColumns = False Me.ucrSelectorTwoWayFrequencies.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTwoWayFrequencies, "ucrSelectorTwoWayFrequencies") + Me.ucrSelectorTwoWayFrequencies.Location = New System.Drawing.Point(9, 43) + Me.ucrSelectorTwoWayFrequencies.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTwoWayFrequencies.Name = "ucrSelectorTwoWayFrequencies" + Me.ucrSelectorTwoWayFrequencies.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTwoWayFrequencies.TabIndex = 4 ' 'ucrChkFlip ' + Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False - resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") + Me.ucrChkFlip.Location = New System.Drawing.Point(9, 289) Me.ucrChkFlip.Name = "ucrChkFlip" + Me.ucrChkFlip.Size = New System.Drawing.Size(183, 23) + Me.ucrChkFlip.TabIndex = 14 ' 'ucrPnlFreqDisplay ' - resources.ApplyResources(Me.ucrPnlFreqDisplay, "ucrPnlFreqDisplay") + Me.ucrPnlFreqDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFreqDisplay.Location = New System.Drawing.Point(42, 11) Me.ucrPnlFreqDisplay.Name = "ucrPnlFreqDisplay" + Me.ucrPnlFreqDisplay.Size = New System.Drawing.Size(349, 29) + Me.ucrPnlFreqDisplay.TabIndex = 0 ' 'ucrChkWeights ' + Me.ucrChkWeights.AutoSize = True Me.ucrChkWeights.Checked = False - resources.ApplyResources(Me.ucrChkWeights, "ucrChkWeights") + Me.ucrChkWeights.Location = New System.Drawing.Point(9, 262) Me.ucrChkWeights.Name = "ucrChkWeights" + Me.ucrChkWeights.Size = New System.Drawing.Size(100, 23) + Me.ucrChkWeights.TabIndex = 12 ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(113, 265) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 13 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrReceiverColumnFactor ' + Me.ucrReceiverColumnFactor.AutoSize = True Me.ucrReceiverColumnFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnFactor, "ucrReceiverColumnFactor") + Me.ucrReceiverColumnFactor.Location = New System.Drawing.Point(263, 136) + Me.ucrReceiverColumnFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnFactor.Name = "ucrReceiverColumnFactor" Me.ucrReceiverColumnFactor.Selector = Nothing + Me.ucrReceiverColumnFactor.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverColumnFactor.strNcFilePath = "" + Me.ucrReceiverColumnFactor.TabIndex = 8 Me.ucrReceiverColumnFactor.ucrSelector = Nothing ' 'ucrReceiverRowFactor ' + Me.ucrReceiverRowFactor.AutoSize = True Me.ucrReceiverRowFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRowFactor, "ucrReceiverRowFactor") + Me.ucrReceiverRowFactor.Location = New System.Drawing.Point(263, 93) + Me.ucrReceiverRowFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRowFactor.Name = "ucrReceiverRowFactor" Me.ucrReceiverRowFactor.Selector = Nothing + Me.ucrReceiverRowFactor.Size = New System.Drawing.Size(121, 20) Me.ucrReceiverRowFactor.strNcFilePath = "" + Me.ucrReceiverRowFactor.TabIndex = 6 Me.ucrReceiverRowFactor.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 384) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'ucrChkFacetGrid ' + Me.ucrChkFacetGrid.AutoSize = True Me.ucrChkFacetGrid.Checked = False - resources.ApplyResources(Me.ucrChkFacetGrid, "ucrChkFacetGrid") + Me.ucrChkFacetGrid.Location = New System.Drawing.Point(9, 315) Me.ucrChkFacetGrid.Name = "ucrChkFacetGrid" + Me.ucrChkFacetGrid.Size = New System.Drawing.Size(282, 23) + Me.ucrChkFacetGrid.TabIndex = 15 ' 'dlgTwoWayFrequencies ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(489, 439) Me.Controls.Add(Me.ucrChkFacetGrid) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.grpFreqTypeGraph) @@ -288,7 +393,10 @@ Partial Class dlgTwoWayFrequencies Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgTwoWayFrequencies" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Two Way Frequencies" Me.grpFreqTypeTable.ResumeLayout(False) + Me.grpFreqTypeTable.PerformLayout() Me.grpFreqTypeGraph.ResumeLayout(False) Me.grpFreqTypeGraph.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgTwoWayFrequencies.resx b/instat/dlgTwoWayFrequencies.resx index 81b86b55f39..29dcb1b3a35 100644 --- a/instat/dlgTwoWayFrequencies.resx +++ b/instat/dlgTwoWayFrequencies.resx @@ -117,703 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 260, 78 - - - 112, 13 - - - 5 - - - Row Variable (Factor): - - - lblRowFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - 260, 121 - - - 78, 13 - - - 7 - - - Column Factor: - - - lblColumnFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - - Button - - - Flat - - - 66, 12 - - - 100, 28 - - - 1 - - - Table - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - None - - - Flat - - - 164, 12 - - - 100, 28 - - - 2 - - - Graph - - - MiddleCenter - - - rdoGraph - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 10, 31 - - - 82, 20 - - - 0 - - - ucrChkCount - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 0 - - - 10, 106 - - - 82, 20 - - - 3 - - - ucrChkCell - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 1 - - - 10, 80 - - - 82, 20 - - - 2 - - - ucrChkColumn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 2 - - - 10, 54 - - - 82, 20 - - - 1 - - - ucrChkRow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeTable - - - 3 - - - 248, 166 - - - 116, 143 - - - 9 - - - Table Frequencies - - - grpFreqTypeTable - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 10, 229 - - - 119, 23 - - - 11 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - None - - - Flat - - - 262, 12 - - - 100, 28 - - - 3 - - - Both - - - MiddleCenter - - - rdoBoth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 10, 31 - - - 53, 17 - - - 1 - - - Count - - - rdoCount - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 0 - - - True - - - 9, 106 - - - 59, 17 - - - 4 - - - Cell (%) - - - rdoCell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 1 - - - True - - - 10, 54 - - - 64, 17 - - - 2 - - - Row (%) - - - rdoRow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 2 - - - True - - - 9, 80 - - - 77, 17 - - - 3 - - - Column (%) - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFreqTypeGraph - - - 3 - - - 9, 31 - - - 108, 106 - - - 0 - - - ucrPnlFreqType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFreqTypeGraph - - - 4 - - - 368, 166 - - - 117, 143 - - - 10 - - - Graph Frequencies - - - grpFreqTypeGraph - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 9, 350 - - - 4, 5, 4, 5 - - - 314, 24 - - - 16 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 43 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorTwoWayFrequencies - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 9, 289 - - - 183, 20 - - - 14 - - - ucrChkFlip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 42, 11 - - - 349, 29 - - - 0 - - - ucrPnlFreqDisplay - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 9, 262 - - - 100, 20 - - - 12 - - - ucrChkWeights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 6, 13 - - - True - - - 489, 439 - - - 9, 315 - - - 282, 20 - - - 15 - - - ucrChkFacetGrid - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 263, 136 - - - 0, 0, 0, 0 - - - 121, 20 - - - 8 - - - ucrReceiverColumnFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 263, 93 - - - 0, 0, 0, 0 - - - 121, 20 - - - 6 - - - ucrReceiverRowFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 9, 384 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Two Way Frequencies - - - dlgTwoWayFrequencies - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 113, 265 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - \ No newline at end of file diff --git a/instat/dlgUnstack.Designer.vb b/instat/dlgUnstack.Designer.vb index 74570bf19da..1524c38968d 100644 --- a/instat/dlgUnstack.Designer.vb +++ b/instat/dlgUnstack.Designer.vb @@ -37,7 +37,6 @@ Partial Class dlgUnstack 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgUnstack)) Me.lblFactorToUnstackBy = New System.Windows.Forms.Label() Me.lblCarryColumns = New System.Windows.Forms.Label() Me.rdoSingle = New System.Windows.Forms.RadioButton() @@ -58,128 +57,206 @@ Partial Class dlgUnstack ' 'lblFactorToUnstackBy ' - resources.ApplyResources(Me.lblFactorToUnstackBy, "lblFactorToUnstackBy") + Me.lblFactorToUnstackBy.AutoSize = True + Me.lblFactorToUnstackBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorToUnstackBy.Location = New System.Drawing.Point(272, 63) Me.lblFactorToUnstackBy.Name = "lblFactorToUnstackBy" + Me.lblFactorToUnstackBy.Size = New System.Drawing.Size(109, 13) + Me.lblFactorToUnstackBy.TabIndex = 5 Me.lblFactorToUnstackBy.Tag = "Factor_to_Unstack_By" + Me.lblFactorToUnstackBy.Text = "Factor to Unstack by:" ' 'lblCarryColumns ' - resources.ApplyResources(Me.lblCarryColumns, "lblCarryColumns") + Me.lblCarryColumns.AutoSize = True + Me.lblCarryColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCarryColumns.Location = New System.Drawing.Point(269, 154) Me.lblCarryColumns.Name = "lblCarryColumns" + Me.lblCarryColumns.Size = New System.Drawing.Size(77, 13) + Me.lblCarryColumns.TabIndex = 9 Me.lblCarryColumns.Tag = "ID_Columns" + Me.lblCarryColumns.Text = "Carry Columns:" ' 'rdoSingle ' - resources.ApplyResources(Me.rdoSingle, "rdoSingle") + Me.rdoSingle.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSingle.BackColor = System.Drawing.SystemColors.Control Me.rdoSingle.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSingle.FlatAppearance.BorderSize = 2 Me.rdoSingle.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSingle.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSingle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSingle.Location = New System.Drawing.Point(47, 13) Me.rdoSingle.Name = "rdoSingle" + Me.rdoSingle.Size = New System.Drawing.Size(100, 28) + Me.rdoSingle.TabIndex = 1 Me.rdoSingle.TabStop = True + Me.rdoSingle.Text = "Single" + Me.rdoSingle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSingle.UseVisualStyleBackColor = False ' 'rdoMultiple ' - resources.ApplyResources(Me.rdoMultiple, "rdoMultiple") + Me.rdoMultiple.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMultiple.BackColor = System.Drawing.SystemColors.Control + Me.rdoMultiple.Enabled = False Me.rdoMultiple.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMultiple.FlatAppearance.BorderSize = 2 Me.rdoMultiple.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMultiple.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMultiple.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMultiple.Location = New System.Drawing.Point(145, 13) Me.rdoMultiple.Name = "rdoMultiple" + Me.rdoMultiple.Size = New System.Drawing.Size(100, 28) + Me.rdoMultiple.TabIndex = 2 Me.rdoMultiple.TabStop = True + Me.rdoMultiple.Text = "Multiple" + Me.rdoMultiple.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultiple.UseVisualStyleBackColor = False ' 'rdoRestoreHierarchy ' - resources.ApplyResources(Me.rdoRestoreHierarchy, "rdoRestoreHierarchy") + Me.rdoRestoreHierarchy.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRestoreHierarchy.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRestoreHierarchy.FlatAppearance.BorderSize = 2 Me.rdoRestoreHierarchy.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRestoreHierarchy.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRestoreHierarchy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRestoreHierarchy.Location = New System.Drawing.Point(243, 13) Me.rdoRestoreHierarchy.Name = "rdoRestoreHierarchy" + Me.rdoRestoreHierarchy.Size = New System.Drawing.Size(126, 28) + Me.rdoRestoreHierarchy.TabIndex = 3 Me.rdoRestoreHierarchy.TabStop = True + Me.rdoRestoreHierarchy.Text = "Restore Hierarchy" + Me.rdoRestoreHierarchy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRestoreHierarchy.UseVisualStyleBackColor = True ' 'lblMultipleColumns ' - resources.ApplyResources(Me.lblMultipleColumns, "lblMultipleColumns") + Me.lblMultipleColumns.AutoSize = True + Me.lblMultipleColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMultipleColumns.Location = New System.Drawing.Point(272, 156) Me.lblMultipleColumns.Name = "lblMultipleColumns" + Me.lblMultipleColumns.Size = New System.Drawing.Size(105, 13) + Me.lblMultipleColumns.TabIndex = 10 + Me.lblMultipleColumns.Text = "Columns to Unstack:" ' 'ucrNewDFName ' - resources.ApplyResources(Me.ucrNewDFName, "ucrNewDFName") + Me.ucrNewDFName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDFName.Location = New System.Drawing.Point(10, 282) + Me.ucrNewDFName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDFName.Name = "ucrNewDFName" + Me.ucrNewDFName.Size = New System.Drawing.Size(266, 24) + Me.ucrNewDFName.TabIndex = 14 ' 'ucrChkDropMissingCombinations ' + Me.ucrChkDropMissingCombinations.AutoSize = True Me.ucrChkDropMissingCombinations.Checked = False - resources.ApplyResources(Me.ucrChkDropMissingCombinations, "ucrChkDropMissingCombinations") + Me.ucrChkDropMissingCombinations.Location = New System.Drawing.Point(10, 256) Me.ucrChkDropMissingCombinations.Name = "ucrChkDropMissingCombinations" + Me.ucrChkDropMissingCombinations.Size = New System.Drawing.Size(235, 23) + Me.ucrChkDropMissingCombinations.TabIndex = 13 ' 'ucrReceiverCarryColumns ' + Me.ucrReceiverCarryColumns.AutoSize = True Me.ucrReceiverCarryColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCarryColumns, "ucrReceiverCarryColumns") + Me.ucrReceiverCarryColumns.Location = New System.Drawing.Point(272, 169) + Me.ucrReceiverCarryColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCarryColumns.Name = "ucrReceiverCarryColumns" Me.ucrReceiverCarryColumns.Selector = Nothing + Me.ucrReceiverCarryColumns.Size = New System.Drawing.Size(120, 104) Me.ucrReceiverCarryColumns.strNcFilePath = "" + Me.ucrReceiverCarryColumns.TabIndex = 12 Me.ucrReceiverCarryColumns.ucrSelector = Nothing ' 'ucrReceiverFactorToUnstackby ' + Me.ucrReceiverFactorToUnstackby.AutoSize = True Me.ucrReceiverFactorToUnstackby.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactorToUnstackby, "ucrReceiverFactorToUnstackby") + Me.ucrReceiverFactorToUnstackby.Location = New System.Drawing.Point(272, 78) + Me.ucrReceiverFactorToUnstackby.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactorToUnstackby.Name = "ucrReceiverFactorToUnstackby" Me.ucrReceiverFactorToUnstackby.Selector = Nothing + Me.ucrReceiverFactorToUnstackby.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactorToUnstackby.strNcFilePath = "" + Me.ucrReceiverFactorToUnstackby.TabIndex = 6 Me.ucrReceiverFactorToUnstackby.ucrSelector = Nothing ' 'ucrSelectorForUnstack ' + Me.ucrSelectorForUnstack.AutoSize = True Me.ucrSelectorForUnstack.bDropUnusedFilterLevels = False Me.ucrSelectorForUnstack.bShowHiddenColumns = False Me.ucrSelectorForUnstack.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForUnstack, "ucrSelectorForUnstack") + Me.ucrSelectorForUnstack.Location = New System.Drawing.Point(9, 59) + Me.ucrSelectorForUnstack.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForUnstack.Name = "ucrSelectorForUnstack" + Me.ucrSelectorForUnstack.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForUnstack.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 316) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrPnlUnstackCol ' - resources.ApplyResources(Me.ucrPnlUnstackCol, "ucrPnlUnstackCol") + Me.ucrPnlUnstackCol.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlUnstackCol.Location = New System.Drawing.Point(40, 5) Me.ucrPnlUnstackCol.Name = "ucrPnlUnstackCol" + Me.ucrPnlUnstackCol.Size = New System.Drawing.Size(337, 52) + Me.ucrPnlUnstackCol.TabIndex = 0 ' 'ucrMultipleColumnsReceiver ' + Me.ucrMultipleColumnsReceiver.AutoSize = True Me.ucrMultipleColumnsReceiver.frmParent = Me - resources.ApplyResources(Me.ucrMultipleColumnsReceiver, "ucrMultipleColumnsReceiver") + Me.ucrMultipleColumnsReceiver.Location = New System.Drawing.Point(271, 169) + Me.ucrMultipleColumnsReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrMultipleColumnsReceiver.Name = "ucrMultipleColumnsReceiver" Me.ucrMultipleColumnsReceiver.Selector = Nothing + Me.ucrMultipleColumnsReceiver.Size = New System.Drawing.Size(120, 100) Me.ucrMultipleColumnsReceiver.strNcFilePath = "" + Me.ucrMultipleColumnsReceiver.TabIndex = 11 Me.ucrMultipleColumnsReceiver.ucrSelector = Nothing ' 'ucrReceiverColumnToUnstack ' + Me.ucrReceiverColumnToUnstack.AutoSize = True Me.ucrReceiverColumnToUnstack.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnToUnstack, "ucrReceiverColumnToUnstack") + Me.ucrReceiverColumnToUnstack.Location = New System.Drawing.Point(272, 125) + Me.ucrReceiverColumnToUnstack.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnToUnstack.Name = "ucrReceiverColumnToUnstack" Me.ucrReceiverColumnToUnstack.Selector = Nothing + Me.ucrReceiverColumnToUnstack.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverColumnToUnstack.strNcFilePath = "" + Me.ucrReceiverColumnToUnstack.TabIndex = 8 Me.ucrReceiverColumnToUnstack.ucrSelector = Nothing ' 'lblColumnToUnstack ' - resources.ApplyResources(Me.lblColumnToUnstack, "lblColumnToUnstack") + Me.lblColumnToUnstack.AutoSize = True + Me.lblColumnToUnstack.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnToUnstack.Location = New System.Drawing.Point(272, 110) Me.lblColumnToUnstack.Name = "lblColumnToUnstack" + Me.lblColumnToUnstack.Size = New System.Drawing.Size(100, 13) + Me.lblColumnToUnstack.TabIndex = 7 Me.lblColumnToUnstack.Tag = "Column_to_Unstack:" + Me.lblColumnToUnstack.Text = "Column to Unstack:" ' 'dlgUnstack ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 370) Me.Controls.Add(Me.ucrReceiverColumnToUnstack) Me.Controls.Add(Me.lblColumnToUnstack) Me.Controls.Add(Me.rdoRestoreHierarchy) @@ -200,7 +277,9 @@ Partial Class dlgUnstack Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgUnstack" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Unstack_Columns" + Me.Text = "Unstack (Pivot Wider)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgUnstack.resx b/instat/dlgUnstack.resx index cf32bebea2a..29dcb1b3a35 100644 --- a/instat/dlgUnstack.resx +++ b/instat/dlgUnstack.resx @@ -117,472 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 272, 63 - - - 109, 13 - - - 5 - - - Factor to Unstack by: - - - lblFactorToUnstackBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 269, 154 - - - 77, 13 - - - 9 - - - Carry Columns: - - - lblCarryColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 47, 13 - - - 100, 28 - - - 1 - - - Single - - - MiddleCenter - - - rdoSingle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - False - - - Flat - - - NoControl - - - 145, 13 - - - 100, 28 - - - 2 - - - Multiple - - - MiddleCenter - - - rdoMultiple - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 243, 13 - - - 126, 28 - - - 3 - - - Restore Hierarchy - - - MiddleCenter - - - rdoRestoreHierarchy - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 272, 156 - - - 105, 13 - - - 10 - - - Columns to Unstack: - - - lblMultipleColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - 10, 282 - - - 4, 5, 4, 5 - - - 266, 24 - - - 14 - - - ucrNewDFName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 256 - - - 235, 20 - - - 13 - - - ucrChkDropMissingCombinations - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 414, 370 - - - 272, 125 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverColumnToUnstack - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 272, 110 - - - 100, 13 - - - 7 - - - Column to Unstack: - - - lblColumnToUnstack - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 272, 78 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverFactorToUnstackby - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 9, 59 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorForUnstack - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 7, 316 - - - 410, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 40, 5 - - - 337, 52 - - - 0 - - - ucrPnlUnstackCol - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 271, 169 - - - 0, 0, 0, 0 - - - 120, 100 - - - 11 - - - ucrMultipleColumnsReceiver - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Unstack (Pivot Wider) - - - dlgUnstack - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 272, 169 - - - 0, 0, 0, 0 - - - 120, 104 - - - 12 - - - ucrReceiverCarryColumns - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgUseGraph.Designer.vb b/instat/dlgUseGraph.Designer.vb index 87dd1066a50..68b7ffb42ac 100644 --- a/instat/dlgUseGraph.Designer.vb +++ b/instat/dlgUseGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgUseGraph 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgUseGraph)) Me.lblGraphtoUse = New System.Windows.Forms.Label() Me.cmdPlotOptions = New System.Windows.Forms.Button() Me.ucrSaveGraph = New instat.ucrSave() @@ -49,46 +48,71 @@ Partial Class dlgUseGraph ' 'lblGraphtoUse ' - resources.ApplyResources(Me.lblGraphtoUse, "lblGraphtoUse") + Me.lblGraphtoUse.AutoSize = True + Me.lblGraphtoUse.Location = New System.Drawing.Point(252, 45) Me.lblGraphtoUse.Name = "lblGraphtoUse" + Me.lblGraphtoUse.Size = New System.Drawing.Size(73, 13) + Me.lblGraphtoUse.TabIndex = 1 + Me.lblGraphtoUse.Text = "Graph to Use:" ' 'cmdPlotOptions ' - resources.ApplyResources(Me.cmdPlotOptions, "cmdPlotOptions") + Me.cmdPlotOptions.Location = New System.Drawing.Point(10, 198) Me.cmdPlotOptions.Name = "cmdPlotOptions" + Me.cmdPlotOptions.Size = New System.Drawing.Size(147, 23) + Me.cmdPlotOptions.TabIndex = 3 + Me.cmdPlotOptions.Text = "Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 227) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(315, 24) + Me.ucrSaveGraph.TabIndex = 4 ' 'ucrGraphReceiver ' + Me.ucrGraphReceiver.AutoSize = True Me.ucrGraphReceiver.frmParent = Me - resources.ApplyResources(Me.ucrGraphReceiver, "ucrGraphReceiver") + Me.ucrGraphReceiver.Location = New System.Drawing.Point(252, 60) + Me.ucrGraphReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphReceiver.Name = "ucrGraphReceiver" Me.ucrGraphReceiver.Selector = Nothing + Me.ucrGraphReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrGraphReceiver.strNcFilePath = "" + Me.ucrGraphReceiver.TabIndex = 2 Me.ucrGraphReceiver.ucrSelector = Nothing ' 'ucrGraphsSelector ' + Me.ucrGraphsSelector.AutoSize = True Me.ucrGraphsSelector.bDropUnusedFilterLevels = False Me.ucrGraphsSelector.bShowHiddenColumns = False Me.ucrGraphsSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrGraphsSelector, "ucrGraphsSelector") + Me.ucrGraphsSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrGraphsSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphsSelector.Name = "ucrGraphsSelector" + Me.ucrGraphsSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrGraphsSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 254) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'dlgUseGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 311) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.cmdPlotOptions) Me.Controls.Add(Me.lblGraphtoUse) @@ -99,7 +123,9 @@ Partial Class dlgUseGraph Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgUseGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Use_Graph" + Me.Text = "Use Graph" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgUseGraph.resx b/instat/dlgUseGraph.resx index 2edb0268867..1af7de150c9 100644 --- a/instat/dlgUseGraph.resx +++ b/instat/dlgUseGraph.resx @@ -117,178 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 252, 45 - - - 73, 13 - - - 1 - - - Graph to Use: - - - lblGraphtoUse - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 198 - - - 147, 23 - - - 3 - - - Options - - - cmdPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 227 - - - - 4, 5, 4, 5 - - - 315, 24 - - - 4 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 414, 311 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrGraphsSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 254 - - - 410, 53 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Use Graph - - - dlgUseGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrGraphReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgUseModel.Designer.vb b/instat/dlgUseModel.Designer.vb index 8923f4fbfdc..9eb389db6cc 100644 --- a/instat/dlgUseModel.Designer.vb +++ b/instat/dlgUseModel.Designer.vb @@ -419,6 +419,7 @@ Partial Class dlgUseModel ' 'ucrSaveResult ' + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveResult.Location = New System.Drawing.Point(10, 319) Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" @@ -427,11 +428,12 @@ Partial Class dlgUseModel ' 'ucrChkIncludeArguments ' + Me.ucrChkIncludeArguments.AutoSize = True Me.ucrChkIncludeArguments.Checked = False Me.ucrChkIncludeArguments.Location = New System.Drawing.Point(445, 12) Me.ucrChkIncludeArguments.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIncludeArguments.Name = "ucrChkIncludeArguments" - Me.ucrChkIncludeArguments.Size = New System.Drawing.Size(130, 20) + Me.ucrChkIncludeArguments.Size = New System.Drawing.Size(130, 23) Me.ucrChkIncludeArguments.TabIndex = 32 ' 'grpSegmented @@ -616,6 +618,7 @@ Partial Class dlgUseModel 'ucrInputModels ' Me.ucrInputModels.AddQuotesIfUnrecognised = True + Me.ucrInputModels.AutoSize = True Me.ucrInputModels.IsMultiline = False Me.ucrInputModels.IsReadOnly = False Me.ucrInputModels.Location = New System.Drawing.Point(133, 45) @@ -626,26 +629,29 @@ Partial Class dlgUseModel ' 'ucrSelectorUseModel ' + Me.ucrSelectorUseModel.AutoSize = True Me.ucrSelectorUseModel.bDropUnusedFilterLevels = False Me.ucrSelectorUseModel.bShowHiddenColumns = False Me.ucrSelectorUseModel.bUseCurrentFilter = True Me.ucrSelectorUseModel.Location = New System.Drawing.Point(10, 68) Me.ucrSelectorUseModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorUseModel.Name = "ucrSelectorUseModel" - Me.ucrSelectorUseModel.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorUseModel.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorUseModel.TabIndex = 26 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 362) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 20 ' 'ucrReceiverForTestColumn ' + Me.ucrReceiverForTestColumn.AutoSize = True Me.ucrReceiverForTestColumn.frmParent = Me Me.ucrReceiverForTestColumn.Location = New System.Drawing.Point(82, 11) Me.ucrReceiverForTestColumn.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) @@ -659,6 +665,7 @@ Partial Class dlgUseModel 'ucrInputComboRPackage ' Me.ucrInputComboRPackage.AddQuotesIfUnrecognised = True + Me.ucrInputComboRPackage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboRPackage.GetSetSelectedIndex = -1 Me.ucrInputComboRPackage.IsReadOnly = False Me.ucrInputComboRPackage.Location = New System.Drawing.Point(328, 80) @@ -669,17 +676,18 @@ Partial Class dlgUseModel ' 'ucrTryModelling ' + Me.ucrTryModelling.AutoSize = True Me.ucrTryModelling.Location = New System.Drawing.Point(2, 285) Me.ucrTryModelling.Margin = New System.Windows.Forms.Padding(4) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False - Me.ucrTryModelling.Size = New System.Drawing.Size(480, 28) + Me.ucrTryModelling.Size = New System.Drawing.Size(480, 30) Me.ucrTryModelling.TabIndex = 163 ' 'dlgUseModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(582, 423) Me.Controls.Add(Me.grpGeneral) diff --git a/instat/dlgVariableSets.Designer.vb b/instat/dlgVariableSets.Designer.vb index ccd9c778635..70a37f1ded2 100644 --- a/instat/dlgVariableSets.Designer.vb +++ b/instat/dlgVariableSets.Designer.vb @@ -120,6 +120,7 @@ Partial Class dlgVariableSets 'ucrInputSetNewName ' Me.ucrInputSetNewName.AddQuotesIfUnrecognised = True + Me.ucrInputSetNewName.AutoSize = True Me.ucrInputSetNewName.IsMultiline = False Me.ucrInputSetNewName.IsReadOnly = False Me.ucrInputSetNewName.Location = New System.Drawing.Point(246, 234) @@ -130,6 +131,7 @@ Partial Class dlgVariableSets ' 'ucrReceiverSelectedSet ' + Me.ucrReceiverSelectedSet.AutoSize = True Me.ucrReceiverSelectedSet.frmParent = Me Me.ucrReceiverSelectedSet.Location = New System.Drawing.Point(244, 62) Me.ucrReceiverSelectedSet.Margin = New System.Windows.Forms.Padding(0) @@ -142,6 +144,7 @@ Partial Class dlgVariableSets ' 'ucrReceiverMultipleVariables ' + Me.ucrReceiverMultipleVariables.AutoSize = True Me.ucrReceiverMultipleVariables.frmParent = Me Me.ucrReceiverMultipleVariables.Location = New System.Drawing.Point(244, 110) Me.ucrReceiverMultipleVariables.Margin = New System.Windows.Forms.Padding(0) @@ -154,26 +157,29 @@ Partial Class dlgVariableSets ' 'ucrSelectorVariableSets ' + Me.ucrSelectorVariableSets.AutoSize = True Me.ucrSelectorVariableSets.bDropUnusedFilterLevels = False Me.ucrSelectorVariableSets.bShowHiddenColumns = False Me.ucrSelectorVariableSets.bUseCurrentFilter = True Me.ucrSelectorVariableSets.Location = New System.Drawing.Point(10, 47) Me.ucrSelectorVariableSets.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVariableSets.Name = "ucrSelectorVariableSets" - Me.ucrSelectorVariableSets.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorVariableSets.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorVariableSets.TabIndex = 13 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 259) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 16 ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(21, 3) Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrPnlOptions.Name = "ucrPnlOptions" @@ -182,8 +188,8 @@ Partial Class dlgVariableSets ' 'dlgVariableSets ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(424, 315) Me.Controls.Add(Me.lblSelectedSet) diff --git a/instat/dlgView.Designer.vb b/instat/dlgView.Designer.vb index befeafe27df..70c1b9701c3 100644 --- a/instat/dlgView.Designer.vb +++ b/instat/dlgView.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgView 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgView)) Me.lblSelected = New System.Windows.Forms.Label() Me.rdoDispSepOutputWindow = New System.Windows.Forms.RadioButton() Me.rdoDispOutputWindow = New System.Windows.Forms.RadioButton() @@ -63,147 +62,234 @@ Partial Class dlgView ' 'lblSelected ' - resources.ApplyResources(Me.lblSelected, "lblSelected") + Me.lblSelected.AutoSize = True + Me.lblSelected.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelected.Location = New System.Drawing.Point(248, 80) Me.lblSelected.Name = "lblSelected" + Me.lblSelected.Size = New System.Drawing.Size(97, 13) + Me.lblSelected.TabIndex = 4 Me.lblSelected.Tag = "" + Me.lblSelected.Text = "Variable(s) to View:" ' 'rdoDispSepOutputWindow ' - resources.ApplyResources(Me.rdoDispSepOutputWindow, "rdoDispSepOutputWindow") + Me.rdoDispSepOutputWindow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDispSepOutputWindow.Location = New System.Drawing.Point(10, 238) Me.rdoDispSepOutputWindow.Name = "rdoDispSepOutputWindow" + Me.rdoDispSepOutputWindow.Size = New System.Drawing.Size(210, 17) + Me.rdoDispSepOutputWindow.TabIndex = 6 Me.rdoDispSepOutputWindow.TabStop = True + Me.rdoDispSepOutputWindow.Text = "Display in Separate Window" Me.rdoDispSepOutputWindow.UseVisualStyleBackColor = True ' 'rdoDispOutputWindow ' - resources.ApplyResources(Me.rdoDispOutputWindow, "rdoDispOutputWindow") + Me.rdoDispOutputWindow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDispOutputWindow.Location = New System.Drawing.Point(10, 261) Me.rdoDispOutputWindow.Name = "rdoDispOutputWindow" + Me.rdoDispOutputWindow.Size = New System.Drawing.Size(210, 17) + Me.rdoDispOutputWindow.TabIndex = 7 Me.rdoDispOutputWindow.TabStop = True + Me.rdoDispOutputWindow.Text = "Display in Output Window" Me.rdoDispOutputWindow.UseVisualStyleBackColor = True ' 'rdoBottom ' - resources.ApplyResources(Me.rdoBottom, "rdoBottom") + Me.rdoBottom.AutoSize = True + Me.rdoBottom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBottom.Location = New System.Drawing.Point(325, 301) Me.rdoBottom.Name = "rdoBottom" + Me.rdoBottom.Size = New System.Drawing.Size(58, 17) + Me.rdoBottom.TabIndex = 16 Me.rdoBottom.TabStop = True + Me.rdoBottom.Text = "Bottom" Me.rdoBottom.UseVisualStyleBackColor = True ' 'rdoTop ' - resources.ApplyResources(Me.rdoTop, "rdoTop") + Me.rdoTop.AutoSize = True + Me.rdoTop.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTop.Location = New System.Drawing.Point(325, 278) Me.rdoTop.Name = "rdoTop" + Me.rdoTop.Size = New System.Drawing.Size(44, 17) + Me.rdoTop.TabIndex = 15 Me.rdoTop.TabStop = True + Me.rdoTop.Text = "Top" Me.rdoTop.UseVisualStyleBackColor = True ' 'lblDisplayFrom ' - resources.ApplyResources(Me.lblDisplayFrom, "lblDisplayFrom") + Me.lblDisplayFrom.AutoSize = True + Me.lblDisplayFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDisplayFrom.Location = New System.Drawing.Point(248, 279) Me.lblDisplayFrom.Name = "lblDisplayFrom" + Me.lblDisplayFrom.Size = New System.Drawing.Size(70, 13) + Me.lblDisplayFrom.TabIndex = 14 Me.lblDisplayFrom.Tag = "" + Me.lblDisplayFrom.Text = "Display From:" ' 'lblNumberofRows ' - resources.ApplyResources(Me.lblNumberofRows, "lblNumberofRows") + Me.lblNumberofRows.AutoSize = True + Me.lblNumberofRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNumberofRows.Location = New System.Drawing.Point(248, 258) Me.lblNumberofRows.Name = "lblNumberofRows" + Me.lblNumberofRows.Size = New System.Drawing.Size(89, 13) + Me.lblNumberofRows.TabIndex = 10 Me.lblNumberofRows.Tag = "Number_of_rows" + Me.lblNumberofRows.Text = "Number of Rows:" ' 'rdoHTMLOutputWindow ' - resources.ApplyResources(Me.rdoHTMLOutputWindow, "rdoHTMLOutputWindow") + Me.rdoHTMLOutputWindow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHTMLOutputWindow.Location = New System.Drawing.Point(10, 284) Me.rdoHTMLOutputWindow.Name = "rdoHTMLOutputWindow" + Me.rdoHTMLOutputWindow.Size = New System.Drawing.Size(210, 17) + Me.rdoHTMLOutputWindow.TabIndex = 8 Me.rdoHTMLOutputWindow.TabStop = True + Me.rdoHTMLOutputWindow.Text = "Display HTML in Output Window" Me.rdoHTMLOutputWindow.UseVisualStyleBackColor = True ' 'rdoViewAll ' - resources.ApplyResources(Me.rdoViewAll, "rdoViewAll") + Me.rdoViewAll.Appearance = System.Windows.Forms.Appearance.Button Me.rdoViewAll.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoViewAll.FlatAppearance.BorderSize = 2 Me.rdoViewAll.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoViewAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoViewAll.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViewAll.Location = New System.Drawing.Point(67, 6) Me.rdoViewAll.Name = "rdoViewAll" + Me.rdoViewAll.Size = New System.Drawing.Size(140, 34) + Me.rdoViewAll.TabIndex = 1 + Me.rdoViewAll.Text = "All Columns" + Me.rdoViewAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoViewAll.UseVisualStyleBackColor = True ' 'rdoViewSelectedColumnsRows ' - resources.ApplyResources(Me.rdoViewSelectedColumnsRows, "rdoViewSelectedColumnsRows") + Me.rdoViewSelectedColumnsRows.Appearance = System.Windows.Forms.Appearance.Button Me.rdoViewSelectedColumnsRows.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoViewSelectedColumnsRows.FlatAppearance.BorderSize = 2 Me.rdoViewSelectedColumnsRows.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoViewSelectedColumnsRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoViewSelectedColumnsRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViewSelectedColumnsRows.Location = New System.Drawing.Point(207, 6) Me.rdoViewSelectedColumnsRows.Name = "rdoViewSelectedColumnsRows" + Me.rdoViewSelectedColumnsRows.Size = New System.Drawing.Size(143, 34) + Me.rdoViewSelectedColumnsRows.TabIndex = 2 + Me.rdoViewSelectedColumnsRows.Text = "Choose Columns" + Me.rdoViewSelectedColumnsRows.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoViewSelectedColumnsRows.UseVisualStyleBackColor = True ' 'ucrPnlViewData ' - resources.ApplyResources(Me.ucrPnlViewData, "ucrPnlViewData") + Me.ucrPnlViewData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlViewData.Location = New System.Drawing.Point(56, 5) Me.ucrPnlViewData.Name = "ucrPnlViewData" + Me.ucrPnlViewData.Size = New System.Drawing.Size(298, 35) + Me.ucrPnlViewData.TabIndex = 0 ' 'ucrReceiverSortCol ' + Me.ucrReceiverSortCol.AutoSize = True Me.ucrReceiverSortCol.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSortCol, "ucrReceiverSortCol") + Me.ucrReceiverSortCol.Location = New System.Drawing.Point(274, 256) + Me.ucrReceiverSortCol.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSortCol.Name = "ucrReceiverSortCol" Me.ucrReceiverSortCol.Selector = Nothing + Me.ucrReceiverSortCol.Size = New System.Drawing.Size(119, 20) Me.ucrReceiverSortCol.strNcFilePath = "" + Me.ucrReceiverSortCol.TabIndex = 12 Me.ucrReceiverSortCol.ucrSelector = Nothing ' 'ucrChkSortColumn ' + Me.ucrChkSortColumn.AutoSize = True Me.ucrChkSortColumn.Checked = False - resources.ApplyResources(Me.ucrChkSortColumn, "ucrChkSortColumn") + Me.ucrChkSortColumn.Location = New System.Drawing.Point(248, 235) Me.ucrChkSortColumn.Name = "ucrChkSortColumn" + Me.ucrChkSortColumn.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSortColumn.TabIndex = 9 ' 'ucrNudNumberRows ' + Me.ucrNudNumberRows.AutoSize = True Me.ucrNudNumberRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberRows, "ucrNudNumberRows") + Me.ucrNudNumberRows.Location = New System.Drawing.Point(343, 256) Me.ucrNudNumberRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberRows.Name = "ucrNudNumberRows" + Me.ucrNudNumberRows.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberRows.TabIndex = 13 Me.ucrNudNumberRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlDisplayFrom ' - resources.ApplyResources(Me.ucrPnlDisplayFrom, "ucrPnlDisplayFrom") + Me.ucrPnlDisplayFrom.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDisplayFrom.Location = New System.Drawing.Point(325, 278) Me.ucrPnlDisplayFrom.Name = "ucrPnlDisplayFrom" + Me.ucrPnlDisplayFrom.Size = New System.Drawing.Size(66, 40) + Me.ucrPnlDisplayFrom.TabIndex = 14 ' 'ucrChkSpecifyRows ' + Me.ucrChkSpecifyRows.AutoSize = True Me.ucrChkSpecifyRows.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyRows, "ucrChkSpecifyRows") + Me.ucrChkSpecifyRows.Location = New System.Drawing.Point(248, 235) Me.ucrChkSpecifyRows.Name = "ucrChkSpecifyRows" + Me.ucrChkSpecifyRows.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSpecifyRows.TabIndex = 5 ' 'ucrPnlDisplayWindow ' - resources.ApplyResources(Me.ucrPnlDisplayWindow, "ucrPnlDisplayWindow") + Me.ucrPnlDisplayWindow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDisplayWindow.Location = New System.Drawing.Point(10, 235) Me.ucrPnlDisplayWindow.Name = "ucrPnlDisplayWindow" + Me.ucrPnlDisplayWindow.Size = New System.Drawing.Size(221, 83) + Me.ucrPnlDisplayWindow.TabIndex = 7 ' 'ucrReceiverView ' + Me.ucrReceiverView.AutoSize = True Me.ucrReceiverView.frmParent = Me - resources.ApplyResources(Me.ucrReceiverView, "ucrReceiverView") + Me.ucrReceiverView.Location = New System.Drawing.Point(248, 95) + Me.ucrReceiverView.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverView.Name = "ucrReceiverView" Me.ucrReceiverView.Selector = Nothing + Me.ucrReceiverView.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverView.strNcFilePath = "" + Me.ucrReceiverView.TabIndex = 5 Me.ucrReceiverView.ucrSelector = Nothing ' 'ucrSelectorForView ' + Me.ucrSelectorForView.AutoSize = True Me.ucrSelectorForView.bDropUnusedFilterLevels = False Me.ucrSelectorForView.bShowHiddenColumns = False Me.ucrSelectorForView.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForView, "ucrSelectorForView") + Me.ucrSelectorForView.Location = New System.Drawing.Point(10, 45) + Me.ucrSelectorForView.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForView.Name = "ucrSelectorForView" + Me.ucrSelectorForView.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForView.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 324) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'dlgView ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 386) Me.Controls.Add(Me.rdoViewAll) Me.Controls.Add(Me.rdoViewSelectedColumnsRows) Me.Controls.Add(Me.ucrPnlViewData) @@ -228,7 +314,9 @@ Partial Class dlgView Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgView" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "View Data" + Me.Text = "View Data" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgView.resx b/instat/dlgView.resx index 957bdb6e16e..29dcb1b3a35 100644 --- a/instat/dlgView.resx +++ b/instat/dlgView.resx @@ -117,556 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 248, 80 - - - 97, 13 - - - 4 - - - Variable(s) to View: - - - lblSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 10, 238 - - - 210, 17 - - - 6 - - - Display in Separate Window - - - rdoDispSepOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - NoControl - - - 10, 261 - - - 210, 17 - - - 7 - - - Display in Output Window - - - rdoDispOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 325, 301 - - - 58, 17 - - - 16 - - - Bottom - - - rdoBottom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 325, 278 - - - 44, 17 - - - 15 - - - Top - - - rdoTop - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 248, 279 - - - 70, 13 - - - 14 - - - Display From: - - - lblDisplayFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 248, 258 - - - 89, 13 - - - 10 - - - Number of Rows: - - - lblNumberofRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - NoControl - - - 10, 284 - - - 210, 17 - - - 8 - - - Display HTML in Output Window - - - rdoHTMLOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 67, 6 - - - 140, 34 - - - 1 - - - All Columns - - - MiddleCenter - - - rdoViewAll - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - Flat - - - NoControl - - - 207, 6 - - - 143, 34 - - - 2 - - - Choose Columns - - - MiddleCenter - - - rdoViewSelectedColumnsRows - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 56, 5 - - - 298, 35 - - - 0 - - - ucrPnlViewData - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 416, 386 - - - 248, 235 - - - 100, 20 - - - 9 - - - ucrChkSortColumn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 343, 256 - - - 50, 20 - - - 13 - - - ucrNudNumberRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 325, 278 - - - 66, 40 - - - 14 - - - ucrPnlDisplayFrom - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 248, 235 - - - 100, 20 - - - 5 - - - ucrChkSpecifyRows - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 235 - - - 221, 83 - - - 7 - - - ucrPnlDisplayWindow - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 248, 95 - - - 0, 0, 0, 0 - - - 120, 100 - - - 5 - - - ucrReceiverView - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 10, 45 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorForView - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - True - - - 10, 324 - - - 405, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - CenterScreen - - - View Data - - - dlgView - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 274, 256 - - - 0, 0, 0, 0 - - - 119, 20 - - - 12 - - - ucrReceiverSortCol - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgViewAndRemoveKeys.Designer.vb b/instat/dlgViewAndRemoveKeys.Designer.vb index 2401df261d1..182d64d9905 100644 --- a/instat/dlgViewAndRemoveKeys.Designer.vb +++ b/instat/dlgViewAndRemoveKeys.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgViewAndRemoveKeys 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgViewAndRemoveKeys)) Me.lblSelectedKey = New System.Windows.Forms.Label() Me.ucrReceiverSelectedKey = New instat.ucrReceiverSingle() Me.ucrSelectorKeys = New instat.ucrSelectorByDataFrameAddRemove() @@ -50,54 +49,83 @@ Partial Class dlgViewAndRemoveKeys ' 'lblSelectedKey ' - resources.ApplyResources(Me.lblSelectedKey, "lblSelectedKey") + Me.lblSelectedKey.AutoSize = True + Me.lblSelectedKey.Location = New System.Drawing.Point(266, 45) Me.lblSelectedKey.Name = "lblSelectedKey" + Me.lblSelectedKey.Size = New System.Drawing.Size(73, 13) + Me.lblSelectedKey.TabIndex = 1 + Me.lblSelectedKey.Text = "Selected Key:" ' 'ucrReceiverSelectedKey ' + Me.ucrReceiverSelectedKey.AutoSize = True Me.ucrReceiverSelectedKey.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedKey, "ucrReceiverSelectedKey") + Me.ucrReceiverSelectedKey.Location = New System.Drawing.Point(266, 60) + Me.ucrReceiverSelectedKey.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedKey.Name = "ucrReceiverSelectedKey" Me.ucrReceiverSelectedKey.Selector = Nothing + Me.ucrReceiverSelectedKey.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSelectedKey.strNcFilePath = "" + Me.ucrReceiverSelectedKey.TabIndex = 2 Me.ucrReceiverSelectedKey.ucrSelector = Nothing ' 'ucrSelectorKeys ' + Me.ucrSelectorKeys.AutoSize = True Me.ucrSelectorKeys.bDropUnusedFilterLevels = False Me.ucrSelectorKeys.bShowHiddenColumns = False Me.ucrSelectorKeys.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorKeys, "ucrSelectorKeys") + Me.ucrSelectorKeys.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorKeys.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorKeys.Name = "ucrSelectorKeys" + Me.ucrSelectorKeys.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorKeys.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 203) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'rdoDeleteKey ' - resources.ApplyResources(Me.rdoDeleteKey, "rdoDeleteKey") + Me.rdoDeleteKey.AutoSize = True + Me.rdoDeleteKey.Location = New System.Drawing.Point(266, 125) Me.rdoDeleteKey.Name = "rdoDeleteKey" + Me.rdoDeleteKey.Size = New System.Drawing.Size(77, 17) + Me.rdoDeleteKey.TabIndex = 9 Me.rdoDeleteKey.TabStop = True + Me.rdoDeleteKey.Text = "Delete Key" Me.rdoDeleteKey.UseVisualStyleBackColor = True ' 'rdoViewKey ' - resources.ApplyResources(Me.rdoViewKey, "rdoViewKey") + Me.rdoViewKey.AutoSize = True + Me.rdoViewKey.Location = New System.Drawing.Point(266, 102) Me.rdoViewKey.Name = "rdoViewKey" + Me.rdoViewKey.Size = New System.Drawing.Size(69, 17) + Me.rdoViewKey.TabIndex = 8 Me.rdoViewKey.TabStop = True + Me.rdoViewKey.Text = "View Key" Me.rdoViewKey.UseVisualStyleBackColor = True ' 'ucrPnlKeys ' - resources.ApplyResources(Me.ucrPnlKeys, "ucrPnlKeys") + Me.ucrPnlKeys.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlKeys.Location = New System.Drawing.Point(266, 94) Me.ucrPnlKeys.Name = "ucrPnlKeys" + Me.ucrPnlKeys.Size = New System.Drawing.Size(130, 62) + Me.ucrPnlKeys.TabIndex = 7 ' 'dlgViewAndRemoveKeys ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(424, 260) Me.Controls.Add(Me.rdoDeleteKey) Me.Controls.Add(Me.rdoViewKey) Me.Controls.Add(Me.ucrPnlKeys) @@ -109,6 +137,8 @@ Partial Class dlgViewAndRemoveKeys Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgViewAndRemoveKeys" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "View and Remove Keys" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgViewAndRemoveKeys.resx b/instat/dlgViewAndRemoveKeys.resx index 11b50276d0d..29dcb1b3a35 100644 --- a/instat/dlgViewAndRemoveKeys.resx +++ b/instat/dlgViewAndRemoveKeys.resx @@ -117,205 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 266, 45 - - - 73, 13 - - - 1 - - - Selected Key: - - - lblSelectedKey - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 424, 260 - - - True - - - 266, 125 - - - 77, 17 - - - 9 - - - Delete Key - - - rdoDeleteKey - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 266, 102 - - - 69, 17 - - - 8 - - - View Key - - - rdoViewKey - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 266, 94 - - - 130, 62 - - - 7 - - - ucrPnlKeys - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorKeys - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 10, 203 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - View and Remove Keys - - - dlgViewAndRemoveKeys - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverSelectedKey - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgViewAndRemoveLinks.Designer.vb b/instat/dlgViewAndRemoveLinks.Designer.vb index a6e0d7aaada..00a703e0ac3 100644 --- a/instat/dlgViewAndRemoveLinks.Designer.vb +++ b/instat/dlgViewAndRemoveLinks.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgViewAndRemoveLinks 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgViewAndRemoveLinks)) Me.lblLinks = New System.Windows.Forms.Label() Me.lblSelectedLink = New System.Windows.Forms.Label() Me.rdoViewLink = New System.Windows.Forms.RadioButton() @@ -51,57 +50,94 @@ Partial Class dlgViewAndRemoveLinks ' 'lblLinks ' - resources.ApplyResources(Me.lblLinks, "lblLinks") + Me.lblLinks.AutoSize = True + Me.lblLinks.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinks.Location = New System.Drawing.Point(12, 15) Me.lblLinks.Name = "lblLinks" + Me.lblLinks.Size = New System.Drawing.Size(35, 13) + Me.lblLinks.TabIndex = 0 + Me.lblLinks.Text = "Links:" ' 'lblSelectedLink ' - resources.ApplyResources(Me.lblSelectedLink, "lblSelectedLink") + Me.lblSelectedLink.AutoSize = True + Me.lblSelectedLink.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedLink.Location = New System.Drawing.Point(254, 28) Me.lblSelectedLink.Name = "lblSelectedLink" + Me.lblSelectedLink.Size = New System.Drawing.Size(75, 13) + Me.lblSelectedLink.TabIndex = 2 + Me.lblSelectedLink.Text = "Selected Link:" ' 'rdoViewLink ' - resources.ApplyResources(Me.rdoViewLink, "rdoViewLink") + Me.rdoViewLink.AutoSize = True + Me.rdoViewLink.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViewLink.Location = New System.Drawing.Point(252, 74) Me.rdoViewLink.Name = "rdoViewLink" + Me.rdoViewLink.Size = New System.Drawing.Size(71, 17) + Me.rdoViewLink.TabIndex = 5 Me.rdoViewLink.TabStop = True + Me.rdoViewLink.Text = "View Link" Me.rdoViewLink.UseVisualStyleBackColor = True ' 'rdoDeleteLink ' - resources.ApplyResources(Me.rdoDeleteLink, "rdoDeleteLink") + Me.rdoDeleteLink.AutoSize = True + Me.rdoDeleteLink.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDeleteLink.Location = New System.Drawing.Point(252, 97) Me.rdoDeleteLink.Name = "rdoDeleteLink" + Me.rdoDeleteLink.Size = New System.Drawing.Size(79, 17) + Me.rdoDeleteLink.TabIndex = 6 Me.rdoDeleteLink.TabStop = True + Me.rdoDeleteLink.Text = "Delete Link" Me.rdoDeleteLink.UseVisualStyleBackColor = True ' 'ucrReceiverViewLinks ' + Me.ucrReceiverViewLinks.AutoSize = True Me.ucrReceiverViewLinks.frmParent = Me - resources.ApplyResources(Me.ucrReceiverViewLinks, "ucrReceiverViewLinks") + Me.ucrReceiverViewLinks.Location = New System.Drawing.Point(252, 43) + Me.ucrReceiverViewLinks.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverViewLinks.Name = "ucrReceiverViewLinks" Me.ucrReceiverViewLinks.Selector = Nothing + Me.ucrReceiverViewLinks.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverViewLinks.strNcFilePath = "" + Me.ucrReceiverViewLinks.TabIndex = 3 Me.ucrReceiverViewLinks.ucrSelector = Nothing ' 'ucrPnlLinks ' - resources.ApplyResources(Me.ucrPnlLinks, "ucrPnlLinks") + Me.ucrPnlLinks.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLinks.Location = New System.Drawing.Point(242, 66) Me.ucrPnlLinks.Name = "ucrPnlLinks" + Me.ucrPnlLinks.Size = New System.Drawing.Size(130, 62) + Me.ucrPnlLinks.TabIndex = 4 ' 'ucrSelectorLinks ' + Me.ucrSelectorLinks.AutoSize = True Me.ucrSelectorLinks.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorLinks, "ucrSelectorLinks") + Me.ucrSelectorLinks.Location = New System.Drawing.Point(10, 30) + Me.ucrSelectorLinks.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorLinks.Name = "ucrSelectorLinks" + Me.ucrSelectorLinks.Size = New System.Drawing.Size(136, 117) + Me.ucrSelectorLinks.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(15, 203) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'dlgViewAndRemoveLinks ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(440, 261) Me.Controls.Add(Me.ucrReceiverViewLinks) Me.Controls.Add(Me.rdoDeleteLink) Me.Controls.Add(Me.rdoViewLink) @@ -114,6 +150,8 @@ Partial Class dlgViewAndRemoveLinks Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgViewAndRemoveLinks" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "View and Remove Links" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgViewAndRemoveLinks.resx b/instat/dlgViewAndRemoveLinks.resx index 4177a2792ff..29dcb1b3a35 100644 --- a/instat/dlgViewAndRemoveLinks.resx +++ b/instat/dlgViewAndRemoveLinks.resx @@ -117,244 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 12, 15 - - - 35, 13 - - - 0 - - - Links: - - - lblLinks - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 254, 28 - - - 75, 13 - - - 2 - - - Selected Link: - - - lblSelectedLink - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 252, 74 - - - 71, 17 - - - 5 - - - View Link - - - rdoViewLink - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 252, 97 - - - 79, 17 - - - 6 - - - Delete Link - - - rdoDeleteLink - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 440, 261 - - - 242, 66 - - - 130, 62 - - - 4 - - - ucrPnlLinks - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 30 - - - 0, 0, 0, 0 - - - 136, 117 - - - 1 - - - ucrSelectorLinks - - - instat.ucrSelector, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 15, 203 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - View and Remove Links - - - dlgViewAndRemoveLinks - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 43 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverViewLinks - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgViewGraph.Designer.vb b/instat/dlgViewGraph.Designer.vb index 12746bf850b..827f8ca5605 100644 --- a/instat/dlgViewGraph.Designer.vb +++ b/instat/dlgViewGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgViewGraph 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgViewGraph)) Me.grpDisplayOptions = New System.Windows.Forms.GroupBox() Me.rdoDisplayInteractiveView = New System.Windows.Forms.RadioButton() Me.rdoDisplaySeparateWindow = New System.Windows.Forms.RadioButton() @@ -59,74 +58,114 @@ Partial Class dlgViewGraph Me.grpDisplayOptions.Controls.Add(Me.rdoDisplayRViewer) Me.grpDisplayOptions.Controls.Add(Me.rdoDisplayOutputWindow) Me.grpDisplayOptions.Controls.Add(Me.ucrPnlDisplayOptions) - resources.ApplyResources(Me.grpDisplayOptions, "grpDisplayOptions") + Me.grpDisplayOptions.Location = New System.Drawing.Point(246, 90) Me.grpDisplayOptions.Name = "grpDisplayOptions" + Me.grpDisplayOptions.Size = New System.Drawing.Size(217, 124) + Me.grpDisplayOptions.TabIndex = 3 Me.grpDisplayOptions.TabStop = False + Me.grpDisplayOptions.Text = "Display Options" ' 'rdoDisplayInteractiveView ' - resources.ApplyResources(Me.rdoDisplayInteractiveView, "rdoDisplayInteractiveView") + Me.rdoDisplayInteractiveView.AutoSize = True + Me.rdoDisplayInteractiveView.Location = New System.Drawing.Point(9, 22) Me.rdoDisplayInteractiveView.Name = "rdoDisplayInteractiveView" + Me.rdoDisplayInteractiveView.Size = New System.Drawing.Size(158, 17) + Me.rdoDisplayInteractiveView.TabIndex = 1 Me.rdoDisplayInteractiveView.TabStop = True + Me.rdoDisplayInteractiveView.Text = "Display in Interactive Viewer" Me.rdoDisplayInteractiveView.UseVisualStyleBackColor = True ' 'rdoDisplaySeparateWindow ' - resources.ApplyResources(Me.rdoDisplaySeparateWindow, "rdoDisplaySeparateWindow") + Me.rdoDisplaySeparateWindow.AutoSize = True + Me.rdoDisplaySeparateWindow.Location = New System.Drawing.Point(9, 91) Me.rdoDisplaySeparateWindow.Name = "rdoDisplaySeparateWindow" + Me.rdoDisplaySeparateWindow.Size = New System.Drawing.Size(158, 17) + Me.rdoDisplaySeparateWindow.TabIndex = 4 Me.rdoDisplaySeparateWindow.TabStop = True + Me.rdoDisplaySeparateWindow.Text = "Display in Separate Window" Me.rdoDisplaySeparateWindow.UseVisualStyleBackColor = True ' 'rdoDisplayRViewer ' - resources.ApplyResources(Me.rdoDisplayRViewer, "rdoDisplayRViewer") + Me.rdoDisplayRViewer.AutoSize = True + Me.rdoDisplayRViewer.Location = New System.Drawing.Point(9, 45) Me.rdoDisplayRViewer.Name = "rdoDisplayRViewer" + Me.rdoDisplayRViewer.Size = New System.Drawing.Size(116, 17) + Me.rdoDisplayRViewer.TabIndex = 2 Me.rdoDisplayRViewer.TabStop = True + Me.rdoDisplayRViewer.Text = "Display in R-Viewer" Me.rdoDisplayRViewer.UseVisualStyleBackColor = True ' 'rdoDisplayOutputWindow ' - resources.ApplyResources(Me.rdoDisplayOutputWindow, "rdoDisplayOutputWindow") + Me.rdoDisplayOutputWindow.AutoSize = True + Me.rdoDisplayOutputWindow.Location = New System.Drawing.Point(9, 68) Me.rdoDisplayOutputWindow.Name = "rdoDisplayOutputWindow" + Me.rdoDisplayOutputWindow.Size = New System.Drawing.Size(147, 17) + Me.rdoDisplayOutputWindow.TabIndex = 3 Me.rdoDisplayOutputWindow.TabStop = True + Me.rdoDisplayOutputWindow.Text = "Display in Output Window" Me.rdoDisplayOutputWindow.UseVisualStyleBackColor = True ' 'ucrPnlDisplayOptions ' - resources.ApplyResources(Me.ucrPnlDisplayOptions, "ucrPnlDisplayOptions") + Me.ucrPnlDisplayOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDisplayOptions.Location = New System.Drawing.Point(6, 19) Me.ucrPnlDisplayOptions.Name = "ucrPnlDisplayOptions" + Me.ucrPnlDisplayOptions.Size = New System.Drawing.Size(203, 99) + Me.ucrPnlDisplayOptions.TabIndex = 0 ' 'lblGraphtoUse ' - resources.ApplyResources(Me.lblGraphtoUse, "lblGraphtoUse") + Me.lblGraphtoUse.AutoSize = True + Me.lblGraphtoUse.Location = New System.Drawing.Point(250, 45) Me.lblGraphtoUse.Name = "lblGraphtoUse" + Me.lblGraphtoUse.Size = New System.Drawing.Size(77, 13) + Me.lblGraphtoUse.TabIndex = 1 + Me.lblGraphtoUse.Text = "Graph to View:" ' 'ucrGraphReceiver ' + Me.ucrGraphReceiver.AutoSize = True Me.ucrGraphReceiver.frmParent = Me - resources.ApplyResources(Me.ucrGraphReceiver, "ucrGraphReceiver") + Me.ucrGraphReceiver.Location = New System.Drawing.Point(250, 60) + Me.ucrGraphReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphReceiver.Name = "ucrGraphReceiver" Me.ucrGraphReceiver.Selector = Nothing + Me.ucrGraphReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrGraphReceiver.strNcFilePath = "" + Me.ucrGraphReceiver.TabIndex = 2 Me.ucrGraphReceiver.ucrSelector = Nothing ' 'ucrGraphsSelector ' + Me.ucrGraphsSelector.AutoSize = True Me.ucrGraphsSelector.bDropUnusedFilterLevels = False Me.ucrGraphsSelector.bShowHiddenColumns = False Me.ucrGraphsSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrGraphsSelector, "ucrGraphsSelector") + Me.ucrGraphsSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrGraphsSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphsSelector.Name = "ucrGraphsSelector" + Me.ucrGraphsSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrGraphsSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 220) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'dlgViewGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(471, 276) Me.Controls.Add(Me.ucrGraphReceiver) Me.Controls.Add(Me.lblGraphtoUse) Me.Controls.Add(Me.grpDisplayOptions) @@ -136,6 +175,8 @@ Partial Class dlgViewGraph Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgViewGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "View Graph" Me.grpDisplayOptions.ResumeLayout(False) Me.grpDisplayOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgViewGraph.resx b/instat/dlgViewGraph.resx index bf9a422ba50..29dcb1b3a35 100644 --- a/instat/dlgViewGraph.resx +++ b/instat/dlgViewGraph.resx @@ -117,283 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 9, 22 - - - 158, 17 - - - 1 - - - Display in Interactive Viewer - - - rdoDisplayInteractiveView - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplayOptions - - - 0 - - - True - - - 9, 91 - - - 158, 17 - - - 4 - - - Display in Separate Window - - - rdoDisplaySeparateWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplayOptions - - - 1 - - - True - - - 9, 45 - - - 116, 17 - - - 2 - - - Display in R-Viewer - - - rdoDisplayRViewer - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplayOptions - - - 2 - - - True - - - 9, 68 - - - 147, 17 - - - 3 - - - Display in Output Window - - - rdoDisplayOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplayOptions - - - 3 - - - 6, 19 - - - 203, 99 - - - 0 - - - ucrPnlDisplayOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplayOptions - - - 4 - - - 246, 90 - - - 217, 124 - - - 3 - - - Display Options - - - grpDisplayOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 250, 45 - - - 77, 13 - - - 1 - - - Graph to View: - - - lblGraphtoUse - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 471, 276 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrGraphsSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 10, 220 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - View Graph - - - dlgViewGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrGraphReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgViewLabelsAndLevels.Designer.vb b/instat/dlgViewLabelsAndLevels.Designer.vb index 6bf6bdb4378..7a8a629191b 100644 --- a/instat/dlgViewLabelsAndLevels.Designer.vb +++ b/instat/dlgViewLabelsAndLevels.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgViewFactorLabels 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgViewFactorLabels)) Me.lblFactorColumns = New System.Windows.Forms.Label() Me.grpSummaryStatistics = New System.Windows.Forms.GroupBox() Me.ucrChkShowPercentage = New instat.ucrCheck() @@ -62,116 +61,171 @@ Partial Class dlgViewFactorLabels ' 'lblFactorColumns ' - resources.ApplyResources(Me.lblFactorColumns, "lblFactorColumns") + Me.lblFactorColumns.AutoSize = True + Me.lblFactorColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorColumns.Location = New System.Drawing.Point(303, 45) Me.lblFactorColumns.Name = "lblFactorColumns" + Me.lblFactorColumns.Size = New System.Drawing.Size(97, 13) + Me.lblFactorColumns.TabIndex = 1 + Me.lblFactorColumns.Text = "Variable(s) to View:" ' 'grpSummaryStatistics ' Me.grpSummaryStatistics.Controls.Add(Me.ucrChkShowPercentage) Me.grpSummaryStatistics.Controls.Add(Me.ucrChkShowFrequencies) Me.grpSummaryStatistics.Controls.Add(Me.ucrChkShowMissingValues) - resources.ApplyResources(Me.grpSummaryStatistics, "grpSummaryStatistics") + Me.grpSummaryStatistics.Location = New System.Drawing.Point(202, 199) Me.grpSummaryStatistics.Name = "grpSummaryStatistics" + Me.grpSummaryStatistics.Size = New System.Drawing.Size(166, 90) + Me.grpSummaryStatistics.TabIndex = 4 Me.grpSummaryStatistics.TabStop = False + Me.grpSummaryStatistics.Text = "Summary Statistics" ' 'ucrChkShowPercentage ' + Me.ucrChkShowPercentage.AutoSize = True Me.ucrChkShowPercentage.Checked = False - resources.ApplyResources(Me.ucrChkShowPercentage, "ucrChkShowPercentage") + Me.ucrChkShowPercentage.Location = New System.Drawing.Point(7, 41) Me.ucrChkShowPercentage.Name = "ucrChkShowPercentage" + Me.ucrChkShowPercentage.Size = New System.Drawing.Size(154, 23) + Me.ucrChkShowPercentage.TabIndex = 1 ' 'ucrChkShowFrequencies ' + Me.ucrChkShowFrequencies.AutoSize = True Me.ucrChkShowFrequencies.Checked = False - resources.ApplyResources(Me.ucrChkShowFrequencies, "ucrChkShowFrequencies") + Me.ucrChkShowFrequencies.Location = New System.Drawing.Point(7, 17) Me.ucrChkShowFrequencies.Name = "ucrChkShowFrequencies" + Me.ucrChkShowFrequencies.Size = New System.Drawing.Size(143, 23) + Me.ucrChkShowFrequencies.TabIndex = 0 ' 'ucrChkShowMissingValues ' + Me.ucrChkShowMissingValues.AutoSize = True Me.ucrChkShowMissingValues.Checked = False - resources.ApplyResources(Me.ucrChkShowMissingValues, "ucrChkShowMissingValues") + Me.ucrChkShowMissingValues.Location = New System.Drawing.Point(7, 65) Me.ucrChkShowMissingValues.Name = "ucrChkShowMissingValues" + Me.ucrChkShowMissingValues.Size = New System.Drawing.Size(143, 23) + Me.ucrChkShowMissingValues.TabIndex = 2 ' 'grpDisplayOptions ' Me.grpDisplayOptions.Controls.Add(Me.ucrChkSortByName) Me.grpDisplayOptions.Controls.Add(Me.ucrChkAlternateColour) Me.grpDisplayOptions.Controls.Add(Me.ucrChkShowId) - resources.ApplyResources(Me.grpDisplayOptions, "grpDisplayOptions") + Me.grpDisplayOptions.Location = New System.Drawing.Point(374, 199) Me.grpDisplayOptions.Name = "grpDisplayOptions" + Me.grpDisplayOptions.Size = New System.Drawing.Size(152, 90) + Me.grpDisplayOptions.TabIndex = 5 Me.grpDisplayOptions.TabStop = False + Me.grpDisplayOptions.Text = "Display Options" ' 'ucrChkSortByName ' + Me.ucrChkSortByName.AutoSize = True Me.ucrChkSortByName.Checked = False - resources.ApplyResources(Me.ucrChkSortByName, "ucrChkSortByName") + Me.ucrChkSortByName.Location = New System.Drawing.Point(4, 42) Me.ucrChkSortByName.Name = "ucrChkSortByName" + Me.ucrChkSortByName.Size = New System.Drawing.Size(133, 23) + Me.ucrChkSortByName.TabIndex = 1 ' 'ucrChkAlternateColour ' + Me.ucrChkAlternateColour.AutoSize = True Me.ucrChkAlternateColour.Checked = False - resources.ApplyResources(Me.ucrChkAlternateColour, "ucrChkAlternateColour") + Me.ucrChkAlternateColour.Location = New System.Drawing.Point(4, 66) Me.ucrChkAlternateColour.Name = "ucrChkAlternateColour" + Me.ucrChkAlternateColour.Size = New System.Drawing.Size(142, 23) + Me.ucrChkAlternateColour.TabIndex = 2 ' 'ucrChkShowId ' + Me.ucrChkShowId.AutoSize = True Me.ucrChkShowId.Checked = False - resources.ApplyResources(Me.ucrChkShowId, "ucrChkShowId") + Me.ucrChkShowId.Location = New System.Drawing.Point(4, 18) Me.ucrChkShowId.Name = "ucrChkShowId" + Me.ucrChkShowId.Size = New System.Drawing.Size(133, 23) + Me.ucrChkShowId.TabIndex = 0 ' 'grpLabels ' Me.grpLabels.Controls.Add(Me.ucrChkShowType) Me.grpLabels.Controls.Add(Me.ucrChkShowValues) Me.grpLabels.Controls.Add(Me.ucrChkShowLabels) - resources.ApplyResources(Me.grpLabels, "grpLabels") + Me.grpLabels.Location = New System.Drawing.Point(2, 199) Me.grpLabels.Name = "grpLabels" + Me.grpLabels.Size = New System.Drawing.Size(194, 90) + Me.grpLabels.TabIndex = 3 Me.grpLabels.TabStop = False + Me.grpLabels.Text = "Variable Options" ' 'ucrChkShowType ' + Me.ucrChkShowType.AutoSize = True Me.ucrChkShowType.Checked = False - resources.ApplyResources(Me.ucrChkShowType, "ucrChkShowType") + Me.ucrChkShowType.Location = New System.Drawing.Point(4, 66) Me.ucrChkShowType.Name = "ucrChkShowType" + Me.ucrChkShowType.Size = New System.Drawing.Size(174, 23) + Me.ucrChkShowType.TabIndex = 2 ' 'ucrChkShowValues ' + Me.ucrChkShowValues.AutoSize = True Me.ucrChkShowValues.Checked = False - resources.ApplyResources(Me.ucrChkShowValues, "ucrChkShowValues") + Me.ucrChkShowValues.Location = New System.Drawing.Point(4, 18) Me.ucrChkShowValues.Name = "ucrChkShowValues" + Me.ucrChkShowValues.Size = New System.Drawing.Size(174, 23) + Me.ucrChkShowValues.TabIndex = 0 ' 'ucrChkShowLabels ' + Me.ucrChkShowLabels.AutoSize = True Me.ucrChkShowLabels.Checked = False - resources.ApplyResources(Me.ucrChkShowLabels, "ucrChkShowLabels") + Me.ucrChkShowLabels.Location = New System.Drawing.Point(3, 42) Me.ucrChkShowLabels.Name = "ucrChkShowLabels" + Me.ucrChkShowLabels.Size = New System.Drawing.Size(190, 23) + Me.ucrChkShowLabels.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 295) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'ucrReceiverVariables ' + Me.ucrReceiverVariables.AutoSize = True Me.ucrReceiverVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverVariables, "ucrReceiverVariables") + Me.ucrReceiverVariables.Location = New System.Drawing.Point(300, 60) + Me.ucrReceiverVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverVariables.Name = "ucrReceiverVariables" Me.ucrReceiverVariables.Selector = Nothing + Me.ucrReceiverVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverVariables.strNcFilePath = "" + Me.ucrReceiverVariables.TabIndex = 2 Me.ucrReceiverVariables.ucrSelector = Nothing ' 'ucrSelectorViewLabelsAndLevels ' + Me.ucrSelectorViewLabelsAndLevels.AutoSize = True Me.ucrSelectorViewLabelsAndLevels.bDropUnusedFilterLevels = False Me.ucrSelectorViewLabelsAndLevels.bShowHiddenColumns = False Me.ucrSelectorViewLabelsAndLevels.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorViewLabelsAndLevels, "ucrSelectorViewLabelsAndLevels") + Me.ucrSelectorViewLabelsAndLevels.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorViewLabelsAndLevels.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorViewLabelsAndLevels.Name = "ucrSelectorViewLabelsAndLevels" + Me.ucrSelectorViewLabelsAndLevels.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorViewLabelsAndLevels.TabIndex = 0 ' 'dlgViewFactorLabels ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(528, 351) Me.Controls.Add(Me.grpLabels) Me.Controls.Add(Me.grpDisplayOptions) Me.Controls.Add(Me.grpSummaryStatistics) @@ -183,9 +237,14 @@ Partial Class dlgViewFactorLabels Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgViewFactorLabels" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "View Labels/Levels" Me.grpSummaryStatistics.ResumeLayout(False) + Me.grpSummaryStatistics.PerformLayout() Me.grpDisplayOptions.ResumeLayout(False) + Me.grpDisplayOptions.PerformLayout() Me.grpLabels.ResumeLayout(False) + Me.grpLabels.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgViewLabelsAndLevels.resx b/instat/dlgViewLabelsAndLevels.resx index 3b9e170bce2..29dcb1b3a35 100644 --- a/instat/dlgViewLabelsAndLevels.resx +++ b/instat/dlgViewLabelsAndLevels.resx @@ -117,394 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 303, 45 - - - 97, 13 - - - 1 - - - Variable(s) to View: - - - lblFactorColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 7, 41 - - - 154, 20 - - - 1 - - - ucrChkShowPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaryStatistics - - - 0 - - - 7, 17 - - - 143, 20 - - - 0 - - - ucrChkShowFrequencies - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaryStatistics - - - 1 - - - 7, 65 - - - 143, 20 - - - 2 - - - ucrChkShowMissingValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaryStatistics - - - 2 - - - 202, 199 - - - 166, 90 - - - 4 - - - Summary Statistics - - - grpSummaryStatistics - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 4, 42 - - - 133, 20 - - - 1 - - - ucrChkSortByName - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplayOptions - - - 0 - - - 4, 66 - - - 142, 20 - - - 2 - - - ucrChkAlternateColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplayOptions - - - 1 - - - 4, 18 - - - 133, 20 - - - 0 - - - ucrChkShowId - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplayOptions - - - 2 - - - 374, 199 - - - 152, 90 - - - 5 - - - Display Options - - - grpDisplayOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 4, 66 - - - 174, 20 - - - 2 - - - ucrChkShowType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLabels - - - 0 - - - 4, 18 - - - 174, 20 - - - 0 - - - ucrChkShowValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLabels - - - 1 - - - 3, 42 - - - 190, 20 - - - 1 - - - ucrChkShowLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLabels - - - 2 - - - 2, 199 - - - 194, 90 - - - 3 - - - Variable Options - - - grpLabels - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 10, 295 - - - 410, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 528, 351 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorViewLabelsAndLevels - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - View Labels/Levels - - - dlgViewFactorLabels - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 300, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgViewObjects.Designer.vb b/instat/dlgViewObjects.Designer.vb index 23364ea40e7..93cd343fd03 100644 --- a/instat/dlgViewObjects.Designer.vb +++ b/instat/dlgViewObjects.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgViewObjects 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgViewObjects)) Me.lblSelectedObject = New System.Windows.Forms.Label() Me.rdoStructure = New System.Windows.Forms.RadioButton() Me.rdoAllContents = New System.Windows.Forms.RadioButton() @@ -52,71 +51,110 @@ Partial Class dlgViewObjects ' 'lblSelectedObject ' - resources.ApplyResources(Me.lblSelectedObject, "lblSelectedObject") + Me.lblSelectedObject.AutoSize = True + Me.lblSelectedObject.Location = New System.Drawing.Point(250, 45) Me.lblSelectedObject.Name = "lblSelectedObject" + Me.lblSelectedObject.Size = New System.Drawing.Size(79, 13) + Me.lblSelectedObject.TabIndex = 1 + Me.lblSelectedObject.Text = "Object to View:" ' 'rdoStructure ' - resources.ApplyResources(Me.rdoStructure, "rdoStructure") + Me.rdoStructure.AutoSize = True + Me.rdoStructure.Location = New System.Drawing.Point(256, 116) Me.rdoStructure.Name = "rdoStructure" + Me.rdoStructure.Size = New System.Drawing.Size(68, 17) + Me.rdoStructure.TabIndex = 5 Me.rdoStructure.TabStop = True Me.rdoStructure.Tag = "Structure" + Me.rdoStructure.Text = "Structure" Me.rdoStructure.UseVisualStyleBackColor = True ' 'rdoAllContents ' - resources.ApplyResources(Me.rdoAllContents, "rdoAllContents") + Me.rdoAllContents.AutoSize = True + Me.rdoAllContents.Location = New System.Drawing.Point(256, 136) Me.rdoAllContents.Name = "rdoAllContents" + Me.rdoAllContents.Size = New System.Drawing.Size(81, 17) + Me.rdoAllContents.TabIndex = 6 Me.rdoAllContents.TabStop = True Me.rdoAllContents.Tag = "All_Contents" + Me.rdoAllContents.Text = "All Contents" Me.rdoAllContents.UseVisualStyleBackColor = True ' 'rdoComponent ' - resources.ApplyResources(Me.rdoComponent, "rdoComponent") + Me.rdoComponent.AutoSize = True + Me.rdoComponent.Location = New System.Drawing.Point(256, 158) Me.rdoComponent.Name = "rdoComponent" + Me.rdoComponent.Size = New System.Drawing.Size(79, 17) + Me.rdoComponent.TabIndex = 7 Me.rdoComponent.TabStop = True Me.rdoComponent.Tag = "Component" + Me.rdoComponent.Text = "Component" Me.rdoComponent.UseVisualStyleBackColor = True ' 'rdoPrint ' - resources.ApplyResources(Me.rdoPrint, "rdoPrint") + Me.rdoPrint.AutoSize = True + Me.rdoPrint.Location = New System.Drawing.Point(256, 94) Me.rdoPrint.Name = "rdoPrint" + Me.rdoPrint.Size = New System.Drawing.Size(46, 17) + Me.rdoPrint.TabIndex = 4 Me.rdoPrint.TabStop = True + Me.rdoPrint.Text = "Print" Me.rdoPrint.UseVisualStyleBackColor = True ' 'ucrReceiverSelectedObject ' + Me.ucrReceiverSelectedObject.AutoSize = True Me.ucrReceiverSelectedObject.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedObject, "ucrReceiverSelectedObject") + Me.ucrReceiverSelectedObject.Location = New System.Drawing.Point(250, 60) + Me.ucrReceiverSelectedObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedObject.Name = "ucrReceiverSelectedObject" Me.ucrReceiverSelectedObject.Selector = Nothing + Me.ucrReceiverSelectedObject.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSelectedObject.strNcFilePath = "" + Me.ucrReceiverSelectedObject.TabIndex = 2 Me.ucrReceiverSelectedObject.ucrSelector = Nothing ' 'ucrSelectorForViewObject ' + Me.ucrSelectorForViewObject.AutoSize = True Me.ucrSelectorForViewObject.bDropUnusedFilterLevels = False Me.ucrSelectorForViewObject.bShowHiddenColumns = False Me.ucrSelectorForViewObject.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForViewObject, "ucrSelectorForViewObject") + Me.ucrSelectorForViewObject.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForViewObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForViewObject.Name = "ucrSelectorForViewObject" + Me.ucrSelectorForViewObject.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForViewObject.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 206) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'ucrPnlContentsToView ' - resources.ApplyResources(Me.ucrPnlContentsToView, "ucrPnlContentsToView") + Me.ucrPnlContentsToView.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlContentsToView.Location = New System.Drawing.Point(250, 90) + Me.ucrPnlContentsToView.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlContentsToView.Name = "ucrPnlContentsToView" + Me.ucrPnlContentsToView.Size = New System.Drawing.Size(120, 100) + Me.ucrPnlContentsToView.TabIndex = 3 ' 'dlgViewObjects ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 262) Me.Controls.Add(Me.rdoPrint) Me.Controls.Add(Me.rdoComponent) Me.Controls.Add(Me.rdoAllContents) @@ -130,7 +168,9 @@ Partial Class dlgViewObjects Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgViewObjects" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "" + Me.Text = "View Object" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgViewObjects.resx b/instat/dlgViewObjects.resx index bbaa823d61f..29dcb1b3a35 100644 --- a/instat/dlgViewObjects.resx +++ b/instat/dlgViewObjects.resx @@ -117,265 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 250, 45 - - - 79, 13 - - - 1 - - - Object to View: - - - lblSelectedObject - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 256, 116 - - - 68, 17 - - - 5 - - - Structure - - - rdoStructure - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 256, 136 - - - 81, 17 - - - 6 - - - All Contents - - - rdoAllContents - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 256, 158 - - - 79, 17 - - - 7 - - - Component - - - rdoComponent - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 256, 94 - - - 46, 17 - - - 4 - - - Print - - - rdoPrint - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 416, 262 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForViewObject - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 10, 206 - - - 4, 5, 4, 5 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 250, 90 - - - 6, 8, 6, 8 - - - 120, 100 - - - 3 - - - ucrPnlContentsToView - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - View Object - - - dlgViewObjects - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverSelectedObject - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgVisualizeData.Designer.vb b/instat/dlgVisualizeData.Designer.vb index 0856d152c13..251e378681a 100644 --- a/instat/dlgVisualizeData.Designer.vb +++ b/instat/dlgVisualizeData.Designer.vb @@ -152,6 +152,7 @@ Partial Class dlgVisualizeData ' 'ucrNudAdjustSize ' + Me.ucrNudAdjustSize.AutoSize = True Me.ucrNudAdjustSize.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudAdjustSize.Increment = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAdjustSize.Location = New System.Drawing.Point(156, 325) @@ -164,14 +165,16 @@ Partial Class dlgVisualizeData ' 'ucrChkAdjustSize ' + Me.ucrChkAdjustSize.AutoSize = True Me.ucrChkAdjustSize.Checked = False Me.ucrChkAdjustSize.Location = New System.Drawing.Point(10, 325) Me.ucrChkAdjustSize.Name = "ucrChkAdjustSize" - Me.ucrChkAdjustSize.Size = New System.Drawing.Size(130, 20) + Me.ucrChkAdjustSize.Size = New System.Drawing.Size(130, 23) Me.ucrChkAdjustSize.TabIndex = 19 ' 'ucrNudSamplingFunction ' + Me.ucrNudSamplingFunction.AutoSize = True Me.ucrNudSamplingFunction.DecimalPlaces = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudSamplingFunction.Increment = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSamplingFunction.Location = New System.Drawing.Point(330, 242) @@ -184,6 +187,7 @@ Partial Class dlgVisualizeData ' 'ucrNudMaximumSize ' + Me.ucrNudMaximumSize.AutoSize = True Me.ucrNudMaximumSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaximumSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudMaximumSize.Location = New System.Drawing.Point(109, 293) @@ -196,15 +200,17 @@ Partial Class dlgVisualizeData ' 'ucrChkSortVariables ' + Me.ucrChkSortVariables.AutoSize = True Me.ucrChkSortVariables.Checked = False Me.ucrChkSortVariables.Location = New System.Drawing.Point(10, 242) Me.ucrChkSortVariables.Name = "ucrChkSortVariables" - Me.ucrChkSortVariables.Size = New System.Drawing.Size(145, 20) + Me.ucrChkSortVariables.Size = New System.Drawing.Size(145, 23) Me.ucrChkSortVariables.TabIndex = 11 ' 'ucrInputComboboxPalette ' Me.ucrInputComboboxPalette.AddQuotesIfUnrecognised = True + Me.ucrInputComboboxPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboboxPalette.GetSetSelectedIndex = -1 Me.ucrInputComboboxPalette.IsReadOnly = False Me.ucrInputComboboxPalette.Location = New System.Drawing.Point(55, 266) @@ -214,6 +220,7 @@ Partial Class dlgVisualizeData ' 'ucrReceiverVisualizeData ' + Me.ucrReceiverVisualizeData.AutoSize = True Me.ucrReceiverVisualizeData.frmParent = Me Me.ucrReceiverVisualizeData.Location = New System.Drawing.Point(260, 119) Me.ucrReceiverVisualizeData.Margin = New System.Windows.Forms.Padding(0) @@ -226,6 +233,7 @@ Partial Class dlgVisualizeData ' 'ucrPnlSelectData ' + Me.ucrPnlSelectData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlSelectData.Location = New System.Drawing.Point(258, 69) Me.ucrPnlSelectData.Name = "ucrPnlSelectData" Me.ucrPnlSelectData.Size = New System.Drawing.Size(142, 49) @@ -233,6 +241,7 @@ Partial Class dlgVisualizeData ' 'ucrPnlVisualizeData ' + Me.ucrPnlVisualizeData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlVisualizeData.Location = New System.Drawing.Point(44, 1) Me.ucrPnlVisualizeData.Name = "ucrPnlVisualizeData" Me.ucrPnlVisualizeData.Size = New System.Drawing.Size(324, 46) @@ -240,6 +249,7 @@ Partial Class dlgVisualizeData ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 353) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -248,27 +258,29 @@ Partial Class dlgVisualizeData ' 'ucrSelectorVisualizeData ' + Me.ucrSelectorVisualizeData.AutoSize = True Me.ucrSelectorVisualizeData.bDropUnusedFilterLevels = False Me.ucrSelectorVisualizeData.bShowHiddenColumns = False Me.ucrSelectorVisualizeData.bUseCurrentFilter = True Me.ucrSelectorVisualizeData.Location = New System.Drawing.Point(10, 50) Me.ucrSelectorVisualizeData.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVisualizeData.Name = "ucrSelectorVisualizeData" - Me.ucrSelectorVisualizeData.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorVisualizeData.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorVisualizeData.TabIndex = 4 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 385) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 18 ' 'dlgVisualizeData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 441) Me.Controls.Add(Me.ucrNudAdjustSize) diff --git a/instat/dlgWindPollutionRose.Designer.vb b/instat/dlgWindPollutionRose.Designer.vb index fe7047c779e..bc3589132ed 100644 --- a/instat/dlgWindPollutionRose.Designer.vb +++ b/instat/dlgWindPollutionRose.Designer.vb @@ -141,14 +141,16 @@ Partial Class dlgWindPollutionRose ' 'ucrChkCompareTwoSets ' + Me.ucrChkCompareTwoSets.AutoSize = True Me.ucrChkCompareTwoSets.Checked = False Me.ucrChkCompareTwoSets.Location = New System.Drawing.Point(257, 207) Me.ucrChkCompareTwoSets.Name = "ucrChkCompareTwoSets" - Me.ucrChkCompareTwoSets.Size = New System.Drawing.Size(155, 20) + Me.ucrChkCompareTwoSets.Size = New System.Drawing.Size(155, 23) Me.ucrChkCompareTwoSets.TabIndex = 9 ' 'ucrReceiverFacetOne ' + Me.ucrReceiverFacetOne.AutoSize = True Me.ucrReceiverFacetOne.frmParent = Me Me.ucrReceiverFacetOne.Location = New System.Drawing.Point(398, 47) Me.ucrReceiverFacetOne.Margin = New System.Windows.Forms.Padding(0) @@ -161,6 +163,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverFacetTwo ' + Me.ucrReceiverFacetTwo.AutoSize = True Me.ucrReceiverFacetTwo.frmParent = Me Me.ucrReceiverFacetTwo.Location = New System.Drawing.Point(398, 92) Me.ucrReceiverFacetTwo.Margin = New System.Windows.Forms.Padding(0) @@ -173,6 +176,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(257, 30) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -185,6 +189,7 @@ Partial Class dlgWindPollutionRose ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 315) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -194,6 +199,7 @@ Partial Class dlgWindPollutionRose 'ucrInputStatistic ' Me.ucrInputStatistic.AddQuotesIfUnrecognised = True + Me.ucrInputStatistic.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStatistic.GetSetSelectedIndex = -1 Me.ucrInputStatistic.IsReadOnly = False Me.ucrInputStatistic.Location = New System.Drawing.Point(71, 240) @@ -204,6 +210,7 @@ Partial Class dlgWindPollutionRose 'ucrInputColor ' Me.ucrInputColor.AddQuotesIfUnrecognised = True + Me.ucrInputColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColor.GetSetSelectedIndex = -1 Me.ucrInputColor.IsReadOnly = False Me.ucrInputColor.Location = New System.Drawing.Point(70, 211) @@ -213,14 +220,16 @@ Partial Class dlgWindPollutionRose ' 'ucrChkPaddle ' + Me.ucrChkPaddle.AutoSize = True Me.ucrChkPaddle.Checked = False Me.ucrChkPaddle.Location = New System.Drawing.Point(10, 282) Me.ucrChkPaddle.Name = "ucrChkPaddle" - Me.ucrChkPaddle.Size = New System.Drawing.Size(155, 20) + Me.ucrChkPaddle.Size = New System.Drawing.Size(155, 23) Me.ucrChkPaddle.TabIndex = 22 ' 'ucrReceiverPollutant ' + Me.ucrReceiverPollutant.AutoSize = True Me.ucrReceiverPollutant.frmParent = Me Me.ucrReceiverPollutant.Location = New System.Drawing.Point(257, 170) Me.ucrReceiverPollutant.Margin = New System.Windows.Forms.Padding(0) @@ -233,6 +242,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverWindSpeed ' + Me.ucrReceiverWindSpeed.AutoSize = True Me.ucrReceiverWindSpeed.frmParent = Me Me.ucrReceiverWindSpeed.Location = New System.Drawing.Point(257, 75) Me.ucrReceiverWindSpeed.Margin = New System.Windows.Forms.Padding(0) @@ -245,6 +255,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverWindDirection ' + Me.ucrReceiverWindDirection.AutoSize = True Me.ucrReceiverWindDirection.frmParent = Me Me.ucrReceiverWindDirection.Location = New System.Drawing.Point(257, 120) Me.ucrReceiverWindDirection.Margin = New System.Windows.Forms.Padding(0) @@ -257,6 +268,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverWindSpeed2 ' + Me.ucrReceiverWindSpeed2.AutoSize = True Me.ucrReceiverWindSpeed2.frmParent = Me Me.ucrReceiverWindSpeed2.Location = New System.Drawing.Point(257, 248) Me.ucrReceiverWindSpeed2.Margin = New System.Windows.Forms.Padding(0) @@ -269,6 +281,7 @@ Partial Class dlgWindPollutionRose ' 'ucrReceiverWindDirection2 ' + Me.ucrReceiverWindDirection2.AutoSize = True Me.ucrReceiverWindDirection2.frmParent = Me Me.ucrReceiverWindDirection2.Location = New System.Drawing.Point(257, 291) Me.ucrReceiverWindDirection2.Margin = New System.Windows.Forms.Padding(0) @@ -281,27 +294,29 @@ Partial Class dlgWindPollutionRose ' 'ucrSelectorWindPollutionRose ' + Me.ucrSelectorWindPollutionRose.AutoSize = True Me.ucrSelectorWindPollutionRose.bDropUnusedFilterLevels = False Me.ucrSelectorWindPollutionRose.bShowHiddenColumns = False Me.ucrSelectorWindPollutionRose.bUseCurrentFilter = True Me.ucrSelectorWindPollutionRose.Location = New System.Drawing.Point(10, 5) Me.ucrSelectorWindPollutionRose.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorWindPollutionRose.Name = "ucrSelectorWindPollutionRose" - Me.ucrSelectorWindPollutionRose.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorWindPollutionRose.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorWindPollutionRose.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(8, 351) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 24 ' 'dlgWindPollutionRose ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(526, 416) Me.Controls.Add(Me.ucrChkCompareTwoSets) diff --git a/instat/dlgWindrose.Designer.vb b/instat/dlgWindrose.Designer.vb index 18597b7ef6b..da3e9ca50fc 100644 --- a/instat/dlgWindrose.Designer.vb +++ b/instat/dlgWindrose.Designer.vb @@ -133,6 +133,7 @@ Partial Class dlgWindrose 'ucrInputCaption ' Me.ucrInputCaption.AddQuotesIfUnrecognised = True + Me.ucrInputCaption.AutoSize = True Me.ucrInputCaption.IsMultiline = False Me.ucrInputCaption.IsReadOnly = False Me.ucrInputCaption.Location = New System.Drawing.Point(155, 287) @@ -143,6 +144,7 @@ Partial Class dlgWindrose 'ucrInputSubTitle ' Me.ucrInputSubTitle.AddQuotesIfUnrecognised = True + Me.ucrInputSubTitle.AutoSize = True Me.ucrInputSubTitle.IsMultiline = False Me.ucrInputSubTitle.IsReadOnly = False Me.ucrInputSubTitle.Location = New System.Drawing.Point(155, 260) @@ -153,6 +155,7 @@ Partial Class dlgWindrose 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False Me.ucrInputTitle.Location = New System.Drawing.Point(155, 230) @@ -162,6 +165,7 @@ Partial Class dlgWindrose ' 'ucrReceiverFacet ' + Me.ucrReceiverFacet.AutoSize = True Me.ucrReceiverFacet.frmParent = Me Me.ucrReceiverFacet.Location = New System.Drawing.Point(260, 155) Me.ucrReceiverFacet.Margin = New System.Windows.Forms.Padding(0) @@ -174,6 +178,7 @@ Partial Class dlgWindrose ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 319) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -182,6 +187,7 @@ Partial Class dlgWindrose ' 'ucrNudNoOfColumns ' + Me.ucrNudNoOfColumns.AutoSize = True Me.ucrNudNoOfColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNoOfColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNoOfColumns.Location = New System.Drawing.Point(362, 178) @@ -194,6 +200,7 @@ Partial Class dlgWindrose ' 'ucrReceiverWindDirection ' + Me.ucrReceiverWindDirection.AutoSize = True Me.ucrReceiverWindDirection.frmParent = Me Me.ucrReceiverWindDirection.Location = New System.Drawing.Point(260, 108) Me.ucrReceiverWindDirection.Margin = New System.Windows.Forms.Padding(0) @@ -206,6 +213,7 @@ Partial Class dlgWindrose ' 'ucrReceiverWindSpeed ' + Me.ucrReceiverWindSpeed.AutoSize = True Me.ucrReceiverWindSpeed.frmParent = Me Me.ucrReceiverWindSpeed.Location = New System.Drawing.Point(260, 60) Me.ucrReceiverWindSpeed.Margin = New System.Windows.Forms.Padding(0) @@ -218,27 +226,29 @@ Partial Class dlgWindrose ' 'ucrWindRoseSelector ' + Me.ucrWindRoseSelector.AutoSize = True Me.ucrWindRoseSelector.bDropUnusedFilterLevels = False Me.ucrWindRoseSelector.bShowHiddenColumns = False Me.ucrWindRoseSelector.bUseCurrentFilter = True Me.ucrWindRoseSelector.Location = New System.Drawing.Point(10, 10) Me.ucrWindRoseSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrWindRoseSelector.Name = "ucrWindRoseSelector" - Me.ucrWindRoseSelector.Size = New System.Drawing.Size(210, 180) + Me.ucrWindRoseSelector.Size = New System.Drawing.Size(213, 183) Me.ucrWindRoseSelector.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 349) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 10 ' 'dlgWindrose ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(420, 406) Me.Controls.Add(Me.lblGraphCaption) diff --git a/instat/frmCommand.Designer.vb b/instat/frmCommand.Designer.vb index 36b3efac598..6646540248a 100644 --- a/instat/frmCommand.Designer.vb +++ b/instat/frmCommand.Designer.vb @@ -69,8 +69,8 @@ Partial Class frmCommand ' 'frmCommand ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(631, 261) Me.Controls.Add(Me.txtCommand) diff --git a/instat/frmConvertToNumeric.Designer.vb b/instat/frmConvertToNumeric.Designer.vb index d19e2bf4705..3f239221a08 100644 --- a/instat/frmConvertToNumeric.Designer.vb +++ b/instat/frmConvertToNumeric.Designer.vb @@ -126,8 +126,8 @@ Partial Class frmConvertToNumeric ' 'frmConvertToNumeric ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(440, 171) Me.Controls.Add(Me.cmdInspectValues) Me.Controls.Add(Me.lblNumber) diff --git a/instat/frmConvertToNumeric.resx b/instat/frmConvertToNumeric.resx index f8284590c67..e793fe7fe79 100644 --- a/instat/frmConvertToNumeric.resx +++ b/instat/frmConvertToNumeric.resx @@ -124,4 +124,4 @@ - Choose "Normal Convert" to convert anyway. Non-numeric values will be lost. They will be set to NA. - Choose "Labelled Convert" to retain all values. All values will be labelled with integers and can be recovered by converting back to Factor or Character. - + \ No newline at end of file diff --git a/instat/frmEditor.Designer.vb b/instat/frmEditor.Designer.vb index 0dec049ad19..713c6244028 100644 --- a/instat/frmEditor.Designer.vb +++ b/instat/frmEditor.Designer.vb @@ -424,8 +424,8 @@ Partial Class frmEditor ' 'frmEditor ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(444, 284) Me.Controls.Add(Me.lblRowDisplay) Me.Controls.Add(Me.grdData) diff --git a/instat/frmGraphDisplay.Designer.vb b/instat/frmGraphDisplay.Designer.vb index 78cccacf81f..0b8e581d5af 100644 --- a/instat/frmGraphDisplay.Designer.vb +++ b/instat/frmGraphDisplay.Designer.vb @@ -54,8 +54,8 @@ Partial Class frmGraphDisplay ' 'frmGraphDisplay ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(484, 461) Me.Controls.Add(Me.pctGraph) Me.Name = "frmGraphDisplay" diff --git a/instat/frmLog.Designer.vb b/instat/frmLog.Designer.vb index e87f4998fa8..db2da011eec 100644 --- a/instat/frmLog.Designer.vb +++ b/instat/frmLog.Designer.vb @@ -55,8 +55,8 @@ Partial Class frmLog ' 'frmLog ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.ClientSize = New System.Drawing.Size(531, 415) Me.Controls.Add(Me.txtLog) Me.Name = "frmLog" From 3a0a23e24fc421963d0555ab7a0845a11c9672db Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Mon, 10 Jan 2022 15:56:48 +0300 Subject: [PATCH 16/42] Minor changes --- instat/sdgTwoWayFrequencies.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instat/sdgTwoWayFrequencies.vb b/instat/sdgTwoWayFrequencies.vb index d8910f5c2b9..b61288af38b 100644 --- a/instat/sdgTwoWayFrequencies.vb +++ b/instat/sdgTwoWayFrequencies.vb @@ -143,10 +143,10 @@ Public Class sdgTwoWayFrequencies rdoBar.Enabled = True clsTwoWayGraphFreq.RemoveParameterByName("facet.grid") ElseIf clsTwoWayGraphFreq.GetParameter("fun").strArgumentValue = Chr(34) & "grpfrq" & Chr(34) Then - rdoLineGraph.Enabled = False - rdoDot.Enabled = True rdoViolinPlot.Enabled = True + rdoDot.Enabled = True rdoBoxPlot.Enabled = True + rdoLineGraph.Enabled = False rdoBar.Enabled = True End If End If From f43a1caaec81148de3bb5c226ef6d785c4612b97 Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Mon, 10 Jan 2022 15:51:27 +0200 Subject: [PATCH 17/42] Updated the database and partially fixes #6989 --- instat/translations/rInstatTranslations.db | Bin 4849664 -> 4849664 bytes instat/translations/translateIgnore.txt | 5 +++++ 2 files changed, 5 insertions(+) diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index 23386b67e79f93c5a7d1339751bb76af99c9e9f7..f5f35f4f2c6b322588db8dd7c9c560c4c971bac0 100644 GIT binary patch delta 749 zcmYk%Ur1AN6bJBouXp$UwmEg`)*tWw=+w$wZmHK@|EHUq%9iWDp>#*CAZ(^d|L8%9 z%U*g=TK(uD%C{bb0?CV@;VP&ef`stZqMoXkML|J9UlgK;4+p-7a}H-}>LE7;Gi7Yw ztkli+O{<#9YAUCxd78>=szFl)O%~tr-*Vk8h=$L087e`-g2bt`jf4`AV{Erb>qJ{{F30984xA zFsuK@5(7W(pJr)diTLT;7m|s(hw6&y%xu7ExOD}K{_EWRDml_?%LI)2+OnztBbQ%I zoe#{PSRZ}v>ZsN0=FID+ydYDNCi7;<2MZKHAryfXilGEb!3K8N2HRl=?9|D8*{>TS z`NqVU4-6$fX@CHchH|I?4^%=GRKqUV4SS#l_ChUqVIS0i5B#tn>Y)J|b-N;e5iCN2adQrq zR0tQucX~mmd|0rF_n1O&G(0kTwl{Stnd-{Ld2f`eVY!CB3Cm(>a4a@9d1NAyx;UDc zOdiV}<-Nyg{90obecvOm@MM^2qH|%nUg*yq;=QN-Or&Rhf=P zWN3nb9*rnVm)YA?TvZ|{1FK3%h;B6Vo`ZDunNmhy+RBURN^6^g3~huAp6Nml9S@rD jc~*gDXn|H}gLdeEPB;Kv&<#NdK@Wr>qT92*pWFWeImz{r delta 789 zcmY+-Pe_w-7zgn8o$ucFx6REq-7MYabpC1Da!Y;NESI*qEo}d+luF?pI)e~Lb5eA2 z#Mmh)8vW=XHR#YmN~rcCSSSS5EiYXy@)TYc26YhnT0wO9@H~8Z{wyv&Q7popMmBoa z>}R7nDKD{kNs*VT@)DPqlzEBIOTtTu>^>vaPW~yM;%nuJ74oo3q5LlIJtsd{frJ^W zd&)>lyg9Y~cCa^&>w16F2p$*!h0}g`& zI-v`WfD?{FH@LtJ$Djv#p-(n?#T{NNY%?~6g(WR~Qdp98gW@@!PgD||GeQ$L`#R`S zP*l@hgJ|K$Di=8C_iZdn`0Pdu22=pUwET z`Z;^dL9YeW4fL(C*>JzJM@J^MhL!eQjeS3M6igdl=!X+<5(dBrr(h6<;57Il0K*W3 M5QJsZ#+k3aU*SvtKmY&$ diff --git a/instat/translations/translateIgnore.txt b/instat/translations/translateIgnore.txt index f954f98b533..1f1a4159c1f 100644 --- a/instat/translations/translateIgnore.txt +++ b/instat/translations/translateIgnore.txt @@ -93,3 +93,8 @@ dlgClimaticBoxPlot_ucrInputYear% dlgClimaticBoxPlot_ucrInputYear_cboInput% dlgClimaticBoxPlot_ucrInputWithinYear% dlgClimaticBoxPlot_ucrInputWithinYear_cboInput% + +# In the 'InventoryPlot' dialog, the selected 'Facet' should not be translated +# Partially fixes issue, related to PR #7070 +dlgInventoryPlot_ucrInputFacetBy% +dlgInventoryPlot_ucrInputFacetBy_cboInput% From fb617ae9de2e91a9e54e73274bd1f56f9b968cf4 Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:54:23 +0000 Subject: [PATCH 18/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/dlgImportDataset.Designer.vb | 474 +++- instat/dlgImportDataset.resx | 1952 ---------------- instat/dlgImportERA5Data.Designer.vb | 245 +- instat/dlgImportERA5Data.resx | 1032 --------- instat/dlgImportFromCSPRO.Designer.vb | 16 +- instat/dlgImportFromCSPRO.resx | 54 - instat/dlgImportFromODK.Designer.vb | 65 +- instat/dlgImportFromODK.resx | 264 --- instat/dlgImportGriddedData.Designer.vb | 216 +- instat/dlgImportGriddedData.resx | 903 -------- instat/dlgImportOpenRefine.Designer.vb | 54 +- instat/dlgImportOpenRefine.resx | 219 -- instat/dlgImportShapeFiles.Designer.vb | 10 +- instat/dlgInfill.Designer.vb | 111 +- instat/dlgInfill.resx | 456 ---- instat/dlgInfillMissingValues.Designer.vb | 460 +++- instat/dlgInfillMissingValues.resx | 1917 --------------- instat/dlgInsertColumn.Designer.vb | 159 +- instat/dlgInsertColumn.resx | 690 ------ instat/dlgInventoryMethod.designer.vb | 7 +- instat/dlgJitter.Designer.vb | 75 +- instat/dlgJitter.resx | 309 --- instat/dlgLabelsLevels.Designer.vb | 64 +- instat/dlgLabelsLevels.resx | 261 --- instat/dlgLinePlot.designer.vb | 487 +++- instat/dlgLinePlot.resx | 2040 ---------------- .../dlgLocatingPointsInShapeFile.Designer.vb | 113 +- instat/dlgLocatingPointsInShapeFile.resx | 468 ---- instat/dlgLockUnlock.Designer.vb | 15 +- instat/dlgMachineLearning.Designer.vb | 7 +- instat/dlgMakeDate.Designer.vb | 396 +++- instat/dlgMakeDate.resx | 1662 ------------- instat/dlgMerge.Designer.vb | 69 +- instat/dlgMerge.resx | 279 --- instat/dlgMergeAdditionalData.Designer.vb | 57 +- instat/dlgMergeAdditionalData.resx | 228 -- instat/dlgMetadata.Designer.vb | 88 +- instat/dlgMetadata.resx | 375 --- instat/dlgMissingData.designer.vb | 7 +- instat/dlgMissingDataTable.designer.vb | 7 +- instat/dlgModelling.Designer.vb | 389 +++- instat/dlgModelling.resx | 1641 ------------- instat/dlgMosaicPlot.Designer.vb | 118 +- instat/dlgMosaicPlot.resx | 483 ---- instat/dlgName.Designer.vb | 17 +- instat/dlgNewDataFrame.Designer.vb | 147 +- instat/dlgNewDataFrame.resx | 591 ----- instat/dlgNewMarkovChains.Designer.vb | 192 +- instat/dlgNewMarkovChains.resx | 837 ------- ...lgNon-ParametricOneSampleTests.Designer.vb | 11 +- .../dlgNon-ParametricOneWayANOVA.Designer.vb | 12 +- .../dlgNon_ParametricTwoWayAnova.Designer.vb | 13 +- instat/dlgOneSample.Designer.vb | 11 +- instat/dlgOneVarCompareModels.Designer.vb | 11 +- instat/dlgOneVarFitModel2.Designer.vb | 38 +- instat/dlgOneVarUseModel.Designer.vb | 16 +- instat/dlgOneVariableGraph.Designer.vb | 75 +- instat/dlgOneVariableGraph.resx | 315 --- instat/dlgOneVariableSummarise.Designer.vb | 82 +- instat/dlgOneVariableSummarise.resx | 336 --- instat/dlgOneWayAnova.Designer.vb | 11 +- instat/dlgOneWayFrequencies.Designer.vb | 214 +- instat/dlgOneWayFrequencies.resx | 888 ------- instat/dlgOpenNetCDF.Designer.vb | 11 +- instat/dlgOpenSST.Designer.vb | 143 +- instat/dlgOpenSST.resx | 603 ----- instat/dlgOptions.Designer.vb | 475 +++- instat/dlgOptions.resx | 2055 ----------------- instat/dlgOptionsByContextBoxplot.Designer.vb | 38 +- .../dlgOptionsByContextFItModel.Designer.vb | 22 +- instat/dlgOtherRosePlots.Designer.vb | 43 +- instat/dlgOutputforCPT.designer.vb | 7 +- instat/dlgPICSACrops.Designer.vb | 28 +- instat/dlgPICSARainfall.Designer.vb | 15 +- instat/dlgPICSATemperature.Designer.vb | 7 +- instat/dlgParallelCoordinatePlot.Designer.vb | 99 +- instat/dlgParallelCoordinatePlot.resx | 405 ---- instat/dlgPasteNewColumns.Designer.vb | 6 +- instat/dlgPasteNewDataFrame.Designer.vb | 12 +- instat/dlgPasteSpecial.Designer.vb | 8 +- instat/dlgPermuteColumn.Designer.vb | 60 +- instat/dlgPermuteColumn.resx | 240 -- instat/dlgPivotTable.Designer.vb | 69 +- instat/dlgPivotTable.resx | 279 --- instat/dlgPlotRegion.Designer.vb | 84 +- instat/dlgPlotRegion.resx | 351 --- instat/dlgPolynomials.Designer.vb | 84 +- instat/dlgPolynomials.resx | 333 --- instat/dlgPopulationPyramids.Designer.vb | 16 +- instat/dlgPrepare.Designer.vb | 7 +- .../dlgPrincipalComponentAnalysis.Designer.vb | 60 +- instat/dlgPrincipalComponentAnalysis.resx | 243 -- instat/dlgPrintPreviewOptions.Designer.vb | 77 +- instat/dlgPrintPreviewOptions.resx | 315 --- instat/dlgRPackages.Designer.vb | 38 +- instat/dlgRPackages.resx | 150 -- instat/dlgRandomSample.designer.vb | 64 +- instat/dlgRandomSample.resx | 258 --- instat/dlgRandomSubsets.Designer.vb | 76 +- instat/dlgRandomSubsets.resx | 309 --- instat/dlgRatingScales.Designer.vb | 188 +- instat/dlgRatingScales.resx | 780 ------- instat/dlgRecodeFactor.Designer.vb | 193 +- instat/dlgRecodeFactor.resx | 804 ------- instat/dlgRecodeNumeric.Designer.vb | 85 +- instat/dlgRecodeNumeric.resx | 348 --- .../dlgRecodeNumericIntoQuantiles.Designer.vb | 14 +- instat/dlgReferenceLevel.Designer.vb | 39 +- instat/dlgReferenceLevel.resx | 153 -- instat/dlgRegularSequence.designer.vb | 163 +- instat/dlgRegularSequence.resx | 675 ------ instat/dlgRemoveUnusedLabels.Designer.vb | 12 +- instat/dlgRemoveUnusedLevels.Designer.vb | 43 +- instat/dlgRemoveUnusedLevels.resx | 171 -- instat/dlgRenameDataFrame.Designer.vb | 42 +- instat/dlgRenameDataFrame.resx | 168 -- instat/dlgRenameMetadata.Designer.vb | 42 +- instat/dlgRenameMetadata.resx | 168 -- instat/dlgRenameObjects.Designer.vb | 53 +- instat/dlgRenameObjects.resx | 216 -- instat/dlgReorderColumns.Designer.vb | 31 +- instat/dlgReorderColumns.resx | 123 - instat/dlgReorderDataFrame.Designer.vb | 25 +- instat/dlgReorderDataFrame.resx | 99 - instat/dlgReorderLevels.Designer.vb | 215 +- instat/dlgReorderLevels.resx | 909 -------- instat/dlgReorderMetadata.Designer.vb | 31 +- instat/dlgReorderMetadata.resx | 123 - instat/dlgReorderObjects.Designer.vb | 31 +- instat/dlgReorderObjects.resx | 123 - instat/dlgReplaceValues.Designer.vb | 137 +- instat/dlgReplaceValues.resx | 585 ----- instat/dlgRestrict.Designer.vb | 82 +- instat/dlgRestrict.resx | 348 --- instat/dlgRowSummary.Designer.vb | 117 +- instat/dlgRowSummary.resx | 486 ---- instat/dlgRownamesOrNumbers.Designer.vb | 91 +- instat/dlgRownamesOrNumbers.resx | 378 --- 138 files changed, 6327 insertions(+), 31813 deletions(-) diff --git a/instat/dlgImportDataset.Designer.vb b/instat/dlgImportDataset.Designer.vb index 0770be7bf16..3bb036c72d3 100644 --- a/instat/dlgImportDataset.Designer.vb +++ b/instat/dlgImportDataset.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgImportDataset 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportDataset)) Me.lblTextFilePreview = New System.Windows.Forms.Label() Me.lblDataFrame = New System.Windows.Forms.Label() Me.lblEncodingCSV = New System.Windows.Forms.Label() @@ -119,51 +118,85 @@ Partial Class dlgImportDataset ' 'lblTextFilePreview ' - resources.ApplyResources(Me.lblTextFilePreview, "lblTextFilePreview") + Me.lblTextFilePreview.AutoSize = True + Me.lblTextFilePreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTextFilePreview.Location = New System.Drawing.Point(264, 49) Me.lblTextFilePreview.Name = "lblTextFilePreview" + Me.lblTextFilePreview.Size = New System.Drawing.Size(91, 13) + Me.lblTextFilePreview.TabIndex = 7 Me.lblTextFilePreview.Tag = "Input_File_Preview" + Me.lblTextFilePreview.Text = "Text File Preview:" ' 'lblDataFrame ' - resources.ApplyResources(Me.lblDataFrame, "lblDataFrame") + Me.lblDataFrame.AutoSize = True + Me.lblDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDataFrame.Location = New System.Drawing.Point(264, 230) Me.lblDataFrame.Name = "lblDataFrame" + Me.lblDataFrame.Size = New System.Drawing.Size(106, 13) + Me.lblDataFrame.TabIndex = 9 Me.lblDataFrame.Tag = "Data_Frame_Preview" + Me.lblDataFrame.Text = "Data Frame Preview:" ' 'lblEncodingCSV ' - resources.ApplyResources(Me.lblEncodingCSV, "lblEncodingCSV") + Me.lblEncodingCSV.AutoSize = True + Me.lblEncodingCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEncodingCSV.Location = New System.Drawing.Point(3, 24) Me.lblEncodingCSV.Name = "lblEncodingCSV" + Me.lblEncodingCSV.Size = New System.Drawing.Size(55, 13) + Me.lblEncodingCSV.TabIndex = 0 Me.lblEncodingCSV.Tag = "Encoding:" + Me.lblEncodingCSV.Text = "Encoding:" ' 'lblHeadersCSV ' - resources.ApplyResources(Me.lblHeadersCSV, "lblHeadersCSV") + Me.lblHeadersCSV.AutoSize = True + Me.lblHeadersCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHeadersCSV.Location = New System.Drawing.Point(3, 55) Me.lblHeadersCSV.Name = "lblHeadersCSV" + Me.lblHeadersCSV.Size = New System.Drawing.Size(143, 13) + Me.lblHeadersCSV.TabIndex = 2 Me.lblHeadersCSV.Tag = "Heading:" + Me.lblHeadersCSV.Text = "First Line is Column Headers:" ' 'lblSeparatorCSV ' - resources.ApplyResources(Me.lblSeparatorCSV, "lblSeparatorCSV") + Me.lblSeparatorCSV.AutoSize = True + Me.lblSeparatorCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeparatorCSV.Location = New System.Drawing.Point(3, 86) Me.lblSeparatorCSV.Name = "lblSeparatorCSV" + Me.lblSeparatorCSV.Size = New System.Drawing.Size(56, 13) + Me.lblSeparatorCSV.TabIndex = 8 Me.lblSeparatorCSV.Tag = "Separator:" + Me.lblSeparatorCSV.Text = "Separator:" ' 'lblDecimalCSV ' - resources.ApplyResources(Me.lblDecimalCSV, "lblDecimalCSV") + Me.lblDecimalCSV.AutoSize = True + Me.lblDecimalCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDecimalCSV.Location = New System.Drawing.Point(3, 117) Me.lblDecimalCSV.Name = "lblDecimalCSV" + Me.lblDecimalCSV.Size = New System.Drawing.Size(48, 13) + Me.lblDecimalCSV.TabIndex = 10 Me.lblDecimalCSV.Tag = "Decimal:" + Me.lblDecimalCSV.Text = "Decimal:" ' 'txtTextFilePreview ' - resources.ApplyResources(Me.txtTextFilePreview, "txtTextFilePreview") + Me.txtTextFilePreview.Location = New System.Drawing.Point(267, 66) + Me.txtTextFilePreview.Multiline = True Me.txtTextFilePreview.Name = "txtTextFilePreview" + Me.txtTextFilePreview.ScrollBars = System.Windows.Forms.ScrollBars.Both + Me.txtTextFilePreview.Size = New System.Drawing.Size(338, 150) + Me.txtTextFilePreview.TabIndex = 8 ' 'grdDataPreview ' Me.grdDataPreview.BackColor = System.Drawing.Color.White Me.grdDataPreview.ColumnHeaderContextMenuStrip = Nothing Me.grdDataPreview.LeadHeaderContextMenuStrip = Nothing - resources.ApplyResources(Me.grdDataPreview, "grdDataPreview") + Me.grdDataPreview.Location = New System.Drawing.Point(267, 251) Me.grdDataPreview.Name = "grdDataPreview" Me.grdDataPreview.Readonly = True Me.grdDataPreview.RowHeaderContextMenuStrip = Nothing @@ -173,22 +206,37 @@ Partial Class dlgImportDataset Me.grdDataPreview.SheetTabVisible = True Me.grdDataPreview.SheetTabWidth = 60 Me.grdDataPreview.ShowScrollEndSpacing = True + Me.grdDataPreview.Size = New System.Drawing.Size(338, 153) + Me.grdDataPreview.TabIndex = 12 ' 'lblFileOpenPath ' - resources.ApplyResources(Me.lblFileOpenPath, "lblFileOpenPath") + Me.lblFileOpenPath.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFileOpenPath.Location = New System.Drawing.Point(10, 20) Me.lblFileOpenPath.Name = "lblFileOpenPath" + Me.lblFileOpenPath.Size = New System.Drawing.Size(38, 13) + Me.lblFileOpenPath.TabIndex = 0 + Me.lblFileOpenPath.Text = "File:" ' 'lblLinesToSkipCSV ' - resources.ApplyResources(Me.lblLinesToSkipCSV, "lblLinesToSkipCSV") + Me.lblLinesToSkipCSV.AutoSize = True + Me.lblLinesToSkipCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinesToSkipCSV.Location = New System.Drawing.Point(3, 209) Me.lblLinesToSkipCSV.Name = "lblLinesToSkipCSV" + Me.lblLinesToSkipCSV.Size = New System.Drawing.Size(75, 13) + Me.lblLinesToSkipCSV.TabIndex = 14 + Me.lblLinesToSkipCSV.Text = "Lines To Skip:" ' 'cmdBrowse ' - resources.ApplyResources(Me.cmdBrowse, "cmdBrowse") + Me.cmdBrowse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrowse.Location = New System.Drawing.Point(408, 18) Me.cmdBrowse.Name = "cmdBrowse" + Me.cmdBrowse.Size = New System.Drawing.Size(66, 23) + Me.cmdBrowse.TabIndex = 2 Me.cmdBrowse.Tag = "browse" + Me.cmdBrowse.Text = "Browse" Me.cmdBrowse.UseVisualStyleBackColor = True ' 'grpCSV @@ -208,86 +256,131 @@ Partial Class dlgImportDataset Me.grpCSV.Controls.Add(Me.lblSeparatorCSV) Me.grpCSV.Controls.Add(Me.lblLinesToSkipCSV) Me.grpCSV.Controls.Add(Me.lblDecimalCSV) - resources.ApplyResources(Me.grpCSV, "grpCSV") + Me.grpCSV.Location = New System.Drawing.Point(9, 99) Me.grpCSV.Name = "grpCSV" + Me.grpCSV.Size = New System.Drawing.Size(239, 268) + Me.grpCSV.TabIndex = 4 Me.grpCSV.TabStop = False + Me.grpCSV.Text = "Import csv Options" + Me.grpCSV.Visible = False ' 'ucrNudMaxRowsCSV ' + Me.ucrNudMaxRowsCSV.AutoSize = True Me.ucrNudMaxRowsCSV.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsCSV.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxRowsCSV, "ucrNudMaxRowsCSV") + Me.ucrNudMaxRowsCSV.Location = New System.Drawing.Point(158, 237) + Me.ucrNudMaxRowsCSV.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudMaxRowsCSV.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxRowsCSV.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsCSV.Name = "ucrNudMaxRowsCSV" + Me.ucrNudMaxRowsCSV.Size = New System.Drawing.Size(70, 20) + Me.ucrNudMaxRowsCSV.TabIndex = 19 Me.ucrNudMaxRowsCSV.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkMaxRowsCSV ' + Me.ucrChkMaxRowsCSV.AutoSize = True Me.ucrChkMaxRowsCSV.Checked = False - resources.ApplyResources(Me.ucrChkMaxRowsCSV, "ucrChkMaxRowsCSV") + Me.ucrChkMaxRowsCSV.Location = New System.Drawing.Point(4, 237) + Me.ucrChkMaxRowsCSV.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkMaxRowsCSV.Name = "ucrChkMaxRowsCSV" + Me.ucrChkMaxRowsCSV.Size = New System.Drawing.Size(173, 23) + Me.ucrChkMaxRowsCSV.TabIndex = 17 ' 'lblNAStringsCSV ' - resources.ApplyResources(Me.lblNAStringsCSV, "lblNAStringsCSV") + Me.lblNAStringsCSV.AutoSize = True + Me.lblNAStringsCSV.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNAStringsCSV.Location = New System.Drawing.Point(3, 148) Me.lblNAStringsCSV.Name = "lblNAStringsCSV" + Me.lblNAStringsCSV.Size = New System.Drawing.Size(105, 13) + Me.lblNAStringsCSV.TabIndex = 12 + Me.lblNAStringsCSV.Text = "Missing Value String:" ' 'ucrChkStringsAsFactorsCSV ' + Me.ucrChkStringsAsFactorsCSV.AutoSize = True Me.ucrChkStringsAsFactorsCSV.Checked = False - resources.ApplyResources(Me.ucrChkStringsAsFactorsCSV, "ucrChkStringsAsFactorsCSV") + Me.ucrChkStringsAsFactorsCSV.Location = New System.Drawing.Point(4, 180) + Me.ucrChkStringsAsFactorsCSV.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkStringsAsFactorsCSV.Name = "ucrChkStringsAsFactorsCSV" + Me.ucrChkStringsAsFactorsCSV.Size = New System.Drawing.Size(206, 23) + Me.ucrChkStringsAsFactorsCSV.TabIndex = 16 ' 'ucrNudRowsToSkipCSV ' + Me.ucrNudRowsToSkipCSV.AutoSize = True Me.ucrNudRowsToSkipCSV.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipCSV.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRowsToSkipCSV, "ucrNudRowsToSkipCSV") + Me.ucrNudRowsToSkipCSV.Location = New System.Drawing.Point(111, 207) + Me.ucrNudRowsToSkipCSV.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudRowsToSkipCSV.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.ucrNudRowsToSkipCSV.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipCSV.Name = "ucrNudRowsToSkipCSV" + Me.ucrNudRowsToSkipCSV.Size = New System.Drawing.Size(70, 20) + Me.ucrNudRowsToSkipCSV.TabIndex = 15 Me.ucrNudRowsToSkipCSV.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputHeadersCSV ' Me.ucrInputHeadersCSV.AddQuotesIfUnrecognised = True + Me.ucrInputHeadersCSV.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputHeadersCSV.GetSetSelectedIndex = -1 Me.ucrInputHeadersCSV.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHeadersCSV, "ucrInputHeadersCSV") + Me.ucrInputHeadersCSV.Location = New System.Drawing.Point(147, 52) + Me.ucrInputHeadersCSV.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputHeadersCSV.Name = "ucrInputHeadersCSV" + Me.ucrInputHeadersCSV.Size = New System.Drawing.Size(81, 21) + Me.ucrInputHeadersCSV.TabIndex = 3 ' 'ucrInputMissingValueStringCSV ' Me.ucrInputMissingValueStringCSV.AddQuotesIfUnrecognised = True + Me.ucrInputMissingValueStringCSV.AutoSize = True Me.ucrInputMissingValueStringCSV.IsMultiline = False Me.ucrInputMissingValueStringCSV.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMissingValueStringCSV, "ucrInputMissingValueStringCSV") + Me.ucrInputMissingValueStringCSV.Location = New System.Drawing.Point(111, 145) + Me.ucrInputMissingValueStringCSV.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputMissingValueStringCSV.Name = "ucrInputMissingValueStringCSV" + Me.ucrInputMissingValueStringCSV.Size = New System.Drawing.Size(117, 21) + Me.ucrInputMissingValueStringCSV.TabIndex = 13 ' 'ucrInputDecimalCSV ' Me.ucrInputDecimalCSV.AddQuotesIfUnrecognised = True + Me.ucrInputDecimalCSV.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDecimalCSV.GetSetSelectedIndex = -1 Me.ucrInputDecimalCSV.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDecimalCSV, "ucrInputDecimalCSV") + Me.ucrInputDecimalCSV.Location = New System.Drawing.Point(71, 115) + Me.ucrInputDecimalCSV.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputDecimalCSV.Name = "ucrInputDecimalCSV" + Me.ucrInputDecimalCSV.Size = New System.Drawing.Size(157, 21) + Me.ucrInputDecimalCSV.TabIndex = 11 ' 'ucrInputSeparatorCSV ' Me.ucrInputSeparatorCSV.AddQuotesIfUnrecognised = True + Me.ucrInputSeparatorCSV.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSeparatorCSV.GetSetSelectedIndex = -1 Me.ucrInputSeparatorCSV.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSeparatorCSV, "ucrInputSeparatorCSV") + Me.ucrInputSeparatorCSV.Location = New System.Drawing.Point(71, 83) + Me.ucrInputSeparatorCSV.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputSeparatorCSV.Name = "ucrInputSeparatorCSV" + Me.ucrInputSeparatorCSV.Size = New System.Drawing.Size(157, 21) + Me.ucrInputSeparatorCSV.TabIndex = 9 ' 'ucrInputEncodingCSV ' Me.ucrInputEncodingCSV.AddQuotesIfUnrecognised = True + Me.ucrInputEncodingCSV.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputEncodingCSV.GetSetSelectedIndex = -1 Me.ucrInputEncodingCSV.IsReadOnly = False - resources.ApplyResources(Me.ucrInputEncodingCSV, "ucrInputEncodingCSV") + Me.ucrInputEncodingCSV.Location = New System.Drawing.Point(71, 20) + Me.ucrInputEncodingCSV.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputEncodingCSV.Name = "ucrInputEncodingCSV" + Me.ucrInputEncodingCSV.Size = New System.Drawing.Size(157, 21) + Me.ucrInputEncodingCSV.TabIndex = 1 ' 'grpExcel ' @@ -306,110 +399,177 @@ Partial Class dlgImportDataset Me.grpExcel.Controls.Add(Me.ucrInputNamedRegions) Me.grpExcel.Controls.Add(Me.lblNamedRegion) Me.grpExcel.Controls.Add(Me.lblRowToSkipExcel) - resources.ApplyResources(Me.grpExcel, "grpExcel") + Me.grpExcel.Location = New System.Drawing.Point(9, 50) Me.grpExcel.Name = "grpExcel" + Me.grpExcel.Size = New System.Drawing.Size(239, 241) + Me.grpExcel.TabIndex = 5 Me.grpExcel.TabStop = False + Me.grpExcel.Text = "Import Excel Options" + Me.grpExcel.Visible = False ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(107, 168) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 32 + Me.lblTo.Text = "To:" ' 'ucrChkRange ' + Me.ucrChkRange.AutoSize = True Me.ucrChkRange.Checked = False - resources.ApplyResources(Me.ucrChkRange, "ucrChkRange") + Me.ucrChkRange.Location = New System.Drawing.Point(8, 139) + Me.ucrChkRange.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkRange.Name = "ucrChkRange" + Me.ucrChkRange.Size = New System.Drawing.Size(170, 23) + Me.ucrChkRange.TabIndex = 7 ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(7, 168) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 31 + Me.lblFrom.Text = "From:" ' 'ucrInputTextTo ' Me.ucrInputTextTo.AddQuotesIfUnrecognised = True + Me.ucrInputTextTo.AutoSize = True Me.ucrInputTextTo.IsMultiline = False Me.ucrInputTextTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTextTo, "ucrInputTextTo") + Me.ucrInputTextTo.Location = New System.Drawing.Point(109, 184) Me.ucrInputTextTo.Name = "ucrInputTextTo" + Me.ucrInputTextTo.Size = New System.Drawing.Size(62, 20) + Me.ucrInputTextTo.TabIndex = 30 ' 'ucrInputTextFrom ' Me.ucrInputTextFrom.AddQuotesIfUnrecognised = True + Me.ucrInputTextFrom.AutoSize = True Me.ucrInputTextFrom.IsMultiline = False Me.ucrInputTextFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTextFrom, "ucrInputTextFrom") + Me.ucrInputTextFrom.Location = New System.Drawing.Point(8, 183) Me.ucrInputTextFrom.Name = "ucrInputTextFrom" + Me.ucrInputTextFrom.Size = New System.Drawing.Size(62, 20) + Me.ucrInputTextFrom.TabIndex = 29 ' 'ucrNudMaxRowsExcel ' + Me.ucrNudMaxRowsExcel.AutoSize = True Me.ucrNudMaxRowsExcel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsExcel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxRowsExcel, "ucrNudMaxRowsExcel") + Me.ucrNudMaxRowsExcel.Location = New System.Drawing.Point(168, 214) + Me.ucrNudMaxRowsExcel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudMaxRowsExcel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxRowsExcel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsExcel.Name = "ucrNudMaxRowsExcel" + Me.ucrNudMaxRowsExcel.Size = New System.Drawing.Size(62, 20) + Me.ucrNudMaxRowsExcel.TabIndex = 13 Me.ucrNudMaxRowsExcel.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkColumnNamesExcel ' + Me.ucrChkColumnNamesExcel.AutoSize = True Me.ucrChkColumnNamesExcel.Checked = False - resources.ApplyResources(Me.ucrChkColumnNamesExcel, "ucrChkColumnNamesExcel") + Me.ucrChkColumnNamesExcel.Location = New System.Drawing.Point(8, 52) + Me.ucrChkColumnNamesExcel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkColumnNamesExcel.Name = "ucrChkColumnNamesExcel" + Me.ucrChkColumnNamesExcel.Size = New System.Drawing.Size(173, 23) + Me.ucrChkColumnNamesExcel.TabIndex = 11 ' 'ucrChkMaxRowsExcel ' + Me.ucrChkMaxRowsExcel.AutoSize = True Me.ucrChkMaxRowsExcel.Checked = False - resources.ApplyResources(Me.ucrChkMaxRowsExcel, "ucrChkMaxRowsExcel") + Me.ucrChkMaxRowsExcel.Location = New System.Drawing.Point(8, 214) + Me.ucrChkMaxRowsExcel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkMaxRowsExcel.Name = "ucrChkMaxRowsExcel" + Me.ucrChkMaxRowsExcel.Size = New System.Drawing.Size(173, 23) + Me.ucrChkMaxRowsExcel.TabIndex = 9 ' 'ucrChkTrimWSExcel ' + Me.ucrChkTrimWSExcel.AutoSize = True Me.ucrChkTrimWSExcel.Checked = False - resources.ApplyResources(Me.ucrChkTrimWSExcel, "ucrChkTrimWSExcel") + Me.ucrChkTrimWSExcel.Location = New System.Drawing.Point(8, 82) + Me.ucrChkTrimWSExcel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkTrimWSExcel.Name = "ucrChkTrimWSExcel" + Me.ucrChkTrimWSExcel.Size = New System.Drawing.Size(170, 23) + Me.ucrChkTrimWSExcel.TabIndex = 6 ' 'ucrNudRowsToSkipExcel ' + Me.ucrNudRowsToSkipExcel.AutoSize = True Me.ucrNudRowsToSkipExcel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipExcel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRowsToSkipExcel, "ucrNudRowsToSkipExcel") + Me.ucrNudRowsToSkipExcel.Location = New System.Drawing.Point(109, 110) + Me.ucrNudRowsToSkipExcel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudRowsToSkipExcel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRowsToSkipExcel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipExcel.Name = "ucrNudRowsToSkipExcel" + Me.ucrNudRowsToSkipExcel.Size = New System.Drawing.Size(62, 20) + Me.ucrNudRowsToSkipExcel.TabIndex = 8 Me.ucrNudRowsToSkipExcel.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMissingValueStringExcel ' - resources.ApplyResources(Me.lblMissingValueStringExcel, "lblMissingValueStringExcel") + Me.lblMissingValueStringExcel.AutoSize = True + Me.lblMissingValueStringExcel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMissingValueStringExcel.Location = New System.Drawing.Point(2, 29) Me.lblMissingValueStringExcel.Name = "lblMissingValueStringExcel" + Me.lblMissingValueStringExcel.Size = New System.Drawing.Size(105, 13) + Me.lblMissingValueStringExcel.TabIndex = 3 + Me.lblMissingValueStringExcel.Text = "Missing Value String:" ' 'ucrInputMissingValueStringExcel ' Me.ucrInputMissingValueStringExcel.AddQuotesIfUnrecognised = True + Me.ucrInputMissingValueStringExcel.AutoSize = True Me.ucrInputMissingValueStringExcel.IsMultiline = False Me.ucrInputMissingValueStringExcel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMissingValueStringExcel, "ucrInputMissingValueStringExcel") + Me.ucrInputMissingValueStringExcel.Location = New System.Drawing.Point(109, 25) + Me.ucrInputMissingValueStringExcel.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputMissingValueStringExcel.Name = "ucrInputMissingValueStringExcel" + Me.ucrInputMissingValueStringExcel.Size = New System.Drawing.Size(121, 21) + Me.ucrInputMissingValueStringExcel.TabIndex = 5 ' 'ucrInputNamedRegions ' Me.ucrInputNamedRegions.AddQuotesIfUnrecognised = True + Me.ucrInputNamedRegions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputNamedRegions.GetSetSelectedIndex = -1 Me.ucrInputNamedRegions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNamedRegions, "ucrInputNamedRegions") + Me.ucrInputNamedRegions.Location = New System.Drawing.Point(109, 25) + Me.ucrInputNamedRegions.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputNamedRegions.Name = "ucrInputNamedRegions" + Me.ucrInputNamedRegions.Size = New System.Drawing.Size(121, 21) + Me.ucrInputNamedRegions.TabIndex = 4 ' 'lblNamedRegion ' - resources.ApplyResources(Me.lblNamedRegion, "lblNamedRegion") + Me.lblNamedRegion.AutoSize = True + Me.lblNamedRegion.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNamedRegion.Location = New System.Drawing.Point(7, 29) Me.lblNamedRegion.Name = "lblNamedRegion" + Me.lblNamedRegion.Size = New System.Drawing.Size(93, 13) + Me.lblNamedRegion.TabIndex = 2 + Me.lblNamedRegion.Text = "or Named Region:" ' 'lblRowToSkipExcel ' - resources.ApplyResources(Me.lblRowToSkipExcel, "lblRowToSkipExcel") + Me.lblRowToSkipExcel.AutoSize = True + Me.lblRowToSkipExcel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRowToSkipExcel.Location = New System.Drawing.Point(3, 113) Me.lblRowToSkipExcel.Name = "lblRowToSkipExcel" + Me.lblRowToSkipExcel.Size = New System.Drawing.Size(73, 13) + Me.lblRowToSkipExcel.TabIndex = 7 + Me.lblRowToSkipExcel.Text = "Rows to Skip:" ' 'grpRDS ' @@ -420,71 +580,129 @@ Partial Class dlgImportDataset Me.grpRDS.Controls.Add(Me.ucrChkImportFiltersRDS) Me.grpRDS.Controls.Add(Me.ucrChkImportMetadataRDS) Me.grpRDS.Controls.Add(Me.ucrChkKeepExistingDataRDS) - resources.ApplyResources(Me.grpRDS, "grpRDS") + Me.grpRDS.Location = New System.Drawing.Point(9, 50) Me.grpRDS.Name = "grpRDS" + Me.grpRDS.Size = New System.Drawing.Size(239, 218) + Me.grpRDS.TabIndex = 6 Me.grpRDS.TabStop = False + Me.grpRDS.Text = "Import RDS Options" + Me.grpRDS.Visible = False ' 'ucrChkOverwriteRDS ' + Me.ucrChkOverwriteRDS.AutoSize = True Me.ucrChkOverwriteRDS.Checked = False - resources.ApplyResources(Me.ucrChkOverwriteRDS, "ucrChkOverwriteRDS") + Me.ucrChkOverwriteRDS.Location = New System.Drawing.Point(8, 175) + Me.ucrChkOverwriteRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkOverwriteRDS.Name = "ucrChkOverwriteRDS" + Me.ucrChkOverwriteRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkOverwriteRDS.TabIndex = 6 ' 'ucrChkImportObjectsRDS ' + Me.ucrChkImportObjectsRDS.AutoSize = True Me.ucrChkImportObjectsRDS.Checked = False - resources.ApplyResources(Me.ucrChkImportObjectsRDS, "ucrChkImportObjectsRDS") + Me.ucrChkImportObjectsRDS.Location = New System.Drawing.Point(8, 71) + Me.ucrChkImportObjectsRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkImportObjectsRDS.Name = "ucrChkImportObjectsRDS" + Me.ucrChkImportObjectsRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkImportObjectsRDS.TabIndex = 2 ' 'ucrChkImportCalculationsRDS ' + Me.ucrChkImportCalculationsRDS.AutoSize = True Me.ucrChkImportCalculationsRDS.Checked = False - resources.ApplyResources(Me.ucrChkImportCalculationsRDS, "ucrChkImportCalculationsRDS") + Me.ucrChkImportCalculationsRDS.Location = New System.Drawing.Point(8, 123) + Me.ucrChkImportCalculationsRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkImportCalculationsRDS.Name = "ucrChkImportCalculationsRDS" + Me.ucrChkImportCalculationsRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkImportCalculationsRDS.TabIndex = 4 ' 'ucrChkImportChangesLogRDS ' + Me.ucrChkImportChangesLogRDS.AutoSize = True Me.ucrChkImportChangesLogRDS.Checked = False - resources.ApplyResources(Me.ucrChkImportChangesLogRDS, "ucrChkImportChangesLogRDS") + Me.ucrChkImportChangesLogRDS.Location = New System.Drawing.Point(8, 149) + Me.ucrChkImportChangesLogRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkImportChangesLogRDS.Name = "ucrChkImportChangesLogRDS" + Me.ucrChkImportChangesLogRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkImportChangesLogRDS.TabIndex = 5 ' 'ucrChkImportFiltersRDS ' + Me.ucrChkImportFiltersRDS.AutoSize = True Me.ucrChkImportFiltersRDS.Checked = False - resources.ApplyResources(Me.ucrChkImportFiltersRDS, "ucrChkImportFiltersRDS") + Me.ucrChkImportFiltersRDS.Location = New System.Drawing.Point(8, 97) + Me.ucrChkImportFiltersRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkImportFiltersRDS.Name = "ucrChkImportFiltersRDS" + Me.ucrChkImportFiltersRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkImportFiltersRDS.TabIndex = 3 ' 'ucrChkImportMetadataRDS ' + Me.ucrChkImportMetadataRDS.AutoSize = True Me.ucrChkImportMetadataRDS.Checked = False - resources.ApplyResources(Me.ucrChkImportMetadataRDS, "ucrChkImportMetadataRDS") + Me.ucrChkImportMetadataRDS.Location = New System.Drawing.Point(8, 45) + Me.ucrChkImportMetadataRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkImportMetadataRDS.Name = "ucrChkImportMetadataRDS" + Me.ucrChkImportMetadataRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkImportMetadataRDS.TabIndex = 1 ' 'ucrChkKeepExistingDataRDS ' + Me.ucrChkKeepExistingDataRDS.AutoSize = True Me.ucrChkKeepExistingDataRDS.Checked = False - resources.ApplyResources(Me.ucrChkKeepExistingDataRDS, "ucrChkKeepExistingDataRDS") + Me.ucrChkKeepExistingDataRDS.Location = New System.Drawing.Point(8, 21) + Me.ucrChkKeepExistingDataRDS.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkKeepExistingDataRDS.Name = "ucrChkKeepExistingDataRDS" + Me.ucrChkKeepExistingDataRDS.Size = New System.Drawing.Size(205, 23) + Me.ucrChkKeepExistingDataRDS.TabIndex = 0 ' 'lblCannotImport ' - resources.ApplyResources(Me.lblCannotImport, "lblCannotImport") + Me.lblCannotImport.AutoSize = True + Me.lblCannotImport.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold) + Me.lblCannotImport.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCannotImport.Location = New System.Drawing.Point(253, 289) Me.lblCannotImport.Name = "lblCannotImport" + Me.lblCannotImport.Size = New System.Drawing.Size(366, 36) + Me.lblCannotImport.TabIndex = 13 + Me.lblCannotImport.Text = "Cannot import this file with the current options. " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Modify options or select a di" & + "fferent file." + Me.lblCannotImport.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.lblCannotImport.Visible = False ' 'lblNoPreview ' - resources.ApplyResources(Me.lblNoPreview, "lblNoPreview") + Me.lblNoPreview.AutoSize = True + Me.lblNoPreview.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!) + Me.lblNoPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNoPreview.Location = New System.Drawing.Point(286, 290) Me.lblNoPreview.Name = "lblNoPreview" + Me.lblNoPreview.Size = New System.Drawing.Size(302, 18) + Me.lblNoPreview.TabIndex = 14 + Me.lblNoPreview.Text = "Preview not yet implemented for this file type." + Me.lblNoPreview.TextAlign = System.Drawing.ContentAlignment.TopCenter + Me.lblNoPreview.Visible = False ' 'lblLinesToPreview ' - resources.ApplyResources(Me.lblLinesToPreview, "lblLinesToPreview") + Me.lblLinesToPreview.AutoSize = True + Me.lblLinesToPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinesToPreview.Location = New System.Drawing.Point(467, 230) Me.lblLinesToPreview.Name = "lblLinesToPreview" + Me.lblLinesToPreview.Size = New System.Drawing.Size(88, 13) + Me.lblLinesToPreview.TabIndex = 10 + Me.lblLinesToPreview.Text = "Lines to Preview:" ' 'cmdRefreshPreview ' - resources.ApplyResources(Me.cmdRefreshPreview, "cmdRefreshPreview") + Me.cmdRefreshPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRefreshPreview.Location = New System.Drawing.Point(511, 412) Me.cmdRefreshPreview.Name = "cmdRefreshPreview" + Me.cmdRefreshPreview.Size = New System.Drawing.Size(94, 23) + Me.cmdRefreshPreview.TabIndex = 16 + Me.cmdRefreshPreview.Text = "Refresh Preview" Me.cmdRefreshPreview.UseVisualStyleBackColor = True ' 'grpText @@ -496,163 +714,266 @@ Partial Class dlgImportDataset Me.grpText.Controls.Add(Me.ucrNudRowsToSkipText) Me.grpText.Controls.Add(Me.ucrInputMissingValueStringText) Me.grpText.Controls.Add(Me.lblLinesToSkipText) - resources.ApplyResources(Me.grpText, "grpText") + Me.grpText.Location = New System.Drawing.Point(9, 99) Me.grpText.Name = "grpText" + Me.grpText.Size = New System.Drawing.Size(239, 132) + Me.grpText.TabIndex = 17 Me.grpText.TabStop = False + Me.grpText.Text = "Import Text Options" + Me.grpText.Visible = False ' 'ucrNudMaxRowsText ' + Me.ucrNudMaxRowsText.AutoSize = True Me.ucrNudMaxRowsText.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsText.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxRowsText, "ucrNudMaxRowsText") + Me.ucrNudMaxRowsText.Location = New System.Drawing.Point(168, 104) + Me.ucrNudMaxRowsText.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudMaxRowsText.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxRowsText.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRowsText.Name = "ucrNudMaxRowsText" + Me.ucrNudMaxRowsText.Size = New System.Drawing.Size(62, 20) + Me.ucrNudMaxRowsText.TabIndex = 12 Me.ucrNudMaxRowsText.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkMaxRowsText ' + Me.ucrChkMaxRowsText.AutoSize = True Me.ucrChkMaxRowsText.Checked = False - resources.ApplyResources(Me.ucrChkMaxRowsText, "ucrChkMaxRowsText") + Me.ucrChkMaxRowsText.Location = New System.Drawing.Point(8, 104) + Me.ucrChkMaxRowsText.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkMaxRowsText.Name = "ucrChkMaxRowsText" + Me.ucrChkMaxRowsText.Size = New System.Drawing.Size(173, 23) + Me.ucrChkMaxRowsText.TabIndex = 21 ' 'ucrChkColumnNamesText ' + Me.ucrChkColumnNamesText.AutoSize = True Me.ucrChkColumnNamesText.Checked = False - resources.ApplyResources(Me.ucrChkColumnNamesText, "ucrChkColumnNamesText") + Me.ucrChkColumnNamesText.Location = New System.Drawing.Point(8, 21) + Me.ucrChkColumnNamesText.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkColumnNamesText.Name = "ucrChkColumnNamesText" + Me.ucrChkColumnNamesText.Size = New System.Drawing.Size(206, 23) + Me.ucrChkColumnNamesText.TabIndex = 17 ' 'lblMissingValueStringText ' - resources.ApplyResources(Me.lblMissingValueStringText, "lblMissingValueStringText") + Me.lblMissingValueStringText.AutoSize = True + Me.lblMissingValueStringText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMissingValueStringText.Location = New System.Drawing.Point(4, 47) Me.lblMissingValueStringText.Name = "lblMissingValueStringText" + Me.lblMissingValueStringText.Size = New System.Drawing.Size(105, 13) + Me.lblMissingValueStringText.TabIndex = 12 + Me.lblMissingValueStringText.Text = "Missing Value String:" ' 'ucrNudRowsToSkipText ' + Me.ucrNudRowsToSkipText.AutoSize = True Me.ucrNudRowsToSkipText.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipText.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRowsToSkipText, "ucrNudRowsToSkipText") + Me.ucrNudRowsToSkipText.Location = New System.Drawing.Point(118, 74) + Me.ucrNudRowsToSkipText.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudRowsToSkipText.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.ucrNudRowsToSkipText.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRowsToSkipText.Name = "ucrNudRowsToSkipText" + Me.ucrNudRowsToSkipText.Size = New System.Drawing.Size(63, 20) + Me.ucrNudRowsToSkipText.TabIndex = 15 Me.ucrNudRowsToSkipText.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputMissingValueStringText ' Me.ucrInputMissingValueStringText.AddQuotesIfUnrecognised = True + Me.ucrInputMissingValueStringText.AutoSize = True Me.ucrInputMissingValueStringText.IsMultiline = False Me.ucrInputMissingValueStringText.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMissingValueStringText, "ucrInputMissingValueStringText") + Me.ucrInputMissingValueStringText.Location = New System.Drawing.Point(118, 44) + Me.ucrInputMissingValueStringText.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputMissingValueStringText.Name = "ucrInputMissingValueStringText" + Me.ucrInputMissingValueStringText.Size = New System.Drawing.Size(112, 21) + Me.ucrInputMissingValueStringText.TabIndex = 13 ' 'lblLinesToSkipText ' - resources.ApplyResources(Me.lblLinesToSkipText, "lblLinesToSkipText") + Me.lblLinesToSkipText.AutoSize = True + Me.lblLinesToSkipText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinesToSkipText.Location = New System.Drawing.Point(4, 79) Me.lblLinesToSkipText.Name = "lblLinesToSkipText" + Me.lblLinesToSkipText.Size = New System.Drawing.Size(75, 13) + Me.lblLinesToSkipText.TabIndex = 14 + Me.lblLinesToSkipText.Text = "Lines To Skip:" ' 'rdoSeparatortext ' - resources.ApplyResources(Me.rdoSeparatortext, "rdoSeparatortext") + Me.rdoSeparatortext.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSeparatortext.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSeparatortext.FlatAppearance.BorderSize = 2 Me.rdoSeparatortext.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSeparatortext.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSeparatortext.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSeparatortext.Location = New System.Drawing.Point(9, 50) Me.rdoSeparatortext.Name = "rdoSeparatortext" + Me.rdoSeparatortext.Size = New System.Drawing.Size(81, 40) + Me.rdoSeparatortext.TabIndex = 23 Me.rdoSeparatortext.TabStop = True + Me.rdoSeparatortext.Text = "Separator" + Me.rdoSeparatortext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSeparatortext.UseVisualStyleBackColor = True ' 'rdoFixedWidthText ' - resources.ApplyResources(Me.rdoFixedWidthText, "rdoFixedWidthText") + Me.rdoFixedWidthText.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFixedWidthText.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFixedWidthText.FlatAppearance.BorderSize = 2 Me.rdoFixedWidthText.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFixedWidthText.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFixedWidthText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFixedWidthText.Location = New System.Drawing.Point(88, 50) Me.rdoFixedWidthText.Name = "rdoFixedWidthText" + Me.rdoFixedWidthText.Size = New System.Drawing.Size(81, 40) + Me.rdoFixedWidthText.TabIndex = 24 Me.rdoFixedWidthText.TabStop = True + Me.rdoFixedWidthText.Text = "Fixed width" + Me.rdoFixedWidthText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFixedWidthText.UseVisualStyleBackColor = True ' 'rdoFixedWidthWhiteSpacesText ' - resources.ApplyResources(Me.rdoFixedWidthWhiteSpacesText, "rdoFixedWidthWhiteSpacesText") + Me.rdoFixedWidthWhiteSpacesText.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFixedWidthWhiteSpacesText.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFixedWidthWhiteSpacesText.FlatAppearance.BorderSize = 2 Me.rdoFixedWidthWhiteSpacesText.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFixedWidthWhiteSpacesText.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFixedWidthWhiteSpacesText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFixedWidthWhiteSpacesText.Location = New System.Drawing.Point(167, 50) Me.rdoFixedWidthWhiteSpacesText.Name = "rdoFixedWidthWhiteSpacesText" + Me.rdoFixedWidthWhiteSpacesText.Size = New System.Drawing.Size(81, 40) + Me.rdoFixedWidthWhiteSpacesText.TabIndex = 25 Me.rdoFixedWidthWhiteSpacesText.TabStop = True + Me.rdoFixedWidthWhiteSpacesText.Text = "Fixed width" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "white spaces" + Me.rdoFixedWidthWhiteSpacesText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFixedWidthWhiteSpacesText.UseVisualStyleBackColor = True ' 'clbSheets ' Me.clbSheets.CheckOnClick = True Me.clbSheets.FormattingEnabled = True - resources.ApplyResources(Me.clbSheets, "clbSheets") + Me.clbSheets.HorizontalScrollbar = True + Me.clbSheets.Location = New System.Drawing.Point(267, 94) Me.clbSheets.Name = "clbSheets" + Me.clbSheets.Size = New System.Drawing.Size(255, 124) + Me.clbSheets.TabIndex = 26 ' 'lblSelectSheets ' - resources.ApplyResources(Me.lblSelectSheets, "lblSelectSheets") + Me.lblSelectSheets.AutoSize = True + Me.lblSelectSheets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectSheets.Location = New System.Drawing.Point(267, 50) Me.lblSelectSheets.Name = "lblSelectSheets" + Me.lblSelectSheets.Size = New System.Drawing.Size(76, 13) + Me.lblSelectSheets.TabIndex = 27 Me.lblSelectSheets.Tag = "" + Me.lblSelectSheets.Text = "Select Sheets:" ' 'lblImportingSheets ' - resources.ApplyResources(Me.lblImportingSheets, "lblImportingSheets") + Me.lblImportingSheets.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!) + Me.lblImportingSheets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblImportingSheets.Location = New System.Drawing.Point(267, 263) Me.lblImportingSheets.Name = "lblImportingSheets" + Me.lblImportingSheets.Size = New System.Drawing.Size(338, 114) + Me.lblImportingSheets.TabIndex = 28 + Me.lblImportingSheets.Text = "Importing the following sheets:" + Me.lblImportingSheets.Visible = False ' 'ucrChkDropEmptyCols ' + Me.ucrChkDropEmptyCols.AutoSize = True Me.ucrChkDropEmptyCols.Checked = False - resources.ApplyResources(Me.ucrChkDropEmptyCols, "ucrChkDropEmptyCols") + Me.ucrChkDropEmptyCols.Location = New System.Drawing.Point(8, 377) + Me.ucrChkDropEmptyCols.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkDropEmptyCols.Name = "ucrChkDropEmptyCols" + Me.ucrChkDropEmptyCols.Size = New System.Drawing.Size(250, 23) + Me.ucrChkDropEmptyCols.TabIndex = 31 ' 'ucrChkMultipleFiles ' - resources.ApplyResources(Me.ucrChkMultipleFiles, "ucrChkMultipleFiles") + Me.ucrChkMultipleFiles.AutoSize = True Me.ucrChkMultipleFiles.Checked = False + Me.ucrChkMultipleFiles.Location = New System.Drawing.Point(480, 20) Me.ucrChkMultipleFiles.Name = "ucrChkMultipleFiles" + Me.ucrChkMultipleFiles.Size = New System.Drawing.Size(189, 23) + Me.ucrChkMultipleFiles.TabIndex = 30 ' 'ucrSaveFile ' - resources.ApplyResources(Me.ucrSaveFile, "ucrSaveFile") + Me.ucrSaveFile.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveFile.Location = New System.Drawing.Point(9, 412) + Me.ucrSaveFile.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveFile.Name = "ucrSaveFile" + Me.ucrSaveFile.Size = New System.Drawing.Size(410, 22) + Me.ucrSaveFile.TabIndex = 29 ' 'ucrNudPreviewLines ' + Me.ucrNudPreviewLines.AutoSize = True Me.ucrNudPreviewLines.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPreviewLines.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPreviewLines, "ucrNudPreviewLines") + Me.ucrNudPreviewLines.Location = New System.Drawing.Point(555, 227) + Me.ucrNudPreviewLines.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudPreviewLines.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPreviewLines.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPreviewLines.Name = "ucrNudPreviewLines" + Me.ucrNudPreviewLines.Size = New System.Drawing.Size(50, 20) + Me.ucrNudPreviewLines.TabIndex = 11 Me.ucrNudPreviewLines.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPanelFixedWidthText ' - resources.ApplyResources(Me.ucrPanelFixedWidthText, "ucrPanelFixedWidthText") + Me.ucrPanelFixedWidthText.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPanelFixedWidthText.Location = New System.Drawing.Point(5, 47) Me.ucrPanelFixedWidthText.Name = "ucrPanelFixedWidthText" + Me.ucrPanelFixedWidthText.Size = New System.Drawing.Size(253, 45) + Me.ucrPanelFixedWidthText.TabIndex = 22 ' 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilePath, "ucrInputFilePath") + Me.ucrInputFilePath.Location = New System.Drawing.Point(47, 17) + Me.ucrInputFilePath.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputFilePath.Name = "ucrInputFilePath" + Me.ucrInputFilePath.RightToLeft = System.Windows.Forms.RightToLeft.Yes + Me.ucrInputFilePath.Size = New System.Drawing.Size(352, 21) + Me.ucrInputFilePath.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 445) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrChkSheetsCheckAll ' + Me.ucrChkSheetsCheckAll.AutoSize = True Me.ucrChkSheetsCheckAll.Checked = False - resources.ApplyResources(Me.ucrChkSheetsCheckAll, "ucrChkSheetsCheckAll") + Me.ucrChkSheetsCheckAll.Location = New System.Drawing.Point(270, 66) + Me.ucrChkSheetsCheckAll.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkSheetsCheckAll.Name = "ucrChkSheetsCheckAll" + Me.ucrChkSheetsCheckAll.Size = New System.Drawing.Size(129, 23) + Me.ucrChkSheetsCheckAll.TabIndex = 22 ' 'dlgImportDataset ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(673, 502) Me.Controls.Add(Me.ucrChkDropEmptyCols) Me.Controls.Add(Me.ucrChkMultipleFiles) Me.Controls.Add(Me.ucrSaveFile) @@ -685,12 +1006,15 @@ Partial Class dlgImportDataset Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportDataset" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Import_Dataset" + Me.Text = "Import Dataset" Me.grpCSV.ResumeLayout(False) Me.grpCSV.PerformLayout() Me.grpExcel.ResumeLayout(False) Me.grpExcel.PerformLayout() Me.grpRDS.ResumeLayout(False) + Me.grpRDS.PerformLayout() Me.grpText.ResumeLayout(False) Me.grpText.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgImportDataset.resx b/instat/dlgImportDataset.resx index 3a8d0554aeb..29dcb1b3a35 100644 --- a/instat/dlgImportDataset.resx +++ b/instat/dlgImportDataset.resx @@ -117,1956 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 264, 49 - - - 91, 13 - - - 7 - - - Text File Preview: - - - lblTextFilePreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - True - - - NoControl - - - 264, 230 - - - 106, 13 - - - 9 - - - Data Frame Preview: - - - lblDataFrame - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 25 - - - True - - - NoControl - - - 3, 24 - - - 55, 13 - - - 0 - - - Encoding: - - - lblEncodingCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 10 - - - True - - - NoControl - - - 3, 55 - - - 143, 13 - - - 2 - - - First Line is Column Headers: - - - lblHeadersCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 11 - - - True - - - NoControl - - - 3, 86 - - - 56, 13 - - - 8 - - - Separator: - - - lblSeparatorCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 12 - - - True - - - NoControl - - - 3, 117 - - - 48, 13 - - - 10 - - - Decimal: - - - lblDecimalCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 14 - - - 267, 66 - - - True - - - Both - - - 338, 150 - - - 8 - - - txtTextFilePreview - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - 267, 251 - - - 338, 153 - - - 12 - - - grdDataPreview - - - unvell.ReoGrid.ReoGridControl, unvell.ReoGrid, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - NoControl - - - 10, 20 - - - 38, 13 - - - 0 - - - File: - - - lblFileOpenPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - True - - - NoControl - - - 3, 209 - - - 75, 13 - - - 14 - - - Lines To Skip: - - - lblLinesToSkipCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 13 - - - NoControl - - - 408, 18 - - - 66, 23 - - - 2 - - - Browse - - - cmdBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - 158, 237 - - - 4, 5, 4, 5 - - - 70, 20 - - - 19 - - - ucrNudMaxRowsCSV - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 0 - - - 4, 237 - - - 4, 5, 4, 5 - - - 173, 20 - - - 17 - - - ucrChkMaxRowsCSV - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 1 - - - True - - - NoControl - - - 3, 148 - - - 105, 13 - - - 12 - - - Missing Value String: - - - lblNAStringsCSV - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 2 - - - 4, 180 - - - 4, 5, 4, 5 - - - 206, 20 - - - 16 - - - ucrChkStringsAsFactorsCSV - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 3 - - - 111, 207 - - - 4, 5, 4, 5 - - - 70, 20 - - - 15 - - - ucrNudRowsToSkipCSV - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 4 - - - 147, 52 - - - 6, 8, 6, 8 - - - 81, 21 - - - 3 - - - ucrInputHeadersCSV - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 5 - - - 111, 145 - - - 6, 8, 6, 8 - - - 117, 21 - - - 13 - - - ucrInputMissingValueStringCSV - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 6 - - - 71, 115 - - - 6, 8, 6, 8 - - - 157, 21 - - - 11 - - - ucrInputDecimalCSV - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 7 - - - 71, 83 - - - 6, 8, 6, 8 - - - 157, 21 - - - 9 - - - ucrInputSeparatorCSV - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 8 - - - 71, 20 - - - 6, 8, 6, 8 - - - 157, 21 - - - 1 - - - ucrInputEncodingCSV - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 9 - - - 9, 99 - - - 239, 268 - - - 4 - - - Import csv Options - - - False - - - grpCSV - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 107, 168 - - - 23, 13 - - - 32 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExcel - - - 0 - - - 8, 139 - - - 4, 5, 4, 5 - - - 170, 20 - - - 7 - - - ucrChkRange - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 1 - - - True - - - NoControl - - - 7, 168 - - - 33, 13 - - - 31 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExcel - - - 2 - - - 109, 184 - - - 62, 20 - - - 30 - - - ucrInputTextTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 3 - - - 8, 183 - - - 62, 20 - - - 29 - - - ucrInputTextFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 4 - - - 168, 214 - - - 4, 5, 4, 5 - - - 62, 20 - - - 13 - - - ucrNudMaxRowsExcel - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 5 - - - 8, 52 - - - 4, 5, 4, 5 - - - 173, 20 - - - 11 - - - ucrChkColumnNamesExcel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 6 - - - 8, 214 - - - 4, 5, 4, 5 - - - 173, 20 - - - 9 - - - ucrChkMaxRowsExcel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 7 - - - 8, 82 - - - 4, 5, 4, 5 - - - 170, 20 - - - 6 - - - ucrChkTrimWSExcel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 8 - - - 109, 110 - - - 4, 5, 4, 5 - - - 62, 20 - - - 8 - - - ucrNudRowsToSkipExcel - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 9 - - - True - - - NoControl - - - 2, 29 - - - 105, 13 - - - 3 - - - Missing Value String: - - - lblMissingValueStringExcel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExcel - - - 10 - - - 109, 25 - - - 6, 8, 6, 8 - - - 121, 21 - - - 5 - - - ucrInputMissingValueStringExcel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 11 - - - 109, 25 - - - 6, 8, 6, 8 - - - 121, 21 - - - 4 - - - ucrInputNamedRegions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpExcel - - - 12 - - - True - - - NoControl - - - 7, 29 - - - 93, 13 - - - 2 - - - or Named Region: - - - lblNamedRegion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExcel - - - 13 - - - True - - - NoControl - - - 3, 113 - - - 73, 13 - - - 7 - - - Rows to Skip: - - - lblRowToSkipExcel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpExcel - - - 14 - - - 9, 50 - - - 239, 241 - - - 5 - - - Import Excel Options - - - False - - - grpExcel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - 8, 175 - - - 4, 5, 4, 5 - - - 205, 20 - - - 6 - - - ucrChkOverwriteRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 0 - - - 8, 71 - - - 4, 5, 4, 5 - - - 205, 20 - - - 2 - - - ucrChkImportObjectsRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 1 - - - 8, 123 - - - 4, 5, 4, 5 - - - 205, 20 - - - 4 - - - ucrChkImportCalculationsRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 2 - - - 8, 149 - - - 4, 5, 4, 5 - - - 205, 20 - - - 5 - - - ucrChkImportChangesLogRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 3 - - - 8, 97 - - - 4, 5, 4, 5 - - - 205, 20 - - - 3 - - - ucrChkImportFiltersRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 4 - - - 8, 45 - - - 4, 5, 4, 5 - - - 205, 20 - - - 1 - - - ucrChkImportMetadataRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 5 - - - 8, 21 - - - 4, 5, 4, 5 - - - 205, 20 - - - 0 - - - ucrChkKeepExistingDataRDS - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpRDS - - - 6 - - - 9, 50 - - - 239, 218 - - - 6 - - - Import RDS Options - - - False - - - grpRDS - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - Microsoft Sans Serif, 11.25pt, style=Bold - - - NoControl - - - 253, 289 - - - 366, 36 - - - 13 - - - Cannot import this file with the current options. -Modify options or select a different file. - - - TopCenter - - - False - - - lblCannotImport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - Microsoft Sans Serif, 11.25pt - - - NoControl - - - 286, 290 - - - 302, 18 - - - 14 - - - Preview not yet implemented for this file type. - - - TopCenter - - - False - - - lblNoPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 467, 230 - - - 88, 13 - - - 10 - - - Lines to Preview: - - - lblLinesToPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 511, 412 - - - 94, 23 - - - 16 - - - Refresh Preview - - - cmdRefreshPreview - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 168, 104 - - - 4, 5, 4, 5 - - - 62, 20 - - - 12 - - - ucrNudMaxRowsText - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpText - - - 0 - - - 8, 104 - - - 4, 5, 4, 5 - - - 173, 20 - - - 21 - - - ucrChkMaxRowsText - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpText - - - 1 - - - 8, 21 - - - 4, 5, 4, 5 - - - 206, 20 - - - 17 - - - ucrChkColumnNamesText - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpText - - - 2 - - - True - - - NoControl - - - 4, 47 - - - 105, 13 - - - 12 - - - Missing Value String: - - - lblMissingValueStringText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpText - - - 3 - - - 118, 74 - - - 4, 5, 4, 5 - - - 63, 20 - - - 15 - - - ucrNudRowsToSkipText - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpText - - - 4 - - - 118, 44 - - - 6, 8, 6, 8 - - - 112, 21 - - - 13 - - - ucrInputMissingValueStringText - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpText - - - 5 - - - True - - - NoControl - - - 4, 79 - - - 75, 13 - - - 14 - - - Lines To Skip: - - - lblLinesToSkipText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpText - - - 6 - - - 9, 99 - - - 239, 132 - - - 17 - - - Import Text Options - - - False - - - grpText - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 9, 50 - - - 81, 40 - - - 23 - - - Separator - - - MiddleCenter - - - rdoSeparatortext - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 88, 50 - - - 81, 40 - - - 24 - - - Fixed width - - - MiddleCenter - - - rdoFixedWidthText - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 167, 50 - - - 81, 40 - - - 25 - - - Fixed width -white spaces - - - MiddleCenter - - - rdoFixedWidthWhiteSpacesText - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 267, 94 - - - 255, 124 - - - 26 - - - clbSheets - - - System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 267, 50 - - - 76, 13 - - - 27 - - - Select Sheets: - - - lblSelectSheets - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Microsoft Sans Serif, 11.25pt - - - NoControl - - - 267, 263 - - - 338, 114 - - - 28 - - - Importing the following sheets: - - - False - - - lblImportingSheets - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 8, 377 - - - 4, 5, 4, 5 - - - 250, 20 - - - 31 - - - ucrChkDropEmptyCols - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 480, 20 - - - 189, 23 - - - 30 - - - ucrChkMultipleFiles - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 412 - - - 4, 5, 4, 5 - - - 410, 22 - - - 29 - - - ucrSaveFile - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 555, 227 - - - 4, 5, 4, 5 - - - 50, 20 - - - 11 - - - ucrNudPreviewLines - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 5, 47 - - - 253, 45 - - - 22 - - - ucrPanelFixedWidthText - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 47, 17 - - - 6, 8, 6, 8 - - - Yes - - - 352, 21 - - - 1 - - - ucrInputFilePath - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - True - - - 9, 445 - - - 4, 5, 4, 5 - - - 410, 53 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 270, 66 - - - 4, 5, 4, 5 - - - 129, 20 - - - 22 - - - ucrChkSheetsCheckAll - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - True - - - 6, 13 - - - True - - - 673, 502 - - - CenterScreen - - - Import Dataset - - - dlgImportDataset - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportERA5Data.Designer.vb b/instat/dlgImportERA5Data.Designer.vb index ba1c61dfa2d..f343d3e5705 100644 --- a/instat/dlgImportERA5Data.Designer.vb +++ b/instat/dlgImportERA5Data.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgImportERA5Data 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportERA5Data)) Me.grpTimeSelection = New System.Windows.Forms.GroupBox() Me.rdoRange = New System.Windows.Forms.RadioButton() Me.lblTo = New System.Windows.Forms.Label() @@ -75,122 +74,214 @@ Partial Class dlgImportERA5Data Me.grpTimeSelection.Controls.Add(Me.ucrDtpEndDate) Me.grpTimeSelection.Controls.Add(Me.ucrDtpStartDate) Me.grpTimeSelection.Controls.Add(Me.ucrPnlRangeSelection) - resources.ApplyResources(Me.grpTimeSelection, "grpTimeSelection") + Me.grpTimeSelection.Location = New System.Drawing.Point(11, 133) Me.grpTimeSelection.Name = "grpTimeSelection" + Me.grpTimeSelection.Size = New System.Drawing.Size(297, 129) + Me.grpTimeSelection.TabIndex = 7 Me.grpTimeSelection.TabStop = False + Me.grpTimeSelection.Text = "Time Selection" ' 'rdoRange ' - resources.ApplyResources(Me.rdoRange, "rdoRange") + Me.rdoRange.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRange.BackColor = System.Drawing.SystemColors.Control Me.rdoRange.Checked = True Me.rdoRange.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRange.FlatAppearance.BorderSize = 2 Me.rdoRange.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRange.Location = New System.Drawing.Point(43, 23) Me.rdoRange.Name = "rdoRange" + Me.rdoRange.Size = New System.Drawing.Size(102, 28) + Me.rdoRange.TabIndex = 1 Me.rdoRange.TabStop = True Me.rdoRange.Tag = "" + Me.rdoRange.Text = "Range" + Me.rdoRange.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRange.UseVisualStyleBackColor = False ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(6, 100) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 5 + Me.lblTo.Text = "To:" ' 'rdoSelection ' - resources.ApplyResources(Me.rdoSelection, "rdoSelection") + Me.rdoSelection.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSelection.BackColor = System.Drawing.SystemColors.Control + Me.rdoSelection.Enabled = False Me.rdoSelection.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSelection.FlatAppearance.BorderSize = 2 Me.rdoSelection.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSelection.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSelection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSelection.Location = New System.Drawing.Point(143, 23) Me.rdoSelection.Name = "rdoSelection" + Me.rdoSelection.Size = New System.Drawing.Size(102, 28) + Me.rdoSelection.TabIndex = 2 Me.rdoSelection.TabStop = True Me.rdoSelection.Tag = "" + Me.rdoSelection.Text = "Selection" + Me.rdoSelection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSelection.UseVisualStyleBackColor = False ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(6, 70) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 3 + Me.lblFrom.Text = "From:" ' 'ucrDtpEndDate ' + Me.ucrDtpEndDate.AutoSize = True Me.ucrDtpEndDate.DateValue = New Date(2021, 3, 29, 10, 5, 8, 139) Me.ucrDtpEndDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpEndDate, "ucrDtpEndDate") + Me.ucrDtpEndDate.Location = New System.Drawing.Point(46, 100) Me.ucrDtpEndDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpEndDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpEndDate.Name = "ucrDtpEndDate" + Me.ucrDtpEndDate.Size = New System.Drawing.Size(163, 20) + Me.ucrDtpEndDate.TabIndex = 6 ' 'ucrDtpStartDate ' + Me.ucrDtpStartDate.AutoSize = True Me.ucrDtpStartDate.DateValue = New Date(2021, 3, 29, 10, 5, 8, 139) Me.ucrDtpStartDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpStartDate, "ucrDtpStartDate") + Me.ucrDtpStartDate.Location = New System.Drawing.Point(46, 68) Me.ucrDtpStartDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpStartDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpStartDate.Name = "ucrDtpStartDate" + Me.ucrDtpStartDate.Size = New System.Drawing.Size(165, 20) + Me.ucrDtpStartDate.TabIndex = 4 ' 'ucrPnlRangeSelection ' - resources.ApplyResources(Me.ucrPnlRangeSelection, "ucrPnlRangeSelection") + Me.ucrPnlRangeSelection.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlRangeSelection.Location = New System.Drawing.Point(38, 16) Me.ucrPnlRangeSelection.Name = "ucrPnlRangeSelection" + Me.ucrPnlRangeSelection.Size = New System.Drawing.Size(223, 42) + Me.ucrPnlRangeSelection.TabIndex = 0 ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblData.Location = New System.Drawing.Point(19, 85) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(33, 13) + Me.lblData.TabIndex = 2 + Me.lblData.Text = "Data:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(18, 111) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 4 + Me.lblElement.Text = "Element:" ' 'lblAPIKey ' - resources.ApplyResources(Me.lblAPIKey, "lblAPIKey") + Me.lblAPIKey.AutoSize = True + Me.lblAPIKey.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAPIKey.Location = New System.Drawing.Point(6, 46) Me.lblAPIKey.Name = "lblAPIKey" + Me.lblAPIKey.Size = New System.Drawing.Size(48, 13) + Me.lblAPIKey.TabIndex = 2 + Me.lblAPIKey.Text = "API Key:" ' 'lblUserID ' - resources.ApplyResources(Me.lblUserID, "lblUserID") + Me.lblUserID.AutoSize = True + Me.lblUserID.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblUserID.Location = New System.Drawing.Point(6, 19) Me.lblUserID.Name = "lblUserID" + Me.lblUserID.Size = New System.Drawing.Size(29, 13) + Me.lblUserID.TabIndex = 0 + Me.lblUserID.Text = "UID:" ' 'lblMinLongitude ' - resources.ApplyResources(Me.lblMinLongitude, "lblMinLongitude") + Me.lblMinLongitude.AutoSize = True + Me.lblMinLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinLongitude.Location = New System.Drawing.Point(70, 19) Me.lblMinLongitude.Name = "lblMinLongitude" + Me.lblMinLongitude.Size = New System.Drawing.Size(24, 13) + Me.lblMinLongitude.TabIndex = 1 + Me.lblMinLongitude.Text = "Min" ' 'lblMinLatitude ' - resources.ApplyResources(Me.lblMinLatitude, "lblMinLatitude") + Me.lblMinLatitude.AutoSize = True + Me.lblMinLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinLatitude.Location = New System.Drawing.Point(70, 49) Me.lblMinLatitude.Name = "lblMinLatitude" + Me.lblMinLatitude.Size = New System.Drawing.Size(24, 13) + Me.lblMinLatitude.TabIndex = 6 + Me.lblMinLatitude.Text = "Min" ' 'lblMaxLatitude ' - resources.ApplyResources(Me.lblMaxLatitude, "lblMaxLatitude") + Me.lblMaxLatitude.AutoSize = True + Me.lblMaxLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxLatitude.Location = New System.Drawing.Point(180, 49) Me.lblMaxLatitude.Name = "lblMaxLatitude" + Me.lblMaxLatitude.Size = New System.Drawing.Size(27, 13) + Me.lblMaxLatitude.TabIndex = 8 + Me.lblMaxLatitude.Text = "Max" ' 'lblMaxLongitude ' - resources.ApplyResources(Me.lblMaxLongitude, "lblMaxLongitude") + Me.lblMaxLongitude.AutoSize = True + Me.lblMaxLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxLongitude.Location = New System.Drawing.Point(180, 19) Me.lblMaxLongitude.Name = "lblMaxLongitude" + Me.lblMaxLongitude.Size = New System.Drawing.Size(27, 13) + Me.lblMaxLongitude.TabIndex = 3 + Me.lblMaxLongitude.Text = "Max" ' 'lblNewDataFrameName ' - resources.ApplyResources(Me.lblNewDataFrameName, "lblNewDataFrameName") + Me.lblNewDataFrameName.AutoSize = True + Me.lblNewDataFrameName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewDataFrameName.Location = New System.Drawing.Point(11, 443) Me.lblNewDataFrameName.Name = "lblNewDataFrameName" + Me.lblNewDataFrameName.Size = New System.Drawing.Size(121, 13) + Me.lblNewDataFrameName.TabIndex = 0 + Me.lblNewDataFrameName.Text = "New Data Frame Name:" ' 'lblLatitude ' - resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.AutoSize = True + Me.lblLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLatitude.Location = New System.Drawing.Point(7, 49) Me.lblLatitude.Name = "lblLatitude" + Me.lblLatitude.Size = New System.Drawing.Size(48, 13) + Me.lblLatitude.TabIndex = 5 + Me.lblLatitude.Text = "Latitude:" ' 'lblLongitude ' - resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.AutoSize = True + Me.lblLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLongitude.Location = New System.Drawing.Point(7, 19) Me.lblLongitude.Name = "lblLongitude" + Me.lblLongitude.Size = New System.Drawing.Size(57, 13) + Me.lblLongitude.TabIndex = 0 + Me.lblLongitude.Text = "Longitude:" ' 'grpLocationSelection ' @@ -204,47 +295,67 @@ Partial Class dlgImportERA5Data Me.grpLocationSelection.Controls.Add(Me.ucrInputMinLatitude) Me.grpLocationSelection.Controls.Add(Me.ucrInputMaxLongitude) Me.grpLocationSelection.Controls.Add(Me.ucrInputMaxLatitude) - resources.ApplyResources(Me.grpLocationSelection, "grpLocationSelection") + Me.grpLocationSelection.Location = New System.Drawing.Point(11, 295) Me.grpLocationSelection.Name = "grpLocationSelection" + Me.grpLocationSelection.Size = New System.Drawing.Size(297, 79) + Me.grpLocationSelection.TabIndex = 12 Me.grpLocationSelection.TabStop = False + Me.grpLocationSelection.Text = "Location Selection" ' 'ucrInputMinLongitude ' Me.ucrInputMinLongitude.AddQuotesIfUnrecognised = True + Me.ucrInputMinLongitude.AutoSize = True Me.ucrInputMinLongitude.IsMultiline = False Me.ucrInputMinLongitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLongitude, "ucrInputMinLongitude") + Me.ucrInputMinLongitude.Location = New System.Drawing.Point(100, 15) Me.ucrInputMinLongitude.Name = "ucrInputMinLongitude" + Me.ucrInputMinLongitude.Size = New System.Drawing.Size(70, 21) + Me.ucrInputMinLongitude.TabIndex = 2 ' 'ucrInputMinLatitude ' Me.ucrInputMinLatitude.AddQuotesIfUnrecognised = True + Me.ucrInputMinLatitude.AutoSize = True Me.ucrInputMinLatitude.IsMultiline = False Me.ucrInputMinLatitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLatitude, "ucrInputMinLatitude") + Me.ucrInputMinLatitude.Location = New System.Drawing.Point(100, 45) Me.ucrInputMinLatitude.Name = "ucrInputMinLatitude" + Me.ucrInputMinLatitude.Size = New System.Drawing.Size(70, 21) + Me.ucrInputMinLatitude.TabIndex = 7 ' 'ucrInputMaxLongitude ' Me.ucrInputMaxLongitude.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLongitude.AutoSize = True Me.ucrInputMaxLongitude.IsMultiline = False Me.ucrInputMaxLongitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLongitude, "ucrInputMaxLongitude") + Me.ucrInputMaxLongitude.Location = New System.Drawing.Point(211, 15) Me.ucrInputMaxLongitude.Name = "ucrInputMaxLongitude" + Me.ucrInputMaxLongitude.Size = New System.Drawing.Size(70, 21) + Me.ucrInputMaxLongitude.TabIndex = 4 ' 'ucrInputMaxLatitude ' Me.ucrInputMaxLatitude.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLatitude.AutoSize = True Me.ucrInputMaxLatitude.IsMultiline = False Me.ucrInputMaxLatitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLatitude, "ucrInputMaxLatitude") + Me.ucrInputMaxLatitude.Location = New System.Drawing.Point(211, 45) Me.ucrInputMaxLatitude.Name = "ucrInputMaxLatitude" + Me.ucrInputMaxLatitude.Size = New System.Drawing.Size(70, 21) + Me.ucrInputMaxLatitude.TabIndex = 9 ' 'lblResolutionLabel ' - resources.ApplyResources(Me.lblResolutionLabel, "lblResolutionLabel") + Me.lblResolutionLabel.AutoSize = True Me.lblResolutionLabel.ForeColor = System.Drawing.Color.Red + Me.lblResolutionLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblResolutionLabel.Location = New System.Drawing.Point(86, 274) Me.lblResolutionLabel.Name = "lblResolutionLabel" + Me.lblResolutionLabel.Size = New System.Drawing.Size(60, 13) + Me.lblResolutionLabel.TabIndex = 9 + Me.lblResolutionLabel.Text = "0.25 x 0.25" ' 'grpLoginToCDS ' @@ -252,99 +363,149 @@ Partial Class dlgImportERA5Data Me.grpLoginToCDS.Controls.Add(Me.lblAPIKey) Me.grpLoginToCDS.Controls.Add(Me.ucrInputUserID) Me.grpLoginToCDS.Controls.Add(Me.ucrInputAPIKey) - resources.ApplyResources(Me.grpLoginToCDS, "grpLoginToCDS") + Me.grpLoginToCDS.Location = New System.Drawing.Point(12, 9) Me.grpLoginToCDS.Name = "grpLoginToCDS" + Me.grpLoginToCDS.Size = New System.Drawing.Size(296, 67) + Me.grpLoginToCDS.TabIndex = 0 Me.grpLoginToCDS.TabStop = False + Me.grpLoginToCDS.Text = "Login to CDS" ' 'ucrInputUserID ' Me.ucrInputUserID.AddQuotesIfUnrecognised = True + Me.ucrInputUserID.AutoSize = True Me.ucrInputUserID.IsMultiline = False Me.ucrInputUserID.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUserID, "ucrInputUserID") + Me.ucrInputUserID.Location = New System.Drawing.Point(68, 16) Me.ucrInputUserID.Name = "ucrInputUserID" + Me.ucrInputUserID.Size = New System.Drawing.Size(221, 21) + Me.ucrInputUserID.TabIndex = 1 ' 'ucrInputAPIKey ' Me.ucrInputAPIKey.AddQuotesIfUnrecognised = True + Me.ucrInputAPIKey.AutoSize = True Me.ucrInputAPIKey.IsMultiline = False Me.ucrInputAPIKey.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAPIKey, "ucrInputAPIKey") + Me.ucrInputAPIKey.Location = New System.Drawing.Point(67, 43) Me.ucrInputAPIKey.Name = "ucrInputAPIKey" + Me.ucrInputAPIKey.Size = New System.Drawing.Size(222, 21) + Me.ucrInputAPIKey.TabIndex = 3 ' 'lblResolution ' - resources.ApplyResources(Me.lblResolution, "lblResolution") + Me.lblResolution.AutoSize = True + Me.lblResolution.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblResolution.Location = New System.Drawing.Point(19, 274) Me.lblResolution.Name = "lblResolution" + Me.lblResolution.Size = New System.Drawing.Size(60, 13) + Me.lblResolution.TabIndex = 8 + Me.lblResolution.Text = "Resolution:" ' 'lnkCreateAnAccount ' - resources.ApplyResources(Me.lnkCreateAnAccount, "lnkCreateAnAccount") + Me.lnkCreateAnAccount.AutoSize = True Me.lnkCreateAnAccount.BackColor = System.Drawing.SystemColors.ActiveCaption Me.lnkCreateAnAccount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lnkCreateAnAccount.Cursor = System.Windows.Forms.Cursors.Hand + Me.lnkCreateAnAccount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.lnkCreateAnAccount.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lnkCreateAnAccount.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline + Me.lnkCreateAnAccount.Location = New System.Drawing.Point(309, 37) Me.lnkCreateAnAccount.Name = "lnkCreateAnAccount" + Me.lnkCreateAnAccount.Size = New System.Drawing.Size(118, 18) + Me.lnkCreateAnAccount.TabIndex = 1 Me.lnkCreateAnAccount.TabStop = True + Me.lnkCreateAnAccount.Text = "Create an account" ' 'lblSaveDownloadedFileTo ' - resources.ApplyResources(Me.lblSaveDownloadedFileTo, "lblSaveDownloadedFileTo") + Me.lblSaveDownloadedFileTo.AutoSize = True + Me.lblSaveDownloadedFileTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSaveDownloadedFileTo.Location = New System.Drawing.Point(10, 388) Me.lblSaveDownloadedFileTo.Name = "lblSaveDownloadedFileTo" + Me.lblSaveDownloadedFileTo.Size = New System.Drawing.Size(129, 13) + Me.lblSaveDownloadedFileTo.TabIndex = 13 + Me.lblSaveDownloadedFileTo.Text = "Save Downloaded File to:" ' 'cmdBrowse ' - resources.ApplyResources(Me.cmdBrowse, "cmdBrowse") + Me.cmdBrowse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrowse.Location = New System.Drawing.Point(351, 383) Me.cmdBrowse.Name = "cmdBrowse" + Me.cmdBrowse.Size = New System.Drawing.Size(71, 23) + Me.cmdBrowse.TabIndex = 15 + Me.cmdBrowse.Text = "Browse" Me.cmdBrowse.UseVisualStyleBackColor = True ' 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilePath, "ucrInputFilePath") + Me.ucrInputFilePath.Location = New System.Drawing.Point(202, 385) Me.ucrInputFilePath.Name = "ucrInputFilePath" + Me.ucrInputFilePath.Size = New System.Drawing.Size(148, 21) + Me.ucrInputFilePath.TabIndex = 14 ' 'ucrChkDoNotImport ' + Me.ucrChkDoNotImport.AutoSize = True Me.ucrChkDoNotImport.Checked = False - resources.ApplyResources(Me.ucrChkDoNotImport, "ucrChkDoNotImport") + Me.ucrChkDoNotImport.Location = New System.Drawing.Point(11, 412) Me.ucrChkDoNotImport.Name = "ucrChkDoNotImport" + Me.ucrChkDoNotImport.Size = New System.Drawing.Size(347, 23) + Me.ucrChkDoNotImport.TabIndex = 16 ' 'ucrInputNewDataFrameName ' Me.ucrInputNewDataFrameName.AddQuotesIfUnrecognised = True + Me.ucrInputNewDataFrameName.AutoSize = True Me.ucrInputNewDataFrameName.IsMultiline = False Me.ucrInputNewDataFrameName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewDataFrameName, "ucrInputNewDataFrameName") + Me.ucrInputNewDataFrameName.Location = New System.Drawing.Point(201, 440) Me.ucrInputNewDataFrameName.Name = "ucrInputNewDataFrameName" + Me.ucrInputNewDataFrameName.Size = New System.Drawing.Size(173, 21) + Me.ucrInputNewDataFrameName.TabIndex = 1 ' 'ucrInputElement ' Me.ucrInputElement.AddQuotesIfUnrecognised = True + Me.ucrInputElement.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputElement.GetSetSelectedIndex = -1 Me.ucrInputElement.IsReadOnly = False - resources.ApplyResources(Me.ucrInputElement, "ucrInputElement") + Me.ucrInputElement.Location = New System.Drawing.Point(80, 107) Me.ucrInputElement.Name = "ucrInputElement" + Me.ucrInputElement.Size = New System.Drawing.Size(221, 21) + Me.ucrInputElement.TabIndex = 5 ' 'ucrInputData ' Me.ucrInputData.AddQuotesIfUnrecognised = True + Me.ucrInputData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputData.GetSetSelectedIndex = -1 Me.ucrInputData.IsReadOnly = False - resources.ApplyResources(Me.ucrInputData, "ucrInputData") + Me.ucrInputData.Location = New System.Drawing.Point(80, 81) Me.ucrInputData.Name = "ucrInputData" + Me.ucrInputData.Size = New System.Drawing.Size(221, 21) + Me.ucrInputData.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(11, 465) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 2 ' 'dlgImportERA5Data ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(428, 517) Me.Controls.Add(Me.lblSaveDownloadedFileTo) Me.Controls.Add(Me.ucrInputFilePath) Me.Controls.Add(Me.cmdBrowse) @@ -366,6 +527,8 @@ Partial Class dlgImportERA5Data Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportERA5Data" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import from CDS (Climate Data Store)" Me.grpTimeSelection.ResumeLayout(False) Me.grpTimeSelection.PerformLayout() Me.grpLocationSelection.ResumeLayout(False) diff --git a/instat/dlgImportERA5Data.resx b/instat/dlgImportERA5Data.resx index 8632f56d629..1af7de150c9 100644 --- a/instat/dlgImportERA5Data.resx +++ b/instat/dlgImportERA5Data.resx @@ -117,1036 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - NoControl - - - - 43, 23 - - - 102, 28 - - - - 1 - - - Range - - - MiddleCenter - - - rdoRange - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTimeSelection - - - 0 - - - True - - - NoControl - - - 6, 100 - - - 23, 13 - - - 5 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTimeSelection - - - 1 - - - Button - - - False - - - Flat - - - NoControl - - - 143, 23 - - - 102, 28 - - - 2 - - - Selection - - - MiddleCenter - - - rdoSelection - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTimeSelection - - - 2 - - - True - - - NoControl - - - 6, 70 - - - 33, 13 - - - 3 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTimeSelection - - - 3 - - - 46, 100 - - - 163, 20 - - - 6 - - - ucrDtpEndDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTimeSelection - - - 4 - - - 46, 68 - - - 165, 20 - - - 4 - - - ucrDtpStartDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTimeSelection - - - 5 - - - 38, 16 - - - 223, 42 - - - 0 - - - ucrPnlRangeSelection - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTimeSelection - - - 6 - - - 11, 133 - - - 297, 129 - - - 7 - - - Time Selection - - - grpTimeSelection - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 19, 85 - - - 33, 13 - - - 2 - - - Data: - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 18, 111 - - - 48, 13 - - - 4 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 6, 46 - - - 48, 13 - - - 2 - - - API Key: - - - lblAPIKey - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLoginToCDS - - - 1 - - - True - - - NoControl - - - 6, 19 - - - 29, 13 - - - 0 - - - UID: - - - lblUserID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLoginToCDS - - - 0 - - - True - - - NoControl - - - 70, 19 - - - 24, 13 - - - 1 - - - Min - - - lblMinLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 4 - - - True - - - NoControl - - - 70, 49 - - - 24, 13 - - - 6 - - - Min - - - lblMinLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 5 - - - True - - - NoControl - - - 180, 49 - - - 27, 13 - - - 8 - - - Max - - - lblMaxLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 2 - - - True - - - NoControl - - - 180, 19 - - - 27, 13 - - - 3 - - - Max - - - lblMaxLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 3 - - - True - - - NoControl - - - 11, 443 - - - 121, 13 - - - 0 - - - New Data Frame Name: - - - lblNewDataFrameName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 7, 49 - - - 48, 13 - - - 5 - - - Latitude: - - - lblLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 1 - - - True - - - NoControl - - - 7, 19 - - - 57, 13 - - - 0 - - - Longitude: - - - lblLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationSelection - - - 0 - - - 100, 15 - - - 70, 21 - - - 2 - - - ucrInputMinLongitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationSelection - - - 6 - - - 100, 45 - - - 70, 21 - - - 7 - - - ucrInputMinLatitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationSelection - - - 7 - - - 211, 15 - - - 70, 21 - - - 4 - - - ucrInputMaxLongitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationSelection - - - 8 - - - 211, 45 - - - 70, 21 - - - 9 - - - ucrInputMaxLatitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationSelection - - - 9 - - - 11, 295 - - - 297, 79 - - - 12 - - - Location Selection - - - grpLocationSelection - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 86, 274 - - - 60, 13 - - - 9 - - - 0.25 x 0.25 - - - lblResolutionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 68, 16 - - - 221, 21 - - - 1 - - - ucrInputUserID - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLoginToCDS - - - 2 - - - 67, 43 - - - 222, 21 - - - 3 - - - ucrInputAPIKey - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLoginToCDS - - - 3 - - - 12, 9 - - - 296, 67 - - - 0 - - - Login to CDS - - - grpLoginToCDS - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 19, 274 - - - 60, 13 - - - 8 - - - Resolution: - - - lblResolution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 309, 37 - - - 118, 18 - - - 1 - - - Create an account - - - lnkCreateAnAccount - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 10, 388 - - - 129, 13 - - - 13 - - - Save Downloaded File to: - - - lblSaveDownloadedFileTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - NoControl - - - 351, 383 - - - 71, 23 - - - 15 - - - Browse - - - cmdBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 202, 385 - - - 148, 21 - - - 14 - - - ucrInputFilePath - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 11, 412 - - - 347, 20 - - - 16 - - - ucrChkDoNotImport - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 201, 440 - - - 173, 21 - - - 1 - - - ucrInputNewDataFrameName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 80, 107 - - - 221, 21 - - - 5 - - - ucrInputElement - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 80, 81 - - - 221, 21 - - - 3 - - - ucrInputData - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 11, 465 - - - 410, 52 - - - 2 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 6, 13 - - - True - - - 428, 517 - - - CenterScreen - - - Import from CDS (Climate Data Store) - - - dlgImportERA5Data - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportFromCSPRO.Designer.vb b/instat/dlgImportFromCSPRO.Designer.vb index 81d51a50ccb..397e2364e05 100644 --- a/instat/dlgImportFromCSPRO.Designer.vb +++ b/instat/dlgImportFromCSPRO.Designer.vb @@ -38,24 +38,32 @@ Partial Class dlgImportFromCSPRO 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportFromCSPRO)) Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 319) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgImportFromCSPRO ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(423, 377) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportFromCSPRO" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import From CSPRO" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgImportFromCSPRO.resx b/instat/dlgImportFromCSPRO.resx index ef27234bc2f..29dcb1b3a35 100644 --- a/instat/dlgImportFromCSPRO.resx +++ b/instat/dlgImportFromCSPRO.resx @@ -117,58 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 319 - - - - 4, 5, 4, 5 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 423, 377 - - - CenterScreen - - - Import From CSPRO - - - dlgImportFromCSPRO - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportFromODK.Designer.vb b/instat/dlgImportFromODK.Designer.vb index ffaea50e8f4..fdbb6c1832f 100644 --- a/instat/dlgImportFromODK.Designer.vb +++ b/instat/dlgImportFromODK.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgImportFromODK 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportFromODK)) Me.lblUsername = New System.Windows.Forms.Label() Me.lblChooseForm = New System.Windows.Forms.Label() Me.cmdFindForms = New System.Windows.Forms.Button() @@ -52,70 +51,110 @@ Partial Class dlgImportFromODK ' 'lblUsername ' - resources.ApplyResources(Me.lblUsername, "lblUsername") + Me.lblUsername.Location = New System.Drawing.Point(10, 58) Me.lblUsername.Name = "lblUsername" + Me.lblUsername.Size = New System.Drawing.Size(112, 13) + Me.lblUsername.TabIndex = 1 + Me.lblUsername.Text = "Username:" ' 'lblChooseForm ' - resources.ApplyResources(Me.lblChooseForm, "lblChooseForm") + Me.lblChooseForm.Location = New System.Drawing.Point(10, 118) Me.lblChooseForm.Name = "lblChooseForm" + Me.lblChooseForm.Size = New System.Drawing.Size(112, 13) + Me.lblChooseForm.TabIndex = 4 + Me.lblChooseForm.Text = "Choose Form:" ' 'cmdFindForms ' - resources.ApplyResources(Me.cmdFindForms, "cmdFindForms") + Me.cmdFindForms.Location = New System.Drawing.Point(10, 84) Me.cmdFindForms.Name = "cmdFindForms" + Me.cmdFindForms.Size = New System.Drawing.Size(121, 23) + Me.cmdFindForms.TabIndex = 3 + Me.cmdFindForms.Text = "Find Forms" Me.cmdFindForms.UseVisualStyleBackColor = True ' 'ucrInputChooseForm ' Me.ucrInputChooseForm.AddQuotesIfUnrecognised = True + Me.ucrInputChooseForm.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputChooseForm.GetSetSelectedIndex = -1 Me.ucrInputChooseForm.IsReadOnly = False - resources.ApplyResources(Me.ucrInputChooseForm, "ucrInputChooseForm") + Me.ucrInputChooseForm.Location = New System.Drawing.Point(116, 114) + Me.ucrInputChooseForm.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputChooseForm.Name = "ucrInputChooseForm" + Me.ucrInputChooseForm.Size = New System.Drawing.Size(167, 21) + Me.ucrInputChooseForm.TabIndex = 5 ' 'ucrInputUsername ' Me.ucrInputUsername.AddQuotesIfUnrecognised = True + Me.ucrInputUsername.AutoSize = True Me.ucrInputUsername.IsMultiline = False Me.ucrInputUsername.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUsername, "ucrInputUsername") + Me.ucrInputUsername.Location = New System.Drawing.Point(116, 56) + Me.ucrInputUsername.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputUsername.Name = "ucrInputUsername" + Me.ucrInputUsername.Size = New System.Drawing.Size(167, 21) + Me.ucrInputUsername.TabIndex = 2 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(2, 148) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'ucrPnlPlatform ' - resources.ApplyResources(Me.ucrPnlPlatform, "ucrPnlPlatform") + Me.ucrPnlPlatform.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlatform.Location = New System.Drawing.Point(98, 12) + Me.ucrPnlPlatform.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrPnlPlatform.Name = "ucrPnlPlatform" + Me.ucrPnlPlatform.Size = New System.Drawing.Size(246, 28) + Me.ucrPnlPlatform.TabIndex = 0 ' 'rdoKobo ' - resources.ApplyResources(Me.rdoKobo, "rdoKobo") + Me.rdoKobo.Appearance = System.Windows.Forms.Appearance.Button Me.rdoKobo.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoKobo.FlatAppearance.BorderSize = 2 Me.rdoKobo.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoKobo.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoKobo.Location = New System.Drawing.Point(116, 12) Me.rdoKobo.Name = "rdoKobo" + Me.rdoKobo.Size = New System.Drawing.Size(100, 28) + Me.rdoKobo.TabIndex = 0 Me.rdoKobo.TabStop = True + Me.rdoKobo.Text = "Kobo" + Me.rdoKobo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoKobo.UseVisualStyleBackColor = True ' 'rdoOna ' - resources.ApplyResources(Me.rdoOna, "rdoOna") + Me.rdoOna.Appearance = System.Windows.Forms.Appearance.Button Me.rdoOna.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoOna.FlatAppearance.BorderSize = 2 Me.rdoOna.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoOna.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoOna.Location = New System.Drawing.Point(214, 12) Me.rdoOna.Name = "rdoOna" + Me.rdoOna.Size = New System.Drawing.Size(100, 28) + Me.rdoOna.TabIndex = 1 Me.rdoOna.TabStop = True + Me.rdoOna.Text = "Ona" + Me.rdoOna.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoOna.UseVisualStyleBackColor = True ' 'dlgImportFromODK ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(426, 205) Me.Controls.Add(Me.rdoOna) Me.Controls.Add(Me.rdoKobo) Me.Controls.Add(Me.ucrPnlPlatform) @@ -129,6 +168,8 @@ Partial Class dlgImportFromODK Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportFromODK" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import from ODK" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgImportFromODK.resx b/instat/dlgImportFromODK.resx index e4b68eaf332..29dcb1b3a35 100644 --- a/instat/dlgImportFromODK.resx +++ b/instat/dlgImportFromODK.resx @@ -117,268 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 58 - - - 112, 13 - - - - 1 - - - Username: - - - lblUsername - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 10, 118 - - - 112, 13 - - - 4 - - - Choose Form: - - - lblChooseForm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 10, 84 - - - 121, 23 - - - 3 - - - Find Forms - - - cmdFindForms - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 116, 114 - - - - 6, 8, 6, 8 - - - 167, 21 - - - 5 - - - ucrInputChooseForm - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 116, 56 - - - 6, 8, 6, 8 - - - 167, 21 - - - 2 - - - ucrInputUsername - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 2, 148 - - - 4, 5, 4, 5 - - - 412, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 98, 12 - - - 4, 5, 4, 5 - - - 246, 28 - - - 0 - - - ucrPnlPlatform - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - Button - - - Flat - - - 116, 12 - - - 100, 28 - - - 0 - - - Kobo - - - MiddleCenter - - - rdoKobo - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - 214, 12 - - - 100, 28 - - - 1 - - - Ona - - - MiddleCenter - - - rdoOna - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 426, 205 - - - CenterScreen - - - Import from ODK - - - dlgImportFromODK - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportGriddedData.Designer.vb b/instat/dlgImportGriddedData.Designer.vb index ffdcc7e08b1..989bd968388 100644 --- a/instat/dlgImportGriddedData.Designer.vb +++ b/instat/dlgImportGriddedData.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgImportGriddedData 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportGriddedData)) Me.lblLat = New System.Windows.Forms.Label() Me.lblMaxLat = New System.Windows.Forms.Label() Me.lblLon = New System.Windows.Forms.Label() @@ -78,43 +77,82 @@ Partial Class dlgImportGriddedData ' 'lblLat ' - resources.ApplyResources(Me.lblLat, "lblLat") + Me.lblLat.AutoSize = True + Me.lblLat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLat.Location = New System.Drawing.Point(11, 92) Me.lblLat.Name = "lblLat" + Me.lblLat.Size = New System.Drawing.Size(48, 13) + Me.lblLat.TabIndex = 10 + Me.lblLat.Text = "Latitude:" ' 'lblMaxLat ' - resources.ApplyResources(Me.lblMaxLat, "lblMaxLat") + Me.lblMaxLat.AutoSize = True + Me.lblMaxLat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxLat.Location = New System.Drawing.Point(179, 92) Me.lblMaxLat.Name = "lblMaxLat" + Me.lblMaxLat.Size = New System.Drawing.Size(27, 13) + Me.lblMaxLat.TabIndex = 12 + Me.lblMaxLat.Text = "Max" ' 'lblLon ' - resources.ApplyResources(Me.lblLon, "lblLon") + Me.lblLon.AutoSize = True + Me.lblLon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLon.Location = New System.Drawing.Point(11, 67) Me.lblLon.Name = "lblLon" + Me.lblLon.Size = New System.Drawing.Size(57, 13) + Me.lblLon.TabIndex = 6 + Me.lblLon.Text = "Longitude:" ' 'lblMaxLon ' - resources.ApplyResources(Me.lblMaxLon, "lblMaxLon") + Me.lblMaxLon.AutoSize = True + Me.lblMaxLon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxLon.Location = New System.Drawing.Point(179, 67) Me.lblMaxLon.Name = "lblMaxLon" + Me.lblMaxLon.Size = New System.Drawing.Size(27, 13) + Me.lblMaxLon.TabIndex = 8 + Me.lblMaxLon.Text = "Max" ' 'lblNewDataFrameName ' - resources.ApplyResources(Me.lblNewDataFrameName, "lblNewDataFrameName") + Me.lblNewDataFrameName.AutoSize = True + Me.lblNewDataFrameName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewDataFrameName.Location = New System.Drawing.Point(8, 348) Me.lblNewDataFrameName.Name = "lblNewDataFrameName" + Me.lblNewDataFrameName.Size = New System.Drawing.Size(121, 13) + Me.lblNewDataFrameName.TabIndex = 10 + Me.lblNewDataFrameName.Text = "New Data Frame Name:" ' 'lblSource ' - resources.ApplyResources(Me.lblSource, "lblSource") + Me.lblSource.AutoSize = True + Me.lblSource.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSource.Location = New System.Drawing.Point(8, 10) Me.lblSource.Name = "lblSource" + Me.lblSource.Size = New System.Drawing.Size(44, 13) + Me.lblSource.TabIndex = 0 + Me.lblSource.Text = "Source:" ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblData.Location = New System.Drawing.Point(8, 37) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(33, 13) + Me.lblData.TabIndex = 2 + Me.lblData.Text = "Data:" ' 'cmdBrowse ' - resources.ApplyResources(Me.cmdBrowse, "cmdBrowse") + Me.cmdBrowse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrowse.Location = New System.Drawing.Point(338, 295) Me.cmdBrowse.Name = "cmdBrowse" + Me.cmdBrowse.Size = New System.Drawing.Size(71, 23) + Me.cmdBrowse.TabIndex = 8 + Me.cmdBrowse.Text = "Browse" Me.cmdBrowse.UseVisualStyleBackColor = True ' 'grpDateRange @@ -126,66 +164,102 @@ Partial Class dlgImportGriddedData Me.grpDateRange.Controls.Add(Me.ucrDtpMinDate) Me.grpDateRange.Controls.Add(Me.ucrDtpMaxDate) Me.grpDateRange.Controls.Add(Me.ucrPnlDateRange) - resources.ApplyResources(Me.grpDateRange, "grpDateRange") + Me.grpDateRange.Location = New System.Drawing.Point(3, 57) Me.grpDateRange.Name = "grpDateRange" + Me.grpDateRange.Size = New System.Drawing.Size(408, 117) + Me.grpDateRange.TabIndex = 4 Me.grpDateRange.TabStop = False + Me.grpDateRange.Text = "Date Range" ' 'rdoCustomRange ' - resources.ApplyResources(Me.rdoCustomRange, "rdoCustomRange") + Me.rdoCustomRange.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCustomRange.BackColor = System.Drawing.SystemColors.Control Me.rdoCustomRange.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCustomRange.FlatAppearance.BorderSize = 2 Me.rdoCustomRange.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCustomRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoCustomRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCustomRange.Location = New System.Drawing.Point(201, 25) Me.rdoCustomRange.Name = "rdoCustomRange" + Me.rdoCustomRange.Size = New System.Drawing.Size(127, 28) + Me.rdoCustomRange.TabIndex = 21 Me.rdoCustomRange.TabStop = True Me.rdoCustomRange.Tag = "" + Me.rdoCustomRange.Text = "Custom Range" + Me.rdoCustomRange.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCustomRange.UseVisualStyleBackColor = False ' 'rdoEntireRange ' - resources.ApplyResources(Me.rdoEntireRange, "rdoEntireRange") + Me.rdoEntireRange.Appearance = System.Windows.Forms.Appearance.Button Me.rdoEntireRange.BackColor = System.Drawing.SystemColors.Control Me.rdoEntireRange.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoEntireRange.FlatAppearance.BorderSize = 2 Me.rdoEntireRange.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoEntireRange.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoEntireRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoEntireRange.Location = New System.Drawing.Point(76, 25) Me.rdoEntireRange.Name = "rdoEntireRange" + Me.rdoEntireRange.Size = New System.Drawing.Size(127, 28) + Me.rdoEntireRange.TabIndex = 22 Me.rdoEntireRange.TabStop = True Me.rdoEntireRange.Tag = "" + Me.rdoEntireRange.Text = "Entire Range" + Me.rdoEntireRange.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoEntireRange.UseVisualStyleBackColor = False ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(11, 93) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 2 + Me.lblTo.Text = "To:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(11, 69) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 0 + Me.lblFrom.Text = "From:" ' 'ucrDtpMinDate ' + Me.ucrDtpMinDate.AutoSize = True Me.ucrDtpMinDate.DateValue = New Date(2021, 5, 18, 13, 18, 46, 901) Me.ucrDtpMinDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpMinDate, "ucrDtpMinDate") + Me.ucrDtpMinDate.Location = New System.Drawing.Point(48, 65) Me.ucrDtpMinDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpMinDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpMinDate.Name = "ucrDtpMinDate" + Me.ucrDtpMinDate.Size = New System.Drawing.Size(180, 20) + Me.ucrDtpMinDate.TabIndex = 1 ' 'ucrDtpMaxDate ' + Me.ucrDtpMaxDate.AutoSize = True Me.ucrDtpMaxDate.DateValue = New Date(2021, 5, 18, 13, 18, 46, 931) Me.ucrDtpMaxDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpMaxDate, "ucrDtpMaxDate") + Me.ucrDtpMaxDate.Location = New System.Drawing.Point(48, 90) Me.ucrDtpMaxDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpMaxDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpMaxDate.Name = "ucrDtpMaxDate" + Me.ucrDtpMaxDate.Size = New System.Drawing.Size(180, 20) + Me.ucrDtpMaxDate.TabIndex = 3 ' 'ucrPnlDateRange ' - resources.ApplyResources(Me.ucrPnlDateRange, "ucrPnlDateRange") + Me.ucrPnlDateRange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDateRange.Location = New System.Drawing.Point(75, 20) Me.ucrPnlDateRange.Name = "ucrPnlDateRange" + Me.ucrPnlDateRange.Size = New System.Drawing.Size(253, 37) + Me.ucrPnlDateRange.TabIndex = 23 ' 'grpLocationRange ' @@ -202,133 +276,201 @@ Partial Class dlgImportGriddedData Me.grpLocationRange.Controls.Add(Me.ucrInputMaxLon) Me.grpLocationRange.Controls.Add(Me.lblLon) Me.grpLocationRange.Controls.Add(Me.lblLat) - resources.ApplyResources(Me.grpLocationRange, "grpLocationRange") + Me.grpLocationRange.Location = New System.Drawing.Point(3, 174) Me.grpLocationRange.Name = "grpLocationRange" + Me.grpLocationRange.Size = New System.Drawing.Size(408, 117) + Me.grpLocationRange.TabIndex = 5 Me.grpLocationRange.TabStop = False + Me.grpLocationRange.Text = "Location Range" ' 'rdoPoint ' - resources.ApplyResources(Me.rdoPoint, "rdoPoint") + Me.rdoPoint.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPoint.BackColor = System.Drawing.SystemColors.Control Me.rdoPoint.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPoint.FlatAppearance.BorderSize = 2 Me.rdoPoint.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPoint.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPoint.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPoint.Location = New System.Drawing.Point(104, 19) Me.rdoPoint.Name = "rdoPoint" + Me.rdoPoint.Size = New System.Drawing.Size(102, 28) + Me.rdoPoint.TabIndex = 24 Me.rdoPoint.TabStop = True Me.rdoPoint.Tag = "" + Me.rdoPoint.Text = "Point" + Me.rdoPoint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPoint.UseVisualStyleBackColor = False ' 'rdoArea ' - resources.ApplyResources(Me.rdoArea, "rdoArea") + Me.rdoArea.Appearance = System.Windows.Forms.Appearance.Button Me.rdoArea.BackColor = System.Drawing.SystemColors.Control Me.rdoArea.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoArea.FlatAppearance.BorderSize = 2 Me.rdoArea.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoArea.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoArea.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoArea.Location = New System.Drawing.Point(204, 19) Me.rdoArea.Name = "rdoArea" + Me.rdoArea.Size = New System.Drawing.Size(102, 28) + Me.rdoArea.TabIndex = 25 Me.rdoArea.TabStop = True Me.rdoArea.Tag = "" + Me.rdoArea.Text = "Area" + Me.rdoArea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoArea.UseVisualStyleBackColor = False ' 'ucrPnlLocationRange ' - resources.ApplyResources(Me.ucrPnlLocationRange, "ucrPnlLocationRange") + Me.ucrPnlLocationRange.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLocationRange.Location = New System.Drawing.Point(103, 16) Me.ucrPnlLocationRange.Name = "ucrPnlLocationRange" + Me.ucrPnlLocationRange.Size = New System.Drawing.Size(214, 37) + Me.ucrPnlLocationRange.TabIndex = 26 ' 'lblMinLon ' - resources.ApplyResources(Me.lblMinLon, "lblMinLon") + Me.lblMinLon.AutoSize = True + Me.lblMinLon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinLon.Location = New System.Drawing.Point(72, 67) Me.lblMinLon.Name = "lblMinLon" + Me.lblMinLon.Size = New System.Drawing.Size(24, 13) + Me.lblMinLon.TabIndex = 10 + Me.lblMinLon.Text = "Min" ' 'lblMinLat ' - resources.ApplyResources(Me.lblMinLat, "lblMinLat") + Me.lblMinLat.AutoSize = True + Me.lblMinLat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinLat.Location = New System.Drawing.Point(72, 92) Me.lblMinLat.Name = "lblMinLat" + Me.lblMinLat.Size = New System.Drawing.Size(24, 13) + Me.lblMinLat.TabIndex = 9 + Me.lblMinLat.Text = "Min" ' 'ucrInputMinLon ' Me.ucrInputMinLon.AddQuotesIfUnrecognised = True + Me.ucrInputMinLon.AutoSize = True Me.ucrInputMinLon.IsMultiline = False Me.ucrInputMinLon.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLon, "ucrInputMinLon") + Me.ucrInputMinLon.Location = New System.Drawing.Point(99, 64) Me.ucrInputMinLon.Name = "ucrInputMinLon" + Me.ucrInputMinLon.Size = New System.Drawing.Size(75, 21) + Me.ucrInputMinLon.TabIndex = 7 ' 'ucrInputMinLat ' Me.ucrInputMinLat.AddQuotesIfUnrecognised = True + Me.ucrInputMinLat.AutoSize = True Me.ucrInputMinLat.IsMultiline = False Me.ucrInputMinLat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinLat, "ucrInputMinLat") + Me.ucrInputMinLat.Location = New System.Drawing.Point(99, 88) Me.ucrInputMinLat.Name = "ucrInputMinLat" + Me.ucrInputMinLat.Size = New System.Drawing.Size(75, 21) + Me.ucrInputMinLat.TabIndex = 11 ' 'ucrInputMaxLat ' Me.ucrInputMaxLat.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLat.AutoSize = True Me.ucrInputMaxLat.IsMultiline = False Me.ucrInputMaxLat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLat, "ucrInputMaxLat") + Me.ucrInputMaxLat.Location = New System.Drawing.Point(210, 88) Me.ucrInputMaxLat.Name = "ucrInputMaxLat" + Me.ucrInputMaxLat.Size = New System.Drawing.Size(75, 21) + Me.ucrInputMaxLat.TabIndex = 13 ' 'ucrInputMaxLon ' Me.ucrInputMaxLon.AddQuotesIfUnrecognised = True + Me.ucrInputMaxLon.AutoSize = True Me.ucrInputMaxLon.IsMultiline = False Me.ucrInputMaxLon.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaxLon, "ucrInputMaxLon") + Me.ucrInputMaxLon.Location = New System.Drawing.Point(210, 64) Me.ucrInputMaxLon.Name = "ucrInputMaxLon" + Me.ucrInputMaxLon.Size = New System.Drawing.Size(75, 21) + Me.ucrInputMaxLon.TabIndex = 9 ' 'lblSaveDownloadedFileTo ' - resources.ApplyResources(Me.lblSaveDownloadedFileTo, "lblSaveDownloadedFileTo") + Me.lblSaveDownloadedFileTo.AutoSize = True + Me.lblSaveDownloadedFileTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSaveDownloadedFileTo.Location = New System.Drawing.Point(5, 300) Me.lblSaveDownloadedFileTo.Name = "lblSaveDownloadedFileTo" + Me.lblSaveDownloadedFileTo.Size = New System.Drawing.Size(133, 13) + Me.lblSaveDownloadedFileTo.TabIndex = 6 + Me.lblSaveDownloadedFileTo.Text = "Save Downloaded File To:" ' 'ucrInputNewDataFrameName ' Me.ucrInputNewDataFrameName.AddQuotesIfUnrecognised = True + Me.ucrInputNewDataFrameName.AutoSize = True Me.ucrInputNewDataFrameName.IsMultiline = False Me.ucrInputNewDataFrameName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewDataFrameName, "ucrInputNewDataFrameName") + Me.ucrInputNewDataFrameName.Location = New System.Drawing.Point(199, 343) Me.ucrInputNewDataFrameName.Name = "ucrInputNewDataFrameName" + Me.ucrInputNewDataFrameName.Size = New System.Drawing.Size(153, 21) + Me.ucrInputNewDataFrameName.TabIndex = 11 ' 'ucrChkDontImportData ' + Me.ucrChkDontImportData.AutoSize = True Me.ucrChkDontImportData.Checked = False - resources.ApplyResources(Me.ucrChkDontImportData, "ucrChkDontImportData") + Me.ucrChkDontImportData.Location = New System.Drawing.Point(8, 322) Me.ucrChkDontImportData.Name = "ucrChkDontImportData" + Me.ucrChkDontImportData.Size = New System.Drawing.Size(344, 23) + Me.ucrChkDontImportData.TabIndex = 9 ' 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilePath, "ucrInputFilePath") + Me.ucrInputFilePath.Location = New System.Drawing.Point(188, 297) Me.ucrInputFilePath.Name = "ucrInputFilePath" + Me.ucrInputFilePath.Size = New System.Drawing.Size(150, 21) + Me.ucrInputFilePath.TabIndex = 7 ' 'ucrInputData ' Me.ucrInputData.AddQuotesIfUnrecognised = True + Me.ucrInputData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputData.GetSetSelectedIndex = -1 Me.ucrInputData.IsReadOnly = False - resources.ApplyResources(Me.ucrInputData, "ucrInputData") + Me.ucrInputData.Location = New System.Drawing.Point(67, 33) Me.ucrInputData.Name = "ucrInputData" + Me.ucrInputData.Size = New System.Drawing.Size(206, 21) + Me.ucrInputData.TabIndex = 3 ' 'ucrInputSource ' Me.ucrInputSource.AddQuotesIfUnrecognised = True + Me.ucrInputSource.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSource.GetSetSelectedIndex = -1 Me.ucrInputSource.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSource, "ucrInputSource") + Me.ucrInputSource.Location = New System.Drawing.Point(68, 6) Me.ucrInputSource.Name = "ucrInputSource" + Me.ucrInputSource.Size = New System.Drawing.Size(205, 21) + Me.ucrInputSource.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(8, 371) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 12 ' 'dlgImportGriddedData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 424) Me.Controls.Add(Me.lblSaveDownloadedFileTo) Me.Controls.Add(Me.ucrInputNewDataFrameName) Me.Controls.Add(Me.ucrChkDontImportData) @@ -346,6 +488,8 @@ Partial Class dlgImportGriddedData Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportGriddedData" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import From IRI (Internet connection needed)" Me.grpDateRange.ResumeLayout(False) Me.grpDateRange.PerformLayout() Me.grpLocationRange.ResumeLayout(False) diff --git a/instat/dlgImportGriddedData.resx b/instat/dlgImportGriddedData.resx index 493bc8ed7b5..29dcb1b3a35 100644 --- a/instat/dlgImportGriddedData.resx +++ b/instat/dlgImportGriddedData.resx @@ -117,907 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 11, 92 - - - 48, 13 - - - 10 - - - Latitude: - - - lblLat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 12 - - - True - - - NoControl - - - 179, 92 - - - 27, 13 - - - 12 - - - Max - - - lblMaxLat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 8 - - - True - - - NoControl - - - 11, 67 - - - 57, 13 - - - 6 - - - Longitude: - - - lblLon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 11 - - - True - - - NoControl - - - 179, 67 - - - 27, 13 - - - 8 - - - Max - - - lblMaxLon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 7 - - - True - - - NoControl - - - 8, 348 - - - 121, 13 - - - 10 - - - New Data Frame Name: - - - lblNewDataFrameName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 8, 10 - - - 44, 13 - - - 0 - - - Source: - - - lblSource - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 8, 37 - - - 33, 13 - - - 2 - - - Data: - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 338, 295 - - - 71, 23 - - - 8 - - - Browse - - - cmdBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 201, 25 - - - 127, 28 - - - 21 - - - Custom Range - - - MiddleCenter - - - rdoCustomRange - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateRange - - - 0 - - - Button - - - Flat - - - NoControl - - - 76, 25 - - - 127, 28 - - - 22 - - - Entire Range - - - MiddleCenter - - - rdoEntireRange - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateRange - - - 1 - - - True - - - NoControl - - - 11, 93 - - - 23, 13 - - - 2 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateRange - - - 2 - - - True - - - NoControl - - - 11, 69 - - - 33, 13 - - - 0 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateRange - - - 3 - - - 48, 65 - - - 180, 20 - - - 1 - - - ucrDtpMinDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateRange - - - 4 - - - 48, 90 - - - 180, 20 - - - 3 - - - ucrDtpMaxDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateRange - - - 5 - - - 75, 20 - - - 253, 37 - - - 23 - - - ucrPnlDateRange - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateRange - - - 6 - - - 3, 57 - - - 408, 117 - - - 4 - - - Date Range - - - grpDateRange - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 104, 19 - - - 102, 28 - - - 24 - - - Point - - - MiddleCenter - - - rdoPoint - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 0 - - - Button - - - Flat - - - NoControl - - - 204, 19 - - - 102, 28 - - - 25 - - - Area - - - MiddleCenter - - - rdoArea - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 1 - - - 103, 16 - - - 214, 37 - - - 26 - - - ucrPnlLocationRange - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationRange - - - 2 - - - True - - - NoControl - - - 72, 67 - - - 24, 13 - - - 10 - - - Min - - - lblMinLon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 3 - - - True - - - NoControl - - - 72, 92 - - - 24, 13 - - - 9 - - - Min - - - lblMinLat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLocationRange - - - 4 - - - 99, 64 - - - 75, 21 - - - 7 - - - ucrInputMinLon - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationRange - - - 5 - - - 99, 88 - - - 75, 21 - - - 11 - - - ucrInputMinLat - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationRange - - - 6 - - - 210, 88 - - - 75, 21 - - - 13 - - - ucrInputMaxLat - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationRange - - - 9 - - - 210, 64 - - - 75, 21 - - - 9 - - - ucrInputMaxLon - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLocationRange - - - 10 - - - 3, 174 - - - 408, 117 - - - 5 - - - Location Range - - - grpLocationRange - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 5, 300 - - - 133, 13 - - - 6 - - - Save Downloaded File To: - - - lblSaveDownloadedFileTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 199, 343 - - - 153, 21 - - - 11 - - - ucrInputNewDataFrameName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 8, 322 - - - 344, 20 - - - 9 - - - ucrChkDontImportData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 188, 297 - - - 150, 21 - - - 7 - - - ucrInputFilePath - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 67, 33 - - - 206, 21 - - - 3 - - - ucrInputData - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 68, 6 - - - 205, 21 - - - 1 - - - ucrInputSource - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 8, 371 - - - 416, 52 - - - 12 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 6, 13 - - - True - - - 415, 424 - - - CenterScreen - - - Import From IRI (Internet connection needed) - - - dlgImportGriddedData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportOpenRefine.Designer.vb b/instat/dlgImportOpenRefine.Designer.vb index 1c0991979d9..cd49477ad57 100644 --- a/instat/dlgImportOpenRefine.Designer.vb +++ b/instat/dlgImportOpenRefine.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgImportOpenRefine 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgImportOpenRefine)) Me.lblNameDataSet = New System.Windows.Forms.Label() Me.ucrInputProjectName = New instat.ucrInputTextBox() Me.lblFormat = New System.Windows.Forms.Label() @@ -51,57 +50,88 @@ Partial Class dlgImportOpenRefine ' 'lblNameDataSet ' - resources.ApplyResources(Me.lblNameDataSet, "lblNameDataSet") + Me.lblNameDataSet.AutoSize = True + Me.lblNameDataSet.Location = New System.Drawing.Point(12, 14) Me.lblNameDataSet.Name = "lblNameDataSet" + Me.lblNameDataSet.Size = New System.Drawing.Size(74, 13) + Me.lblNameDataSet.TabIndex = 0 + Me.lblNameDataSet.Text = "Project Name:" ' 'ucrInputProjectName ' Me.ucrInputProjectName.AddQuotesIfUnrecognised = True + Me.ucrInputProjectName.AutoSize = True Me.ucrInputProjectName.IsMultiline = False Me.ucrInputProjectName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputProjectName, "ucrInputProjectName") + Me.ucrInputProjectName.Location = New System.Drawing.Point(93, 12) Me.ucrInputProjectName.Name = "ucrInputProjectName" + Me.ucrInputProjectName.Size = New System.Drawing.Size(186, 21) + Me.ucrInputProjectName.TabIndex = 1 ' 'lblFormat ' - resources.ApplyResources(Me.lblFormat, "lblFormat") + Me.lblFormat.AutoSize = True + Me.lblFormat.Location = New System.Drawing.Point(12, 70) Me.lblFormat.Name = "lblFormat" + Me.lblFormat.Size = New System.Drawing.Size(42, 13) + Me.lblFormat.TabIndex = 4 + Me.lblFormat.Text = "Format:" ' 'ucrInputFormat ' Me.ucrInputFormat.AddQuotesIfUnrecognised = True + Me.ucrInputFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFormat.GetSetSelectedIndex = -1 Me.ucrInputFormat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFormat, "ucrInputFormat") + Me.ucrInputFormat.Location = New System.Drawing.Point(93, 66) Me.ucrInputFormat.Name = "ucrInputFormat" + Me.ucrInputFormat.Size = New System.Drawing.Size(137, 21) + Me.ucrInputFormat.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 122) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrNewDataFrameName ' - resources.ApplyResources(Me.ucrNewDataFrameName, "ucrNewDataFrameName") + Me.ucrNewDataFrameName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDataFrameName.Location = New System.Drawing.Point(12, 95) + Me.ucrNewDataFrameName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrameName.Name = "ucrNewDataFrameName" + Me.ucrNewDataFrameName.Size = New System.Drawing.Size(301, 24) + Me.ucrNewDataFrameName.TabIndex = 6 ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(12, 41) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(57, 13) + Me.Label1.TabIndex = 2 + Me.Label1.Text = "Project ID:" ' 'ucrInputProjectID ' Me.ucrInputProjectID.AddQuotesIfUnrecognised = True + Me.ucrInputProjectID.AutoSize = True Me.ucrInputProjectID.IsMultiline = False Me.ucrInputProjectID.IsReadOnly = False - resources.ApplyResources(Me.ucrInputProjectID, "ucrInputProjectID") + Me.ucrInputProjectID.Location = New System.Drawing.Point(93, 39) Me.ucrInputProjectID.Name = "ucrInputProjectID" + Me.ucrInputProjectID.Size = New System.Drawing.Size(186, 21) + Me.ucrInputProjectID.TabIndex = 3 ' 'dlgImportOpenRefine ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 178) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ucrInputProjectID) Me.Controls.Add(Me.ucrNewDataFrameName) @@ -114,6 +144,8 @@ Partial Class dlgImportOpenRefine Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgImportOpenRefine" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import from OpenRefine" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgImportOpenRefine.resx b/instat/dlgImportOpenRefine.resx index 23b1481f1fe..29dcb1b3a35 100644 --- a/instat/dlgImportOpenRefine.resx +++ b/instat/dlgImportOpenRefine.resx @@ -117,223 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 14 - - - 74, 13 - - - 0 - - - Project Name: - - - lblNameDataSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 93, 12 - - - 186, 21 - - - 1 - - - ucrInputProjectName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 12, 70 - - - 42, 13 - - - 4 - - - Format: - - - lblFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 93, 66 - - - 137, 21 - - - 5 - - - ucrInputFormat - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 12, 122 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 12, 95 - - - - 4, 5, 4, 5 - - - 301, 24 - - - 6 - - - ucrNewDataFrameName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 12, 41 - - - 57, 13 - - - 2 - - - Project ID: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 93, 39 - - - 186, 21 - - - 3 - - - ucrInputProjectID - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 419, 178 - - - CenterScreen - - - Import from OpenRefine - - - dlgImportOpenRefine - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgImportShapeFiles.Designer.vb b/instat/dlgImportShapeFiles.Designer.vb index 77ffdcee90e..f9d4fe7f0ed 100644 --- a/instat/dlgImportShapeFiles.Designer.vb +++ b/instat/dlgImportShapeFiles.Designer.vb @@ -63,15 +63,17 @@ Partial Class dlgImportShapeFiles ' 'ucrChkSplitGeometry ' + Me.ucrChkSplitGeometry.AutoSize = True Me.ucrChkSplitGeometry.Checked = False Me.ucrChkSplitGeometry.Location = New System.Drawing.Point(7, 89) Me.ucrChkSplitGeometry.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkSplitGeometry.Name = "ucrChkSplitGeometry" - Me.ucrChkSplitGeometry.Size = New System.Drawing.Size(150, 20) + Me.ucrChkSplitGeometry.Size = New System.Drawing.Size(150, 23) Me.ucrChkSplitGeometry.TabIndex = 5 ' 'ucrSaveDataframeName ' + Me.ucrSaveDataframeName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveDataframeName.Location = New System.Drawing.Point(7, 60) Me.ucrSaveDataframeName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDataframeName.Name = "ucrSaveDataframeName" @@ -81,6 +83,7 @@ Partial Class dlgImportShapeFiles 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(7, 120) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" @@ -90,6 +93,7 @@ Partial Class dlgImportShapeFiles 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False Me.ucrInputFilePath.Location = New System.Drawing.Point(49, 18) @@ -100,8 +104,8 @@ Partial Class dlgImportShapeFiles ' 'dlgImportShapeFiles ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 174) Me.Controls.Add(Me.ucrChkSplitGeometry) diff --git a/instat/dlgInfill.Designer.vb b/instat/dlgInfill.Designer.vb index 31f58ccd7ba..91212cb7a4a 100644 --- a/instat/dlgInfill.Designer.vb +++ b/instat/dlgInfill.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgInfill 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgInfill)) Me.lblDate = New System.Windows.Forms.Label() Me.lblByFactors = New System.Windows.Forms.Label() Me.lblLimits = New System.Windows.Forms.Label() @@ -61,18 +60,33 @@ Partial Class dlgInfill ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(278, 15) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 1 + Me.lblDate.Text = "Date:" ' 'lblByFactors ' - resources.ApplyResources(Me.lblByFactors, "lblByFactors") + Me.lblByFactors.AutoSize = True + Me.lblByFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblByFactors.Location = New System.Drawing.Point(278, 66) Me.lblByFactors.Name = "lblByFactors" + Me.lblByFactors.Size = New System.Drawing.Size(60, 13) + Me.lblByFactors.TabIndex = 3 + Me.lblByFactors.Text = "By Factors:" ' 'lblLimits ' - resources.ApplyResources(Me.lblLimits, "lblLimits") + Me.lblLimits.AutoSize = True + Me.lblLimits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLimits.Location = New System.Drawing.Point(5, 23) Me.lblLimits.Name = "lblLimits" + Me.lblLimits.Size = New System.Drawing.Size(36, 13) + Me.lblLimits.TabIndex = 30 + Me.lblLimits.Text = "Limits:" ' 'grpOptions ' @@ -86,107 +100,162 @@ Partial Class dlgInfill Me.grpOptions.Controls.Add(Me.lblStartDate) Me.grpOptions.Controls.Add(Me.ucrDtpStartDate) Me.grpOptions.Controls.Add(Me.ucrChkCompleteYears) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(9, 196) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(429, 104) + Me.grpOptions.TabIndex = 5 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'lblStartingFrom ' - resources.ApplyResources(Me.lblStartingFrom, "lblStartingFrom") + Me.lblStartingFrom.AutoSize = True + Me.lblStartingFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStartingFrom.Location = New System.Drawing.Point(218, 49) Me.lblStartingFrom.Name = "lblStartingFrom" + Me.lblStartingFrom.Size = New System.Drawing.Size(69, 13) + Me.lblStartingFrom.TabIndex = 35 + Me.lblStartingFrom.Text = "Starting from:" ' 'ucrChkResort ' + Me.ucrChkResort.AutoSize = True Me.ucrChkResort.Checked = False - resources.ApplyResources(Me.ucrChkResort, "ucrChkResort") + Me.ucrChkResort.Location = New System.Drawing.Point(176, 21) Me.ucrChkResort.Name = "ucrChkResort" + Me.ucrChkResort.Size = New System.Drawing.Size(250, 23) + Me.ucrChkResort.TabIndex = 5 ' 'ucrInputComboMonth ' Me.ucrInputComboMonth.AddQuotesIfUnrecognised = True + Me.ucrInputComboMonth.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMonth.GetSetSelectedIndex = -1 Me.ucrInputComboMonth.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMonth, "ucrInputComboMonth") + Me.ucrInputComboMonth.Location = New System.Drawing.Point(293, 46) Me.ucrInputComboMonth.Name = "ucrInputComboMonth" + Me.ucrInputComboMonth.Size = New System.Drawing.Size(92, 21) + Me.ucrInputComboMonth.TabIndex = 26 ' 'ucrInputLimitOptions ' Me.ucrInputLimitOptions.AddQuotesIfUnrecognised = True + Me.ucrInputLimitOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLimitOptions.GetSetSelectedIndex = -1 Me.ucrInputLimitOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLimitOptions, "ucrInputLimitOptions") + Me.ucrInputLimitOptions.Location = New System.Drawing.Point(44, 19) Me.ucrInputLimitOptions.Name = "ucrInputLimitOptions" + Me.ucrInputLimitOptions.Size = New System.Drawing.Size(127, 21) + Me.ucrInputLimitOptions.TabIndex = 29 ' 'ucrDtpEndDate ' + Me.ucrDtpEndDate.AutoSize = True Me.ucrDtpEndDate.DateValue = New Date(2021, 5, 19, 13, 58, 51, 375) Me.ucrDtpEndDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpEndDate, "ucrDtpEndDate") + Me.ucrDtpEndDate.Location = New System.Drawing.Point(102, 73) Me.ucrDtpEndDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpEndDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpEndDate.Name = "ucrDtpEndDate" + Me.ucrDtpEndDate.Size = New System.Drawing.Size(200, 20) + Me.ucrDtpEndDate.TabIndex = 28 ' 'lblEndDate ' - resources.ApplyResources(Me.lblEndDate, "lblEndDate") + Me.lblEndDate.AutoSize = True + Me.lblEndDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEndDate.Location = New System.Drawing.Point(12, 76) Me.lblEndDate.Name = "lblEndDate" + Me.lblEndDate.Size = New System.Drawing.Size(53, 13) + Me.lblEndDate.TabIndex = 33 + Me.lblEndDate.Text = "End date:" ' 'lblStartDate ' - resources.ApplyResources(Me.lblStartDate, "lblStartDate") + Me.lblStartDate.AutoSize = True + Me.lblStartDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStartDate.Location = New System.Drawing.Point(12, 49) Me.lblStartDate.Name = "lblStartDate" + Me.lblStartDate.Size = New System.Drawing.Size(56, 13) + Me.lblStartDate.TabIndex = 32 + Me.lblStartDate.Text = "Start date:" ' 'ucrDtpStartDate ' + Me.ucrDtpStartDate.AutoSize = True Me.ucrDtpStartDate.DateValue = New Date(2021, 5, 19, 13, 58, 51, 387) Me.ucrDtpStartDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpStartDate, "ucrDtpStartDate") + Me.ucrDtpStartDate.Location = New System.Drawing.Point(102, 47) Me.ucrDtpStartDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpStartDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpStartDate.Name = "ucrDtpStartDate" + Me.ucrDtpStartDate.Size = New System.Drawing.Size(200, 20) + Me.ucrDtpStartDate.TabIndex = 27 ' 'ucrChkCompleteYears ' + Me.ucrChkCompleteYears.AutoSize = True Me.ucrChkCompleteYears.Checked = False - resources.ApplyResources(Me.ucrChkCompleteYears, "ucrChkCompleteYears") + Me.ucrChkCompleteYears.Location = New System.Drawing.Point(16, 47) Me.ucrChkCompleteYears.Name = "ucrChkCompleteYears" + Me.ucrChkCompleteYears.Size = New System.Drawing.Size(271, 23) + Me.ucrChkCompleteYears.TabIndex = 34 ' 'ucrReceiverFactors ' + Me.ucrReceiverFactors.AutoSize = True Me.ucrReceiverFactors.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactors, "ucrReceiverFactors") + Me.ucrReceiverFactors.Location = New System.Drawing.Point(278, 83) + Me.ucrReceiverFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactors.Name = "ucrReceiverFactors" Me.ucrReceiverFactors.Selector = Nothing + Me.ucrReceiverFactors.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverFactors.strNcFilePath = "" + Me.ucrReceiverFactors.TabIndex = 4 Me.ucrReceiverFactors.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(278, 31) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 2 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrInfillSelector ' + Me.ucrInfillSelector.AutoSize = True Me.ucrInfillSelector.bDropUnusedFilterLevels = False Me.ucrInfillSelector.bShowHiddenColumns = False Me.ucrInfillSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrInfillSelector, "ucrInfillSelector") + Me.ucrInfillSelector.Location = New System.Drawing.Point(9, 9) + Me.ucrInfillSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrInfillSelector.Name = "ucrInfillSelector" + Me.ucrInfillSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrInfillSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 306) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'dlgInfill ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AccessibleName = "" + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True Me.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange + Me.ClientSize = New System.Drawing.Size(450, 363) Me.Controls.Add(Me.lblByFactors) Me.Controls.Add(Me.lblDate) Me.Controls.Add(Me.ucrReceiverFactors) @@ -198,7 +267,9 @@ Partial Class dlgInfill Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgInfill" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Infill" + Me.Text = "Fill Date Gaps" Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgInfill.resx b/instat/dlgInfill.resx index e7789fd51bc..29dcb1b3a35 100644 --- a/instat/dlgInfill.resx +++ b/instat/dlgInfill.resx @@ -117,460 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 278, 15 - - - 33, 13 - - - 1 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 278, 66 - - - 60, 13 - - - 3 - - - By Factors: - - - lblByFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 5, 23 - - - 36, 13 - - - 30 - - - Limits: - - - lblLimits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 5 - - - True - - - NoControl - - - 218, 49 - - - 69, 13 - - - 35 - - - Starting from: - - - lblStartingFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 0 - - - 176, 21 - - - 250, 20 - - - 5 - - - ucrChkResort - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 293, 46 - - - 92, 21 - - - 26 - - - ucrInputComboMonth - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 44, 19 - - - 127, 21 - - - 29 - - - ucrInputLimitOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 102, 73 - - - 200, 20 - - - 28 - - - ucrDtpEndDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - True - - - NoControl - - - 12, 76 - - - 53, 13 - - - 33 - - - End date: - - - lblEndDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 6 - - - True - - - NoControl - - - 12, 49 - - - 56, 13 - - - 32 - - - Start date: - - - lblStartDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 7 - - - 102, 47 - - - 200, 20 - - - 27 - - - ucrDtpStartDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 8 - - - 16, 47 - - - 271, 20 - - - 34 - - - ucrChkCompleteYears - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 9 - - - 9, 196 - - - 429, 104 - - - 5 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - - - - 6, 13 - - - True - - - 450, 363 - - - 278, 31 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 9, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrInfillSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 9, 306 - - - 406, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Fill Date Gaps - - - dlgInfill - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 278, 83 - - - 0, 0, 0, 0 - - - 120, 100 - - - 4 - - - ucrReceiverFactors - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgInfillMissingValues.Designer.vb b/instat/dlgInfillMissingValues.Designer.vb index 77c1514cb34..55b7ac1cf55 100644 --- a/instat/dlgInfillMissingValues.Designer.vb +++ b/instat/dlgInfillMissingValues.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgInfillMissingValues 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgInfillMissingValues)) Me.rdoNaStructTS = New System.Windows.Forms.RadioButton() Me.rdoNaLocf = New System.Windows.Forms.RadioButton() Me.rdoNaSpline = New System.Windows.Forms.RadioButton() @@ -102,69 +101,118 @@ Partial Class dlgInfillMissingValues ' 'rdoNaStructTS ' - resources.ApplyResources(Me.rdoNaStructTS, "rdoNaStructTS") + Me.rdoNaStructTS.AutoSize = True + Me.rdoNaStructTS.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaStructTS.Location = New System.Drawing.Point(103, 65) Me.rdoNaStructTS.Name = "rdoNaStructTS" + Me.rdoNaStructTS.Size = New System.Drawing.Size(67, 17) + Me.rdoNaStructTS.TabIndex = 6 Me.rdoNaStructTS.TabStop = True + Me.rdoNaStructTS.Text = "StructTS" Me.rdoNaStructTS.UseVisualStyleBackColor = True ' 'rdoNaLocf ' - resources.ApplyResources(Me.rdoNaLocf, "rdoNaLocf") + Me.rdoNaLocf.AutoSize = True + Me.rdoNaLocf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaLocf.Location = New System.Drawing.Point(103, 42) Me.rdoNaLocf.Name = "rdoNaLocf" + Me.rdoNaLocf.Size = New System.Drawing.Size(49, 17) + Me.rdoNaLocf.TabIndex = 7 Me.rdoNaLocf.TabStop = True + Me.rdoNaLocf.Text = "Copy" Me.rdoNaLocf.UseVisualStyleBackColor = True ' 'rdoNaSpline ' - resources.ApplyResources(Me.rdoNaSpline, "rdoNaSpline") + Me.rdoNaSpline.AutoSize = True + Me.rdoNaSpline.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaSpline.Location = New System.Drawing.Point(103, 19) Me.rdoNaSpline.Name = "rdoNaSpline" + Me.rdoNaSpline.Size = New System.Drawing.Size(54, 17) + Me.rdoNaSpline.TabIndex = 8 Me.rdoNaSpline.TabStop = True + Me.rdoNaSpline.Text = "Spline" Me.rdoNaSpline.UseVisualStyleBackColor = True ' 'rdoNaFill ' - resources.ApplyResources(Me.rdoNaFill, "rdoNaFill") + Me.rdoNaFill.AutoSize = True + Me.rdoNaFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaFill.Location = New System.Drawing.Point(9, 65) Me.rdoNaFill.Name = "rdoNaFill" + Me.rdoNaFill.Size = New System.Drawing.Size(67, 17) + Me.rdoNaFill.TabIndex = 9 Me.rdoNaFill.TabStop = True + Me.rdoNaFill.Text = "Constant" Me.rdoNaFill.UseVisualStyleBackColor = True ' 'rdoNaAggregate ' - resources.ApplyResources(Me.rdoNaAggregate, "rdoNaAggregate") + Me.rdoNaAggregate.AutoSize = True + Me.rdoNaAggregate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaAggregate.Location = New System.Drawing.Point(9, 42) Me.rdoNaAggregate.Name = "rdoNaAggregate" + Me.rdoNaAggregate.Size = New System.Drawing.Size(59, 17) + Me.rdoNaAggregate.TabIndex = 10 Me.rdoNaAggregate.TabStop = True + Me.rdoNaAggregate.Text = "Typical" Me.rdoNaAggregate.UseVisualStyleBackColor = True ' 'rdoNaApproximate ' - resources.ApplyResources(Me.rdoNaApproximate, "rdoNaApproximate") + Me.rdoNaApproximate.AutoSize = True + Me.rdoNaApproximate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNaApproximate.Location = New System.Drawing.Point(9, 19) Me.rdoNaApproximate.Name = "rdoNaApproximate" + Me.rdoNaApproximate.Size = New System.Drawing.Size(75, 17) + Me.rdoNaApproximate.TabIndex = 11 Me.rdoNaApproximate.TabStop = True + Me.rdoNaApproximate.Text = "Interpolate" Me.rdoNaApproximate.UseVisualStyleBackColor = True ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(281, 110) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 7 + Me.lblElement.Text = "Element:" ' 'rdoFitSingle ' - resources.ApplyResources(Me.rdoFitSingle, "rdoFitSingle") + Me.rdoFitSingle.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFitSingle.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFitSingle.FlatAppearance.BorderSize = 2 Me.rdoFitSingle.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFitSingle.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFitSingle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFitSingle.Location = New System.Drawing.Point(122, 7) Me.rdoFitSingle.Name = "rdoFitSingle" + Me.rdoFitSingle.Size = New System.Drawing.Size(107, 27) + Me.rdoFitSingle.TabIndex = 1 Me.rdoFitSingle.TabStop = True + Me.rdoFitSingle.Text = "Fit Single" + Me.rdoFitSingle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFitSingle.UseVisualStyleBackColor = True ' 'rdoFitMultiple ' - resources.ApplyResources(Me.rdoFitMultiple, "rdoFitMultiple") + Me.rdoFitMultiple.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFitMultiple.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFitMultiple.FlatAppearance.BorderSize = 2 Me.rdoFitMultiple.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFitMultiple.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFitMultiple.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFitMultiple.Location = New System.Drawing.Point(227, 7) Me.rdoFitMultiple.Name = "rdoFitMultiple" + Me.rdoFitMultiple.Size = New System.Drawing.Size(107, 27) + Me.rdoFitMultiple.TabIndex = 2 Me.rdoFitMultiple.TabStop = True + Me.rdoFitMultiple.Text = "Ajuster a multiple" + Me.rdoFitMultiple.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFitMultiple.UseVisualStyleBackColor = True ' 'grpMethods @@ -176,451 +224,709 @@ Partial Class dlgInfillMissingValues Me.grpMethods.Controls.Add(Me.rdoNaFill) Me.grpMethods.Controls.Add(Me.rdoNaAggregate) Me.grpMethods.Controls.Add(Me.ucrPnlMethods) - resources.ApplyResources(Me.grpMethods, "grpMethods") + Me.grpMethods.Location = New System.Drawing.Point(12, 295) Me.grpMethods.Name = "grpMethods" + Me.grpMethods.Size = New System.Drawing.Size(210, 99) + Me.grpMethods.TabIndex = 21 Me.grpMethods.TabStop = False + Me.grpMethods.Text = "Methods" ' 'ucrPnlMethods ' - resources.ApplyResources(Me.ucrPnlMethods, "ucrPnlMethods") + Me.ucrPnlMethods.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMethods.Location = New System.Drawing.Point(6, 15) Me.ucrPnlMethods.Name = "ucrPnlMethods" + Me.ucrPnlMethods.Size = New System.Drawing.Size(177, 71) + Me.ucrPnlMethods.TabIndex = 17 ' 'lblNewColumnName ' - resources.ApplyResources(Me.lblNewColumnName, "lblNewColumnName") + Me.lblNewColumnName.AutoSize = True + Me.lblNewColumnName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewColumnName.Location = New System.Drawing.Point(13, 329) Me.lblNewColumnName.Name = "lblNewColumnName" + Me.lblNewColumnName.Size = New System.Drawing.Size(101, 13) + Me.lblNewColumnName.TabIndex = 72 + Me.lblNewColumnName.Text = "New Column Name:" ' 'grpStartEnd ' Me.grpStartEnd.Controls.Add(Me.rdoExtendFill) Me.grpStartEnd.Controls.Add(Me.rdoLeaveAsMissing) Me.grpStartEnd.Controls.Add(Me.ucrPnlStartEnd) - resources.ApplyResources(Me.grpStartEnd, "grpStartEnd") + Me.grpStartEnd.Location = New System.Drawing.Point(228, 295) Me.grpStartEnd.Name = "grpStartEnd" + Me.grpStartEnd.Size = New System.Drawing.Size(183, 66) + Me.grpStartEnd.TabIndex = 22 Me.grpStartEnd.TabStop = False + Me.grpStartEnd.Text = "Start and End" ' 'rdoExtendFill ' - resources.ApplyResources(Me.rdoExtendFill, "rdoExtendFill") + Me.rdoExtendFill.AutoSize = True + Me.rdoExtendFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoExtendFill.Location = New System.Drawing.Point(11, 39) Me.rdoExtendFill.Name = "rdoExtendFill" + Me.rdoExtendFill.Size = New System.Drawing.Size(73, 17) + Me.rdoExtendFill.TabIndex = 13 Me.rdoExtendFill.TabStop = True + Me.rdoExtendFill.Text = "Extend Fill" Me.rdoExtendFill.UseVisualStyleBackColor = True ' 'rdoLeaveAsMissing ' - resources.ApplyResources(Me.rdoLeaveAsMissing, "rdoLeaveAsMissing") + Me.rdoLeaveAsMissing.AutoSize = True + Me.rdoLeaveAsMissing.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLeaveAsMissing.Location = New System.Drawing.Point(11, 16) Me.rdoLeaveAsMissing.Name = "rdoLeaveAsMissing" + Me.rdoLeaveAsMissing.Size = New System.Drawing.Size(107, 17) + Me.rdoLeaveAsMissing.TabIndex = 12 Me.rdoLeaveAsMissing.TabStop = True + Me.rdoLeaveAsMissing.Text = "Leave as Missing" Me.rdoLeaveAsMissing.UseVisualStyleBackColor = True ' 'ucrPnlStartEnd ' - resources.ApplyResources(Me.ucrPnlStartEnd, "ucrPnlStartEnd") + Me.ucrPnlStartEnd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlStartEnd.Location = New System.Drawing.Point(6, 15) Me.ucrPnlStartEnd.Name = "ucrPnlStartEnd" + Me.ucrPnlStartEnd.Size = New System.Drawing.Size(118, 44) + Me.ucrPnlStartEnd.TabIndex = 18 ' 'lblValue ' - resources.ApplyResources(Me.lblValue, "lblValue") + Me.lblValue.AutoSize = True + Me.lblValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblValue.Location = New System.Drawing.Point(236, 365) Me.lblValue.Name = "lblValue" + Me.lblValue.Size = New System.Drawing.Size(37, 13) + Me.lblValue.TabIndex = 23 + Me.lblValue.Text = "Value:" ' 'lblFunction ' - resources.ApplyResources(Me.lblFunction, "lblFunction") + Me.lblFunction.AutoSize = True + Me.lblFunction.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFunction.Location = New System.Drawing.Point(12, 408) Me.lblFunction.Name = "lblFunction" + Me.lblFunction.Size = New System.Drawing.Size(51, 13) + Me.lblFunction.TabIndex = 20 + Me.lblFunction.Text = "Function:" ' 'lblRows ' - resources.ApplyResources(Me.lblRows, "lblRows") + Me.lblRows.AutoSize = True + Me.lblRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRows.Location = New System.Drawing.Point(159, 261) Me.lblRows.Name = "lblRows" + Me.lblRows.Size = New System.Drawing.Size(35, 13) + Me.lblRows.TabIndex = 18 + Me.lblRows.Text = "row(s)" ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(281, 60) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 5 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(281, 103) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 6 + Me.lblDate.Text = "Date:" ' 'lblEstimated ' - resources.ApplyResources(Me.lblEstimated, "lblEstimated") + Me.lblEstimated.AutoSize = True + Me.lblEstimated.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEstimated.Location = New System.Drawing.Point(281, 188) Me.lblEstimated.Name = "lblEstimated" + Me.lblEstimated.Size = New System.Drawing.Size(56, 13) + Me.lblEstimated.TabIndex = 11 + Me.lblEstimated.Text = "Estimated:" ' 'lblObserved ' - resources.ApplyResources(Me.lblObserved, "lblObserved") + Me.lblObserved.AutoSize = True + Me.lblObserved.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblObserved.Location = New System.Drawing.Point(281, 146) Me.lblObserved.Name = "lblObserved" + Me.lblObserved.Size = New System.Drawing.Size(56, 13) + Me.lblObserved.TabIndex = 9 + Me.lblObserved.Text = "Observed:" ' 'rdoDisplay ' - resources.ApplyResources(Me.rdoDisplay, "rdoDisplay") + Me.rdoDisplay.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDisplay.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDisplay.FlatAppearance.BorderSize = 2 Me.rdoDisplay.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDisplay.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDisplay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDisplay.Location = New System.Drawing.Point(17, 7) Me.rdoDisplay.Name = "rdoDisplay" + Me.rdoDisplay.Size = New System.Drawing.Size(107, 27) + Me.rdoDisplay.TabIndex = 44 Me.rdoDisplay.TabStop = True + Me.rdoDisplay.Text = "Display" + Me.rdoDisplay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDisplay.UseVisualStyleBackColor = True ' 'rdoShow ' - resources.ApplyResources(Me.rdoShow, "rdoShow") + Me.rdoShow.Appearance = System.Windows.Forms.Appearance.Button Me.rdoShow.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoShow.FlatAppearance.BorderSize = 2 Me.rdoShow.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoShow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoShow.Location = New System.Drawing.Point(332, 7) Me.rdoShow.Name = "rdoShow" + Me.rdoShow.Size = New System.Drawing.Size(107, 27) + Me.rdoShow.TabIndex = 45 Me.rdoShow.TabStop = True + Me.rdoShow.Text = "Show" + Me.rdoShow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoShow.UseVisualStyleBackColor = True ' 'lblFacetColumns ' - resources.ApplyResources(Me.lblFacetColumns, "lblFacetColumns") + Me.lblFacetColumns.AutoSize = True + Me.lblFacetColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFacetColumns.Location = New System.Drawing.Point(281, 284) Me.lblFacetColumns.Name = "lblFacetColumns" + Me.lblFacetColumns.Size = New System.Drawing.Size(86, 13) + Me.lblFacetColumns.TabIndex = 50 + Me.lblFacetColumns.Text = "Facet Column(s):" ' 'lblImputed ' - resources.ApplyResources(Me.lblImputed, "lblImputed") + Me.lblImputed.AutoSize = True + Me.lblImputed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblImputed.Location = New System.Drawing.Point(281, 186) Me.lblImputed.Name = "lblImputed" + Me.lblImputed.Size = New System.Drawing.Size(48, 13) + Me.lblImputed.TabIndex = 51 + Me.lblImputed.Text = "Imputed:" ' 'lblDisplayElement ' - resources.ApplyResources(Me.lblDisplayElement, "lblDisplayElement") + Me.lblDisplayElement.AutoSize = True + Me.lblDisplayElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDisplayElement.Location = New System.Drawing.Point(281, 144) Me.lblDisplayElement.Name = "lblDisplayElement" + Me.lblDisplayElement.Size = New System.Drawing.Size(48, 13) + Me.lblDisplayElement.TabIndex = 52 + Me.lblDisplayElement.Text = "Element:" ' 'lblDisplayDate ' - resources.ApplyResources(Me.lblDisplayDate, "lblDisplayDate") + Me.lblDisplayDate.AutoSize = True + Me.lblDisplayDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDisplayDate.Location = New System.Drawing.Point(281, 105) Me.lblDisplayDate.Name = "lblDisplayDate" + Me.lblDisplayDate.Size = New System.Drawing.Size(33, 13) + Me.lblDisplayDate.TabIndex = 53 + Me.lblDisplayDate.Text = "Date:" ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.AutoSize = True + Me.lblType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblType.Location = New System.Drawing.Point(281, 189) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(34, 13) + Me.lblType.TabIndex = 58 + Me.lblType.Text = "Type:" ' 'cmdDisplayOptions ' - resources.ApplyResources(Me.cmdDisplayOptions, "cmdDisplayOptions") + Me.cmdDisplayOptions.Enabled = False + Me.cmdDisplayOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDisplayOptions.Location = New System.Drawing.Point(13, 236) Me.cmdDisplayOptions.Name = "cmdDisplayOptions" + Me.cmdDisplayOptions.Size = New System.Drawing.Size(119, 23) + Me.cmdDisplayOptions.TabIndex = 60 + Me.cmdDisplayOptions.Text = "Display Options" Me.cmdDisplayOptions.UseVisualStyleBackColor = True ' 'lblIntervalSize ' - resources.ApplyResources(Me.lblIntervalSize, "lblIntervalSize") + Me.lblIntervalSize.AutoSize = True + Me.lblIntervalSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblIntervalSize.Location = New System.Drawing.Point(12, 289) Me.lblIntervalSize.Name = "lblIntervalSize" + Me.lblIntervalSize.Size = New System.Drawing.Size(68, 13) + Me.lblIntervalSize.TabIndex = 62 + Me.lblIntervalSize.Text = "Interval Size:" ' 'lblDispMultShowStation ' - resources.ApplyResources(Me.lblDispMultShowStation, "lblDispMultShowStation") + Me.lblDispMultShowStation.AutoSize = True + Me.lblDispMultShowStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDispMultShowStation.Location = New System.Drawing.Point(278, 60) Me.lblDispMultShowStation.Name = "lblDispMultShowStation" + Me.lblDispMultShowStation.Size = New System.Drawing.Size(43, 13) + Me.lblDispMultShowStation.TabIndex = 64 + Me.lblDispMultShowStation.Text = "Station:" ' 'lblTrueValues ' - resources.ApplyResources(Me.lblTrueValues, "lblTrueValues") + Me.lblTrueValues.AutoSize = True + Me.lblTrueValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTrueValues.Location = New System.Drawing.Point(279, 233) Me.lblTrueValues.Name = "lblTrueValues" + Me.lblTrueValues.Size = New System.Drawing.Size(112, 13) + Me.lblTrueValues.TabIndex = 65 + Me.lblTrueValues.Text = "True Values(Optional):" ' 'lblPercentCount ' - resources.ApplyResources(Me.lblPercentCount, "lblPercentCount") + Me.lblPercentCount.AutoSize = True + Me.lblPercentCount.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPercentCount.Location = New System.Drawing.Point(278, 233) Me.lblPercentCount.Name = "lblPercentCount" + Me.lblPercentCount.Size = New System.Drawing.Size(51, 13) + Me.lblPercentCount.TabIndex = 67 + Me.lblPercentCount.Text = "Measure:" ' 'ucrInputTimeInterval ' Me.ucrInputTimeInterval.AddQuotesIfUnrecognised = True + Me.ucrInputTimeInterval.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTimeInterval.GetSetSelectedIndex = -1 Me.ucrInputTimeInterval.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTimeInterval, "ucrInputTimeInterval") + Me.ucrInputTimeInterval.Location = New System.Drawing.Point(199, 303) + Me.ucrInputTimeInterval.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputTimeInterval.Name = "ucrInputTimeInterval" + Me.ucrInputTimeInterval.Size = New System.Drawing.Size(70, 21) + Me.ucrInputTimeInterval.TabIndex = 71 ' 'ucrNudTimeInterval ' + Me.ucrNudTimeInterval.AutoSize = True Me.ucrNudTimeInterval.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTimeInterval.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTimeInterval, "ucrNudTimeInterval") + Me.ucrNudTimeInterval.Location = New System.Drawing.Point(144, 304) Me.ucrNudTimeInterval.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTimeInterval.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTimeInterval.Name = "ucrNudTimeInterval" + Me.ucrNudTimeInterval.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTimeInterval.TabIndex = 69 Me.ucrNudTimeInterval.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkTimeInterval ' + Me.ucrChkTimeInterval.AutoSize = True Me.ucrChkTimeInterval.Checked = False - resources.ApplyResources(Me.ucrChkTimeInterval, "ucrChkTimeInterval") + Me.ucrChkTimeInterval.Location = New System.Drawing.Point(13, 305) Me.ucrChkTimeInterval.Name = "ucrChkTimeInterval" + Me.ucrChkTimeInterval.Size = New System.Drawing.Size(134, 23) + Me.ucrChkTimeInterval.TabIndex = 68 ' 'ucrInputComboMeasure ' Me.ucrInputComboMeasure.AddQuotesIfUnrecognised = True + Me.ucrInputComboMeasure.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMeasure.GetSetSelectedIndex = -1 Me.ucrInputComboMeasure.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMeasure, "ucrInputComboMeasure") + Me.ucrInputComboMeasure.Location = New System.Drawing.Point(281, 249) Me.ucrInputComboMeasure.Name = "ucrInputComboMeasure" + Me.ucrInputComboMeasure.Size = New System.Drawing.Size(120, 21) + Me.ucrInputComboMeasure.TabIndex = 66 ' 'ucrReceiverTrueValues ' + Me.ucrReceiverTrueValues.AutoSize = True Me.ucrReceiverTrueValues.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTrueValues, "ucrReceiverTrueValues") + Me.ucrReceiverTrueValues.Location = New System.Drawing.Point(281, 249) + Me.ucrReceiverTrueValues.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTrueValues.Name = "ucrReceiverTrueValues" Me.ucrReceiverTrueValues.Selector = Nothing + Me.ucrReceiverTrueValues.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTrueValues.strNcFilePath = "" + Me.ucrReceiverTrueValues.TabIndex = 48 Me.ucrReceiverTrueValues.ucrSelector = Nothing ' 'ucrReceiverDispMultShowStation ' + Me.ucrReceiverDispMultShowStation.AutoSize = True Me.ucrReceiverDispMultShowStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDispMultShowStation, "ucrReceiverDispMultShowStation") + Me.ucrReceiverDispMultShowStation.Location = New System.Drawing.Point(281, 76) + Me.ucrReceiverDispMultShowStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDispMultShowStation.Name = "ucrReceiverDispMultShowStation" Me.ucrReceiverDispMultShowStation.Selector = Nothing + Me.ucrReceiverDispMultShowStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDispMultShowStation.strNcFilePath = "" + Me.ucrReceiverDispMultShowStation.TabIndex = 63 Me.ucrReceiverDispMultShowStation.ucrSelector = Nothing ' 'ucrInputIntervalSize ' Me.ucrInputIntervalSize.AddQuotesIfUnrecognised = True + Me.ucrInputIntervalSize.AutoSize = True Me.ucrInputIntervalSize.IsMultiline = False Me.ucrInputIntervalSize.IsReadOnly = False - resources.ApplyResources(Me.ucrInputIntervalSize, "ucrInputIntervalSize") + Me.ucrInputIntervalSize.Location = New System.Drawing.Point(84, 288) Me.ucrInputIntervalSize.Name = "ucrInputIntervalSize" + Me.ucrInputIntervalSize.Size = New System.Drawing.Size(62, 21) + Me.ucrInputIntervalSize.TabIndex = 61 ' 'ucrChkFlipCordinates ' + Me.ucrChkFlipCordinates.AutoSize = True Me.ucrChkFlipCordinates.Checked = False - resources.ApplyResources(Me.ucrChkFlipCordinates, "ucrChkFlipCordinates") + Me.ucrChkFlipCordinates.Location = New System.Drawing.Point(13, 289) Me.ucrChkFlipCordinates.Name = "ucrChkFlipCordinates" + Me.ucrChkFlipCordinates.Size = New System.Drawing.Size(132, 23) + Me.ucrChkFlipCordinates.TabIndex = 59 ' 'ucrInputComboType ' Me.ucrInputComboType.AddQuotesIfUnrecognised = True + Me.ucrInputComboType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboType.GetSetSelectedIndex = -1 Me.ucrInputComboType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboType, "ucrInputComboType") + Me.ucrInputComboType.Location = New System.Drawing.Point(281, 205) Me.ucrInputComboType.Name = "ucrInputComboType" + Me.ucrInputComboType.Size = New System.Drawing.Size(120, 21) + Me.ucrInputComboType.TabIndex = 57 ' 'ucrChkAddLegend ' + Me.ucrChkAddLegend.AutoSize = True Me.ucrChkAddLegend.Checked = False - resources.ApplyResources(Me.ucrChkAddLegend, "ucrChkAddLegend") + Me.ucrChkAddLegend.Location = New System.Drawing.Point(13, 266) Me.ucrChkAddLegend.Name = "ucrChkAddLegend" + Me.ucrChkAddLegend.Size = New System.Drawing.Size(134, 23) + Me.ucrChkAddLegend.TabIndex = 56 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(13, 318) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(355, 24) + Me.ucrSaveGraph.TabIndex = 55 ' 'ucrNudFacetColumns ' + Me.ucrNudFacetColumns.AutoSize = True Me.ucrNudFacetColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFacetColumns, "ucrNudFacetColumns") + Me.ucrNudFacetColumns.Location = New System.Drawing.Point(368, 281) Me.ucrNudFacetColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFacetColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFacetColumns.Name = "ucrNudFacetColumns" + Me.ucrNudFacetColumns.Size = New System.Drawing.Size(48, 20) + Me.ucrNudFacetColumns.TabIndex = 49 Me.ucrNudFacetColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrReceiverImputed ' + Me.ucrReceiverImputed.AutoSize = True Me.ucrReceiverImputed.frmParent = Me - resources.ApplyResources(Me.ucrReceiverImputed, "ucrReceiverImputed") + Me.ucrReceiverImputed.Location = New System.Drawing.Point(281, 203) + Me.ucrReceiverImputed.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverImputed.Name = "ucrReceiverImputed" Me.ucrReceiverImputed.Selector = Nothing + Me.ucrReceiverImputed.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverImputed.strNcFilePath = "" + Me.ucrReceiverImputed.TabIndex = 48 Me.ucrReceiverImputed.ucrSelector = Nothing ' 'ucrReceiverDisplayObserved ' + Me.ucrReceiverDisplayObserved.AutoSize = True Me.ucrReceiverDisplayObserved.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDisplayObserved, "ucrReceiverDisplayObserved") + Me.ucrReceiverDisplayObserved.Location = New System.Drawing.Point(281, 162) + Me.ucrReceiverDisplayObserved.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDisplayObserved.Name = "ucrReceiverDisplayObserved" Me.ucrReceiverDisplayObserved.Selector = Nothing + Me.ucrReceiverDisplayObserved.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDisplayObserved.strNcFilePath = "" + Me.ucrReceiverDisplayObserved.TabIndex = 47 Me.ucrReceiverDisplayObserved.ucrSelector = Nothing ' 'ucrReceiverDisplayShowDate ' + Me.ucrReceiverDisplayShowDate.AutoSize = True Me.ucrReceiverDisplayShowDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDisplayShowDate, "ucrReceiverDisplayShowDate") + Me.ucrReceiverDisplayShowDate.Location = New System.Drawing.Point(281, 119) + Me.ucrReceiverDisplayShowDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDisplayShowDate.Name = "ucrReceiverDisplayShowDate" Me.ucrReceiverDisplayShowDate.Selector = Nothing + Me.ucrReceiverDisplayShowDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDisplayShowDate.strNcFilePath = "" + Me.ucrReceiverDisplayShowDate.TabIndex = 46 Me.ucrReceiverDisplayShowDate.ucrSelector = Nothing ' 'ucrInputStdBias ' Me.ucrInputStdBias.AddQuotesIfUnrecognised = True + Me.ucrInputStdBias.AutoSize = True Me.ucrInputStdBias.IsMultiline = False Me.ucrInputStdBias.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStdBias, "ucrInputStdBias") + Me.ucrInputStdBias.Location = New System.Drawing.Point(144, 282) Me.ucrInputStdBias.Name = "ucrInputStdBias" + Me.ucrInputStdBias.Size = New System.Drawing.Size(47, 21) + Me.ucrInputStdBias.TabIndex = 20 ' 'ucrInputMeanBias ' Me.ucrInputMeanBias.AddQuotesIfUnrecognised = True + Me.ucrInputMeanBias.AutoSize = True Me.ucrInputMeanBias.IsMultiline = False Me.ucrInputMeanBias.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMeanBias, "ucrInputMeanBias") + Me.ucrInputMeanBias.Location = New System.Drawing.Point(144, 261) Me.ucrInputMeanBias.Name = "ucrInputMeanBias" + Me.ucrInputMeanBias.Size = New System.Drawing.Size(47, 21) + Me.ucrInputMeanBias.TabIndex = 17 ' 'ucrChkStdBias ' + Me.ucrChkStdBias.AutoSize = True Me.ucrChkStdBias.Checked = False - resources.ApplyResources(Me.ucrChkStdBias, "ucrChkStdBias") + Me.ucrChkStdBias.Location = New System.Drawing.Point(13, 283) Me.ucrChkStdBias.Name = "ucrChkStdBias" + Me.ucrChkStdBias.Size = New System.Drawing.Size(127, 23) + Me.ucrChkStdBias.TabIndex = 19 ' 'ucrChkMeanBias ' + Me.ucrChkMeanBias.AutoSize = True Me.ucrChkMeanBias.Checked = False - resources.ApplyResources(Me.ucrChkMeanBias, "ucrChkMeanBias") + Me.ucrChkMeanBias.Location = New System.Drawing.Point(13, 261) Me.ucrChkMeanBias.Name = "ucrChkMeanBias" + Me.ucrChkMeanBias.Size = New System.Drawing.Size(208, 23) + Me.ucrChkMeanBias.TabIndex = 13 ' 'ucrReceiverObserved ' + Me.ucrReceiverObserved.AutoSize = True Me.ucrReceiverObserved.frmParent = Me - resources.ApplyResources(Me.ucrReceiverObserved, "ucrReceiverObserved") + Me.ucrReceiverObserved.Location = New System.Drawing.Point(281, 163) + Me.ucrReceiverObserved.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverObserved.Name = "ucrReceiverObserved" Me.ucrReceiverObserved.Selector = Nothing + Me.ucrReceiverObserved.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverObserved.strNcFilePath = "" + Me.ucrReceiverObserved.TabIndex = 10 Me.ucrReceiverObserved.ucrSelector = Nothing ' 'ucrReceiverEstimatedElements ' + Me.ucrReceiverEstimatedElements.AutoSize = True Me.ucrReceiverEstimatedElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverEstimatedElements, "ucrReceiverEstimatedElements") + Me.ucrReceiverEstimatedElements.Location = New System.Drawing.Point(281, 202) + Me.ucrReceiverEstimatedElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverEstimatedElements.Name = "ucrReceiverEstimatedElements" Me.ucrReceiverEstimatedElements.Selector = Nothing + Me.ucrReceiverEstimatedElements.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverEstimatedElements.strNcFilePath = "" + Me.ucrReceiverEstimatedElements.TabIndex = 12 Me.ucrReceiverEstimatedElements.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(281, 118) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 7 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrInputConstant ' Me.ucrInputConstant.AddQuotesIfUnrecognised = True + Me.ucrInputConstant.AutoSize = True Me.ucrInputConstant.IsMultiline = False Me.ucrInputConstant.IsReadOnly = False - resources.ApplyResources(Me.ucrInputConstant, "ucrInputConstant") + Me.ucrInputConstant.Location = New System.Drawing.Point(279, 362) Me.ucrInputConstant.Name = "ucrInputConstant" + Me.ucrInputConstant.Size = New System.Drawing.Size(47, 21) + Me.ucrInputConstant.TabIndex = 24 ' 'ucrReceiverByFactor ' + Me.ucrReceiverByFactor.AutoSize = True Me.ucrReceiverByFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverByFactor, "ucrReceiverByFactor") + Me.ucrReceiverByFactor.Location = New System.Drawing.Point(281, 185) + Me.ucrReceiverByFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverByFactor.Name = "ucrReceiverByFactor" Me.ucrReceiverByFactor.Selector = Nothing + Me.ucrReceiverByFactor.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverByFactor.strNcFilePath = "" + Me.ucrReceiverByFactor.TabIndex = 10 Me.ucrReceiverByFactor.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(281, 76) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 6 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrChkSetSeed ' + Me.ucrChkSetSeed.AutoSize = True Me.ucrChkSetSeed.Checked = False - resources.ApplyResources(Me.ucrChkSetSeed, "ucrChkSetSeed") + Me.ucrChkSetSeed.Location = New System.Drawing.Point(146, 405) Me.ucrChkSetSeed.Name = "ucrChkSetSeed" + Me.ucrChkSetSeed.Size = New System.Drawing.Size(76, 23) + Me.ucrChkSetSeed.TabIndex = 27 ' 'ucrNudSetSeed ' + Me.ucrNudSetSeed.AutoSize = True Me.ucrNudSetSeed.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSetSeed, "ucrNudSetSeed") + Me.ucrNudSetSeed.Location = New System.Drawing.Point(223, 405) Me.ucrNudSetSeed.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSetSeed.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Name = "ucrNudSetSeed" + Me.ucrNudSetSeed.Size = New System.Drawing.Size(48, 20) + Me.ucrNudSetSeed.TabIndex = 28 Me.ucrNudSetSeed.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudMaximum ' + Me.ucrNudMaximum.AutoSize = True Me.ucrNudMaximum.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaximum.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaximum, "ucrNudMaximum") + Me.ucrNudMaximum.Location = New System.Drawing.Point(110, 257) Me.ucrNudMaximum.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaximum.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaximum.Name = "ucrNudMaximum" + Me.ucrNudMaximum.Size = New System.Drawing.Size(48, 20) + Me.ucrNudMaximum.TabIndex = 15 Me.ucrNudMaximum.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkMaxGap ' + Me.ucrChkMaxGap.AutoSize = True Me.ucrChkMaxGap.Checked = False - resources.ApplyResources(Me.ucrChkMaxGap, "ucrChkMaxGap") + Me.ucrChkMaxGap.Location = New System.Drawing.Point(13, 258) Me.ucrChkMaxGap.Name = "ucrChkMaxGap" + Me.ucrChkMaxGap.Size = New System.Drawing.Size(96, 23) + Me.ucrChkMaxGap.TabIndex = 14 ' 'ucrChkBy ' + Me.ucrChkBy.AutoSize = True Me.ucrChkBy.Checked = False - resources.ApplyResources(Me.ucrChkBy, "ucrChkBy") + Me.ucrChkBy.Location = New System.Drawing.Point(281, 162) Me.ucrChkBy.Name = "ucrChkBy" + Me.ucrChkBy.Size = New System.Drawing.Size(103, 23) + Me.ucrChkBy.TabIndex = 9 ' 'ucrChkCopyFromBelow ' + Me.ucrChkCopyFromBelow.AutoSize = True Me.ucrChkCopyFromBelow.Checked = False - resources.ApplyResources(Me.ucrChkCopyFromBelow, "ucrChkCopyFromBelow") + Me.ucrChkCopyFromBelow.Location = New System.Drawing.Point(12, 405) Me.ucrChkCopyFromBelow.Name = "ucrChkCopyFromBelow" + Me.ucrChkCopyFromBelow.Size = New System.Drawing.Size(110, 23) + Me.ucrChkCopyFromBelow.TabIndex = 25 ' 'ucrSaveNewColumn ' - resources.ApplyResources(Me.ucrSaveNewColumn, "ucrSaveNewColumn") + Me.ucrSaveNewColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewColumn.Location = New System.Drawing.Point(12, 433) + Me.ucrSaveNewColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewColumn.Name = "ucrSaveNewColumn" + Me.ucrSaveNewColumn.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveNewColumn.TabIndex = 29 ' 'ucrInputComboFunction ' Me.ucrInputComboFunction.AddQuotesIfUnrecognised = True + Me.ucrInputComboFunction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboFunction.GetSetSelectedIndex = -1 Me.ucrInputComboFunction.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboFunction, "ucrInputComboFunction") + Me.ucrInputComboFunction.Location = New System.Drawing.Point(66, 404) Me.ucrInputComboFunction.Name = "ucrInputComboFunction" + Me.ucrInputComboFunction.Size = New System.Drawing.Size(66, 21) + Me.ucrInputComboFunction.TabIndex = 26 ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(281, 127) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 8 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 461) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 30 ' 'ucrSelectorInfillMissing ' + Me.ucrSelectorInfillMissing.AutoSize = True Me.ucrSelectorInfillMissing.bDropUnusedFilterLevels = False Me.ucrSelectorInfillMissing.bShowHiddenColumns = False Me.ucrSelectorInfillMissing.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorInfillMissing, "ucrSelectorInfillMissing") + Me.ucrSelectorInfillMissing.Location = New System.Drawing.Point(12, 53) + Me.ucrSelectorInfillMissing.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorInfillMissing.Name = "ucrSelectorInfillMissing" + Me.ucrSelectorInfillMissing.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorInfillMissing.TabIndex = 3 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(13, 7) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(432, 27) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrInputNewColumnName ' Me.ucrInputNewColumnName.AddQuotesIfUnrecognised = True + Me.ucrInputNewColumnName.AutoSize = True Me.ucrInputNewColumnName.IsMultiline = False Me.ucrInputNewColumnName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewColumnName, "ucrInputNewColumnName") + Me.ucrInputNewColumnName.Location = New System.Drawing.Point(144, 326) Me.ucrInputNewColumnName.Name = "ucrInputNewColumnName" + Me.ucrInputNewColumnName.Size = New System.Drawing.Size(134, 21) + Me.ucrInputNewColumnName.TabIndex = 72 ' 'dlgInfillMissingValues ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(454, 514) Me.Controls.Add(Me.ucrInputNewColumnName) Me.Controls.Add(Me.lblNewColumnName) Me.Controls.Add(Me.ucrInputTimeInterval) @@ -688,6 +994,8 @@ Partial Class dlgInfillMissingValues Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgInfillMissingValues" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Missing Values" Me.grpMethods.ResumeLayout(False) Me.grpMethods.PerformLayout() Me.grpStartEnd.ResumeLayout(False) diff --git a/instat/dlgInfillMissingValues.resx b/instat/dlgInfillMissingValues.resx index 09989fc4c6a..1af7de150c9 100644 --- a/instat/dlgInfillMissingValues.resx +++ b/instat/dlgInfillMissingValues.resx @@ -117,1921 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 103, 65 - - - 67, 17 - - - 6 - - - StructTS - - - rdoNaStructTS - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 0 - - - True - - - NoControl - - - 103, 42 - - - 49, 17 - - - 7 - - - Copy - - - rdoNaLocf - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 1 - - - True - - - NoControl - - - 103, 19 - - - 54, 17 - - - 8 - - - Spline - - - rdoNaSpline - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 2 - - - True - - - NoControl - - - 9, 65 - - - 67, 17 - - - 9 - - - Constant - - - rdoNaFill - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 4 - - - True - - - NoControl - - - 9, 42 - - - 59, 17 - - - 10 - - - Typical - - - rdoNaAggregate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 5 - - - True - - - NoControl - - - 9, 19 - - - 75, 17 - - - 11 - - - Interpolate - - - rdoNaApproximate - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 3 - - - True - - - NoControl - - - 281, 110 - - - 48, 13 - - - 7 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 57 - - - Button - - - Flat - - - NoControl - - - 122, 7 - - - 107, 27 - - - 1 - - - Fit Single - - - MiddleCenter - - - rdoFitSingle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 56 - - - Button - - - Flat - - - NoControl - - - 227, 7 - - - 107, 27 - - - 2 - - - Ajuster a multiple - - - MiddleCenter - - - rdoFitMultiple - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 55 - - - 6, 15 - - - 177, 71 - - - 17 - - - ucrPnlMethods - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 6 - - - 12, 295 - - - 210, 99 - - - 21 - - - Methods - - - grpMethods - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 62 - - - True - - - NoControl - - - 13, 329 - - - 101, 13 - - - 72 - - - New Column Name: - - - lblNewColumnName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 11, 39 - - - 73, 17 - - - 13 - - - Extend Fill - - - rdoExtendFill - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStartEnd - - - 0 - - - True - - - NoControl - - - 11, 16 - - - 107, 17 - - - 12 - - - Leave as Missing - - - rdoLeaveAsMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStartEnd - - - 1 - - - 6, 15 - - - 118, 44 - - - 18 - - - ucrPnlStartEnd - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStartEnd - - - 2 - - - 228, 295 - - - 183, 66 - - - 22 - - - Start and End - - - grpStartEnd - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 51 - - - True - - - NoControl - - - 236, 365 - - - 37, 13 - - - 23 - - - Value: - - - lblValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 39 - - - True - - - NoControl - - - 12, 408 - - - 51, 13 - - - 20 - - - Function: - - - lblFunction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 52 - - - True - - - NoControl - - - 159, 261 - - - 35, 13 - - - 18 - - - row(s) - - - lblRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 46 - - - True - - - NoControl - - - 281, 60 - - - 43, 13 - - - 5 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 40 - - - True - - - NoControl - - - 281, 103 - - - 33, 13 - - - 6 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 37 - - - True - - - NoControl - - - 281, 188 - - - 56, 13 - - - 11 - - - Estimated: - - - lblEstimated - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - True - - - NoControl - - - 281, 146 - - - 56, 13 - - - 9 - - - Observed: - - - lblObserved - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - Button - - - Flat - - - NoControl - - - 17, 7 - - - 107, 27 - - - 44 - - - Display - - - MiddleCenter - - - rdoDisplay - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 28 - - - Button - - - Flat - - - NoControl - - - 332, 7 - - - 107, 27 - - - 45 - - - Show - - - MiddleCenter - - - rdoShow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 27 - - - True - - - NoControl - - - 281, 284 - - - 86, 13 - - - 50 - - - Facet Column(s): - - - lblFacetColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - True - - - NoControl - - - 281, 186 - - - 48, 13 - - - 51 - - - Imputed: - - - lblImputed - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - True - - - NoControl - - - 281, 144 - - - 48, 13 - - - 52 - - - Element: - - - lblDisplayElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 281, 105 - - - 33, 13 - - - 53 - - - Date: - - - lblDisplayDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 281, 189 - - - 34, 13 - - - 58 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - False - - - NoControl - - - 13, 236 - - - 119, 23 - - - 60 - - - Display Options - - - cmdDisplayOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 12, 289 - - - 68, 13 - - - 62 - - - Interval Size: - - - lblIntervalSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 278, 60 - - - 43, 13 - - - 64 - - - Station: - - - lblDispMultShowStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 279, 233 - - - 112, 13 - - - 65 - - - True Values(Optional): - - - lblTrueValues - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 278, 233 - - - 51, 13 - - - 67 - - - Measure: - - - lblPercentCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 199, 303 - - - 7, 6, 7, 6 - - - 70, 21 - - - 71 - - - ucrInputTimeInterval - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 144, 304 - - - 50, 20 - - - 69 - - - ucrNudTimeInterval - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 13, 305 - - - 134, 20 - - - 68 - - - ucrChkTimeInterval - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 281, 249 - - - 120, 21 - - - 66 - - - ucrInputComboMeasure - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 454, 514 - - - 144, 326 - - - 134, 21 - - - 72 - - - ucrInputNewColumnName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 281, 76 - - - 0, 0, 0, 0 - - - 120, 20 - - - 63 - - - ucrReceiverDispMultShowStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 84, 288 - - - 62, 21 - - - 61 - - - ucrInputIntervalSize - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 13, 289 - - - 132, 20 - - - 59 - - - ucrChkFlipCordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 281, 205 - - - 120, 21 - - - 57 - - - ucrInputComboType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 13, 266 - - - 134, 20 - - - 56 - - - ucrChkAddLegend - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 13, 318 - - - 4, 5, 4, 5 - - - 355, 24 - - - 55 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 368, 281 - - - 48, 20 - - - 49 - - - ucrNudFacetColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 281, 203 - - - 0, 0, 0, 0 - - - 120, 20 - - - 48 - - - ucrReceiverImputed - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 281, 162 - - - 0, 0, 0, 0 - - - 120, 20 - - - 47 - - - ucrReceiverDisplayObserved - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 281, 119 - - - 0, 0, 0, 0 - - - 120, 20 - - - 46 - - - ucrReceiverDisplayShowDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 144, 282 - - - 47, 21 - - - 20 - - - ucrInputStdBias - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 29 - - - 144, 261 - - - 47, 21 - - - 17 - - - ucrInputMeanBias - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 30 - - - 13, 283 - - - 127, 20 - - - 19 - - - ucrChkStdBias - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 13, 261 - - - 208, 20 - - - 13 - - - ucrChkMeanBias - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 32 - - - 281, 163 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverObserved - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 34 - - - 281, 202 - - - 0, 0, 0, 0 - - - 120, 100 - - - 12 - - - ucrReceiverEstimatedElements - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - 281, 118 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 38 - - - 279, 362 - - - 47, 21 - - - 24 - - - ucrInputConstant - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 41 - - - 281, 185 - - - 0, 0, 0, 0 - - - 120, 100 - - - 10 - - - ucrReceiverByFactor - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 42 - - - 281, 76 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 43 - - - 146, 405 - - - 76, 20 - - - 27 - - - ucrChkSetSeed - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 44 - - - 223, 405 - - - 48, 20 - - - 28 - - - ucrNudSetSeed - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 45 - - - 110, 257 - - - 48, 20 - - - 15 - - - ucrNudMaximum - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 47 - - - 13, 258 - - - 96, 20 - - - 14 - - - ucrChkMaxGap - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 48 - - - 281, 162 - - - 103, 20 - - - 9 - - - ucrChkBy - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 49 - - - 12, 405 - - - 110, 20 - - - 25 - - - ucrChkCopyFromBelow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 50 - - - 12, 433 - - - 4, 5, 4, 5 - - - 320, 24 - - - 29 - - - ucrSaveNewColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 53 - - - 66, 404 - - - 66, 21 - - - 26 - - - ucrInputComboFunction - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 54 - - - 281, 127 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 58 - - - True - - - 12, 461 - - - 410, 52 - - - 30 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 59 - - - 12, 53 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorInfillMissing - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 60 - - - 13, 7 - - - 432, 27 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 61 - - - CenterScreen - - - Missing Values - - - dlgInfillMissingValues - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 281, 249 - - - 0, 0, 0, 0 - - - 120, 20 - - - 48 - - - ucrReceiverTrueValues - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgInsertColumn.Designer.vb b/instat/dlgInsertColumn.Designer.vb index 5c48586f2e2..45699321f50 100644 --- a/instat/dlgInsertColumn.Designer.vb +++ b/instat/dlgInsertColumn.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgInsertColumn Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgInsertColumn)) Me.lblStartPos = New System.Windows.Forms.Label() Me.lblNumberOfRowsToInsert = New System.Windows.Forms.Label() Me.grpInsert = New System.Windows.Forms.GroupBox() @@ -74,13 +73,19 @@ Partial Class dlgInsertColumn ' 'lblStartPos ' - resources.ApplyResources(Me.lblStartPos, "lblStartPos") + Me.lblStartPos.Location = New System.Drawing.Point(11, 105) Me.lblStartPos.Name = "lblStartPos" + Me.lblStartPos.Size = New System.Drawing.Size(153, 13) + Me.lblStartPos.TabIndex = 8 + Me.lblStartPos.Text = "Insert at Position:" ' 'lblNumberOfRowsToInsert ' - resources.ApplyResources(Me.lblNumberOfRowsToInsert, "lblNumberOfRowsToInsert") + Me.lblNumberOfRowsToInsert.Location = New System.Drawing.Point(11, 135) Me.lblNumberOfRowsToInsert.Name = "lblNumberOfRowsToInsert" + Me.lblNumberOfRowsToInsert.Size = New System.Drawing.Size(153, 13) + Me.lblNumberOfRowsToInsert.TabIndex = 10 + Me.lblNumberOfRowsToInsert.Text = "Number of Rows to Insert:" ' 'grpInsert ' @@ -91,189 +96,281 @@ Partial Class dlgInsertColumn Me.grpInsert.Controls.Add(Me.rdoAtStart) Me.grpInsert.Controls.Add(Me.rdoAtEnd) Me.grpInsert.Controls.Add(Me.ucrPnlInsertColumns) - resources.ApplyResources(Me.grpInsert, "grpInsert") + Me.grpInsert.Location = New System.Drawing.Point(235, 85) Me.grpInsert.Name = "grpInsert" + Me.grpInsert.Size = New System.Drawing.Size(286, 122) + Me.grpInsert.TabIndex = 6 Me.grpInsert.TabStop = False + Me.grpInsert.Text = "Insert" ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.Location = New System.Drawing.Point(152, 73) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 2 + Me.lblColumn.Text = "Column:" ' 'ucrInputBeforeAfter ' Me.ucrInputBeforeAfter.AddQuotesIfUnrecognised = True + Me.ucrInputBeforeAfter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBeforeAfter.GetSetSelectedIndex = -1 Me.ucrInputBeforeAfter.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBeforeAfter, "ucrInputBeforeAfter") + Me.ucrInputBeforeAfter.Location = New System.Drawing.Point(51, 87) Me.ucrInputBeforeAfter.Name = "ucrInputBeforeAfter" + Me.ucrInputBeforeAfter.Size = New System.Drawing.Size(93, 21) + Me.ucrInputBeforeAfter.TabIndex = 1 ' 'ucrReceiverColumnsToInsert ' + Me.ucrReceiverColumnsToInsert.AutoSize = True Me.ucrReceiverColumnsToInsert.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnsToInsert, "ucrReceiverColumnsToInsert") + Me.ucrReceiverColumnsToInsert.Location = New System.Drawing.Point(151, 88) + Me.ucrReceiverColumnsToInsert.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnsToInsert.Name = "ucrReceiverColumnsToInsert" Me.ucrReceiverColumnsToInsert.Selector = Nothing + Me.ucrReceiverColumnsToInsert.Size = New System.Drawing.Size(116, 20) Me.ucrReceiverColumnsToInsert.strNcFilePath = "" + Me.ucrReceiverColumnsToInsert.TabIndex = 3 Me.ucrReceiverColumnsToInsert.ucrSelector = Nothing ' 'rdoBeforeAfter ' - resources.ApplyResources(Me.rdoBeforeAfter, "rdoBeforeAfter") + Me.rdoBeforeAfter.AutoSize = True + Me.rdoBeforeAfter.Location = New System.Drawing.Point(10, 64) Me.rdoBeforeAfter.Name = "rdoBeforeAfter" + Me.rdoBeforeAfter.Size = New System.Drawing.Size(131, 17) + Me.rdoBeforeAfter.TabIndex = 0 Me.rdoBeforeAfter.TabStop = True + Me.rdoBeforeAfter.Text = "Before or After Column" Me.rdoBeforeAfter.UseVisualStyleBackColor = True ' 'rdoAtStart ' - resources.ApplyResources(Me.rdoAtStart, "rdoAtStart") + Me.rdoAtStart.AutoSize = True + Me.rdoAtStart.Location = New System.Drawing.Point(10, 18) Me.rdoAtStart.Name = "rdoAtStart" + Me.rdoAtStart.Size = New System.Drawing.Size(60, 17) + Me.rdoAtStart.TabIndex = 1 Me.rdoAtStart.TabStop = True + Me.rdoAtStart.Text = "At Start" Me.rdoAtStart.UseVisualStyleBackColor = True ' 'rdoAtEnd ' - resources.ApplyResources(Me.rdoAtEnd, "rdoAtEnd") + Me.rdoAtEnd.AutoSize = True + Me.rdoAtEnd.Location = New System.Drawing.Point(10, 41) Me.rdoAtEnd.Name = "rdoAtEnd" + Me.rdoAtEnd.Size = New System.Drawing.Size(57, 17) + Me.rdoAtEnd.TabIndex = 2 Me.rdoAtEnd.TabStop = True + Me.rdoAtEnd.Text = "At End" Me.rdoAtEnd.UseVisualStyleBackColor = True ' 'ucrPnlInsertColumns ' - resources.ApplyResources(Me.ucrPnlInsertColumns, "ucrPnlInsertColumns") + Me.ucrPnlInsertColumns.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlInsertColumns.Location = New System.Drawing.Point(3, 17) Me.ucrPnlInsertColumns.Name = "ucrPnlInsertColumns" + Me.ucrPnlInsertColumns.Size = New System.Drawing.Size(277, 101) + Me.ucrPnlInsertColumns.TabIndex = 5 ' 'grpOptions ' Me.grpOptions.Controls.Add(Me.rdoAfter) Me.grpOptions.Controls.Add(Me.rdoBefore) Me.grpOptions.Controls.Add(Me.ucrPnlBeforeAfter) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(235, 85) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(106, 71) + Me.grpOptions.TabIndex = 7 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'rdoAfter ' - resources.ApplyResources(Me.rdoAfter, "rdoAfter") + Me.rdoAfter.AutoSize = True + Me.rdoAfter.Location = New System.Drawing.Point(10, 41) Me.rdoAfter.Name = "rdoAfter" + Me.rdoAfter.Size = New System.Drawing.Size(47, 17) + Me.rdoAfter.TabIndex = 1 Me.rdoAfter.TabStop = True + Me.rdoAfter.Text = "After" Me.rdoAfter.UseVisualStyleBackColor = True ' 'rdoBefore ' - resources.ApplyResources(Me.rdoBefore, "rdoBefore") + Me.rdoBefore.AutoSize = True + Me.rdoBefore.Location = New System.Drawing.Point(10, 18) Me.rdoBefore.Name = "rdoBefore" + Me.rdoBefore.Size = New System.Drawing.Size(56, 17) + Me.rdoBefore.TabIndex = 0 Me.rdoBefore.TabStop = True + Me.rdoBefore.Text = "Before" Me.rdoBefore.UseVisualStyleBackColor = True ' 'ucrPnlBeforeAfter ' - resources.ApplyResources(Me.ucrPnlBeforeAfter, "ucrPnlBeforeAfter") + Me.ucrPnlBeforeAfter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlBeforeAfter.Location = New System.Drawing.Point(3, 16) Me.ucrPnlBeforeAfter.Name = "ucrPnlBeforeAfter" + Me.ucrPnlBeforeAfter.Size = New System.Drawing.Size(86, 49) + Me.ucrPnlBeforeAfter.TabIndex = 0 ' 'lblNumberOfColumnsToInsert ' - resources.ApplyResources(Me.lblNumberOfColumnsToInsert, "lblNumberOfColumnsToInsert") + Me.lblNumberOfColumnsToInsert.Location = New System.Drawing.Point(11, 236) Me.lblNumberOfColumnsToInsert.Name = "lblNumberOfColumnsToInsert" + Me.lblNumberOfColumnsToInsert.Size = New System.Drawing.Size(202, 13) + Me.lblNumberOfColumnsToInsert.TabIndex = 12 + Me.lblNumberOfColumnsToInsert.Text = "Number of Columns to Insert:" ' 'lblDefaultValue ' - resources.ApplyResources(Me.lblDefaultValue, "lblDefaultValue") + Me.lblDefaultValue.Location = New System.Drawing.Point(11, 263) Me.lblDefaultValue.Name = "lblDefaultValue" + Me.lblDefaultValue.Size = New System.Drawing.Size(202, 13) + Me.lblDefaultValue.TabIndex = 14 + Me.lblDefaultValue.Text = "Default Value:" ' 'rdoInsertColumns ' - resources.ApplyResources(Me.rdoInsertColumns, "rdoInsertColumns") + Me.rdoInsertColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoInsertColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoInsertColumns.FlatAppearance.BorderSize = 2 Me.rdoInsertColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoInsertColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoInsertColumns.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoInsertColumns.Location = New System.Drawing.Point(134, 12) Me.rdoInsertColumns.Name = "rdoInsertColumns" + Me.rdoInsertColumns.Size = New System.Drawing.Size(135, 28) + Me.rdoInsertColumns.TabIndex = 1 + Me.rdoInsertColumns.Text = "Insert Columns" + Me.rdoInsertColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoInsertColumns.UseVisualStyleBackColor = True ' 'rdoInsertRows ' - resources.ApplyResources(Me.rdoInsertRows, "rdoInsertRows") + Me.rdoInsertRows.Appearance = System.Windows.Forms.Appearance.Button Me.rdoInsertRows.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoInsertRows.FlatAppearance.BorderSize = 2 Me.rdoInsertRows.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoInsertRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoInsertRows.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoInsertRows.Location = New System.Drawing.Point(269, 12) Me.rdoInsertRows.Name = "rdoInsertRows" + Me.rdoInsertRows.Size = New System.Drawing.Size(130, 28) + Me.rdoInsertRows.TabIndex = 2 + Me.rdoInsertRows.Text = "Insert Rows" + Me.rdoInsertRows.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoInsertRows.UseVisualStyleBackColor = True ' 'lblInputColumnPrefix ' - resources.ApplyResources(Me.lblInputColumnPrefix, "lblInputColumnPrefix") + Me.lblInputColumnPrefix.Location = New System.Drawing.Point(11, 289) Me.lblInputColumnPrefix.Name = "lblInputColumnPrefix" + Me.lblInputColumnPrefix.Size = New System.Drawing.Size(203, 13) + Me.lblInputColumnPrefix.TabIndex = 16 + Me.lblInputColumnPrefix.Text = "Prefix For Inserted Column(s):" ' 'ucrSelectorInsertColumns ' + Me.ucrSelectorInsertColumns.AutoSize = True Me.ucrSelectorInsertColumns.bDropUnusedFilterLevels = False Me.ucrSelectorInsertColumns.bShowHiddenColumns = False Me.ucrSelectorInsertColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorInsertColumns, "ucrSelectorInsertColumns") + Me.ucrSelectorInsertColumns.Location = New System.Drawing.Point(11, 50) + Me.ucrSelectorInsertColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorInsertColumns.Name = "ucrSelectorInsertColumns" + Me.ucrSelectorInsertColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorInsertColumns.TabIndex = 3 ' 'ucrInputPrefixForNewColumn ' Me.ucrInputPrefixForNewColumn.AddQuotesIfUnrecognised = True + Me.ucrInputPrefixForNewColumn.AutoSize = True Me.ucrInputPrefixForNewColumn.IsMultiline = False Me.ucrInputPrefixForNewColumn.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPrefixForNewColumn, "ucrInputPrefixForNewColumn") + Me.ucrInputPrefixForNewColumn.Location = New System.Drawing.Point(235, 285) Me.ucrInputPrefixForNewColumn.Name = "ucrInputPrefixForNewColumn" + Me.ucrInputPrefixForNewColumn.Size = New System.Drawing.Size(163, 21) + Me.ucrInputPrefixForNewColumn.TabIndex = 0 ' 'ucrNudNumberOfColumns ' + Me.ucrNudNumberOfColumns.AutoSize = True Me.ucrNudNumberOfColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfColumns, "ucrNudNumberOfColumns") + Me.ucrNudNumberOfColumns.Location = New System.Drawing.Point(235, 232) Me.ucrNudNumberOfColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Name = "ucrNudNumberOfColumns" + Me.ucrNudNumberOfColumns.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberOfColumns.TabIndex = 13 Me.ucrNudNumberOfColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlColumnsOrRows ' - resources.ApplyResources(Me.ucrPnlColumnsOrRows, "ucrPnlColumnsOrRows") + Me.ucrPnlColumnsOrRows.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlColumnsOrRows.Location = New System.Drawing.Point(128, 12) Me.ucrPnlColumnsOrRows.Name = "ucrPnlColumnsOrRows" + Me.ucrPnlColumnsOrRows.Size = New System.Drawing.Size(292, 37) + Me.ucrPnlColumnsOrRows.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 313) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 1 ' 'ucrNudNumberOfRows ' + Me.ucrNudNumberOfRows.AutoSize = True Me.ucrNudNumberOfRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfRows, "ucrNudNumberOfRows") + Me.ucrNudNumberOfRows.Location = New System.Drawing.Point(169, 132) Me.ucrNudNumberOfRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfRows.Name = "ucrNudNumberOfRows" + Me.ucrNudNumberOfRows.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberOfRows.TabIndex = 11 Me.ucrNudNumberOfRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudStartRow ' + Me.ucrNudStartRow.AutoSize = True Me.ucrNudStartRow.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudStartRow.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudStartRow, "ucrNudStartRow") + Me.ucrNudStartRow.Location = New System.Drawing.Point(170, 103) Me.ucrNudStartRow.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudStartRow.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudStartRow.Name = "ucrNudStartRow" + Me.ucrNudStartRow.Size = New System.Drawing.Size(50, 20) + Me.ucrNudStartRow.TabIndex = 9 Me.ucrNudStartRow.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputDefaultValue ' Me.ucrInputDefaultValue.AddQuotesIfUnrecognised = True + Me.ucrInputDefaultValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDefaultValue.GetSetSelectedIndex = -1 Me.ucrInputDefaultValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDefaultValue, "ucrInputDefaultValue") + Me.ucrInputDefaultValue.Location = New System.Drawing.Point(235, 258) Me.ucrInputDefaultValue.Name = "ucrInputDefaultValue" + Me.ucrInputDefaultValue.Size = New System.Drawing.Size(105, 21) + Me.ucrInputDefaultValue.TabIndex = 17 ' 'dlgInsertColumn ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(526, 369) Me.Controls.Add(Me.ucrInputDefaultValue) Me.Controls.Add(Me.lblInputColumnPrefix) Me.Controls.Add(Me.ucrInputPrefixForNewColumn) @@ -295,6 +392,8 @@ Partial Class dlgInsertColumn Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgInsertColumn" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Insert Columns/Rows" Me.grpInsert.ResumeLayout(False) Me.grpInsert.PerformLayout() Me.grpOptions.ResumeLayout(False) diff --git a/instat/dlgInsertColumn.resx b/instat/dlgInsertColumn.resx index cb90ae6d058..01c7dac9b53 100644 --- a/instat/dlgInsertColumn.resx +++ b/instat/dlgInsertColumn.resx @@ -117,696 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 11, 105 - - - 153, 13 - - - - 8 - - - Insert at Position: - - - lblStartPos - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 11, 135 - - - 153, 13 - - - 10 - - - Number of Rows to Insert: - - - lblNumberOfRowsToInsert - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - 152, 73 - - - 45, 13 - - - 2 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpInsert - - - 0 - - - 51, 87 - - - 93, 21 - - - 1 - - - ucrInputBeforeAfter - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpInsert - - - 1 - - - True - - - 6, 13 - - - True - - - 526, 369 - - - 235, 258 - - - 105, 21 - - - 17 - - - ucrInputDefaultValue - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 11, 289 - - - 203, 13 - - - 16 - - - Prefix For Inserted Column(s): - - - lblInputColumnPrefix - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 235, 285 - - - 163, 21 - - - 0 - - - ucrInputPrefixForNewColumn - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 235, 232 - - - 50, 20 - - - 13 - - - ucrNudNumberOfColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - - Button - - - Flat - - - 269, 12 - - - 130, 28 - - - 2 - - - Insert Rows - - - MiddleCenter - - - rdoInsertRows - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - Flat - - - 134, 12 - - - 135, 28 - - - 1 - - - Insert Columns - - - MiddleCenter - - - rdoInsertColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 128, 12 - - - 292, 37 - - - 0 - - - ucrPnlColumnsOrRows - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 10, 41 - - - 47, 17 - - - 1 - - - After - - - rdoAfter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 0 - - - True - - - 10, 18 - - - 56, 17 - - - 0 - - - Before - - - rdoBefore - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - 3, 16 - - - 86, 49 - - - 0 - - - ucrPnlBeforeAfter - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 235, 85 - - - 106, 71 - - - 7 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 11, 263 - - - 202, 13 - - - 14 - - - Default Value: - - - lblDefaultValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 11, 236 - - - 202, 13 - - - 12 - - - Number of Columns to Insert: - - - lblNumberOfColumnsToInsert - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 10, 313 - - - 410, 53 - - - 1 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 169, 132 - - - 50, 20 - - - 11 - - - ucrNudNumberOfRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 170, 103 - - - 50, 20 - - - 9 - - - ucrNudStartRow - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 11, 50 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorInsertColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Insert Columns/Rows - - - ttColumnDefaultValue - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgInsertColumn - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 151, 88 - - - 0, 0, 0, 0 - - - 116, 20 - - - 3 - - - ucrReceiverColumnsToInsert - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpInsert - - - 2 - - - True - - - 10, 64 - - - 131, 17 - - - 0 - - - Before or After Column - - - rdoBeforeAfter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpInsert - - - 3 - - - True - - - 10, 18 - - - 60, 17 - - - 1 - - - At Start - - - rdoAtStart - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpInsert - - - 4 - - - True - - - 10, 41 - - - 57, 17 - - - 2 - - - At End - - - rdoAtEnd - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpInsert - - - 5 - - - 3, 17 - - - 277, 101 - - - 5 - - - ucrPnlInsertColumns - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpInsert - - - 6 - - - 235, 85 - - - 286, 122 - - - 6 - - - Insert - - - grpInsert - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - 17, 17 diff --git a/instat/dlgInventoryMethod.designer.vb b/instat/dlgInventoryMethod.designer.vb index fbccec5d7a1..aa52e056ce2 100644 --- a/instat/dlgInventoryMethod.designer.vb +++ b/instat/dlgInventoryMethod.designer.vb @@ -55,9 +55,10 @@ Partial Class dlgInventoryMethod 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(24, 205) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'lblTitle @@ -161,8 +162,8 @@ Partial Class dlgInventoryMethod ' 'dlgInventoryMethod ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(454, 238) Me.Controls.Add(Me.Label1) diff --git a/instat/dlgJitter.Designer.vb b/instat/dlgJitter.Designer.vb index 99ecc3fd972..f6c26d755ad 100644 --- a/instat/dlgJitter.Designer.vb +++ b/instat/dlgJitter.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgJitter 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgJitter)) Me.lblSelectedVariable = New System.Windows.Forms.Label() Me.grpMaximumAndMinimumValues = New System.Windows.Forms.GroupBox() Me.ucrInputMaximum = New instat.ucrInputTextBox() @@ -56,8 +55,12 @@ Partial Class dlgJitter ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.AutoSize = True + Me.lblSelectedVariable.Location = New System.Drawing.Point(242, 35) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(93, 13) + Me.lblSelectedVariable.TabIndex = 1 + Me.lblSelectedVariable.Text = "Selected Variable:" ' 'grpMaximumAndMinimumValues ' @@ -67,84 +70,124 @@ Partial Class dlgJitter Me.grpMaximumAndMinimumValues.Controls.Add(Me.rdoMinimumAndMaximum) Me.grpMaximumAndMinimumValues.Controls.Add(Me.rdoMaximumDistanceFromZero) Me.grpMaximumAndMinimumValues.Controls.Add(Me.ucrPnlDistance) - resources.ApplyResources(Me.grpMaximumAndMinimumValues, "grpMaximumAndMinimumValues") + Me.grpMaximumAndMinimumValues.Location = New System.Drawing.Point(241, 73) Me.grpMaximumAndMinimumValues.Name = "grpMaximumAndMinimumValues" + Me.grpMaximumAndMinimumValues.Size = New System.Drawing.Size(167, 140) + Me.grpMaximumAndMinimumValues.TabIndex = 3 Me.grpMaximumAndMinimumValues.TabStop = False ' 'ucrInputMaximum ' Me.ucrInputMaximum.AddQuotesIfUnrecognised = True + Me.ucrInputMaximum.AutoSize = True Me.ucrInputMaximum.IsMultiline = False Me.ucrInputMaximum.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaximum, "ucrInputMaximum") + Me.ucrInputMaximum.Location = New System.Drawing.Point(7, 112) Me.ucrInputMaximum.Name = "ucrInputMaximum" + Me.ucrInputMaximum.Size = New System.Drawing.Size(59, 21) + Me.ucrInputMaximum.TabIndex = 4 ' 'ucrInputMinimum ' Me.ucrInputMinimum.AddQuotesIfUnrecognised = True + Me.ucrInputMinimum.AutoSize = True Me.ucrInputMinimum.IsMultiline = False Me.ucrInputMinimum.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinimum, "ucrInputMinimum") + Me.ucrInputMinimum.Location = New System.Drawing.Point(7, 86) Me.ucrInputMinimum.Name = "ucrInputMinimum" + Me.ucrInputMinimum.Size = New System.Drawing.Size(59, 21) + Me.ucrInputMinimum.TabIndex = 3 ' 'ucrInputMaximumDistanceFromZero ' Me.ucrInputMaximumDistanceFromZero.AddQuotesIfUnrecognised = True + Me.ucrInputMaximumDistanceFromZero.AutoSize = True Me.ucrInputMaximumDistanceFromZero.IsMultiline = False Me.ucrInputMaximumDistanceFromZero.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMaximumDistanceFromZero, "ucrInputMaximumDistanceFromZero") + Me.ucrInputMaximumDistanceFromZero.Location = New System.Drawing.Point(7, 35) Me.ucrInputMaximumDistanceFromZero.Name = "ucrInputMaximumDistanceFromZero" + Me.ucrInputMaximumDistanceFromZero.Size = New System.Drawing.Size(59, 21) + Me.ucrInputMaximumDistanceFromZero.TabIndex = 1 ' 'rdoMinimumAndMaximum ' - resources.ApplyResources(Me.rdoMinimumAndMaximum, "rdoMinimumAndMaximum") + Me.rdoMinimumAndMaximum.AutoSize = True + Me.rdoMinimumAndMaximum.Location = New System.Drawing.Point(7, 63) Me.rdoMinimumAndMaximum.Name = "rdoMinimumAndMaximum" + Me.rdoMinimumAndMaximum.Size = New System.Drawing.Size(134, 17) + Me.rdoMinimumAndMaximum.TabIndex = 2 Me.rdoMinimumAndMaximum.TabStop = True + Me.rdoMinimumAndMaximum.Text = "Minimum and Maximum" Me.rdoMinimumAndMaximum.UseVisualStyleBackColor = True ' 'rdoMaximumDistanceFromZero ' - resources.ApplyResources(Me.rdoMaximumDistanceFromZero, "rdoMaximumDistanceFromZero") + Me.rdoMaximumDistanceFromZero.AutoSize = True + Me.rdoMaximumDistanceFromZero.Location = New System.Drawing.Point(7, 11) Me.rdoMaximumDistanceFromZero.Name = "rdoMaximumDistanceFromZero" + Me.rdoMaximumDistanceFromZero.Size = New System.Drawing.Size(146, 17) + Me.rdoMaximumDistanceFromZero.TabIndex = 0 Me.rdoMaximumDistanceFromZero.TabStop = True + Me.rdoMaximumDistanceFromZero.Text = "Maximum Distance from 0" Me.rdoMaximumDistanceFromZero.UseVisualStyleBackColor = True ' 'ucrPnlDistance ' - resources.ApplyResources(Me.ucrPnlDistance, "ucrPnlDistance") + Me.ucrPnlDistance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDistance.Location = New System.Drawing.Point(4, 11) Me.ucrPnlDistance.Name = "ucrPnlDistance" + Me.ucrPnlDistance.Size = New System.Drawing.Size(157, 122) + Me.ucrPnlDistance.TabIndex = 7 ' 'ucrReceiverJitter ' + Me.ucrReceiverJitter.AutoSize = True Me.ucrReceiverJitter.frmParent = Me - resources.ApplyResources(Me.ucrReceiverJitter, "ucrReceiverJitter") + Me.ucrReceiverJitter.Location = New System.Drawing.Point(241, 50) + Me.ucrReceiverJitter.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverJitter.Name = "ucrReceiverJitter" Me.ucrReceiverJitter.Selector = Nothing + Me.ucrReceiverJitter.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverJitter.strNcFilePath = "" + Me.ucrReceiverJitter.TabIndex = 2 Me.ucrReceiverJitter.ucrSelector = Nothing ' 'ucrSelectorForJitter ' + Me.ucrSelectorForJitter.AutoSize = True Me.ucrSelectorForJitter.bDropUnusedFilterLevels = False Me.ucrSelectorForJitter.bShowHiddenColumns = False Me.ucrSelectorForJitter.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForJitter, "ucrSelectorForJitter") + Me.ucrSelectorForJitter.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForJitter.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForJitter.Name = "ucrSelectorForJitter" + Me.ucrSelectorForJitter.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForJitter.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 246) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'ucrInputNewColName ' - resources.ApplyResources(Me.ucrInputNewColName, "ucrInputNewColName") + Me.ucrInputNewColName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrInputNewColName.Location = New System.Drawing.Point(0, 0) + Me.ucrInputNewColName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrInputNewColName.Name = "ucrInputNewColName" + Me.ucrInputNewColName.Size = New System.Drawing.Size(423, 24) + Me.ucrInputNewColName.TabIndex = 0 ' 'dlgJitter ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 302) Me.Controls.Add(Me.ucrInputNewColName) Me.Controls.Add(Me.grpMaximumAndMinimumValues) Me.Controls.Add(Me.lblSelectedVariable) @@ -155,7 +198,9 @@ Partial Class dlgJitter Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgJitter" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Jitter" + Me.Text = "Jitter" Me.grpMaximumAndMinimumValues.ResumeLayout(False) Me.grpMaximumAndMinimumValues.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgJitter.resx b/instat/dlgJitter.resx index 684e4c2ee62..29dcb1b3a35 100644 --- a/instat/dlgJitter.resx +++ b/instat/dlgJitter.resx @@ -117,313 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 242, 35 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 7, 112 - - - 59, 21 - - - 4 - - - ucrInputMaximum - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaximumAndMinimumValues - - - 0 - - - 7, 86 - - - 59, 21 - - - 3 - - - ucrInputMinimum - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaximumAndMinimumValues - - - 1 - - - 7, 35 - - - 59, 21 - - - 1 - - - ucrInputMaximumDistanceFromZero - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaximumAndMinimumValues - - - 2 - - - True - - - 7, 63 - - - 134, 17 - - - 2 - - - Minimum and Maximum - - - rdoMinimumAndMaximum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaximumAndMinimumValues - - - 3 - - - True - - - 7, 11 - - - 146, 17 - - - 0 - - - Maximum Distance from 0 - - - rdoMaximumDistanceFromZero - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMaximumAndMinimumValues - - - 4 - - - 4, 11 - - - 157, 122 - - - 7 - - - ucrPnlDistance - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMaximumAndMinimumValues - - - 5 - - - 241, 73 - - - 167, 140 - - - 3 - - - grpMaximumAndMinimumValues - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 419, 302 - - - 0, 0 - - - - 4, 5, 4, 5 - - - 423, 24 - - - 0 - - - ucrInputNewColName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForJitter - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 246 - - - 410, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Jitter - - - dlgJitter - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 241, 50 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverJitter - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgLabelsLevels.Designer.vb b/instat/dlgLabelsLevels.Designer.vb index 96098f95f8f..77fa67e751f 100644 --- a/instat/dlgLabelsLevels.Designer.vb +++ b/instat/dlgLabelsLevels.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgLabelsLevels 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgLabelsLevels)) Me.lblFactor = New System.Windows.Forms.Label() Me.cmdAddLevel = New System.Windows.Forms.Button() Me.lblLevelNumber = New System.Windows.Forms.Label() @@ -52,67 +51,106 @@ Partial Class dlgLabelsLevels ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor.Location = New System.Drawing.Point(256, 22) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(85, 13) + Me.lblFactor.TabIndex = 3 Me.lblFactor.Tag = "Factor_Selected:" + Me.lblFactor.Text = "Factor Selected:" ' 'cmdAddLevel ' - resources.ApplyResources(Me.cmdAddLevel, "cmdAddLevel") + Me.cmdAddLevel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdAddLevel.Location = New System.Drawing.Point(82, 287) Me.cmdAddLevel.Name = "cmdAddLevel" + Me.cmdAddLevel.Size = New System.Drawing.Size(168, 23) + Me.cmdAddLevel.TabIndex = 5 + Me.cmdAddLevel.Text = "Add Factor Level" Me.cmdAddLevel.UseVisualStyleBackColor = True ' 'lblLevelNumber ' - resources.ApplyResources(Me.lblLevelNumber, "lblLevelNumber") + Me.lblLevelNumber.AutoSize = True + Me.lblLevelNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLevelNumber.Location = New System.Drawing.Point(375, 40) Me.lblLevelNumber.Name = "lblLevelNumber" + Me.lblLevelNumber.Size = New System.Drawing.Size(39, 13) + Me.lblLevelNumber.TabIndex = 7 + Me.lblLevelNumber.Text = "Label1" ' 'lblNaValue ' - resources.ApplyResources(Me.lblNaValue, "lblNaValue") + Me.lblNaValue.AutoSize = True + Me.lblNaValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNaValue.Location = New System.Drawing.Point(458, 40) Me.lblNaValue.Name = "lblNaValue" + Me.lblNaValue.Size = New System.Drawing.Size(39, 13) + Me.lblNaValue.TabIndex = 8 + Me.lblNaValue.Text = "Label1" ' 'ucrChkIncludeLevelNumbers ' + Me.ucrChkIncludeLevelNumbers.AutoSize = True Me.ucrChkIncludeLevelNumbers.Checked = False - resources.ApplyResources(Me.ucrChkIncludeLevelNumbers, "ucrChkIncludeLevelNumbers") + Me.ucrChkIncludeLevelNumbers.Location = New System.Drawing.Point(82, 316) Me.ucrChkIncludeLevelNumbers.Name = "ucrChkIncludeLevelNumbers" + Me.ucrChkIncludeLevelNumbers.Size = New System.Drawing.Size(168, 23) + Me.ucrChkIncludeLevelNumbers.TabIndex = 6 ' 'ucrReceiverLabels ' + Me.ucrReceiverLabels.AutoSize = True Me.ucrReceiverLabels.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLabels, "ucrReceiverLabels") + Me.ucrReceiverLabels.Location = New System.Drawing.Point(256, 37) + Me.ucrReceiverLabels.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLabels.Name = "ucrReceiverLabels" Me.ucrReceiverLabels.Selector = Nothing + Me.ucrReceiverLabels.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverLabels.strNcFilePath = "" + Me.ucrReceiverLabels.TabIndex = 4 Me.ucrReceiverLabels.ucrSelector = Nothing ' 'ucrFactorLabels ' - resources.ApplyResources(Me.ucrFactorLabels, "ucrFactorLabels") + Me.ucrFactorLabels.AutoSize = True Me.ucrFactorLabels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorLabels.clsReceiver = Nothing + Me.ucrFactorLabels.Location = New System.Drawing.Point(256, 66) Me.ucrFactorLabels.Name = "ucrFactorLabels" Me.ucrFactorLabels.shtCurrSheet = Nothing + Me.ucrFactorLabels.Size = New System.Drawing.Size(336, 299) + Me.ucrFactorLabels.TabIndex = 2 Me.ucrFactorLabels.ucrChkLevels = Nothing ' 'ucrSelectorForLabels ' + Me.ucrSelectorForLabels.AutoSize = True Me.ucrSelectorForLabels.bDropUnusedFilterLevels = False Me.ucrSelectorForLabels.bShowHiddenColumns = False Me.ucrSelectorForLabels.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForLabels, "ucrSelectorForLabels") + Me.ucrSelectorForLabels.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForLabels.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForLabels.Name = "ucrSelectorForLabels" + Me.ucrSelectorForLabels.Size = New System.Drawing.Size(242, 196) + Me.ucrSelectorForLabels.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 376) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgLabelsLevels ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(604, 431) Me.Controls.Add(Me.lblNaValue) Me.Controls.Add(Me.lblLevelNumber) Me.Controls.Add(Me.ucrChkIncludeLevelNumbers) @@ -127,7 +165,9 @@ Partial Class dlgLabelsLevels Me.MinimizeBox = False Me.Name = "dlgLabelsLevels" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Labels" + Me.Text = "Labels/Levels" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgLabelsLevels.resx b/instat/dlgLabelsLevels.resx index 8138ff8249b..29dcb1b3a35 100644 --- a/instat/dlgLabelsLevels.resx +++ b/instat/dlgLabelsLevels.resx @@ -117,265 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 256, 22 - - - 85, 13 - - - 3 - - - Factor Selected: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 82, 287 - - - 168, 23 - - - 5 - - - Add Factor Level - - - cmdAddLevel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 375, 40 - - - 39, 13 - - - 7 - - - Label1 - - - lblLevelNumber - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 458, 40 - - - 39, 13 - - - 8 - - - Label1 - - - lblNaValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 82, 316 - - - 168, 20 - - - 6 - - - ucrChkIncludeLevelNumbers - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 604, 431 - - - True - - - 256, 66 - - - 336, 299 - - - 2 - - - ucrFactorLabels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 10 - - - 0, 0, 0, 0 - - - 242, 196 - - - 1 - - - ucrSelectorForLabels - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 376 - - - 410, 53 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - Labels/Levels - - - dlgLabelsLevels - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 256, 37 - - - 0, 0, 0, 0 - - - 106, 26 - - - 4 - - - ucrReceiverLabels - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgLinePlot.designer.vb b/instat/dlgLinePlot.designer.vb index 42910f97d45..0f09b01dc13 100644 --- a/instat/dlgLinePlot.designer.vb +++ b/instat/dlgLinePlot.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgLinePlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgLinePlot)) Me.lblXVariable = New System.Windows.Forms.Label() Me.lblAvailable = New System.Windows.Forms.Label() Me.cmdOptions = New System.Windows.Forms.Button() @@ -124,87 +123,148 @@ Partial Class dlgLinePlot ' 'lblXVariable ' - resources.ApplyResources(Me.lblXVariable, "lblXVariable") + Me.lblXVariable.AutoSize = True + Me.lblXVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXVariable.Location = New System.Drawing.Point(249, 229) Me.lblXVariable.Name = "lblXVariable" + Me.lblXVariable.Size = New System.Drawing.Size(58, 13) + Me.lblXVariable.TabIndex = 13 Me.lblXVariable.Tag = "X_Variable:" + Me.lblXVariable.Text = "X Variable:" ' 'lblAvailable ' - resources.ApplyResources(Me.lblAvailable, "lblAvailable") + Me.lblAvailable.AutoSize = True + Me.lblAvailable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAvailable.Location = New System.Drawing.Point(27, 15) Me.lblAvailable.Name = "lblAvailable" + Me.lblAvailable.Size = New System.Drawing.Size(0, 13) + Me.lblAvailable.TabIndex = 1 ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 282) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdOptions.TabIndex = 22 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'cmdLinePathStepSmoothOptions ' - resources.ApplyResources(Me.cmdLinePathStepSmoothOptions, "cmdLinePathStepSmoothOptions") + Me.cmdLinePathStepSmoothOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLinePathStepSmoothOptions.Location = New System.Drawing.Point(9, 251) Me.cmdLinePathStepSmoothOptions.Name = "cmdLinePathStepSmoothOptions" + Me.cmdLinePathStepSmoothOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdLinePathStepSmoothOptions.TabIndex = 21 Me.cmdLinePathStepSmoothOptions.Tag = "Line_Options" + Me.cmdLinePathStepSmoothOptions.Text = "Line Options" Me.cmdLinePathStepSmoothOptions.UseVisualStyleBackColor = True ' 'lblFactorOptional ' - resources.ApplyResources(Me.lblFactorOptional, "lblFactorOptional") + Me.lblFactorOptional.AutoSize = True + Me.lblFactorOptional.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorOptional.Location = New System.Drawing.Point(249, 273) Me.lblFactorOptional.Name = "lblFactorOptional" + Me.lblFactorOptional.Size = New System.Drawing.Size(88, 13) + Me.lblFactorOptional.TabIndex = 15 Me.lblFactorOptional.Tag = "Factor_Optional:" + Me.lblFactorOptional.Text = "Factor (Optional):" ' 'lblGroupLine ' - resources.ApplyResources(Me.lblGroupLine, "lblGroupLine") + Me.lblGroupLine.AutoSize = True + Me.lblGroupLine.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGroupLine.Location = New System.Drawing.Point(249, 314) Me.lblGroupLine.Name = "lblGroupLine" + Me.lblGroupLine.Size = New System.Drawing.Size(39, 13) + Me.lblGroupLine.TabIndex = 19 + Me.lblGroupLine.Text = "Group:" ' 'rdoPath ' - resources.ApplyResources(Me.rdoPath, "rdoPath") + Me.rdoPath.AutoSize = True + Me.rdoPath.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPath.Location = New System.Drawing.Point(154, 417) Me.rdoPath.Name = "rdoPath" + Me.rdoPath.Size = New System.Drawing.Size(47, 17) + Me.rdoPath.TabIndex = 29 Me.rdoPath.TabStop = True + Me.rdoPath.Text = "Path" Me.rdoPath.UseVisualStyleBackColor = True ' 'rdoStep ' - resources.ApplyResources(Me.rdoStep, "rdoStep") + Me.rdoStep.AutoSize = True + Me.rdoStep.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStep.Location = New System.Drawing.Point(215, 417) Me.rdoStep.Name = "rdoStep" + Me.rdoStep.Size = New System.Drawing.Size(47, 17) + Me.rdoStep.TabIndex = 30 Me.rdoStep.TabStop = True + Me.rdoStep.Text = "Step" Me.rdoStep.UseVisualStyleBackColor = True ' 'rdoLine ' - resources.ApplyResources(Me.rdoLine, "rdoLine") + Me.rdoLine.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLine.BackColor = System.Drawing.SystemColors.Control Me.rdoLine.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLine.FlatAppearance.BorderSize = 2 Me.rdoLine.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLine.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLine.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLine.Location = New System.Drawing.Point(37, 15) Me.rdoLine.Name = "rdoLine" + Me.rdoLine.Size = New System.Drawing.Size(84, 28) + Me.rdoLine.TabIndex = 2 Me.rdoLine.TabStop = True Me.rdoLine.Tag = "linepathstep" + Me.rdoLine.Text = "Line" + Me.rdoLine.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLine.UseVisualStyleBackColor = False ' 'rdoSmoothing ' - resources.ApplyResources(Me.rdoSmoothing, "rdoSmoothing") + Me.rdoSmoothing.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSmoothing.BackColor = System.Drawing.SystemColors.Control Me.rdoSmoothing.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSmoothing.FlatAppearance.BorderSize = 2 Me.rdoSmoothing.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSmoothing.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSmoothing.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSmoothing.Location = New System.Drawing.Point(119, 15) Me.rdoSmoothing.Name = "rdoSmoothing" + Me.rdoSmoothing.Size = New System.Drawing.Size(84, 28) + Me.rdoSmoothing.TabIndex = 3 Me.rdoSmoothing.TabStop = True Me.rdoSmoothing.Tag = "Smooth" + Me.rdoSmoothing.Text = "Smooth" + Me.rdoSmoothing.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSmoothing.UseVisualStyleBackColor = False ' 'lblMethod ' - resources.ApplyResources(Me.lblMethod, "lblMethod") + Me.lblMethod.AutoSize = True + Me.lblMethod.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMethod.Location = New System.Drawing.Point(2, 23) Me.lblMethod.Name = "lblMethod" + Me.lblMethod.Size = New System.Drawing.Size(46, 13) + Me.lblMethod.TabIndex = 0 + Me.lblMethod.Text = "Method:" ' 'lblFamily ' - resources.ApplyResources(Me.lblFamily, "lblFamily") + Me.lblFamily.AutoSize = True + Me.lblFamily.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFamily.Location = New System.Drawing.Point(167, 23) Me.lblFamily.Name = "lblFamily" + Me.lblFamily.Size = New System.Drawing.Size(39, 13) + Me.lblFamily.TabIndex = 2 + Me.lblFamily.Text = "Family:" ' 'grpSmoothOptions ' @@ -217,491 +277,750 @@ Partial Class dlgLinePlot Me.grpSmoothOptions.Controls.Add(Me.ucrFamilyInput) Me.grpSmoothOptions.Controls.Add(Me.ucrInputMethod) Me.grpSmoothOptions.Controls.Add(Me.lblMethod) - resources.ApplyResources(Me.grpSmoothOptions, "grpSmoothOptions") + Me.grpSmoothOptions.Location = New System.Drawing.Point(8, 360) Me.grpSmoothOptions.Name = "grpSmoothOptions" + Me.grpSmoothOptions.Size = New System.Drawing.Size(402, 77) + Me.grpSmoothOptions.TabIndex = 25 Me.grpSmoothOptions.TabStop = False + Me.grpSmoothOptions.Text = "Smooth Options" ' 'ucrInputFormula ' Me.ucrInputFormula.AddQuotesIfUnrecognised = True + Me.ucrInputFormula.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFormula.GetSetSelectedIndex = -1 Me.ucrInputFormula.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFormula, "ucrInputFormula") + Me.ucrInputFormula.Location = New System.Drawing.Point(73, 46) Me.ucrInputFormula.Name = "ucrInputFormula" + Me.ucrInputFormula.Size = New System.Drawing.Size(110, 23) + Me.ucrInputFormula.TabIndex = 7 ' 'ucrChkSpan ' + Me.ucrChkSpan.AutoSize = True Me.ucrChkSpan.Checked = False - resources.ApplyResources(Me.ucrChkSpan, "ucrChkSpan") + Me.ucrChkSpan.Location = New System.Drawing.Point(185, 20) Me.ucrChkSpan.Name = "ucrChkSpan" + Me.ucrChkSpan.Size = New System.Drawing.Size(54, 23) + Me.ucrChkSpan.TabIndex = 3 ' 'ucrChkFormula ' + Me.ucrChkFormula.AutoSize = True Me.ucrChkFormula.Checked = False - resources.ApplyResources(Me.ucrChkFormula, "ucrChkFormula") + Me.ucrChkFormula.Location = New System.Drawing.Point(5, 49) Me.ucrChkFormula.Name = "ucrChkFormula" + Me.ucrChkFormula.Size = New System.Drawing.Size(66, 23) + Me.ucrChkFormula.TabIndex = 6 ' 'ucrChkAddSE ' + Me.ucrChkAddSE.AutoSize = True Me.ucrChkAddSE.Checked = False - resources.ApplyResources(Me.ucrChkAddSE, "ucrChkAddSE") + Me.ucrChkAddSE.Location = New System.Drawing.Point(183, 49) Me.ucrChkAddSE.Name = "ucrChkAddSE" + Me.ucrChkAddSE.Size = New System.Drawing.Size(75, 23) + Me.ucrChkAddSE.TabIndex = 8 ' 'ucrNudSpan ' + Me.ucrNudSpan.AutoSize = True Me.ucrNudSpan.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSpan.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSpan, "ucrNudSpan") + Me.ucrNudSpan.Location = New System.Drawing.Point(239, 20) Me.ucrNudSpan.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSpan.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSpan.Name = "ucrNudSpan" + Me.ucrNudSpan.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSpan.TabIndex = 5 Me.ucrNudSpan.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrFamilyInput ' Me.ucrFamilyInput.AddQuotesIfUnrecognised = True + Me.ucrFamilyInput.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrFamilyInput.GetSetSelectedIndex = -1 Me.ucrFamilyInput.IsReadOnly = False - resources.ApplyResources(Me.ucrFamilyInput, "ucrFamilyInput") + Me.ucrFamilyInput.Location = New System.Drawing.Point(210, 20) Me.ucrFamilyInput.Name = "ucrFamilyInput" + Me.ucrFamilyInput.Size = New System.Drawing.Size(110, 24) + Me.ucrFamilyInput.TabIndex = 4 ' 'ucrInputMethod ' Me.ucrInputMethod.AddQuotesIfUnrecognised = True + Me.ucrInputMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMethod.GetSetSelectedIndex = -1 Me.ucrInputMethod.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMethod, "ucrInputMethod") + Me.ucrInputMethod.Location = New System.Drawing.Point(52, 20) Me.ucrInputMethod.Name = "ucrInputMethod" + Me.ucrInputMethod.Size = New System.Drawing.Size(90, 21) + Me.ucrInputMethod.TabIndex = 1 ' 'rdoSlope ' - resources.ApplyResources(Me.rdoSlope, "rdoSlope") + Me.rdoSlope.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSlope.BackColor = System.Drawing.SystemColors.Control Me.rdoSlope.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSlope.FlatAppearance.BorderSize = 2 Me.rdoSlope.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSlope.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSlope.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSlope.Location = New System.Drawing.Point(283, 15) Me.rdoSlope.Name = "rdoSlope" + Me.rdoSlope.Size = New System.Drawing.Size(84, 28) + Me.rdoSlope.TabIndex = 5 Me.rdoSlope.TabStop = True Me.rdoSlope.Tag = "Slope" + Me.rdoSlope.Text = "Slope" + Me.rdoSlope.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSlope.UseVisualStyleBackColor = False ' 'rdoDumbbell ' - resources.ApplyResources(Me.rdoDumbbell, "rdoDumbbell") + Me.rdoDumbbell.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDumbbell.BackColor = System.Drawing.SystemColors.Control Me.rdoDumbbell.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDumbbell.FlatAppearance.BorderSize = 2 Me.rdoDumbbell.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDumbbell.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDumbbell.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDumbbell.Location = New System.Drawing.Point(201, 15) Me.rdoDumbbell.Name = "rdoDumbbell" + Me.rdoDumbbell.Size = New System.Drawing.Size(84, 28) + Me.rdoDumbbell.TabIndex = 4 Me.rdoDumbbell.TabStop = True Me.rdoDumbbell.Tag = "linepathstep" + Me.rdoDumbbell.Text = "Dumbbell" + Me.rdoDumbbell.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDumbbell.UseVisualStyleBackColor = False ' 'lblXEnd ' - resources.ApplyResources(Me.lblXEnd, "lblXEnd") + Me.lblXEnd.AutoSize = True + Me.lblXEnd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXEnd.Location = New System.Drawing.Point(252, 275) Me.lblXEnd.Name = "lblXEnd" + Me.lblXEnd.Size = New System.Drawing.Size(80, 13) + Me.lblXEnd.TabIndex = 16 Me.lblXEnd.Tag = "XEnd_Variable:" + Me.lblXEnd.Text = "X End Variable:" ' 'lblSlopeY ' - resources.ApplyResources(Me.lblSlopeY, "lblSlopeY") + Me.lblSlopeY.AutoSize = True + Me.lblSlopeY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeY.Location = New System.Drawing.Point(249, 94) Me.lblSlopeY.Name = "lblSlopeY" + Me.lblSlopeY.Size = New System.Drawing.Size(58, 13) + Me.lblSlopeY.TabIndex = 9 Me.lblSlopeY.Tag = "Y_Slope_Variable:" + Me.lblSlopeY.Text = "Y Variable:" ' 'lblSlopeX ' - resources.ApplyResources(Me.lblSlopeX, "lblSlopeX") + Me.lblSlopeX.AutoSize = True + Me.lblSlopeX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeX.Location = New System.Drawing.Point(247, 229) Me.lblSlopeX.Name = "lblSlopeX" + Me.lblSlopeX.Size = New System.Drawing.Size(58, 13) + Me.lblSlopeX.TabIndex = 11 Me.lblSlopeX.Tag = "X_Slope_Variable:" + Me.lblSlopeX.Text = "X Variable:" ' 'lblSlopeColour ' - resources.ApplyResources(Me.lblSlopeColour, "lblSlopeColour") + Me.lblSlopeColour.AutoSize = True + Me.lblSlopeColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeColour.Location = New System.Drawing.Point(250, 273) Me.lblSlopeColour.Name = "lblSlopeColour" + Me.lblSlopeColour.Size = New System.Drawing.Size(40, 13) + Me.lblSlopeColour.TabIndex = 42 Me.lblSlopeColour.Tag = "Colour" + Me.lblSlopeColour.Text = "Colour:" ' 'lblXColour ' - resources.ApplyResources(Me.lblXColour, "lblXColour") + Me.lblXColour.AutoSize = True + Me.lblXColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXColour.Location = New System.Drawing.Point(93, 322) Me.lblXColour.Name = "lblXColour" + Me.lblXColour.Size = New System.Drawing.Size(17, 13) + Me.lblXColour.TabIndex = 9 + Me.lblXColour.Text = "X:" ' 'lblLineSize ' - resources.ApplyResources(Me.lblLineSize, "lblLineSize") + Me.lblLineSize.AutoSize = True + Me.lblLineSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLineSize.Location = New System.Drawing.Point(308, 358) Me.lblLineSize.Name = "lblLineSize" + Me.lblLineSize.Size = New System.Drawing.Size(30, 13) + Me.lblLineSize.TabIndex = 50 + Me.lblLineSize.Text = "Line:" ' 'lblXEndSize ' - resources.ApplyResources(Me.lblXEndSize, "lblXEndSize") + Me.lblXEndSize.AutoSize = True + Me.lblXEndSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXEndSize.Location = New System.Drawing.Point(188, 355) Me.lblXEndSize.Name = "lblXEndSize" + Me.lblXEndSize.Size = New System.Drawing.Size(39, 13) + Me.lblXEndSize.TabIndex = 51 + Me.lblXEndSize.Text = "X End:" ' 'lblXSize ' - resources.ApplyResources(Me.lblXSize, "lblXSize") + Me.lblXSize.AutoSize = True + Me.lblXSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXSize.Location = New System.Drawing.Point(94, 358) Me.lblXSize.Name = "lblXSize" + Me.lblXSize.Size = New System.Drawing.Size(17, 13) + Me.lblXSize.TabIndex = 52 + Me.lblXSize.Text = "X:" ' 'lblLineColour ' - resources.ApplyResources(Me.lblLineColour, "lblLineColour") + Me.lblLineColour.AutoSize = True + Me.lblLineColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLineColour.Location = New System.Drawing.Point(308, 322) Me.lblLineColour.Name = "lblLineColour" + Me.lblLineColour.Size = New System.Drawing.Size(30, 13) + Me.lblLineColour.TabIndex = 53 + Me.lblLineColour.Text = "Line:" ' 'lblXEndColour ' - resources.ApplyResources(Me.lblXEndColour, "lblXEndColour") + Me.lblXEndColour.AutoSize = True + Me.lblXEndColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXEndColour.Location = New System.Drawing.Point(189, 322) Me.lblXEndColour.Name = "lblXEndColour" + Me.lblXEndColour.Size = New System.Drawing.Size(39, 13) + Me.lblXEndColour.TabIndex = 54 + Me.lblXEndColour.Text = "X End:" ' 'lblSlopeLabelSize ' - resources.ApplyResources(Me.lblSlopeLabelSize, "lblSlopeLabelSize") + Me.lblSlopeLabelSize.AutoSize = True + Me.lblSlopeLabelSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeLabelSize.Location = New System.Drawing.Point(216, 321) Me.lblSlopeLabelSize.Name = "lblSlopeLabelSize" + Me.lblSlopeLabelSize.Size = New System.Drawing.Size(30, 13) + Me.lblSlopeLabelSize.TabIndex = 68 + Me.lblSlopeLabelSize.Text = "Size:" ' 'lblSlopeLabelPadding ' - resources.ApplyResources(Me.lblSlopeLabelPadding, "lblSlopeLabelPadding") + Me.lblSlopeLabelPadding.AutoSize = True + Me.lblSlopeLabelPadding.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeLabelPadding.Location = New System.Drawing.Point(296, 321) Me.lblSlopeLabelPadding.Name = "lblSlopeLabelPadding" + Me.lblSlopeLabelPadding.Size = New System.Drawing.Size(49, 13) + Me.lblSlopeLabelPadding.TabIndex = 67 + Me.lblSlopeLabelPadding.Text = "Padding:" ' 'lblSopeTextColour ' - resources.ApplyResources(Me.lblSopeTextColour, "lblSopeTextColour") + Me.lblSopeTextColour.AutoSize = True + Me.lblSopeTextColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSopeTextColour.Location = New System.Drawing.Point(91, 352) Me.lblSopeTextColour.Name = "lblSopeTextColour" + Me.lblSopeTextColour.Size = New System.Drawing.Size(40, 13) + Me.lblSopeTextColour.TabIndex = 66 + Me.lblSopeTextColour.Text = "Colour:" ' 'lblSlopeTextSize ' - resources.ApplyResources(Me.lblSlopeTextSize, "lblSlopeTextSize") + Me.lblSlopeTextSize.AutoSize = True + Me.lblSlopeTextSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeTextSize.Location = New System.Drawing.Point(213, 351) Me.lblSlopeTextSize.Name = "lblSlopeTextSize" + Me.lblSlopeTextSize.Size = New System.Drawing.Size(30, 13) + Me.lblSlopeTextSize.TabIndex = 65 + Me.lblSlopeTextSize.Text = "Size:" ' 'lblSlopeYTextSize ' - resources.ApplyResources(Me.lblSlopeYTextSize, "lblSlopeYTextSize") + Me.lblSlopeYTextSize.AutoSize = True + Me.lblSlopeYTextSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeYTextSize.Location = New System.Drawing.Point(286, 354) Me.lblSlopeYTextSize.Name = "lblSlopeYTextSize" + Me.lblSlopeYTextSize.Size = New System.Drawing.Size(61, 13) + Me.lblSlopeYTextSize.TabIndex = 64 + Me.lblSlopeYTextSize.Text = "Y TextSize:" ' 'lblSlopeLabelColour ' - resources.ApplyResources(Me.lblSlopeLabelColour, "lblSlopeLabelColour") + Me.lblSlopeLabelColour.AutoSize = True + Me.lblSlopeLabelColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeLabelColour.Location = New System.Drawing.Point(92, 324) Me.lblSlopeLabelColour.Name = "lblSlopeLabelColour" + Me.lblSlopeLabelColour.Size = New System.Drawing.Size(40, 13) + Me.lblSlopeLabelColour.TabIndex = 55 + Me.lblSlopeLabelColour.Text = "Colour:" ' 'lblSlopeLineColour ' - resources.ApplyResources(Me.lblSlopeLineColour, "lblSlopeLineColour") + Me.lblSlopeLineColour.AutoSize = True + Me.lblSlopeLineColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeLineColour.Location = New System.Drawing.Point(93, 380) Me.lblSlopeLineColour.Name = "lblSlopeLineColour" + Me.lblSlopeLineColour.Size = New System.Drawing.Size(40, 13) + Me.lblSlopeLineColour.TabIndex = 70 + Me.lblSlopeLineColour.Text = "Colour:" ' 'lblSlopeLineTicknes ' - resources.ApplyResources(Me.lblSlopeLineTicknes, "lblSlopeLineTicknes") + Me.lblSlopeLineTicknes.AutoSize = True + Me.lblSlopeLineTicknes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSlopeLineTicknes.Location = New System.Drawing.Point(191, 381) Me.lblSlopeLineTicknes.Name = "lblSlopeLineTicknes" + Me.lblSlopeLineTicknes.Size = New System.Drawing.Size(54, 13) + Me.lblSlopeLineTicknes.TabIndex = 72 + Me.lblSlopeLineTicknes.Text = "Thicknes:" ' 'ucrChkSlopeLegend ' + Me.ucrChkSlopeLegend.AutoSize = True Me.ucrChkSlopeLegend.Checked = False - resources.ApplyResources(Me.ucrChkSlopeLegend, "ucrChkSlopeLegend") + Me.ucrChkSlopeLegend.Location = New System.Drawing.Point(9, 292) Me.ucrChkSlopeLegend.Name = "ucrChkSlopeLegend" + Me.ucrChkSlopeLegend.Size = New System.Drawing.Size(80, 24) + Me.ucrChkSlopeLegend.TabIndex = 74 ' 'ucrNudSlopeLabelPadding ' + Me.ucrNudSlopeLabelPadding.AutoSize = True Me.ucrNudSlopeLabelPadding.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLabelPadding.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSlopeLabelPadding, "ucrNudSlopeLabelPadding") + Me.ucrNudSlopeLabelPadding.Location = New System.Drawing.Point(347, 319) Me.ucrNudSlopeLabelPadding.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSlopeLabelPadding.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLabelPadding.Name = "ucrNudSlopeLabelPadding" + Me.ucrNudSlopeLabelPadding.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSlopeLabelPadding.TabIndex = 73 Me.ucrNudSlopeLabelPadding.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSlopeLineThickness ' + Me.ucrNudSlopeLineThickness.AutoSize = True Me.ucrNudSlopeLineThickness.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLineThickness.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSlopeLineThickness, "ucrNudSlopeLineThickness") + Me.ucrNudSlopeLineThickness.Location = New System.Drawing.Point(246, 381) Me.ucrNudSlopeLineThickness.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSlopeLineThickness.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLineThickness.Name = "ucrNudSlopeLineThickness" + Me.ucrNudSlopeLineThickness.Size = New System.Drawing.Size(44, 20) + Me.ucrNudSlopeLineThickness.TabIndex = 71 Me.ucrNudSlopeLineThickness.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputSlopeLineColour ' Me.ucrInputSlopeLineColour.AddQuotesIfUnrecognised = True + Me.ucrInputSlopeLineColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSlopeLineColour.GetSetSelectedIndex = -1 Me.ucrInputSlopeLineColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSlopeLineColour, "ucrInputSlopeLineColour") + Me.ucrInputSlopeLineColour.Location = New System.Drawing.Point(134, 377) Me.ucrInputSlopeLineColour.Name = "ucrInputSlopeLineColour" + Me.ucrInputSlopeLineColour.Size = New System.Drawing.Size(55, 21) + Me.ucrInputSlopeLineColour.TabIndex = 63 ' 'ucrInputSlopeTextColour ' Me.ucrInputSlopeTextColour.AddQuotesIfUnrecognised = True + Me.ucrInputSlopeTextColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSlopeTextColour.GetSetSelectedIndex = -1 Me.ucrInputSlopeTextColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSlopeTextColour, "ucrInputSlopeTextColour") + Me.ucrInputSlopeTextColour.Location = New System.Drawing.Point(134, 348) Me.ucrInputSlopeTextColour.Name = "ucrInputSlopeTextColour" + Me.ucrInputSlopeTextColour.Size = New System.Drawing.Size(55, 21) + Me.ucrInputSlopeTextColour.TabIndex = 62 ' 'ucrInputSlopeLabelColour ' Me.ucrInputSlopeLabelColour.AddQuotesIfUnrecognised = True + Me.ucrInputSlopeLabelColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSlopeLabelColour.GetSetSelectedIndex = -1 Me.ucrInputSlopeLabelColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSlopeLabelColour, "ucrInputSlopeLabelColour") + Me.ucrInputSlopeLabelColour.Location = New System.Drawing.Point(134, 319) Me.ucrInputSlopeLabelColour.Name = "ucrInputSlopeLabelColour" + Me.ucrInputSlopeLabelColour.Size = New System.Drawing.Size(55, 21) + Me.ucrInputSlopeLabelColour.TabIndex = 56 ' 'ucrNudSlopeTextSize ' + Me.ucrNudSlopeTextSize.AutoSize = True Me.ucrNudSlopeTextSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeTextSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSlopeTextSize, "ucrNudSlopeTextSize") + Me.ucrNudSlopeTextSize.Location = New System.Drawing.Point(247, 350) Me.ucrNudSlopeTextSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSlopeTextSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeTextSize.Name = "ucrNudSlopeTextSize" + Me.ucrNudSlopeTextSize.Size = New System.Drawing.Size(43, 20) + Me.ucrNudSlopeTextSize.TabIndex = 60 Me.ucrNudSlopeTextSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSlopeLabelSize ' + Me.ucrNudSlopeLabelSize.AutoSize = True Me.ucrNudSlopeLabelSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLabelSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSlopeLabelSize, "ucrNudSlopeLabelSize") + Me.ucrNudSlopeLabelSize.Location = New System.Drawing.Point(246, 319) Me.ucrNudSlopeLabelSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSlopeLabelSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSlopeLabelSize.Name = "ucrNudSlopeLabelSize" + Me.ucrNudSlopeLabelSize.Size = New System.Drawing.Size(42, 20) + Me.ucrNudSlopeLabelSize.TabIndex = 57 Me.ucrNudSlopeLabelSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSlopeLabelOptions ' + Me.ucrChkSlopeLabelOptions.AutoSize = True Me.ucrChkSlopeLabelOptions.Checked = False - resources.ApplyResources(Me.ucrChkSlopeLabelOptions, "ucrChkSlopeLabelOptions") + Me.ucrChkSlopeLabelOptions.Location = New System.Drawing.Point(10, 322) Me.ucrChkSlopeLabelOptions.Name = "ucrChkSlopeLabelOptions" + Me.ucrChkSlopeLabelOptions.Size = New System.Drawing.Size(80, 24) + Me.ucrChkSlopeLabelOptions.TabIndex = 59 ' 'ucrChkSlopeTextOptions ' + Me.ucrChkSlopeTextOptions.AutoSize = True Me.ucrChkSlopeTextOptions.Checked = False - resources.ApplyResources(Me.ucrChkSlopeTextOptions, "ucrChkSlopeTextOptions") + Me.ucrChkSlopeTextOptions.Location = New System.Drawing.Point(10, 352) Me.ucrChkSlopeTextOptions.Name = "ucrChkSlopeTextOptions" + Me.ucrChkSlopeTextOptions.Size = New System.Drawing.Size(80, 24) + Me.ucrChkSlopeTextOptions.TabIndex = 58 ' 'ucrInputDumbbellLine ' Me.ucrInputDumbbellLine.AddQuotesIfUnrecognised = True + Me.ucrInputDumbbellLine.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDumbbellLine.GetSetSelectedIndex = -1 Me.ucrInputDumbbellLine.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDumbbellLine, "ucrInputDumbbellLine") + Me.ucrInputDumbbellLine.Location = New System.Drawing.Point(341, 318) Me.ucrInputDumbbellLine.Name = "ucrInputDumbbellLine" + Me.ucrInputDumbbellLine.Size = New System.Drawing.Size(50, 21) + Me.ucrInputDumbbellLine.TabIndex = 49 ' 'ucrInputDumbbellXEnd ' Me.ucrInputDumbbellXEnd.AddQuotesIfUnrecognised = True + Me.ucrInputDumbbellXEnd.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDumbbellXEnd.GetSetSelectedIndex = -1 Me.ucrInputDumbbellXEnd.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDumbbellXEnd, "ucrInputDumbbellXEnd") + Me.ucrInputDumbbellXEnd.Location = New System.Drawing.Point(229, 318) Me.ucrInputDumbbellXEnd.Name = "ucrInputDumbbellXEnd" + Me.ucrInputDumbbellXEnd.Size = New System.Drawing.Size(59, 21) + Me.ucrInputDumbbellXEnd.TabIndex = 48 ' 'ucrInputDumbbellX ' Me.ucrInputDumbbellX.AddQuotesIfUnrecognised = True + Me.ucrInputDumbbellX.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDumbbellX.GetSetSelectedIndex = -1 Me.ucrInputDumbbellX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDumbbellX, "ucrInputDumbbellX") + Me.ucrInputDumbbellX.Location = New System.Drawing.Point(112, 320) Me.ucrInputDumbbellX.Name = "ucrInputDumbbellX" + Me.ucrInputDumbbellX.Size = New System.Drawing.Size(55, 21) + Me.ucrInputDumbbellX.TabIndex = 9 ' 'ucrNudDumbbellLine ' + Me.ucrNudDumbbellLine.AutoSize = True Me.ucrNudDumbbellLine.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellLine.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDumbbellLine, "ucrNudDumbbellLine") + Me.ucrNudDumbbellLine.Location = New System.Drawing.Point(341, 350) Me.ucrNudDumbbellLine.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDumbbellLine.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellLine.Name = "ucrNudDumbbellLine" + Me.ucrNudDumbbellLine.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDumbbellLine.TabIndex = 47 Me.ucrNudDumbbellLine.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudDumbbellXEnd ' + Me.ucrNudDumbbellXEnd.AutoSize = True Me.ucrNudDumbbellXEnd.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellXEnd.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDumbbellXEnd, "ucrNudDumbbellXEnd") + Me.ucrNudDumbbellXEnd.Location = New System.Drawing.Point(229, 351) Me.ucrNudDumbbellXEnd.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDumbbellXEnd.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellXEnd.Name = "ucrNudDumbbellXEnd" + Me.ucrNudDumbbellXEnd.Size = New System.Drawing.Size(59, 20) + Me.ucrNudDumbbellXEnd.TabIndex = 46 Me.ucrNudDumbbellXEnd.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudDumbbellX ' + Me.ucrNudDumbbellX.AutoSize = True Me.ucrNudDumbbellX.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellX.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDumbbellX, "ucrNudDumbbellX") + Me.ucrNudDumbbellX.Location = New System.Drawing.Point(112, 351) Me.ucrNudDumbbellX.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDumbbellX.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDumbbellX.Name = "ucrNudDumbbellX" + Me.ucrNudDumbbellX.Size = New System.Drawing.Size(55, 20) + Me.ucrNudDumbbellX.TabIndex = 9 Me.ucrNudDumbbellX.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkDumbbellColour ' + Me.ucrChkDumbbellColour.AutoSize = True Me.ucrChkDumbbellColour.Checked = False - resources.ApplyResources(Me.ucrChkDumbbellColour, "ucrChkDumbbellColour") + Me.ucrChkDumbbellColour.Location = New System.Drawing.Point(9, 322) Me.ucrChkDumbbellColour.Name = "ucrChkDumbbellColour" + Me.ucrChkDumbbellColour.Size = New System.Drawing.Size(80, 24) + Me.ucrChkDumbbellColour.TabIndex = 45 ' 'ucrChkDumbbellSize ' + Me.ucrChkDumbbellSize.AutoSize = True Me.ucrChkDumbbellSize.Checked = False - resources.ApplyResources(Me.ucrChkDumbbellSize, "ucrChkDumbbellSize") + Me.ucrChkDumbbellSize.Location = New System.Drawing.Point(9, 353) Me.ucrChkDumbbellSize.Name = "ucrChkDumbbellSize" + Me.ucrChkDumbbellSize.Size = New System.Drawing.Size(80, 24) + Me.ucrChkDumbbellSize.TabIndex = 44 ' 'ucrReceiverGroup ' + Me.ucrReceiverGroup.AutoSize = True Me.ucrReceiverGroup.frmParent = Me - resources.ApplyResources(Me.ucrReceiverGroup, "ucrReceiverGroup") + Me.ucrReceiverGroup.Location = New System.Drawing.Point(249, 327) + Me.ucrReceiverGroup.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverGroup.Name = "ucrReceiverGroup" Me.ucrReceiverGroup.Selector = Nothing + Me.ucrReceiverGroup.Size = New System.Drawing.Size(125, 20) Me.ucrReceiverGroup.strNcFilePath = "" + Me.ucrReceiverGroup.TabIndex = 20 Me.ucrReceiverGroup.ucrSelector = Nothing ' 'ucrReceiverSlopeY ' + Me.ucrReceiverSlopeY.AutoSize = True Me.ucrReceiverSlopeY.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSlopeY, "ucrReceiverSlopeY") + Me.ucrReceiverSlopeY.Location = New System.Drawing.Point(249, 107) + Me.ucrReceiverSlopeY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSlopeY.Name = "ucrReceiverSlopeY" Me.ucrReceiverSlopeY.Selector = Nothing + Me.ucrReceiverSlopeY.Size = New System.Drawing.Size(125, 26) Me.ucrReceiverSlopeY.strNcFilePath = "" + Me.ucrReceiverSlopeY.TabIndex = 10 Me.ucrReceiverSlopeY.ucrSelector = Nothing ' 'ucrChkAddLine ' + Me.ucrChkAddLine.AutoSize = True Me.ucrChkAddLine.Checked = False - resources.ApplyResources(Me.ucrChkAddLine, "ucrChkAddLine") + Me.ucrChkAddLine.Location = New System.Drawing.Point(90, 337) Me.ucrChkAddLine.Name = "ucrChkAddLine" + Me.ucrChkAddLine.Size = New System.Drawing.Size(77, 24) + Me.ucrChkAddLine.TabIndex = 24 ' 'ucrChkAddPoints ' + Me.ucrChkAddPoints.AutoSize = True Me.ucrChkAddPoints.Checked = False - resources.ApplyResources(Me.ucrChkAddPoints, "ucrChkAddPoints") + Me.ucrChkAddPoints.Location = New System.Drawing.Point(9, 337) Me.ucrChkAddPoints.Name = "ucrChkAddPoints" + Me.ucrChkAddPoints.Size = New System.Drawing.Size(80, 24) + Me.ucrChkAddPoints.TabIndex = 23 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(30, 7) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(363, 44) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrPnlStepOrPath ' - resources.ApplyResources(Me.ucrPnlStepOrPath, "ucrPnlStepOrPath") + Me.ucrPnlStepOrPath.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlStepOrPath.Location = New System.Drawing.Point(150, 411) Me.ucrPnlStepOrPath.Name = "ucrPnlStepOrPath" + Me.ucrPnlStepOrPath.Size = New System.Drawing.Size(148, 29) + Me.ucrPnlStepOrPath.TabIndex = 28 ' 'ucrChkPathOrStep ' + Me.ucrChkPathOrStep.AutoSize = True Me.ucrChkPathOrStep.Checked = False - resources.ApplyResources(Me.ucrChkPathOrStep, "ucrChkPathOrStep") + Me.ucrChkPathOrStep.Location = New System.Drawing.Point(9, 415) Me.ucrChkPathOrStep.Name = "ucrChkPathOrStep" + Me.ucrChkPathOrStep.Size = New System.Drawing.Size(148, 23) + Me.ucrChkPathOrStep.TabIndex = 32 ' 'ucrChkValley ' + Me.ucrChkValley.AutoSize = True Me.ucrChkValley.Checked = False - resources.ApplyResources(Me.ucrChkValley, "ucrChkValley") + Me.ucrChkValley.Location = New System.Drawing.Point(161, 385) Me.ucrChkValley.Name = "ucrChkValley" + Me.ucrChkValley.Size = New System.Drawing.Size(146, 23) + Me.ucrChkValley.TabIndex = 27 ' 'ucrChkPeak ' + Me.ucrChkPeak.AutoSize = True Me.ucrChkPeak.Checked = False - resources.ApplyResources(Me.ucrChkPeak, "ucrChkPeak") + Me.ucrChkPeak.Location = New System.Drawing.Point(9, 389) Me.ucrChkPeak.Name = "ucrChkPeak" + Me.ucrChkPeak.Size = New System.Drawing.Size(149, 23) + Me.ucrChkPeak.TabIndex = 33 ' 'ucrChkWithSE ' + Me.ucrChkWithSE.AutoSize = True Me.ucrChkWithSE.Checked = False - resources.ApplyResources(Me.ucrChkWithSE, "ucrChkWithSE") + Me.ucrChkWithSE.Location = New System.Drawing.Point(161, 367) Me.ucrChkWithSE.Name = "ucrChkWithSE" + Me.ucrChkWithSE.Size = New System.Drawing.Size(72, 23) + Me.ucrChkWithSE.TabIndex = 26 ' 'ucrChkLineofBestFit ' + Me.ucrChkLineofBestFit.AutoSize = True Me.ucrChkLineofBestFit.Checked = False - resources.ApplyResources(Me.ucrChkLineofBestFit, "ucrChkLineofBestFit") + Me.ucrChkLineofBestFit.Location = New System.Drawing.Point(9, 363) Me.ucrChkLineofBestFit.Name = "ucrChkLineofBestFit" + Me.ucrChkLineofBestFit.Size = New System.Drawing.Size(149, 24) + Me.ucrChkLineofBestFit.TabIndex = 34 ' 'ucrSave ' - resources.ApplyResources(Me.ucrSave, "ucrSave") + Me.ucrSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSave.Location = New System.Drawing.Point(9, 442) + Me.ucrSave.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSave.Name = "ucrSave" + Me.ucrSave.Size = New System.Drawing.Size(346, 24) + Me.ucrSave.TabIndex = 31 ' 'ucrVariablesAsFactorForLinePlot ' + Me.ucrVariablesAsFactorForLinePlot.AutoSize = True Me.ucrVariablesAsFactorForLinePlot.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorForLinePlot, "ucrVariablesAsFactorForLinePlot") + Me.ucrVariablesAsFactorForLinePlot.Location = New System.Drawing.Point(249, 79) Me.ucrVariablesAsFactorForLinePlot.Name = "ucrVariablesAsFactorForLinePlot" Me.ucrVariablesAsFactorForLinePlot.Selector = Nothing + Me.ucrVariablesAsFactorForLinePlot.Size = New System.Drawing.Size(125, 136) Me.ucrVariablesAsFactorForLinePlot.strNcFilePath = "" + Me.ucrVariablesAsFactorForLinePlot.TabIndex = 8 Me.ucrVariablesAsFactorForLinePlot.ucrSelector = Nothing Me.ucrVariablesAsFactorForLinePlot.ucrVariableSelector = Nothing ' 'ucrLinePlotSelector ' + Me.ucrLinePlotSelector.AutoSize = True Me.ucrLinePlotSelector.bDropUnusedFilterLevels = False Me.ucrLinePlotSelector.bShowHiddenColumns = False Me.ucrLinePlotSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrLinePlotSelector, "ucrLinePlotSelector") + Me.ucrLinePlotSelector.Location = New System.Drawing.Point(10, 59) + Me.ucrLinePlotSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrLinePlotSelector.Name = "ucrLinePlotSelector" + Me.ucrLinePlotSelector.Size = New System.Drawing.Size(226, 195) + Me.ucrLinePlotSelector.TabIndex = 6 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 467) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrReceiverXEnd ' + Me.ucrReceiverXEnd.AutoSize = True Me.ucrReceiverXEnd.frmParent = Me - resources.ApplyResources(Me.ucrReceiverXEnd, "ucrReceiverXEnd") + Me.ucrReceiverXEnd.Location = New System.Drawing.Point(246, 288) + Me.ucrReceiverXEnd.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverXEnd.Name = "ucrReceiverXEnd" Me.ucrReceiverXEnd.Selector = Nothing + Me.ucrReceiverXEnd.Size = New System.Drawing.Size(129, 20) Me.ucrReceiverXEnd.strNcFilePath = "" + Me.ucrReceiverXEnd.TabIndex = 75 Me.ucrReceiverXEnd.ucrSelector = Nothing ' 'ucrReceiverSlopeX ' + Me.ucrReceiverSlopeX.AutoSize = True Me.ucrReceiverSlopeX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSlopeX, "ucrReceiverSlopeX") + Me.ucrReceiverSlopeX.Location = New System.Drawing.Point(247, 242) + Me.ucrReceiverSlopeX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSlopeX.Name = "ucrReceiverSlopeX" Me.ucrReceiverSlopeX.Selector = Nothing + Me.ucrReceiverSlopeX.Size = New System.Drawing.Size(128, 26) Me.ucrReceiverSlopeX.strNcFilePath = "" + Me.ucrReceiverSlopeX.TabIndex = 12 Me.ucrReceiverSlopeX.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(249, 242) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(125, 26) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 14 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrReceiverSlopeColour ' + Me.ucrReceiverSlopeColour.AutoSize = True Me.ucrReceiverSlopeColour.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSlopeColour, "ucrReceiverSlopeColour") + Me.ucrReceiverSlopeColour.Location = New System.Drawing.Point(249, 288) + Me.ucrReceiverSlopeColour.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSlopeColour.Name = "ucrReceiverSlopeColour" Me.ucrReceiverSlopeColour.Selector = Nothing + Me.ucrReceiverSlopeColour.Size = New System.Drawing.Size(125, 26) Me.ucrReceiverSlopeColour.strNcFilePath = "" + Me.ucrReceiverSlopeColour.TabIndex = 43 Me.ucrReceiverSlopeColour.ucrSelector = Nothing ' 'ucrFactorOptionalReceiver ' + Me.ucrFactorOptionalReceiver.AutoSize = True Me.ucrFactorOptionalReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorOptionalReceiver, "ucrFactorOptionalReceiver") + Me.ucrFactorOptionalReceiver.Location = New System.Drawing.Point(249, 288) + Me.ucrFactorOptionalReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorOptionalReceiver.Name = "ucrFactorOptionalReceiver" Me.ucrFactorOptionalReceiver.Selector = Nothing + Me.ucrFactorOptionalReceiver.Size = New System.Drawing.Size(125, 26) Me.ucrFactorOptionalReceiver.strNcFilePath = "" + Me.ucrFactorOptionalReceiver.TabIndex = 18 Me.ucrFactorOptionalReceiver.ucrSelector = Nothing ' 'ucrChkSlopeLineOptions ' + Me.ucrChkSlopeLineOptions.AutoSize = True Me.ucrChkSlopeLineOptions.Checked = False - resources.ApplyResources(Me.ucrChkSlopeLineOptions, "ucrChkSlopeLineOptions") + Me.ucrChkSlopeLineOptions.Location = New System.Drawing.Point(10, 382) Me.ucrChkSlopeLineOptions.Name = "ucrChkSlopeLineOptions" + Me.ucrChkSlopeLineOptions.Size = New System.Drawing.Size(80, 24) + Me.ucrChkSlopeLineOptions.TabIndex = 69 ' 'UcrNudSlopeYTextSize ' + Me.UcrNudSlopeYTextSize.AutoSize = True Me.UcrNudSlopeYTextSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.UcrNudSlopeYTextSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.UcrNudSlopeYTextSize, "UcrNudSlopeYTextSize") + Me.UcrNudSlopeYTextSize.Location = New System.Drawing.Point(347, 350) Me.UcrNudSlopeYTextSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.UcrNudSlopeYTextSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.UcrNudSlopeYTextSize.Name = "UcrNudSlopeYTextSize" + Me.UcrNudSlopeYTextSize.Size = New System.Drawing.Size(50, 20) + Me.UcrNudSlopeYTextSize.TabIndex = 61 Me.UcrNudSlopeYTextSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'dlgLinePlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.ClientSize = New System.Drawing.Size(423, 523) Me.Controls.Add(Me.ucrChkSlopeLegend) Me.Controls.Add(Me.ucrNudSlopeLabelPadding) Me.Controls.Add(Me.lblSlopeLineTicknes) @@ -777,7 +1096,9 @@ Partial Class dlgLinePlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgLinePlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Line_Plot" + Me.Text = "Line" Me.grpSmoothOptions.ResumeLayout(False) Me.grpSmoothOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgLinePlot.resx b/instat/dlgLinePlot.resx index 56dd9a7041b..29dcb1b3a35 100644 --- a/instat/dlgLinePlot.resx +++ b/instat/dlgLinePlot.resx @@ -117,2044 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 249, 229 - - - 58, 13 - - - 13 - - - X Variable: - - - lblXVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 56 - - - True - - - NoControl - - - 27, 15 - - - 0, 13 - - - 1 - - - lblAvailable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 57 - - - NoControl - - - 10, 282 - - - 148, 23 - - - 22 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 52 - - - NoControl - - - 9, 251 - - - 148, 23 - - - 21 - - - Line Options - - - cmdLinePathStepSmoothOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 51 - - - True - - - NoControl - - - 249, 273 - - - 88, 13 - - - 15 - - - Factor (Optional): - - - lblFactorOptional - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 55 - - - True - - - NoControl - - - 249, 314 - - - 39, 13 - - - 19 - - - Group: - - - lblGroupLine - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 44 - - - True - - - NoControl - - - 154, 417 - - - 47, 17 - - - 29 - - - Path - - - rdoPath - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 41 - - - True - - - NoControl - - - 215, 417 - - - 47, 17 - - - 30 - - - Step - - - rdoStep - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 40 - - - Button - - - Flat - - - NoControl - - - 37, 15 - - - 84, 28 - - - 2 - - - Line - - - MiddleCenter - - - rdoLine - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 38 - - - Button - - - Flat - - - NoControl - - - 119, 15 - - - 84, 28 - - - 3 - - - Smooth - - - MiddleCenter - - - rdoSmoothing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 37 - - - True - - - NoControl - - - 2, 23 - - - 46, 13 - - - 0 - - - Method: - - - lblMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSmoothOptions - - - 8 - - - True - - - NoControl - - - 167, 23 - - - 39, 13 - - - 2 - - - Family: - - - lblFamily - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSmoothOptions - - - 5 - - - 73, 46 - - - 110, 23 - - - 7 - - - ucrInputFormula - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 0 - - - 185, 20 - - - 54, 20 - - - 3 - - - ucrChkSpan - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 1 - - - 5, 49 - - - 66, 20 - - - 6 - - - ucrChkFormula - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 2 - - - 183, 49 - - - 75, 21 - - - 8 - - - ucrChkAddSE - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 3 - - - 239, 20 - - - 50, 20 - - - 5 - - - ucrNudSpan - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 4 - - - 210, 20 - - - 110, 24 - - - 4 - - - ucrFamilyInput - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 6 - - - 52, 20 - - - 90, 21 - - - 1 - - - ucrInputMethod - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSmoothOptions - - - 7 - - - 8, 360 - - - 402, 77 - - - 25 - - - Smooth Options - - - grpSmoothOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - Button - - - Flat - - - NoControl - - - 283, 15 - - - 84, 28 - - - 5 - - - Slope - - - MiddleCenter - - - rdoSlope - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - Button - - - Flat - - - NoControl - - - 201, 15 - - - 84, 28 - - - 4 - - - Dumbbell - - - MiddleCenter - - - rdoDumbbell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - True - - - NoControl - - - 252, 275 - - - 80, 13 - - - 16 - - - X End Variable: - - - lblXEnd - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 58 - - - True - - - NoControl - - - 249, 94 - - - 58, 13 - - - 9 - - - Y Variable: - - - lblSlopeY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 32 - - - True - - - NoControl - - - 247, 229 - - - 58, 13 - - - 11 - - - X Variable: - - - lblSlopeX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - NoControl - - - 250, 273 - - - 40, 13 - - - 42 - - - Colour: - - - lblSlopeColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - True - - - NoControl - - - 93, 322 - - - 17, 13 - - - 9 - - - X: - - - lblXColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 308, 358 - - - 30, 13 - - - 50 - - - Line: - - - lblLineSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 188, 355 - - - 39, 13 - - - 51 - - - X End: - - - lblXEndSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 94, 358 - - - 17, 13 - - - 52 - - - X: - - - lblXSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 308, 322 - - - 30, 13 - - - 53 - - - Line: - - - lblLineColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 189, 322 - - - 39, 13 - - - 54 - - - X End: - - - lblXEndColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 216, 321 - - - 30, 13 - - - 68 - - - Size: - - - lblSlopeLabelSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 296, 321 - - - 49, 13 - - - 67 - - - Padding: - - - lblSlopeLabelPadding - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 91, 352 - - - 40, 13 - - - 66 - - - Colour: - - - lblSopeTextColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 213, 351 - - - 30, 13 - - - 65 - - - Size: - - - lblSlopeTextSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 286, 354 - - - 61, 13 - - - 64 - - - Y TextSize: - - - lblSlopeYTextSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 68 - - - True - - - NoControl - - - 92, 324 - - - 40, 13 - - - 55 - - - Colour: - - - lblSlopeLabelColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 93, 380 - - - 40, 13 - - - 70 - - - Colour: - - - lblSlopeLineColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 191, 381 - - - 54, 13 - - - 72 - - - Thicknes: - - - lblSlopeLineTicknes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 9, 292 - - - 80, 24 - - - 74 - - - ucrChkSlopeLegend - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 347, 319 - - - 50, 20 - - - 73 - - - ucrNudSlopeLabelPadding - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 246, 381 - - - 44, 20 - - - 71 - - - ucrNudSlopeLineThickness - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 134, 377 - - - 55, 21 - - - 63 - - - ucrInputSlopeLineColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 134, 348 - - - 55, 21 - - - 62 - - - ucrInputSlopeTextColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 134, 319 - - - 55, 21 - - - 56 - - - ucrInputSlopeLabelColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 247, 350 - - - 43, 20 - - - 60 - - - ucrNudSlopeTextSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 246, 319 - - - 42, 20 - - - 57 - - - ucrNudSlopeLabelSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 10, 322 - - - 80, 24 - - - 59 - - - ucrChkSlopeLabelOptions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 69 - - - 10, 352 - - - 80, 24 - - - 58 - - - ucrChkSlopeTextOptions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 70 - - - 341, 318 - - - 50, 21 - - - 49 - - - ucrInputDumbbellLine - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 229, 318 - - - 59, 21 - - - 48 - - - ucrInputDumbbellXEnd - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 112, 320 - - - 55, 21 - - - 9 - - - ucrInputDumbbellX - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 341, 350 - - - 50, 20 - - - 47 - - - ucrNudDumbbellLine - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 229, 351 - - - 59, 20 - - - 46 - - - ucrNudDumbbellXEnd - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 112, 351 - - - 55, 20 - - - 9 - - - ucrNudDumbbellX - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 9, 322 - - - 80, 24 - - - 45 - - - ucrChkDumbbellColour - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 66 - - - 9, 353 - - - 80, 24 - - - 44 - - - ucrChkDumbbellSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - True - - - 6, 13 - - - 423, 523 - - - 249, 107 - - - 0, 0, 0, 0 - - - 125, 26 - - - 10 - - - ucrReceiverSlopeY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 90, 337 - - - 77, 24 - - - 24 - - - ucrChkAddLine - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - 30, 7 - - - 363, 44 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 39 - - - 150, 411 - - - 148, 29 - - - 28 - - - ucrPnlStepOrPath - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 42 - - - 9, 415 - - - 148, 20 - - - 32 - - - ucrChkPathOrStep - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 43 - - - 161, 385 - - - 146, 20 - - - 27 - - - ucrChkValley - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 45 - - - 9, 389 - - - 149, 20 - - - 33 - - - ucrChkPeak - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 46 - - - 161, 367 - - - 72, 20 - - - 26 - - - ucrChkWithSE - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 47 - - - 9, 363 - - - 149, 24 - - - 34 - - - ucrChkLineofBestFit - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 48 - - - 9, 442 - - - 4, 5, 4, 5 - - - 346, 24 - - - 31 - - - ucrSave - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 49 - - - 249, 79 - - - 125, 136 - - - 8 - - - ucrVariablesAsFactorForLinePlot - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 50 - - - 10, 59 - - - 0, 0, 0, 0 - - - 226, 195 - - - 6 - - - ucrLinePlotSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 53 - - - True - - - 9, 467 - - - 410, 53 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 54 - - - 246, 288 - - - 0, 0, 0, 0 - - - 129, 20 - - - 75 - - - ucrReceiverXEnd - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 59 - - - 247, 242 - - - 0, 0, 0, 0 - - - 128, 26 - - - 12 - - - ucrReceiverSlopeX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 60 - - - 249, 242 - - - 0, 0, 0, 0 - - - 125, 26 - - - 14 - - - ucrReceiverX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 61 - - - 249, 288 - - - 0, 0, 0, 0 - - - 125, 26 - - - 43 - - - ucrReceiverSlopeColour - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 62 - - - 249, 288 - - - 0, 0, 0, 0 - - - 125, 26 - - - 18 - - - ucrFactorOptionalReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 63 - - - 10, 382 - - - 80, 24 - - - 69 - - - ucrChkSlopeLineOptions - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 64 - - - 347, 350 - - - 50, 20 - - - 61 - - - UcrNudSlopeYTextSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 65 - - - 9, 337 - - - 80, 24 - - - 23 - - - ucrChkAddPoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 67 - - - CenterScreen - - - Line - - - dlgLinePlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 249, 327 - - - 0, 0, 0, 0 - - - 125, 20 - - - 20 - - - ucrReceiverGroup - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - \ No newline at end of file diff --git a/instat/dlgLocatingPointsInShapeFile.Designer.vb b/instat/dlgLocatingPointsInShapeFile.Designer.vb index 3d33d9223ee..52a159882f8 100644 --- a/instat/dlgLocatingPointsInShapeFile.Designer.vb +++ b/instat/dlgLocatingPointsInShapeFile.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgLocatingPointsInShapeFile Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgLocatingPointsInShapeFile)) Me.grpShapeaFile = New System.Windows.Forms.GroupBox() Me.lblShapeFilePolygon = New System.Windows.Forms.Label() Me.ucrReceiverShapeFilePolygon = New instat.ucrReceiverSingle() @@ -53,45 +52,70 @@ Partial Class dlgLocatingPointsInShapeFile Me.grpShapeaFile.Controls.Add(Me.ucrSelectorShapeFile) Me.grpShapeaFile.Controls.Add(Me.ucrReceiverGeometry) Me.grpShapeaFile.Controls.Add(Me.lblGeometry) - resources.ApplyResources(Me.grpShapeaFile, "grpShapeaFile") + Me.grpShapeaFile.Location = New System.Drawing.Point(7, 206) Me.grpShapeaFile.Name = "grpShapeaFile" + Me.grpShapeaFile.Size = New System.Drawing.Size(397, 213) + Me.grpShapeaFile.TabIndex = 1 Me.grpShapeaFile.TabStop = False + Me.grpShapeaFile.Text = "Shape File" ' 'lblShapeFilePolygon ' - resources.ApplyResources(Me.lblShapeFilePolygon, "lblShapeFilePolygon") + Me.lblShapeFilePolygon.AutoSize = True + Me.lblShapeFilePolygon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblShapeFilePolygon.Location = New System.Drawing.Point(245, 94) Me.lblShapeFilePolygon.Name = "lblShapeFilePolygon" + Me.lblShapeFilePolygon.Size = New System.Drawing.Size(99, 13) + Me.lblShapeFilePolygon.TabIndex = 3 + Me.lblShapeFilePolygon.Text = "Location (Optional):" ' 'ucrReceiverShapeFilePolygon ' + Me.ucrReceiverShapeFilePolygon.AutoSize = True Me.ucrReceiverShapeFilePolygon.frmParent = Me - resources.ApplyResources(Me.ucrReceiverShapeFilePolygon, "ucrReceiverShapeFilePolygon") + Me.ucrReceiverShapeFilePolygon.Location = New System.Drawing.Point(248, 116) + Me.ucrReceiverShapeFilePolygon.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverShapeFilePolygon.Name = "ucrReceiverShapeFilePolygon" Me.ucrReceiverShapeFilePolygon.Selector = Nothing + Me.ucrReceiverShapeFilePolygon.Size = New System.Drawing.Size(136, 20) Me.ucrReceiverShapeFilePolygon.strNcFilePath = "" + Me.ucrReceiverShapeFilePolygon.TabIndex = 4 Me.ucrReceiverShapeFilePolygon.ucrSelector = Nothing ' 'ucrSelectorShapeFile ' + Me.ucrSelectorShapeFile.AutoSize = True Me.ucrSelectorShapeFile.bDropUnusedFilterLevels = False Me.ucrSelectorShapeFile.bShowHiddenColumns = False Me.ucrSelectorShapeFile.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorShapeFile, "ucrSelectorShapeFile") + Me.ucrSelectorShapeFile.Location = New System.Drawing.Point(6, 16) + Me.ucrSelectorShapeFile.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorShapeFile.Name = "ucrSelectorShapeFile" + Me.ucrSelectorShapeFile.Size = New System.Drawing.Size(213, 189) + Me.ucrSelectorShapeFile.TabIndex = 0 ' 'ucrReceiverGeometry ' + Me.ucrReceiverGeometry.AutoSize = True Me.ucrReceiverGeometry.frmParent = Me - resources.ApplyResources(Me.ucrReceiverGeometry, "ucrReceiverGeometry") + Me.ucrReceiverGeometry.Location = New System.Drawing.Point(248, 64) + Me.ucrReceiverGeometry.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverGeometry.Name = "ucrReceiverGeometry" Me.ucrReceiverGeometry.Selector = Nothing + Me.ucrReceiverGeometry.Size = New System.Drawing.Size(136, 21) Me.ucrReceiverGeometry.strNcFilePath = "" + Me.ucrReceiverGeometry.TabIndex = 2 Me.ucrReceiverGeometry.ucrSelector = Nothing ' 'lblGeometry ' - resources.ApplyResources(Me.lblGeometry, "lblGeometry") + Me.lblGeometry.AutoSize = True + Me.lblGeometry.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGeometry.Location = New System.Drawing.Point(245, 42) Me.lblGeometry.Name = "lblGeometry" + Me.lblGeometry.Size = New System.Drawing.Size(55, 13) + Me.lblGeometry.TabIndex = 1 + Me.lblGeometry.Text = "Geometry:" ' 'grpStationFile ' @@ -102,80 +126,127 @@ Partial Class dlgLocatingPointsInShapeFile Me.grpStationFile.Controls.Add(Me.lblLatitude) Me.grpStationFile.Controls.Add(Me.ucrReceiverLatitude) Me.grpStationFile.Controls.Add(Me.ucrSelectorStationFile) - resources.ApplyResources(Me.grpStationFile, "grpStationFile") + Me.grpStationFile.Location = New System.Drawing.Point(7, 4) Me.grpStationFile.Name = "grpStationFile" + Me.grpStationFile.Size = New System.Drawing.Size(397, 201) + Me.grpStationFile.TabIndex = 0 Me.grpStationFile.TabStop = False + Me.grpStationFile.Text = "StationFile" ' 'ucrReceiverStationFilePolygon ' + Me.ucrReceiverStationFilePolygon.AutoSize = True Me.ucrReceiverStationFilePolygon.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStationFilePolygon, "ucrReceiverStationFilePolygon") + Me.ucrReceiverStationFilePolygon.Location = New System.Drawing.Point(249, 159) + Me.ucrReceiverStationFilePolygon.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationFilePolygon.Name = "ucrReceiverStationFilePolygon" Me.ucrReceiverStationFilePolygon.Selector = Nothing + Me.ucrReceiverStationFilePolygon.Size = New System.Drawing.Size(135, 20) Me.ucrReceiverStationFilePolygon.strNcFilePath = "" + Me.ucrReceiverStationFilePolygon.TabIndex = 6 Me.ucrReceiverStationFilePolygon.ucrSelector = Nothing ' 'lblStationFilePolygon ' - resources.ApplyResources(Me.lblStationFilePolygon, "lblStationFilePolygon") + Me.lblStationFilePolygon.AutoSize = True + Me.lblStationFilePolygon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStationFilePolygon.Location = New System.Drawing.Point(246, 139) Me.lblStationFilePolygon.Name = "lblStationFilePolygon" + Me.lblStationFilePolygon.Size = New System.Drawing.Size(99, 13) + Me.lblStationFilePolygon.TabIndex = 5 + Me.lblStationFilePolygon.Text = "Location (Optional):" ' 'lblLongitude ' - resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.AutoSize = True + Me.lblLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLongitude.Location = New System.Drawing.Point(245, 43) Me.lblLongitude.Name = "lblLongitude" + Me.lblLongitude.Size = New System.Drawing.Size(57, 13) + Me.lblLongitude.TabIndex = 1 + Me.lblLongitude.Text = "Longitude:" ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLongitude, "ucrReceiverLongitude") + Me.ucrReceiverLongitude.Location = New System.Drawing.Point(248, 63) + Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" Me.ucrReceiverLongitude.Selector = Nothing + Me.ucrReceiverLongitude.Size = New System.Drawing.Size(136, 21) Me.ucrReceiverLongitude.strNcFilePath = "" + Me.ucrReceiverLongitude.TabIndex = 2 Me.ucrReceiverLongitude.ucrSelector = Nothing ' 'lblLatitude ' - resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.AutoSize = True + Me.lblLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLatitude.Location = New System.Drawing.Point(245, 91) Me.lblLatitude.Name = "lblLatitude" + Me.lblLatitude.Size = New System.Drawing.Size(48, 13) + Me.lblLatitude.TabIndex = 3 + Me.lblLatitude.Text = "Latitude:" ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(248, 111) + Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.Size = New System.Drawing.Size(136, 21) Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.TabIndex = 4 Me.ucrReceiverLatitude.ucrSelector = Nothing ' 'ucrSelectorStationFile ' + Me.ucrSelectorStationFile.AutoSize = True Me.ucrSelectorStationFile.bDropUnusedFilterLevels = False Me.ucrSelectorStationFile.bShowHiddenColumns = False Me.ucrSelectorStationFile.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorStationFile, "ucrSelectorStationFile") + Me.ucrSelectorStationFile.Location = New System.Drawing.Point(6, 16) + Me.ucrSelectorStationFile.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStationFile.Name = "ucrSelectorStationFile" + Me.ucrSelectorStationFile.Size = New System.Drawing.Size(213, 185) + Me.ucrSelectorStationFile.TabIndex = 0 ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(7, 430) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(322, 23) + Me.ucrChkOmitMissing.TabIndex = 2 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 488) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrSaveNewColumnName ' - resources.ApplyResources(Me.ucrSaveNewColumnName, "ucrSaveNewColumnName") + Me.ucrSaveNewColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewColumnName.Location = New System.Drawing.Point(7, 460) + Me.ucrSaveNewColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewColumnName.Name = "ucrSaveNewColumnName" + Me.ucrSaveNewColumnName.Size = New System.Drawing.Size(397, 21) + Me.ucrSaveNewColumnName.TabIndex = 3 ' 'dlgLocatingPointsInShapeFile ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 540) Me.Controls.Add(Me.ucrChkOmitMissing) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.grpShapeaFile) @@ -185,6 +256,8 @@ Partial Class dlgLocatingPointsInShapeFile Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgLocatingPointsInShapeFile" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Locating Points in Shape File" Me.grpShapeaFile.ResumeLayout(False) Me.grpShapeaFile.PerformLayout() Me.grpStationFile.ResumeLayout(False) diff --git a/instat/dlgLocatingPointsInShapeFile.resx b/instat/dlgLocatingPointsInShapeFile.resx index fd543ca9793..86e0227ea43 100644 --- a/instat/dlgLocatingPointsInShapeFile.resx +++ b/instat/dlgLocatingPointsInShapeFile.resx @@ -117,477 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 245, 94 - - - 99, 13 - - - 3 - - - Location (Optional): - - - lblShapeFilePolygon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpShapeaFile - - - 0 - - - True - 58 - - 6, 13 - - - True - - - 420, 540 - - - 7, 430 - - - 322, 20 - - - 2 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 7, 488 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 249, 159 - - - 0, 0, 0, 0 - - - 135, 20 - - - 6 - - - ucrReceiverStationFilePolygon - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStationFile - - - 0 - - - True - - - NoControl - - - 246, 139 - - - 99, 13 - - - 5 - - - Location (Optional): - - - lblStationFilePolygon - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStationFile - - - 1 - - - True - - - NoControl - - - 245, 43 - - - 57, 13 - - - 1 - - - Longitude: - - - lblLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStationFile - - - 2 - - - 248, 63 - - - 0, 0, 0, 0 - - - 136, 21 - - - 2 - - - ucrReceiverLongitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStationFile - - - 3 - - - True - - - NoControl - - - 245, 91 - - - 48, 13 - - - 3 - - - Latitude: - - - lblLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStationFile - - - 4 - - - 248, 111 - - - 0, 0, 0, 0 - - - 136, 21 - - - 4 - - - ucrReceiverLatitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStationFile - - - 5 - - - 6, 16 - - - 0, 0, 0, 0 - - - 210, 185 - - - 0 - - - ucrSelectorStationFile - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStationFile - - - 6 - - - 7, 4 - - - 397, 201 - - - 0 - - - StationFile - - - grpStationFile - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 7, 460 - - - 4, 5, 4, 5 - - - 397, 21 - - - 3 - - - ucrSaveNewColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Locating Points in Shape File - - - ttStationFile - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgLocatingPointsInShapeFile - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 116 - - - 0, 0, 0, 0 - - - 136, 20 - - - 4 - - - ucrReceiverShapeFilePolygon - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpShapeaFile - - - 1 - - - 6, 16 - - - 0, 0, 0, 0 - - - 210, 189 - - - 0 - - - ucrSelectorShapeFile - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpShapeaFile - - - 2 - - - 248, 64 - - - 0, 0, 0, 0 - - - 136, 21 - - - 2 - - - ucrReceiverGeometry - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpShapeaFile - - - 3 - - - True - - - NoControl - - - 245, 42 - - - 55, 13 - - - 1 - - - Geometry: - - - lblGeometry - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpShapeaFile - - - 4 - - - 7, 206 - - - 397, 213 - - - 1 - - - Shape File - - - grpShapeaFile - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - 17, 17 diff --git a/instat/dlgLockUnlock.Designer.vb b/instat/dlgLockUnlock.Designer.vb index 44bc70b4b21..b467889e80d 100644 --- a/instat/dlgLockUnlock.Designer.vb +++ b/instat/dlgLockUnlock.Designer.vb @@ -51,22 +51,25 @@ Partial Class dlgLockUnlock 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 235) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(443, 79) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(9, 39) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(203, 155) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 155) Me.ucrAddRemove.TabIndex = 1 ' 'ucrReceiverLockUnlock ' + Me.ucrReceiverLockUnlock.AutoSize = True Me.ucrReceiverLockUnlock.frmParent = Me Me.ucrReceiverLockUnlock.Location = New System.Drawing.Point(260, 39) Me.ucrReceiverLockUnlock.Margin = New System.Windows.Forms.Padding(0) @@ -113,6 +116,7 @@ Partial Class dlgLockUnlock ' 'ucrPnlLock ' + Me.ucrPnlLock.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlLock.Location = New System.Drawing.Point(6, 189) Me.ucrPnlLock.Name = "ucrPnlLock" Me.ucrPnlLock.Size = New System.Drawing.Size(163, 33) @@ -120,16 +124,17 @@ Partial Class dlgLockUnlock ' 'ucrChkReserveFreeSpace ' + Me.ucrChkReserveFreeSpace.AutoSize = True Me.ucrChkReserveFreeSpace.Checked = False Me.ucrChkReserveFreeSpace.Location = New System.Drawing.Point(188, 197) Me.ucrChkReserveFreeSpace.Name = "ucrChkReserveFreeSpace" - Me.ucrChkReserveFreeSpace.Size = New System.Drawing.Size(204, 20) + Me.ucrChkReserveFreeSpace.Size = New System.Drawing.Size(204, 23) Me.ucrChkReserveFreeSpace.TabIndex = 8 ' 'dlgLockUnlock ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(453, 308) Me.Controls.Add(Me.ucrChkReserveFreeSpace) diff --git a/instat/dlgMachineLearning.Designer.vb b/instat/dlgMachineLearning.Designer.vb index 505d2058b94..4e27cfaebe1 100644 --- a/instat/dlgMachineLearning.Designer.vb +++ b/instat/dlgMachineLearning.Designer.vb @@ -28,15 +28,16 @@ Partial Class dlgMachineLearning 'UcrButtons1 ' Me.UcrButtons1.AutoSize = True + Me.UcrButtons1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrButtons1.Location = New System.Drawing.Point(7, 384) Me.UcrButtons1.Name = "UcrButtons1" - Me.UcrButtons1.Size = New System.Drawing.Size(410, 52) + Me.UcrButtons1.Size = New System.Drawing.Size(405, 52) Me.UcrButtons1.TabIndex = 13 ' 'dlgMachineLearning ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 438) Me.Controls.Add(Me.UcrButtons1) diff --git a/instat/dlgMakeDate.Designer.vb b/instat/dlgMakeDate.Designer.vb index 6fb1a2f6c26..c3c55f751f7 100644 --- a/instat/dlgMakeDate.Designer.vb +++ b/instat/dlgMakeDate.Designer.vb @@ -120,65 +120,100 @@ Partial Class dlgMakeDate Me.grpTwoColumns.Controls.Add(Me.ucrReceiverYearTwo) Me.grpTwoColumns.Controls.Add(Me.lblDayofYear) Me.grpTwoColumns.Controls.Add(Me.ucrReceiverDayTwo) - resources.ApplyResources(Me.grpTwoColumns, "grpTwoColumns") + Me.grpTwoColumns.Location = New System.Drawing.Point(238, 51) Me.grpTwoColumns.Name = "grpTwoColumns" + Me.grpTwoColumns.Size = New System.Drawing.Size(267, 139) + Me.grpTwoColumns.TabIndex = 7 Me.grpTwoColumns.TabStop = False + Me.grpTwoColumns.Text = "Two Columns" ' 'ucrChkTwoDigitYear ' + Me.ucrChkTwoDigitYear.AutoSize = True Me.ucrChkTwoDigitYear.Checked = False - resources.ApplyResources(Me.ucrChkTwoDigitYear, "ucrChkTwoDigitYear") + Me.ucrChkTwoDigitYear.Location = New System.Drawing.Point(133, 34) Me.ucrChkTwoDigitYear.Name = "ucrChkTwoDigitYear" + Me.ucrChkTwoDigitYear.Size = New System.Drawing.Size(88, 23) + Me.ucrChkTwoDigitYear.TabIndex = 2 ' 'ucrNudCutoff ' + Me.ucrNudCutoff.AutoSize = True Me.ucrNudCutoff.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCutoff.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCutoff, "ucrNudCutoff") + Me.ucrNudCutoff.Location = New System.Drawing.Point(133, 74) Me.ucrNudCutoff.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCutoff.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCutoff.Name = "ucrNudCutoff" + Me.ucrNudCutoff.Size = New System.Drawing.Size(44, 20) + Me.ucrNudCutoff.TabIndex = 5 Me.ucrNudCutoff.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblCutOffTwo ' - resources.ApplyResources(Me.lblCutOffTwo, "lblCutOffTwo") + Me.lblCutOffTwo.AutoSize = True + Me.lblCutOffTwo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCutOffTwo.Location = New System.Drawing.Point(130, 57) Me.lblCutOffTwo.Name = "lblCutOffTwo" + Me.lblCutOffTwo.Size = New System.Drawing.Size(108, 13) + Me.lblCutOffTwo.TabIndex = 3 + Me.lblCutOffTwo.Text = "Cutoff for 2000 years:" ' 'ucrInputComboBoxMonthTwo ' Me.ucrInputComboBoxMonthTwo.AddQuotesIfUnrecognised = True + Me.ucrInputComboBoxMonthTwo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboBoxMonthTwo.GetSetSelectedIndex = -1 Me.ucrInputComboBoxMonthTwo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboBoxMonthTwo, "ucrInputComboBoxMonthTwo") + Me.ucrInputComboBoxMonthTwo.Location = New System.Drawing.Point(133, 100) Me.ucrInputComboBoxMonthTwo.Name = "ucrInputComboBoxMonthTwo" + Me.ucrInputComboBoxMonthTwo.Size = New System.Drawing.Size(105, 21) + Me.ucrInputComboBoxMonthTwo.TabIndex = 7 ' 'lblYearTwo ' - resources.ApplyResources(Me.lblYearTwo, "lblYearTwo") + Me.lblYearTwo.AutoSize = True + Me.lblYearTwo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYearTwo.Location = New System.Drawing.Point(9, 19) Me.lblYearTwo.Name = "lblYearTwo" + Me.lblYearTwo.Size = New System.Drawing.Size(32, 13) + Me.lblYearTwo.TabIndex = 0 + Me.lblYearTwo.Text = "Year:" ' 'ucrReceiverYearTwo ' + Me.ucrReceiverYearTwo.AutoSize = True Me.ucrReceiverYearTwo.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYearTwo, "ucrReceiverYearTwo") + Me.ucrReceiverYearTwo.Location = New System.Drawing.Point(12, 34) + Me.ucrReceiverYearTwo.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYearTwo.Name = "ucrReceiverYearTwo" Me.ucrReceiverYearTwo.Selector = Nothing + Me.ucrReceiverYearTwo.Size = New System.Drawing.Size(95, 20) Me.ucrReceiverYearTwo.strNcFilePath = "" + Me.ucrReceiverYearTwo.TabIndex = 1 Me.ucrReceiverYearTwo.ucrSelector = Nothing ' 'lblDayofYear ' - resources.ApplyResources(Me.lblDayofYear, "lblDayofYear") + Me.lblDayofYear.AutoSize = True + Me.lblDayofYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayofYear.Location = New System.Drawing.Point(9, 86) Me.lblDayofYear.Name = "lblDayofYear" + Me.lblDayofYear.Size = New System.Drawing.Size(66, 13) + Me.lblDayofYear.TabIndex = 4 + Me.lblDayofYear.Text = "Day of Year:" ' 'ucrReceiverDayTwo ' + Me.ucrReceiverDayTwo.AutoSize = True Me.ucrReceiverDayTwo.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDayTwo, "ucrReceiverDayTwo") + Me.ucrReceiverDayTwo.Location = New System.Drawing.Point(12, 101) + Me.ucrReceiverDayTwo.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDayTwo.Name = "ucrReceiverDayTwo" Me.ucrReceiverDayTwo.Selector = Nothing + Me.ucrReceiverDayTwo.Size = New System.Drawing.Size(95, 20) Me.ucrReceiverDayTwo.strNcFilePath = "" + Me.ucrReceiverDayTwo.TabIndex = 6 Me.ucrReceiverDayTwo.ucrSelector = Nothing ' 'grpSingleColumn @@ -195,43 +230,63 @@ Partial Class dlgMakeDate Me.grpSingleColumn.Controls.Add(Me.ucrReceiverForDate) Me.grpSingleColumn.Controls.Add(Me.ucrInputFormat) Me.grpSingleColumn.Controls.Add(Me.ucrInputOrigin) - resources.ApplyResources(Me.grpSingleColumn, "grpSingleColumn") + Me.grpSingleColumn.Location = New System.Drawing.Point(238, 51) Me.grpSingleColumn.Name = "grpSingleColumn" + Me.grpSingleColumn.Size = New System.Drawing.Size(267, 336) + Me.grpSingleColumn.TabIndex = 5 Me.grpSingleColumn.TabStop = False + Me.grpSingleColumn.Text = "Single Column" ' 'grpFormats ' Me.grpFormats.Controls.Add(Me.txtTextDateFormats) - resources.ApplyResources(Me.grpFormats, "grpFormats") + Me.grpFormats.Location = New System.Drawing.Point(6, 169) Me.grpFormats.Name = "grpFormats" + Me.grpFormats.Size = New System.Drawing.Size(254, 161) + Me.grpFormats.TabIndex = 12 Me.grpFormats.TabStop = False + Me.grpFormats.Text = "Format Description" ' 'txtTextDateFormats ' - resources.ApplyResources(Me.txtTextDateFormats, "txtTextDateFormats") + Me.txtTextDateFormats.Location = New System.Drawing.Point(10, 17) Me.txtTextDateFormats.Name = "txtTextDateFormats" + Me.txtTextDateFormats.Size = New System.Drawing.Size(238, 134) + Me.txtTextDateFormats.TabIndex = 0 + Me.txtTextDateFormats.Text = resources.GetString("txtTextDateFormats.Text") ' 'lblUnits ' - resources.ApplyResources(Me.lblUnits, "lblUnits") + Me.lblUnits.AutoSize = True + Me.lblUnits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblUnits.Location = New System.Drawing.Point(111, 144) Me.lblUnits.Name = "lblUnits" + Me.lblUnits.Size = New System.Drawing.Size(34, 13) + Me.lblUnits.TabIndex = 7 + Me.lblUnits.Text = "Units:" ' 'ucrDtpSpecifyOrigin ' + Me.ucrDtpSpecifyOrigin.AutoSize = True Me.ucrDtpSpecifyOrigin.DateValue = New Date(2021, 5, 19, 13, 56, 22, 794) Me.ucrDtpSpecifyOrigin.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpSpecifyOrigin, "ucrDtpSpecifyOrigin") + Me.ucrDtpSpecifyOrigin.Location = New System.Drawing.Point(130, 110) Me.ucrDtpSpecifyOrigin.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpSpecifyOrigin.MinDate = New Date(1753, 2, 1, 0, 0, 0, 0) Me.ucrDtpSpecifyOrigin.Name = "ucrDtpSpecifyOrigin" + Me.ucrDtpSpecifyOrigin.Size = New System.Drawing.Size(119, 21) + Me.ucrDtpSpecifyOrigin.TabIndex = 5 ' 'ucrInputUnits ' Me.ucrInputUnits.AddQuotesIfUnrecognised = True + Me.ucrInputUnits.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputUnits.GetSetSelectedIndex = -1 Me.ucrInputUnits.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUnits, "ucrInputUnits") + Me.ucrInputUnits.Location = New System.Drawing.Point(145, 140) Me.ucrInputUnits.Name = "ucrInputUnits" + Me.ucrInputUnits.Size = New System.Drawing.Size(93, 21) + Me.ucrInputUnits.TabIndex = 8 ' 'grpFormatField ' @@ -243,112 +298,175 @@ Partial Class dlgMakeDate Me.grpFormatField.Controls.Add(Me.UcrInputComboBox2) Me.grpFormatField.Controls.Add(Me.UcrInputComboBox3) Me.grpFormatField.Controls.Add(Me.UcrInputComboBox4) - resources.ApplyResources(Me.grpFormatField, "grpFormatField") + Me.grpFormatField.Location = New System.Drawing.Point(7, 169) Me.grpFormatField.Name = "grpFormatField" + Me.grpFormatField.Size = New System.Drawing.Size(254, 124) + Me.grpFormatField.TabIndex = 9 Me.grpFormatField.TabStop = False + Me.grpFormatField.Text = "Format Field" ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(4, 99) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(29, 13) + Me.Label1.TabIndex = 6 + Me.Label1.Text = "Day:" ' 'Label2 ' - resources.ApplyResources(Me.Label2, "Label2") + Me.Label2.AutoSize = True + Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label2.Location = New System.Drawing.Point(4, 73) Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(40, 13) + Me.Label2.TabIndex = 4 + Me.Label2.Text = "Month:" ' 'Label3 ' - resources.ApplyResources(Me.Label3, "Label3") + Me.Label3.AutoSize = True + Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label3.Location = New System.Drawing.Point(4, 47) Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(32, 13) + Me.Label3.TabIndex = 2 + Me.Label3.Text = "Year:" ' 'Label4 ' - resources.ApplyResources(Me.Label4, "Label4") + Me.Label4.AutoSize = True + Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label4.Location = New System.Drawing.Point(4, 21) Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(56, 13) + Me.Label4.TabIndex = 0 + Me.Label4.Text = "Separator:" ' 'UcrInputComboBox1 ' Me.UcrInputComboBox1.AddQuotesIfUnrecognised = True + Me.UcrInputComboBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputComboBox1.GetSetSelectedIndex = -1 Me.UcrInputComboBox1.IsReadOnly = False - resources.ApplyResources(Me.UcrInputComboBox1, "UcrInputComboBox1") + Me.UcrInputComboBox1.Location = New System.Drawing.Point(75, 69) Me.UcrInputComboBox1.Name = "UcrInputComboBox1" + Me.UcrInputComboBox1.Size = New System.Drawing.Size(137, 21) + Me.UcrInputComboBox1.TabIndex = 5 ' 'UcrInputComboBox2 ' Me.UcrInputComboBox2.AddQuotesIfUnrecognised = True + Me.UcrInputComboBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputComboBox2.GetSetSelectedIndex = -1 Me.UcrInputComboBox2.IsReadOnly = False - resources.ApplyResources(Me.UcrInputComboBox2, "UcrInputComboBox2") + Me.UcrInputComboBox2.Location = New System.Drawing.Point(75, 95) Me.UcrInputComboBox2.Name = "UcrInputComboBox2" + Me.UcrInputComboBox2.Size = New System.Drawing.Size(137, 21) + Me.UcrInputComboBox2.TabIndex = 7 ' 'UcrInputComboBox3 ' Me.UcrInputComboBox3.AddQuotesIfUnrecognised = True + Me.UcrInputComboBox3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputComboBox3.GetSetSelectedIndex = -1 Me.UcrInputComboBox3.IsReadOnly = False - resources.ApplyResources(Me.UcrInputComboBox3, "UcrInputComboBox3") + Me.UcrInputComboBox3.Location = New System.Drawing.Point(75, 43) Me.UcrInputComboBox3.Name = "UcrInputComboBox3" + Me.UcrInputComboBox3.Size = New System.Drawing.Size(137, 21) + Me.UcrInputComboBox3.TabIndex = 3 ' 'UcrInputComboBox4 ' Me.UcrInputComboBox4.AddQuotesIfUnrecognised = True + Me.UcrInputComboBox4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrInputComboBox4.GetSetSelectedIndex = -1 Me.UcrInputComboBox4.IsReadOnly = False - resources.ApplyResources(Me.UcrInputComboBox4, "UcrInputComboBox4") + Me.UcrInputComboBox4.Location = New System.Drawing.Point(75, 17) Me.UcrInputComboBox4.Name = "UcrInputComboBox4" + Me.UcrInputComboBox4.Size = New System.Drawing.Size(137, 21) + Me.UcrInputComboBox4.TabIndex = 1 ' 'rdoSpecifyFormat ' - resources.ApplyResources(Me.rdoSpecifyFormat, "rdoSpecifyFormat") + Me.rdoSpecifyFormat.AutoSize = True + Me.rdoSpecifyFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpecifyFormat.Location = New System.Drawing.Point(15, 110) Me.rdoSpecifyFormat.Name = "rdoSpecifyFormat" + Me.rdoSpecifyFormat.Size = New System.Drawing.Size(95, 17) + Me.rdoSpecifyFormat.TabIndex = 3 Me.rdoSpecifyFormat.TabStop = True + Me.rdoSpecifyFormat.Text = "Specify Format" Me.rdoSpecifyFormat.UseVisualStyleBackColor = True ' 'rdoOrigin ' - resources.ApplyResources(Me.rdoOrigin, "rdoOrigin") + Me.rdoOrigin.AutoSize = True + Me.rdoOrigin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoOrigin.Location = New System.Drawing.Point(15, 81) Me.rdoOrigin.Name = "rdoOrigin" + Me.rdoOrigin.Size = New System.Drawing.Size(52, 17) + Me.rdoOrigin.TabIndex = 2 Me.rdoOrigin.TabStop = True + Me.rdoOrigin.Text = "Origin" Me.rdoOrigin.UseVisualStyleBackColor = True ' 'rdoDefaultFormat ' - resources.ApplyResources(Me.rdoDefaultFormat, "rdoDefaultFormat") + Me.rdoDefaultFormat.AutoSize = True + Me.rdoDefaultFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDefaultFormat.Location = New System.Drawing.Point(15, 52) Me.rdoDefaultFormat.Name = "rdoDefaultFormat" + Me.rdoDefaultFormat.Size = New System.Drawing.Size(94, 17) + Me.rdoDefaultFormat.TabIndex = 1 Me.rdoDefaultFormat.TabStop = True + Me.rdoDefaultFormat.Text = "Default Format" Me.rdoDefaultFormat.UseVisualStyleBackColor = True ' 'ucrPnlFormat ' - resources.ApplyResources(Me.ucrPnlFormat, "ucrPnlFormat") + Me.ucrPnlFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFormat.Location = New System.Drawing.Point(8, 47) Me.ucrPnlFormat.Name = "ucrPnlFormat" + Me.ucrPnlFormat.Size = New System.Drawing.Size(116, 88) + Me.ucrPnlFormat.TabIndex = 2 ' 'ucrReceiverForDate ' + Me.ucrReceiverForDate.AutoSize = True Me.ucrReceiverForDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForDate, "ucrReceiverForDate") + Me.ucrReceiverForDate.Location = New System.Drawing.Point(6, 25) + Me.ucrReceiverForDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForDate.Name = "ucrReceiverForDate" Me.ucrReceiverForDate.Selector = Nothing + Me.ucrReceiverForDate.Size = New System.Drawing.Size(129, 20) Me.ucrReceiverForDate.strNcFilePath = "" + Me.ucrReceiverForDate.TabIndex = 0 Me.ucrReceiverForDate.ucrSelector = Nothing ' 'ucrInputFormat ' Me.ucrInputFormat.AddQuotesIfUnrecognised = True + Me.ucrInputFormat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFormat.GetSetSelectedIndex = -1 Me.ucrInputFormat.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFormat, "ucrInputFormat") + Me.ucrInputFormat.Location = New System.Drawing.Point(130, 110) Me.ucrInputFormat.Name = "ucrInputFormat" + Me.ucrInputFormat.Size = New System.Drawing.Size(120, 21) + Me.ucrInputFormat.TabIndex = 6 ' 'ucrInputOrigin ' Me.ucrInputOrigin.AddQuotesIfUnrecognised = True + Me.ucrInputOrigin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOrigin.GetSetSelectedIndex = -1 Me.ucrInputOrigin.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOrigin, "ucrInputOrigin") + Me.ucrInputOrigin.Location = New System.Drawing.Point(130, 80) Me.ucrInputOrigin.Name = "ucrInputOrigin" + Me.ucrInputOrigin.Size = New System.Drawing.Size(119, 21) + Me.ucrInputOrigin.TabIndex = 4 ' 'grpThreeColumns ' @@ -374,237 +492,385 @@ Partial Class dlgMakeDate Me.grpThreeColumns.Controls.Add(Me.ucrReceiverMonthThree) Me.grpThreeColumns.Controls.Add(Me.ucrPnlYearType) Me.grpThreeColumns.Controls.Add(Me.ucrPnlMonthType) - resources.ApplyResources(Me.grpThreeColumns, "grpThreeColumns") + Me.grpThreeColumns.Location = New System.Drawing.Point(238, 51) Me.grpThreeColumns.Name = "grpThreeColumns" + Me.grpThreeColumns.Size = New System.Drawing.Size(267, 292) + Me.grpThreeColumns.TabIndex = 8 Me.grpThreeColumns.TabStop = False + Me.grpThreeColumns.Text = "Year Month Day" ' 'ucrInputDayThree ' Me.ucrInputDayThree.AddQuotesIfUnrecognised = True + Me.ucrInputDayThree.AutoSize = True Me.ucrInputDayThree.IsMultiline = False Me.ucrInputDayThree.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDayThree, "ucrInputDayThree") + Me.ucrInputDayThree.Location = New System.Drawing.Point(8, 247) Me.ucrInputDayThree.Name = "ucrInputDayThree" + Me.ucrInputDayThree.Size = New System.Drawing.Size(53, 21) + Me.ucrInputDayThree.TabIndex = 16 ' 'rdoDayValue ' - resources.ApplyResources(Me.rdoDayValue, "rdoDayValue") + Me.rdoDayValue.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDayValue.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDayValue.FlatAppearance.BorderSize = 2 Me.rdoDayValue.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDayValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDayValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDayValue.Location = New System.Drawing.Point(58, 213) Me.rdoDayValue.Name = "rdoDayValue" + Me.rdoDayValue.Size = New System.Drawing.Size(54, 23) + Me.rdoDayValue.TabIndex = 15 Me.rdoDayValue.TabStop = True + Me.rdoDayValue.Text = "Value" + Me.rdoDayValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDayValue.UseVisualStyleBackColor = True ' 'rdoDayColumn ' - resources.ApplyResources(Me.rdoDayColumn, "rdoDayColumn") + Me.rdoDayColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDayColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDayColumn.FlatAppearance.BorderSize = 2 Me.rdoDayColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDayColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDayColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDayColumn.Location = New System.Drawing.Point(8, 213) Me.rdoDayColumn.Name = "rdoDayColumn" + Me.rdoDayColumn.Size = New System.Drawing.Size(59, 23) + Me.rdoDayColumn.TabIndex = 14 Me.rdoDayColumn.TabStop = True + Me.rdoDayColumn.Text = "Column" + Me.rdoDayColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDayColumn.UseVisualStyleBackColor = True ' 'ucrPnlDayType ' - resources.ApplyResources(Me.ucrPnlDayType, "ucrPnlDayType") + Me.ucrPnlDayType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDayType.Location = New System.Drawing.Point(5, 207) Me.ucrPnlDayType.Name = "ucrPnlDayType" + Me.ucrPnlDayType.Size = New System.Drawing.Size(109, 34) + Me.ucrPnlDayType.TabIndex = 13 ' 'ucrInputYearThree ' Me.ucrInputYearThree.AddQuotesIfUnrecognised = True + Me.ucrInputYearThree.AutoSize = True Me.ucrInputYearThree.IsMultiline = False Me.ucrInputYearThree.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYearThree, "ucrInputYearThree") + Me.ucrInputYearThree.Location = New System.Drawing.Point(8, 68) Me.ucrInputYearThree.Name = "ucrInputYearThree" + Me.ucrInputYearThree.Size = New System.Drawing.Size(53, 21) + Me.ucrInputYearThree.TabIndex = 3 ' 'rdoYearValue ' - resources.ApplyResources(Me.rdoYearValue, "rdoYearValue") + Me.rdoYearValue.Appearance = System.Windows.Forms.Appearance.Button Me.rdoYearValue.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYearValue.FlatAppearance.BorderSize = 2 Me.rdoYearValue.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYearValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoYearValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYearValue.Location = New System.Drawing.Point(60, 38) Me.rdoYearValue.Name = "rdoYearValue" + Me.rdoYearValue.Size = New System.Drawing.Size(54, 23) + Me.rdoYearValue.TabIndex = 2 Me.rdoYearValue.TabStop = True + Me.rdoYearValue.Text = "Value" + Me.rdoYearValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoYearValue.UseVisualStyleBackColor = True ' 'rdoYearColumn ' - resources.ApplyResources(Me.rdoYearColumn, "rdoYearColumn") + Me.rdoYearColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoYearColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYearColumn.FlatAppearance.BorderSize = 2 Me.rdoYearColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYearColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoYearColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoYearColumn.Location = New System.Drawing.Point(8, 38) Me.rdoYearColumn.Name = "rdoYearColumn" + Me.rdoYearColumn.Size = New System.Drawing.Size(59, 23) + Me.rdoYearColumn.TabIndex = 1 Me.rdoYearColumn.TabStop = True + Me.rdoYearColumn.Text = "Column" + Me.rdoYearColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoYearColumn.UseVisualStyleBackColor = True ' 'rdoMonthValue ' - resources.ApplyResources(Me.rdoMonthValue, "rdoMonthValue") + Me.rdoMonthValue.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMonthValue.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMonthValue.FlatAppearance.BorderSize = 2 Me.rdoMonthValue.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMonthValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMonthValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMonthValue.Location = New System.Drawing.Point(58, 128) Me.rdoMonthValue.Name = "rdoMonthValue" + Me.rdoMonthValue.Size = New System.Drawing.Size(54, 23) + Me.rdoMonthValue.TabIndex = 8 Me.rdoMonthValue.TabStop = True + Me.rdoMonthValue.Text = "Value" + Me.rdoMonthValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMonthValue.UseVisualStyleBackColor = True ' 'rdoMonthColumn ' - resources.ApplyResources(Me.rdoMonthColumn, "rdoMonthColumn") + Me.rdoMonthColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMonthColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMonthColumn.FlatAppearance.BorderSize = 2 Me.rdoMonthColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMonthColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMonthColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMonthColumn.Location = New System.Drawing.Point(8, 128) Me.rdoMonthColumn.Name = "rdoMonthColumn" + Me.rdoMonthColumn.Size = New System.Drawing.Size(59, 23) + Me.rdoMonthColumn.TabIndex = 7 Me.rdoMonthColumn.TabStop = True + Me.rdoMonthColumn.Text = "Column" + Me.rdoMonthColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMonthColumn.UseVisualStyleBackColor = True ' 'ucrInputMonthThree ' Me.ucrInputMonthThree.AddQuotesIfUnrecognised = True + Me.ucrInputMonthThree.AutoSize = True Me.ucrInputMonthThree.IsMultiline = False Me.ucrInputMonthThree.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMonthThree, "ucrInputMonthThree") + Me.ucrInputMonthThree.Location = New System.Drawing.Point(8, 159) Me.ucrInputMonthThree.Name = "ucrInputMonthThree" + Me.ucrInputMonthThree.Size = New System.Drawing.Size(53, 21) + Me.ucrInputMonthThree.TabIndex = 10 ' 'lblYearFormat ' - resources.ApplyResources(Me.lblYearFormat, "lblYearFormat") + Me.lblYearFormat.AutoSize = True + Me.lblYearFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYearFormat.Location = New System.Drawing.Point(148, 50) Me.lblYearFormat.Name = "lblYearFormat" + Me.lblYearFormat.Size = New System.Drawing.Size(42, 13) + Me.lblYearFormat.TabIndex = 4 + Me.lblYearFormat.Text = "Format:" ' 'lblMonthFormat ' - resources.ApplyResources(Me.lblMonthFormat, "lblMonthFormat") + Me.lblMonthFormat.AutoSize = True + Me.lblMonthFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonthFormat.Location = New System.Drawing.Point(148, 141) Me.lblMonthFormat.Name = "lblMonthFormat" + Me.lblMonthFormat.Size = New System.Drawing.Size(42, 13) + Me.lblMonthFormat.TabIndex = 9 + Me.lblMonthFormat.Text = "Format:" ' 'ucrInputMonthOption ' Me.ucrInputMonthOption.AddQuotesIfUnrecognised = True + Me.ucrInputMonthOption.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMonthOption.GetSetSelectedIndex = -1 Me.ucrInputMonthOption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMonthOption, "ucrInputMonthOption") + Me.ucrInputMonthOption.Location = New System.Drawing.Point(151, 158) Me.ucrInputMonthOption.Name = "ucrInputMonthOption" + Me.ucrInputMonthOption.Size = New System.Drawing.Size(99, 21) + Me.ucrInputMonthOption.TabIndex = 11 ' 'ucrInputYearOption ' Me.ucrInputYearOption.AddQuotesIfUnrecognised = True + Me.ucrInputYearOption.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputYearOption.GetSetSelectedIndex = -1 Me.ucrInputYearOption.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYearOption, "ucrInputYearOption") + Me.ucrInputYearOption.Location = New System.Drawing.Point(151, 67) Me.ucrInputYearOption.Name = "ucrInputYearOption" + Me.ucrInputYearOption.Size = New System.Drawing.Size(99, 21) + Me.ucrInputYearOption.TabIndex = 5 ' 'lblDayofMonth ' - resources.ApplyResources(Me.lblDayofMonth, "lblDayofMonth") + Me.lblDayofMonth.AutoSize = True + Me.lblDayofMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayofMonth.Location = New System.Drawing.Point(9, 194) Me.lblDayofMonth.Name = "lblDayofMonth" + Me.lblDayofMonth.Size = New System.Drawing.Size(74, 13) + Me.lblDayofMonth.TabIndex = 12 + Me.lblDayofMonth.Text = "Day of Month:" ' 'lblMonthThree ' - resources.ApplyResources(Me.lblMonthThree, "lblMonthThree") + Me.lblMonthThree.AutoSize = True + Me.lblMonthThree.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonthThree.Location = New System.Drawing.Point(9, 110) Me.lblMonthThree.Name = "lblMonthThree" + Me.lblMonthThree.Size = New System.Drawing.Size(40, 13) + Me.lblMonthThree.TabIndex = 6 + Me.lblMonthThree.Text = "Month:" ' 'lblYearThree ' - resources.ApplyResources(Me.lblYearThree, "lblYearThree") + Me.lblYearThree.AutoSize = True + Me.lblYearThree.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYearThree.Location = New System.Drawing.Point(9, 19) Me.lblYearThree.Name = "lblYearThree" + Me.lblYearThree.Size = New System.Drawing.Size(32, 13) + Me.lblYearThree.TabIndex = 0 + Me.lblYearThree.Text = "Year:" ' 'ucrReceiverYearThree ' + Me.ucrReceiverYearThree.AutoSize = True Me.ucrReceiverYearThree.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYearThree, "ucrReceiverYearThree") + Me.ucrReceiverYearThree.Location = New System.Drawing.Point(8, 68) + Me.ucrReceiverYearThree.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYearThree.Name = "ucrReceiverYearThree" Me.ucrReceiverYearThree.Selector = Nothing + Me.ucrReceiverYearThree.Size = New System.Drawing.Size(106, 20) Me.ucrReceiverYearThree.strNcFilePath = "" + Me.ucrReceiverYearThree.TabIndex = 1 Me.ucrReceiverYearThree.ucrSelector = Nothing ' 'ucrReceiverDayThree ' + Me.ucrReceiverDayThree.AutoSize = True Me.ucrReceiverDayThree.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDayThree, "ucrReceiverDayThree") + Me.ucrReceiverDayThree.Location = New System.Drawing.Point(8, 247) + Me.ucrReceiverDayThree.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDayThree.Name = "ucrReceiverDayThree" Me.ucrReceiverDayThree.Selector = Nothing + Me.ucrReceiverDayThree.Size = New System.Drawing.Size(106, 20) Me.ucrReceiverDayThree.strNcFilePath = "" + Me.ucrReceiverDayThree.TabIndex = 9 Me.ucrReceiverDayThree.ucrSelector = Nothing ' 'ucrReceiverMonthThree ' + Me.ucrReceiverMonthThree.AutoSize = True Me.ucrReceiverMonthThree.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonthThree, "ucrReceiverMonthThree") + Me.ucrReceiverMonthThree.Location = New System.Drawing.Point(8, 159) + Me.ucrReceiverMonthThree.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonthThree.Name = "ucrReceiverMonthThree" Me.ucrReceiverMonthThree.Selector = Nothing + Me.ucrReceiverMonthThree.Size = New System.Drawing.Size(106, 20) Me.ucrReceiverMonthThree.strNcFilePath = "" + Me.ucrReceiverMonthThree.TabIndex = 5 Me.ucrReceiverMonthThree.ucrSelector = Nothing ' 'ucrPnlYearType ' - resources.ApplyResources(Me.ucrPnlYearType, "ucrPnlYearType") + Me.ucrPnlYearType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlYearType.Location = New System.Drawing.Point(6, 32) Me.ucrPnlYearType.Name = "ucrPnlYearType" + Me.ucrPnlYearType.Size = New System.Drawing.Size(109, 34) + Me.ucrPnlYearType.TabIndex = 15 ' 'ucrPnlMonthType ' - resources.ApplyResources(Me.ucrPnlMonthType, "ucrPnlMonthType") + Me.ucrPnlMonthType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMonthType.Location = New System.Drawing.Point(5, 122) Me.ucrPnlMonthType.Name = "ucrPnlMonthType" + Me.ucrPnlMonthType.Size = New System.Drawing.Size(109, 34) + Me.ucrPnlMonthType.TabIndex = 16 ' 'rdoThreeColumns ' - resources.ApplyResources(Me.rdoThreeColumns, "rdoThreeColumns") + Me.rdoThreeColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoThreeColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoThreeColumns.FlatAppearance.BorderSize = 2 Me.rdoThreeColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoThreeColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoThreeColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoThreeColumns.Location = New System.Drawing.Point(324, 8) Me.rdoThreeColumns.Name = "rdoThreeColumns" + Me.rdoThreeColumns.Size = New System.Drawing.Size(137, 28) + Me.rdoThreeColumns.TabIndex = 3 + Me.rdoThreeColumns.Text = "Year - Month - Day" + Me.rdoThreeColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoThreeColumns.UseVisualStyleBackColor = True ' 'rdoTwoColumns ' - resources.ApplyResources(Me.rdoTwoColumns, "rdoTwoColumns") + Me.rdoTwoColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTwoColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTwoColumns.FlatAppearance.BorderSize = 2 Me.rdoTwoColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTwoColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTwoColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTwoColumns.Location = New System.Drawing.Point(189, 8) Me.rdoTwoColumns.Name = "rdoTwoColumns" + Me.rdoTwoColumns.Size = New System.Drawing.Size(137, 28) + Me.rdoTwoColumns.TabIndex = 2 + Me.rdoTwoColumns.Text = "Year and Day of Year" + Me.rdoTwoColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTwoColumns.UseVisualStyleBackColor = True ' 'rdoSingleColumn ' - resources.ApplyResources(Me.rdoSingleColumn, "rdoSingleColumn") + Me.rdoSingleColumn.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSingleColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSingleColumn.FlatAppearance.BorderSize = 2 Me.rdoSingleColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSingleColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSingleColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSingleColumn.Location = New System.Drawing.Point(54, 8) Me.rdoSingleColumn.Name = "rdoSingleColumn" + Me.rdoSingleColumn.Size = New System.Drawing.Size(137, 28) + Me.rdoSingleColumn.TabIndex = 1 + Me.rdoSingleColumn.Text = "Single Column" + Me.rdoSingleColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSingleColumn.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(406, 389) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(78, 22) + Me.cmdHelp.TabIndex = 9 + Me.cmdHelp.Text = "Help..." Me.cmdHelp.UseVisualStyleBackColor = True ' 'ucrPnlDate ' - resources.ApplyResources(Me.ucrPnlDate, "ucrPnlDate") + Me.ucrPnlDate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDate.Location = New System.Drawing.Point(10, 4) Me.ucrPnlDate.Name = "ucrPnlDate" + Me.ucrPnlDate.Size = New System.Drawing.Size(495, 35) + Me.ucrPnlDate.TabIndex = 0 ' 'ucrSaveDate ' - resources.ApplyResources(Me.ucrSaveDate, "ucrSaveDate") + Me.ucrSaveDate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDate.Location = New System.Drawing.Point(10, 394) + Me.ucrSaveDate.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDate.Name = "ucrSaveDate" + Me.ucrSaveDate.Size = New System.Drawing.Size(290, 24) + Me.ucrSaveDate.TabIndex = 10 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 422) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrSelectorMakeDate ' + Me.ucrSelectorMakeDate.AutoSize = True Me.ucrSelectorMakeDate.bDropUnusedFilterLevels = False Me.ucrSelectorMakeDate.bShowHiddenColumns = False Me.ucrSelectorMakeDate.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorMakeDate, "ucrSelectorMakeDate") + Me.ucrSelectorMakeDate.Location = New System.Drawing.Point(10, 51) + Me.ucrSelectorMakeDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorMakeDate.Name = "ucrSelectorMakeDate" + Me.ucrSelectorMakeDate.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorMakeDate.TabIndex = 4 ' 'dlgMakeDate ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(517, 477) Me.Controls.Add(Me.cmdHelp) Me.Controls.Add(Me.rdoThreeColumns) Me.Controls.Add(Me.rdoTwoColumns) @@ -620,6 +886,8 @@ Partial Class dlgMakeDate Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgMakeDate" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Make Date" Me.grpTwoColumns.ResumeLayout(False) Me.grpTwoColumns.PerformLayout() Me.grpSingleColumn.ResumeLayout(False) diff --git a/instat/dlgMakeDate.resx b/instat/dlgMakeDate.resx index 6015dfec5b3..8f9d687026e 100644 --- a/instat/dlgMakeDate.resx +++ b/instat/dlgMakeDate.resx @@ -117,384 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 133, 34 - - - 88, 20 - - - - 2 - - - ucrChkTwoDigitYear - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTwoColumns - - - 0 - - - 133, 74 - - - 44, 20 - - - 5 - - - ucrNudCutoff - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTwoColumns - - - 1 - - - True - - - - NoControl - - - 130, 57 - - - 108, 13 - - - 3 - - - Cutoff for 2000 years: - - - lblCutOffTwo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTwoColumns - - - 2 - - - 133, 100 - - - 105, 21 - - - 7 - - - ucrInputComboBoxMonthTwo - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTwoColumns - - - 3 - - - True - - - NoControl - - - 9, 19 - - - 32, 13 - - - 0 - - - Year: - - - lblYearTwo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTwoColumns - - - 4 - - - True - 27 - - 6, 13 - - - True - - - 517, 477 - - - NoControl - - - 406, 389 - - - 78, 22 - - - 9 - - - Help... - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - Flat - - - NoControl - - - 324, 8 - - - 137, 28 - - - 3 - - - Year - Month - Day - - - MiddleCenter - - - rdoThreeColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 189, 8 - - - 137, 28 - - - 2 - - - Year and Day of Year - - - MiddleCenter - - - rdoTwoColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Button - - - Flat - - - NoControl - - - 54, 8 - - - 137, 28 - - - 1 - - - Single Column - - - MiddleCenter - - - rdoSingleColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 10, 4 - - - 495, 35 - - - 0 - - - ucrPnlDate - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 394 - - - 4, 5, 4, 5 - - - 290, 24 - - - 10 - - - ucrSaveDate - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 10, 422 - - - 417, 54 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 51 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorMakeDate - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 17 - - - 238, 134 - - - 0 - Or construct your own format using: Day: @@ -517,1293 +142,6 @@ Examples: %m:%d:%Y (12:24:1993) %Y-%b-%d (1993-Dec-24) - - txtTextDateFormats - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFormats - - - 0 - - - 6, 169 - - - 254, 161 - - - 12 - - - Format Description - - - grpFormats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 0 - - - True - - - NoControl - - - 111, 144 - - - 34, 13 - - - 7 - - - Units: - - - lblUnits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 1 - - - 130, 110 - - - 119, 21 - - - 5 - - - ucrDtpSpecifyOrigin - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 2 - - - 145, 140 - - - 93, 21 - - - 8 - - - ucrInputUnits - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 3 - - - True - - - NoControl - - - 4, 99 - - - 29, 13 - - - 6 - - - Day: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFormatField - - - 0 - - - True - - - NoControl - - - 4, 73 - - - 40, 13 - - - 4 - - - Month: - - - Label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFormatField - - - 1 - - - True - - - NoControl - - - 4, 47 - - - 32, 13 - - - 2 - - - Year: - - - Label3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFormatField - - - 2 - - - True - - - NoControl - - - 4, 21 - - - 56, 13 - - - 0 - - - Separator: - - - Label4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFormatField - - - 3 - - - 75, 69 - - - 137, 21 - - - 5 - - - UcrInputComboBox1 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFormatField - - - 4 - - - 75, 95 - - - 137, 21 - - - 7 - - - UcrInputComboBox2 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFormatField - - - 5 - - - 75, 43 - - - 137, 21 - - - 3 - - - UcrInputComboBox3 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFormatField - - - 6 - - - 75, 17 - - - 137, 21 - - - 1 - - - UcrInputComboBox4 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFormatField - - - 7 - - - 7, 169 - - - 254, 124 - - - 9 - - - Format Field - - - grpFormatField - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 4 - - - True - - - NoControl - - - 15, 110 - - - 95, 17 - - - 3 - - - Specify Format - - - rdoSpecifyFormat - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 5 - - - True - - - NoControl - - - 15, 81 - - - 52, 17 - - - 2 - - - Origin - - - rdoOrigin - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 6 - - - True - - - NoControl - - - 15, 52 - - - 94, 17 - - - 1 - - - Default Format - - - rdoDefaultFormat - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSingleColumn - - - 7 - - - 8, 47 - - - 116, 88 - - - 2 - - - ucrPnlFormat - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 8 - - - 6, 25 - - - 0, 0, 0, 0 - - - 129, 20 - - - 0 - - - ucrReceiverForDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 9 - - - 130, 110 - - - 120, 21 - - - 6 - - - ucrInputFormat - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 10 - - - 130, 80 - - - 119, 21 - - - 4 - - - ucrInputOrigin - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSingleColumn - - - 11 - - - 238, 51 - - - 267, 336 - - - 5 - - - Single Column - - - grpSingleColumn - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 8, 247 - - - 53, 21 - - - 16 - - - ucrInputDayThree - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 0 - - - Button - - - Flat - - - NoControl - - - 58, 213 - - - 54, 23 - - - 15 - - - Value - - - MiddleCenter - - - rdoDayValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 1 - - - Button - - - Flat - - - NoControl - - - 8, 213 - - - 59, 23 - - - 14 - - - Column - - - MiddleCenter - - - rdoDayColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 2 - - - 5, 207 - - - 109, 34 - - - 13 - - - ucrPnlDayType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 3 - - - 8, 68 - - - 53, 21 - - - 3 - - - ucrInputYearThree - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 4 - - - Button - - - Flat - - - NoControl - - - 60, 38 - - - 54, 23 - - - 2 - - - Value - - - MiddleCenter - - - rdoYearValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 5 - - - Button - - - Flat - - - NoControl - - - 8, 38 - - - 59, 23 - - - 1 - - - Column - - - MiddleCenter - - - rdoYearColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 6 - - - Button - - - Flat - - - NoControl - - - 58, 128 - - - 54, 23 - - - 8 - - - Value - - - MiddleCenter - - - rdoMonthValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 7 - - - Button - - - Flat - - - NoControl - - - 8, 128 - - - 59, 23 - - - 7 - - - Column - - - MiddleCenter - - - rdoMonthColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 8 - - - 8, 159 - - - 53, 21 - - - 10 - - - ucrInputMonthThree - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 9 - - - True - - - NoControl - - - 148, 50 - - - 42, 13 - - - 4 - - - Format: - - - lblYearFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 10 - - - True - - - NoControl - - - 148, 141 - - - 42, 13 - - - 9 - - - Format: - - - lblMonthFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 11 - - - 151, 158 - - - 99, 21 - - - 11 - - - ucrInputMonthOption - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 12 - - - 151, 67 - - - 99, 21 - - - 5 - - - ucrInputYearOption - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 13 - - - True - - - NoControl - - - 9, 194 - - - 74, 13 - - - 12 - - - Day of Month: - - - lblDayofMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 14 - - - True - - - NoControl - - - 9, 110 - - - 40, 13 - - - 6 - - - Month: - - - lblMonthThree - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 15 - - - True - - - NoControl - - - 9, 19 - - - 32, 13 - - - 0 - - - Year: - - - lblYearThree - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpThreeColumns - - - 16 - - - 8, 68 - - - 0, 0, 0, 0 - - - 106, 20 - - - 1 - - - ucrReceiverYearThree - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 17 - - - 8, 247 - - - 0, 0, 0, 0 - - - 106, 20 - - - 9 - - - ucrReceiverDayThree - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 18 - - - 8, 159 - - - 0, 0, 0, 0 - - - 106, 20 - - - 5 - - - ucrReceiverMonthThree - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 19 - - - 6, 32 - - - 109, 34 - - - 15 - - - ucrPnlYearType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 20 - - - 5, 122 - - - 109, 34 - - - 16 - - - ucrPnlMonthType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpThreeColumns - - - 21 - - - 238, 51 - - - 267, 292 - - - 8 - - - Year Month Day - - - grpThreeColumns - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - CenterScreen - - - Make Date - - - ttMakeDate - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgMakeDate - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 12, 34 - - - 0, 0, 0, 0 - - - 95, 20 - - - 1 - - - ucrReceiverYearTwo - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTwoColumns - - - 5 - - - True - - - NoControl - - - 9, 86 - - - 66, 13 - - - 4 - - - Day of Year: - - - lblDayofYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpTwoColumns - - - 6 - - - 12, 101 - - - 0, 0, 0, 0 - - - 95, 20 - - - 6 - - - ucrReceiverDayTwo - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpTwoColumns - - - 7 - - - 238, 51 - - - 267, 139 - - - 7 - - - Two Columns - - - grpTwoColumns - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - 17, 17 diff --git a/instat/dlgMerge.Designer.vb b/instat/dlgMerge.Designer.vb index fa2b4061daa..02e253d4ef0 100644 --- a/instat/dlgMerge.Designer.vb +++ b/instat/dlgMerge.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgMerge 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgMerge)) Me.cmdJoinOptions = New System.Windows.Forms.Button() Me.lnlJoinType = New System.Windows.Forms.Label() Me.lblMergeBy = New System.Windows.Forms.Label() @@ -53,70 +52,112 @@ Partial Class dlgMerge ' 'cmdJoinOptions ' - resources.ApplyResources(Me.cmdJoinOptions, "cmdJoinOptions") + Me.cmdJoinOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdJoinOptions.Location = New System.Drawing.Point(99, 149) Me.cmdJoinOptions.Name = "cmdJoinOptions" + Me.cmdJoinOptions.Size = New System.Drawing.Size(129, 23) + Me.cmdJoinOptions.TabIndex = 6 + Me.cmdJoinOptions.Text = "Join Options" Me.cmdJoinOptions.UseVisualStyleBackColor = True ' 'lnlJoinType ' - resources.ApplyResources(Me.lnlJoinType, "lnlJoinType") + Me.lnlJoinType.AutoSize = True + Me.lnlJoinType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lnlJoinType.Location = New System.Drawing.Point(9, 68) Me.lnlJoinType.Name = "lnlJoinType" + Me.lnlJoinType.Size = New System.Drawing.Size(56, 13) + Me.lnlJoinType.TabIndex = 2 + Me.lnlJoinType.Text = "Join Type:" ' 'lblMergeBy ' - resources.ApplyResources(Me.lblMergeBy, "lblMergeBy") + Me.lblMergeBy.AutoSize = True + Me.lblMergeBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMergeBy.Location = New System.Drawing.Point(9, 96) Me.lblMergeBy.Name = "lblMergeBy" + Me.lblMergeBy.Size = New System.Drawing.Size(58, 13) + Me.lblMergeBy.TabIndex = 4 + Me.lblMergeBy.Text = "Joining By:" ' 'ucrInputMergingBy ' Me.ucrInputMergingBy.AddQuotesIfUnrecognised = True + Me.ucrInputMergingBy.AutoSize = True Me.ucrInputMergingBy.IsMultiline = False Me.ucrInputMergingBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMergingBy, "ucrInputMergingBy") + Me.ucrInputMergingBy.Location = New System.Drawing.Point(99, 93) Me.ucrInputMergingBy.Name = "ucrInputMergingBy" + Me.ucrInputMergingBy.Size = New System.Drawing.Size(278, 52) + Me.ucrInputMergingBy.TabIndex = 5 ' 'ucrSaveMerge ' - resources.ApplyResources(Me.ucrSaveMerge, "ucrSaveMerge") + Me.ucrSaveMerge.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveMerge.Location = New System.Drawing.Point(10, 180) + Me.ucrSaveMerge.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveMerge.Name = "ucrSaveMerge" + Me.ucrSaveMerge.Size = New System.Drawing.Size(301, 24) + Me.ucrSaveMerge.TabIndex = 8 ' 'ucrInputJoinType ' Me.ucrInputJoinType.AddQuotesIfUnrecognised = True + Me.ucrInputJoinType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputJoinType.GetSetSelectedIndex = -1 Me.ucrInputJoinType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputJoinType, "ucrInputJoinType") + Me.ucrInputJoinType.Location = New System.Drawing.Point(99, 65) Me.ucrInputJoinType.Name = "ucrInputJoinType" + Me.ucrInputJoinType.Size = New System.Drawing.Size(137, 21) + Me.ucrInputJoinType.TabIndex = 3 ' 'ucrSecondDataFrame ' + Me.ucrSecondDataFrame.AutoSize = True Me.ucrSecondDataFrame.bDropUnusedFilterLevels = False Me.ucrSecondDataFrame.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSecondDataFrame, "ucrSecondDataFrame") + Me.ucrSecondDataFrame.Location = New System.Drawing.Point(216, 12) + Me.ucrSecondDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrSecondDataFrame.Name = "ucrSecondDataFrame" + Me.ucrSecondDataFrame.Size = New System.Drawing.Size(151, 50) + Me.ucrSecondDataFrame.TabIndex = 1 ' 'ucrFirstDataFrame ' + Me.ucrFirstDataFrame.AutoSize = True Me.ucrFirstDataFrame.bDropUnusedFilterLevels = False Me.ucrFirstDataFrame.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrFirstDataFrame, "ucrFirstDataFrame") + Me.ucrFirstDataFrame.Location = New System.Drawing.Point(10, 12) + Me.ucrFirstDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrFirstDataFrame.Name = "ucrFirstDataFrame" + Me.ucrFirstDataFrame.Size = New System.Drawing.Size(151, 50) + Me.ucrFirstDataFrame.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 207) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'cmdColumnOptions ' - resources.ApplyResources(Me.cmdColumnOptions, "cmdColumnOptions") + Me.cmdColumnOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColumnOptions.Location = New System.Drawing.Point(245, 150) Me.cmdColumnOptions.Name = "cmdColumnOptions" + Me.cmdColumnOptions.Size = New System.Drawing.Size(132, 23) + Me.cmdColumnOptions.TabIndex = 7 + Me.cmdColumnOptions.Text = "Column Selection" Me.cmdColumnOptions.UseVisualStyleBackColor = True ' 'dlgMerge ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(413, 263) Me.Controls.Add(Me.cmdColumnOptions) Me.Controls.Add(Me.ucrInputMergingBy) Me.Controls.Add(Me.lblMergeBy) @@ -131,7 +172,9 @@ Partial Class dlgMerge Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgMerge" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Merge" + Me.Text = "Merge" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgMerge.resx b/instat/dlgMerge.resx index ee4b82190a7..29dcb1b3a35 100644 --- a/instat/dlgMerge.resx +++ b/instat/dlgMerge.resx @@ -117,283 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 99, 149 - - - 129, 23 - - - - 6 - - - Join Options - - - cmdJoinOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 9, 68 - - - 56, 13 - - - 2 - - - Join Type: - - - lnlJoinType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 9, 96 - - - 58, 13 - - - 4 - - - Joining By: - - - lblMergeBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 99, 93 - - - 278, 52 - - - 5 - - - ucrInputMergingBy - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 180 - - - 4, 5, 4, 5 - - - 301, 24 - - - 8 - - - ucrSaveMerge - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 99, 65 - - - 137, 21 - - - 3 - - - ucrInputJoinType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 216, 12 - - - 0, 0, 0, 0 - - - 151, 50 - - - 1 - - - ucrSecondDataFrame - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 12 - - - 0, 0, 0, 0 - - - 151, 50 - - - 0 - - - ucrFirstDataFrame - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 207 - - - 410, 53 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - NoControl - - - 245, 150 - - - 132, 23 - - - 7 - - - Column Selection - - - cmdColumnOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 413, 263 - - - CenterScreen - - - Merge - - - dlgMerge - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgMergeAdditionalData.Designer.vb b/instat/dlgMergeAdditionalData.Designer.vb index 0cc789627b5..e10c2f35c13 100644 --- a/instat/dlgMergeAdditionalData.Designer.vb +++ b/instat/dlgMergeAdditionalData.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgMergeAdditionalData 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgMergeAdditionalData)) Me.lblVariablesToIncludeSecond = New System.Windows.Forms.Label() Me.cmdModify = New System.Windows.Forms.Button() Me.ucrInputMergingBy = New instat.ucrInputTextBox() @@ -35,61 +34,95 @@ Partial Class dlgMergeAdditionalData ' 'lblVariablesToIncludeSecond ' - resources.ApplyResources(Me.lblVariablesToIncludeSecond, "lblVariablesToIncludeSecond") + Me.lblVariablesToIncludeSecond.AutoSize = True + Me.lblVariablesToIncludeSecond.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariablesToIncludeSecond.Location = New System.Drawing.Point(248, 121) Me.lblVariablesToIncludeSecond.Name = "lblVariablesToIncludeSecond" + Me.lblVariablesToIncludeSecond.Size = New System.Drawing.Size(103, 13) + Me.lblVariablesToIncludeSecond.TabIndex = 2 + Me.lblVariablesToIncludeSecond.Text = "Variables to Include:" ' 'cmdModify ' - resources.ApplyResources(Me.cmdModify, "cmdModify") + Me.cmdModify.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdModify.Location = New System.Drawing.Point(282, 332) Me.cmdModify.Name = "cmdModify" + Me.cmdModify.Size = New System.Drawing.Size(90, 23) + Me.cmdModify.TabIndex = 6 + Me.cmdModify.Text = "Join Options" Me.cmdModify.UseVisualStyleBackColor = True ' 'ucrInputMergingBy ' Me.ucrInputMergingBy.AddQuotesIfUnrecognised = True + Me.ucrInputMergingBy.AutoSize = True Me.ucrInputMergingBy.IsMultiline = False Me.ucrInputMergingBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMergingBy, "ucrInputMergingBy") + Me.ucrInputMergingBy.Location = New System.Drawing.Point(72, 286) Me.ucrInputMergingBy.Name = "ucrInputMergingBy" + Me.ucrInputMergingBy.Size = New System.Drawing.Size(300, 40) + Me.ucrInputMergingBy.TabIndex = 5 ' 'ucrFirstDataFrame ' + Me.ucrFirstDataFrame.AutoSize = True Me.ucrFirstDataFrame.bDropUnusedFilterLevels = False Me.ucrFirstDataFrame.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrFirstDataFrame, "ucrFirstDataFrame") + Me.ucrFirstDataFrame.Location = New System.Drawing.Point(10, 10) + Me.ucrFirstDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrFirstDataFrame.Name = "ucrFirstDataFrame" + Me.ucrFirstDataFrame.Size = New System.Drawing.Size(151, 50) + Me.ucrFirstDataFrame.TabIndex = 0 ' 'ucrReceiverSecond ' + Me.ucrReceiverSecond.AutoSize = True Me.ucrReceiverSecond.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecond, "ucrReceiverSecond") + Me.ucrReceiverSecond.Location = New System.Drawing.Point(248, 136) + Me.ucrReceiverSecond.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecond.Name = "ucrReceiverSecond" Me.ucrReceiverSecond.Selector = Nothing + Me.ucrReceiverSecond.Size = New System.Drawing.Size(120, 119) Me.ucrReceiverSecond.strNcFilePath = "" + Me.ucrReceiverSecond.TabIndex = 3 Me.ucrReceiverSecond.ucrSelector = Nothing ' 'ucrSecondSelector ' + Me.ucrSecondSelector.AutoSize = True Me.ucrSecondSelector.bDropUnusedFilterLevels = False Me.ucrSecondSelector.bShowHiddenColumns = False Me.ucrSecondSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSecondSelector, "ucrSecondSelector") + Me.ucrSecondSelector.Location = New System.Drawing.Point(10, 86) + Me.ucrSecondSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrSecondSelector.Name = "ucrSecondSelector" + Me.ucrSecondSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrSecondSelector.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 364) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'lblMergeBy ' - resources.ApplyResources(Me.lblMergeBy, "lblMergeBy") + Me.lblMergeBy.AutoSize = True + Me.lblMergeBy.Location = New System.Drawing.Point(12, 289) Me.lblMergeBy.Name = "lblMergeBy" + Me.lblMergeBy.Size = New System.Drawing.Size(44, 13) + Me.lblMergeBy.TabIndex = 4 + Me.lblMergeBy.Text = "Join By:" ' 'dlgMergeAdditionalData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 424) Me.Controls.Add(Me.lblMergeBy) Me.Controls.Add(Me.cmdModify) Me.Controls.Add(Me.ucrInputMergingBy) @@ -103,6 +136,8 @@ Partial Class dlgMergeAdditionalData Me.MinimizeBox = False Me.Name = "dlgMergeAdditionalData" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Merge Additional Data" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgMergeAdditionalData.resx b/instat/dlgMergeAdditionalData.resx index e1077c1a3a4..1af7de150c9 100644 --- a/instat/dlgMergeAdditionalData.resx +++ b/instat/dlgMergeAdditionalData.resx @@ -117,232 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 248, 121 - - - 103, 13 - - - 2 - - - Variables to Include: - - - lblVariablesToIncludeSecond - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 282, 332 - - - 90, 23 - - - 6 - - - Join Options - - - cmdModify - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 72, 286 - - - 300, 40 - - - 5 - - - ucrInputMergingBy - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 10 - - - 0, 0, 0, 0 - - - 148, 50 - - - 0 - - - ucrFirstDataFrame - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 420, 424 - - - True - - - 12, 289 - - - 44, 13 - - - 4 - - - Join By: - - - lblMergeBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 86 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSecondSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 10, 364 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Merge Additional Data - - - dlgMergeAdditionalData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 136 - - - 0, 0, 0, 0 - - - 120, 119 - - - 3 - - - ucrReceiverSecond - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgMetadata.Designer.vb b/instat/dlgMetadata.Designer.vb index 19df8608931..68c74caf03a 100644 --- a/instat/dlgMetadata.Designer.vb +++ b/instat/dlgMetadata.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgMetadata 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgMetadata)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectByMetadata = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverChooseProperty = New instat.ucrReceiverSingle() @@ -59,108 +58,159 @@ Partial Class dlgMetadata ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 279) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 10 ' 'ucrSelectByMetadata ' + Me.ucrSelectByMetadata.AutoSize = True Me.ucrSelectByMetadata.bDropUnusedFilterLevels = False Me.ucrSelectByMetadata.bShowHiddenColumns = False Me.ucrSelectByMetadata.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectByMetadata, "ucrSelectByMetadata") + Me.ucrSelectByMetadata.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectByMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectByMetadata.Name = "ucrSelectByMetadata" + Me.ucrSelectByMetadata.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectByMetadata.TabIndex = 9 ' 'ucrReceiverChooseProperty ' + Me.ucrReceiverChooseProperty.AutoSize = True Me.ucrReceiverChooseProperty.frmParent = Me - resources.ApplyResources(Me.ucrReceiverChooseProperty, "ucrReceiverChooseProperty") + Me.ucrReceiverChooseProperty.Location = New System.Drawing.Point(254, 45) + Me.ucrReceiverChooseProperty.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverChooseProperty.Name = "ucrReceiverChooseProperty" Me.ucrReceiverChooseProperty.Selector = Nothing + Me.ucrReceiverChooseProperty.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverChooseProperty.strNcFilePath = "" + Me.ucrReceiverChooseProperty.TabIndex = 8 Me.ucrReceiverChooseProperty.ucrSelector = Nothing ' 'rdoChooseProperty ' - resources.ApplyResources(Me.rdoChooseProperty, "rdoChooseProperty") + Me.rdoChooseProperty.Location = New System.Drawing.Point(9, 22) Me.rdoChooseProperty.Name = "rdoChooseProperty" + Me.rdoChooseProperty.Size = New System.Drawing.Size(144, 24) + Me.rdoChooseProperty.TabIndex = 0 Me.rdoChooseProperty.TabStop = True + Me.rdoChooseProperty.Text = "Choose Property" Me.rdoChooseProperty.UseVisualStyleBackColor = True ' 'rdoDefineNewProperty ' - resources.ApplyResources(Me.rdoDefineNewProperty, "rdoDefineNewProperty") + Me.rdoDefineNewProperty.Location = New System.Drawing.Point(9, 49) Me.rdoDefineNewProperty.Name = "rdoDefineNewProperty" + Me.rdoDefineNewProperty.Size = New System.Drawing.Size(167, 24) + Me.rdoDefineNewProperty.TabIndex = 1 Me.rdoDefineNewProperty.TabStop = True + Me.rdoDefineNewProperty.Text = "Define New Property" Me.rdoDefineNewProperty.UseVisualStyleBackColor = True ' 'lblChooseColumns ' - resources.ApplyResources(Me.lblChooseColumns, "lblChooseColumns") + Me.lblChooseColumns.Location = New System.Drawing.Point(254, 73) Me.lblChooseColumns.Name = "lblChooseColumns" + Me.lblChooseColumns.Size = New System.Drawing.Size(166, 30) + Me.lblChooseColumns.TabIndex = 7 + Me.lblChooseColumns.Text = "Choose Columns:" ' 'ucrReceiverChooseColumns ' + Me.ucrReceiverChooseColumns.AutoSize = True Me.ucrReceiverChooseColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverChooseColumns, "ucrReceiverChooseColumns") + Me.ucrReceiverChooseColumns.Location = New System.Drawing.Point(254, 87) + Me.ucrReceiverChooseColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverChooseColumns.Name = "ucrReceiverChooseColumns" Me.ucrReceiverChooseColumns.Selector = Nothing + Me.ucrReceiverChooseColumns.Size = New System.Drawing.Size(120, 103) Me.ucrReceiverChooseColumns.strNcFilePath = "" + Me.ucrReceiverChooseColumns.TabIndex = 6 Me.ucrReceiverChooseColumns.ucrSelector = Nothing ' 'lblCurrentValue ' - resources.ApplyResources(Me.lblCurrentValue, "lblCurrentValue") + Me.lblCurrentValue.Location = New System.Drawing.Point(10, 215) Me.lblCurrentValue.Name = "lblCurrentValue" + Me.lblCurrentValue.Size = New System.Drawing.Size(84, 23) + Me.lblCurrentValue.TabIndex = 5 + Me.lblCurrentValue.Text = "Current Value:" ' 'lblNewValue ' - resources.ApplyResources(Me.lblNewValue, "lblNewValue") + Me.lblNewValue.Location = New System.Drawing.Point(10, 248) Me.lblNewValue.Name = "lblNewValue" + Me.lblNewValue.Size = New System.Drawing.Size(76, 18) + Me.lblNewValue.TabIndex = 4 + Me.lblNewValue.Text = "New Value:" ' 'ucrCurrentValue ' Me.ucrCurrentValue.AddQuotesIfUnrecognised = True + Me.ucrCurrentValue.AutoSize = True Me.ucrCurrentValue.IsMultiline = False Me.ucrCurrentValue.IsReadOnly = False - resources.ApplyResources(Me.ucrCurrentValue, "ucrCurrentValue") + Me.ucrCurrentValue.Location = New System.Drawing.Point(111, 213) Me.ucrCurrentValue.Name = "ucrCurrentValue" + Me.ucrCurrentValue.Size = New System.Drawing.Size(118, 21) + Me.ucrCurrentValue.TabIndex = 3 ' 'ucrNewValue ' - resources.ApplyResources(Me.ucrNewValue, "ucrNewValue") + Me.ucrNewValue.AutoSize = True + Me.ucrNewValue.Location = New System.Drawing.Point(111, 244) Me.ucrNewValue.Name = "ucrNewValue" + Me.ucrNewValue.Size = New System.Drawing.Size(121, 29) + Me.ucrNewValue.TabIndex = 2 ' 'grpProperty ' Me.grpProperty.Controls.Add(Me.rdoChooseProperty) Me.grpProperty.Controls.Add(Me.rdoDefineNewProperty) - resources.ApplyResources(Me.grpProperty, "grpProperty") + Me.grpProperty.Location = New System.Drawing.Point(238, 193) Me.grpProperty.Name = "grpProperty" + Me.grpProperty.Size = New System.Drawing.Size(182, 80) + Me.grpProperty.TabIndex = 1 Me.grpProperty.TabStop = False + Me.grpProperty.Text = "Property" ' 'ucrInputDefineProperty ' Me.ucrInputDefineProperty.AddQuotesIfUnrecognised = True + Me.ucrInputDefineProperty.AutoSize = True Me.ucrInputDefineProperty.IsMultiline = False Me.ucrInputDefineProperty.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDefineProperty, "ucrInputDefineProperty") + Me.ucrInputDefineProperty.Location = New System.Drawing.Point(254, 45) Me.ucrInputDefineProperty.Name = "ucrInputDefineProperty" + Me.ucrInputDefineProperty.Size = New System.Drawing.Size(120, 21) + Me.ucrInputDefineProperty.TabIndex = 0 ' 'UcrDialogDisabled1 ' + Me.UcrDialogDisabled1.AutoSize = True Me.UcrDialogDisabled1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.UcrDialogDisabled1, "UcrDialogDisabled1") + Me.UcrDialogDisabled1.Location = New System.Drawing.Point(92, 157) Me.UcrDialogDisabled1.Name = "UcrDialogDisabled1" + Me.UcrDialogDisabled1.Size = New System.Drawing.Size(240, 50) + Me.UcrDialogDisabled1.TabIndex = 11 ' 'lblProperty ' - resources.ApplyResources(Me.lblProperty, "lblProperty") + Me.lblProperty.Location = New System.Drawing.Point(252, 30) Me.lblProperty.Name = "lblProperty" + Me.lblProperty.Size = New System.Drawing.Size(100, 15) + Me.lblProperty.TabIndex = 12 + Me.lblProperty.Text = "Property:" ' 'dlgMetadata ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(426, 338) Me.Controls.Add(Me.lblProperty) Me.Controls.Add(Me.UcrDialogDisabled1) Me.Controls.Add(Me.ucrInputDefineProperty) @@ -178,7 +228,9 @@ Partial Class dlgMetadata Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgMetadata" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Metadata" + Me.Text = "Metadata" Me.grpProperty.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgMetadata.resx b/instat/dlgMetadata.resx index aee8e50ec99..29dcb1b3a35 100644 --- a/instat/dlgMetadata.resx +++ b/instat/dlgMetadata.resx @@ -117,379 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 279 - - - 410, 52 - - - 10 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 9 - - - ucrSelectByMetadata - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 6, 13 - - - True - - - 426, 338 - - - 252, 30 - - - 100, 15 - - - 12 - - - Property: - - - lblProperty - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 92, 157 - - - 240, 50 - - - 11 - - - UcrDialogDisabled1 - - - instat.ucrDialogDisabled, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 254, 45 - - - 120, 21 - - - 0 - - - ucrInputDefineProperty - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 9, 22 - - - 144, 24 - - - 0 - - - Choose Property - - - rdoChooseProperty - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProperty - - - 0 - - - 9, 49 - - - 167, 24 - - - 1 - - - Define New Property - - - rdoDefineNewProperty - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpProperty - - - 1 - - - 238, 193 - - - 182, 80 - - - 1 - - - Property - - - grpProperty - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 111, 244 - - - 121, 29 - - - 2 - - - ucrNewValue - - - instat.ucrReceiverMetadataProperty, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 111, 213 - - - 118, 21 - - - 3 - - - ucrCurrentValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 248 - - - 76, 18 - - - 4 - - - New Value: - - - lblNewValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 10, 215 - - - 84, 23 - - - 5 - - - Current Value: - - - lblCurrentValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 254, 87 - - - 0, 0, 0, 0 - - - 120, 103 - - - 6 - - - ucrReceiverChooseColumns - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 254, 73 - - - 166, 30 - - - 7 - - - Choose Columns: - - - lblChooseColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - CenterScreen - - - Metadata - - - dlgMetadata - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 45 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverChooseProperty - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgMissingData.designer.vb b/instat/dlgMissingData.designer.vb index 095c6ad9c01..7c1dc78a903 100644 --- a/instat/dlgMissingData.designer.vb +++ b/instat/dlgMissingData.designer.vb @@ -44,15 +44,16 @@ Partial Class dlgMissingData 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 213) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 63) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgMissingData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(428, 288) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgMissingDataTable.designer.vb b/instat/dlgMissingDataTable.designer.vb index 4f7e3a14114..577d7bed740 100644 --- a/instat/dlgMissingDataTable.designer.vb +++ b/instat/dlgMissingDataTable.designer.vb @@ -44,15 +44,16 @@ Partial Class dlgMissingDataTable 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 209) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 59) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgMissingDataTable ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(437, 270) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgModelling.Designer.vb b/instat/dlgModelling.Designer.vb index c2cc8bd9eea..c7d070dd992 100644 --- a/instat/dlgModelling.Designer.vb +++ b/instat/dlgModelling.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgModelling 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgModelling)) Me.lblModel = New System.Windows.Forms.Label() Me.cmdspline = New System.Windows.Forms.Button() Me.cmdarima = New System.Windows.Forms.Button() @@ -87,62 +86,113 @@ Partial Class dlgModelling ' 'lblModel ' - resources.ApplyResources(Me.lblModel, "lblModel") + Me.lblModel.AutoSize = True + Me.lblModel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblModel.Location = New System.Drawing.Point(10, 17) + Me.lblModel.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblModel.Name = "lblModel" + Me.lblModel.Size = New System.Drawing.Size(39, 13) + Me.lblModel.TabIndex = 0 Me.lblModel.Tag = "Test" + Me.lblModel.Text = "Model:" ' 'cmdspline ' - resources.ApplyResources(Me.cmdspline, "cmdspline") + Me.cmdspline.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdspline.Location = New System.Drawing.Point(140, 72) + Me.cmdspline.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdspline.Name = "cmdspline" + Me.cmdspline.Size = New System.Drawing.Size(69, 30) + Me.cmdspline.TabIndex = 164 + Me.cmdspline.Text = "spline" Me.cmdspline.UseVisualStyleBackColor = True ' 'cmdarima ' - resources.ApplyResources(Me.cmdarima, "cmdarima") + Me.cmdarima.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdarima.Location = New System.Drawing.Point(140, 14) + Me.cmdarima.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdarima.Name = "cmdarima" + Me.cmdarima.Size = New System.Drawing.Size(69, 30) + Me.cmdarima.TabIndex = 153 + Me.cmdarima.Text = "arima" Me.cmdarima.UseVisualStyleBackColor = True ' 'cmdloglin ' - resources.ApplyResources(Me.cmdloglin, "cmdloglin") + Me.cmdloglin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdloglin.Location = New System.Drawing.Point(4, 72) + Me.cmdloglin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdloglin.Name = "cmdloglin" + Me.cmdloglin.Size = New System.Drawing.Size(69, 30) + Me.cmdloglin.TabIndex = 151 + Me.cmdloglin.Text = "loglin" Me.cmdloglin.UseVisualStyleBackColor = True ' 'cmdloess ' - resources.ApplyResources(Me.cmdloess, "cmdloess") + Me.cmdloess.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdloess.Location = New System.Drawing.Point(140, 43) + Me.cmdloess.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdloess.Name = "cmdloess" + Me.cmdloess.Size = New System.Drawing.Size(69, 30) + Me.cmdloess.TabIndex = 150 + Me.cmdloess.Text = "loess" Me.cmdloess.UseVisualStyleBackColor = True ' 'cmdlowess ' - resources.ApplyResources(Me.cmdlowess, "cmdlowess") + Me.cmdlowess.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlowess.Location = New System.Drawing.Point(72, 72) + Me.cmdlowess.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlowess.Name = "cmdlowess" + Me.cmdlowess.Size = New System.Drawing.Size(69, 30) + Me.cmdlowess.TabIndex = 148 + Me.cmdlowess.Text = "lowess" Me.cmdlowess.UseVisualStyleBackColor = True ' 'cmdglm ' - resources.ApplyResources(Me.cmdglm, "cmdglm") + Me.cmdglm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdglm.Location = New System.Drawing.Point(4, 43) + Me.cmdglm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdglm.Name = "cmdglm" + Me.cmdglm.Size = New System.Drawing.Size(69, 30) + Me.cmdglm.TabIndex = 158 + Me.cmdglm.Text = "glm" Me.cmdglm.UseVisualStyleBackColor = True ' 'cmdar ' - resources.ApplyResources(Me.cmdar, "cmdar") + Me.cmdar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdar.Location = New System.Drawing.Point(72, 14) + Me.cmdar.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdar.Name = "cmdar" + Me.cmdar.Size = New System.Drawing.Size(69, 30) + Me.cmdar.TabIndex = 126 + Me.cmdar.Text = "ar" Me.cmdar.UseVisualStyleBackColor = True ' 'cmdaov ' - resources.ApplyResources(Me.cmdaov, "cmdaov") + Me.cmdaov.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdaov.Location = New System.Drawing.Point(4, 14) + Me.cmdaov.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdaov.Name = "cmdaov" + Me.cmdaov.Size = New System.Drawing.Size(69, 30) + Me.cmdaov.TabIndex = 124 + Me.cmdaov.Text = "aov" Me.cmdaov.UseVisualStyleBackColor = True ' 'cmdlm ' - resources.ApplyResources(Me.cmdlm, "cmdlm") + Me.cmdlm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlm.Location = New System.Drawing.Point(72, 43) + Me.cmdlm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlm.Name = "cmdlm" + Me.cmdlm.Size = New System.Drawing.Size(69, 30) + Me.cmdlm.TabIndex = 121 + Me.cmdlm.Text = "lm" Me.cmdlm.UseVisualStyleBackColor = True ' 'grpStats @@ -159,92 +209,177 @@ Partial Class dlgModelling Me.grpStats.Controls.Add(Me.cmdlm) Me.grpStats.Controls.Add(Me.cmdaov) Me.grpStats.Controls.Add(Me.cmdar) - resources.ApplyResources(Me.grpStats, "grpStats") + Me.grpStats.Location = New System.Drawing.Point(292, 68) + Me.grpStats.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpStats.Name = "grpStats" + Me.grpStats.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpStats.Size = New System.Drawing.Size(213, 135) + Me.grpStats.TabIndex = 9 Me.grpStats.TabStop = False + Me.grpStats.Text = "stats" ' 'cmdprincomp ' - resources.ApplyResources(Me.cmdprincomp, "cmdprincomp") + Me.cmdprincomp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdprincomp.Location = New System.Drawing.Point(140, 101) + Me.cmdprincomp.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdprincomp.Name = "cmdprincomp" + Me.cmdprincomp.Size = New System.Drawing.Size(69, 30) + Me.cmdprincomp.TabIndex = 167 + Me.cmdprincomp.Text = "princomp" Me.cmdprincomp.UseVisualStyleBackColor = True ' 'cmdppr ' - resources.ApplyResources(Me.cmdppr, "cmdppr") + Me.cmdppr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdppr.Location = New System.Drawing.Point(72, 101) + Me.cmdppr.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdppr.Name = "cmdppr" + Me.cmdppr.Size = New System.Drawing.Size(69, 30) + Me.cmdppr.TabIndex = 166 + Me.cmdppr.Text = "ppr" Me.cmdppr.UseVisualStyleBackColor = True ' 'cmdnls ' - resources.ApplyResources(Me.cmdnls, "cmdnls") + Me.cmdnls.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdnls.Location = New System.Drawing.Point(4, 101) + Me.cmdnls.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdnls.Name = "cmdnls" + Me.cmdnls.Size = New System.Drawing.Size(69, 30) + Me.cmdnls.TabIndex = 165 + Me.cmdnls.Text = "nls" Me.cmdnls.UseVisualStyleBackColor = True ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(59, 10) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(29, 30) + Me.cmdMultiply.TabIndex = 2 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdColon ' - resources.ApplyResources(Me.cmdColon, "cmdColon") + Me.cmdColon.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdColon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColon.Location = New System.Drawing.Point(31, 10) + Me.cmdColon.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdColon.Name = "cmdColon" + Me.cmdColon.Size = New System.Drawing.Size(29, 30) + Me.cmdColon.TabIndex = 1 + Me.cmdColon.Text = ":" Me.cmdColon.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(3, 10) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(29, 30) + Me.cmdPlus.TabIndex = 0 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(87, 39) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(29, 32) + Me.cmdPower.TabIndex = 7 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdClosingBracket ' - resources.ApplyResources(Me.cmdClosingBracket, "cmdClosingBracket") + Me.cmdClosingBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdClosingBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClosingBracket.Location = New System.Drawing.Point(59, 39) + Me.cmdClosingBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClosingBracket.Name = "cmdClosingBracket" + Me.cmdClosingBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdClosingBracket.TabIndex = 6 + Me.cmdClosingBracket.Text = ")" Me.cmdClosingBracket.UseVisualStyleBackColor = True ' 'cmdOpeningBracket ' - resources.ApplyResources(Me.cmdOpeningBracket, "cmdOpeningBracket") + Me.cmdOpeningBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdOpeningBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpeningBracket.Location = New System.Drawing.Point(31, 39) + Me.cmdOpeningBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpeningBracket.Name = "cmdOpeningBracket" + Me.cmdOpeningBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdOpeningBracket.TabIndex = 5 + Me.cmdOpeningBracket.Text = "(" Me.cmdOpeningBracket.UseVisualStyleBackColor = True ' 'cmdDiv ' - resources.ApplyResources(Me.cmdDiv, "cmdDiv") + Me.cmdDiv.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdDiv.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDiv.Location = New System.Drawing.Point(87, 10) + Me.cmdDiv.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDiv.Name = "cmdDiv" + Me.cmdDiv.Size = New System.Drawing.Size(29, 30) + Me.cmdDiv.TabIndex = 3 + Me.cmdDiv.Text = "/" Me.cmdDiv.UseVisualStyleBackColor = True ' 'cmdDoubleBracket ' - resources.ApplyResources(Me.cmdDoubleBracket, "cmdDoubleBracket") + Me.cmdDoubleBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdDoubleBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDoubleBracket.Location = New System.Drawing.Point(3, 39) + Me.cmdDoubleBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDoubleBracket.Name = "cmdDoubleBracket" + Me.cmdDoubleBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdDoubleBracket.TabIndex = 4 + Me.cmdDoubleBracket.Text = "( )" Me.cmdDoubleBracket.UseVisualStyleBackColor = True ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(417, 251) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(57, 30) + Me.cmdClear.TabIndex = 10 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdSquareBrackets ' - resources.ApplyResources(Me.cmdSquareBrackets, "cmdSquareBrackets") + Me.cmdSquareBrackets.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdSquareBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSquareBrackets.Location = New System.Drawing.Point(31, 70) + Me.cmdSquareBrackets.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSquareBrackets.Name = "cmdSquareBrackets" + Me.cmdSquareBrackets.Size = New System.Drawing.Size(29, 30) + Me.cmdSquareBrackets.TabIndex = 9 + Me.cmdSquareBrackets.Text = "[ ]" Me.cmdSquareBrackets.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(3, 70) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(29, 30) + Me.cmdMinus.TabIndex = 8 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'grpFirstCalc @@ -260,64 +395,109 @@ Partial Class dlgModelling Me.grpFirstCalc.Controls.Add(Me.cmdDoubleBracket) Me.grpFirstCalc.Controls.Add(Me.cmdSquareBrackets) Me.grpFirstCalc.Controls.Add(Me.cmdMinus) - resources.ApplyResources(Me.grpFirstCalc, "grpFirstCalc") + Me.grpFirstCalc.Location = New System.Drawing.Point(293, 205) Me.grpFirstCalc.Name = "grpFirstCalc" + Me.grpFirstCalc.Size = New System.Drawing.Size(119, 103) + Me.grpFirstCalc.TabIndex = 10 Me.grpFirstCalc.TabStop = False ' 'cmdTilda ' - resources.ApplyResources(Me.cmdTilda, "cmdTilda") + Me.cmdTilda.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!) + Me.cmdTilda.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTilda.Location = New System.Drawing.Point(59, 70) + Me.cmdTilda.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTilda.Name = "cmdTilda" + Me.cmdTilda.Size = New System.Drawing.Size(57, 30) + Me.cmdTilda.TabIndex = 21 + Me.cmdTilda.Text = "~" Me.cmdTilda.UseVisualStyleBackColor = True ' 'cmdDisplayOptions ' - resources.ApplyResources(Me.cmdDisplayOptions, "cmdDisplayOptions") + Me.cmdDisplayOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDisplayOptions.Location = New System.Drawing.Point(287, 354) Me.cmdDisplayOptions.Name = "cmdDisplayOptions" + Me.cmdDisplayOptions.Size = New System.Drawing.Size(125, 23) + Me.cmdDisplayOptions.TabIndex = 11 + Me.cmdDisplayOptions.Text = "Display Options" Me.cmdDisplayOptions.UseVisualStyleBackColor = True ' 'cmdPredict ' - resources.ApplyResources(Me.cmdPredict, "cmdPredict") + Me.cmdPredict.Enabled = False + Me.cmdPredict.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPredict.Location = New System.Drawing.Point(418, 355) Me.cmdPredict.Name = "cmdPredict" + Me.cmdPredict.Size = New System.Drawing.Size(105, 23) + Me.cmdPredict.TabIndex = 12 + Me.cmdPredict.Text = "Predict" Me.cmdPredict.UseVisualStyleBackColor = True ' 'grpextRemes ' Me.grpextRemes.Controls.Add(Me.cmdfevd) Me.grpextRemes.Controls.Add(Me.cmdlevd) - resources.ApplyResources(Me.grpextRemes, "grpextRemes") + Me.grpextRemes.Location = New System.Drawing.Point(292, 68) Me.grpextRemes.Name = "grpextRemes" + Me.grpextRemes.Size = New System.Drawing.Size(154, 49) + Me.grpextRemes.TabIndex = 18 Me.grpextRemes.TabStop = False + Me.grpextRemes.Text = "extRemes" ' 'cmdfevd ' - resources.ApplyResources(Me.cmdfevd, "cmdfevd") + Me.cmdfevd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdfevd.Location = New System.Drawing.Point(4, 14) + Me.cmdfevd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdfevd.Name = "cmdfevd" + Me.cmdfevd.Size = New System.Drawing.Size(69, 30) + Me.cmdfevd.TabIndex = 169 + Me.cmdfevd.Text = "fevd" Me.cmdfevd.UseVisualStyleBackColor = True ' 'cmdlevd ' - resources.ApplyResources(Me.cmdlevd, "cmdlevd") + Me.cmdlevd.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlevd.Location = New System.Drawing.Point(72, 14) + Me.cmdlevd.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlevd.Name = "cmdlevd" + Me.cmdlevd.Size = New System.Drawing.Size(69, 30) + Me.cmdlevd.TabIndex = 129 + Me.cmdlevd.Text = "levd" Me.cmdlevd.UseVisualStyleBackColor = True ' 'cmdnlmer ' - resources.ApplyResources(Me.cmdnlmer, "cmdnlmer") + Me.cmdnlmer.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdnlmer.Location = New System.Drawing.Point(140, 14) + Me.cmdnlmer.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdnlmer.Name = "cmdnlmer" + Me.cmdnlmer.Size = New System.Drawing.Size(69, 30) + Me.cmdnlmer.TabIndex = 153 + Me.cmdnlmer.Text = "nlmer" Me.cmdnlmer.UseVisualStyleBackColor = True ' 'cmdlmer ' - resources.ApplyResources(Me.cmdlmer, "cmdlmer") + Me.cmdlmer.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlmer.Location = New System.Drawing.Point(72, 14) + Me.cmdlmer.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlmer.Name = "cmdlmer" + Me.cmdlmer.Size = New System.Drawing.Size(69, 30) + Me.cmdlmer.TabIndex = 126 + Me.cmdlmer.Text = "lmer" Me.cmdlmer.UseVisualStyleBackColor = True ' 'cmdglmer ' - resources.ApplyResources(Me.cmdglmer, "cmdglmer") + Me.cmdglmer.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdglmer.Location = New System.Drawing.Point(4, 14) + Me.cmdglmer.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdglmer.Name = "cmdglmer" + Me.cmdglmer.Size = New System.Drawing.Size(69, 30) + Me.cmdglmer.TabIndex = 124 + Me.cmdglmer.Text = "glmer" Me.cmdglmer.UseVisualStyleBackColor = True ' 'grplme4 @@ -325,38 +505,68 @@ Partial Class dlgModelling Me.grplme4.Controls.Add(Me.cmdlmer) Me.grplme4.Controls.Add(Me.cmdglmer) Me.grplme4.Controls.Add(Me.cmdnlmer) - resources.ApplyResources(Me.grplme4, "grplme4") + Me.grplme4.Location = New System.Drawing.Point(292, 68) + Me.grplme4.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grplme4.Name = "grplme4" + Me.grplme4.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grplme4.Size = New System.Drawing.Size(213, 47) + Me.grplme4.TabIndex = 6 Me.grplme4.TabStop = False + Me.grplme4.Text = "lme4" ' 'cmdloglm ' - resources.ApplyResources(Me.cmdloglm, "cmdloglm") + Me.cmdloglm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdloglm.Location = New System.Drawing.Point(140, 14) + Me.cmdloglm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdloglm.Name = "cmdloglm" + Me.cmdloglm.Size = New System.Drawing.Size(69, 30) + Me.cmdloglm.TabIndex = 153 + Me.cmdloglm.Text = "loglm" Me.cmdloglm.UseVisualStyleBackColor = True ' 'cmdpolr ' - resources.ApplyResources(Me.cmdpolr, "cmdpolr") + Me.cmdpolr.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdpolr.Location = New System.Drawing.Point(4, 43) + Me.cmdpolr.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdpolr.Name = "cmdpolr" + Me.cmdpolr.Size = New System.Drawing.Size(69, 30) + Me.cmdpolr.TabIndex = 158 + Me.cmdpolr.Text = "polr" Me.cmdpolr.UseVisualStyleBackColor = True ' 'cmdglmmPQL ' - resources.ApplyResources(Me.cmdglmmPQL, "cmdglmmPQL") + Me.cmdglmmPQL.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdglmmPQL.Location = New System.Drawing.Point(72, 14) + Me.cmdglmmPQL.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdglmmPQL.Name = "cmdglmmPQL" + Me.cmdglmmPQL.Size = New System.Drawing.Size(69, 30) + Me.cmdglmmPQL.TabIndex = 126 + Me.cmdglmmPQL.Text = "glmmPQL" Me.cmdglmmPQL.UseVisualStyleBackColor = True ' 'cmdglmnb ' - resources.ApplyResources(Me.cmdglmnb, "cmdglmnb") + Me.cmdglmnb.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdglmnb.Location = New System.Drawing.Point(4, 14) + Me.cmdglmnb.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdglmnb.Name = "cmdglmnb" + Me.cmdglmnb.Size = New System.Drawing.Size(69, 30) + Me.cmdglmnb.TabIndex = 124 + Me.cmdglmnb.Text = "glm.nb" Me.cmdglmnb.UseVisualStyleBackColor = True ' 'cmdrlm ' - resources.ApplyResources(Me.cmdrlm, "cmdrlm") + Me.cmdrlm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdrlm.Location = New System.Drawing.Point(72, 43) + Me.cmdrlm.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdrlm.Name = "cmdrlm" + Me.cmdrlm.Size = New System.Drawing.Size(69, 30) + Me.cmdrlm.TabIndex = 121 + Me.cmdrlm.Text = "rlm" Me.cmdrlm.UseVisualStyleBackColor = True ' 'grpMASS @@ -370,96 +580,157 @@ Partial Class dlgModelling Me.grpMASS.Controls.Add(Me.cmdglmnb) Me.grpMASS.Controls.Add(Me.cmdrlm) Me.grpMASS.Controls.Add(Me.cmdloglm) - resources.ApplyResources(Me.grpMASS, "grpMASS") + Me.grpMASS.Location = New System.Drawing.Point(292, 68) + Me.grpMASS.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpMASS.Name = "grpMASS" + Me.grpMASS.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpMASS.Size = New System.Drawing.Size(213, 106) + Me.grpMASS.TabIndex = 20 Me.grpMASS.TabStop = False + Me.grpMASS.Text = "MASS" ' 'cmdqda ' - resources.ApplyResources(Me.cmdqda, "cmdqda") + Me.cmdqda.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdqda.Location = New System.Drawing.Point(140, 72) + Me.cmdqda.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdqda.Name = "cmdqda" + Me.cmdqda.Size = New System.Drawing.Size(69, 30) + Me.cmdqda.TabIndex = 166 + Me.cmdqda.Text = "qda" Me.cmdqda.UseVisualStyleBackColor = True ' 'cmdmca ' - resources.ApplyResources(Me.cmdmca, "cmdmca") + Me.cmdmca.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdmca.Location = New System.Drawing.Point(4, 72) + Me.cmdmca.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdmca.Name = "cmdmca" + Me.cmdmca.Size = New System.Drawing.Size(69, 30) + Me.cmdmca.TabIndex = 161 + Me.cmdmca.Text = "mca" Me.cmdmca.UseVisualStyleBackColor = True ' 'cmdlqs ' - resources.ApplyResources(Me.cmdlqs, "cmdlqs") + Me.cmdlqs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlqs.Location = New System.Drawing.Point(72, 72) + Me.cmdlqs.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlqs.Name = "cmdlqs" + Me.cmdlqs.Size = New System.Drawing.Size(69, 30) + Me.cmdlqs.TabIndex = 160 + Me.cmdlqs.Text = "lqs" Me.cmdlqs.UseVisualStyleBackColor = True ' 'cmdlda ' - resources.ApplyResources(Me.cmdlda, "cmdlda") + Me.cmdlda.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdlda.Location = New System.Drawing.Point(140, 43) + Me.cmdlda.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdlda.Name = "cmdlda" + Me.cmdlda.Size = New System.Drawing.Size(69, 30) + Me.cmdlda.TabIndex = 159 + Me.cmdlda.Text = "lda" Me.cmdlda.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHelp.Location = New System.Drawing.Point(493, 38) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(60, 23) + Me.cmdHelp.TabIndex = 7 + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'lblRpackage ' - resources.ApplyResources(Me.lblRpackage, "lblRpackage") + Me.lblRpackage.AutoSize = True + Me.lblRpackage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRpackage.Location = New System.Drawing.Point(292, 43) Me.lblRpackage.Name = "lblRpackage" + Me.lblRpackage.Size = New System.Drawing.Size(63, 13) + Me.lblRpackage.TabIndex = 3 + Me.lblRpackage.Text = "R package:" ' 'ucrTryModelling ' - resources.ApplyResources(Me.ucrTryModelling, "ucrTryModelling") + Me.ucrTryModelling.AutoSize = True + Me.ucrTryModelling.Location = New System.Drawing.Point(4, 314) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False + Me.ucrTryModelling.Size = New System.Drawing.Size(480, 33) + Me.ucrTryModelling.TabIndex = 21 ' 'ucrChkIncludeArguments ' + Me.ucrChkIncludeArguments.AutoSize = True Me.ucrChkIncludeArguments.Checked = False - resources.ApplyResources(Me.ucrChkIncludeArguments, "ucrChkIncludeArguments") + Me.ucrChkIncludeArguments.Location = New System.Drawing.Point(442, 13) Me.ucrChkIncludeArguments.Name = "ucrChkIncludeArguments" + Me.ucrChkIncludeArguments.Size = New System.Drawing.Size(131, 23) + Me.ucrChkIncludeArguments.TabIndex = 2 ' 'ucrSaveResult ' - resources.ApplyResources(Me.ucrSaveResult, "ucrSaveResult") + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResult.Location = New System.Drawing.Point(13, 355) + Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" + Me.ucrSaveResult.Size = New System.Drawing.Size(267, 24) + Me.ucrSaveResult.TabIndex = 13 ' 'ucrInputComboRPackage ' Me.ucrInputComboRPackage.AddQuotesIfUnrecognised = True + Me.ucrInputComboRPackage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboRPackage.GetSetSelectedIndex = -1 Me.ucrInputComboRPackage.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboRPackage, "ucrInputComboRPackage") + Me.ucrInputComboRPackage.Location = New System.Drawing.Point(364, 39) Me.ucrInputComboRPackage.Name = "ucrInputComboRPackage" + Me.ucrInputComboRPackage.Size = New System.Drawing.Size(123, 21) + Me.ucrInputComboRPackage.TabIndex = 4 ' 'ucrReceiverForTestColumn ' + Me.ucrReceiverForTestColumn.AutoSize = True Me.ucrReceiverForTestColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForTestColumn, "ucrReceiverForTestColumn") + Me.ucrReceiverForTestColumn.Location = New System.Drawing.Point(63, 13) + Me.ucrReceiverForTestColumn.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ucrReceiverForTestColumn.Name = "ucrReceiverForTestColumn" Me.ucrReceiverForTestColumn.Selector = Nothing + Me.ucrReceiverForTestColumn.Size = New System.Drawing.Size(368, 27) Me.ucrReceiverForTestColumn.strNcFilePath = "" + Me.ucrReceiverForTestColumn.TabIndex = 1 Me.ucrReceiverForTestColumn.ucrSelector = Nothing ' 'ucrSelectorModelling ' + Me.ucrSelectorModelling.AutoSize = True Me.ucrSelectorModelling.bDropUnusedFilterLevels = False Me.ucrSelectorModelling.bShowHiddenColumns = False Me.ucrSelectorModelling.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorModelling, "ucrSelectorModelling") + Me.ucrSelectorModelling.Location = New System.Drawing.Point(10, 66) + Me.ucrSelectorModelling.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorModelling.Name = "ucrSelectorModelling" + Me.ucrSelectorModelling.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorModelling.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(13, 387) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'dlgModelling ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(566, 442) Me.Controls.Add(Me.ucrTryModelling) Me.Controls.Add(Me.grplme4) Me.Controls.Add(Me.grpMASS) @@ -482,6 +753,8 @@ Partial Class dlgModelling Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgModelling" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Fit Model" Me.grpStats.ResumeLayout(False) Me.grpFirstCalc.ResumeLayout(False) Me.grpextRemes.ResumeLayout(False) diff --git a/instat/dlgModelling.resx b/instat/dlgModelling.resx index cfd4512c1e2..29dcb1b3a35 100644 --- a/instat/dlgModelling.resx +++ b/instat/dlgModelling.resx @@ -117,1645 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 10, 17 - - - 2, 0, 2, 0 - - - 39, 13 - - - 0 - - - Model: - - - lblModel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - NoControl - - - 140, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 164 - - - spline - - - cmdspline - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 3 - - - NoControl - - - 140, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 153 - - - arima - - - cmdarima - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 4 - - - NoControl - - - 4, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 151 - - - loglin - - - cmdloglin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 5 - - - NoControl - - - 140, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 150 - - - loess - - - cmdloess - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 6 - - - NoControl - - - 72, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 148 - - - lowess - - - cmdlowess - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 7 - - - NoControl - - - 4, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 158 - - - glm - - - cmdglm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 8 - - - NoControl - - - 72, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 126 - - - ar - - - cmdar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 11 - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 124 - - - aov - - - cmdaov - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 10 - - - NoControl - - - 72, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 121 - - - lm - - - cmdlm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 9 - - - NoControl - - - 140, 101 - - - 2, 3, 2, 3 - - - 69, 30 - - - 167 - - - princomp - - - cmdprincomp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 0 - - - NoControl - - - 72, 101 - - - 2, 3, 2, 3 - - - 69, 30 - - - 166 - - - ppr - - - cmdppr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 1 - - - NoControl - - - 4, 101 - - - 2, 3, 2, 3 - - - 69, 30 - - - 165 - - - nls - - - cmdnls - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStats - - - 2 - - - 292, 68 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 213, 135 - - - 9 - - - stats - - - grpStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 59, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 2 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 1 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 31, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 1 - - - : - - - cmdColon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 2 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 3, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 0 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 3 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 87, 39 - - - 2, 3, 2, 3 - - - 29, 32 - - - 7 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 4 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 59, 39 - - - 2, 3, 2, 3 - - - 29, 32 - - - 6 - - - ) - - - cmdClosingBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 5 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 31, 39 - - - 2, 3, 2, 3 - - - 29, 32 - - - 5 - - - ( - - - cmdOpeningBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 6 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 87, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 3 - - - / - - - cmdDiv - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 7 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 3, 39 - - - 2, 3, 2, 3 - - - 29, 32 - - - 4 - - - ( ) - - - cmdDoubleBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 8 - - - NoControl - - - 417, 251 - - - 2, 3, 2, 3 - - - 57, 30 - - - 10 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 31, 70 - - - 2, 3, 2, 3 - - - 29, 30 - - - 9 - - - [ ] - - - cmdSquareBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 9 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 3, 70 - - - 2, 3, 2, 3 - - - 29, 30 - - - 8 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 10 - - - Microsoft Sans Serif, 18pt - - - NoControl - - - 59, 70 - - - 2, 3, 2, 3 - - - 57, 30 - - - 21 - - - ~ - - - cmdTilda - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 0 - - - 293, 205 - - - 119, 103 - - - 10 - - - grpFirstCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 287, 354 - - - 125, 23 - - - 11 - - - Display Options - - - cmdDisplayOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - False - - - NoControl - - - 418, 355 - - - 105, 23 - - - 12 - - - Predict - - - cmdPredict - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 169 - - - fevd - - - cmdfevd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpextRemes - - - 0 - - - NoControl - - - 72, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 129 - - - levd - - - cmdlevd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpextRemes - - - 1 - - - 292, 68 - - - 154, 49 - - - 18 - - - extRemes - - - grpextRemes - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - NoControl - - - 140, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 153 - - - nlmer - - - cmdnlmer - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grplme4 - - - 2 - - - NoControl - - - 72, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 126 - - - lmer - - - cmdlmer - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grplme4 - - - 0 - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 124 - - - glmer - - - cmdglmer - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grplme4 - - - 1 - - - 292, 68 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 213, 47 - - - 6 - - - lme4 - - - grplme4 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 140, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 153 - - - loglm - - - cmdloglm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 8 - - - NoControl - - - 4, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 158 - - - polr - - - cmdpolr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 4 - - - NoControl - - - 72, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 126 - - - glmmPQL - - - cmdglmmPQL - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 5 - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 69, 30 - - - 124 - - - glm.nb - - - cmdglmnb - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 6 - - - NoControl - - - 72, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 121 - - - rlm - - - cmdrlm - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 7 - - - NoControl - - - 140, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 166 - - - qda - - - cmdqda - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 0 - - - NoControl - - - 4, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 161 - - - mca - - - cmdmca - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 1 - - - NoControl - - - 72, 72 - - - 2, 3, 2, 3 - - - 69, 30 - - - 160 - - - lqs - - - cmdlqs - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 2 - - - NoControl - - - 140, 43 - - - 2, 3, 2, 3 - - - 69, 30 - - - 159 - - - lda - - - cmdlda - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMASS - - - 3 - - - 292, 68 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 213, 106 - - - 20 - - - MASS - - - grpMASS - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 493, 38 - - - 60, 23 - - - 7 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 292, 43 - - - 63, 13 - - - 3 - - - R package: - - - lblRpackage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 4, 314 - - - 480, 33 - - - 21 - - - ucrTryModelling - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 442, 13 - - - 131, 20 - - - 2 - - - ucrChkIncludeArguments - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 13, 355 - - - 4, 5, 4, 5 - - - 267, 24 - - - 13 - - - ucrSaveResult - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 364, 39 - - - 123, 21 - - - 4 - - - ucrInputComboRPackage - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - 6, 13 - - - True - - - 566, 442 - - - 10, 66 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorModelling - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 13, 387 - - - 410, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Fit Model - - - dlgModelling - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 63, 13 - - - 2, 3, 2, 3 - - - 368, 27 - - - 1 - - - ucrReceiverForTestColumn - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - \ No newline at end of file diff --git a/instat/dlgMosaicPlot.Designer.vb b/instat/dlgMosaicPlot.Designer.vb index 16da370d2eb..2de2c28b1fa 100644 --- a/instat/dlgMosaicPlot.Designer.vb +++ b/instat/dlgMosaicPlot.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgMosaicPlot 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgMosaicPlot)) Me.cmdMosaicPlotOptions = New System.Windows.Forms.Button() Me.cmdOptions = New System.Windows.Forms.Button() Me.lblFactors = New System.Windows.Forms.Label() @@ -45,131 +44,206 @@ Partial Class dlgMosaicPlot ' 'cmdMosaicPlotOptions ' - resources.ApplyResources(Me.cmdMosaicPlotOptions, "cmdMosaicPlotOptions") + Me.cmdMosaicPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMosaicPlotOptions.Location = New System.Drawing.Point(10, 196) Me.cmdMosaicPlotOptions.Name = "cmdMosaicPlotOptions" + Me.cmdMosaicPlotOptions.Size = New System.Drawing.Size(149, 25) + Me.cmdMosaicPlotOptions.TabIndex = 9 Me.cmdMosaicPlotOptions.Tag = "" + Me.cmdMosaicPlotOptions.Text = "Mosaic Options" Me.cmdMosaicPlotOptions.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 227) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(149, 25) + Me.cmdOptions.TabIndex = 10 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.AutoSize = True + Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactors.Location = New System.Drawing.Point(282, 30) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(45, 13) + Me.lblFactors.TabIndex = 1 + Me.lblFactors.Text = "Factors:" ' 'lblFillColour ' - resources.ApplyResources(Me.lblFillColour, "lblFillColour") + Me.lblFillColour.AutoSize = True + Me.lblFillColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillColour.Location = New System.Drawing.Point(282, 160) Me.lblFillColour.Name = "lblFillColour" + Me.lblFillColour.Size = New System.Drawing.Size(103, 13) + Me.lblFillColour.TabIndex = 3 + Me.lblFillColour.Text = "Fill Colour (Optional):" ' 'lblConditionFactors ' - resources.ApplyResources(Me.lblConditionFactors, "lblConditionFactors") + Me.lblConditionFactors.AutoSize = True + Me.lblConditionFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConditionFactors.Location = New System.Drawing.Point(282, 207) Me.lblConditionFactors.Name = "lblConditionFactors" + Me.lblConditionFactors.Size = New System.Drawing.Size(140, 13) + Me.lblConditionFactors.TabIndex = 5 + Me.lblConditionFactors.Text = "Condition Factors (Optional):" ' 'lblWeights ' - resources.ApplyResources(Me.lblWeights, "lblWeights") + Me.lblWeights.AutoSize = True + Me.lblWeights.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWeights.Location = New System.Drawing.Point(282, 336) Me.lblWeights.Name = "lblWeights" + Me.lblWeights.Size = New System.Drawing.Size(97, 13) + Me.lblWeights.TabIndex = 7 + Me.lblWeights.Text = "Weights (Optional):" ' 'lblPartitioningType ' - resources.ApplyResources(Me.lblPartitioningType, "lblPartitioningType") + Me.lblPartitioningType.AutoSize = True + Me.lblPartitioningType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPartitioningType.Location = New System.Drawing.Point(10, 282) Me.lblPartitioningType.Name = "lblPartitioningType" + Me.lblPartitioningType.Size = New System.Drawing.Size(62, 13) + Me.lblPartitioningType.TabIndex = 11 + Me.lblPartitioningType.Text = "Partitioning:" ' 'ucrNudXAxisLabelsAngle ' + Me.ucrNudXAxisLabelsAngle.AutoSize = True Me.ucrNudXAxisLabelsAngle.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudXAxisLabelsAngle, "ucrNudXAxisLabelsAngle") + Me.ucrNudXAxisLabelsAngle.Location = New System.Drawing.Point(184, 344) Me.ucrNudXAxisLabelsAngle.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudXAxisLabelsAngle.Name = "ucrNudXAxisLabelsAngle" + Me.ucrNudXAxisLabelsAngle.Size = New System.Drawing.Size(50, 20) + Me.ucrNudXAxisLabelsAngle.TabIndex = 15 Me.ucrNudXAxisLabelsAngle.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputPartitioning ' Me.ucrInputPartitioning.AddQuotesIfUnrecognised = True + Me.ucrInputPartitioning.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPartitioning.GetSetSelectedIndex = -1 Me.ucrInputPartitioning.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPartitioning, "ucrInputPartitioning") + Me.ucrInputPartitioning.Location = New System.Drawing.Point(97, 282) Me.ucrInputPartitioning.Name = "ucrInputPartitioning" + Me.ucrInputPartitioning.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPartitioning.TabIndex = 12 ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(10, 312) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(224, 23) + Me.ucrChkOmitMissing.TabIndex = 13 ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(285, 352) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 8 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrReceiverConditions ' + Me.ucrReceiverConditions.AutoSize = True Me.ucrReceiverConditions.frmParent = Me - resources.ApplyResources(Me.ucrReceiverConditions, "ucrReceiverConditions") + Me.ucrReceiverConditions.Location = New System.Drawing.Point(285, 225) + Me.ucrReceiverConditions.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverConditions.Name = "ucrReceiverConditions" Me.ucrReceiverConditions.Selector = Nothing + Me.ucrReceiverConditions.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverConditions.strNcFilePath = "" + Me.ucrReceiverConditions.TabIndex = 6 Me.ucrReceiverConditions.ucrSelector = Nothing ' 'ucrReceiverFill ' + Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFill, "ucrReceiverFill") + Me.ucrReceiverFill.Location = New System.Drawing.Point(285, 176) + Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFill.Name = "ucrReceiverFill" Me.ucrReceiverFill.Selector = Nothing + Me.ucrReceiverFill.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFill.strNcFilePath = "" + Me.ucrReceiverFill.TabIndex = 4 Me.ucrReceiverFill.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(285, 48) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 2 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrSaveMosaicPlot ' - resources.ApplyResources(Me.ucrSaveMosaicPlot, "ucrSaveMosaicPlot") + Me.ucrSaveMosaicPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveMosaicPlot.Location = New System.Drawing.Point(10, 376) + Me.ucrSaveMosaicPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveMosaicPlot.Name = "ucrSaveMosaicPlot" + Me.ucrSaveMosaicPlot.Size = New System.Drawing.Size(317, 24) + Me.ucrSaveMosaicPlot.TabIndex = 16 ' 'ucrChkXAxisLabelAngle ' + Me.ucrChkXAxisLabelAngle.AutoSize = True Me.ucrChkXAxisLabelAngle.Checked = False - resources.ApplyResources(Me.ucrChkXAxisLabelAngle, "ucrChkXAxisLabelAngle") + Me.ucrChkXAxisLabelAngle.Location = New System.Drawing.Point(10, 344) Me.ucrChkXAxisLabelAngle.Name = "ucrChkXAxisLabelAngle" + Me.ucrChkXAxisLabelAngle.Size = New System.Drawing.Size(168, 23) + Me.ucrChkXAxisLabelAngle.TabIndex = 14 ' 'ucrSelectorMosaicPlot ' + Me.ucrSelectorMosaicPlot.AutoSize = True Me.ucrSelectorMosaicPlot.bDropUnusedFilterLevels = False Me.ucrSelectorMosaicPlot.bShowHiddenColumns = False Me.ucrSelectorMosaicPlot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorMosaicPlot, "ucrSelectorMosaicPlot") + Me.ucrSelectorMosaicPlot.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorMosaicPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorMosaicPlot.Name = "ucrSelectorMosaicPlot" + Me.ucrSelectorMosaicPlot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorMosaicPlot.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 411) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'dlgMosaicPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(452, 478) Me.Controls.Add(Me.ucrNudXAxisLabelsAngle) Me.Controls.Add(Me.ucrInputPartitioning) Me.Controls.Add(Me.lblPartitioningType) @@ -193,6 +267,8 @@ Partial Class dlgMosaicPlot Me.MinimizeBox = False Me.Name = "dlgMosaicPlot" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Mosaic Plot" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgMosaicPlot.resx b/instat/dlgMosaicPlot.resx index 024995aac02..29dcb1b3a35 100644 --- a/instat/dlgMosaicPlot.resx +++ b/instat/dlgMosaicPlot.resx @@ -117,487 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 196 - - - 149, 25 - - - - 9 - - - Mosaic Options - - - cmdMosaicPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - NoControl - - - 10, 227 - - - 149, 25 - - - 10 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 282, 30 - - - 45, 13 - - - 1 - - - Factors: - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 282, 160 - - - 103, 13 - - - 3 - - - Fill Colour (Optional): - - - lblFillColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 282, 207 - - - 140, 13 - - - 5 - - - Condition Factors (Optional): - - - lblConditionFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 282, 336 - - - 97, 13 - - - 7 - - - Weights (Optional): - - - lblWeights - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 10, 282 - - - 62, 13 - - - 11 - - - Partitioning: - - - lblPartitioningType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 184, 344 - - - 50, 20 - - - 15 - - - ucrNudXAxisLabelsAngle - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 97, 282 - - - 137, 21 - - - 12 - - - ucrInputPartitioning - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 312 - - - 224, 20 - - - 13 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 452, 478 - - - 285, 225 - - - 0, 0, 0, 0 - - - 120, 100 - - - 6 - - - ucrReceiverConditions - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 285, 176 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverFill - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 285, 48 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverX - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 376 - - - 4, 5, 4, 5 - - - 317, 24 - - - 16 - - - ucrSaveMosaicPlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 344 - - - 168, 20 - - - 14 - - - ucrChkXAxisLabelAngle - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorMosaicPlot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 10, 411 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Mosaic Plot - - - dlgMosaicPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 285, 352 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgName.Designer.vb b/instat/dlgName.Designer.vb index 2d9cec3e2b6..c7fca0fba32 100644 --- a/instat/dlgName.Designer.vb +++ b/instat/dlgName.Designer.vb @@ -165,6 +165,7 @@ Partial Class dlgName 'ucrInputCase ' Me.ucrInputCase.AddQuotesIfUnrecognised = True + Me.ucrInputCase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCase.GetSetSelectedIndex = -1 Me.ucrInputCase.IsReadOnly = False Me.ucrInputCase.Location = New System.Drawing.Point(148, 41) @@ -174,6 +175,7 @@ Partial Class dlgName ' 'ucrReceiverColumns ' + Me.ucrReceiverColumns.AutoSize = True Me.ucrReceiverColumns.frmParent = Me Me.ucrReceiverColumns.Location = New System.Drawing.Point(317, 81) Me.ucrReceiverColumns.Margin = New System.Windows.Forms.Padding(0) @@ -187,6 +189,7 @@ Partial Class dlgName 'ucrInputVariableLabel ' Me.ucrInputVariableLabel.AddQuotesIfUnrecognised = True + Me.ucrInputVariableLabel.AutoSize = True Me.ucrInputVariableLabel.IsMultiline = False Me.ucrInputVariableLabel.IsReadOnly = False Me.ucrInputVariableLabel.Location = New System.Drawing.Point(317, 175) @@ -196,6 +199,7 @@ Partial Class dlgName ' 'ucrReceiverName ' + Me.ucrReceiverName.AutoSize = True Me.ucrReceiverName.frmParent = Me Me.ucrReceiverName.Location = New System.Drawing.Point(317, 81) Me.ucrReceiverName.Margin = New System.Windows.Forms.Padding(0) @@ -209,6 +213,7 @@ Partial Class dlgName 'ucrInputNewName ' Me.ucrInputNewName.AddQuotesIfUnrecognised = True + Me.ucrInputNewName.AutoSize = True Me.ucrInputNewName.IsMultiline = False Me.ucrInputNewName.IsReadOnly = False Me.ucrInputNewName.Location = New System.Drawing.Point(317, 128) @@ -218,25 +223,28 @@ Partial Class dlgName ' 'ucrSelectVariables ' + Me.ucrSelectVariables.AutoSize = True Me.ucrSelectVariables.bDropUnusedFilterLevels = False Me.ucrSelectVariables.bShowHiddenColumns = False Me.ucrSelectVariables.bUseCurrentFilter = True Me.ucrSelectVariables.Location = New System.Drawing.Point(10, 50) Me.ucrSelectVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectVariables.Name = "ucrSelectVariables" - Me.ucrSelectVariables.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectVariables.Size = New System.Drawing.Size(213, 183) Me.ucrSelectVariables.TabIndex = 3 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 291) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 12 ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(134, 4) Me.ucrPnlOptions.Name = "ucrPnlOptions" Me.ucrPnlOptions.Size = New System.Drawing.Size(303, 44) @@ -244,6 +252,7 @@ Partial Class dlgName ' 'ucrPnlCase ' + Me.ucrPnlCase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlCase.Location = New System.Drawing.Point(3, 13) Me.ucrPnlCase.Name = "ucrPnlCase" Me.ucrPnlCase.Size = New System.Drawing.Size(251, 58) @@ -265,8 +274,8 @@ Partial Class dlgName ' 'dlgName ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(538, 346) Me.Controls.Add(Me.lblColumns) diff --git a/instat/dlgNewDataFrame.Designer.vb b/instat/dlgNewDataFrame.Designer.vb index 14cc7f14d69..4f7f47f01aa 100644 --- a/instat/dlgNewDataFrame.Designer.vb +++ b/instat/dlgNewDataFrame.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgNewDataFrame Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgNewDataFrame)) Me.lblRows = New System.Windows.Forms.Label() Me.lblColumns = New System.Windows.Forms.Label() Me.rdoCommand = New System.Windows.Forms.RadioButton() @@ -71,52 +70,88 @@ Partial Class dlgNewDataFrame ' 'lblRows ' - resources.ApplyResources(Me.lblRows, "lblRows") + Me.lblRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRows.Location = New System.Drawing.Point(30, 99) Me.lblRows.Name = "lblRows" + Me.lblRows.Size = New System.Drawing.Size(37, 13) + Me.lblRows.TabIndex = 8 + Me.lblRows.Text = "Rows:" ' 'lblColumns ' - resources.ApplyResources(Me.lblColumns, "lblColumns") + Me.lblColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumns.Location = New System.Drawing.Point(30, 143) Me.lblColumns.Name = "lblColumns" + Me.lblColumns.Size = New System.Drawing.Size(50, 13) + Me.lblColumns.TabIndex = 10 + Me.lblColumns.Text = "Columns:" ' 'rdoCommand ' - resources.ApplyResources(Me.rdoCommand, "rdoCommand") + Me.rdoCommand.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCommand.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCommand.FlatAppearance.BorderSize = 2 Me.rdoCommand.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCommand.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoCommand.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCommand.Location = New System.Drawing.Point(125, 15) Me.rdoCommand.Name = "rdoCommand" + Me.rdoCommand.Size = New System.Drawing.Size(95, 27) + Me.rdoCommand.TabIndex = 2 Me.rdoCommand.TabStop = True + Me.rdoCommand.Text = "Command" + Me.rdoCommand.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCommand.UseVisualStyleBackColor = True ' 'rdoRandom ' - resources.ApplyResources(Me.rdoRandom, "rdoRandom") + Me.rdoRandom.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRandom.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRandom.FlatAppearance.BorderSize = 2 Me.rdoRandom.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRandom.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRandom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRandom.Location = New System.Drawing.Point(218, 15) Me.rdoRandom.Name = "rdoRandom" + Me.rdoRandom.Size = New System.Drawing.Size(95, 27) + Me.rdoRandom.TabIndex = 3 Me.rdoRandom.TabStop = True + Me.rdoRandom.Text = "Random" + Me.rdoRandom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRandom.UseVisualStyleBackColor = True ' 'rdoEmpty ' - resources.ApplyResources(Me.rdoEmpty, "rdoEmpty") + Me.rdoEmpty.Appearance = System.Windows.Forms.Appearance.Button Me.rdoEmpty.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoEmpty.FlatAppearance.BorderSize = 2 Me.rdoEmpty.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoEmpty.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoEmpty.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoEmpty.Location = New System.Drawing.Point(311, 15) Me.rdoEmpty.Name = "rdoEmpty" + Me.rdoEmpty.Size = New System.Drawing.Size(95, 27) + Me.rdoEmpty.TabIndex = 4 Me.rdoEmpty.TabStop = True + Me.rdoEmpty.Text = "Empty" + Me.rdoEmpty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoEmpty.UseVisualStyleBackColor = True ' 'rdoConstruct ' - resources.ApplyResources(Me.rdoConstruct, "rdoConstruct") + Me.rdoConstruct.Appearance = System.Windows.Forms.Appearance.Button Me.rdoConstruct.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoConstruct.FlatAppearance.BorderSize = 2 Me.rdoConstruct.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoConstruct.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoConstruct.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConstruct.Location = New System.Drawing.Point(32, 15) Me.rdoConstruct.Name = "rdoConstruct" + Me.rdoConstruct.Size = New System.Drawing.Size(95, 27) + Me.rdoConstruct.TabIndex = 1 Me.rdoConstruct.TabStop = True + Me.rdoConstruct.Text = "Construct" + Me.rdoConstruct.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoConstruct.UseVisualStyleBackColor = True ' 'dataGridView @@ -124,26 +159,31 @@ Partial Class dlgNewDataFrame Me.dataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells Me.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colRowNum, Me.colName, Me.colExpression}) - resources.ApplyResources(Me.dataGridView, "dataGridView") + Me.dataGridView.Location = New System.Drawing.Point(9, 84) + Me.dataGridView.Margin = New System.Windows.Forms.Padding(2) Me.dataGridView.Name = "dataGridView" Me.dataGridView.RowHeadersVisible = False Me.dataGridView.RowTemplate.Height = 28 + Me.dataGridView.Size = New System.Drawing.Size(417, 159) + Me.dataGridView.TabIndex = 9 ' 'colRowNum ' - resources.ApplyResources(Me.colRowNum, "colRowNum") + Me.colRowNum.HeaderText = "No." Me.colRowNum.Name = "colRowNum" Me.colRowNum.ReadOnly = True + Me.colRowNum.Width = 40 ' 'colName ' - resources.ApplyResources(Me.colName, "colName") + Me.colName.HeaderText = "Column Name" Me.colName.Name = "colName" + Me.colName.Width = 130 ' 'colExpression ' Me.colExpression.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill - resources.ApplyResources(Me.colExpression, "colExpression") + Me.colExpression.HeaderText = "Expression" Me.colExpression.Name = "colExpression" ' 'mnuStripCommand @@ -151,97 +191,146 @@ Partial Class dlgNewDataFrame Me.mnuStripCommand.ImageScalingSize = New System.Drawing.Size(24, 24) Me.mnuStripCommand.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuItemCut, Me.mnuItemCopy, Me.mnuItemPaste, Me.mnuItemUndo, Me.SelectAllToolStripMenuItem}) Me.mnuStripCommand.Name = "mnuStripCommand" - resources.ApplyResources(Me.mnuStripCommand, "mnuStripCommand") + Me.mnuStripCommand.Size = New System.Drawing.Size(165, 114) ' 'mnuItemCut ' Me.mnuItemCut.Name = "mnuItemCut" - resources.ApplyResources(Me.mnuItemCut, "mnuItemCut") + Me.mnuItemCut.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.X), System.Windows.Forms.Keys) + Me.mnuItemCut.Size = New System.Drawing.Size(164, 22) + Me.mnuItemCut.Text = "Cut" ' 'mnuItemCopy ' Me.mnuItemCopy.Name = "mnuItemCopy" - resources.ApplyResources(Me.mnuItemCopy, "mnuItemCopy") + Me.mnuItemCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys) + Me.mnuItemCopy.Size = New System.Drawing.Size(164, 22) + Me.mnuItemCopy.Text = "Copy" ' 'mnuItemPaste ' Me.mnuItemPaste.Name = "mnuItemPaste" - resources.ApplyResources(Me.mnuItemPaste, "mnuItemPaste") + Me.mnuItemPaste.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys) + Me.mnuItemPaste.Size = New System.Drawing.Size(164, 22) + Me.mnuItemPaste.Text = "Paste" ' 'mnuItemUndo ' Me.mnuItemUndo.Name = "mnuItemUndo" - resources.ApplyResources(Me.mnuItemUndo, "mnuItemUndo") + Me.mnuItemUndo.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Z), System.Windows.Forms.Keys) + Me.mnuItemUndo.Size = New System.Drawing.Size(164, 22) + Me.mnuItemUndo.Text = "Undo" ' 'SelectAllToolStripMenuItem ' Me.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem" - resources.ApplyResources(Me.SelectAllToolStripMenuItem, "SelectAllToolStripMenuItem") + Me.SelectAllToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys) + Me.SelectAllToolStripMenuItem.Size = New System.Drawing.Size(164, 22) + Me.SelectAllToolStripMenuItem.Text = "Select All" ' 'lblCommand ' - resources.ApplyResources(Me.lblCommand, "lblCommand") + Me.lblCommand.AutoSize = True + Me.lblCommand.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCommand.Location = New System.Drawing.Point(10, 59) Me.lblCommand.Name = "lblCommand" + Me.lblCommand.Size = New System.Drawing.Size(57, 13) + Me.lblCommand.TabIndex = 5 + Me.lblCommand.Text = "Command:" ' 'btnExample ' - resources.ApplyResources(Me.btnExample, "btnExample") + Me.btnExample.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.btnExample.Location = New System.Drawing.Point(83, 54) + Me.btnExample.Margin = New System.Windows.Forms.Padding(2) Me.btnExample.Name = "btnExample" + Me.btnExample.Size = New System.Drawing.Size(166, 22) + Me.btnExample.TabIndex = 6 + Me.btnExample.Text = "Command Examples" Me.btnExample.UseVisualStyleBackColor = True ' 'ucrInputCommand ' Me.ucrInputCommand.AddQuotesIfUnrecognised = True + Me.ucrInputCommand.AutoSize = True Me.ucrInputCommand.IsMultiline = True Me.ucrInputCommand.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCommand, "ucrInputCommand") + Me.ucrInputCommand.Location = New System.Drawing.Point(9, 84) Me.ucrInputCommand.Name = "ucrInputCommand" + Me.ucrInputCommand.Size = New System.Drawing.Size(417, 159) + Me.ucrInputCommand.TabIndex = 7 ' 'ucrPnlDataFrame ' - resources.ApplyResources(Me.ucrPnlDataFrame, "ucrPnlDataFrame") + Me.ucrPnlDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDataFrame.Location = New System.Drawing.Point(17, 10) + Me.ucrPnlDataFrame.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlDataFrame.Name = "ucrPnlDataFrame" + Me.ucrPnlDataFrame.Size = New System.Drawing.Size(405, 43) + Me.ucrPnlDataFrame.TabIndex = 0 ' 'ucrNewDFName ' - resources.ApplyResources(Me.ucrNewDFName, "ucrNewDFName") + Me.ucrNewDFName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDFName.Location = New System.Drawing.Point(10, 285) + Me.ucrNewDFName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDFName.Name = "ucrNewDFName" + Me.ucrNewDFName.Size = New System.Drawing.Size(416, 24) + Me.ucrNewDFName.TabIndex = 14 ' 'ucrNudCols ' + Me.ucrNudCols.AutoSize = True Me.ucrNudCols.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCols.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCols, "ucrNudCols") + Me.ucrNudCols.Location = New System.Drawing.Point(141, 143) + Me.ucrNudCols.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudCols.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCols.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCols.Name = "ucrNudCols" + Me.ucrNudCols.Size = New System.Drawing.Size(60, 20) + Me.ucrNudCols.TabIndex = 11 Me.ucrNudCols.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudRows ' + Me.ucrNudRows.AutoSize = True Me.ucrNudRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRows, "ucrNudRows") + Me.ucrNudRows.Location = New System.Drawing.Point(124, 99) + Me.ucrNudRows.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNudRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRows.Name = "ucrNudRows" + Me.ucrNudRows.Size = New System.Drawing.Size(77, 20) + Me.ucrNudRows.TabIndex = 9 Me.ucrNudRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(20, 318) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrTryNewDataFrame ' - resources.ApplyResources(Me.ucrTryNewDataFrame, "ucrTryNewDataFrame") + Me.ucrTryNewDataFrame.AutoSize = True + Me.ucrTryNewDataFrame.Location = New System.Drawing.Point(12, 249) Me.ucrTryNewDataFrame.Name = "ucrTryNewDataFrame" Me.ucrTryNewDataFrame.RunCommandAsMultipleLines = False + Me.ucrTryNewDataFrame.Size = New System.Drawing.Size(413, 33) + Me.ucrTryNewDataFrame.TabIndex = 161 ' 'dlgNewDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(439, 378) Me.Controls.Add(Me.ucrTryNewDataFrame) Me.Controls.Add(Me.ucrInputCommand) Me.Controls.Add(Me.btnExample) @@ -262,6 +351,8 @@ Partial Class dlgNewDataFrame Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgNewDataFrame" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "New Data Frame" CType(Me.dataGridView, System.ComponentModel.ISupportInitialize).EndInit() Me.mnuStripCommand.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/dlgNewDataFrame.resx b/instat/dlgNewDataFrame.resx index 3ddb1faceed..ed4b73cde43 100644 --- a/instat/dlgNewDataFrame.resx +++ b/instat/dlgNewDataFrame.resx @@ -117,610 +117,19 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 30, 99 - - - 37, 13 - - - - 8 - - - Rows: - - - lblRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - NoControl - - - 30, 143 - - - 50, 13 - - - 10 - - - Columns: - - - lblColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - Flat - - - NoControl - - - 125, 15 - - - 95, 27 - - - 2 - - - Command - - - MiddleCenter - - - rdoCommand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 218, 15 - - - 95, 27 - - - 3 - - - Random - - - MiddleCenter - - - rdoRandom - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 311, 15 - - - 95, 27 - - - 4 - - - Empty - - - MiddleCenter - - - rdoEmpty - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 32, 15 - - - 95, 27 - - - 1 - - - Construct - - - MiddleCenter - - - rdoConstruct - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - True - - No. - - - 40 - True - - Column Name - - - 130 - True - - Expression - - - 9, 84 - - - 2, 2, 2, 2 - - - 417, 159 - - - 9 - - - dataGridView - - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - 17, 17 - - Ctrl+X - - - 164, 22 - - - Cut - - - Ctrl+C - - - 164, 22 - - - Copy - - - Ctrl+V - - - 164, 22 - - - Paste - - - Ctrl+Z - - - 164, 22 - - - Undo - - - Ctrl+A - - - 164, 22 - - - Select All - - - 165, 114 - - - mnuStripCommand - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - NoControl - - - 10, 59 - - - 57, 13 - - - 5 - - - Command: - - - lblCommand - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 83, 54 - - - 2, 2, 2, 2 - - - 166, 22 - - - 6 - - - Command Examples - - - btnExample - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 9, 84 - - - 417, 159 - - - 7 - - - ucrInputCommand - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 17, 10 - - - 6, 8, 6, 8 - - - 405, 43 - - - 0 - - - ucrPnlDataFrame - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 285 - - - 4, 5, 4, 5 - - - 416, 24 - - - 14 - - - ucrNewDFName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 141, 143 - - - 4, 5, 4, 5 - - - 60, 20 - - - 11 - - - ucrNudCols - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 124, 99 - - - 4, 5, 4, 5 - - - 77, 20 - - - 9 - - - ucrNudRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 20, 318 - - - 4, 5, 4, 5 - - - 416, 57 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 12, 249 - - - 413, 33 - - - 161 - - - ucrTryNewDataFrame - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - 25 - - 6, 13 - - - True - - - 439, 378 - - - CenterScreen - - - New Data Frame - - - colRowNum - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colName - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - colExpression - - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuItemCut - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuItemCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuItemPaste - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - mnuItemUndo - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - SelectAllToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgNewDataFrame - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgNewMarkovChains.Designer.vb b/instat/dlgNewMarkovChains.Designer.vb index a72168cca65..6a367c32415 100644 --- a/instat/dlgNewMarkovChains.Designer.vb +++ b/instat/dlgNewMarkovChains.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgNewMarkovChains 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgNewMarkovChains)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorMarkovChains = New instat.ucrSelectorByDataFrameAddRemove() Me.lblStation = New System.Windows.Forms.Label() @@ -82,85 +81,132 @@ Partial Class dlgNewMarkovChains ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 437) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrSelectorMarkovChains ' + Me.ucrSelectorMarkovChains.AutoSize = True Me.ucrSelectorMarkovChains.bDropUnusedFilterLevels = False Me.ucrSelectorMarkovChains.bShowHiddenColumns = False Me.ucrSelectorMarkovChains.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorMarkovChains, "ucrSelectorMarkovChains") + Me.ucrSelectorMarkovChains.Location = New System.Drawing.Point(13, 13) + Me.ucrSelectorMarkovChains.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorMarkovChains.Name = "ucrSelectorMarkovChains" + Me.ucrSelectorMarkovChains.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorMarkovChains.TabIndex = 1 ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.Location = New System.Drawing.Point(226, 13) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 2 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.Location = New System.Drawing.Point(226, 59) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(30, 13) + Me.lblDate.TabIndex = 3 + Me.lblDate.Text = "Date" ' 'lblRainfall ' - resources.ApplyResources(Me.lblRainfall, "lblRainfall") + Me.lblRainfall.AutoSize = True + Me.lblRainfall.Location = New System.Drawing.Point(226, 149) Me.lblRainfall.Name = "lblRainfall" + Me.lblRainfall.Size = New System.Drawing.Size(42, 13) + Me.lblRainfall.TabIndex = 4 + Me.lblRainfall.Text = "Rainfall" ' 'lblDOY ' - resources.ApplyResources(Me.lblDOY, "lblDOY") + Me.lblDOY.AutoSize = True + Me.lblDOY.Location = New System.Drawing.Point(226, 105) Me.lblDOY.Name = "lblDOY" + Me.lblDOY.Size = New System.Drawing.Size(63, 13) + Me.lblDOY.TabIndex = 5 + Me.lblDOY.Text = "Day of Year" ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(227, 30) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 6 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverRainfall ' + Me.ucrReceiverRainfall.AutoSize = True Me.ucrReceiverRainfall.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRainfall, "ucrReceiverRainfall") + Me.ucrReceiverRainfall.Location = New System.Drawing.Point(229, 162) + Me.ucrReceiverRainfall.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRainfall.Name = "ucrReceiverRainfall" Me.ucrReceiverRainfall.Selector = Nothing + Me.ucrReceiverRainfall.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRainfall.strNcFilePath = "" + Me.ucrReceiverRainfall.TabIndex = 7 Me.ucrReceiverRainfall.ucrSelector = Nothing ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDOY, "ucrReceiverDOY") + Me.ucrReceiverDOY.Location = New System.Drawing.Point(229, 118) + Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDOY.Name = "ucrReceiverDOY" Me.ucrReceiverDOY.Selector = Nothing + Me.ucrReceiverDOY.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDOY.strNcFilePath = "" + Me.ucrReceiverDOY.TabIndex = 8 Me.ucrReceiverDOY.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(227, 72) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 9 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrInputExcludeSep ' Me.ucrInputExcludeSep.AddQuotesIfUnrecognised = True + Me.ucrInputExcludeSep.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputExcludeSep.GetSetSelectedIndex = -1 Me.ucrInputExcludeSep.IsReadOnly = False - resources.ApplyResources(Me.ucrInputExcludeSep, "ucrInputExcludeSep") + Me.ucrInputExcludeSep.Location = New System.Drawing.Point(351, 28) Me.ucrInputExcludeSep.Name = "ucrInputExcludeSep" + Me.ucrInputExcludeSep.Size = New System.Drawing.Size(108, 21) + Me.ucrInputExcludeSep.TabIndex = 10 ' 'lblExcludeSep ' - resources.ApplyResources(Me.lblExcludeSep, "lblExcludeSep") + Me.lblExcludeSep.AutoSize = True + Me.lblExcludeSep.Location = New System.Drawing.Point(351, 12) Me.lblExcludeSep.Name = "lblExcludeSep" + Me.lblExcludeSep.Size = New System.Drawing.Size(96, 13) + Me.lblExcludeSep.TabIndex = 11 + Me.lblExcludeSep.Text = "Exclude/Separate:" ' 'grpSeasonalityHarmonics ' @@ -168,29 +214,44 @@ Partial Class dlgNewMarkovChains Me.grpSeasonalityHarmonics.Controls.Add(Me.lblSeasonalityFrom) Me.grpSeasonalityHarmonics.Controls.Add(Me.nudSeasonalityTo) Me.grpSeasonalityHarmonics.Controls.Add(Me.nudSeasonalityFrom) - resources.ApplyResources(Me.grpSeasonalityHarmonics, "grpSeasonalityHarmonics") + Me.grpSeasonalityHarmonics.Location = New System.Drawing.Point(13, 197) Me.grpSeasonalityHarmonics.Name = "grpSeasonalityHarmonics" + Me.grpSeasonalityHarmonics.Size = New System.Drawing.Size(200, 99) + Me.grpSeasonalityHarmonics.TabIndex = 12 Me.grpSeasonalityHarmonics.TabStop = False + Me.grpSeasonalityHarmonics.Text = "Seasonality (Harmonics)" ' 'lblSeasonalityTo ' - resources.ApplyResources(Me.lblSeasonalityTo, "lblSeasonalityTo") + Me.lblSeasonalityTo.AutoSize = True + Me.lblSeasonalityTo.Location = New System.Drawing.Point(7, 52) Me.lblSeasonalityTo.Name = "lblSeasonalityTo" + Me.lblSeasonalityTo.Size = New System.Drawing.Size(23, 13) + Me.lblSeasonalityTo.TabIndex = 3 + Me.lblSeasonalityTo.Text = "To:" ' 'lblSeasonalityFrom ' - resources.ApplyResources(Me.lblSeasonalityFrom, "lblSeasonalityFrom") + Me.lblSeasonalityFrom.AutoSize = True + Me.lblSeasonalityFrom.Location = New System.Drawing.Point(7, 25) Me.lblSeasonalityFrom.Name = "lblSeasonalityFrom" + Me.lblSeasonalityFrom.Size = New System.Drawing.Size(33, 13) + Me.lblSeasonalityFrom.TabIndex = 2 + Me.lblSeasonalityFrom.Text = "From:" ' 'nudSeasonalityTo ' - resources.ApplyResources(Me.nudSeasonalityTo, "nudSeasonalityTo") + Me.nudSeasonalityTo.Location = New System.Drawing.Point(115, 45) Me.nudSeasonalityTo.Name = "nudSeasonalityTo" + Me.nudSeasonalityTo.Size = New System.Drawing.Size(48, 20) + Me.nudSeasonalityTo.TabIndex = 1 ' 'nudSeasonalityFrom ' - resources.ApplyResources(Me.nudSeasonalityFrom, "nudSeasonalityFrom") + Me.nudSeasonalityFrom.Location = New System.Drawing.Point(115, 19) Me.nudSeasonalityFrom.Name = "nudSeasonalityFrom" + Me.nudSeasonalityFrom.Size = New System.Drawing.Size(48, 20) + Me.nudSeasonalityFrom.TabIndex = 0 ' 'grpOrder ' @@ -200,107 +261,164 @@ Partial Class dlgNewMarkovChains Me.grpOrder.Controls.Add(Me.lblOrderFrom) Me.grpOrder.Controls.Add(Me.nudOrderTo) Me.grpOrder.Controls.Add(Me.nudOrderFrom) - resources.ApplyResources(Me.grpOrder, "grpOrder") + Me.grpOrder.Location = New System.Drawing.Point(219, 197) Me.grpOrder.Name = "grpOrder" + Me.grpOrder.Size = New System.Drawing.Size(203, 99) + Me.grpOrder.TabIndex = 13 Me.grpOrder.TabStop = False + Me.grpOrder.Text = "Order" ' 'ucrInputMarkovType ' Me.ucrInputMarkovType.AddQuotesIfUnrecognised = True + Me.ucrInputMarkovType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMarkovType.GetSetSelectedIndex = -1 Me.ucrInputMarkovType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMarkovType, "ucrInputMarkovType") + Me.ucrInputMarkovType.Location = New System.Drawing.Point(98, 71) Me.ucrInputMarkovType.Name = "ucrInputMarkovType" + Me.ucrInputMarkovType.Size = New System.Drawing.Size(96, 21) + Me.ucrInputMarkovType.TabIndex = 6 ' 'lblMarkovType ' - resources.ApplyResources(Me.lblMarkovType, "lblMarkovType") + Me.lblMarkovType.AutoSize = True + Me.lblMarkovType.Location = New System.Drawing.Point(5, 74) Me.lblMarkovType.Name = "lblMarkovType" + Me.lblMarkovType.Size = New System.Drawing.Size(73, 13) + Me.lblMarkovType.TabIndex = 5 + Me.lblMarkovType.Text = "Markov Type:" ' 'lblOrderTo ' - resources.ApplyResources(Me.lblOrderTo, "lblOrderTo") + Me.lblOrderTo.AutoSize = True + Me.lblOrderTo.Location = New System.Drawing.Point(5, 47) Me.lblOrderTo.Name = "lblOrderTo" + Me.lblOrderTo.Size = New System.Drawing.Size(23, 13) + Me.lblOrderTo.TabIndex = 4 + Me.lblOrderTo.Text = "To:" ' 'lblOrderFrom ' - resources.ApplyResources(Me.lblOrderFrom, "lblOrderFrom") + Me.lblOrderFrom.AutoSize = True + Me.lblOrderFrom.Location = New System.Drawing.Point(7, 26) Me.lblOrderFrom.Name = "lblOrderFrom" + Me.lblOrderFrom.Size = New System.Drawing.Size(33, 13) + Me.lblOrderFrom.TabIndex = 3 + Me.lblOrderFrom.Text = "From:" ' 'nudOrderTo ' - resources.ApplyResources(Me.nudOrderTo, "nudOrderTo") + Me.nudOrderTo.Location = New System.Drawing.Point(146, 45) Me.nudOrderTo.Name = "nudOrderTo" + Me.nudOrderTo.Size = New System.Drawing.Size(48, 20) + Me.nudOrderTo.TabIndex = 2 ' 'nudOrderFrom ' - resources.ApplyResources(Me.nudOrderFrom, "nudOrderFrom") + Me.nudOrderFrom.Location = New System.Drawing.Point(146, 19) Me.nudOrderFrom.Name = "nudOrderFrom" + Me.nudOrderFrom.Size = New System.Drawing.Size(48, 20) + Me.nudOrderFrom.TabIndex = 1 ' 'ucrInputInteractions ' Me.ucrInputInteractions.AddQuotesIfUnrecognised = True + Me.ucrInputInteractions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputInteractions.GetSetSelectedIndex = -1 Me.ucrInputInteractions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputInteractions, "ucrInputInteractions") + Me.ucrInputInteractions.Location = New System.Drawing.Point(91, 299) Me.ucrInputInteractions.Name = "ucrInputInteractions" + Me.ucrInputInteractions.Size = New System.Drawing.Size(67, 21) + Me.ucrInputInteractions.TabIndex = 15 ' 'lblInteractions ' - resources.ApplyResources(Me.lblInteractions, "lblInteractions") + Me.lblInteractions.AutoSize = True + Me.lblInteractions.Location = New System.Drawing.Point(12, 304) Me.lblInteractions.Name = "lblInteractions" + Me.lblInteractions.Size = New System.Drawing.Size(65, 13) + Me.lblInteractions.TabIndex = 14 + Me.lblInteractions.Text = "Interactions:" ' 'lblAdditionalVariables ' - resources.ApplyResources(Me.lblAdditionalVariables, "lblAdditionalVariables") + Me.lblAdditionalVariables.AutoSize = True + Me.lblAdditionalVariables.Location = New System.Drawing.Point(164, 299) Me.lblAdditionalVariables.Name = "lblAdditionalVariables" + Me.lblAdditionalVariables.Size = New System.Drawing.Size(102, 13) + Me.lblAdditionalVariables.TabIndex = 16 + Me.lblAdditionalVariables.Text = "Additional Variables:" ' 'ucrReceiverAdditionalVariables ' + Me.ucrReceiverAdditionalVariables.AutoSize = True Me.ucrReceiverAdditionalVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAdditionalVariables, "ucrReceiverAdditionalVariables") + Me.ucrReceiverAdditionalVariables.Location = New System.Drawing.Point(167, 316) + Me.ucrReceiverAdditionalVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAdditionalVariables.Name = "ucrReceiverAdditionalVariables" Me.ucrReceiverAdditionalVariables.Selector = Nothing + Me.ucrReceiverAdditionalVariables.Size = New System.Drawing.Size(120, 65) Me.ucrReceiverAdditionalVariables.strNcFilePath = "" + Me.ucrReceiverAdditionalVariables.TabIndex = 17 Me.ucrReceiverAdditionalVariables.ucrSelector = Nothing ' 'ucrInputOptions ' Me.ucrInputOptions.AddQuotesIfUnrecognised = True + Me.ucrInputOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOptions.GetSetSelectedIndex = -1 Me.ucrInputOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOptions, "ucrInputOptions") + Me.ucrInputOptions.Location = New System.Drawing.Point(303, 316) Me.ucrInputOptions.Name = "ucrInputOptions" + Me.ucrInputOptions.Size = New System.Drawing.Size(116, 21) + Me.ucrInputOptions.TabIndex = 18 ' 'lblOptions ' - resources.ApplyResources(Me.lblOptions, "lblOptions") + Me.lblOptions.AutoSize = True + Me.lblOptions.Location = New System.Drawing.Point(300, 299) Me.lblOptions.Name = "lblOptions" + Me.lblOptions.Size = New System.Drawing.Size(46, 13) + Me.lblOptions.TabIndex = 19 + Me.lblOptions.Text = "Options:" ' 'chkSaveModel ' - resources.ApplyResources(Me.chkSaveModel, "chkSaveModel") + Me.chkSaveModel.AutoSize = True + Me.chkSaveModel.Location = New System.Drawing.Point(13, 391) Me.chkSaveModel.Name = "chkSaveModel" + Me.chkSaveModel.Size = New System.Drawing.Size(83, 17) + Me.chkSaveModel.TabIndex = 20 + Me.chkSaveModel.Text = "Save Model" Me.chkSaveModel.UseVisualStyleBackColor = True ' 'chkGraph ' - resources.ApplyResources(Me.chkGraph, "chkGraph") + Me.chkGraph.AutoSize = True + Me.chkGraph.Location = New System.Drawing.Point(13, 414) Me.chkGraph.Name = "chkGraph" + Me.chkGraph.Size = New System.Drawing.Size(93, 17) + Me.chkGraph.TabIndex = 21 + Me.chkGraph.Text = "Include Graph" Me.chkGraph.UseVisualStyleBackColor = True ' 'ucrInputSaveModel ' Me.ucrInputSaveModel.AddQuotesIfUnrecognised = True + Me.ucrInputSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSaveModel.GetSetSelectedIndex = -1 Me.ucrInputSaveModel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSaveModel, "ucrInputSaveModel") + Me.ucrInputSaveModel.Location = New System.Drawing.Point(169, 390) Me.ucrInputSaveModel.Name = "ucrInputSaveModel" + Me.ucrInputSaveModel.Size = New System.Drawing.Size(184, 21) + Me.ucrInputSaveModel.TabIndex = 22 ' 'dlgNewMarkovChains ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(467, 492) Me.Controls.Add(Me.ucrInputSaveModel) Me.Controls.Add(Me.chkGraph) Me.Controls.Add(Me.chkSaveModel) @@ -328,6 +446,8 @@ Partial Class dlgNewMarkovChains Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgNewMarkovChains" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Markov Chains" Me.grpSeasonalityHarmonics.ResumeLayout(False) Me.grpSeasonalityHarmonics.PerformLayout() CType(Me.nudSeasonalityTo, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/instat/dlgNewMarkovChains.resx b/instat/dlgNewMarkovChains.resx index ba072273ee9..29dcb1b3a35 100644 --- a/instat/dlgNewMarkovChains.resx +++ b/instat/dlgNewMarkovChains.resx @@ -117,841 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 437 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 13, 13 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorMarkovChains - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - True - - - 226, 13 - - - 43, 13 - - - 2 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - 226, 59 - - - 30, 13 - - - 3 - - - Date - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - 226, 149 - - - 42, 13 - - - 4 - - - Rainfall - - - lblRainfall - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - 226, 105 - - - 63, 13 - - - 5 - - - Day of Year - - - lblDOY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - 6, 13 - - - True - - - 467, 492 - - - 169, 390 - - - 184, 21 - - - 22 - - - ucrInputSaveModel - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 13, 414 - - - 93, 17 - - - 21 - - - Include Graph - - - chkGraph - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 13, 391 - - - 83, 17 - - - 20 - - - Save Model - - - chkSaveModel - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 300, 299 - - - 46, 13 - - - 19 - - - Options: - - - lblOptions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 303, 316 - - - 116, 21 - - - 18 - - - ucrInputOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 167, 316 - - - 0, 0, 0, 0 - - - 120, 65 - - - 17 - - - ucrReceiverAdditionalVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 164, 299 - - - 102, 13 - - - 16 - - - Additional Variables: - - - lblAdditionalVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 91, 299 - - - 67, 21 - - - 15 - - - ucrInputInteractions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 12, 304 - - - 65, 13 - - - 14 - - - Interactions: - - - lblInteractions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 98, 71 - - - 96, 21 - - - 6 - - - ucrInputMarkovType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOrder - - - 0 - - - True - - - 5, 74 - - - 73, 13 - - - 5 - - - Markov Type: - - - lblMarkovType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 1 - - - True - - - 5, 47 - - - 23, 13 - - - 4 - - - To: - - - lblOrderTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 2 - - - True - - - 7, 26 - - - 33, 13 - - - 3 - - - From: - - - lblOrderFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 3 - - - 146, 45 - - - 48, 20 - - - 2 - - - nudOrderTo - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 4 - - - 146, 19 - - - 48, 20 - - - 1 - - - nudOrderFrom - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOrder - - - 5 - - - 219, 197 - - - 203, 99 - - - 13 - - - Order - - - grpOrder - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 7, 52 - - - 23, 13 - - - 3 - - - To: - - - lblSeasonalityTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSeasonalityHarmonics - - - 0 - - - True - - - 7, 25 - - - 33, 13 - - - 2 - - - From: - - - lblSeasonalityFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSeasonalityHarmonics - - - 1 - - - 115, 45 - - - 48, 20 - - - 1 - - - nudSeasonalityTo - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSeasonalityHarmonics - - - 2 - - - 115, 19 - - - 48, 20 - - - 0 - - - nudSeasonalityFrom - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSeasonalityHarmonics - - - 3 - - - 13, 197 - - - 200, 99 - - - 12 - - - Seasonality (Harmonics) - - - grpSeasonalityHarmonics - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - 351, 12 - - - 96, 13 - - - 11 - - - Exclude/Separate: - - - lblExcludeSep - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 351, 28 - - - 108, 21 - - - 10 - - - ucrInputExcludeSep - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 227, 72 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 229, 118 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverDOY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 229, 162 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverRainfall - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Markov Chains - - - dlgNewMarkovChains - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 227, 30 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - \ No newline at end of file diff --git a/instat/dlgNon-ParametricOneSampleTests.Designer.vb b/instat/dlgNon-ParametricOneSampleTests.Designer.vb index 07cbe8b3004..d2112f34511 100644 --- a/instat/dlgNon-ParametricOneSampleTests.Designer.vb +++ b/instat/dlgNon-ParametricOneSampleTests.Designer.vb @@ -151,6 +151,7 @@ Partial Class dlgNon_ParametricOneSampleTests ' 'ucrReceiverDataColumn ' + Me.ucrReceiverDataColumn.AutoSize = True Me.ucrReceiverDataColumn.frmParent = Me Me.ucrReceiverDataColumn.Location = New System.Drawing.Point(265, 97) Me.ucrReceiverDataColumn.Margin = New System.Windows.Forms.Padding(0) @@ -163,27 +164,29 @@ Partial Class dlgNon_ParametricOneSampleTests ' 'ucrSelectorNPOneSample ' + Me.ucrSelectorNPOneSample.AutoSize = True Me.ucrSelectorNPOneSample.bDropUnusedFilterLevels = False Me.ucrSelectorNPOneSample.bShowHiddenColumns = False Me.ucrSelectorNPOneSample.bUseCurrentFilter = True Me.ucrSelectorNPOneSample.Location = New System.Drawing.Point(2, 2) Me.ucrSelectorNPOneSample.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorNPOneSample.Name = "ucrSelectorNPOneSample" - Me.ucrSelectorNPOneSample.Size = New System.Drawing.Size(242, 179) + Me.ucrSelectorNPOneSample.Size = New System.Drawing.Size(242, 183) Me.ucrSelectorNPOneSample.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(2, 311) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 56) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgNon_ParametricOneSampleTests ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(412, 368) Me.Controls.Add(Me.grpTypeOfTest) diff --git a/instat/dlgNon-ParametricOneWayANOVA.Designer.vb b/instat/dlgNon-ParametricOneWayANOVA.Designer.vb index 87f6c90e47f..fa137e41b15 100644 --- a/instat/dlgNon-ParametricOneWayANOVA.Designer.vb +++ b/instat/dlgNon-ParametricOneWayANOVA.Designer.vb @@ -68,25 +68,28 @@ Partial Class dlgNon_ParametricOneWayANOVA ' 'ucrSelectorOneWayAnovaNonParam ' + Me.ucrSelectorOneWayAnovaNonParam.AutoSize = True Me.ucrSelectorOneWayAnovaNonParam.bDropUnusedFilterLevels = False Me.ucrSelectorOneWayAnovaNonParam.bShowHiddenColumns = False Me.ucrSelectorOneWayAnovaNonParam.bUseCurrentFilter = True Me.ucrSelectorOneWayAnovaNonParam.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorOneWayAnovaNonParam.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneWayAnovaNonParam.Name = "ucrSelectorOneWayAnovaNonParam" - Me.ucrSelectorOneWayAnovaNonParam.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorOneWayAnovaNonParam.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorOneWayAnovaNonParam.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 197) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 5 ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me Me.ucrReceiverFactor.Location = New System.Drawing.Point(241, 99) Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) @@ -99,6 +102,7 @@ Partial Class dlgNon_ParametricOneWayANOVA ' 'ucrReceiverYVariate ' + Me.ucrReceiverYVariate.AutoSize = True Me.ucrReceiverYVariate.frmParent = Me Me.ucrReceiverYVariate.Location = New System.Drawing.Point(240, 43) Me.ucrReceiverYVariate.Margin = New System.Windows.Forms.Padding(0) @@ -111,8 +115,8 @@ Partial Class dlgNon_ParametricOneWayANOVA ' 'dlgNon_ParametricOneWayANOVA ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(423, 255) Me.Controls.Add(Me.ucrSelectorOneWayAnovaNonParam) diff --git a/instat/dlgNon_ParametricTwoWayAnova.Designer.vb b/instat/dlgNon_ParametricTwoWayAnova.Designer.vb index 44374e47347..7f2eefa441c 100644 --- a/instat/dlgNon_ParametricTwoWayAnova.Designer.vb +++ b/instat/dlgNon_ParametricTwoWayAnova.Designer.vb @@ -80,17 +80,19 @@ Partial Class dlgNon_ParametricTwoWayAnova ' 'ucrSelectorDataFrameAndVars ' + Me.ucrSelectorDataFrameAndVars.AutoSize = True Me.ucrSelectorDataFrameAndVars.bDropUnusedFilterLevels = False Me.ucrSelectorDataFrameAndVars.bShowHiddenColumns = False Me.ucrSelectorDataFrameAndVars.bUseCurrentFilter = True Me.ucrSelectorDataFrameAndVars.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorDataFrameAndVars.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFrameAndVars.Name = "ucrSelectorDataFrameAndVars" - Me.ucrSelectorDataFrameAndVars.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorDataFrameAndVars.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorDataFrameAndVars.TabIndex = 8 ' 'ucrReceiverSecondFactor ' + Me.ucrReceiverSecondFactor.AutoSize = True Me.ucrReceiverSecondFactor.frmParent = Me Me.ucrReceiverSecondFactor.Location = New System.Drawing.Point(240, 159) Me.ucrReceiverSecondFactor.Margin = New System.Windows.Forms.Padding(0) @@ -103,6 +105,7 @@ Partial Class dlgNon_ParametricTwoWayAnova ' 'ucrReceiverFirstFactor ' + Me.ucrReceiverFirstFactor.AutoSize = True Me.ucrReceiverFirstFactor.frmParent = Me Me.ucrReceiverFirstFactor.Location = New System.Drawing.Point(240, 106) Me.ucrReceiverFirstFactor.Margin = New System.Windows.Forms.Padding(0) @@ -115,6 +118,7 @@ Partial Class dlgNon_ParametricTwoWayAnova ' 'ucrReceiverDataColumn ' + Me.ucrReceiverDataColumn.AutoSize = True Me.ucrReceiverDataColumn.frmParent = Me Me.ucrReceiverDataColumn.Location = New System.Drawing.Point(240, 53) Me.ucrReceiverDataColumn.Margin = New System.Windows.Forms.Padding(0) @@ -128,15 +132,16 @@ Partial Class dlgNon_ParametricTwoWayAnova 'ucrBaseNPTwoWayANOVA ' Me.ucrBaseNPTwoWayANOVA.AutoSize = True + Me.ucrBaseNPTwoWayANOVA.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBaseNPTwoWayANOVA.Location = New System.Drawing.Point(10, 208) Me.ucrBaseNPTwoWayANOVA.Name = "ucrBaseNPTwoWayANOVA" - Me.ucrBaseNPTwoWayANOVA.Size = New System.Drawing.Size(410, 52) + Me.ucrBaseNPTwoWayANOVA.Size = New System.Drawing.Size(405, 52) Me.ucrBaseNPTwoWayANOVA.TabIndex = 0 ' 'dlgNon_ParametricTwoWayAnova ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 262) Me.Controls.Add(Me.ucrSelectorDataFrameAndVars) diff --git a/instat/dlgOneSample.Designer.vb b/instat/dlgOneSample.Designer.vb index c13e3f2cb24..bfc496a3694 100644 --- a/instat/dlgOneSample.Designer.vb +++ b/instat/dlgOneSample.Designer.vb @@ -186,6 +186,7 @@ Partial Class dlgOneSample ' 'ucrReceiverDataColumn ' + Me.ucrReceiverDataColumn.AutoSize = True Me.ucrReceiverDataColumn.frmParent = Me Me.ucrReceiverDataColumn.Location = New System.Drawing.Point(238, 39) Me.ucrReceiverDataColumn.Margin = New System.Windows.Forms.Padding(0) @@ -199,26 +200,28 @@ Partial Class dlgOneSample 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 278) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 6 ' 'ucBaseOneSample ' + Me.ucBaseOneSample.AutoSize = True Me.ucBaseOneSample.bDropUnusedFilterLevels = False Me.ucBaseOneSample.bShowHiddenColumns = False Me.ucBaseOneSample.bUseCurrentFilter = True Me.ucBaseOneSample.Location = New System.Drawing.Point(10, 10) Me.ucBaseOneSample.Margin = New System.Windows.Forms.Padding(0) Me.ucBaseOneSample.Name = "ucBaseOneSample" - Me.ucBaseOneSample.Size = New System.Drawing.Size(210, 180) + Me.ucBaseOneSample.Size = New System.Drawing.Size(213, 183) Me.ucBaseOneSample.TabIndex = 0 ' 'dlgOneSample ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(469, 339) Me.Controls.Add(Me.ucBaseOneSample) diff --git a/instat/dlgOneVarCompareModels.Designer.vb b/instat/dlgOneVarCompareModels.Designer.vb index 475b13b70c9..afe41fe1451 100644 --- a/instat/dlgOneVarCompareModels.Designer.vb +++ b/instat/dlgOneVarCompareModels.Designer.vb @@ -48,13 +48,15 @@ Partial Class dlgOneVarCompareModels 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 204) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 4 ' 'ucrReceiverCompareModels ' + Me.ucrReceiverCompareModels.AutoSize = True Me.ucrReceiverCompareModels.frmParent = Me Me.ucrReceiverCompareModels.Location = New System.Drawing.Point(250, 60) Me.ucrReceiverCompareModels.Margin = New System.Windows.Forms.Padding(0) @@ -67,13 +69,14 @@ Partial Class dlgOneVarCompareModels ' 'ucrSelectorOneVarCompModels ' + Me.ucrSelectorOneVarCompModels.AutoSize = True Me.ucrSelectorOneVarCompModels.bDropUnusedFilterLevels = False Me.ucrSelectorOneVarCompModels.bShowHiddenColumns = False Me.ucrSelectorOneVarCompModels.bUseCurrentFilter = True Me.ucrSelectorOneVarCompModels.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorOneVarCompModels.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneVarCompModels.Name = "ucrSelectorOneVarCompModels" - Me.ucrSelectorOneVarCompModels.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorOneVarCompModels.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorOneVarCompModels.TabIndex = 0 ' 'cmdDisplayObjects @@ -96,8 +99,8 @@ Partial Class dlgOneVarCompareModels ' 'dlgOneVarCompareModels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(417, 262) Me.Controls.Add(Me.lblReceiver) diff --git a/instat/dlgOneVarFitModel2.Designer.vb b/instat/dlgOneVarFitModel2.Designer.vb index d8c52a44768..8aed92c8e7c 100644 --- a/instat/dlgOneVarFitModel2.Designer.vb +++ b/instat/dlgOneVarFitModel2.Designer.vb @@ -334,6 +334,7 @@ Partial Class dlgOneVarFitModel 'ucrInputSuccess ' Me.ucrInputSuccess.AddQuotesIfUnrecognised = True + Me.ucrInputSuccess.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSuccess.GetSetSelectedIndex = -1 Me.ucrInputSuccess.IsReadOnly = False Me.ucrInputSuccess.Location = New System.Drawing.Point(350, 225) @@ -346,6 +347,7 @@ Partial Class dlgOneVarFitModel 'ucrInputConfidenceInterval ' Me.ucrInputConfidenceInterval.AddQuotesIfUnrecognised = True + Me.ucrInputConfidenceInterval.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputConfidenceInterval.GetSetSelectedIndex = -1 Me.ucrInputConfidenceInterval.IsReadOnly = False Me.ucrInputConfidenceInterval.Location = New System.Drawing.Point(350, 140) @@ -357,6 +359,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboQMethod ' Me.ucrInputComboQMethod.AddQuotesIfUnrecognised = True + Me.ucrInputComboQMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboQMethod.GetSetSelectedIndex = -1 Me.ucrInputComboQMethod.IsReadOnly = False Me.ucrInputComboQMethod.Location = New System.Drawing.Point(350, 225) @@ -368,6 +371,7 @@ Partial Class dlgOneVarFitModel 'ucrInputTextM ' Me.ucrInputTextM.AddQuotesIfUnrecognised = True + Me.ucrInputTextM.AutoSize = True Me.ucrInputTextM.IsMultiline = False Me.ucrInputTextM.IsReadOnly = False Me.ucrInputTextM.Location = New System.Drawing.Point(350, 166) @@ -378,6 +382,7 @@ Partial Class dlgOneVarFitModel 'ucrInputNulHypothesis ' Me.ucrInputNulHypothesis.AddQuotesIfUnrecognised = True + Me.ucrInputNulHypothesis.AutoSize = True Me.ucrInputNulHypothesis.IsMultiline = False Me.ucrInputNulHypothesis.IsReadOnly = False Me.ucrInputNulHypothesis.Location = New System.Drawing.Point(350, 166) @@ -388,6 +393,7 @@ Partial Class dlgOneVarFitModel 'ucrInputTxtHypothesis ' Me.ucrInputTxtHypothesis.AddQuotesIfUnrecognised = True + Me.ucrInputTxtHypothesis.AutoSize = True Me.ucrInputTxtHypothesis.IsMultiline = False Me.ucrInputTxtHypothesis.IsReadOnly = False Me.ucrInputTxtHypothesis.Location = New System.Drawing.Point(350, 166) @@ -397,6 +403,7 @@ Partial Class dlgOneVarFitModel ' 'ucrNudQuantile ' + Me.ucrNudQuantile.AutoSize = True Me.ucrNudQuantile.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudQuantile.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudQuantile.Location = New System.Drawing.Point(350, 195) @@ -410,6 +417,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboConfidenceLevel ' Me.ucrInputComboConfidenceLevel.AddQuotesIfUnrecognised = True + Me.ucrInputComboConfidenceLevel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboConfidenceLevel.GetSetSelectedIndex = -1 Me.ucrInputComboConfidenceLevel.IsReadOnly = False Me.ucrInputComboConfidenceLevel.Location = New System.Drawing.Point(351, 140) @@ -421,6 +429,7 @@ Partial Class dlgOneVarFitModel 'ucrInputTxtSd ' Me.ucrInputTxtSd.AddQuotesIfUnrecognised = True + Me.ucrInputTxtSd.AutoSize = True Me.ucrInputTxtSd.IsMultiline = False Me.ucrInputTxtSd.IsReadOnly = False Me.ucrInputTxtSd.Location = New System.Drawing.Point(350, 195) @@ -431,6 +440,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboQuantilCI ' Me.ucrInputComboQuantilCI.AddQuotesIfUnrecognised = True + Me.ucrInputComboQuantilCI.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboQuantilCI.GetSetSelectedIndex = -1 Me.ucrInputComboQuantilCI.IsReadOnly = False Me.ucrInputComboQuantilCI.Location = New System.Drawing.Point(350, 166) @@ -442,6 +452,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboMedianCI ' Me.ucrInputComboMedianCI.AddQuotesIfUnrecognised = True + Me.ucrInputComboMedianCI.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMedianCI.GetSetSelectedIndex = -1 Me.ucrInputComboMedianCI.IsReadOnly = False Me.ucrInputComboMedianCI.Location = New System.Drawing.Point(350, 166) @@ -453,6 +464,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboVarianceCI ' Me.ucrInputComboVarianceCI.AddQuotesIfUnrecognised = True + Me.ucrInputComboVarianceCI.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboVarianceCI.GetSetSelectedIndex = -1 Me.ucrInputComboVarianceCI.IsReadOnly = False Me.ucrInputComboVarianceCI.Location = New System.Drawing.Point(350, 166) @@ -464,6 +476,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboMethod ' Me.ucrInputComboMethod.AddQuotesIfUnrecognised = True + Me.ucrInputComboMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMethod.GetSetSelectedIndex = -1 Me.ucrInputComboMethod.IsReadOnly = False Me.ucrInputComboMethod.Location = New System.Drawing.Point(350, 195) @@ -474,6 +487,7 @@ Partial Class dlgOneVarFitModel 'ucrInputCIMethods ' Me.ucrInputCIMethods.AddQuotesIfUnrecognised = True + Me.ucrInputCIMethods.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCIMethods.GetSetSelectedIndex = -1 Me.ucrInputCIMethods.IsReadOnly = False Me.ucrInputCIMethods.Location = New System.Drawing.Point(350, 195) @@ -484,6 +498,7 @@ Partial Class dlgOneVarFitModel 'ucrInputMeanCIMethod ' Me.ucrInputMeanCIMethod.AddQuotesIfUnrecognised = True + Me.ucrInputMeanCIMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMeanCIMethod.GetSetSelectedIndex = -1 Me.ucrInputMeanCIMethod.IsReadOnly = False Me.ucrInputMeanCIMethod.Location = New System.Drawing.Point(350, 166) @@ -495,6 +510,7 @@ Partial Class dlgOneVarFitModel 'ucrInputNullHypothesis ' Me.ucrInputNullHypothesis.AddQuotesIfUnrecognised = True + Me.ucrInputNullHypothesis.AutoSize = True Me.ucrInputNullHypothesis.IsMultiline = False Me.ucrInputNullHypothesis.IsReadOnly = False Me.ucrInputNullHypothesis.Location = New System.Drawing.Point(351, 166) @@ -506,6 +522,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboEstimate ' Me.ucrInputComboEstimate.AddQuotesIfUnrecognised = True + Me.ucrInputComboEstimate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboEstimate.GetSetSelectedIndex = -1 Me.ucrInputComboEstimate.IsReadOnly = False Me.ucrInputComboEstimate.Location = New System.Drawing.Point(128, 252) @@ -517,6 +534,7 @@ Partial Class dlgOneVarFitModel 'ucrInputComboTests ' Me.ucrInputComboTests.AddQuotesIfUnrecognised = True + Me.ucrInputComboTests.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboTests.GetSetSelectedIndex = -1 Me.ucrInputComboTests.IsReadOnly = False Me.ucrInputComboTests.Location = New System.Drawing.Point(128, 252) @@ -527,24 +545,27 @@ Partial Class dlgOneVarFitModel ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False Me.ucrChkOmitMissing.Location = New System.Drawing.Point(10, 289) Me.ucrChkOmitMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" - Me.ucrChkOmitMissing.Size = New System.Drawing.Size(277, 20) + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(277, 23) Me.ucrChkOmitMissing.TabIndex = 52 ' 'ucrChkConvertVariate ' + Me.ucrChkConvertVariate.AutoSize = True Me.ucrChkConvertVariate.Checked = False Me.ucrChkConvertVariate.Location = New System.Drawing.Point(235, 110) Me.ucrChkConvertVariate.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkConvertVariate.Name = "ucrChkConvertVariate" - Me.ucrChkConvertVariate.Size = New System.Drawing.Size(187, 20) + Me.ucrChkConvertVariate.Size = New System.Drawing.Size(187, 23) Me.ucrChkConvertVariate.TabIndex = 42 ' 'ucrPnlGeneralExactCase ' + Me.ucrPnlGeneralExactCase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlGeneralExactCase.Location = New System.Drawing.Point(34, 7) Me.ucrPnlGeneralExactCase.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlGeneralExactCase.Name = "ucrPnlGeneralExactCase" @@ -553,6 +574,7 @@ Partial Class dlgOneVarFitModel ' 'ucrSaveModel ' + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModel.Location = New System.Drawing.Point(10, 323) Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" @@ -561,6 +583,7 @@ Partial Class dlgOneVarFitModel ' 'ucrDistributionChoice ' + Me.ucrDistributionChoice.AutoSize = True Me.ucrDistributionChoice.Location = New System.Drawing.Point(10, 249) Me.ucrDistributionChoice.Margin = New System.Windows.Forms.Padding(5) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" @@ -569,6 +592,7 @@ Partial Class dlgOneVarFitModel ' 'ucrReceiverVariable ' + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me Me.ucrReceiverVariable.Location = New System.Drawing.Point(235, 82) Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) @@ -581,28 +605,30 @@ Partial Class dlgOneVarFitModel ' 'ucrSelectorOneVarFitMod ' + Me.ucrSelectorOneVarFitMod.AutoSize = True Me.ucrSelectorOneVarFitMod.bDropUnusedFilterLevels = False Me.ucrSelectorOneVarFitMod.bShowHiddenColumns = False Me.ucrSelectorOneVarFitMod.bUseCurrentFilter = True Me.ucrSelectorOneVarFitMod.Location = New System.Drawing.Point(10, 46) Me.ucrSelectorOneVarFitMod.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneVarFitMod.Name = "ucrSelectorOneVarFitMod" - Me.ucrSelectorOneVarFitMod.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorOneVarFitMod.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorOneVarFitMod.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 353) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgOneVarFitModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(428, 420) Me.Controls.Add(Me.ucrInputSuccess) diff --git a/instat/dlgOneVarUseModel.Designer.vb b/instat/dlgOneVarUseModel.Designer.vb index 0a304155655..cc5b8e80656 100644 --- a/instat/dlgOneVarUseModel.Designer.vb +++ b/instat/dlgOneVarUseModel.Designer.vb @@ -68,14 +68,16 @@ Partial Class dlgOneVarUseModel ' 'ucrChkProduceBootstrap ' + Me.ucrChkProduceBootstrap.AutoSize = True Me.ucrChkProduceBootstrap.Checked = False Me.ucrChkProduceBootstrap.Location = New System.Drawing.Point(239, 88) Me.ucrChkProduceBootstrap.Name = "ucrChkProduceBootstrap" - Me.ucrChkProduceBootstrap.Size = New System.Drawing.Size(172, 20) + Me.ucrChkProduceBootstrap.Size = New System.Drawing.Size(172, 23) Me.ucrChkProduceBootstrap.TabIndex = 3 ' 'ucrSaveObjects ' + Me.ucrSaveObjects.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveObjects.Location = New System.Drawing.Point(239, 114) Me.ucrSaveObjects.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveObjects.Name = "ucrSaveObjects" @@ -84,6 +86,7 @@ Partial Class dlgOneVarUseModel ' 'ucrNewDataFrameName ' + Me.ucrNewDataFrameName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrNewDataFrameName.Location = New System.Drawing.Point(10, 200) Me.ucrNewDataFrameName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrameName.Name = "ucrNewDataFrameName" @@ -93,13 +96,15 @@ Partial Class dlgOneVarUseModel 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 230) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'ucrReceiverObject ' + Me.ucrReceiverObject.AutoSize = True Me.ucrReceiverObject.frmParent = Me Me.ucrReceiverObject.Location = New System.Drawing.Point(239, 60) Me.ucrReceiverObject.Margin = New System.Windows.Forms.Padding(0) @@ -112,19 +117,20 @@ Partial Class dlgOneVarUseModel ' 'ucrSelectorUseModel ' + Me.ucrSelectorUseModel.AutoSize = True Me.ucrSelectorUseModel.bDropUnusedFilterLevels = False Me.ucrSelectorUseModel.bShowHiddenColumns = False Me.ucrSelectorUseModel.bUseCurrentFilter = True Me.ucrSelectorUseModel.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorUseModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorUseModel.Name = "ucrSelectorUseModel" - Me.ucrSelectorUseModel.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorUseModel.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorUseModel.TabIndex = 0 ' 'dlgOneVarUseModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(417, 289) Me.Controls.Add(Me.ucrChkProduceBootstrap) diff --git a/instat/dlgOneVariableGraph.Designer.vb b/instat/dlgOneVariableGraph.Designer.vb index fc3b028fcba..d84ac6027f1 100644 --- a/instat/dlgOneVariableGraph.Designer.vb +++ b/instat/dlgOneVariableGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgOneVariableGraph 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgOneVariableGraph)) Me.lblSelectedVariables = New System.Windows.Forms.Label() Me.cmdGraphOptions = New System.Windows.Forms.Button() Me.grpOutput = New System.Windows.Forms.GroupBox() @@ -56,13 +55,20 @@ Partial Class dlgOneVariableGraph ' 'lblSelectedVariables ' - resources.ApplyResources(Me.lblSelectedVariables, "lblSelectedVariables") + Me.lblSelectedVariables.AutoSize = True + Me.lblSelectedVariables.Location = New System.Drawing.Point(245, 43) Me.lblSelectedVariables.Name = "lblSelectedVariables" + Me.lblSelectedVariables.Size = New System.Drawing.Size(98, 13) + Me.lblSelectedVariables.TabIndex = 1 + Me.lblSelectedVariables.Text = "Selected Variables:" ' 'cmdGraphOptions ' - resources.ApplyResources(Me.cmdGraphOptions, "cmdGraphOptions") + Me.cmdGraphOptions.Location = New System.Drawing.Point(10, 201) Me.cmdGraphOptions.Name = "cmdGraphOptions" + Me.cmdGraphOptions.Size = New System.Drawing.Size(145, 23) + Me.cmdGraphOptions.TabIndex = 3 + Me.cmdGraphOptions.Text = "Graph Options" Me.cmdGraphOptions.UseVisualStyleBackColor = True ' 'grpOutput @@ -71,74 +77,111 @@ Partial Class dlgOneVariableGraph Me.grpOutput.Controls.Add(Me.rdoCombine) Me.grpOutput.Controls.Add(Me.rdoFacets) Me.grpOutput.Controls.Add(Me.ucrPnlOutput) - resources.ApplyResources(Me.grpOutput, "grpOutput") + Me.grpOutput.Location = New System.Drawing.Point(248, 172) Me.grpOutput.Name = "grpOutput" + Me.grpOutput.Size = New System.Drawing.Size(142, 91) + Me.grpOutput.TabIndex = 4 Me.grpOutput.TabStop = False + Me.grpOutput.Text = "Output" ' 'rdoSingleGraphs ' - resources.ApplyResources(Me.rdoSingleGraphs, "rdoSingleGraphs") + Me.rdoSingleGraphs.Enabled = False + Me.rdoSingleGraphs.Location = New System.Drawing.Point(10, 65) Me.rdoSingleGraphs.Name = "rdoSingleGraphs" + Me.rdoSingleGraphs.Size = New System.Drawing.Size(130, 17) + Me.rdoSingleGraphs.TabIndex = 3 Me.rdoSingleGraphs.TabStop = True + Me.rdoSingleGraphs.Text = "Single Graphs" Me.rdoSingleGraphs.UseVisualStyleBackColor = True ' 'rdoCombine ' - resources.ApplyResources(Me.rdoCombine, "rdoCombine") + Me.rdoCombine.Location = New System.Drawing.Point(10, 43) Me.rdoCombine.Name = "rdoCombine" + Me.rdoCombine.Size = New System.Drawing.Size(126, 17) + Me.rdoCombine.TabIndex = 2 Me.rdoCombine.TabStop = True + Me.rdoCombine.Text = "Combined Graph" Me.rdoCombine.UseVisualStyleBackColor = True ' 'rdoFacets ' - resources.ApplyResources(Me.rdoFacets, "rdoFacets") + Me.rdoFacets.Location = New System.Drawing.Point(10, 21) Me.rdoFacets.Name = "rdoFacets" + Me.rdoFacets.Size = New System.Drawing.Size(130, 17) + Me.rdoFacets.TabIndex = 1 Me.rdoFacets.TabStop = True + Me.rdoFacets.Text = "Facets" Me.rdoFacets.UseVisualStyleBackColor = True ' 'ucrPnlOutput ' - resources.ApplyResources(Me.ucrPnlOutput, "ucrPnlOutput") + Me.ucrPnlOutput.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOutput.Location = New System.Drawing.Point(3, 16) Me.ucrPnlOutput.Name = "ucrPnlOutput" + Me.ucrPnlOutput.Size = New System.Drawing.Size(137, 69) + Me.ucrPnlOutput.TabIndex = 0 ' 'ucrChkFlip ' + Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False Me.ucrChkFlip.ForeColor = System.Drawing.SystemColors.ControlText - resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") + Me.ucrChkFlip.Location = New System.Drawing.Point(10, 238) Me.ucrChkFlip.Name = "ucrChkFlip" + Me.ucrChkFlip.Size = New System.Drawing.Size(210, 23) + Me.ucrChkFlip.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(4, 292) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrReceiverOneVarGraph ' + Me.ucrReceiverOneVarGraph.AutoSize = True Me.ucrReceiverOneVarGraph.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOneVarGraph, "ucrReceiverOneVarGraph") + Me.ucrReceiverOneVarGraph.Location = New System.Drawing.Point(248, 60) + Me.ucrReceiverOneVarGraph.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOneVarGraph.Name = "ucrReceiverOneVarGraph" Me.ucrReceiverOneVarGraph.Selector = Nothing + Me.ucrReceiverOneVarGraph.Size = New System.Drawing.Size(123, 110) Me.ucrReceiverOneVarGraph.strNcFilePath = "" + Me.ucrReceiverOneVarGraph.TabIndex = 2 Me.ucrReceiverOneVarGraph.ucrSelector = Nothing ' 'ucrSelectorOneVarGraph ' + Me.ucrSelectorOneVarGraph.AutoSize = True Me.ucrSelectorOneVarGraph.bDropUnusedFilterLevels = False Me.ucrSelectorOneVarGraph.bShowHiddenColumns = False Me.ucrSelectorOneVarGraph.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorOneVarGraph, "ucrSelectorOneVarGraph") + Me.ucrSelectorOneVarGraph.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorOneVarGraph.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneVarGraph.Name = "ucrSelectorOneVarGraph" + Me.ucrSelectorOneVarGraph.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorOneVarGraph.TabIndex = 0 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 265) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(361, 24) + Me.ucrSaveGraph.TabIndex = 6 ' 'dlgOneVariableGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(409, 348) Me.Controls.Add(Me.grpOutput) Me.Controls.Add(Me.ucrChkFlip) Me.Controls.Add(Me.cmdGraphOptions) @@ -151,6 +194,8 @@ Partial Class dlgOneVariableGraph Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgOneVariableGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "One Variable Graph" Me.grpOutput.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgOneVariableGraph.resx b/instat/dlgOneVariableGraph.resx index ca9b32e27f5..1af7de150c9 100644 --- a/instat/dlgOneVariableGraph.resx +++ b/instat/dlgOneVariableGraph.resx @@ -117,319 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 245, 43 - - - 98, 13 - - - 1 - - - Selected Variables: - - - lblSelectedVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 10, 201 - - - 145, 23 - - - 3 - - - Graph Options - - - cmdGraphOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - False - - - 10, 65 - - - 130, 17 - - - 3 - - - Single Graphs - - - rdoSingleGraphs - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutput - - - 0 - - - 10, 43 - - - 126, 17 - - - 2 - - - Combined Graph - - - rdoCombine - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutput - - - 1 - - - 10, 21 - - - 130, 17 - - - 1 - - - Facets - - - rdoFacets - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutput - - - 2 - - - 3, 16 - - - 137, 69 - - - 0 - - - ucrPnlOutput - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOutput - - - 3 - - - 248, 172 - - - 142, 91 - - - 4 - - - Output - - - grpOutput - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 238 - - - 210, 20 - - - 5 - - - ucrChkFlip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 4, 292 - - - 405, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 409, 348 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorOneVarGraph - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 265 - - - 4, 5, 4, 5 - - - 361, 24 - - - 6 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - One Variable Graph - - - dlgOneVariableGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 60 - - - 0, 0, 0, 0 - - - 123, 110 - - - 2 - - - ucrReceiverOneVarGraph - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgOneVariableSummarise.Designer.vb b/instat/dlgOneVariableSummarise.Designer.vb index 9f9546f6644..144fd9819f6 100644 --- a/instat/dlgOneVariableSummarise.Designer.vb +++ b/instat/dlgOneVariableSummarise.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgOneVariableSummarise 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgOneVariableSummarise)) Me.lblSelectedVariable = New System.Windows.Forms.Label() Me.lblMaxSum = New System.Windows.Forms.Label() Me.cmdSummaries = New System.Windows.Forms.Button() @@ -55,88 +54,139 @@ Partial Class dlgOneVariableSummarise ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariable.Location = New System.Drawing.Point(258, 46) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(142, 14) + Me.lblSelectedVariable.TabIndex = 1 Me.lblSelectedVariable.Tag = "Selected_Variable" + Me.lblSelectedVariable.Text = "Variable(s) to Summarise:" ' 'lblMaxSum ' - resources.ApplyResources(Me.lblMaxSum, "lblMaxSum") + Me.lblMaxSum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxSum.Location = New System.Drawing.Point(10, 236) Me.lblMaxSum.Name = "lblMaxSum" + Me.lblMaxSum.Size = New System.Drawing.Size(187, 19) + Me.lblMaxSum.TabIndex = 7 + Me.lblMaxSum.Text = "Maximum Factor Levels Shown:" ' 'cmdSummaries ' - resources.ApplyResources(Me.cmdSummaries, "cmdSummaries") + Me.cmdSummaries.AutoSize = True + Me.cmdSummaries.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummaries.Location = New System.Drawing.Point(261, 197) Me.cmdSummaries.Name = "cmdSummaries" + Me.cmdSummaries.Size = New System.Drawing.Size(120, 23) + Me.cmdSummaries.TabIndex = 6 Me.cmdSummaries.Tag = "Summaries" + Me.cmdSummaries.Text = "Choose Summaries..." Me.cmdSummaries.UseVisualStyleBackColor = True ' 'lblSummaries ' - resources.ApplyResources(Me.lblSummaries, "lblSummaries") + Me.lblSummaries.AutoSize = True + Me.lblSummaries.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummaries.Location = New System.Drawing.Point(10, 205) Me.lblSummaries.Name = "lblSummaries" + Me.lblSummaries.Size = New System.Drawing.Size(61, 13) + Me.lblSummaries.TabIndex = 3 + Me.lblSummaries.Text = "Summaries:" ' 'rdoDefault ' - resources.ApplyResources(Me.rdoDefault, "rdoDefault") + Me.rdoDefault.AutoSize = True + Me.rdoDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDefault.Location = New System.Drawing.Point(79, 203) Me.rdoDefault.Name = "rdoDefault" + Me.rdoDefault.Size = New System.Drawing.Size(59, 17) + Me.rdoDefault.TabIndex = 4 Me.rdoDefault.TabStop = True + Me.rdoDefault.Text = "Default" Me.rdoDefault.UseVisualStyleBackColor = True ' 'rdoCustomised ' - resources.ApplyResources(Me.rdoCustomised, "rdoCustomised") + Me.rdoCustomised.AutoSize = True + Me.rdoCustomised.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCustomised.Location = New System.Drawing.Point(157, 203) Me.rdoCustomised.Name = "rdoCustomised" + Me.rdoCustomised.Size = New System.Drawing.Size(79, 17) + Me.rdoCustomised.TabIndex = 5 Me.rdoCustomised.TabStop = True + Me.rdoCustomised.Text = "Customised" Me.rdoCustomised.UseVisualStyleBackColor = True ' 'ucrNudMaxSum ' + Me.ucrNudMaxSum.AutoSize = True Me.ucrNudMaxSum.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxSum.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxSum, "ucrNudMaxSum") + Me.ucrNudMaxSum.Location = New System.Drawing.Point(261, 235) Me.ucrNudMaxSum.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxSum.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxSum.Name = "ucrNudMaxSum" + Me.ucrNudMaxSum.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxSum.TabIndex = 8 Me.ucrNudMaxSum.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(14, 235) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(241, 23) + Me.ucrChkOmitMissing.TabIndex = 9 ' 'ucrSelectorOneVarSummarise ' + Me.ucrSelectorOneVarSummarise.AutoSize = True Me.ucrSelectorOneVarSummarise.bDropUnusedFilterLevels = False Me.ucrSelectorOneVarSummarise.bShowHiddenColumns = False Me.ucrSelectorOneVarSummarise.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorOneVarSummarise, "ucrSelectorOneVarSummarise") + Me.ucrSelectorOneVarSummarise.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorOneVarSummarise.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneVarSummarise.Name = "ucrSelectorOneVarSummarise" + Me.ucrSelectorOneVarSummarise.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorOneVarSummarise.TabIndex = 0 ' 'ucrReceiverOneVarSummarise ' + Me.ucrReceiverOneVarSummarise.AutoSize = True Me.ucrReceiverOneVarSummarise.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOneVarSummarise, "ucrReceiverOneVarSummarise") + Me.ucrReceiverOneVarSummarise.Location = New System.Drawing.Point(261, 60) + Me.ucrReceiverOneVarSummarise.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOneVarSummarise.Name = "ucrReceiverOneVarSummarise" Me.ucrReceiverOneVarSummarise.Selector = Nothing + Me.ucrReceiverOneVarSummarise.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverOneVarSummarise.strNcFilePath = "" + Me.ucrReceiverOneVarSummarise.TabIndex = 2 Me.ucrReceiverOneVarSummarise.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 273) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrPnlSummaries ' - resources.ApplyResources(Me.ucrPnlSummaries, "ucrPnlSummaries") + Me.ucrPnlSummaries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSummaries.Location = New System.Drawing.Point(10, 192) Me.ucrPnlSummaries.Name = "ucrPnlSummaries" + Me.ucrPnlSummaries.Size = New System.Drawing.Size(352, 37) + Me.ucrPnlSummaries.TabIndex = 12 ' 'dlgOneVariableSummarise ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(421, 327) Me.Controls.Add(Me.rdoCustomised) Me.Controls.Add(Me.rdoDefault) Me.Controls.Add(Me.lblSummaries) @@ -154,7 +204,9 @@ Partial Class dlgOneVariableSummarise Me.MinimizeBox = False Me.Name = "dlgOneVariableSummarise" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "One_Variable_summarise" + Me.Text = "One Variable Summarise" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgOneVariableSummarise.resx b/instat/dlgOneVariableSummarise.resx index c4813c94382..1af7de150c9 100644 --- a/instat/dlgOneVariableSummarise.resx +++ b/instat/dlgOneVariableSummarise.resx @@ -117,340 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 258, 46 - - - 142, 14 - - - - 1 - - - Variable(s) to Summarise: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 10, 236 - - - 187, 19 - - - 7 - - - Maximum Factor Levels Shown: - - - lblMaxSum - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 261, 197 - - - 120, 23 - - - 6 - - - Choose Summaries... - - - cmdSummaries - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 10, 205 - - - 61, 13 - - - 3 - - - Summaries: - - - lblSummaries - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 79, 203 - - - 59, 17 - - - 4 - - - Default - - - rdoDefault - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 157, 203 - - - 79, 17 - - - 5 - - - Customised - - - rdoCustomised - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 261, 235 - - - 50, 20 - - - 8 - - - ucrNudMaxSum - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 14, 235 - - - 241, 20 - - - 9 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorOneVarSummarise - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 421, 327 - - - True - - - 10, 273 - - - 410, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 192 - - - 352, 37 - - - 12 - - - ucrPnlSummaries - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - CenterScreen - - - One Variable Summarise - - - dlgOneVariableSummarise - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverOneVarSummarise - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgOneWayAnova.Designer.vb b/instat/dlgOneWayAnova.Designer.vb index 658ad962e2c..cad4a4df10c 100644 --- a/instat/dlgOneWayAnova.Designer.vb +++ b/instat/dlgOneWayAnova.Designer.vb @@ -94,6 +94,7 @@ Partial Class dlgOneWayANOVA 'UcrInputTextBox1 ' Me.UcrInputTextBox1.AddQuotesIfUnrecognised = True + Me.UcrInputTextBox1.AutoSize = True Me.UcrInputTextBox1.Enabled = False Me.UcrInputTextBox1.IsMultiline = False Me.UcrInputTextBox1.IsReadOnly = False @@ -104,6 +105,7 @@ Partial Class dlgOneWayANOVA ' 'ucrAddRemoveDataFrame ' + Me.ucrAddRemoveDataFrame.AutoSize = True Me.ucrAddRemoveDataFrame.bDropUnusedFilterLevels = False Me.ucrAddRemoveDataFrame.bShowHiddenColumns = False Me.ucrAddRemoveDataFrame.bUseCurrentFilter = True @@ -115,6 +117,7 @@ Partial Class dlgOneWayANOVA ' 'ucrFactor ' + Me.ucrFactor.AutoSize = True Me.ucrFactor.frmParent = Me Me.ucrFactor.Location = New System.Drawing.Point(252, 99) Me.ucrFactor.Margin = New System.Windows.Forms.Padding(0) @@ -127,6 +130,7 @@ Partial Class dlgOneWayANOVA ' 'ucrYVariate ' + Me.ucrYVariate.AutoSize = True Me.ucrYVariate.frmParent = Me Me.ucrYVariate.Location = New System.Drawing.Point(252, 46) Me.ucrYVariate.Margin = New System.Windows.Forms.Padding(0) @@ -140,15 +144,16 @@ Partial Class dlgOneWayANOVA 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 231) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'dlgOneWayANOVA ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(422, 291) Me.Controls.Add(Me.UcrInputTextBox1) diff --git a/instat/dlgOneWayFrequencies.Designer.vb b/instat/dlgOneWayFrequencies.Designer.vb index 44a9cd3b32f..19dc7d6087c 100644 --- a/instat/dlgOneWayFrequencies.Designer.vb +++ b/instat/dlgOneWayFrequencies.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgOneWayFrequencies 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgOneWayFrequencies)) Me.grpSort = New System.Windows.Forms.GroupBox() Me.rdoDescending = New System.Windows.Forms.RadioButton() Me.rdoAscending = New System.Windows.Forms.RadioButton() @@ -83,72 +82,120 @@ Partial Class dlgOneWayFrequencies Me.grpSort.Controls.Add(Me.rdoAscending) Me.grpSort.Controls.Add(Me.rdoNone) Me.grpSort.Controls.Add(Me.ucrPnlSort) - resources.ApplyResources(Me.grpSort, "grpSort") + Me.grpSort.Location = New System.Drawing.Point(258, 185) Me.grpSort.Name = "grpSort" + Me.grpSort.Size = New System.Drawing.Size(167, 88) + Me.grpSort.TabIndex = 9 Me.grpSort.TabStop = False + Me.grpSort.Text = "Sort" ' 'rdoDescending ' - resources.ApplyResources(Me.rdoDescending, "rdoDescending") + Me.rdoDescending.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDescending.Location = New System.Drawing.Point(6, 65) Me.rdoDescending.Name = "rdoDescending" + Me.rdoDescending.Size = New System.Drawing.Size(155, 17) + Me.rdoDescending.TabIndex = 3 Me.rdoDescending.TabStop = True + Me.rdoDescending.Text = "Descending" Me.rdoDescending.UseVisualStyleBackColor = True ' 'rdoAscending ' - resources.ApplyResources(Me.rdoAscending, "rdoAscending") + Me.rdoAscending.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAscending.Location = New System.Drawing.Point(6, 43) Me.rdoAscending.Name = "rdoAscending" + Me.rdoAscending.Size = New System.Drawing.Size(155, 17) + Me.rdoAscending.TabIndex = 2 Me.rdoAscending.TabStop = True + Me.rdoAscending.Text = "Ascending" Me.rdoAscending.UseVisualStyleBackColor = True ' 'rdoNone ' - resources.ApplyResources(Me.rdoNone, "rdoNone") + Me.rdoNone.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNone.Location = New System.Drawing.Point(6, 21) Me.rdoNone.Name = "rdoNone" + Me.rdoNone.Size = New System.Drawing.Size(137, 16) + Me.rdoNone.TabIndex = 1 Me.rdoNone.TabStop = True + Me.rdoNone.Text = "None" Me.rdoNone.UseVisualStyleBackColor = True ' 'ucrPnlSort ' - resources.ApplyResources(Me.ucrPnlSort, "ucrPnlSort") + Me.ucrPnlSort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSort.Location = New System.Drawing.Point(3, 14) Me.ucrPnlSort.Name = "ucrPnlSort" + Me.ucrPnlSort.Size = New System.Drawing.Size(158, 69) + Me.ucrPnlSort.TabIndex = 0 ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 228) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(96, 23) + Me.cmdOptions.TabIndex = 11 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.AutoSize = True + Me.lblSelectedVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariable.Location = New System.Drawing.Point(258, 64) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(93, 13) + Me.lblSelectedVariable.TabIndex = 8 + Me.lblSelectedVariable.Text = "Selected Variable:" ' 'rdoGraph ' - resources.ApplyResources(Me.rdoGraph, "rdoGraph") + Me.rdoGraph.Appearance = System.Windows.Forms.Appearance.Button Me.rdoGraph.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraph.FlatAppearance.BorderSize = 2 Me.rdoGraph.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraph.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoGraph.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoGraph.Location = New System.Drawing.Point(116, 10) Me.rdoGraph.Name = "rdoGraph" + Me.rdoGraph.Size = New System.Drawing.Size(100, 28) + Me.rdoGraph.TabIndex = 2 + Me.rdoGraph.Text = "Graph" + Me.rdoGraph.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.UseVisualStyleBackColor = True ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTable.Location = New System.Drawing.Point(18, 10) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(100, 28) + Me.rdoTable.TabIndex = 1 + Me.rdoTable.Text = "Table" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'rdoBoth ' - resources.ApplyResources(Me.rdoBoth, "rdoBoth") + Me.rdoBoth.Appearance = System.Windows.Forms.Appearance.Button Me.rdoBoth.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBoth.FlatAppearance.BorderSize = 2 Me.rdoBoth.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBoth.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoBoth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoth.Location = New System.Drawing.Point(214, 10) Me.rdoBoth.Name = "rdoBoth" + Me.rdoBoth.Size = New System.Drawing.Size(100, 28) + Me.rdoBoth.TabIndex = 3 + Me.rdoBoth.Text = "Both" + Me.rdoBoth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBoth.UseVisualStyleBackColor = True ' 'grpOutput @@ -156,176 +203,267 @@ Partial Class dlgOneWayFrequencies Me.grpOutput.Controls.Add(Me.rdoAsHtml) Me.grpOutput.Controls.Add(Me.rdoAsText) Me.grpOutput.Controls.Add(Me.ucrPnlOutput) - resources.ApplyResources(Me.grpOutput, "grpOutput") + Me.grpOutput.Location = New System.Drawing.Point(258, 275) Me.grpOutput.Name = "grpOutput" + Me.grpOutput.Size = New System.Drawing.Size(165, 75) + Me.grpOutput.TabIndex = 10 Me.grpOutput.TabStop = False + Me.grpOutput.Text = "Output " ' 'rdoAsHtml ' - resources.ApplyResources(Me.rdoAsHtml, "rdoAsHtml") + Me.rdoAsHtml.AutoSize = True + Me.rdoAsHtml.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAsHtml.Location = New System.Drawing.Point(6, 43) Me.rdoAsHtml.Name = "rdoAsHtml" + Me.rdoAsHtml.Size = New System.Drawing.Size(102, 17) + Me.rdoAsHtml.TabIndex = 2 + Me.rdoAsHtml.Text = "HTML (Browser)" Me.rdoAsHtml.UseVisualStyleBackColor = True ' 'rdoAsText ' - resources.ApplyResources(Me.rdoAsText, "rdoAsText") + Me.rdoAsText.AutoSize = True + Me.rdoAsText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAsText.Location = New System.Drawing.Point(6, 20) Me.rdoAsText.Name = "rdoAsText" + Me.rdoAsText.Size = New System.Drawing.Size(129, 17) + Me.rdoAsText.TabIndex = 1 + Me.rdoAsText.Text = "Text (Output Window)" Me.rdoAsText.UseVisualStyleBackColor = True ' 'ucrPnlOutput ' - resources.ApplyResources(Me.ucrPnlOutput, "ucrPnlOutput") + Me.ucrPnlOutput.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOutput.Location = New System.Drawing.Point(3, 16) Me.ucrPnlOutput.Name = "ucrPnlOutput" + Me.ucrPnlOutput.Size = New System.Drawing.Size(150, 53) + Me.ucrPnlOutput.TabIndex = 0 ' 'rdoStemAndLeaf ' - resources.ApplyResources(Me.rdoStemAndLeaf, "rdoStemAndLeaf") + Me.rdoStemAndLeaf.Appearance = System.Windows.Forms.Appearance.Button Me.rdoStemAndLeaf.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoStemAndLeaf.FlatAppearance.BorderSize = 2 Me.rdoStemAndLeaf.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoStemAndLeaf.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoStemAndLeaf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStemAndLeaf.Location = New System.Drawing.Point(314, 10) Me.rdoStemAndLeaf.Name = "rdoStemAndLeaf" + Me.rdoStemAndLeaf.Size = New System.Drawing.Size(100, 28) + Me.rdoStemAndLeaf.TabIndex = 4 + Me.rdoStemAndLeaf.Text = "Stem and Leaf" + Me.rdoStemAndLeaf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoStemAndLeaf.UseVisualStyleBackColor = True ' 'lblSelectVariableStemAndLeaf ' - resources.ApplyResources(Me.lblSelectVariableStemAndLeaf, "lblSelectVariableStemAndLeaf") + Me.lblSelectVariableStemAndLeaf.AutoSize = True + Me.lblSelectVariableStemAndLeaf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectVariableStemAndLeaf.Location = New System.Drawing.Point(257, 63) Me.lblSelectVariableStemAndLeaf.Name = "lblSelectVariableStemAndLeaf" + Me.lblSelectVariableStemAndLeaf.Size = New System.Drawing.Size(93, 13) + Me.lblSelectVariableStemAndLeaf.TabIndex = 6 + Me.lblSelectVariableStemAndLeaf.Text = "Selected Variable:" ' 'ucrReceiverStemAndLeaf ' + Me.ucrReceiverStemAndLeaf.AutoSize = True Me.ucrReceiverStemAndLeaf.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStemAndLeaf, "ucrReceiverStemAndLeaf") + Me.ucrReceiverStemAndLeaf.Location = New System.Drawing.Point(258, 79) + Me.ucrReceiverStemAndLeaf.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStemAndLeaf.Name = "ucrReceiverStemAndLeaf" Me.ucrReceiverStemAndLeaf.Selector = Nothing + Me.ucrReceiverStemAndLeaf.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStemAndLeaf.strNcFilePath = "" + Me.ucrReceiverStemAndLeaf.TabIndex = 7 Me.ucrReceiverStemAndLeaf.ucrSelector = Nothing ' 'ucrNudScale ' + Me.ucrNudScale.AutoSize = True Me.ucrNudScale.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudScale.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudScale, "ucrNudScale") + Me.ucrNudScale.Location = New System.Drawing.Point(142, 235) Me.ucrNudScale.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudScale.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudScale.Name = "ucrNudScale" + Me.ucrNudScale.Size = New System.Drawing.Size(50, 20) + Me.ucrNudScale.TabIndex = 13 Me.ucrNudScale.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSaveDataFrame ' - resources.ApplyResources(Me.ucrSaveDataFrame, "ucrSaveDataFrame") + Me.ucrSaveDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDataFrame.Location = New System.Drawing.Point(10, 376) + Me.ucrSaveDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDataFrame.Name = "ucrSaveDataFrame" + Me.ucrSaveDataFrame.Size = New System.Drawing.Size(254, 24) + Me.ucrSaveDataFrame.TabIndex = 23 ' 'ucrNudMinFreq ' + Me.ucrNudMinFreq.AutoSize = True Me.ucrNudMinFreq.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinFreq.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMinFreq, "ucrNudMinFreq") + Me.ucrNudMinFreq.Location = New System.Drawing.Point(142, 328) Me.ucrNudMinFreq.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMinFreq.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinFreq.Name = "ucrNudMinFreq" + Me.ucrNudMinFreq.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMinFreq.TabIndex = 21 Me.ucrNudMinFreq.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 352) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(254, 24) + Me.ucrSaveGraph.TabIndex = 22 ' 'ucrNudGroups ' + Me.ucrNudGroups.AutoSize = True Me.ucrNudGroups.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudGroups.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudGroups, "ucrNudGroups") + Me.ucrNudGroups.Location = New System.Drawing.Point(142, 277) Me.ucrNudGroups.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudGroups.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudGroups.Name = "ucrNudGroups" + Me.ucrNudGroups.Size = New System.Drawing.Size(50, 20) + Me.ucrNudGroups.TabIndex = 18 Me.ucrNudGroups.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlFrequencies ' - resources.ApplyResources(Me.ucrPnlFrequencies, "ucrPnlFrequencies") + Me.ucrPnlFrequencies.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFrequencies.Location = New System.Drawing.Point(9, 6) Me.ucrPnlFrequencies.Name = "ucrPnlFrequencies" + Me.ucrPnlFrequencies.Size = New System.Drawing.Size(410, 35) + Me.ucrPnlFrequencies.TabIndex = 0 ' 'ucrChkGroupData ' + Me.ucrChkGroupData.AutoSize = True Me.ucrChkGroupData.Checked = False - resources.ApplyResources(Me.ucrChkGroupData, "ucrChkGroupData") + Me.ucrChkGroupData.Location = New System.Drawing.Point(10, 280) Me.ucrChkGroupData.Name = "ucrChkGroupData" + Me.ucrChkGroupData.Size = New System.Drawing.Size(145, 23) + Me.ucrChkGroupData.TabIndex = 17 ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(142, 254) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(90, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 15 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrChkWeights ' + Me.ucrChkWeights.AutoSize = True Me.ucrChkWeights.Checked = False - resources.ApplyResources(Me.ucrChkWeights, "ucrChkWeights") + Me.ucrChkWeights.Location = New System.Drawing.Point(10, 256) Me.ucrChkWeights.Name = "ucrChkWeights" + Me.ucrChkWeights.Size = New System.Drawing.Size(145, 23) + Me.ucrChkWeights.TabIndex = 14 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 410) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 24 ' 'ucrSelectorOneWayFreq ' + Me.ucrSelectorOneWayFreq.AutoSize = True Me.ucrSelectorOneWayFreq.bDropUnusedFilterLevels = False Me.ucrSelectorOneWayFreq.bShowHiddenColumns = False Me.ucrSelectorOneWayFreq.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorOneWayFreq, "ucrSelectorOneWayFreq") + Me.ucrSelectorOneWayFreq.Location = New System.Drawing.Point(10, 45) + Me.ucrSelectorOneWayFreq.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneWayFreq.Name = "ucrSelectorOneWayFreq" + Me.ucrSelectorOneWayFreq.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorOneWayFreq.TabIndex = 5 ' 'ucrChkFlip ' + Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False - resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") + Me.ucrChkFlip.Location = New System.Drawing.Point(10, 304) Me.ucrChkFlip.Name = "ucrChkFlip" + Me.ucrChkFlip.Size = New System.Drawing.Size(210, 23) + Me.ucrChkFlip.TabIndex = 19 ' 'ucrChkMinFrq ' + Me.ucrChkMinFrq.AutoSize = True Me.ucrChkMinFrq.Checked = False - resources.ApplyResources(Me.ucrChkMinFrq, "ucrChkMinFrq") + Me.ucrChkMinFrq.Location = New System.Drawing.Point(10, 326) Me.ucrChkMinFrq.Name = "ucrChkMinFrq" + Me.ucrChkMinFrq.Size = New System.Drawing.Size(210, 23) + Me.ucrChkMinFrq.TabIndex = 20 ' 'ucrChkScale ' + Me.ucrChkScale.AutoSize = True Me.ucrChkScale.Checked = False - resources.ApplyResources(Me.ucrChkScale, "ucrChkScale") + Me.ucrChkScale.Location = New System.Drawing.Point(10, 235) Me.ucrChkScale.Name = "ucrChkScale" + Me.ucrChkScale.Size = New System.Drawing.Size(126, 23) + Me.ucrChkScale.TabIndex = 12 ' 'ucrReceiverOneWayFreq ' + Me.ucrReceiverOneWayFreq.AutoSize = True Me.ucrReceiverOneWayFreq.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOneWayFreq, "ucrReceiverOneWayFreq") + Me.ucrReceiverOneWayFreq.Location = New System.Drawing.Point(258, 79) + Me.ucrReceiverOneWayFreq.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOneWayFreq.Name = "ucrReceiverOneWayFreq" Me.ucrReceiverOneWayFreq.Selector = Nothing + Me.ucrReceiverOneWayFreq.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverOneWayFreq.strNcFilePath = "" + Me.ucrReceiverOneWayFreq.TabIndex = 8 Me.ucrReceiverOneWayFreq.ucrSelector = Nothing ' 'ucrChkWidth ' + Me.ucrChkWidth.AutoSize = True Me.ucrChkWidth.Checked = False - resources.ApplyResources(Me.ucrChkWidth, "ucrChkWidth") + Me.ucrChkWidth.Location = New System.Drawing.Point(10, 260) Me.ucrChkWidth.Name = "ucrChkWidth" + Me.ucrChkWidth.Size = New System.Drawing.Size(126, 23) + Me.ucrChkWidth.TabIndex = 15 ' 'ucrNudWidth ' + Me.ucrNudWidth.AutoSize = True Me.ucrNudWidth.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidth.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWidth, "ucrNudWidth") + Me.ucrNudWidth.Location = New System.Drawing.Point(142, 260) Me.ucrNudWidth.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWidth.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWidth.Name = "ucrNudWidth" + Me.ucrNudWidth.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWidth.TabIndex = 16 Me.ucrNudWidth.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'dlgOneWayFrequencies ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(435, 470) Me.Controls.Add(Me.ucrNudWidth) Me.Controls.Add(Me.ucrReceiverStemAndLeaf) Me.Controls.Add(Me.ucrNudScale) @@ -357,6 +495,8 @@ Partial Class dlgOneWayFrequencies Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgOneWayFrequencies" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Frequencies" Me.grpSort.ResumeLayout(False) Me.grpOutput.ResumeLayout(False) Me.grpOutput.PerformLayout() diff --git a/instat/dlgOneWayFrequencies.resx b/instat/dlgOneWayFrequencies.resx index 7ee93749edf..d58980a38d7 100644 --- a/instat/dlgOneWayFrequencies.resx +++ b/instat/dlgOneWayFrequencies.resx @@ -117,892 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 6, 65 - - - 155, 17 - - - - 3 - - - Descending - - - rdoDescending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 0 - - - NoControl - - - 6, 43 - - - 155, 17 - - - 2 - - - Ascending - - - rdoAscending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 1 - - - NoControl - - - 6, 21 - - - 137, 16 - - - 1 - - - None - - - rdoNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 2 - - - 3, 14 - - - 158, 69 - - - 0 - - - ucrPnlSort - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSort - - - 3 - - - 258, 185 - - - 167, 88 - - - 9 - - - Sort - - - grpSort - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - NoControl - - - 10, 228 - - - 96, 23 - - - 11 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 258, 64 - - - 93, 13 - - - 8 - - - Selected Variable: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - Button - - - Flat - - - NoControl - - - 116, 10 - - - 100, 28 - - - 2 - - - Graph - - - MiddleCenter - - - rdoGraph - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Button - - - Flat - - - NoControl - - - 18, 10 - - - 100, 28 - - - 1 - - - Table - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 214, 10 - - - 100, 28 - - - 3 - - - Both - - - MiddleCenter - - - rdoBoth - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 6, 43 - - - 102, 17 - - - 2 - - - HTML (Browser) - - - rdoAsHtml - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutput - - - 0 - - - True - - - NoControl - - - 6, 20 - - - 129, 17 - - - 1 - - - Text (Output Window) - - - rdoAsText - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOutput - - - 1 - - - 3, 16 - - - 150, 53 - - - 0 - - - ucrPnlOutput - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOutput - - - 2 - - - 258, 275 - - - 165, 75 - - - 10 - - - Output - - - grpOutput - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 314, 10 - - - 100, 28 - - - 4 - - - Stem and Leaf - - - MiddleCenter - - - rdoStemAndLeaf - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 257, 63 - - - 93, 13 - - - 6 - - - Selected Variable: - - - lblSelectVariableStemAndLeaf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 435, 470 - - - 142, 260 - - - 50, 20 - - - 16 - - - ucrNudWidth - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 142, 235 - - - 50, 20 - - - 13 - - - ucrNudScale - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 376 - - - 4, 5, 4, 5 - - - 254, 24 - - - 23 - - - ucrSaveDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 142, 328 - - - 50, 20 - - - 21 - - - ucrNudMinFreq - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 352 - - - 4, 5, 4, 5 - - - 254, 24 - - - 22 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 142, 277 - - - 50, 20 - - - 18 - - - ucrNudGroups - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 9, 6 - - - 410, 35 - - - 0 - - - ucrPnlFrequencies - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 142, 254 - - - 0, 0, 0, 0 - - - 90, 20 - - - 15 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 410 - - - 410, 52 - - - 24 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 10, 45 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorOneWayFreq - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 10, 304 - - - 210, 20 - - - 19 - - - ucrChkFlip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 10, 235 - - - 126, 20 - - - 12 - - - ucrChkScale - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 258, 79 - - - 0, 0, 0, 0 - - - 120, 100 - - - 8 - - - ucrReceiverOneWayFreq - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 10, 326 - - - 210, 22 - - - 20 - - - ucrChkMinFrq - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 10, 256 - - - 145, 20 - - - 14 - - - ucrChkWeights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 10, 260 - - - 126, 20 - - - 15 - - - ucrChkWidth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 10, 280 - - - 145, 20 - - - 17 - - - ucrChkGroupData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - CenterScreen - - - Frequencies - - - dlgOneWayFrequencies - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 258, 79 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverStemAndLeaf - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgOpenNetCDF.Designer.vb b/instat/dlgOpenNetCDF.Designer.vb index 637a6e68dd7..d51ad3ff476 100644 --- a/instat/dlgOpenNetCDF.Designer.vb +++ b/instat/dlgOpenNetCDF.Designer.vb @@ -195,6 +195,7 @@ Partial Class dlgOpenNetCDF 'ucrInputFileDetails ' Me.ucrInputFileDetails.AddQuotesIfUnrecognised = True + Me.ucrInputFileDetails.AutoSize = True Me.ucrInputFileDetails.IsMultiline = True Me.ucrInputFileDetails.IsReadOnly = True Me.ucrInputFileDetails.Location = New System.Drawing.Point(489, 47) @@ -205,6 +206,7 @@ Partial Class dlgOpenNetCDF 'ucrInputPath ' Me.ucrInputPath.AddQuotesIfUnrecognised = True + Me.ucrInputPath.AutoSize = True Me.ucrInputPath.IsMultiline = False Me.ucrInputPath.IsReadOnly = False Me.ucrInputPath.Location = New System.Drawing.Point(58, 20) @@ -215,6 +217,7 @@ Partial Class dlgOpenNetCDF 'ucrInputDataName ' Me.ucrInputDataName.AddQuotesIfUnrecognised = True + Me.ucrInputDataName.AutoSize = True Me.ucrInputDataName.IsMultiline = False Me.ucrInputDataName.IsReadOnly = False Me.ucrInputDataName.Location = New System.Drawing.Point(187, 133) @@ -225,13 +228,15 @@ Partial Class dlgOpenNetCDF 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 161) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(418, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 13 ' 'ucrPnlFileDetails ' + Me.ucrPnlFileDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlFileDetails.Location = New System.Drawing.Point(547, 11) Me.ucrPnlFileDetails.Name = "ucrPnlFileDetails" Me.ucrPnlFileDetails.Size = New System.Drawing.Size(254, 30) @@ -240,8 +245,8 @@ Partial Class dlgOpenNetCDF ' 'dlgOpenNetCDF ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(821, 217) Me.Controls.Add(Me.lblFilesFound) diff --git a/instat/dlgOpenSST.Designer.vb b/instat/dlgOpenSST.Designer.vb index e97290d2c3f..cf0a681006c 100644 --- a/instat/dlgOpenSST.Designer.vb +++ b/instat/dlgOpenSST.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgOpenSST 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgOpenSST)) Me.cmdOpenDataSet = New System.Windows.Forms.Button() Me.lblFileOpenPath = New System.Windows.Forms.Label() Me.lblSSTName = New System.Windows.Forms.Label() @@ -68,25 +67,40 @@ Partial Class dlgOpenSST ' 'cmdOpenDataSet ' - resources.ApplyResources(Me.cmdOpenDataSet, "cmdOpenDataSet") + Me.cmdOpenDataSet.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpenDataSet.Location = New System.Drawing.Point(227, 14) Me.cmdOpenDataSet.Name = "cmdOpenDataSet" + Me.cmdOpenDataSet.Size = New System.Drawing.Size(66, 23) + Me.cmdOpenDataSet.TabIndex = 2 Me.cmdOpenDataSet.Tag = "Browse" + Me.cmdOpenDataSet.Text = "Browse" Me.cmdOpenDataSet.UseVisualStyleBackColor = True ' 'lblFileOpenPath ' - resources.ApplyResources(Me.lblFileOpenPath, "lblFileOpenPath") + Me.lblFileOpenPath.AutoSize = True + Me.lblFileOpenPath.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFileOpenPath.Location = New System.Drawing.Point(10, 17) Me.lblFileOpenPath.Name = "lblFileOpenPath" + Me.lblFileOpenPath.Size = New System.Drawing.Size(26, 13) + Me.lblFileOpenPath.TabIndex = 0 + Me.lblFileOpenPath.Text = "File:" ' 'lblSSTName ' - resources.ApplyResources(Me.lblSSTName, "lblSSTName") + Me.lblSSTName.AutoSize = True + Me.lblSSTName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSSTName.Location = New System.Drawing.Point(10, 48) Me.lblSSTName.Name = "lblSSTName" + Me.lblSSTName.Size = New System.Drawing.Size(120, 13) + Me.lblSSTName.TabIndex = 3 Me.lblSSTName.Tag = "SST_Data_Frame_Name:" + Me.lblSSTName.Text = "SST Data Frame Name:" ' 'grpCSV ' - resources.ApplyResources(Me.grpCSV, "grpCSV") + Me.grpCSV.AutoSize = True + Me.grpCSV.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.grpCSV.Controls.Add(Me.ucrInputNAStrings) Me.grpCSV.Controls.Add(Me.ucrInputDecimal) Me.grpCSV.Controls.Add(Me.ucrInputSeparator) @@ -98,134 +112,211 @@ Partial Class dlgOpenSST Me.grpCSV.Controls.Add(Me.lblDecimal) Me.grpCSV.Controls.Add(Me.lblNAStrings) Me.grpCSV.Controls.Add(Me.chkStringsAsFactors) + Me.grpCSV.Enabled = False + Me.grpCSV.Location = New System.Drawing.Point(13, 132) Me.grpCSV.Name = "grpCSV" + Me.grpCSV.Size = New System.Drawing.Size(301, 198) + Me.grpCSV.TabIndex = 11 Me.grpCSV.TabStop = False + Me.grpCSV.Text = "Import csv Options" + Me.grpCSV.Visible = False ' 'ucrInputNAStrings ' Me.ucrInputNAStrings.AddQuotesIfUnrecognised = True + Me.ucrInputNAStrings.AutoSize = True Me.ucrInputNAStrings.IsMultiline = False Me.ucrInputNAStrings.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNAStrings, "ucrInputNAStrings") + Me.ucrInputNAStrings.Location = New System.Drawing.Point(158, 106) Me.ucrInputNAStrings.Name = "ucrInputNAStrings" + Me.ucrInputNAStrings.Size = New System.Drawing.Size(137, 21) + Me.ucrInputNAStrings.TabIndex = 7 ' 'ucrInputDecimal ' Me.ucrInputDecimal.AddQuotesIfUnrecognised = True + Me.ucrInputDecimal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDecimal.GetSetSelectedIndex = -1 Me.ucrInputDecimal.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDecimal, "ucrInputDecimal") + Me.ucrInputDecimal.Location = New System.Drawing.Point(158, 79) Me.ucrInputDecimal.Name = "ucrInputDecimal" + Me.ucrInputDecimal.Size = New System.Drawing.Size(137, 21) + Me.ucrInputDecimal.TabIndex = 5 ' 'ucrInputSeparator ' Me.ucrInputSeparator.AddQuotesIfUnrecognised = True + Me.ucrInputSeparator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSeparator.GetSetSelectedIndex = -1 Me.ucrInputSeparator.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSeparator, "ucrInputSeparator") + Me.ucrInputSeparator.Location = New System.Drawing.Point(158, 52) Me.ucrInputSeparator.Name = "ucrInputSeparator" + Me.ucrInputSeparator.Size = New System.Drawing.Size(137, 21) + Me.ucrInputSeparator.TabIndex = 3 ' 'ucrInputEncoding ' Me.ucrInputEncoding.AddQuotesIfUnrecognised = True + Me.ucrInputEncoding.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputEncoding.GetSetSelectedIndex = -1 Me.ucrInputEncoding.IsReadOnly = False - resources.ApplyResources(Me.ucrInputEncoding, "ucrInputEncoding") + Me.ucrInputEncoding.Location = New System.Drawing.Point(158, 25) Me.ucrInputEncoding.Name = "ucrInputEncoding" + Me.ucrInputEncoding.Size = New System.Drawing.Size(137, 21) + Me.ucrInputEncoding.TabIndex = 1 ' 'lblEncoding ' - resources.ApplyResources(Me.lblEncoding, "lblEncoding") + Me.lblEncoding.AutoSize = True + Me.lblEncoding.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEncoding.Location = New System.Drawing.Point(6, 28) Me.lblEncoding.Name = "lblEncoding" + Me.lblEncoding.Size = New System.Drawing.Size(55, 13) + Me.lblEncoding.TabIndex = 0 Me.lblEncoding.Tag = "Encoding:" + Me.lblEncoding.Text = "Encoding:" ' 'nudSkip ' - resources.ApplyResources(Me.nudSkip, "nudSkip") + Me.nudSkip.Location = New System.Drawing.Point(118, 133) Me.nudSkip.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.nudSkip.Name = "nudSkip" + Me.nudSkip.Size = New System.Drawing.Size(59, 20) + Me.nudSkip.TabIndex = 9 ' 'lblSeparator ' - resources.ApplyResources(Me.lblSeparator, "lblSeparator") + Me.lblSeparator.AutoSize = True + Me.lblSeparator.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeparator.Location = New System.Drawing.Point(6, 55) Me.lblSeparator.Name = "lblSeparator" + Me.lblSeparator.Size = New System.Drawing.Size(56, 13) + Me.lblSeparator.TabIndex = 2 Me.lblSeparator.Tag = "Separator:" + Me.lblSeparator.Text = "Separator:" ' 'lblLinesToSkip ' - resources.ApplyResources(Me.lblLinesToSkip, "lblLinesToSkip") + Me.lblLinesToSkip.AutoSize = True + Me.lblLinesToSkip.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLinesToSkip.Location = New System.Drawing.Point(6, 136) Me.lblLinesToSkip.Name = "lblLinesToSkip" + Me.lblLinesToSkip.Size = New System.Drawing.Size(75, 13) + Me.lblLinesToSkip.TabIndex = 8 + Me.lblLinesToSkip.Text = "Lines To Skip:" ' 'lblDecimal ' - resources.ApplyResources(Me.lblDecimal, "lblDecimal") + Me.lblDecimal.AutoSize = True + Me.lblDecimal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDecimal.Location = New System.Drawing.Point(6, 82) Me.lblDecimal.Name = "lblDecimal" + Me.lblDecimal.Size = New System.Drawing.Size(48, 13) + Me.lblDecimal.TabIndex = 4 Me.lblDecimal.Tag = "Decimal:" + Me.lblDecimal.Text = "Decimal:" ' 'lblNAStrings ' - resources.ApplyResources(Me.lblNAStrings, "lblNAStrings") + Me.lblNAStrings.AutoSize = True + Me.lblNAStrings.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNAStrings.Location = New System.Drawing.Point(6, 109) Me.lblNAStrings.Name = "lblNAStrings" + Me.lblNAStrings.Size = New System.Drawing.Size(105, 13) + Me.lblNAStrings.TabIndex = 6 + Me.lblNAStrings.Text = "Missing Value String:" ' 'chkStringsAsFactors ' - resources.ApplyResources(Me.chkStringsAsFactors, "chkStringsAsFactors") + Me.chkStringsAsFactors.AutoSize = True + Me.chkStringsAsFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.chkStringsAsFactors.Location = New System.Drawing.Point(6, 162) Me.chkStringsAsFactors.Name = "chkStringsAsFactors" + Me.chkStringsAsFactors.Size = New System.Drawing.Size(186, 17) + Me.chkStringsAsFactors.TabIndex = 10 Me.chkStringsAsFactors.Tag = "Strings_as_factors" + Me.chkStringsAsFactors.Text = "Convert Strings to Factor Columns" Me.chkStringsAsFactors.UseVisualStyleBackColor = True ' 'nudDataFrom ' - resources.ApplyResources(Me.nudDataFrom, "nudDataFrom") + Me.nudDataFrom.Location = New System.Drawing.Point(131, 106) Me.nudDataFrom.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.nudDataFrom.Name = "nudDataFrom" + Me.nudDataFrom.Size = New System.Drawing.Size(59, 20) + Me.nudDataFrom.TabIndex = 10 Me.nudDataFrom.Value = New Decimal(New Integer() {5, 0, 0, 0}) ' 'lblDataFromRow ' - resources.ApplyResources(Me.lblDataFromRow, "lblDataFromRow") + Me.lblDataFromRow.AutoSize = True + Me.lblDataFromRow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDataFromRow.Location = New System.Drawing.Point(10, 110) Me.lblDataFromRow.Name = "lblDataFromRow" + Me.lblDataFromRow.Size = New System.Drawing.Size(84, 13) + Me.lblDataFromRow.TabIndex = 9 Me.lblDataFromRow.Tag = "Data_From_Row:" + Me.lblDataFromRow.Text = "Data From Row:" ' 'lblLocationName ' - resources.ApplyResources(Me.lblLocationName, "lblLocationName") + Me.lblLocationName.AutoSize = True + Me.lblLocationName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLocationName.Location = New System.Drawing.Point(10, 81) Me.lblLocationName.Name = "lblLocationName" + Me.lblLocationName.Size = New System.Drawing.Size(140, 13) + Me.lblLocationName.TabIndex = 7 Me.lblLocationName.Tag = "Location_Data_Frame_Name:" + Me.lblLocationName.Text = "Location Data Frame Name:" ' 'ucrInputNameLocation ' Me.ucrInputNameLocation.AddQuotesIfUnrecognised = True + Me.ucrInputNameLocation.AutoSize = True Me.ucrInputNameLocation.IsMultiline = False Me.ucrInputNameLocation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNameLocation, "ucrInputNameLocation") + Me.ucrInputNameLocation.Location = New System.Drawing.Point(229, 78) Me.ucrInputNameLocation.Name = "ucrInputNameLocation" + Me.ucrInputNameLocation.Size = New System.Drawing.Size(142, 21) + Me.ucrInputNameLocation.TabIndex = 8 ' 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilePath, "ucrInputFilePath") + Me.ucrInputFilePath.Location = New System.Drawing.Point(60, 14) Me.ucrInputFilePath.Name = "ucrInputFilePath" + Me.ucrInputFilePath.Size = New System.Drawing.Size(161, 21) + Me.ucrInputFilePath.TabIndex = 1 ' 'ucrInputName ' Me.ucrInputName.AddQuotesIfUnrecognised = True + Me.ucrInputName.AutoSize = True Me.ucrInputName.IsMultiline = False Me.ucrInputName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputName, "ucrInputName") + Me.ucrInputName.Location = New System.Drawing.Point(179, 44) Me.ucrInputName.Name = "ucrInputName" + Me.ucrInputName.Size = New System.Drawing.Size(142, 21) + Me.ucrInputName.TabIndex = 4 ' 'ucrBaseOpenSST ' - resources.ApplyResources(Me.ucrBaseOpenSST, "ucrBaseOpenSST") + Me.ucrBaseOpenSST.AutoSize = True + Me.ucrBaseOpenSST.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBaseOpenSST.Location = New System.Drawing.Point(12, 333) Me.ucrBaseOpenSST.Name = "ucrBaseOpenSST" + Me.ucrBaseOpenSST.Size = New System.Drawing.Size(405, 52) + Me.ucrBaseOpenSST.TabIndex = 12 ' 'dlgOpenSST ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 388) Me.Controls.Add(Me.ucrInputNameLocation) Me.Controls.Add(Me.lblLocationName) Me.Controls.Add(Me.nudDataFrom) @@ -241,7 +332,9 @@ Partial Class dlgOpenSST Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgOpenSST" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Open_SST" + Me.Text = "Open SST" Me.grpCSV.ResumeLayout(False) Me.grpCSV.PerformLayout() CType(Me.nudSkip, System.ComponentModel.ISupportInitialize).EndInit() diff --git a/instat/dlgOpenSST.resx b/instat/dlgOpenSST.resx index 35a77d57340..29dcb1b3a35 100644 --- a/instat/dlgOpenSST.resx +++ b/instat/dlgOpenSST.resx @@ -117,607 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 227, 14 - - - 66, 23 - - - - 2 - - - Browse - - - cmdOpenDataSet - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 10, 17 - - - 26, 13 - - - 0 - - - File: - - - lblFileOpenPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 10, 48 - - - 120, 13 - - - 3 - - - SST Data Frame Name: - - - lblSSTName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - GrowAndShrink - - - 158, 106 - - - 137, 21 - - - 7 - - - ucrInputNAStrings - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 0 - - - 158, 79 - - - 137, 21 - - - 5 - - - ucrInputDecimal - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 1 - - - 158, 52 - - - 137, 21 - - - 3 - - - ucrInputSeparator - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 2 - - - 158, 25 - - - 137, 21 - - - 1 - - - ucrInputEncoding - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCSV - - - 3 - - - True - - - NoControl - - - 6, 28 - - - 55, 13 - - - 0 - - - Encoding: - - - lblEncoding - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 4 - - - 118, 133 - - - 59, 20 - - - 9 - - - nudSkip - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 5 - - - True - - - NoControl - - - 6, 55 - - - 56, 13 - - - 2 - - - Separator: - - - lblSeparator - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 6 - - - True - - - NoControl - - - 6, 136 - - - 75, 13 - - - 8 - - - Lines To Skip: - - - lblLinesToSkip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 7 - - - True - - - NoControl - - - 6, 82 - - - 48, 13 - - - 4 - - - Decimal: - - - lblDecimal - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 8 - - - True - - - NoControl - - - 6, 109 - - - 105, 13 - - - 6 - - - Missing Value String: - - - lblNAStrings - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 9 - - - True - - - NoControl - - - 6, 162 - - - 186, 17 - - - 10 - - - Convert Strings to Factor Columns - - - chkStringsAsFactors - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCSV - - - 10 - - - False - - - 13, 132 - - - 301, 198 - - - 11 - - - Import csv Options - - - False - - - grpCSV - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 131, 106 - - - 59, 20 - - - 10 - - - nudDataFrom - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 10, 110 - - - 84, 13 - - - 9 - - - Data From Row: - - - lblDataFromRow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 10, 81 - - - 140, 13 - - - 7 - - - Location Data Frame Name: - - - lblLocationName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 229, 78 - - - 142, 21 - - - 8 - - - ucrInputNameLocation - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 60, 14 - - - 161, 21 - - - 1 - - - ucrInputFilePath - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 179, 44 - - - 142, 21 - - - 4 - - - ucrInputName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 12, 333 - - - 410, 52 - - - 12 - - - ucrBaseOpenSST - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 6, 13 - - - True - - - 414, 388 - - - CenterScreen - - - Open SST - - - dlgOpenSST - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgOptions.Designer.vb b/instat/dlgOptions.Designer.vb index 612ab1a28b3..21a41918cb7 100644 --- a/instat/dlgOptions.Designer.vb +++ b/instat/dlgOptions.Designer.vb @@ -38,7 +38,12 @@ Partial Class dlgOptions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgOptions)) + Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Languages") + Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Comments") + Dim TreeNode3 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Import") + Dim TreeNode4 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Output Window") + Dim TreeNode5 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Commands") + Dim TreeNode6 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Data View") Me.cmdApply = New System.Windows.Forms.Button() Me.cmdHelp = New System.Windows.Forms.Button() Me.cmdCancel = New System.Windows.Forms.Button() @@ -142,35 +147,47 @@ Partial Class dlgOptions ' 'cmdApply ' - resources.ApplyResources(Me.cmdApply, "cmdApply") + Me.cmdApply.Location = New System.Drawing.Point(384, 324) Me.cmdApply.Name = "cmdApply" + Me.cmdApply.Size = New System.Drawing.Size(75, 23) + Me.cmdApply.TabIndex = 10 Me.cmdApply.Tag = "Apply" + Me.cmdApply.Text = "Apply" Me.cmdApply.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.Location = New System.Drawing.Point(465, 324) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdHelp.TabIndex = 12 Me.cmdHelp.Tag = "Help" + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'cmdCancel ' - resources.ApplyResources(Me.cmdCancel, "cmdCancel") + Me.cmdCancel.Location = New System.Drawing.Point(303, 324) Me.cmdCancel.Name = "cmdCancel" + Me.cmdCancel.Size = New System.Drawing.Size(75, 23) + Me.cmdCancel.TabIndex = 9 Me.cmdCancel.Tag = "Cancel" + Me.cmdCancel.Text = "Cancel" Me.cmdCancel.UseVisualStyleBackColor = True ' 'cmdOk ' - resources.ApplyResources(Me.cmdOk, "cmdOk") + Me.cmdOk.Location = New System.Drawing.Point(222, 324) Me.cmdOk.Name = "cmdOk" + Me.cmdOk.Size = New System.Drawing.Size(75, 23) + Me.cmdOk.TabIndex = 11 Me.cmdOk.Tag = "Ok" + Me.cmdOk.Text = "Ok" Me.cmdOk.UseVisualStyleBackColor = True ' 'spltControls ' - resources.ApplyResources(Me.spltControls, "spltControls") + Me.spltControls.Location = New System.Drawing.Point(5, 1) Me.spltControls.Name = "spltControls" ' 'spltControls.Panel1 @@ -181,19 +198,50 @@ Partial Class dlgOptions 'spltControls.Panel2 ' Me.spltControls.Panel2.Controls.Add(Me.tbcOptions) + Me.spltControls.Size = New System.Drawing.Size(760, 317) + Me.spltControls.SplitterDistance = 184 + Me.spltControls.TabIndex = 8 ' 'cmdFactoryReset ' - resources.ApplyResources(Me.cmdFactoryReset, "cmdFactoryReset") + Me.cmdFactoryReset.Location = New System.Drawing.Point(13, 287) Me.cmdFactoryReset.Name = "cmdFactoryReset" + Me.cmdFactoryReset.Size = New System.Drawing.Size(100, 23) + Me.cmdFactoryReset.TabIndex = 13 Me.cmdFactoryReset.Tag = "Help" + Me.cmdFactoryReset.Text = "Factory Reset" Me.cmdFactoryReset.UseVisualStyleBackColor = True ' 'trOptions ' - resources.ApplyResources(Me.trOptions, "trOptions") + Me.trOptions.Dock = System.Windows.Forms.DockStyle.Fill + Me.trOptions.Location = New System.Drawing.Point(0, 0) Me.trOptions.Name = "trOptions" - Me.trOptions.Nodes.AddRange(New System.Windows.Forms.TreeNode() {CType(resources.GetObject("trOptions.Nodes"), System.Windows.Forms.TreeNode), CType(resources.GetObject("trOptions.Nodes1"), System.Windows.Forms.TreeNode), CType(resources.GetObject("trOptions.Nodes2"), System.Windows.Forms.TreeNode), CType(resources.GetObject("trOptions.Nodes3"), System.Windows.Forms.TreeNode), CType(resources.GetObject("trOptions.Nodes4"), System.Windows.Forms.TreeNode), CType(resources.GetObject("trOptions.Nodes5"), System.Windows.Forms.TreeNode)}) + TreeNode1.Name = "ndLanguages" + TreeNode1.Tag = "1" + TreeNode1.Text = "Languages" + TreeNode1.ToolTipText = "Choose different languages" + TreeNode2.Name = "ndComments" + TreeNode2.Tag = "2" + TreeNode2.Text = "Comments" + TreeNode2.ToolTipText = "Comments for the dialogs" + TreeNode3.Name = "ndImport" + TreeNode3.Tag = "3" + TreeNode3.Text = "Import" + TreeNode3.ToolTipText = "Import Data Settings" + TreeNode4.Name = "ndOutputWindow" + TreeNode4.Tag = "4" + TreeNode4.Text = "Output Window" + TreeNode4.ToolTipText = "Output Window Formatting Options" + TreeNode5.Name = "ndCommands" + TreeNode5.Tag = "8" + TreeNode5.Text = "Commands" + TreeNode5.ToolTipText = "Commands Options" + TreeNode6.Name = "ndDataView" + TreeNode6.Text = "Data View" + Me.trOptions.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode1, TreeNode2, TreeNode3, TreeNode4, TreeNode5, TreeNode6}) + Me.trOptions.Size = New System.Drawing.Size(184, 317) + Me.trOptions.TabIndex = 0 ' 'tbcOptions ' @@ -208,89 +256,131 @@ Partial Class dlgOptions Me.tbcOptions.Controls.Add(Me.tbpGraphDisplay) Me.tbcOptions.Controls.Add(Me.tbpTailoredMenus) Me.tbcOptions.Controls.Add(Me.tbpClimsoft) - resources.ApplyResources(Me.tbcOptions, "tbcOptions") + Me.tbcOptions.Dock = System.Windows.Forms.DockStyle.Fill + Me.tbcOptions.Location = New System.Drawing.Point(0, 0) Me.tbcOptions.Name = "tbcOptions" Me.tbcOptions.SelectedIndex = 0 + Me.tbcOptions.Size = New System.Drawing.Size(572, 317) + Me.tbcOptions.TabIndex = 0 ' 'tbpLanguages ' Me.tbpLanguages.Controls.Add(Me.lblLanguage) Me.tbpLanguages.Controls.Add(Me.ucrInputLanguage) - resources.ApplyResources(Me.tbpLanguages, "tbpLanguages") + Me.tbpLanguages.Location = New System.Drawing.Point(4, 22) Me.tbpLanguages.Name = "tbpLanguages" + Me.tbpLanguages.Padding = New System.Windows.Forms.Padding(3) + Me.tbpLanguages.Size = New System.Drawing.Size(564, 291) + Me.tbpLanguages.TabIndex = 0 Me.tbpLanguages.Tag = "Languages" + Me.tbpLanguages.Text = "Languages" Me.tbpLanguages.UseVisualStyleBackColor = True ' 'lblLanguage ' - resources.ApplyResources(Me.lblLanguage, "lblLanguage") + Me.lblLanguage.AutoSize = True + Me.lblLanguage.Location = New System.Drawing.Point(9, 18) Me.lblLanguage.Name = "lblLanguage" + Me.lblLanguage.Size = New System.Drawing.Size(61, 13) + Me.lblLanguage.TabIndex = 3 + Me.lblLanguage.Text = "Language :" ' 'ucrInputLanguage ' Me.ucrInputLanguage.AddQuotesIfUnrecognised = True + Me.ucrInputLanguage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLanguage.GetSetSelectedIndex = -1 Me.ucrInputLanguage.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLanguage, "ucrInputLanguage") + Me.ucrInputLanguage.Location = New System.Drawing.Point(75, 15) Me.ucrInputLanguage.Name = "ucrInputLanguage" + Me.ucrInputLanguage.Size = New System.Drawing.Size(110, 21) + Me.ucrInputLanguage.TabIndex = 2 ' 'tbpComments ' Me.tbpComments.Controls.Add(Me.pnComments) - resources.ApplyResources(Me.tbpComments, "tbpComments") + Me.tbpComments.Location = New System.Drawing.Point(4, 22) Me.tbpComments.Name = "tbpComments" + Me.tbpComments.Padding = New System.Windows.Forms.Padding(3) + Me.tbpComments.Size = New System.Drawing.Size(564, 291) + Me.tbpComments.TabIndex = 1 Me.tbpComments.Tag = "Comments" + Me.tbpComments.Text = "Comments" Me.tbpComments.UseVisualStyleBackColor = True ' 'pnComments ' - resources.ApplyResources(Me.pnComments, "pnComments") + Me.pnComments.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.pnComments.Controls.Add(Me.ucrInputComment) Me.pnComments.Controls.Add(Me.lblComment) + Me.pnComments.Location = New System.Drawing.Point(10, 10) Me.pnComments.Name = "pnComments" + Me.pnComments.Size = New System.Drawing.Size(391, 29) + Me.pnComments.TabIndex = 2 ' 'ucrInputComment ' Me.ucrInputComment.AddQuotesIfUnrecognised = True + Me.ucrInputComment.AutoSize = True Me.ucrInputComment.IsMultiline = False Me.ucrInputComment.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComment, "ucrInputComment") + Me.ucrInputComment.Location = New System.Drawing.Point(96, 5) Me.ucrInputComment.Name = "ucrInputComment" + Me.ucrInputComment.Size = New System.Drawing.Size(292, 21) + Me.ucrInputComment.TabIndex = 1 ' 'lblComment ' - resources.ApplyResources(Me.lblComment, "lblComment") + Me.lblComment.AutoSize = True + Me.lblComment.Location = New System.Drawing.Point(2, 9) Me.lblComment.Name = "lblComment" + Me.lblComment.Size = New System.Drawing.Size(54, 13) + Me.lblComment.TabIndex = 0 Me.lblComment.Tag = "Comment:" + Me.lblComment.Text = "Comment:" ' 'tbpImport ' Me.tbpImport.Controls.Add(Me.lblPreviewRows) Me.tbpImport.Controls.Add(Me.ucrNudPreviewRows) Me.tbpImport.Controls.Add(Me.pnImportData) - resources.ApplyResources(Me.tbpImport, "tbpImport") + Me.tbpImport.Location = New System.Drawing.Point(4, 22) Me.tbpImport.Name = "tbpImport" + Me.tbpImport.Size = New System.Drawing.Size(564, 291) + Me.tbpImport.TabIndex = 3 + Me.tbpImport.Text = "Import" Me.tbpImport.UseVisualStyleBackColor = True ' 'lblPreviewRows ' - resources.ApplyResources(Me.lblPreviewRows, "lblPreviewRows") + Me.lblPreviewRows.AutoSize = True + Me.lblPreviewRows.Location = New System.Drawing.Point(3, 9) Me.lblPreviewRows.Name = "lblPreviewRows" + Me.lblPreviewRows.Size = New System.Drawing.Size(130, 13) + Me.lblPreviewRows.TabIndex = 0 + Me.lblPreviewRows.Text = "Number of Preview Rows:" ' 'ucrNudPreviewRows ' + Me.ucrNudPreviewRows.AutoSize = True Me.ucrNudPreviewRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPreviewRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudPreviewRows, "ucrNudPreviewRows") + Me.ucrNudPreviewRows.Location = New System.Drawing.Point(133, 5) Me.ucrNudPreviewRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudPreviewRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPreviewRows.Name = "ucrNudPreviewRows" + Me.ucrNudPreviewRows.Size = New System.Drawing.Size(50, 20) + Me.ucrNudPreviewRows.TabIndex = 3 Me.ucrNudPreviewRows.Value = New Decimal(New Integer() {10, 0, 0, 0}) ' 'pnImportData ' - resources.ApplyResources(Me.pnImportData, "pnImportData") + Me.pnImportData.AutoSize = True + Me.pnImportData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.pnImportData.Location = New System.Drawing.Point(10, 10) Me.pnImportData.Name = "pnImportData" + Me.pnImportData.Size = New System.Drawing.Size(0, 0) + Me.pnImportData.TabIndex = 2 ' 'tbpOutputWindow ' @@ -298,55 +388,79 @@ Partial Class dlgOptions Me.tbpOutputWindow.Controls.Add(Me.ucrChkIncludeCommentsbyDefault) Me.tbpOutputWindow.Controls.Add(Me.grpROptions) Me.tbpOutputWindow.Controls.Add(Me.pnFormatOptions) - resources.ApplyResources(Me.tbpOutputWindow, "tbpOutputWindow") + Me.tbpOutputWindow.Location = New System.Drawing.Point(4, 22) Me.tbpOutputWindow.Name = "tbpOutputWindow" + Me.tbpOutputWindow.Padding = New System.Windows.Forms.Padding(3) + Me.tbpOutputWindow.Size = New System.Drawing.Size(564, 291) + Me.tbpOutputWindow.TabIndex = 2 + Me.tbpOutputWindow.Text = "Output Window" Me.tbpOutputWindow.UseVisualStyleBackColor = True ' 'ucrChkShowRCommandsinOutputWindow ' + Me.ucrChkShowRCommandsinOutputWindow.AutoSize = True Me.ucrChkShowRCommandsinOutputWindow.Checked = False - resources.ApplyResources(Me.ucrChkShowRCommandsinOutputWindow, "ucrChkShowRCommandsinOutputWindow") + Me.ucrChkShowRCommandsinOutputWindow.Location = New System.Drawing.Point(10, 168) Me.ucrChkShowRCommandsinOutputWindow.Name = "ucrChkShowRCommandsinOutputWindow" + Me.ucrChkShowRCommandsinOutputWindow.Size = New System.Drawing.Size(388, 23) + Me.ucrChkShowRCommandsinOutputWindow.TabIndex = 27 ' 'ucrChkIncludeCommentsbyDefault ' + Me.ucrChkIncludeCommentsbyDefault.AutoSize = True Me.ucrChkIncludeCommentsbyDefault.Checked = False - resources.ApplyResources(Me.ucrChkIncludeCommentsbyDefault, "ucrChkIncludeCommentsbyDefault") + Me.ucrChkIncludeCommentsbyDefault.Location = New System.Drawing.Point(10, 145) Me.ucrChkIncludeCommentsbyDefault.Name = "ucrChkIncludeCommentsbyDefault" + Me.ucrChkIncludeCommentsbyDefault.Size = New System.Drawing.Size(391, 23) + Me.ucrChkIncludeCommentsbyDefault.TabIndex = 26 ' 'grpROptions ' Me.grpROptions.Controls.Add(Me.ucrChkShowSignifStars) Me.grpROptions.Controls.Add(Me.ucrNudDigits) Me.grpROptions.Controls.Add(Me.lblNoDigits) - resources.ApplyResources(Me.grpROptions, "grpROptions") + Me.grpROptions.Location = New System.Drawing.Point(10, 192) Me.grpROptions.Name = "grpROptions" + Me.grpROptions.Size = New System.Drawing.Size(271, 93) + Me.grpROptions.TabIndex = 25 Me.grpROptions.TabStop = False + Me.grpROptions.Text = "R Options" ' 'ucrChkShowSignifStars ' + Me.ucrChkShowSignifStars.AutoSize = True Me.ucrChkShowSignifStars.Checked = False - resources.ApplyResources(Me.ucrChkShowSignifStars, "ucrChkShowSignifStars") + Me.ucrChkShowSignifStars.Location = New System.Drawing.Point(7, 49) Me.ucrChkShowSignifStars.Name = "ucrChkShowSignifStars" + Me.ucrChkShowSignifStars.Size = New System.Drawing.Size(255, 23) + Me.ucrChkShowSignifStars.TabIndex = 28 ' 'ucrNudDigits ' + Me.ucrNudDigits.AutoSize = True Me.ucrNudDigits.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDigits.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDigits, "ucrNudDigits") + Me.ucrNudDigits.Location = New System.Drawing.Point(177, 23) Me.ucrNudDigits.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDigits.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDigits.Name = "ucrNudDigits" + Me.ucrNudDigits.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDigits.TabIndex = 27 Me.ucrNudDigits.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblNoDigits ' - resources.ApplyResources(Me.lblNoDigits, "lblNoDigits") + Me.lblNoDigits.AutoSize = True + Me.lblNoDigits.Location = New System.Drawing.Point(6, 23) Me.lblNoDigits.Name = "lblNoDigits" + Me.lblNoDigits.Size = New System.Drawing.Size(137, 13) + Me.lblNoDigits.TabIndex = 1 + Me.lblNoDigits.Text = "Number of Digits to Display:" ' 'pnFormatOptions ' - resources.ApplyResources(Me.pnFormatOptions, "pnFormatOptions") + Me.pnFormatOptions.AutoSize = True + Me.pnFormatOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.pnFormatOptions.Controls.Add(Me.rtbCommentPreview) Me.pnFormatOptions.Controls.Add(Me.rtbOutputPreview) Me.pnFormatOptions.Controls.Add(Me.rtbCommandPreview) @@ -356,83 +470,132 @@ Partial Class dlgOptions Me.pnFormatOptions.Controls.Add(Me.lblOutputFormat) Me.pnFormatOptions.Controls.Add(Me.cmdCommentFormat) Me.pnFormatOptions.Controls.Add(Me.lblCommandFormat) + Me.pnFormatOptions.Location = New System.Drawing.Point(10, 10) Me.pnFormatOptions.Name = "pnFormatOptions" + Me.pnFormatOptions.Size = New System.Drawing.Size(391, 118) + Me.pnFormatOptions.TabIndex = 21 ' 'rtbCommentPreview ' - resources.ApplyResources(Me.rtbCommentPreview, "rtbCommentPreview") + Me.rtbCommentPreview.Location = New System.Drawing.Point(124, 89) Me.rtbCommentPreview.Name = "rtbCommentPreview" Me.rtbCommentPreview.ReadOnly = True + Me.rtbCommentPreview.Size = New System.Drawing.Size(147, 26) + Me.rtbCommentPreview.TabIndex = 22 + Me.rtbCommentPreview.Text = "" ' 'rtbOutputPreview ' - resources.ApplyResources(Me.rtbOutputPreview, "rtbOutputPreview") + Me.rtbOutputPreview.Location = New System.Drawing.Point(124, 49) Me.rtbOutputPreview.Name = "rtbOutputPreview" Me.rtbOutputPreview.ReadOnly = True + Me.rtbOutputPreview.Size = New System.Drawing.Size(147, 26) + Me.rtbOutputPreview.TabIndex = 21 + Me.rtbOutputPreview.Text = "" ' 'rtbCommandPreview ' - resources.ApplyResources(Me.rtbCommandPreview, "rtbCommandPreview") + Me.rtbCommandPreview.Location = New System.Drawing.Point(124, 9) Me.rtbCommandPreview.Name = "rtbCommandPreview" Me.rtbCommandPreview.ReadOnly = True + Me.rtbCommandPreview.Size = New System.Drawing.Size(147, 26) + Me.rtbCommandPreview.TabIndex = 20 + Me.rtbCommandPreview.Text = "" ' 'cmdCommandFormat ' - resources.ApplyResources(Me.cmdCommandFormat, "cmdCommandFormat") + Me.cmdCommandFormat.Location = New System.Drawing.Point(288, 9) Me.cmdCommandFormat.Name = "cmdCommandFormat" + Me.cmdCommandFormat.Size = New System.Drawing.Size(100, 23) + Me.cmdCommandFormat.TabIndex = 10 + Me.cmdCommandFormat.Text = "Change..." Me.cmdCommandFormat.UseVisualStyleBackColor = True ' 'lblCommentFormat ' - resources.ApplyResources(Me.lblCommentFormat, "lblCommentFormat") + Me.lblCommentFormat.AutoSize = True + Me.lblCommentFormat.Location = New System.Drawing.Point(4, 94) Me.lblCommentFormat.Name = "lblCommentFormat" + Me.lblCommentFormat.Size = New System.Drawing.Size(89, 13) + Me.lblCommentFormat.TabIndex = 19 + Me.lblCommentFormat.Text = "Comment Format:" ' 'cmdOutputFormat ' - resources.ApplyResources(Me.cmdOutputFormat, "cmdOutputFormat") + Me.cmdOutputFormat.Location = New System.Drawing.Point(288, 49) Me.cmdOutputFormat.Name = "cmdOutputFormat" + Me.cmdOutputFormat.Size = New System.Drawing.Size(100, 23) + Me.cmdOutputFormat.TabIndex = 16 + Me.cmdOutputFormat.Text = "Change..." Me.cmdOutputFormat.UseVisualStyleBackColor = True ' 'lblOutputFormat ' - resources.ApplyResources(Me.lblOutputFormat, "lblOutputFormat") + Me.lblOutputFormat.AutoSize = True + Me.lblOutputFormat.Location = New System.Drawing.Point(4, 54) Me.lblOutputFormat.Name = "lblOutputFormat" + Me.lblOutputFormat.Size = New System.Drawing.Size(77, 13) + Me.lblOutputFormat.TabIndex = 18 + Me.lblOutputFormat.Text = "Output Format:" ' 'cmdCommentFormat ' - resources.ApplyResources(Me.cmdCommentFormat, "cmdCommentFormat") + Me.cmdCommentFormat.Location = New System.Drawing.Point(288, 89) Me.cmdCommentFormat.Name = "cmdCommentFormat" + Me.cmdCommentFormat.Size = New System.Drawing.Size(100, 23) + Me.cmdCommentFormat.TabIndex = 16 + Me.cmdCommentFormat.Text = "Change..." Me.cmdCommentFormat.UseVisualStyleBackColor = True ' 'lblCommandFormat ' - resources.ApplyResources(Me.lblCommandFormat, "lblCommandFormat") + Me.lblCommandFormat.AutoSize = True + Me.lblCommandFormat.Location = New System.Drawing.Point(4, 14) Me.lblCommandFormat.Name = "lblCommandFormat" + Me.lblCommandFormat.Size = New System.Drawing.Size(92, 13) + Me.lblCommandFormat.TabIndex = 17 + Me.lblCommandFormat.Text = "Command Format:" ' 'tbpEditor ' Me.tbpEditor.Controls.Add(Me.pnFormatEditor) - resources.ApplyResources(Me.tbpEditor, "tbpEditor") + Me.tbpEditor.Location = New System.Drawing.Point(4, 22) Me.tbpEditor.Name = "tbpEditor" + Me.tbpEditor.Padding = New System.Windows.Forms.Padding(3) + Me.tbpEditor.Size = New System.Drawing.Size(564, 291) + Me.tbpEditor.TabIndex = 10 + Me.tbpEditor.Text = "Editor Window" + Me.tbpEditor.ToolTipText = "Data View" Me.tbpEditor.UseVisualStyleBackColor = True ' 'pnFormatEditor ' - resources.ApplyResources(Me.pnFormatEditor, "pnFormatEditor") + Me.pnFormatEditor.AutoSize = True + Me.pnFormatEditor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.pnFormatEditor.Controls.Add(Me.cmdEditorFont) Me.pnFormatEditor.Controls.Add(Me.lblFont) + Me.pnFormatEditor.Location = New System.Drawing.Point(10, 10) Me.pnFormatEditor.Name = "pnFormatEditor" + Me.pnFormatEditor.Size = New System.Drawing.Size(212, 28) + Me.pnFormatEditor.TabIndex = 22 ' 'cmdEditorFont ' - resources.ApplyResources(Me.cmdEditorFont, "cmdEditorFont") + Me.cmdEditorFont.Location = New System.Drawing.Point(109, 2) Me.cmdEditorFont.Name = "cmdEditorFont" + Me.cmdEditorFont.Size = New System.Drawing.Size(100, 23) + Me.cmdEditorFont.TabIndex = 10 + Me.cmdEditorFont.Text = "Change..." Me.cmdEditorFont.UseVisualStyleBackColor = True ' 'lblFont ' - resources.ApplyResources(Me.lblFont, "lblFont") + Me.lblFont.AutoSize = True + Me.lblFont.Location = New System.Drawing.Point(4, 7) Me.lblFont.Name = "lblFont" + Me.lblFont.Size = New System.Drawing.Size(66, 13) + Me.lblFont.TabIndex = 17 + Me.lblFont.Text = "Format Font:" ' 'tbpCommands ' @@ -440,37 +603,54 @@ Partial Class dlgOptions Me.tbpCommands.Controls.Add(Me.ucrChkShowWaitDialog) Me.tbpCommands.Controls.Add(Me.ucrNudWaitSeconds) Me.tbpCommands.Controls.Add(Me.ucrChkIncludeDefaultParams) - resources.ApplyResources(Me.tbpCommands, "tbpCommands") + Me.tbpCommands.Location = New System.Drawing.Point(4, 22) Me.tbpCommands.Name = "tbpCommands" + Me.tbpCommands.Padding = New System.Windows.Forms.Padding(3) + Me.tbpCommands.Size = New System.Drawing.Size(564, 291) + Me.tbpCommands.TabIndex = 4 Me.tbpCommands.Tag = "Commands" + Me.tbpCommands.Text = "Commands" Me.tbpCommands.UseVisualStyleBackColor = True ' 'lblWaitSeconds ' - resources.ApplyResources(Me.lblWaitSeconds, "lblWaitSeconds") + Me.lblWaitSeconds.AutoSize = True + Me.lblWaitSeconds.Location = New System.Drawing.Point(403, 46) Me.lblWaitSeconds.Name = "lblWaitSeconds" + Me.lblWaitSeconds.Size = New System.Drawing.Size(47, 13) + Me.lblWaitSeconds.TabIndex = 8 + Me.lblWaitSeconds.Text = "seconds" ' 'ucrChkShowWaitDialog ' + Me.ucrChkShowWaitDialog.AutoSize = True Me.ucrChkShowWaitDialog.Checked = False - resources.ApplyResources(Me.ucrChkShowWaitDialog, "ucrChkShowWaitDialog") + Me.ucrChkShowWaitDialog.Location = New System.Drawing.Point(6, 47) Me.ucrChkShowWaitDialog.Name = "ucrChkShowWaitDialog" + Me.ucrChkShowWaitDialog.Size = New System.Drawing.Size(337, 23) + Me.ucrChkShowWaitDialog.TabIndex = 6 ' 'ucrNudWaitSeconds ' + Me.ucrNudWaitSeconds.AutoSize = True Me.ucrNudWaitSeconds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWaitSeconds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWaitSeconds, "ucrNudWaitSeconds") + Me.ucrNudWaitSeconds.Location = New System.Drawing.Point(349, 45) Me.ucrNudWaitSeconds.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWaitSeconds.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWaitSeconds.Name = "ucrNudWaitSeconds" + Me.ucrNudWaitSeconds.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWaitSeconds.TabIndex = 5 Me.ucrNudWaitSeconds.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkIncludeDefaultParams ' + Me.ucrChkIncludeDefaultParams.AutoSize = True Me.ucrChkIncludeDefaultParams.Checked = False - resources.ApplyResources(Me.ucrChkIncludeDefaultParams, "ucrChkIncludeDefaultParams") + Me.ucrChkIncludeDefaultParams.Location = New System.Drawing.Point(6, 20) Me.ucrChkIncludeDefaultParams.Name = "ucrChkIncludeDefaultParams" + Me.ucrChkIncludeDefaultParams.Size = New System.Drawing.Size(398, 23) + Me.ucrChkIncludeDefaultParams.TabIndex = 3 ' 'tbpDataView ' @@ -483,99 +663,148 @@ Partial Class dlgOptions Me.tbpDataView.Controls.Add(Me.lblMaxCols) Me.tbpDataView.Controls.Add(Me.ucrNudMaxRows) Me.tbpDataView.Controls.Add(Me.lblMaxRows) - resources.ApplyResources(Me.tbpDataView, "tbpDataView") + Me.tbpDataView.Location = New System.Drawing.Point(4, 22) Me.tbpDataView.Name = "tbpDataView" + Me.tbpDataView.Padding = New System.Windows.Forms.Padding(3) + Me.tbpDataView.Size = New System.Drawing.Size(564, 291) + Me.tbpDataView.TabIndex = 9 + Me.tbpDataView.Text = "Data View" Me.tbpDataView.UseVisualStyleBackColor = True ' 'lblEvery ' - resources.ApplyResources(Me.lblEvery, "lblEvery") + Me.lblEvery.AutoSize = True + Me.lblEvery.Location = New System.Drawing.Point(236, 102) Me.lblEvery.Name = "lblEvery" + Me.lblEvery.Size = New System.Drawing.Size(33, 13) + Me.lblEvery.TabIndex = 4 + Me.lblEvery.Text = "every" ' 'lblMinutes ' - resources.ApplyResources(Me.lblMinutes, "lblMinutes") + Me.lblMinutes.AutoSize = True + Me.lblMinutes.Location = New System.Drawing.Point(341, 102) Me.lblMinutes.Name = "lblMinutes" + Me.lblMinutes.Size = New System.Drawing.Size(43, 13) + Me.lblMinutes.TabIndex = 4 + Me.lblMinutes.Text = "minutes" ' 'ucrChkAutoSave ' + Me.ucrChkAutoSave.AutoSize = True Me.ucrChkAutoSave.Checked = False - resources.ApplyResources(Me.ucrChkAutoSave, "ucrChkAutoSave") + Me.ucrChkAutoSave.Location = New System.Drawing.Point(13, 104) Me.ucrChkAutoSave.Name = "ucrChkAutoSave" + Me.ucrChkAutoSave.Size = New System.Drawing.Size(217, 23) + Me.ucrChkAutoSave.TabIndex = 3 ' 'ucrChkShowDataonGrid ' + Me.ucrChkShowDataonGrid.AutoSize = True Me.ucrChkShowDataonGrid.Checked = False - resources.ApplyResources(Me.ucrChkShowDataonGrid, "ucrChkShowDataonGrid") + Me.ucrChkShowDataonGrid.Location = New System.Drawing.Point(13, 78) Me.ucrChkShowDataonGrid.Name = "ucrChkShowDataonGrid" + Me.ucrChkShowDataonGrid.Size = New System.Drawing.Size(393, 23) + Me.ucrChkShowDataonGrid.TabIndex = 3 ' 'ucrNudAutoSaveMinutes ' + Me.ucrNudAutoSaveMinutes.AutoSize = True Me.ucrNudAutoSaveMinutes.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAutoSaveMinutes.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudAutoSaveMinutes, "ucrNudAutoSaveMinutes") + Me.ucrNudAutoSaveMinutes.Location = New System.Drawing.Point(285, 99) Me.ucrNudAutoSaveMinutes.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudAutoSaveMinutes.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAutoSaveMinutes.Name = "ucrNudAutoSaveMinutes" + Me.ucrNudAutoSaveMinutes.Size = New System.Drawing.Size(50, 20) + Me.ucrNudAutoSaveMinutes.TabIndex = 2 Me.ucrNudAutoSaveMinutes.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudMaxCols ' + Me.ucrNudMaxCols.AutoSize = True Me.ucrNudMaxCols.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxCols.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxCols, "ucrNudMaxCols") + Me.ucrNudMaxCols.Location = New System.Drawing.Point(268, 41) Me.ucrNudMaxCols.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxCols.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxCols.Name = "ucrNudMaxCols" + Me.ucrNudMaxCols.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxCols.TabIndex = 2 Me.ucrNudMaxCols.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMaxCols ' - resources.ApplyResources(Me.lblMaxCols, "lblMaxCols") + Me.lblMaxCols.AutoSize = True + Me.lblMaxCols.Location = New System.Drawing.Point(10, 44) Me.lblMaxCols.Name = "lblMaxCols" + Me.lblMaxCols.Size = New System.Drawing.Size(198, 13) + Me.lblMaxCols.TabIndex = 1 + Me.lblMaxCols.Text = "Maximum Number of Columns to Display:" ' 'ucrNudMaxRows ' + Me.ucrNudMaxRows.AutoSize = True Me.ucrNudMaxRows.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRows.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxRows, "ucrNudMaxRows") + Me.ucrNudMaxRows.Location = New System.Drawing.Point(268, 15) Me.ucrNudMaxRows.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxRows.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxRows.Name = "ucrNudMaxRows" + Me.ucrNudMaxRows.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxRows.TabIndex = 2 Me.ucrNudMaxRows.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblMaxRows ' - resources.ApplyResources(Me.lblMaxRows, "lblMaxRows") + Me.lblMaxRows.AutoSize = True + Me.lblMaxRows.Location = New System.Drawing.Point(10, 18) Me.lblMaxRows.Name = "lblMaxRows" + Me.lblMaxRows.Size = New System.Drawing.Size(185, 13) + Me.lblMaxRows.TabIndex = 1 + Me.lblMaxRows.Text = "Maximum Number of Rows to Display:" ' 'tbpWorkingDirectory ' Me.tbpWorkingDirectory.Controls.Add(Me.cmdWorkingDirectory) Me.tbpWorkingDirectory.Controls.Add(Me.lblWorkingDirectory) Me.tbpWorkingDirectory.Controls.Add(Me.ucrWorkingDirectory) - resources.ApplyResources(Me.tbpWorkingDirectory, "tbpWorkingDirectory") + Me.tbpWorkingDirectory.Location = New System.Drawing.Point(4, 22) Me.tbpWorkingDirectory.Name = "tbpWorkingDirectory" + Me.tbpWorkingDirectory.Padding = New System.Windows.Forms.Padding(3) + Me.tbpWorkingDirectory.Size = New System.Drawing.Size(564, 291) + Me.tbpWorkingDirectory.TabIndex = 11 + Me.tbpWorkingDirectory.Text = "Working Directory" Me.tbpWorkingDirectory.UseVisualStyleBackColor = True ' 'cmdWorkingDirectory ' - resources.ApplyResources(Me.cmdWorkingDirectory, "cmdWorkingDirectory") + Me.cmdWorkingDirectory.Location = New System.Drawing.Point(399, 16) Me.cmdWorkingDirectory.Name = "cmdWorkingDirectory" + Me.cmdWorkingDirectory.Size = New System.Drawing.Size(24, 21) + Me.cmdWorkingDirectory.TabIndex = 2 + Me.cmdWorkingDirectory.Text = "..." Me.cmdWorkingDirectory.UseVisualStyleBackColor = True ' 'lblWorkingDirectory ' - resources.ApplyResources(Me.lblWorkingDirectory, "lblWorkingDirectory") + Me.lblWorkingDirectory.AutoSize = True + Me.lblWorkingDirectory.Location = New System.Drawing.Point(13, 20) Me.lblWorkingDirectory.Name = "lblWorkingDirectory" + Me.lblWorkingDirectory.Size = New System.Drawing.Size(95, 13) + Me.lblWorkingDirectory.TabIndex = 0 + Me.lblWorkingDirectory.Text = "Working Directory:" ' 'ucrWorkingDirectory ' Me.ucrWorkingDirectory.AddQuotesIfUnrecognised = True + Me.ucrWorkingDirectory.AutoSize = True Me.ucrWorkingDirectory.IsMultiline = False Me.ucrWorkingDirectory.IsReadOnly = False - resources.ApplyResources(Me.ucrWorkingDirectory, "ucrWorkingDirectory") + Me.ucrWorkingDirectory.Location = New System.Drawing.Point(138, 17) Me.ucrWorkingDirectory.Name = "ucrWorkingDirectory" + Me.ucrWorkingDirectory.Size = New System.Drawing.Size(255, 21) + Me.ucrWorkingDirectory.TabIndex = 1 ' 'tbpGraphDisplay ' @@ -583,34 +812,53 @@ Partial Class dlgOptions Me.tbpGraphDisplay.Controls.Add(Me.rdoDisplayinRViewer) Me.tbpGraphDisplay.Controls.Add(Me.rdoDisplayinOutputWindow) Me.tbpGraphDisplay.Controls.Add(Me.ucrPnlGraphDisplay) - resources.ApplyResources(Me.tbpGraphDisplay, "tbpGraphDisplay") + Me.tbpGraphDisplay.Location = New System.Drawing.Point(4, 22) Me.tbpGraphDisplay.Name = "tbpGraphDisplay" + Me.tbpGraphDisplay.Padding = New System.Windows.Forms.Padding(3) + Me.tbpGraphDisplay.Size = New System.Drawing.Size(564, 291) + Me.tbpGraphDisplay.TabIndex = 12 + Me.tbpGraphDisplay.Text = "Graph Display" Me.tbpGraphDisplay.UseVisualStyleBackColor = True ' 'rdoDisplayinSeparateWindows ' - resources.ApplyResources(Me.rdoDisplayinSeparateWindows, "rdoDisplayinSeparateWindows") + Me.rdoDisplayinSeparateWindows.AutoSize = True Me.rdoDisplayinSeparateWindows.Checked = True + Me.rdoDisplayinSeparateWindows.Location = New System.Drawing.Point(6, 52) Me.rdoDisplayinSeparateWindows.Name = "rdoDisplayinSeparateWindows" + Me.rdoDisplayinSeparateWindows.Size = New System.Drawing.Size(163, 17) + Me.rdoDisplayinSeparateWindows.TabIndex = 1 Me.rdoDisplayinSeparateWindows.TabStop = True + Me.rdoDisplayinSeparateWindows.Text = "Display in Separate Windows" Me.rdoDisplayinSeparateWindows.UseVisualStyleBackColor = True ' 'rdoDisplayinRViewer ' - resources.ApplyResources(Me.rdoDisplayinRViewer, "rdoDisplayinRViewer") + Me.rdoDisplayinRViewer.AutoSize = True + Me.rdoDisplayinRViewer.Location = New System.Drawing.Point(6, 29) Me.rdoDisplayinRViewer.Name = "rdoDisplayinRViewer" + Me.rdoDisplayinRViewer.Size = New System.Drawing.Size(116, 17) + Me.rdoDisplayinRViewer.TabIndex = 1 + Me.rdoDisplayinRViewer.Text = "Display in R Viewer" Me.rdoDisplayinRViewer.UseVisualStyleBackColor = True ' 'rdoDisplayinOutputWindow ' - resources.ApplyResources(Me.rdoDisplayinOutputWindow, "rdoDisplayinOutputWindow") + Me.rdoDisplayinOutputWindow.AutoSize = True + Me.rdoDisplayinOutputWindow.Location = New System.Drawing.Point(6, 6) Me.rdoDisplayinOutputWindow.Name = "rdoDisplayinOutputWindow" + Me.rdoDisplayinOutputWindow.Size = New System.Drawing.Size(147, 17) + Me.rdoDisplayinOutputWindow.TabIndex = 1 + Me.rdoDisplayinOutputWindow.Text = "Display in Output Window" Me.rdoDisplayinOutputWindow.UseVisualStyleBackColor = True ' 'ucrPnlGraphDisplay ' - resources.ApplyResources(Me.ucrPnlGraphDisplay, "ucrPnlGraphDisplay") + Me.ucrPnlGraphDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphDisplay.Location = New System.Drawing.Point(0, 3) Me.ucrPnlGraphDisplay.Name = "ucrPnlGraphDisplay" + Me.ucrPnlGraphDisplay.Size = New System.Drawing.Size(365, 66) + Me.ucrPnlGraphDisplay.TabIndex = 3 ' 'tbpTailoredMenus ' @@ -618,33 +866,49 @@ Partial Class dlgOptions Me.tbpTailoredMenus.Controls.Add(Me.ucrChkViewOptionsByContextMenu) Me.tbpTailoredMenus.Controls.Add(Me.ucrChkViewProcurementMenu) Me.tbpTailoredMenus.Controls.Add(Me.ucrChkViewClimaticMenu) - resources.ApplyResources(Me.tbpTailoredMenus, "tbpTailoredMenus") + Me.tbpTailoredMenus.Location = New System.Drawing.Point(4, 22) Me.tbpTailoredMenus.Name = "tbpTailoredMenus" + Me.tbpTailoredMenus.Padding = New System.Windows.Forms.Padding(3) + Me.tbpTailoredMenus.Size = New System.Drawing.Size(564, 291) + Me.tbpTailoredMenus.TabIndex = 13 + Me.tbpTailoredMenus.Text = "Tailored Menus" Me.tbpTailoredMenus.UseVisualStyleBackColor = True ' 'ucrChkViewStructuredMenu ' + Me.ucrChkViewStructuredMenu.AutoSize = True Me.ucrChkViewStructuredMenu.Checked = False - resources.ApplyResources(Me.ucrChkViewStructuredMenu, "ucrChkViewStructuredMenu") + Me.ucrChkViewStructuredMenu.Location = New System.Drawing.Point(7, 12) Me.ucrChkViewStructuredMenu.Name = "ucrChkViewStructuredMenu" + Me.ucrChkViewStructuredMenu.Size = New System.Drawing.Size(378, 23) + Me.ucrChkViewStructuredMenu.TabIndex = 2 ' 'ucrChkViewOptionsByContextMenu ' + Me.ucrChkViewOptionsByContextMenu.AutoSize = True Me.ucrChkViewOptionsByContextMenu.Checked = False - resources.ApplyResources(Me.ucrChkViewOptionsByContextMenu, "ucrChkViewOptionsByContextMenu") + Me.ucrChkViewOptionsByContextMenu.Location = New System.Drawing.Point(7, 90) Me.ucrChkViewOptionsByContextMenu.Name = "ucrChkViewOptionsByContextMenu" + Me.ucrChkViewOptionsByContextMenu.Size = New System.Drawing.Size(413, 23) + Me.ucrChkViewOptionsByContextMenu.TabIndex = 1 ' 'ucrChkViewProcurementMenu ' + Me.ucrChkViewProcurementMenu.AutoSize = True Me.ucrChkViewProcurementMenu.Checked = False - resources.ApplyResources(Me.ucrChkViewProcurementMenu, "ucrChkViewProcurementMenu") + Me.ucrChkViewProcurementMenu.Location = New System.Drawing.Point(7, 64) Me.ucrChkViewProcurementMenu.Name = "ucrChkViewProcurementMenu" + Me.ucrChkViewProcurementMenu.Size = New System.Drawing.Size(413, 23) + Me.ucrChkViewProcurementMenu.TabIndex = 0 ' 'ucrChkViewClimaticMenu ' + Me.ucrChkViewClimaticMenu.AutoSize = True Me.ucrChkViewClimaticMenu.Checked = False - resources.ApplyResources(Me.ucrChkViewClimaticMenu, "ucrChkViewClimaticMenu") + Me.ucrChkViewClimaticMenu.Location = New System.Drawing.Point(7, 38) Me.ucrChkViewClimaticMenu.Name = "ucrChkViewClimaticMenu" + Me.ucrChkViewClimaticMenu.Size = New System.Drawing.Size(407, 23) + Me.ucrChkViewClimaticMenu.TabIndex = 0 ' 'tbpClimsoft ' @@ -656,73 +920,115 @@ Partial Class dlgOptions Me.tbpClimsoft.Controls.Add(Me.ucrInputPort) Me.tbpClimsoft.Controls.Add(Me.ucrInputHost) Me.tbpClimsoft.Controls.Add(Me.ucrInputDatabaseName) - resources.ApplyResources(Me.tbpClimsoft, "tbpClimsoft") + Me.tbpClimsoft.Location = New System.Drawing.Point(4, 22) Me.tbpClimsoft.Name = "tbpClimsoft" + Me.tbpClimsoft.Padding = New System.Windows.Forms.Padding(3) + Me.tbpClimsoft.Size = New System.Drawing.Size(564, 291) + Me.tbpClimsoft.TabIndex = 14 + Me.tbpClimsoft.Text = "Climsoft" Me.tbpClimsoft.UseVisualStyleBackColor = True ' 'lblUserName ' - resources.ApplyResources(Me.lblUserName, "lblUserName") + Me.lblUserName.AutoSize = True + Me.lblUserName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblUserName.Location = New System.Drawing.Point(6, 103) Me.lblUserName.Name = "lblUserName" + Me.lblUserName.Size = New System.Drawing.Size(58, 13) + Me.lblUserName.TabIndex = 19 + Me.lblUserName.Text = "Username:" ' 'lblPort ' - resources.ApplyResources(Me.lblPort, "lblPort") + Me.lblPort.AutoSize = True + Me.lblPort.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPort.Location = New System.Drawing.Point(6, 76) Me.lblPort.Name = "lblPort" + Me.lblPort.Size = New System.Drawing.Size(29, 13) + Me.lblPort.TabIndex = 18 + Me.lblPort.Text = "Port:" ' 'lblHost ' - resources.ApplyResources(Me.lblHost, "lblHost") + Me.lblHost.AutoSize = True + Me.lblHost.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHost.Location = New System.Drawing.Point(6, 49) Me.lblHost.Name = "lblHost" + Me.lblHost.Size = New System.Drawing.Size(32, 13) + Me.lblHost.TabIndex = 17 + Me.lblHost.Text = "Host:" ' 'lblDatabaseName ' - resources.ApplyResources(Me.lblDatabaseName, "lblDatabaseName") + Me.lblDatabaseName.AutoSize = True + Me.lblDatabaseName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDatabaseName.Location = New System.Drawing.Point(6, 21) Me.lblDatabaseName.Name = "lblDatabaseName" + Me.lblDatabaseName.Size = New System.Drawing.Size(87, 13) + Me.lblDatabaseName.TabIndex = 16 + Me.lblDatabaseName.Text = "Database Name:" ' 'ucrInputUserName ' Me.ucrInputUserName.AddQuotesIfUnrecognised = True + Me.ucrInputUserName.AutoSize = True Me.ucrInputUserName.IsMultiline = False Me.ucrInputUserName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputUserName, "ucrInputUserName") + Me.ucrInputUserName.Location = New System.Drawing.Point(168, 96) Me.ucrInputUserName.Name = "ucrInputUserName" + Me.ucrInputUserName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputUserName.TabIndex = 15 ' 'ucrInputPort ' Me.ucrInputPort.AddQuotesIfUnrecognised = True + Me.ucrInputPort.AutoSize = True Me.ucrInputPort.IsMultiline = False Me.ucrInputPort.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPort, "ucrInputPort") + Me.ucrInputPort.Location = New System.Drawing.Point(168, 69) Me.ucrInputPort.Name = "ucrInputPort" + Me.ucrInputPort.Size = New System.Drawing.Size(137, 21) + Me.ucrInputPort.TabIndex = 14 ' 'ucrInputHost ' Me.ucrInputHost.AddQuotesIfUnrecognised = True + Me.ucrInputHost.AutoSize = True Me.ucrInputHost.IsMultiline = False Me.ucrInputHost.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHost, "ucrInputHost") + Me.ucrInputHost.Location = New System.Drawing.Point(168, 43) Me.ucrInputHost.Name = "ucrInputHost" + Me.ucrInputHost.Size = New System.Drawing.Size(137, 21) + Me.ucrInputHost.TabIndex = 13 ' 'ucrInputDatabaseName ' Me.ucrInputDatabaseName.AddQuotesIfUnrecognised = True + Me.ucrInputDatabaseName.AutoSize = True Me.ucrInputDatabaseName.IsMultiline = False Me.ucrInputDatabaseName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDatabaseName, "ucrInputDatabaseName") + Me.ucrInputDatabaseName.Location = New System.Drawing.Point(168, 17) Me.ucrInputDatabaseName.Name = "ucrInputDatabaseName" + Me.ucrInputDatabaseName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputDatabaseName.TabIndex = 12 ' 'cmdLanguage ' - resources.ApplyResources(Me.cmdLanguage, "cmdLanguage") + Me.cmdLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLanguage.Location = New System.Drawing.Point(545, 324) Me.cmdLanguage.Name = "cmdLanguage" + Me.cmdLanguage.Size = New System.Drawing.Size(37, 23) + Me.cmdLanguage.TabIndex = 13 Me.cmdLanguage.Tag = "" + Me.cmdLanguage.Text = "Lang" Me.cmdLanguage.UseVisualStyleBackColor = True ' 'dlgOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(770, 353) Me.Controls.Add(Me.cmdLanguage) Me.Controls.Add(Me.cmdApply) Me.Controls.Add(Me.cmdHelp) @@ -733,7 +1039,9 @@ Partial Class dlgOptions Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Options" + Me.Text = "Options" Me.spltControls.Panel1.ResumeLayout(False) Me.spltControls.Panel2.ResumeLayout(False) CType(Me.spltControls, System.ComponentModel.ISupportInitialize).EndInit() @@ -765,6 +1073,7 @@ Partial Class dlgOptions Me.tbpGraphDisplay.ResumeLayout(False) Me.tbpGraphDisplay.PerformLayout() Me.tbpTailoredMenus.ResumeLayout(False) + Me.tbpTailoredMenus.PerformLayout() Me.tbpClimsoft.ResumeLayout(False) Me.tbpClimsoft.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgOptions.resx b/instat/dlgOptions.resx index f778106c65d..29dcb1b3a35 100644 --- a/instat/dlgOptions.resx +++ b/instat/dlgOptions.resx @@ -117,2059 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 384, 324 - - - 75, 23 - - - - 10 - - - Apply - - - cmdApply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 465, 324 - - - 75, 23 - - - 12 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 303, 324 - - - 75, 23 - - - 9 - - - Cancel - - - cmdCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 222, 324 - - - 75, 23 - - - 11 - - - Ok - - - cmdOk - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 5, 1 - - - 13, 287 - - - 100, 23 - - - 13 - - - Factory Reset - - - cmdFactoryReset - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls.Panel1 - - - 0 - - - - Fill - - - 0, 0 - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQIVXNlckRhdGEBAQEAAAEAAQABAQgICAIAAAAGAwAAAAlMYW5ndWFnZXMGBAAAABpDaG9v - c2UgZGlmZmVyZW50IGxhbmd1YWdlcwYFAAAAC25kTGFuZ3VhZ2VzAP////8GBgAAAAD/////CQYAAAAA - AAAABgcAAAABMQs= - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQIVXNlckRhdGEBAQEAAAEAAQABAQgICAIAAAAGAwAAAAhDb21tZW50cwYEAAAAGENvbW1l - bnRzIGZvciB0aGUgZGlhbG9ncwYFAAAACm5kQ29tbWVudHMA/////wYGAAAAAP////8JBgAAAAAAAAAG - BwAAAAEyCw== - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQIVXNlckRhdGEBAQEAAAEAAQABAQgICAIAAAAGAwAAAAZJbXBvcnQGBAAAABRJbXBvcnQg - RGF0YSBTZXR0aW5ncwYFAAAACG5kSW1wb3J0AP////8GBgAAAAD/////CQYAAAAAAAAABgcAAAABMws= - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQIVXNlckRhdGEBAQEAAAEAAQABAQgICAIAAAAGAwAAAA1PdXRwdXQgV2luZG93BgQAAAAg - T3V0cHV0IFdpbmRvdyBGb3JtYXR0aW5nIE9wdGlvbnMGBQAAAA5uZE91dHB1dFdpbmRvdwD/////BgYA - AAAA/////wkGAAAAAAAAAAYHAAAAATQL - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQoAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQIVXNlckRhdGEBAQEAAAEAAQABAQgICAIAAAAGAwAAAAhDb21tYW5kcwYEAAAAEENvbW1h - bmRzIE9wdGlvbnMGBQAAAApuZENvbW1hbmRzAP////8GBgAAAAD/////CQYAAAAAAAAABgcAAAABOAs= - - - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAAB1TeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5UcmVlTm9kZQkAAAAEVGV4dAtUb29sVGlwVGV4dAROYW1lCUlzQ2hlY2tl - ZApJbWFnZUluZGV4CEltYWdlS2V5ElNlbGVjdGVkSW1hZ2VJbmRleBBTZWxlY3RlZEltYWdlS2V5CkNo - aWxkQ291bnQBAQEAAAEAAQABCAgIAgAAAAYDAAAACURhdGEgVmlldwYEAAAAAAYFAAAACm5kRGF0YVZp - ZXcA/////wkEAAAA/////wkEAAAAAAAAAAs= - - - - 184, 317 - - - 0 - - - trOptions - - - System.Windows.Forms.TreeView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls.Panel1 - - - 1 - - - spltControls.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls - - - 0 - - - True - - - 9, 18 - - - 61, 13 - - - 3 - - - Language : - - - lblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLanguages - - - 0 - - - 75, 15 - - - 110, 21 - - - 2 - - - ucrInputLanguage - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLanguages - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 0 - - - Languages - - - tbpLanguages - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 0 - - - GrowAndShrink - - - 96, 5 - - - 292, 21 - - - 1 - - - ucrInputComment - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pnComments - - - 0 - - - True - - - 2, 9 - - - 54, 13 - - - 0 - - - Comment: - - - lblComment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnComments - - - 1 - - - 10, 10 - - - 391, 29 - - - 2 - - - pnComments - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpComments - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 1 - - - Comments - - - tbpComments - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 1 - - - True - - - 3, 9 - - - 130, 13 - - - 0 - - - Number of Preview Rows: - - - lblPreviewRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpImport - - - 0 - - - 133, 5 - - - 50, 20 - - - 3 - - - ucrNudPreviewRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpImport - - - 1 - - - True - - - GrowAndShrink - - - 10, 10 - - - 0, 0 - - - 2 - - - pnImportData - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpImport - - - 2 - - - 4, 22 - - - 564, 291 - - - 3 - - - Import - - - tbpImport - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 2 - - - 10, 168 - - - 388, 20 - - - 27 - - - ucrChkShowRCommandsinOutputWindow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOutputWindow - - - 0 - - - 10, 145 - - - 391, 20 - - - 26 - - - ucrChkIncludeCommentsbyDefault - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpOutputWindow - - - 1 - - - 7, 49 - - - 255, 20 - - - 28 - - - ucrChkShowSignifStars - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpROptions - - - 0 - - - 177, 23 - - - 50, 20 - - - 27 - - - ucrNudDigits - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpROptions - - - 1 - - - True - - - 6, 23 - - - 137, 13 - - - 1 - - - Number of Digits to Display: - - - lblNoDigits - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpROptions - - - 2 - - - 10, 192 - - - 271, 93 - - - 25 - - - R Options - - - grpROptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOutputWindow - - - 2 - - - True - - - GrowAndShrink - - - 124, 89 - - - 147, 26 - - - 22 - - - - - - rtbCommentPreview - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 0 - - - 124, 49 - - - 147, 26 - - - 21 - - - - - - rtbOutputPreview - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 1 - - - 124, 9 - - - 147, 26 - - - 20 - - - - - - rtbCommandPreview - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 2 - - - 288, 9 - - - 100, 23 - - - 10 - - - Change... - - - cmdCommandFormat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 3 - - - True - - - 4, 94 - - - 89, 13 - - - 19 - - - Comment Format: - - - lblCommentFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 4 - - - 288, 49 - - - 100, 23 - - - 16 - - - Change... - - - cmdOutputFormat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 5 - - - True - - - 4, 54 - - - 77, 13 - - - 18 - - - Output Format: - - - lblOutputFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 6 - - - 288, 89 - - - 100, 23 - - - 16 - - - Change... - - - cmdCommentFormat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 7 - - - True - - - 4, 14 - - - 92, 13 - - - 17 - - - Command Format: - - - lblCommandFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatOptions - - - 8 - - - 10, 10 - - - 391, 118 - - - 21 - - - pnFormatOptions - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpOutputWindow - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 2 - - - Output Window - - - tbpOutputWindow - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 3 - - - True - - - GrowAndShrink - - - 109, 2 - - - 100, 23 - - - 10 - - - Change... - - - cmdEditorFont - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatEditor - - - 0 - - - True - - - 4, 7 - - - 66, 13 - - - 17 - - - Format Font: - - - lblFont - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnFormatEditor - - - 1 - - - 10, 10 - - - 212, 28 - - - 22 - - - pnFormatEditor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpEditor - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 10 - - - Editor Window - - - Data View - - - tbpEditor - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 4 - - - True - - - 403, 46 - - - 47, 13 - - - 8 - - - seconds - - - lblWaitSeconds - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpCommands - - - 0 - - - 6, 47 - - - 337, 20 - - - 6 - - - ucrChkShowWaitDialog - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCommands - - - 1 - - - 349, 45 - - - 50, 20 - - - 5 - - - ucrNudWaitSeconds - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCommands - - - 2 - - - 6, 20 - - - 398, 21 - - - 3 - - - ucrChkIncludeDefaultParams - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpCommands - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 4 - - - Commands - - - tbpCommands - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 5 - - - True - - - 236, 102 - - - 33, 13 - - - 4 - - - every - - - lblEvery - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDataView - - - 0 - - - True - - - 341, 102 - - - 43, 13 - - - 4 - - - minutes - - - lblMinutes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDataView - - - 1 - - - 13, 104 - - - 217, 20 - - - 3 - - - ucrChkAutoSave - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDataView - - - 2 - - - 13, 78 - - - 393, 20 - - - 3 - - - ucrChkShowDataonGrid - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDataView - - - 3 - - - 285, 99 - - - 50, 20 - - - 2 - - - ucrNudAutoSaveMinutes - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDataView - - - 4 - - - 268, 41 - - - 50, 20 - - - 2 - - - ucrNudMaxCols - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDataView - - - 5 - - - True - - - 10, 44 - - - 198, 13 - - - 1 - - - Maximum Number of Columns to Display: - - - lblMaxCols - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDataView - - - 6 - - - 268, 15 - - - 50, 20 - - - 2 - - - ucrNudMaxRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpDataView - - - 7 - - - True - - - 10, 18 - - - 185, 13 - - - 1 - - - Maximum Number of Rows to Display: - - - lblMaxRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpDataView - - - 8 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 9 - - - Data View - - - tbpDataView - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 6 - - - 399, 16 - - - 24, 21 - - - 2 - - - ... - - - cmdWorkingDirectory - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWorkingDirectory - - - 0 - - - True - - - 13, 20 - - - 95, 13 - - - 0 - - - Working Directory: - - - lblWorkingDirectory - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWorkingDirectory - - - 1 - - - 138, 17 - - - 255, 21 - - - 1 - - - ucrWorkingDirectory - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpWorkingDirectory - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 11 - - - Working Directory - - - tbpWorkingDirectory - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 7 - - - True - - - 6, 52 - - - 163, 17 - - - 1 - - - Display in Separate Windows - - - rdoDisplayinSeparateWindows - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay - - - 0 - - - True - - - 6, 29 - - - 116, 17 - - - 1 - - - Display in R Viewer - - - rdoDisplayinRViewer - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay - - - 1 - - - True - - - 6, 6 - - - 147, 17 - - - 1 - - - Display in Output Window - - - rdoDisplayinOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay - - - 2 - - - 0, 3 - - - 365, 66 - - - 3 - - - ucrPnlGraphDisplay - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpGraphDisplay - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 12 - - - Graph Display - - - tbpGraphDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 8 - - - 7, 12 - - - 378, 20 - - - 2 - - - ucrChkViewStructuredMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 0 - - - 7, 90 - - - 413, 20 - - - 1 - - - ucrChkViewOptionsByContextMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 1 - - - 7, 64 - - - 413, 20 - - - 0 - - - ucrChkViewProcurementMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 2 - - - 7, 38 - - - 407, 20 - - - 0 - - - ucrChkViewClimaticMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 13 - - - Tailored Menus - - - tbpTailoredMenus - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 9 - - - True - - - NoControl - - - 6, 103 - - - 58, 13 - - - 19 - - - Username: - - - lblUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 0 - - - True - - - NoControl - - - 6, 76 - - - 29, 13 - - - 18 - - - Port: - - - lblPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 1 - - - True - - - NoControl - - - 6, 49 - - - 32, 13 - - - 17 - - - Host: - - - lblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 2 - - - True - - - NoControl - - - 6, 21 - - - 87, 13 - - - 16 - - - Database Name: - - - lblDatabaseName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 3 - - - 168, 96 - - - 137, 21 - - - 15 - - - ucrInputUserName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 4 - - - 168, 69 - - - 137, 21 - - - 14 - - - ucrInputPort - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 5 - - - 168, 43 - - - 137, 21 - - - 13 - - - ucrInputHost - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 6 - - - 168, 17 - - - 137, 21 - - - 12 - - - ucrInputDatabaseName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 14 - - - Climsoft - - - tbpClimsoft - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 10 - - - Fill - - - 0, 0 - - - 572, 317 - - - 0 - - - tbcOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls.Panel2 - - - 0 - - - spltControls.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls - - - 1 - - - 760, 317 - - - 184 - - - 8 - - - spltControls - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 545, 324 - - - 37, 23 - - - 13 - - - Lang - - - cmdLanguage - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 770, 353 - - - CenterScreen - - - Options - - - dlgOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgOptionsByContextBoxplot.Designer.vb b/instat/dlgOptionsByContextBoxplot.Designer.vb index c874d682353..c96383f41f7 100644 --- a/instat/dlgOptionsByContextBoxplot.Designer.vb +++ b/instat/dlgOptionsByContextBoxplot.Designer.vb @@ -134,6 +134,7 @@ Partial Class dlgOptionsByContextBoxplot 'ucrInputJitter ' Me.ucrInputJitter.AddQuotesIfUnrecognised = True + Me.ucrInputJitter.AutoSize = True Me.ucrInputJitter.IsMultiline = False Me.ucrInputJitter.IsReadOnly = False Me.ucrInputJitter.Location = New System.Drawing.Point(115, 83) @@ -153,39 +154,44 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrChkVerticalXTickMarkers ' + Me.ucrChkVerticalXTickMarkers.AutoSize = True Me.ucrChkVerticalXTickMarkers.Checked = False Me.ucrChkVerticalXTickMarkers.Location = New System.Drawing.Point(283, 109) Me.ucrChkVerticalXTickMarkers.Name = "ucrChkVerticalXTickMarkers" - Me.ucrChkVerticalXTickMarkers.Size = New System.Drawing.Size(210, 20) + Me.ucrChkVerticalXTickMarkers.Size = New System.Drawing.Size(210, 23) Me.ucrChkVerticalXTickMarkers.TabIndex = 0 ' 'ucrChkHorizontalBoxplot ' + Me.ucrChkHorizontalBoxplot.AutoSize = True Me.ucrChkHorizontalBoxplot.Checked = False Me.ucrChkHorizontalBoxplot.Location = New System.Drawing.Point(283, 83) Me.ucrChkHorizontalBoxplot.Name = "ucrChkHorizontalBoxplot" - Me.ucrChkHorizontalBoxplot.Size = New System.Drawing.Size(210, 20) + Me.ucrChkHorizontalBoxplot.Size = New System.Drawing.Size(210, 23) Me.ucrChkHorizontalBoxplot.TabIndex = 15 ' 'ucrChkVarWidth ' + Me.ucrChkVarWidth.AutoSize = True Me.ucrChkVarWidth.Checked = False Me.ucrChkVarWidth.Location = New System.Drawing.Point(283, 57) Me.ucrChkVarWidth.Name = "ucrChkVarWidth" - Me.ucrChkVarWidth.Size = New System.Drawing.Size(210, 20) + Me.ucrChkVarWidth.Size = New System.Drawing.Size(210, 23) Me.ucrChkVarWidth.TabIndex = 14 ' 'ucrChkIncludePoints ' + Me.ucrChkIncludePoints.AutoSize = True Me.ucrChkIncludePoints.Checked = False Me.ucrChkIncludePoints.Location = New System.Drawing.Point(6, 57) Me.ucrChkIncludePoints.Name = "ucrChkIncludePoints" - Me.ucrChkIncludePoints.Size = New System.Drawing.Size(178, 20) + Me.ucrChkIncludePoints.Size = New System.Drawing.Size(178, 23) Me.ucrChkIncludePoints.TabIndex = 4 ' 'ucrInputHlineValue ' Me.ucrInputHlineValue.AddQuotesIfUnrecognised = True + Me.ucrInputHlineValue.AutoSize = True Me.ucrInputHlineValue.IsMultiline = False Me.ucrInputHlineValue.IsReadOnly = False Me.ucrInputHlineValue.Location = New System.Drawing.Point(76, 165) @@ -205,10 +211,11 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrChkIncludeHline ' + Me.ucrChkIncludeHline.AutoSize = True Me.ucrChkIncludeHline.Checked = False Me.ucrChkIncludeHline.Location = New System.Drawing.Point(6, 137) Me.ucrChkIncludeHline.Name = "ucrChkIncludeHline" - Me.ucrChkIncludeHline.Size = New System.Drawing.Size(159, 20) + Me.ucrChkIncludeHline.Size = New System.Drawing.Size(159, 23) Me.ucrChkIncludeHline.TabIndex = 10 ' 'lblTransparency @@ -223,6 +230,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrNudTransparency ' + Me.ucrNudTransparency.AutoSize = True Me.ucrNudTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTransparency.Location = New System.Drawing.Point(115, 110) @@ -235,6 +243,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrPnlPlotType ' + Me.ucrPnlPlotType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlPlotType.Location = New System.Drawing.Point(4, 19) Me.ucrPnlPlotType.Name = "ucrPnlPlotType" Me.ucrPnlPlotType.Size = New System.Drawing.Size(170, 26) @@ -271,6 +280,7 @@ Partial Class dlgOptionsByContextBoxplot 'ucrInputContext3 ' Me.ucrInputContext3.AddQuotesIfUnrecognised = True + Me.ucrInputContext3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext3.GetSetSelectedIndex = -1 Me.ucrInputContext3.IsReadOnly = False Me.ucrInputContext3.Location = New System.Drawing.Point(141, 130) @@ -280,6 +290,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrReceiverContext3 ' + Me.ucrReceiverContext3.AutoSize = True Me.ucrReceiverContext3.frmParent = Me Me.ucrReceiverContext3.Location = New System.Drawing.Point(8, 130) Me.ucrReceiverContext3.Margin = New System.Windows.Forms.Padding(0) @@ -313,6 +324,7 @@ Partial Class dlgOptionsByContextBoxplot 'ucrInputContext2 ' Me.ucrInputContext2.AddQuotesIfUnrecognised = True + Me.ucrInputContext2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext2.GetSetSelectedIndex = -1 Me.ucrInputContext2.IsReadOnly = False Me.ucrInputContext2.Location = New System.Drawing.Point(141, 84) @@ -322,6 +334,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrReceiverContext2 ' + Me.ucrReceiverContext2.AutoSize = True Me.ucrReceiverContext2.frmParent = Me Me.ucrReceiverContext2.Location = New System.Drawing.Point(8, 84) Me.ucrReceiverContext2.Margin = New System.Windows.Forms.Padding(0) @@ -335,6 +348,7 @@ Partial Class dlgOptionsByContextBoxplot 'ucrInputContext1 ' Me.ucrInputContext1.AddQuotesIfUnrecognised = True + Me.ucrInputContext1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext1.GetSetSelectedIndex = -1 Me.ucrInputContext1.IsReadOnly = False Me.ucrInputContext1.Location = New System.Drawing.Point(141, 38) @@ -344,6 +358,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrReceiverContext1 ' + Me.ucrReceiverContext1.AutoSize = True Me.ucrReceiverContext1.frmParent = Me Me.ucrReceiverContext1.Location = New System.Drawing.Point(8, 38) Me.ucrReceiverContext1.Margin = New System.Windows.Forms.Padding(0) @@ -398,6 +413,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrSavePlot ' + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSavePlot.Location = New System.Drawing.Point(10, 497) Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" @@ -407,13 +423,15 @@ Partial Class dlgOptionsByContextBoxplot 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 526) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 1 ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me Me.ucrReceiverX.Location = New System.Drawing.Point(270, 82) Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) @@ -426,6 +444,7 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrReceiverMeasurement ' + Me.ucrReceiverMeasurement.AutoSize = True Me.ucrReceiverMeasurement.frmParent = Me Me.ucrReceiverMeasurement.Location = New System.Drawing.Point(270, 41) Me.ucrReceiverMeasurement.Margin = New System.Windows.Forms.Padding(0) @@ -438,19 +457,20 @@ Partial Class dlgOptionsByContextBoxplot ' 'ucrSelectorPlot ' + Me.ucrSelectorPlot.AutoSize = True Me.ucrSelectorPlot.bDropUnusedFilterLevels = False Me.ucrSelectorPlot.bShowHiddenColumns = False Me.ucrSelectorPlot.bUseCurrentFilter = True Me.ucrSelectorPlot.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPlot.Name = "ucrSelectorPlot" - Me.ucrSelectorPlot.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorPlot.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorPlot.TabIndex = 0 ' 'dlgOptionsByContextBoxplot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(543, 582) Me.Controls.Add(Me.cmdBoxPlotOptions) diff --git a/instat/dlgOptionsByContextFItModel.Designer.vb b/instat/dlgOptionsByContextFItModel.Designer.vb index d19bae2433b..e134d61ee8c 100644 --- a/instat/dlgOptionsByContextFItModel.Designer.vb +++ b/instat/dlgOptionsByContextFItModel.Designer.vb @@ -53,6 +53,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrSaveModel ' + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModel.Location = New System.Drawing.Point(10, 403) Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" @@ -61,14 +62,16 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrChkConvertToNumeric ' + Me.ucrChkConvertToNumeric.AutoSize = True Me.ucrChkConvertToNumeric.Checked = False Me.ucrChkConvertToNumeric.Location = New System.Drawing.Point(242, 85) Me.ucrChkConvertToNumeric.Name = "ucrChkConvertToNumeric" - Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(136, 20) + Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(136, 23) Me.ucrChkConvertToNumeric.TabIndex = 3 ' 'ucrReceiverResponse ' + Me.ucrReceiverResponse.AutoSize = True Me.ucrReceiverResponse.frmParent = Me Me.ucrReceiverResponse.Location = New System.Drawing.Point(242, 60) Me.ucrReceiverResponse.Margin = New System.Windows.Forms.Padding(0) @@ -102,6 +105,7 @@ Partial Class dlgOptionsByContextFitModel 'ucrModelPreview ' Me.ucrModelPreview.AddQuotesIfUnrecognised = True + Me.ucrModelPreview.AutoSize = True Me.ucrModelPreview.IsMultiline = False Me.ucrModelPreview.IsReadOnly = False Me.ucrModelPreview.Location = New System.Drawing.Point(120, 376) @@ -121,6 +125,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrDistributionChoice ' + Me.ucrDistributionChoice.AutoSize = True Me.ucrDistributionChoice.Location = New System.Drawing.Point(10, 207) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" Me.ucrDistributionChoice.Size = New System.Drawing.Size(213, 31) @@ -139,6 +144,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrSelectorFitModel ' + Me.ucrSelectorFitModel.AutoSize = True Me.ucrSelectorFitModel.bDropUnusedFilterLevels = False Me.ucrSelectorFitModel.bShowHiddenColumns = False Me.ucrSelectorFitModel.bUseCurrentFilter = True @@ -151,9 +157,10 @@ Partial Class dlgOptionsByContextFitModel 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 429) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(405, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'grpContexts @@ -204,6 +211,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverContext4 ' + Me.ucrReceiverContext4.AutoSize = True Me.ucrReceiverContext4.frmParent = Me Me.ucrReceiverContext4.Location = New System.Drawing.Point(8, 159) Me.ucrReceiverContext4.Margin = New System.Windows.Forms.Padding(0) @@ -216,6 +224,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverContextOther ' + Me.ucrReceiverContextOther.AutoSize = True Me.ucrReceiverContextOther.frmParent = Me Me.ucrReceiverContextOther.Location = New System.Drawing.Point(8, 202) Me.ucrReceiverContextOther.Margin = New System.Windows.Forms.Padding(0) @@ -237,6 +246,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverContext1 ' + Me.ucrReceiverContext1.AutoSize = True Me.ucrReceiverContext1.frmParent = Me Me.ucrReceiverContext1.Location = New System.Drawing.Point(8, 37) Me.ucrReceiverContext1.Margin = New System.Windows.Forms.Padding(0) @@ -249,6 +259,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverContext3 ' + Me.ucrReceiverContext3.AutoSize = True Me.ucrReceiverContext3.frmParent = Me Me.ucrReceiverContext3.Location = New System.Drawing.Point(8, 119) Me.ucrReceiverContext3.Margin = New System.Windows.Forms.Padding(0) @@ -261,6 +272,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverContext2 ' + Me.ucrReceiverContext2.AutoSize = True Me.ucrReceiverContext2.frmParent = Me Me.ucrReceiverContext2.Location = New System.Drawing.Point(8, 79) Me.ucrReceiverContext2.Margin = New System.Windows.Forms.Padding(0) @@ -282,6 +294,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverBlocking ' + Me.ucrReceiverBlocking.AutoSize = True Me.ucrReceiverBlocking.frmParent = Me Me.ucrReceiverBlocking.Location = New System.Drawing.Point(242, 134) Me.ucrReceiverBlocking.Margin = New System.Windows.Forms.Padding(0) @@ -312,6 +325,7 @@ Partial Class dlgOptionsByContextFitModel ' 'ucrReceiverOptions ' + Me.ucrReceiverOptions.AutoSize = True Me.ucrReceiverOptions.frmParent = Me Me.ucrReceiverOptions.Location = New System.Drawing.Point(242, 257) Me.ucrReceiverOptions.Margin = New System.Windows.Forms.Padding(0) @@ -324,8 +338,8 @@ Partial Class dlgOptionsByContextFitModel ' 'dlgOptionsByContextFitModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(553, 486) Me.Controls.Add(Me.lblOptions) diff --git a/instat/dlgOtherRosePlots.Designer.vb b/instat/dlgOtherRosePlots.Designer.vb index f22a72c57f2..2a571732472 100644 --- a/instat/dlgOtherRosePlots.Designer.vb +++ b/instat/dlgOtherRosePlots.Designer.vb @@ -254,6 +254,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverFacetOne ' + Me.ucrReceiverFacetOne.AutoSize = True Me.ucrReceiverFacetOne.frmParent = Me Me.ucrReceiverFacetOne.Location = New System.Drawing.Point(403, 72) Me.ucrReceiverFacetOne.Margin = New System.Windows.Forms.Padding(0) @@ -266,6 +267,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverFacetTwo ' + Me.ucrReceiverFacetTwo.AutoSize = True Me.ucrReceiverFacetTwo.frmParent = Me Me.ucrReceiverFacetTwo.Location = New System.Drawing.Point(403, 113) Me.ucrReceiverFacetTwo.Margin = New System.Windows.Forms.Padding(0) @@ -278,6 +280,7 @@ Partial Class dlgOtherRosePlots ' 'ucrNudPercentile ' + Me.ucrNudPercentile.AutoSize = True Me.ucrNudPercentile.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPercentile.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudPercentile.Location = New System.Drawing.Point(85, 307) @@ -290,6 +293,7 @@ Partial Class dlgOtherRosePlots ' 'ucrSaveGraph ' + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveGraph.Location = New System.Drawing.Point(14, 390) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" @@ -298,6 +302,7 @@ Partial Class dlgOtherRosePlots ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(17, 9) Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" @@ -307,6 +312,7 @@ Partial Class dlgOtherRosePlots 'ucrInputColor ' Me.ucrInputColor.AddQuotesIfUnrecognised = True + Me.ucrInputColor.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColor.GetSetSelectedIndex = -1 Me.ucrInputColor.IsReadOnly = False Me.ucrInputColor.Location = New System.Drawing.Point(85, 279) @@ -316,6 +322,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(259, 72) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -328,6 +335,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverWindDirection ' + Me.ucrReceiverWindDirection.AutoSize = True Me.ucrReceiverWindDirection.frmParent = Me Me.ucrReceiverWindDirection.Location = New System.Drawing.Point(259, 160) Me.ucrReceiverWindDirection.Margin = New System.Windows.Forms.Padding(0) @@ -340,25 +348,28 @@ Partial Class dlgOtherRosePlots ' 'ucrSelectorOtherRosePlots ' + Me.ucrSelectorOtherRosePlots.AutoSize = True Me.ucrSelectorOtherRosePlots.bDropUnusedFilterLevels = False Me.ucrSelectorOtherRosePlots.bShowHiddenColumns = False Me.ucrSelectorOtherRosePlots.bUseCurrentFilter = True Me.ucrSelectorOtherRosePlots.Location = New System.Drawing.Point(14, 55) Me.ucrSelectorOtherRosePlots.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOtherRosePlots.Name = "ucrSelectorOtherRosePlots" - Me.ucrSelectorOtherRosePlots.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorOtherRosePlots.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorOtherRosePlots.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(15, 426) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 27 ' 'ucrReceiverPollutant ' + Me.ucrReceiverPollutant.AutoSize = True Me.ucrReceiverPollutant.frmParent = Me Me.ucrReceiverPollutant.Location = New System.Drawing.Point(259, 205) Me.ucrReceiverPollutant.Margin = New System.Windows.Forms.Padding(0) @@ -371,22 +382,25 @@ Partial Class dlgOtherRosePlots ' 'ucrChkForcePositive ' + Me.ucrChkForcePositive.AutoSize = True Me.ucrChkForcePositive.Checked = False Me.ucrChkForcePositive.Location = New System.Drawing.Point(14, 362) Me.ucrChkForcePositive.Name = "ucrChkForcePositive" - Me.ucrChkForcePositive.Size = New System.Drawing.Size(244, 20) + Me.ucrChkForcePositive.Size = New System.Drawing.Size(244, 23) Me.ucrChkForcePositive.TabIndex = 25 ' 'ucrChkNormalise ' + Me.ucrChkNormalise.AutoSize = True Me.ucrChkNormalise.Checked = False Me.ucrChkNormalise.Location = New System.Drawing.Point(14, 363) Me.ucrChkNormalise.Name = "ucrChkNormalise" - Me.ucrChkNormalise.Size = New System.Drawing.Size(156, 20) + Me.ucrChkNormalise.Size = New System.Drawing.Size(156, 23) Me.ucrChkNormalise.TabIndex = 85 ' 'ucrReceiverMultiplePollutants ' + Me.ucrReceiverMultiplePollutants.AutoSize = True Me.ucrReceiverMultiplePollutants.frmParent = Me Me.ucrReceiverMultiplePollutants.Location = New System.Drawing.Point(259, 207) Me.ucrReceiverMultiplePollutants.Margin = New System.Windows.Forms.Padding(0) @@ -399,6 +413,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverWindSpeed ' + Me.ucrReceiverWindSpeed.AutoSize = True Me.ucrReceiverWindSpeed.frmParent = Me Me.ucrReceiverWindSpeed.Location = New System.Drawing.Point(259, 113) Me.ucrReceiverWindSpeed.Margin = New System.Windows.Forms.Padding(0) @@ -411,6 +426,7 @@ Partial Class dlgOtherRosePlots ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me Me.ucrReceiverX.Location = New System.Drawing.Point(259, 113) Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) @@ -423,6 +439,7 @@ Partial Class dlgOtherRosePlots ' 'ucrNudNmberOfClusters ' + Me.ucrNudNmberOfClusters.AutoSize = True Me.ucrNudNmberOfClusters.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNmberOfClusters.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNmberOfClusters.Location = New System.Drawing.Point(97, 250) @@ -436,6 +453,7 @@ Partial Class dlgOtherRosePlots 'ucrInputMethod ' Me.ucrInputMethod.AddQuotesIfUnrecognised = True + Me.ucrInputMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMethod.GetSetSelectedIndex = -1 Me.ucrInputMethod.IsReadOnly = False Me.ucrInputMethod.Location = New System.Drawing.Point(83, 249) @@ -446,6 +464,7 @@ Partial Class dlgOtherRosePlots 'ucrInputStatistic ' Me.ucrInputStatistic.AddQuotesIfUnrecognised = True + Me.ucrInputStatistic.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStatistic.GetSetSelectedIndex = -1 Me.ucrInputStatistic.IsReadOnly = False Me.ucrInputStatistic.Location = New System.Drawing.Point(83, 249) @@ -455,40 +474,44 @@ Partial Class dlgOtherRosePlots ' 'ucrChkPadDate ' + Me.ucrChkPadDate.AutoSize = True Me.ucrChkPadDate.Checked = False Me.ucrChkPadDate.Location = New System.Drawing.Point(15, 307) Me.ucrChkPadDate.Name = "ucrChkPadDate" - Me.ucrChkPadDate.Size = New System.Drawing.Size(130, 20) + Me.ucrChkPadDate.Size = New System.Drawing.Size(130, 23) Me.ucrChkPadDate.TabIndex = 84 ' 'ucrChkSmooth ' + Me.ucrChkSmooth.AutoSize = True Me.ucrChkSmooth.Checked = False Me.ucrChkSmooth.Location = New System.Drawing.Point(14, 337) Me.ucrChkSmooth.Name = "ucrChkSmooth" - Me.ucrChkSmooth.Size = New System.Drawing.Size(244, 20) + Me.ucrChkSmooth.Size = New System.Drawing.Size(244, 23) Me.ucrChkSmooth.TabIndex = 103 ' 'ucrChkExcludeMissing ' + Me.ucrChkExcludeMissing.AutoSize = True Me.ucrChkExcludeMissing.Checked = False Me.ucrChkExcludeMissing.Location = New System.Drawing.Point(14, 337) Me.ucrChkExcludeMissing.Name = "ucrChkExcludeMissing" - Me.ucrChkExcludeMissing.Size = New System.Drawing.Size(244, 20) + Me.ucrChkExcludeMissing.Size = New System.Drawing.Size(244, 23) Me.ucrChkExcludeMissing.TabIndex = 24 ' 'ucrChkTransform ' + Me.ucrChkTransform.AutoSize = True Me.ucrChkTransform.Checked = False Me.ucrChkTransform.Location = New System.Drawing.Point(14, 337) Me.ucrChkTransform.Name = "ucrChkTransform" - Me.ucrChkTransform.Size = New System.Drawing.Size(244, 20) + Me.ucrChkTransform.Size = New System.Drawing.Size(244, 23) Me.ucrChkTransform.TabIndex = 87 ' 'dlgOtherRosePlots ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(527, 488) Me.Controls.Add(Me.lblFacetTwo) diff --git a/instat/dlgOutputforCPT.designer.vb b/instat/dlgOutputforCPT.designer.vb index 0aeed46686c..0da7730fd62 100644 --- a/instat/dlgOutputforCPT.designer.vb +++ b/instat/dlgOutputforCPT.designer.vb @@ -49,9 +49,10 @@ Partial Class dlgOutputforCPT 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(14, 227) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'Label1 @@ -98,8 +99,8 @@ Partial Class dlgOutputforCPT ' 'dlgOutputforCPT ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(436, 262) Me.Controls.Add(Me.lblInterestedVariable) diff --git a/instat/dlgPICSACrops.Designer.vb b/instat/dlgPICSACrops.Designer.vb index cd9fb1d2339..dee8add1de3 100644 --- a/instat/dlgPICSACrops.Designer.vb +++ b/instat/dlgPICSACrops.Designer.vb @@ -154,6 +154,7 @@ Partial Class dlgPICSACrops ' 'ucrReceiverStart ' + Me.ucrReceiverStart.AutoSize = True Me.ucrReceiverStart.frmParent = Me Me.ucrReceiverStart.Location = New System.Drawing.Point(10, 34) Me.ucrReceiverStart.Margin = New System.Windows.Forms.Padding(0) @@ -166,6 +167,7 @@ Partial Class dlgPICSACrops ' 'ucrReceiverEnd ' + Me.ucrReceiverEnd.AutoSize = True Me.ucrReceiverEnd.frmParent = Me Me.ucrReceiverEnd.Location = New System.Drawing.Point(142, 34) Me.ucrReceiverEnd.Margin = New System.Windows.Forms.Padding(0) @@ -221,15 +223,17 @@ Partial Class dlgPICSACrops ' 'ucrChkRequirePlantingDays ' + Me.ucrChkRequirePlantingDays.AutoSize = True Me.ucrChkRequirePlantingDays.Checked = False Me.ucrChkRequirePlantingDays.Location = New System.Drawing.Point(6, 18) Me.ucrChkRequirePlantingDays.Name = "ucrChkRequirePlantingDays" - Me.ucrChkRequirePlantingDays.Size = New System.Drawing.Size(286, 20) + Me.ucrChkRequirePlantingDays.Size = New System.Drawing.Size(286, 23) Me.ucrChkRequirePlantingDays.TabIndex = 39 ' 'ucrInputCropLengths ' Me.ucrInputCropLengths.AddQuotesIfUnrecognised = True + Me.ucrInputCropLengths.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCropLengths.GetSetSelectedIndex = -1 Me.ucrInputCropLengths.IsReadOnly = False Me.ucrInputCropLengths.Location = New System.Drawing.Point(172, 126) @@ -240,6 +244,7 @@ Partial Class dlgPICSACrops 'ucrInputWaterAmounts ' Me.ucrInputWaterAmounts.AddQuotesIfUnrecognised = True + Me.ucrInputWaterAmounts.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputWaterAmounts.GetSetSelectedIndex = -1 Me.ucrInputWaterAmounts.IsReadOnly = False Me.ucrInputWaterAmounts.Location = New System.Drawing.Point(172, 89) @@ -250,6 +255,7 @@ Partial Class dlgPICSACrops 'ucrInputPlantingDates ' Me.ucrInputPlantingDates.AddQuotesIfUnrecognised = True + Me.ucrInputPlantingDates.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPlantingDates.GetSetSelectedIndex = -1 Me.ucrInputPlantingDates.IsReadOnly = False Me.ucrInputPlantingDates.Location = New System.Drawing.Point(172, 51) @@ -259,22 +265,25 @@ Partial Class dlgPICSACrops ' 'ucrChkDataProp ' + Me.ucrChkDataProp.AutoSize = True Me.ucrChkDataProp.Checked = False Me.ucrChkDataProp.Location = New System.Drawing.Point(10, 358) Me.ucrChkDataProp.Name = "ucrChkDataProp" - Me.ucrChkDataProp.Size = New System.Drawing.Size(172, 20) + Me.ucrChkDataProp.Size = New System.Drawing.Size(172, 23) Me.ucrChkDataProp.TabIndex = 37 ' 'ucrChkPrintDataProp ' + Me.ucrChkPrintDataProp.AutoSize = True Me.ucrChkPrintDataProp.Checked = False Me.ucrChkPrintDataProp.Location = New System.Drawing.Point(188, 358) Me.ucrChkPrintDataProp.Name = "ucrChkPrintDataProp" - Me.ucrChkPrintDataProp.Size = New System.Drawing.Size(255, 20) + Me.ucrChkPrintDataProp.Size = New System.Drawing.Size(255, 23) Me.ucrChkPrintDataProp.TabIndex = 36 ' 'ucrReceiverRainfall ' + Me.ucrReceiverRainfall.AutoSize = True Me.ucrReceiverRainfall.frmParent = Me Me.ucrReceiverRainfall.Location = New System.Drawing.Point(236, 81) Me.ucrReceiverRainfall.Margin = New System.Windows.Forms.Padding(0) @@ -287,6 +296,7 @@ Partial Class dlgPICSACrops ' 'ucrReceiverDay ' + Me.ucrReceiverDay.AutoSize = True Me.ucrReceiverDay.frmParent = Me Me.ucrReceiverDay.Location = New System.Drawing.Point(368, 81) Me.ucrReceiverDay.Margin = New System.Windows.Forms.Padding(0) @@ -299,6 +309,7 @@ Partial Class dlgPICSACrops ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(368, 37) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -311,6 +322,7 @@ Partial Class dlgPICSACrops ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(236, 37) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -323,27 +335,29 @@ Partial Class dlgPICSACrops ' 'ucrSelectorForCrops ' + Me.ucrSelectorForCrops.AutoSize = True Me.ucrSelectorForCrops.bDropUnusedFilterLevels = False Me.ucrSelectorForCrops.bShowHiddenColumns = False Me.ucrSelectorForCrops.bUseCurrentFilter = True Me.ucrSelectorForCrops.Location = New System.Drawing.Point(6, 5) Me.ucrSelectorForCrops.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForCrops.Name = "ucrSelectorForCrops" - Me.ucrSelectorForCrops.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForCrops.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForCrops.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 392) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgPICSACrops ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(504, 449) Me.Controls.Add(Me.grpCropDefinitions) diff --git a/instat/dlgPICSARainfall.Designer.vb b/instat/dlgPICSARainfall.Designer.vb index 2a3df6ab7f2..a6829546889 100644 --- a/instat/dlgPICSARainfall.Designer.vb +++ b/instat/dlgPICSARainfall.Designer.vb @@ -122,6 +122,7 @@ Partial Class dlgPICSARainfall ' 'ucrReceiverFacetBy ' + Me.ucrReceiverFacetBy.AutoSize = True Me.ucrReceiverFacetBy.frmParent = Me Me.ucrReceiverFacetBy.Location = New System.Drawing.Point(248, 306) Me.ucrReceiverFacetBy.Margin = New System.Windows.Forms.Padding(0) @@ -134,6 +135,7 @@ Partial Class dlgPICSARainfall ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me Me.ucrReceiverX.Location = New System.Drawing.Point(248, 216) Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) @@ -146,6 +148,7 @@ Partial Class dlgPICSARainfall ' 'ucrChkPoints ' + Me.ucrChkPoints.AutoSize = True Me.ucrChkPoints.Checked = False Me.ucrChkPoints.Location = New System.Drawing.Point(9, 307) Me.ucrChkPoints.Name = "ucrChkPoints" @@ -154,6 +157,7 @@ Partial Class dlgPICSARainfall ' 'ucrSave ' + Me.ucrSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSave.Location = New System.Drawing.Point(9, 337) Me.ucrSave.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSave.Name = "ucrSave" @@ -162,6 +166,7 @@ Partial Class dlgPICSARainfall ' 'ucrSelectorPICSARainfall ' + Me.ucrSelectorPICSARainfall.AutoSize = True Me.ucrSelectorPICSARainfall.bDropUnusedFilterLevels = False Me.ucrSelectorPICSARainfall.bShowHiddenColumns = False Me.ucrSelectorPICSARainfall.bUseCurrentFilter = True @@ -174,13 +179,15 @@ Partial Class dlgPICSARainfall 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 366) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 26 ' 'ucrReceiverColourBy ' + Me.ucrReceiverColourBy.AutoSize = True Me.ucrReceiverColourBy.frmParent = Me Me.ucrReceiverColourBy.Location = New System.Drawing.Point(248, 260) Me.ucrReceiverColourBy.Margin = New System.Windows.Forms.Padding(0) @@ -193,6 +200,7 @@ Partial Class dlgPICSARainfall ' 'ucrVariablesAsFactorForPicsa ' + Me.ucrVariablesAsFactorForPicsa.AutoSize = True Me.ucrVariablesAsFactorForPicsa.frmParent = Me Me.ucrVariablesAsFactorForPicsa.Location = New System.Drawing.Point(248, 23) Me.ucrVariablesAsFactorForPicsa.Name = "ucrVariablesAsFactorForPicsa" @@ -206,6 +214,7 @@ Partial Class dlgPICSARainfall 'ucrInputStation ' Me.ucrInputStation.AddQuotesIfUnrecognised = True + Me.ucrInputStation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStation.GetSetSelectedIndex = -1 Me.ucrInputStation.IsReadOnly = False Me.ucrInputStation.Location = New System.Drawing.Point(375, 306) @@ -215,8 +224,8 @@ Partial Class dlgPICSARainfall ' 'dlgPICSARainfall ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(463, 420) Me.Controls.Add(Me.ucrInputStation) diff --git a/instat/dlgPICSATemperature.Designer.vb b/instat/dlgPICSATemperature.Designer.vb index 2b87dfaa214..ea64d84ee49 100644 --- a/instat/dlgPICSATemperature.Designer.vb +++ b/instat/dlgPICSATemperature.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgPICSATemperature 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(7, 203) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgPICSATemperature ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(412, 261) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgParallelCoordinatePlot.Designer.vb b/instat/dlgParallelCoordinatePlot.Designer.vb index 863c49a82ed..30777afa0d5 100644 --- a/instat/dlgParallelCoordinatePlot.Designer.vb +++ b/instat/dlgParallelCoordinatePlot.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgParallelCoordinatePlot 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgParallelCoordinatePlot)) Me.cmdParcoordOptions = New System.Windows.Forms.Button() Me.cmdPlotOptions = New System.Windows.Forms.Button() Me.lblXVariables = New System.Windows.Forms.Label() @@ -42,106 +41,168 @@ Partial Class dlgParallelCoordinatePlot ' 'cmdParcoordOptions ' - resources.ApplyResources(Me.cmdParcoordOptions, "cmdParcoordOptions") + Me.cmdParcoordOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdParcoordOptions.Location = New System.Drawing.Point(9, 201) Me.cmdParcoordOptions.Name = "cmdParcoordOptions" + Me.cmdParcoordOptions.Size = New System.Drawing.Size(147, 23) + Me.cmdParcoordOptions.TabIndex = 5 + Me.cmdParcoordOptions.Text = "Parcoord Options" Me.cmdParcoordOptions.UseVisualStyleBackColor = True ' 'cmdPlotOptions ' - resources.ApplyResources(Me.cmdPlotOptions, "cmdPlotOptions") + Me.cmdPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlotOptions.Location = New System.Drawing.Point(9, 230) Me.cmdPlotOptions.Name = "cmdPlotOptions" + Me.cmdPlotOptions.Size = New System.Drawing.Size(147, 23) + Me.cmdPlotOptions.TabIndex = 6 + Me.cmdPlotOptions.Text = "Plot Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' 'lblXVariables ' - resources.ApplyResources(Me.lblXVariables, "lblXVariables") + Me.lblXVariables.AutoSize = True + Me.lblXVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXVariables.Location = New System.Drawing.Point(270, 44) Me.lblXVariables.Name = "lblXVariables" + Me.lblXVariables.Size = New System.Drawing.Size(63, 13) + Me.lblXVariables.TabIndex = 1 + Me.lblXVariables.Text = "X Variables:" ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor.Location = New System.Drawing.Point(270, 186) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(88, 13) + Me.lblFactor.TabIndex = 3 + Me.lblFactor.Text = "Factor (Optional):" ' 'lblScale ' - resources.ApplyResources(Me.lblScale, "lblScale") + Me.lblScale.AutoSize = True + Me.lblScale.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblScale.Location = New System.Drawing.Point(8, 268) Me.lblScale.Name = "lblScale" + Me.lblScale.Size = New System.Drawing.Size(37, 13) + Me.lblScale.TabIndex = 7 + Me.lblScale.Text = "Scale:" ' 'lblTransparency ' - resources.ApplyResources(Me.lblTransparency, "lblTransparency") + Me.lblTransparency.AutoSize = True + Me.lblTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTransparency.Location = New System.Drawing.Point(265, 236) Me.lblTransparency.Name = "lblTransparency" + Me.lblTransparency.Size = New System.Drawing.Size(75, 13) + Me.lblTransparency.TabIndex = 9 + Me.lblTransparency.Text = "Transparency:" ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(9, 344) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(324, 24) + Me.ucrSaveGraph.TabIndex = 13 ' 'ucrNudTransparency ' + Me.ucrNudTransparency.AutoSize = True Me.ucrNudTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTransparency, "ucrNudTransparency") + Me.ucrNudTransparency.Location = New System.Drawing.Point(343, 233) Me.ucrNudTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Name = "ucrNudTransparency" + Me.ucrNudTransparency.Size = New System.Drawing.Size(52, 20) + Me.ucrNudTransparency.TabIndex = 10 Me.ucrNudTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkPoints ' + Me.ucrChkPoints.AutoSize = True Me.ucrChkPoints.Checked = False - resources.ApplyResources(Me.ucrChkPoints, "ucrChkPoints") + Me.ucrChkPoints.Location = New System.Drawing.Point(9, 318) Me.ucrChkPoints.Name = "ucrChkPoints" + Me.ucrChkPoints.Size = New System.Drawing.Size(210, 23) + Me.ucrChkPoints.TabIndex = 12 ' 'ucrChkBoxplots ' + Me.ucrChkBoxplots.AutoSize = True Me.ucrChkBoxplots.Checked = False - resources.ApplyResources(Me.ucrChkBoxplots, "ucrChkBoxplots") + Me.ucrChkBoxplots.Location = New System.Drawing.Point(9, 292) Me.ucrChkBoxplots.Name = "ucrChkBoxplots" + Me.ucrChkBoxplots.Size = New System.Drawing.Size(210, 23) + Me.ucrChkBoxplots.TabIndex = 11 ' 'ucrInputScale ' Me.ucrInputScale.AddQuotesIfUnrecognised = True + Me.ucrInputScale.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputScale.GetSetSelectedIndex = -1 Me.ucrInputScale.IsReadOnly = False - resources.ApplyResources(Me.ucrInputScale, "ucrInputScale") + Me.ucrInputScale.Location = New System.Drawing.Point(66, 265) Me.ucrInputScale.Name = "ucrInputScale" + Me.ucrInputScale.Size = New System.Drawing.Size(89, 21) + Me.ucrInputScale.TabIndex = 8 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 370) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(268, 201) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 4 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrReceiverXVariables ' + Me.ucrReceiverXVariables.AutoSize = True Me.ucrReceiverXVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverXVariables, "ucrReceiverXVariables") + Me.ucrReceiverXVariables.Location = New System.Drawing.Point(268, 59) + Me.ucrReceiverXVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverXVariables.Name = "ucrReceiverXVariables" Me.ucrReceiverXVariables.Selector = Nothing + Me.ucrReceiverXVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverXVariables.strNcFilePath = "" + Me.ucrReceiverXVariables.TabIndex = 2 Me.ucrReceiverXVariables.ucrSelector = Nothing ' 'ucrSelectorParallelCoordinatePlot ' + Me.ucrSelectorParallelCoordinatePlot.AutoSize = True Me.ucrSelectorParallelCoordinatePlot.bDropUnusedFilterLevels = False Me.ucrSelectorParallelCoordinatePlot.bShowHiddenColumns = False Me.ucrSelectorParallelCoordinatePlot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorParallelCoordinatePlot, "ucrSelectorParallelCoordinatePlot") + Me.ucrSelectorParallelCoordinatePlot.Location = New System.Drawing.Point(9, 9) + Me.ucrSelectorParallelCoordinatePlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorParallelCoordinatePlot.Name = "ucrSelectorParallelCoordinatePlot" + Me.ucrSelectorParallelCoordinatePlot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorParallelCoordinatePlot.TabIndex = 0 ' 'dlgParallelCoordinatePlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 430) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.ucrNudTransparency) Me.Controls.Add(Me.lblTransparency) @@ -161,6 +222,8 @@ Partial Class dlgParallelCoordinatePlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgParallelCoordinatePlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Parallel Coordinate Plot" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgParallelCoordinatePlot.resx b/instat/dlgParallelCoordinatePlot.resx index 1e5109cb622..29dcb1b3a35 100644 --- a/instat/dlgParallelCoordinatePlot.resx +++ b/instat/dlgParallelCoordinatePlot.resx @@ -117,409 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 9, 201 - - - 147, 23 - - - - 5 - - - Parcoord Options - - - cmdParcoordOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - NoControl - - - 9, 230 - - - 147, 23 - - - 6 - - - Plot Options - - - cmdPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 270, 44 - - - 63, 13 - - - 1 - - - X Variables: - - - lblXVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 270, 186 - - - 88, 13 - - - 3 - - - Factor (Optional): - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 8, 268 - - - 37, 13 - - - 7 - - - Scale: - - - lblScale - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 265, 236 - - - 75, 13 - - - 9 - - - Transparency: - - - lblTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 9, 344 - - - 4, 5, 4, 5 - - - 324, 24 - - - 13 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 343, 233 - - - 52, 20 - - - 10 - - - ucrNudTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 318 - - - 210, 20 - - - 12 - - - ucrChkPoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 9, 292 - - - 210, 20 - - - 11 - - - ucrChkBoxplots - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 66, 265 - - - 89, 21 - - - 8 - - - ucrInputScale - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 9, 370 - - - 410, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 6, 13 - - - True - - - 417, 430 - - - 268, 59 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverXVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 9, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorParallelCoordinatePlot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - CenterScreen - - - Parallel Coordinate Plot - - - dlgParallelCoordinatePlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 268, 201 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - \ No newline at end of file diff --git a/instat/dlgPasteNewColumns.Designer.vb b/instat/dlgPasteNewColumns.Designer.vb index feddfe5cbf0..d68cd84fe90 100644 --- a/instat/dlgPasteNewColumns.Designer.vb +++ b/instat/dlgPasteNewColumns.Designer.vb @@ -26,12 +26,12 @@ Partial Class dlgPasteNewColumns ' 'dlgPasteNewColumns ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(533, 292) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow - Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) + Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "dlgPasteNewColumns" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Paste Data to New Column(s)" diff --git a/instat/dlgPasteNewDataFrame.Designer.vb b/instat/dlgPasteNewDataFrame.Designer.vb index 4065f85ce88..bf595b3946e 100644 --- a/instat/dlgPasteNewDataFrame.Designer.vb +++ b/instat/dlgPasteNewDataFrame.Designer.vb @@ -76,9 +76,10 @@ Partial Class dlgPasteNewDataFrame 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 276) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 5 ' 'lblLinesToPreview @@ -93,6 +94,7 @@ Partial Class dlgPasteNewDataFrame ' 'ucrNudPreviewLines ' + Me.ucrNudPreviewLines.AutoSize = True Me.ucrNudPreviewLines.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudPreviewLines.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudPreviewLines.Location = New System.Drawing.Point(413, 10) @@ -106,10 +108,11 @@ Partial Class dlgPasteNewDataFrame ' 'ucrChkRowHeader ' + Me.ucrChkRowHeader.AutoSize = True Me.ucrChkRowHeader.Checked = False Me.ucrChkRowHeader.Location = New System.Drawing.Point(146, 12) Me.ucrChkRowHeader.Name = "ucrChkRowHeader" - Me.ucrChkRowHeader.Size = New System.Drawing.Size(169, 20) + Me.ucrChkRowHeader.Size = New System.Drawing.Size(169, 23) Me.ucrChkRowHeader.TabIndex = 1 ' 'lblConfirmText @@ -125,6 +128,7 @@ Partial Class dlgPasteNewDataFrame ' 'ucrSaveNewDFName ' + Me.ucrSaveNewDFName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveNewDFName.Location = New System.Drawing.Point(10, 243) Me.ucrSaveNewDFName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDFName.Name = "ucrSaveNewDFName" @@ -151,8 +155,8 @@ Partial Class dlgPasteNewDataFrame ' 'dlgPasteNewDataFrame ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(599, 339) Me.Controls.Add(Me.panelNoDataPreview) diff --git a/instat/dlgPasteSpecial.Designer.vb b/instat/dlgPasteSpecial.Designer.vb index bf1ac93d79c..eee66821a29 100644 --- a/instat/dlgPasteSpecial.Designer.vb +++ b/instat/dlgPasteSpecial.Designer.vb @@ -27,22 +27,24 @@ Partial Class dlgPasteSpecial ' 'UcrCheck1 ' + Me.UcrCheck1.AutoSize = True Me.UcrCheck1.Checked = False Me.UcrCheck1.Location = New System.Drawing.Point(172, 48) Me.UcrCheck1.Name = "UcrCheck1" - Me.UcrCheck1.Size = New System.Drawing.Size(100, 20) + Me.UcrCheck1.Size = New System.Drawing.Size(100, 23) Me.UcrCheck1.TabIndex = 0 ' 'dlgPasteSpecial ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(545, 196) Me.Controls.Add(Me.UcrCheck1) Me.Name = "dlgPasteSpecial" Me.Text = "dlgPasteSpecial" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/dlgPermuteColumn.Designer.vb b/instat/dlgPermuteColumn.Designer.vb index 2c8c43dbd3e..48ae8c47f88 100644 --- a/instat/dlgPermuteColumn.Designer.vb +++ b/instat/dlgPermuteColumn.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgPermuteColumn 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPermuteColumn)) Me.lblSelected = New System.Windows.Forms.Label() Me.lblNumberOfColumns = New System.Windows.Forms.Label() Me.ucrChkSetSeed = New instat.ucrCheck() @@ -52,73 +51,108 @@ Partial Class dlgPermuteColumn ' 'lblSelected ' - resources.ApplyResources(Me.lblSelected, "lblSelected") + Me.lblSelected.AutoSize = True + Me.lblSelected.Location = New System.Drawing.Point(238, 45) Me.lblSelected.Name = "lblSelected" + Me.lblSelected.Size = New System.Drawing.Size(93, 13) + Me.lblSelected.TabIndex = 1 Me.lblSelected.Tag = "Selected_Variable:" + Me.lblSelected.Text = "Selected Variable:" ' 'lblNumberOfColumns ' - resources.ApplyResources(Me.lblNumberOfColumns, "lblNumberOfColumns") + Me.lblNumberOfColumns.AutoSize = True + Me.lblNumberOfColumns.Location = New System.Drawing.Point(239, 117) Me.lblNumberOfColumns.Name = "lblNumberOfColumns" + Me.lblNumberOfColumns.Size = New System.Drawing.Size(102, 13) + Me.lblNumberOfColumns.TabIndex = 5 Me.lblNumberOfColumns.Tag = "Number_of_Colums" + Me.lblNumberOfColumns.Text = "Number of Columns:" ' 'ucrChkSetSeed ' + Me.ucrChkSetSeed.AutoSize = True Me.ucrChkSetSeed.Checked = False - resources.ApplyResources(Me.ucrChkSetSeed, "ucrChkSetSeed") + Me.ucrChkSetSeed.Location = New System.Drawing.Point(242, 90) Me.ucrChkSetSeed.Name = "ucrChkSetSeed" + Me.ucrChkSetSeed.Size = New System.Drawing.Size(116, 23) + Me.ucrChkSetSeed.TabIndex = 3 ' 'ucrNudSetSeed ' + Me.ucrNudSetSeed.AutoSize = True Me.ucrNudSetSeed.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSetSeed, "ucrNudSetSeed") + Me.ucrNudSetSeed.Location = New System.Drawing.Point(364, 88) Me.ucrNudSetSeed.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSetSeed.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Name = "ucrNudSetSeed" + Me.ucrNudSetSeed.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSetSeed.TabIndex = 4 Me.ucrNudSetSeed.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudNumberofColumns ' + Me.ucrNudNumberofColumns.AutoSize = True Me.ucrNudNumberofColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberofColumns, "ucrNudNumberofColumns") + Me.ucrNudNumberofColumns.Location = New System.Drawing.Point(364, 117) Me.ucrNudNumberofColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberofColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberofColumns.Name = "ucrNudNumberofColumns" + Me.ucrNudNumberofColumns.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberofColumns.TabIndex = 6 Me.ucrNudNumberofColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSavePermute ' - resources.ApplyResources(Me.ucrSavePermute, "ucrSavePermute") + Me.ucrSavePermute.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePermute.Location = New System.Drawing.Point(10, 196) + Me.ucrSavePermute.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePermute.Name = "ucrSavePermute" + Me.ucrSavePermute.Size = New System.Drawing.Size(329, 22) + Me.ucrSavePermute.TabIndex = 7 ' 'ucrReceiverPermuteRows ' + Me.ucrReceiverPermuteRows.AutoSize = True Me.ucrReceiverPermuteRows.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPermuteRows, "ucrReceiverPermuteRows") + Me.ucrReceiverPermuteRows.Location = New System.Drawing.Point(242, 60) + Me.ucrReceiverPermuteRows.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPermuteRows.Name = "ucrReceiverPermuteRows" Me.ucrReceiverPermuteRows.Selector = Nothing + Me.ucrReceiverPermuteRows.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPermuteRows.strNcFilePath = "" + Me.ucrReceiverPermuteRows.TabIndex = 2 Me.ucrReceiverPermuteRows.ucrSelector = Nothing ' 'ucrPermuteRowsSelector ' + Me.ucrPermuteRowsSelector.AutoSize = True Me.ucrPermuteRowsSelector.bDropUnusedFilterLevels = False Me.ucrPermuteRowsSelector.bShowHiddenColumns = False Me.ucrPermuteRowsSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrPermuteRowsSelector, "ucrPermuteRowsSelector") + Me.ucrPermuteRowsSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrPermuteRowsSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrPermuteRowsSelector.Name = "ucrPermuteRowsSelector" + Me.ucrPermuteRowsSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrPermuteRowsSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 224) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'dlgPermuteColumn ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 282) Me.Controls.Add(Me.ucrChkSetSeed) Me.Controls.Add(Me.ucrNudSetSeed) Me.Controls.Add(Me.ucrNudNumberofColumns) @@ -132,7 +166,9 @@ Partial Class dlgPermuteColumn Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgPermuteColumn" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Permute_Column" + Me.Text = "Permute Column" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgPermuteColumn.resx b/instat/dlgPermuteColumn.resx index c6af9dbf0c7..29dcb1b3a35 100644 --- a/instat/dlgPermuteColumn.resx +++ b/instat/dlgPermuteColumn.resx @@ -117,244 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 238, 45 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 239, 117 - - - 102, 13 - - - 5 - - - Number of Columns: - - - lblNumberOfColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 242, 90 - - - 116, 20 - - - 3 - - - ucrChkSetSeed - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 364, 88 - - - 50, 20 - - - 4 - - - ucrNudSetSeed - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 364, 117 - - - 50, 20 - - - 6 - - - ucrNudNumberofColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 196 - - - - 4, 5, 4, 5 - - - 329, 22 - - - 7 - - - ucrSavePermute - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 419, 282 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrPermuteRowsSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 224 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - Permute Column - - - dlgPermuteColumn - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 242, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverPermuteRows - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgPivotTable.Designer.vb b/instat/dlgPivotTable.Designer.vb index b0a53ec7d59..e6868b19bcf 100644 --- a/instat/dlgPivotTable.Designer.vb +++ b/instat/dlgPivotTable.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgPivotTable _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPivotTable)) Me.lblInitialRowFactor = New System.Windows.Forms.Label() Me.lblInitialColumnFactor = New System.Windows.Forms.Label() Me.ttSelectedVariable = New System.Windows.Forms.ToolTip(Me.components) @@ -39,77 +38,119 @@ Partial Class dlgPivotTable ' 'lblInitialRowFactor ' - resources.ApplyResources(Me.lblInitialRowFactor, "lblInitialRowFactor") + Me.lblInitialRowFactor.AutoSize = True + Me.lblInitialRowFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInitialRowFactor.Location = New System.Drawing.Point(251, 34) Me.lblInitialRowFactor.Name = "lblInitialRowFactor" + Me.lblInitialRowFactor.Size = New System.Drawing.Size(103, 13) + Me.lblInitialRowFactor.TabIndex = 25 Me.lblInitialRowFactor.Tag = "Initial Row Factor:" + Me.lblInitialRowFactor.Text = "Initial Row Factor(s):" ' 'lblInitialColumnFactor ' - resources.ApplyResources(Me.lblInitialColumnFactor, "lblInitialColumnFactor") + Me.lblInitialColumnFactor.AutoSize = True + Me.lblInitialColumnFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInitialColumnFactor.Location = New System.Drawing.Point(248, 156) Me.lblInitialColumnFactor.Name = "lblInitialColumnFactor" + Me.lblInitialColumnFactor.Size = New System.Drawing.Size(105, 13) + Me.lblInitialColumnFactor.TabIndex = 27 Me.lblInitialColumnFactor.Tag = "Initial Column Factor:" + Me.lblInitialColumnFactor.Text = "Initial Column Factor:" ' 'UcrReceiverMultipleIntialRowFactor ' + Me.UcrReceiverMultipleIntialRowFactor.AutoSize = True Me.UcrReceiverMultipleIntialRowFactor.frmParent = Me - resources.ApplyResources(Me.UcrReceiverMultipleIntialRowFactor, "UcrReceiverMultipleIntialRowFactor") + Me.UcrReceiverMultipleIntialRowFactor.Location = New System.Drawing.Point(248, 49) + Me.UcrReceiverMultipleIntialRowFactor.Margin = New System.Windows.Forms.Padding(0) Me.UcrReceiverMultipleIntialRowFactor.Name = "UcrReceiverMultipleIntialRowFactor" Me.UcrReceiverMultipleIntialRowFactor.Selector = Nothing + Me.UcrReceiverMultipleIntialRowFactor.Size = New System.Drawing.Size(120, 100) Me.UcrReceiverMultipleIntialRowFactor.strNcFilePath = "" + Me.UcrReceiverMultipleIntialRowFactor.TabIndex = 38 Me.UcrReceiverMultipleIntialRowFactor.ucrSelector = Nothing ' 'ucrSavePivot ' - resources.ApplyResources(Me.ucrSavePivot, "ucrSavePivot") + Me.ucrSavePivot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePivot.Location = New System.Drawing.Point(9, 331) + Me.ucrSavePivot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePivot.Name = "ucrSavePivot" + Me.ucrSavePivot.Size = New System.Drawing.Size(314, 23) + Me.ucrSavePivot.TabIndex = 37 ' 'ucrChkIncludeSubTotals ' + Me.ucrChkIncludeSubTotals.AutoSize = True Me.ucrChkIncludeSubTotals.Checked = False - resources.ApplyResources(Me.ucrChkIncludeSubTotals, "ucrChkIncludeSubTotals") + Me.ucrChkIncludeSubTotals.Location = New System.Drawing.Point(9, 197) Me.ucrChkIncludeSubTotals.Name = "ucrChkIncludeSubTotals" + Me.ucrChkIncludeSubTotals.Size = New System.Drawing.Size(167, 23) + Me.ucrChkIncludeSubTotals.TabIndex = 36 ' 'ucrReceiverSelectedVariable ' + Me.ucrReceiverSelectedVariable.AutoSize = True Me.ucrReceiverSelectedVariable.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedVariable, "ucrReceiverSelectedVariable") + Me.ucrReceiverSelectedVariable.Location = New System.Drawing.Point(248, 214) + Me.ucrReceiverSelectedVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedVariable.Name = "ucrReceiverSelectedVariable" Me.ucrReceiverSelectedVariable.Selector = Nothing + Me.ucrReceiverSelectedVariable.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverSelectedVariable.strNcFilePath = "" + Me.ucrReceiverSelectedVariable.TabIndex = 35 Me.ucrReceiverSelectedVariable.ucrSelector = Nothing ' 'ucrChkSelectedVariable ' + Me.ucrChkSelectedVariable.AutoSize = True Me.ucrChkSelectedVariable.Checked = False - resources.ApplyResources(Me.ucrChkSelectedVariable, "ucrChkSelectedVariable") + Me.ucrChkSelectedVariable.Location = New System.Drawing.Point(248, 197) Me.ucrChkSelectedVariable.Name = "ucrChkSelectedVariable" + Me.ucrChkSelectedVariable.Size = New System.Drawing.Size(135, 23) + Me.ucrChkSelectedVariable.TabIndex = 34 ' 'ucrReceiverInitialColumnFactor ' + Me.ucrReceiverInitialColumnFactor.AutoSize = True Me.ucrReceiverInitialColumnFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverInitialColumnFactor, "ucrReceiverInitialColumnFactor") + Me.ucrReceiverInitialColumnFactor.Location = New System.Drawing.Point(248, 169) + Me.ucrReceiverInitialColumnFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverInitialColumnFactor.Name = "ucrReceiverInitialColumnFactor" Me.ucrReceiverInitialColumnFactor.Selector = Nothing + Me.ucrReceiverInitialColumnFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverInitialColumnFactor.strNcFilePath = "" + Me.ucrReceiverInitialColumnFactor.TabIndex = 28 Me.ucrReceiverInitialColumnFactor.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 362) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 24 ' 'ucrSelectorPivot ' + Me.ucrSelectorPivot.AutoSize = True Me.ucrSelectorPivot.bDropUnusedFilterLevels = False Me.ucrSelectorPivot.bShowHiddenColumns = False Me.ucrSelectorPivot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPivot, "ucrSelectorPivot") + Me.ucrSelectorPivot.Location = New System.Drawing.Point(9, 9) + Me.ucrSelectorPivot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPivot.Name = "ucrSelectorPivot" + Me.ucrSelectorPivot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPivot.TabIndex = 5 ' 'dlgPivotTable ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 419) Me.Controls.Add(Me.UcrReceiverMultipleIntialRowFactor) Me.Controls.Add(Me.ucrSavePivot) Me.Controls.Add(Me.ucrChkIncludeSubTotals) @@ -125,6 +166,8 @@ Partial Class dlgPivotTable Me.MinimizeBox = False Me.Name = "dlgPivotTable" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Pivot Table" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgPivotTable.resx b/instat/dlgPivotTable.resx index 164638164db..e346a989bcc 100644 --- a/instat/dlgPivotTable.resx +++ b/instat/dlgPivotTable.resx @@ -117,286 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 251, 34 - - - 103, 13 - - - 25 - - - Initial Row Factor(s): - - - lblInitialRowFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 248, 156 - - - 105, 13 - - - 27 - - - Initial Column Factor: - - - lblInitialColumnFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - 17, 17 - - True - - - 6, 13 - - - True - - - 418, 419 - - - 9, 331 - - - 4, 5, 4, 5 - - - 314, 23 - - - 37 - - - ucrSavePivot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 9, 197 - - - 167, 20 - - - 36 - - - ucrChkIncludeSubTotals - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 248, 214 - - - 0, 0, 0, 0 - - - 120, 100 - - - 35 - - - ucrReceiverSelectedVariable - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 248, 197 - - - 135, 20 - - - 34 - - - ucrChkSelectedVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 248, 169 - - - 0, 0, 0, 0 - - - 120, 20 - - - 28 - - - ucrReceiverInitialColumnFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 9, 362 - - - 410, 52 - - - 24 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 9, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorPivot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Pivot Table - - - ttSelectedVariable - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgPivotTable - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 49 - - - 0, 0, 0, 0 - - - 120, 100 - - - 38 - - - UcrReceiverMultipleIntialRowFactor - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgPlotRegion.Designer.vb b/instat/dlgPlotRegion.Designer.vb index 666558de82d..8d7f89a66cf 100644 --- a/instat/dlgPlotRegion.Designer.vb +++ b/instat/dlgPlotRegion.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgPlotRegion 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPlotRegion)) Me.lblDate = New System.Windows.Forms.Label() Me.lblElement = New System.Windows.Forms.Label() Me.lblLatitude = New System.Windows.Forms.Label() @@ -40,93 +39,144 @@ Partial Class dlgPlotRegion ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.Location = New System.Drawing.Point(263, 165) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 7 + Me.lblDate.Text = "Date:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.Location = New System.Drawing.Point(263, 122) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 5 + Me.lblElement.Text = "Element:" ' 'lblLatitude ' - resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.AutoSize = True + Me.lblLatitude.Location = New System.Drawing.Point(263, 77) Me.lblLatitude.Name = "lblLatitude" + Me.lblLatitude.Size = New System.Drawing.Size(48, 13) + Me.lblLatitude.TabIndex = 3 + Me.lblLatitude.Text = "Latitude:" ' 'lblLongitude ' - resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.AutoSize = True + Me.lblLongitude.Location = New System.Drawing.Point(263, 30) Me.lblLongitude.Name = "lblLongitude" + Me.lblLongitude.Size = New System.Drawing.Size(57, 13) + Me.lblLongitude.TabIndex = 1 + Me.lblLongitude.Text = "Longitude:" ' 'dtpDateTimePicker ' - resources.ApplyResources(Me.dtpDateTimePicker, "dtpDateTimePicker") + Me.dtpDateTimePicker.Location = New System.Drawing.Point(265, 228) Me.dtpDateTimePicker.Name = "dtpDateTimePicker" + Me.dtpDateTimePicker.Size = New System.Drawing.Size(144, 20) + Me.dtpDateTimePicker.TabIndex = 10 ' 'lblMinT ' - resources.ApplyResources(Me.lblMinT, "lblMinT") + Me.lblMinT.AutoSize = True + Me.lblMinT.Location = New System.Drawing.Point(262, 212) Me.lblMinT.Name = "lblMinT" + Me.lblMinT.Size = New System.Drawing.Size(60, 13) + Me.lblMinT.TabIndex = 9 + Me.lblMinT.Text = "Time Point:" ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Location = New System.Drawing.Point(10, 199) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(120, 23) + Me.cmdOptions.TabIndex = 12 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 260) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLongitude, "ucrReceiverLongitude") + Me.ucrReceiverLongitude.Location = New System.Drawing.Point(266, 45) + Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" Me.ucrReceiverLongitude.Selector = Nothing + Me.ucrReceiverLongitude.Size = New System.Drawing.Size(143, 20) Me.ucrReceiverLongitude.strNcFilePath = "" + Me.ucrReceiverLongitude.TabIndex = 2 Me.ucrReceiverLongitude.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(266, 180) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(143, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 8 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(266, 90) + Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.Size = New System.Drawing.Size(143, 20) Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.TabIndex = 4 Me.ucrReceiverLatitude.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(266, 135) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(143, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 6 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrSelectorPlotRegion ' + Me.ucrSelectorPlotRegion.AutoSize = True Me.ucrSelectorPlotRegion.bDropUnusedFilterLevels = False Me.ucrSelectorPlotRegion.bShowHiddenColumns = False Me.ucrSelectorPlotRegion.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPlotRegion, "ucrSelectorPlotRegion") + Me.ucrSelectorPlotRegion.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorPlotRegion.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPlotRegion.Name = "ucrSelectorPlotRegion" + Me.ucrSelectorPlotRegion.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPlotRegion.TabIndex = 0 ' 'dlgPlotRegion ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(421, 319) Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.dtpDateTimePicker) @@ -144,6 +194,8 @@ Partial Class dlgPlotRegion Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgPlotRegion" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Plot Region" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgPlotRegion.resx b/instat/dlgPlotRegion.resx index 8af86eccc2b..29dcb1b3a35 100644 --- a/instat/dlgPlotRegion.resx +++ b/instat/dlgPlotRegion.resx @@ -117,355 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 263, 165 - - - 33, 13 - - - 7 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 263, 122 - - - 48, 13 - - - 5 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 263, 77 - - - 48, 13 - - - 3 - - - Latitude: - - - lblLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 263, 30 - - - 57, 13 - - - 1 - - - Longitude: - - - lblLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 265, 228 - - - 144, 20 - - - 10 - - - dtpDateTimePicker - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 262, 212 - - - 60, 13 - - - 9 - - - Time Point: - - - lblMinT - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 10, 199 - - - 120, 23 - - - 12 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 10, 260 - - - 410, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 421, 319 - - - 266, 180 - - - - 0, 0, 0, 0 - - - 143, 20 - - - 8 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 266, 90 - - - 0, 0, 0, 0 - - - 143, 20 - - - 4 - - - ucrReceiverLatitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 266, 135 - - - 0, 0, 0, 0 - - - 143, 20 - - - 6 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorPlotRegion - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - CenterScreen - - - Plot Region - - - dlgPlotRegion - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 45 - - - 0, 0, 0, 0 - - - 143, 20 - - - 2 - - - ucrReceiverLongitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgPolynomials.Designer.vb b/instat/dlgPolynomials.Designer.vb index 08b44e015e5..2ea7618013d 100644 --- a/instat/dlgPolynomials.Designer.vb +++ b/instat/dlgPolynomials.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgPolynomials 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPolynomials)) Me.lblDegree = New System.Windows.Forms.Label() Me.grpType = New System.Windows.Forms.GroupBox() Me.rdoCentred = New System.Windows.Forms.RadioButton() @@ -56,9 +55,13 @@ Partial Class dlgPolynomials ' 'lblDegree ' - resources.ApplyResources(Me.lblDegree, "lblDegree") + Me.lblDegree.AutoSize = True + Me.lblDegree.Location = New System.Drawing.Point(248, 93) Me.lblDegree.Name = "lblDegree" + Me.lblDegree.Size = New System.Drawing.Size(45, 13) + Me.lblDegree.TabIndex = 3 Me.lblDegree.Tag = "Degree" + Me.lblDegree.Text = "Degree:" ' 'grpType ' @@ -66,82 +69,131 @@ Partial Class dlgPolynomials Me.grpType.Controls.Add(Me.rdoOrthogonal) Me.grpType.Controls.Add(Me.rdoSimple) Me.grpType.Controls.Add(Me.ucrPnlType) - resources.ApplyResources(Me.grpType, "grpType") + Me.grpType.Location = New System.Drawing.Point(248, 119) Me.grpType.Name = "grpType" + Me.grpType.Size = New System.Drawing.Size(120, 98) + Me.grpType.TabIndex = 5 Me.grpType.TabStop = False + Me.grpType.Text = "Type" ' 'rdoCentred ' - resources.ApplyResources(Me.rdoCentred, "rdoCentred") + Me.rdoCentred.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.rdoCentred.AutoSize = True + Me.rdoCentred.Location = New System.Drawing.Point(13, 43) Me.rdoCentred.Name = "rdoCentred" + Me.rdoCentred.Size = New System.Drawing.Size(62, 17) + Me.rdoCentred.TabIndex = 2 Me.rdoCentred.Tag = "Centred" + Me.rdoCentred.Text = "Centred" Me.rdoCentred.UseVisualStyleBackColor = True ' 'rdoOrthogonal ' - resources.ApplyResources(Me.rdoOrthogonal, "rdoOrthogonal") + Me.rdoOrthogonal.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.rdoOrthogonal.AutoSize = True + Me.rdoOrthogonal.Location = New System.Drawing.Point(13, 67) Me.rdoOrthogonal.Name = "rdoOrthogonal" + Me.rdoOrthogonal.Size = New System.Drawing.Size(77, 17) + Me.rdoOrthogonal.TabIndex = 3 Me.rdoOrthogonal.Tag = "Orthogonal" + Me.rdoOrthogonal.Text = "Orthogonal" Me.rdoOrthogonal.UseVisualStyleBackColor = True ' 'rdoSimple ' - resources.ApplyResources(Me.rdoSimple, "rdoSimple") + Me.rdoSimple.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.rdoSimple.AutoSize = True + Me.rdoSimple.Location = New System.Drawing.Point(13, 19) Me.rdoSimple.Name = "rdoSimple" + Me.rdoSimple.Size = New System.Drawing.Size(56, 17) + Me.rdoSimple.TabIndex = 1 Me.rdoSimple.Tag = "Simple" + Me.rdoSimple.Text = "Simple" Me.rdoSimple.UseVisualStyleBackColor = True ' 'ucrPnlType ' - resources.ApplyResources(Me.ucrPnlType, "ucrPnlType") + Me.ucrPnlType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlType.Location = New System.Drawing.Point(6, 19) Me.ucrPnlType.Name = "ucrPnlType" + Me.ucrPnlType.Size = New System.Drawing.Size(108, 73) + Me.ucrPnlType.TabIndex = 0 ' 'ucrNudDegree ' + Me.ucrNudDegree.AutoSize = True Me.ucrNudDegree.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDegree.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDegree, "ucrNudDegree") + Me.ucrNudDegree.Location = New System.Drawing.Point(318, 90) Me.ucrNudDegree.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDegree.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDegree.Name = "ucrNudDegree" + Me.ucrNudDegree.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDegree.TabIndex = 4 Me.ucrNudDegree.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSavePoly ' - resources.ApplyResources(Me.ucrSavePoly, "ucrSavePoly") + Me.ucrSavePoly.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePoly.Location = New System.Drawing.Point(10, 222) + Me.ucrSavePoly.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePoly.Name = "ucrSavePoly" + Me.ucrSavePoly.Size = New System.Drawing.Size(358, 22) + Me.ucrSavePoly.TabIndex = 6 ' 'ucrSelectorForPolynomial ' + Me.ucrSelectorForPolynomial.AutoSize = True Me.ucrSelectorForPolynomial.bDropUnusedFilterLevels = False Me.ucrSelectorForPolynomial.bShowHiddenColumns = False Me.ucrSelectorForPolynomial.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForPolynomial, "ucrSelectorForPolynomial") + Me.ucrSelectorForPolynomial.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForPolynomial.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForPolynomial.Name = "ucrSelectorForPolynomial" + Me.ucrSelectorForPolynomial.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForPolynomial.TabIndex = 0 ' 'ucrReceiverPolynomial ' + Me.ucrReceiverPolynomial.AutoSize = True Me.ucrReceiverPolynomial.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPolynomial, "ucrReceiverPolynomial") + Me.ucrReceiverPolynomial.Location = New System.Drawing.Point(248, 60) + Me.ucrReceiverPolynomial.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPolynomial.Name = "ucrReceiverPolynomial" Me.ucrReceiverPolynomial.Selector = Nothing + Me.ucrReceiverPolynomial.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPolynomial.strNcFilePath = "" + Me.ucrReceiverPolynomial.TabIndex = 2 Me.ucrReceiverPolynomial.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 249) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.AutoSize = True + Me.lblSelectedVariable.Location = New System.Drawing.Point(248, 45) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(93, 13) + Me.lblSelectedVariable.TabIndex = 1 + Me.lblSelectedVariable.Text = "Selected Variable:" ' 'dlgPolynomials ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 305) Me.Controls.Add(Me.lblSelectedVariable) Me.Controls.Add(Me.grpType) Me.Controls.Add(Me.ucrNudDegree) @@ -154,7 +206,9 @@ Partial Class dlgPolynomials Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgPolynomials" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Polynomials" + Me.Text = "Polynomials" Me.grpType.ResumeLayout(False) Me.grpType.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgPolynomials.resx b/instat/dlgPolynomials.resx index 8ba49fc2047..29dcb1b3a35 100644 --- a/instat/dlgPolynomials.resx +++ b/instat/dlgPolynomials.resx @@ -117,337 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 248, 93 - - - 45, 13 - - - 3 - - - Degree: - - - lblDegree - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - - Top, Left, Right - - - True - - - 13, 43 - - - 62, 17 - - - 2 - - - Centred - - - rdoCentred - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpType - - - 0 - - - Top, Left, Right - - - True - - - 13, 67 - - - 77, 17 - - - 3 - - - Orthogonal - - - rdoOrthogonal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpType - - - 1 - - - Top, Left, Right - - - True - - - 13, 19 - - - 56, 17 - - - 1 - - - Simple - - - rdoSimple - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpType - - - 2 - - - 6, 19 - - - 108, 73 - - - 0 - - - ucrPnlType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpType - - - 3 - - - 248, 119 - - - 120, 98 - - - 5 - - - Type - - - grpType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 318, 90 - - - 50, 20 - - - 4 - - - ucrNudDegree - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 222 - - - 4, 5, 4, 5 - - - 358, 22 - - - 6 - - - ucrSavePoly - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForPolynomial - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 420, 305 - - - True - - - 248, 45 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 10, 249 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Polynomials - - - dlgPolynomials - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverPolynomial - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgPopulationPyramids.Designer.vb b/instat/dlgPopulationPyramids.Designer.vb index 5e887a49809..bbe227cb5c3 100644 --- a/instat/dlgPopulationPyramids.Designer.vb +++ b/instat/dlgPopulationPyramids.Designer.vb @@ -52,20 +52,22 @@ Partial Class dlgPopulationPyramids 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 244) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrPopulationPyramidselector ' + Me.ucrPopulationPyramidselector.AutoSize = True Me.ucrPopulationPyramidselector.bDropUnusedFilterLevels = False Me.ucrPopulationPyramidselector.bShowHiddenColumns = False Me.ucrPopulationPyramidselector.bUseCurrentFilter = True Me.ucrPopulationPyramidselector.Location = New System.Drawing.Point(10, 10) Me.ucrPopulationPyramidselector.Margin = New System.Windows.Forms.Padding(0) Me.ucrPopulationPyramidselector.Name = "ucrPopulationPyramidselector" - Me.ucrPopulationPyramidselector.Size = New System.Drawing.Size(210, 180) + Me.ucrPopulationPyramidselector.Size = New System.Drawing.Size(213, 183) Me.ucrPopulationPyramidselector.TabIndex = 1 ' 'lblXVariable @@ -79,6 +81,7 @@ Partial Class dlgPopulationPyramids ' 'ucrXVariableReceiver ' + Me.ucrXVariableReceiver.AutoSize = True Me.ucrXVariableReceiver.frmParent = Me Me.ucrXVariableReceiver.Location = New System.Drawing.Point(258, 42) Me.ucrXVariableReceiver.Margin = New System.Windows.Forms.Padding(0) @@ -100,6 +103,7 @@ Partial Class dlgPopulationPyramids ' 'ucrYVariableReceiver ' + Me.ucrYVariableReceiver.AutoSize = True Me.ucrYVariableReceiver.frmParent = Me Me.ucrYVariableReceiver.Location = New System.Drawing.Point(258, 92) Me.ucrYVariableReceiver.Margin = New System.Windows.Forms.Padding(0) @@ -121,6 +125,7 @@ Partial Class dlgPopulationPyramids ' 'ucrSecondFactorReceiver ' + Me.ucrSecondFactorReceiver.AutoSize = True Me.ucrSecondFactorReceiver.frmParent = Me Me.ucrSecondFactorReceiver.Location = New System.Drawing.Point(258, 142) Me.ucrSecondFactorReceiver.Margin = New System.Windows.Forms.Padding(0) @@ -133,15 +138,16 @@ Partial Class dlgPopulationPyramids ' 'ucrSavePopulationPyramid ' + Me.ucrSavePopulationPyramid.AutoSize = True Me.ucrSavePopulationPyramid.Location = New System.Drawing.Point(10, 209) Me.ucrSavePopulationPyramid.Name = "ucrSavePopulationPyramid" - Me.ucrSavePopulationPyramid.Size = New System.Drawing.Size(265, 20) + Me.ucrSavePopulationPyramid.Size = New System.Drawing.Size(265, 23) Me.ucrSavePopulationPyramid.TabIndex = 4 ' 'dlgPopulationPyramids ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(421, 298) Me.Controls.Add(Me.ucrSavePopulationPyramid) diff --git a/instat/dlgPrepare.Designer.vb b/instat/dlgPrepare.Designer.vb index 6518046a596..0b0fd970604 100644 --- a/instat/dlgPrepare.Designer.vb +++ b/instat/dlgPrepare.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgPrepare 'UcrButtons1 ' Me.UcrButtons1.AutoSize = True + Me.UcrButtons1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.UcrButtons1.Location = New System.Drawing.Point(2, 295) Me.UcrButtons1.Name = "UcrButtons1" - Me.UcrButtons1.Size = New System.Drawing.Size(410, 52) + Me.UcrButtons1.Size = New System.Drawing.Size(405, 52) Me.UcrButtons1.TabIndex = 0 ' 'dlgPrepare ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(414, 328) Me.Controls.Add(Me.UcrButtons1) diff --git a/instat/dlgPrincipalComponentAnalysis.Designer.vb b/instat/dlgPrincipalComponentAnalysis.Designer.vb index 605406e8004..ea398b1459e 100644 --- a/instat/dlgPrincipalComponentAnalysis.Designer.vb +++ b/instat/dlgPrincipalComponentAnalysis.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgPrincipalComponentAnalysis 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPrincipalComponentAnalysis)) Me.lblExplanatoryVariables = New System.Windows.Forms.Label() Me.cmdPCAOptions = New System.Windows.Forms.Button() Me.lblComponents = New System.Windows.Forms.Label() @@ -52,70 +51,105 @@ Partial Class dlgPrincipalComponentAnalysis ' 'lblExplanatoryVariables ' - resources.ApplyResources(Me.lblExplanatoryVariables, "lblExplanatoryVariables") + Me.lblExplanatoryVariables.AutoSize = True + Me.lblExplanatoryVariables.Location = New System.Drawing.Point(254, 45) Me.lblExplanatoryVariables.Name = "lblExplanatoryVariables" + Me.lblExplanatoryVariables.Size = New System.Drawing.Size(111, 13) + Me.lblExplanatoryVariables.TabIndex = 1 Me.lblExplanatoryVariables.Tag = "Explanatory_Variables" + Me.lblExplanatoryVariables.Text = "Explanatory Variables:" ' 'cmdPCAOptions ' - resources.ApplyResources(Me.cmdPCAOptions, "cmdPCAOptions") + Me.cmdPCAOptions.Location = New System.Drawing.Point(309, 254) Me.cmdPCAOptions.Name = "cmdPCAOptions" + Me.cmdPCAOptions.Size = New System.Drawing.Size(96, 23) + Me.cmdPCAOptions.TabIndex = 7 Me.cmdPCAOptions.Tag = "Options" + Me.cmdPCAOptions.Text = "Options" Me.cmdPCAOptions.UseVisualStyleBackColor = True ' 'lblComponents ' - resources.ApplyResources(Me.lblComponents, "lblComponents") + Me.lblComponents.AutoSize = True + Me.lblComponents.Location = New System.Drawing.Point(10, 204) Me.lblComponents.Name = "lblComponents" + Me.lblComponents.Size = New System.Drawing.Size(121, 13) + Me.lblComponents.TabIndex = 3 Me.lblComponents.Tag = "Number_of_Components" + Me.lblComponents.Text = "Number of Components:" ' 'ucrChkScaleData ' + Me.ucrChkScaleData.AutoSize = True Me.ucrChkScaleData.Checked = False - resources.ApplyResources(Me.ucrChkScaleData, "ucrChkScaleData") + Me.ucrChkScaleData.Location = New System.Drawing.Point(10, 228) Me.ucrChkScaleData.Name = "ucrChkScaleData" + Me.ucrChkScaleData.Size = New System.Drawing.Size(156, 23) + Me.ucrChkScaleData.TabIndex = 5 ' 'ucrSaveResult ' - resources.ApplyResources(Me.ucrSaveResult, "ucrSaveResult") + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResult.Location = New System.Drawing.Point(10, 256) + Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" + Me.ucrSaveResult.Size = New System.Drawing.Size(292, 24) + Me.ucrSaveResult.TabIndex = 6 ' 'ucrNudNumberOfComp ' + Me.ucrNudNumberOfComp.AutoSize = True Me.ucrNudNumberOfComp.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfComp.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfComp, "ucrNudNumberOfComp") + Me.ucrNudNumberOfComp.Location = New System.Drawing.Point(137, 202) Me.ucrNudNumberOfComp.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfComp.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfComp.Name = "ucrNudNumberOfComp" + Me.ucrNudNumberOfComp.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberOfComp.TabIndex = 4 Me.ucrNudNumberOfComp.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrReceiverMultiplePCA ' + Me.ucrReceiverMultiplePCA.AutoSize = True Me.ucrReceiverMultiplePCA.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultiplePCA, "ucrReceiverMultiplePCA") + Me.ucrReceiverMultiplePCA.Location = New System.Drawing.Point(254, 60) + Me.ucrReceiverMultiplePCA.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultiplePCA.Name = "ucrReceiverMultiplePCA" Me.ucrReceiverMultiplePCA.Selector = Nothing + Me.ucrReceiverMultiplePCA.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultiplePCA.strNcFilePath = "" + Me.ucrReceiverMultiplePCA.TabIndex = 2 Me.ucrReceiverMultiplePCA.ucrSelector = Nothing ' 'ucrSelectorPCA ' + Me.ucrSelectorPCA.AutoSize = True Me.ucrSelectorPCA.bDropUnusedFilterLevels = False Me.ucrSelectorPCA.bShowHiddenColumns = False Me.ucrSelectorPCA.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPCA, "ucrSelectorPCA") + Me.ucrSelectorPCA.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorPCA.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPCA.Name = "ucrSelectorPCA" + Me.ucrSelectorPCA.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPCA.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 283) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'dlgPrincipalComponentAnalysis ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 341) Me.Controls.Add(Me.ucrChkScaleData) Me.Controls.Add(Me.ucrNudNumberOfComp) Me.Controls.Add(Me.lblComponents) @@ -129,7 +163,9 @@ Partial Class dlgPrincipalComponentAnalysis Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgPrincipalComponentAnalysis" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Principal_Component_Analysis" + Me.Text = "Principal Component Analysis" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgPrincipalComponentAnalysis.resx b/instat/dlgPrincipalComponentAnalysis.resx index 533bb99dc10..29dcb1b3a35 100644 --- a/instat/dlgPrincipalComponentAnalysis.resx +++ b/instat/dlgPrincipalComponentAnalysis.resx @@ -117,247 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 254, 45 - - - 111, 13 - - - 1 - - - Explanatory Variables: - - - lblExplanatoryVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 309, 254 - - - 96, 23 - - - 7 - - - Options - - - cmdPCAOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 10, 204 - - - 121, 13 - - - 3 - - - Number of Components: - - - lblComponents - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 228 - - - 156, 20 - - - 5 - - - ucrChkScaleData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 256 - - - - 4, 5, 4, 5 - - - 292, 24 - - - 6 - - - ucrSaveResult - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 137, 202 - - - 50, 20 - - - 4 - - - ucrNudNumberOfComp - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 417, 341 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorPCA - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 10, 283 - - - 405, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Principal Component Analysis - - - dlgPrincipalComponentAnalysis - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverMultiplePCA - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgPrintPreviewOptions.Designer.vb b/instat/dlgPrintPreviewOptions.Designer.vb index 6f17e5bee74..0d1d7eed09f 100644 --- a/instat/dlgPrintPreviewOptions.Designer.vb +++ b/instat/dlgPrintPreviewOptions.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgPrintPreviewOptions 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgPrintPreviewOptions)) Me.pnlEditor = New System.Windows.Forms.Panel() Me.chkGridLines = New System.Windows.Forms.CheckBox() Me.cmdPrtSheet = New System.Windows.Forms.Button() @@ -57,81 +56,129 @@ Partial Class dlgPrintPreviewOptions ' 'pnlEditor ' - resources.ApplyResources(Me.pnlEditor, "pnlEditor") + Me.pnlEditor.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnlEditor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.pnlEditor.Controls.Add(Me.chkGridLines) Me.pnlEditor.Controls.Add(Me.cmdPrtSheet) Me.pnlEditor.Controls.Add(Me.cmdPrevSheet) + Me.pnlEditor.Location = New System.Drawing.Point(2, 4) Me.pnlEditor.Name = "pnlEditor" + Me.pnlEditor.Size = New System.Drawing.Size(160, 128) + Me.pnlEditor.TabIndex = 0 ' 'chkGridLines ' - resources.ApplyResources(Me.chkGridLines, "chkGridLines") + Me.chkGridLines.AutoSize = True + Me.chkGridLines.Location = New System.Drawing.Point(3, 48) Me.chkGridLines.Name = "chkGridLines" + Me.chkGridLines.Size = New System.Drawing.Size(97, 17) + Me.chkGridLines.TabIndex = 2 + Me.chkGridLines.Text = "Show grid lines" Me.chkGridLines.UseVisualStyleBackColor = True ' 'cmdPrtSheet ' - resources.ApplyResources(Me.cmdPrtSheet, "cmdPrtSheet") + Me.cmdPrtSheet.Dock = System.Windows.Forms.DockStyle.Bottom + Me.cmdPrtSheet.Location = New System.Drawing.Point(0, 80) Me.cmdPrtSheet.Name = "cmdPrtSheet" + Me.cmdPrtSheet.Size = New System.Drawing.Size(156, 44) + Me.cmdPrtSheet.TabIndex = 1 + Me.cmdPrtSheet.Text = "Print Current Sheet" Me.cmdPrtSheet.UseVisualStyleBackColor = True ' 'cmdPrevSheet ' - resources.ApplyResources(Me.cmdPrevSheet, "cmdPrevSheet") + Me.cmdPrevSheet.Dock = System.Windows.Forms.DockStyle.Top + Me.cmdPrevSheet.Location = New System.Drawing.Point(0, 0) Me.cmdPrevSheet.Name = "cmdPrevSheet" + Me.cmdPrevSheet.Size = New System.Drawing.Size(156, 42) + Me.cmdPrevSheet.TabIndex = 0 + Me.cmdPrevSheet.Text = "Preview Current Sheet" Me.cmdPrevSheet.UseVisualStyleBackColor = True ' 'pnlLog ' - resources.ApplyResources(Me.pnlLog, "pnlLog") + Me.pnlLog.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnlLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.pnlLog.Controls.Add(Me.cmdPrtLog) Me.pnlLog.Controls.Add(Me.cmdPrevLog) + Me.pnlLog.Location = New System.Drawing.Point(168, 4) Me.pnlLog.Name = "pnlLog" + Me.pnlLog.Size = New System.Drawing.Size(160, 92) + Me.pnlLog.TabIndex = 1 ' 'cmdPrtLog ' - resources.ApplyResources(Me.cmdPrtLog, "cmdPrtLog") + Me.cmdPrtLog.Dock = System.Windows.Forms.DockStyle.Bottom + Me.cmdPrtLog.Location = New System.Drawing.Point(0, 44) Me.cmdPrtLog.Name = "cmdPrtLog" + Me.cmdPrtLog.Size = New System.Drawing.Size(156, 44) + Me.cmdPrtLog.TabIndex = 1 + Me.cmdPrtLog.Text = "Print Log" Me.cmdPrtLog.UseVisualStyleBackColor = True ' 'cmdPrevLog ' - resources.ApplyResources(Me.cmdPrevLog, "cmdPrevLog") + Me.cmdPrevLog.Dock = System.Windows.Forms.DockStyle.Top + Me.cmdPrevLog.Location = New System.Drawing.Point(0, 0) Me.cmdPrevLog.Name = "cmdPrevLog" + Me.cmdPrevLog.Size = New System.Drawing.Size(156, 42) + Me.cmdPrevLog.TabIndex = 0 + Me.cmdPrevLog.Text = "Preview Log" Me.cmdPrevLog.UseVisualStyleBackColor = True ' 'pnlOutput ' - resources.ApplyResources(Me.pnlOutput, "pnlOutput") + Me.pnlOutput.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnlOutput.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.pnlOutput.Controls.Add(Me.cmdPrtOutput) Me.pnlOutput.Controls.Add(Me.cmdPrevOutput) + Me.pnlOutput.Location = New System.Drawing.Point(332, 6) Me.pnlOutput.Name = "pnlOutput" + Me.pnlOutput.Size = New System.Drawing.Size(160, 92) + Me.pnlOutput.TabIndex = 2 ' 'cmdPrtOutput ' - resources.ApplyResources(Me.cmdPrtOutput, "cmdPrtOutput") + Me.cmdPrtOutput.Dock = System.Windows.Forms.DockStyle.Bottom + Me.cmdPrtOutput.Location = New System.Drawing.Point(0, 44) Me.cmdPrtOutput.Name = "cmdPrtOutput" + Me.cmdPrtOutput.Size = New System.Drawing.Size(156, 44) + Me.cmdPrtOutput.TabIndex = 1 + Me.cmdPrtOutput.Text = "Print Output" Me.cmdPrtOutput.UseVisualStyleBackColor = True ' 'cmdPrevOutput ' - resources.ApplyResources(Me.cmdPrevOutput, "cmdPrevOutput") + Me.cmdPrevOutput.Dock = System.Windows.Forms.DockStyle.Top + Me.cmdPrevOutput.Location = New System.Drawing.Point(0, 0) Me.cmdPrevOutput.Name = "cmdPrevOutput" + Me.cmdPrevOutput.Size = New System.Drawing.Size(156, 42) + Me.cmdPrevOutput.TabIndex = 0 + Me.cmdPrevOutput.Text = "Preview Output" Me.cmdPrevOutput.UseVisualStyleBackColor = True ' 'cmdExitPreview ' - resources.ApplyResources(Me.cmdExitPreview, "cmdExitPreview") + Me.cmdExitPreview.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ + Or System.Windows.Forms.AnchorStyles.Left) _ + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.cmdExitPreview.Location = New System.Drawing.Point(168, 99) Me.cmdExitPreview.Name = "cmdExitPreview" + Me.cmdExitPreview.Size = New System.Drawing.Size(160, 32) + Me.cmdExitPreview.TabIndex = 3 + Me.cmdExitPreview.Text = "Exit Preview and Print" Me.cmdExitPreview.UseVisualStyleBackColor = True ' 'dlgPrintPreviewOptions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(496, 144) Me.Controls.Add(Me.cmdExitPreview) Me.Controls.Add(Me.pnlOutput) Me.Controls.Add(Me.pnlLog) @@ -140,6 +187,8 @@ Partial Class dlgPrintPreviewOptions Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgPrintPreviewOptions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Print and Preview Options" Me.pnlEditor.ResumeLayout(False) Me.pnlEditor.PerformLayout() Me.pnlLog.ResumeLayout(False) diff --git a/instat/dlgPrintPreviewOptions.resx b/instat/dlgPrintPreviewOptions.resx index 8bce94d7c0e..29dcb1b3a35 100644 --- a/instat/dlgPrintPreviewOptions.resx +++ b/instat/dlgPrintPreviewOptions.resx @@ -117,319 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - True - - - - 3, 48 - - - 97, 17 - - - 2 - - - Show grid lines - - - chkGridLines - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlEditor - - - 0 - - - Bottom - - - 0, 80 - - - 156, 44 - - - 1 - - - Print Current Sheet - - - cmdPrtSheet - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlEditor - - - 1 - - - Top - - - 0, 0 - - - 156, 42 - - - 0 - - - Preview Current Sheet - - - cmdPrevSheet - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlEditor - - - 2 - - - 2, 4 - - - 160, 128 - - - 0 - - - pnlEditor - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Top, Left, Right - - - Bottom - - - 0, 44 - - - 156, 44 - - - 1 - - - Print Log - - - cmdPrtLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlLog - - - 0 - - - Top - - - 0, 0 - - - 156, 42 - - - 0 - - - Preview Log - - - cmdPrevLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlLog - - - 1 - - - 168, 4 - - - 160, 92 - - - 1 - - - pnlLog - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Top, Left, Right - - - Bottom - - - 0, 44 - - - 156, 44 - - - 1 - - - Print Output - - - cmdPrtOutput - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlOutput - - - 0 - - - Top - - - 0, 0 - - - 156, 42 - - - 0 - - - Preview Output - - - cmdPrevOutput - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnlOutput - - - 1 - - - 332, 6 - - - 160, 92 - - - 2 - - - pnlOutput - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Top, Bottom, Left, Right - - - 168, 99 - - - 160, 32 - - - 3 - - - Exit Preview and Print - - - cmdExitPreview - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 496, 144 - - - CenterScreen - - - Print and Preview Options - - - dlgPrintPreviewOptions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgRPackages.Designer.vb b/instat/dlgRPackages.Designer.vb index d602c4d69f2..212bb462a65 100644 --- a/instat/dlgRPackages.Designer.vb +++ b/instat/dlgRPackages.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgInstallRPackage 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgInstallRPackage)) Me.cmdCheck = New System.Windows.Forms.Button() Me.lblRPackage = New System.Windows.Forms.Label() Me.ucrInputMessage = New instat.ucrInputTextBox() @@ -32,40 +31,61 @@ Partial Class dlgInstallRPackage ' 'cmdCheck ' - resources.ApplyResources(Me.cmdCheck, "cmdCheck") + Me.cmdCheck.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCheck.Location = New System.Drawing.Point(14, 81) Me.cmdCheck.Name = "cmdCheck" + Me.cmdCheck.Size = New System.Drawing.Size(75, 22) + Me.cmdCheck.TabIndex = 16 + Me.cmdCheck.Text = "Check" Me.cmdCheck.UseVisualStyleBackColor = True ' 'lblRPackage ' - resources.ApplyResources(Me.lblRPackage, "lblRPackage") + Me.lblRPackage.AutoSize = True + Me.lblRPackage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRPackage.Location = New System.Drawing.Point(11, 33) Me.lblRPackage.Name = "lblRPackage" + Me.lblRPackage.Size = New System.Drawing.Size(64, 13) + Me.lblRPackage.TabIndex = 1 + Me.lblRPackage.Text = "R Package:" ' 'ucrInputMessage ' Me.ucrInputMessage.AddQuotesIfUnrecognised = True + Me.ucrInputMessage.AutoSize = True Me.ucrInputMessage.IsMultiline = False Me.ucrInputMessage.IsReadOnly = True - resources.ApplyResources(Me.ucrInputMessage, "ucrInputMessage") + Me.ucrInputMessage.Location = New System.Drawing.Point(105, 81) Me.ucrInputMessage.Name = "ucrInputMessage" + Me.ucrInputMessage.Size = New System.Drawing.Size(319, 22) + Me.ucrInputMessage.TabIndex = 17 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(14, 130) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrInputTextBoxRPackage ' Me.ucrInputTextBoxRPackage.AddQuotesIfUnrecognised = True + Me.ucrInputTextBoxRPackage.AutoSize = True Me.ucrInputTextBoxRPackage.IsMultiline = False Me.ucrInputTextBoxRPackage.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTextBoxRPackage, "ucrInputTextBoxRPackage") + Me.ucrInputTextBoxRPackage.Location = New System.Drawing.Point(75, 31) Me.ucrInputTextBoxRPackage.Name = "ucrInputTextBoxRPackage" + Me.ucrInputTextBoxRPackage.Size = New System.Drawing.Size(197, 22) + Me.ucrInputTextBoxRPackage.TabIndex = 0 ' 'dlgInstallRPackage ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(448, 194) Me.Controls.Add(Me.ucrInputMessage) Me.Controls.Add(Me.cmdCheck) Me.Controls.Add(Me.ucrBase) @@ -75,6 +95,8 @@ Partial Class dlgInstallRPackage Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgInstallRPackage" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "R Packages" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRPackages.resx b/instat/dlgRPackages.resx index fd928ad0fd8..1af7de150c9 100644 --- a/instat/dlgRPackages.resx +++ b/instat/dlgRPackages.resx @@ -117,154 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 14, 81 - - - 75, 22 - - - - 16 - - - Check - - - cmdCheck - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 11, 33 - - - 64, 13 - - - 1 - - - R Package: - - - lblRPackage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 105, 81 - - - 319, 22 - - - 17 - - - ucrInputMessage - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 14, 130 - - - 410, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 75, 31 - - - 197, 22 - - - 0 - - - ucrInputTextBoxRPackage - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 448, 194 - - - CenterScreen - - - R Packages - - - dlgInstallRPackage - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgRandomSample.designer.vb b/instat/dlgRandomSample.designer.vb index 06cd1d95d89..86e50393857 100644 --- a/instat/dlgRandomSample.designer.vb +++ b/instat/dlgRandomSample.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRandomSample 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRandomSample)) Me.lblSampleSize = New System.Windows.Forms.Label() Me.lblNumberofSamples = New System.Windows.Forms.Label() Me.ucrSaveRandomSample = New instat.ucrSave() @@ -53,74 +52,111 @@ Partial Class dlgRandomSample ' 'lblSampleSize ' - resources.ApplyResources(Me.lblSampleSize, "lblSampleSize") + Me.lblSampleSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSampleSize.Location = New System.Drawing.Point(276, 155) Me.lblSampleSize.Name = "lblSampleSize" + Me.lblSampleSize.Size = New System.Drawing.Size(118, 13) + Me.lblSampleSize.TabIndex = 6 Me.lblSampleSize.Tag = "Sample_Size:" + Me.lblSampleSize.Text = "Sample Size:" ' 'lblNumberofSamples ' - resources.ApplyResources(Me.lblNumberofSamples, "lblNumberofSamples") + Me.lblNumberofSamples.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNumberofSamples.Location = New System.Drawing.Point(276, 128) Me.lblNumberofSamples.Name = "lblNumberofSamples" + Me.lblNumberofSamples.Size = New System.Drawing.Size(118, 13) + Me.lblNumberofSamples.TabIndex = 4 Me.lblNumberofSamples.Tag = "Number_of_Samples:" + Me.lblNumberofSamples.Text = "Number of Samples:" ' 'ucrSaveRandomSample ' - resources.ApplyResources(Me.ucrSaveRandomSample, "ucrSaveRandomSample") + Me.ucrSaveRandomSample.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveRandomSample.Location = New System.Drawing.Point(10, 219) + Me.ucrSaveRandomSample.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveRandomSample.Name = "ucrSaveRandomSample" + Me.ucrSaveRandomSample.Size = New System.Drawing.Size(365, 22) + Me.ucrSaveRandomSample.TabIndex = 8 ' 'ucrNudNumberOfSamples ' + Me.ucrNudNumberOfSamples.AutoSize = True Me.ucrNudNumberOfSamples.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfSamples.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfSamples, "ucrNudNumberOfSamples") + Me.ucrNudNumberOfSamples.Location = New System.Drawing.Point(400, 126) Me.ucrNudNumberOfSamples.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfSamples.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfSamples.Name = "ucrNudNumberOfSamples" + Me.ucrNudNumberOfSamples.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberOfSamples.TabIndex = 5 Me.ucrNudNumberOfSamples.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSeed ' + Me.ucrNudSeed.AutoSize = True Me.ucrNudSeed.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSeed.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSeed, "ucrNudSeed") + Me.ucrNudSeed.Location = New System.Drawing.Point(400, 100) Me.ucrNudSeed.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSeed.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSeed.Name = "ucrNudSeed" + Me.ucrNudSeed.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSeed.TabIndex = 3 Me.ucrNudSeed.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSetSeed ' + Me.ucrChkSetSeed.AutoSize = True Me.ucrChkSetSeed.Checked = False - resources.ApplyResources(Me.ucrChkSetSeed, "ucrChkSetSeed") + Me.ucrChkSetSeed.Location = New System.Drawing.Point(276, 101) Me.ucrChkSetSeed.Name = "ucrChkSetSeed" + Me.ucrChkSetSeed.Size = New System.Drawing.Size(118, 23) + Me.ucrChkSetSeed.TabIndex = 2 ' 'ucrSampleSize ' - resources.ApplyResources(Me.ucrSampleSize, "ucrSampleSize") + Me.ucrSampleSize.AutoSize = True + Me.ucrSampleSize.Location = New System.Drawing.Point(400, 152) Me.ucrSampleSize.Name = "ucrSampleSize" + Me.ucrSampleSize.Size = New System.Drawing.Size(55, 23) + Me.ucrSampleSize.TabIndex = 7 Me.ucrSampleSize.ucrDataFrameSelector = Nothing ' 'ucrSelectorRandomSamples ' + Me.ucrSelectorRandomSamples.AutoSize = True Me.ucrSelectorRandomSamples.bDropUnusedFilterLevels = False Me.ucrSelectorRandomSamples.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorRandomSamples, "ucrSelectorRandomSamples") + Me.ucrSelectorRandomSamples.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorRandomSamples.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRandomSamples.Name = "ucrSelectorRandomSamples" + Me.ucrSelectorRandomSamples.Size = New System.Drawing.Size(153, 43) + Me.ucrSelectorRandomSamples.TabIndex = 0 ' 'ucrDistWithParameters ' - resources.ApplyResources(Me.ucrDistWithParameters, "ucrDistWithParameters") + Me.ucrDistWithParameters.AutoSize = True + Me.ucrDistWithParameters.Location = New System.Drawing.Point(10, 55) Me.ucrDistWithParameters.Name = "ucrDistWithParameters" + Me.ucrDistWithParameters.Size = New System.Drawing.Size(1037, 156) + Me.ucrDistWithParameters.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 248) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'dlgRandomSample ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(479, 300) Me.Controls.Add(Me.ucrSaveRandomSample) Me.Controls.Add(Me.ucrNudNumberOfSamples) Me.Controls.Add(Me.ucrNudSeed) @@ -135,6 +171,8 @@ Partial Class dlgRandomSample Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRandomSample" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Random Samples" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRandomSample.resx b/instat/dlgRandomSample.resx index baaecc51e7f..1af7de150c9 100644 --- a/instat/dlgRandomSample.resx +++ b/instat/dlgRandomSample.resx @@ -117,262 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 276, 155 - - - 118, 13 - - - - 6 - - - Sample Size: - - - lblSampleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 276, 128 - - - 118, 13 - - - 4 - - - Number of Samples: - - - lblNumberofSamples - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 10, 219 - - - 4, 5, 4, 5 - - - 365, 22 - - - 8 - - - ucrSaveRandomSample - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 400, 126 - - - 50, 20 - - - 5 - - - ucrNudNumberOfSamples - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 400, 100 - - - 50, 20 - - - 3 - - - ucrNudSeed - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 276, 101 - - - 118, 20 - - - 2 - - - ucrChkSetSeed - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 400, 152 - - - 55, 23 - - - 7 - - - ucrSampleSize - - - instat.ucrDataFrameLength, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 10 - - - 0, 0, 0, 0 - - - 153, 40 - - - 0 - - - ucrSelectorRandomSamples - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 55 - - - 248, 156 - - - 1 - - - ucrDistWithParameters - - - instat.ucrDistributionsWithParameters, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 10, 248 - - - 410, 52 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 13 - - - True - - - 479, 300 - - - CenterScreen - - - Random Samples - - - dlgRandomSample - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgRandomSubsets.Designer.vb b/instat/dlgRandomSubsets.Designer.vb index e70b907de74..4c39f7ff70f 100644 --- a/instat/dlgRandomSubsets.Designer.vb +++ b/instat/dlgRandomSubsets.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRandomSubsets 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRandomSubsets)) Me.lblSelected = New System.Windows.Forms.Label() Me.lblSampleSize = New System.Windows.Forms.Label() Me.lblNumberOfColumns = New System.Windows.Forms.Label() @@ -55,95 +54,140 @@ Partial Class dlgRandomSubsets ' 'lblSelected ' - resources.ApplyResources(Me.lblSelected, "lblSelected") + Me.lblSelected.AutoSize = True + Me.lblSelected.Location = New System.Drawing.Point(252, 45) Me.lblSelected.Name = "lblSelected" + Me.lblSelected.Size = New System.Drawing.Size(93, 13) + Me.lblSelected.TabIndex = 1 Me.lblSelected.Tag = "Selected_Variable:" + Me.lblSelected.Text = "Selected Variable:" ' 'lblSampleSize ' - resources.ApplyResources(Me.lblSampleSize, "lblSampleSize") + Me.lblSampleSize.AutoSize = True + Me.lblSampleSize.Location = New System.Drawing.Point(252, 93) Me.lblSampleSize.Name = "lblSampleSize" + Me.lblSampleSize.Size = New System.Drawing.Size(68, 13) + Me.lblSampleSize.TabIndex = 3 Me.lblSampleSize.Tag = "Sample_Size:" + Me.lblSampleSize.Text = "Sample Size:" ' 'lblNumberOfColumns ' - resources.ApplyResources(Me.lblNumberOfColumns, "lblNumberOfColumns") + Me.lblNumberOfColumns.AutoSize = True + Me.lblNumberOfColumns.Location = New System.Drawing.Point(252, 119) Me.lblNumberOfColumns.Name = "lblNumberOfColumns" + Me.lblNumberOfColumns.Size = New System.Drawing.Size(102, 13) + Me.lblNumberOfColumns.TabIndex = 5 Me.lblNumberOfColumns.Tag = "Number_of_Columns:" + Me.lblNumberOfColumns.Text = "Number of Columns:" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 224) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrNewDataFrame ' - resources.ApplyResources(Me.ucrNewDataFrame, "ucrNewDataFrame") + Me.ucrNewDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDataFrame.Location = New System.Drawing.Point(10, 195) + Me.ucrNewDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrame.Name = "ucrNewDataFrame" + Me.ucrNewDataFrame.Size = New System.Drawing.Size(395, 24) + Me.ucrNewDataFrame.TabIndex = 10 ' 'ucrChkWithReplacement ' + Me.ucrChkWithReplacement.AutoSize = True Me.ucrChkWithReplacement.Checked = False - resources.ApplyResources(Me.ucrChkWithReplacement, "ucrChkWithReplacement") + Me.ucrChkWithReplacement.Location = New System.Drawing.Point(252, 167) Me.ucrChkWithReplacement.Name = "ucrChkWithReplacement" + Me.ucrChkWithReplacement.Size = New System.Drawing.Size(171, 23) + Me.ucrChkWithReplacement.TabIndex = 9 ' 'ucrChkSetSeed ' + Me.ucrChkSetSeed.AutoSize = True Me.ucrChkSetSeed.Checked = False - resources.ApplyResources(Me.ucrChkSetSeed, "ucrChkSetSeed") + Me.ucrChkSetSeed.Location = New System.Drawing.Point(252, 141) Me.ucrChkSetSeed.Name = "ucrChkSetSeed" + Me.ucrChkSetSeed.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSetSeed.TabIndex = 7 ' 'ucrNudSetSeed ' + Me.ucrNudSetSeed.AutoSize = True Me.ucrNudSetSeed.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSetSeed, "ucrNudSetSeed") + Me.ucrNudSetSeed.Location = New System.Drawing.Point(363, 141) Me.ucrNudSetSeed.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSetSeed.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSetSeed.Name = "ucrNudSetSeed" + Me.ucrNudSetSeed.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSetSeed.TabIndex = 8 Me.ucrNudSetSeed.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudNumberOfColumns ' + Me.ucrNudNumberOfColumns.AutoSize = True Me.ucrNudNumberOfColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfColumns, "ucrNudNumberOfColumns") + Me.ucrNudNumberOfColumns.Location = New System.Drawing.Point(363, 115) Me.ucrNudNumberOfColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Name = "ucrNudNumberOfColumns" + Me.ucrNudNumberOfColumns.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNumberOfColumns.TabIndex = 6 Me.ucrNudNumberOfColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSampleSize ' + Me.ucrNudSampleSize.AutoSize = True Me.ucrNudSampleSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSampleSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSampleSize, "ucrNudSampleSize") + Me.ucrNudSampleSize.Location = New System.Drawing.Point(363, 89) Me.ucrNudSampleSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSampleSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSampleSize.Name = "ucrNudSampleSize" + Me.ucrNudSampleSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSampleSize.TabIndex = 4 Me.ucrNudSampleSize.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSelectorRandomSubsets ' + Me.ucrSelectorRandomSubsets.AutoSize = True Me.ucrSelectorRandomSubsets.bDropUnusedFilterLevels = False Me.ucrSelectorRandomSubsets.bShowHiddenColumns = False Me.ucrSelectorRandomSubsets.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorRandomSubsets, "ucrSelectorRandomSubsets") + Me.ucrSelectorRandomSubsets.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorRandomSubsets.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRandomSubsets.Name = "ucrSelectorRandomSubsets" + Me.ucrSelectorRandomSubsets.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorRandomSubsets.TabIndex = 0 ' 'ucrReceiverSubsets ' + Me.ucrReceiverSubsets.AutoSize = True Me.ucrReceiverSubsets.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSubsets, "ucrReceiverSubsets") + Me.ucrReceiverSubsets.Location = New System.Drawing.Point(252, 60) + Me.ucrReceiverSubsets.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSubsets.Name = "ucrReceiverSubsets" Me.ucrReceiverSubsets.Selector = Nothing + Me.ucrReceiverSubsets.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSubsets.strNcFilePath = "" + Me.ucrReceiverSubsets.TabIndex = 2 Me.ucrReceiverSubsets.ucrSelector = Nothing ' 'dlgRandomSubsets ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(430, 282) Me.Controls.Add(Me.ucrReceiverSubsets) Me.Controls.Add(Me.ucrChkSetSeed) Me.Controls.Add(Me.ucrChkWithReplacement) @@ -160,7 +204,9 @@ Partial Class dlgRandomSubsets Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRandomSubsets" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Random_Subsets" + Me.Text = "Random Subsets" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRandomSubsets.resx b/instat/dlgRandomSubsets.resx index b902f8777b5..29dcb1b3a35 100644 --- a/instat/dlgRandomSubsets.resx +++ b/instat/dlgRandomSubsets.resx @@ -117,313 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 252, 45 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - 252, 93 - - - 68, 13 - - - 3 - - - Sample Size: - - - lblSampleSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 252, 119 - - - 102, 13 - - - 5 - - - Number of Columns: - - - lblNumberOfColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 10, 224 - - - 410, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 195 - - - - 4, 5, 4, 5 - - - 395, 24 - - - 10 - - - ucrNewDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 252, 167 - - - 171, 20 - - - 9 - - - ucrChkWithReplacement - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 252, 141 - - - 100, 20 - - - 7 - - - ucrChkSetSeed - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 363, 141 - - - 50, 20 - - - 8 - - - ucrNudSetSeed - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 363, 115 - - - 50, 20 - - - 6 - - - ucrNudNumberOfColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 363, 89 - - - 50, 20 - - - 4 - - - ucrNudSampleSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorRandomSubsets - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 13 - - - True - - - 430, 282 - - - CenterScreen - - - Random Subsets - - - dlgRandomSubsets - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverSubsets - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgRatingScales.Designer.vb b/instat/dlgRatingScales.Designer.vb index dd80f224519..5085a6e8fb1 100644 --- a/instat/dlgRatingScales.Designer.vb +++ b/instat/dlgRatingScales.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRatingScales 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRatingScales)) Me.lblOrderedFactor = New System.Windows.Forms.Label() Me.grpSort = New System.Windows.Forms.GroupBox() Me.rdoHighDescendingLikert = New System.Windows.Forms.RadioButton() @@ -73,8 +72,13 @@ Partial Class dlgRatingScales ' 'lblOrderedFactor ' - resources.ApplyResources(Me.lblOrderedFactor, "lblOrderedFactor") + Me.lblOrderedFactor.AutoSize = True + Me.lblOrderedFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOrderedFactor.Location = New System.Drawing.Point(262, 84) Me.lblOrderedFactor.Name = "lblOrderedFactor" + Me.lblOrderedFactor.Size = New System.Drawing.Size(81, 13) + Me.lblOrderedFactor.TabIndex = 5 + Me.lblOrderedFactor.Text = "Ordered Factor:" ' 'grpSort ' @@ -84,75 +88,127 @@ Partial Class dlgRatingScales Me.grpSort.Controls.Add(Me.rdoNoneLikert) Me.grpSort.Controls.Add(Me.rdoHighAscendingLikert) Me.grpSort.Controls.Add(Me.ucrPnlLikertOptions) - resources.ApplyResources(Me.grpSort, "grpSort") + Me.grpSort.Location = New System.Drawing.Point(262, 205) Me.grpSort.Name = "grpSort" + Me.grpSort.Size = New System.Drawing.Size(135, 149) + Me.grpSort.TabIndex = 7 Me.grpSort.TabStop = False + Me.grpSort.Text = "Sort" ' 'rdoHighDescendingLikert ' - resources.ApplyResources(Me.rdoHighDescendingLikert, "rdoHighDescendingLikert") + Me.rdoHighDescendingLikert.AutoSize = True + Me.rdoHighDescendingLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHighDescendingLikert.Location = New System.Drawing.Point(14, 115) Me.rdoHighDescendingLikert.Name = "rdoHighDescendingLikert" + Me.rdoHighDescendingLikert.Size = New System.Drawing.Size(107, 17) + Me.rdoHighDescendingLikert.TabIndex = 0 Me.rdoHighDescendingLikert.TabStop = True + Me.rdoHighDescendingLikert.Text = "High Descending" Me.rdoHighDescendingLikert.UseVisualStyleBackColor = True ' 'rdoLowDescendingLikert ' - resources.ApplyResources(Me.rdoLowDescendingLikert, "rdoLowDescendingLikert") + Me.rdoLowDescendingLikert.AutoSize = True + Me.rdoLowDescendingLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLowDescendingLikert.Location = New System.Drawing.Point(14, 67) Me.rdoLowDescendingLikert.Name = "rdoLowDescendingLikert" + Me.rdoLowDescendingLikert.Size = New System.Drawing.Size(105, 17) + Me.rdoLowDescendingLikert.TabIndex = 4 Me.rdoLowDescendingLikert.TabStop = True + Me.rdoLowDescendingLikert.Text = "Low Descending" Me.rdoLowDescendingLikert.UseVisualStyleBackColor = True ' 'rdoLowAscendingLikert ' - resources.ApplyResources(Me.rdoLowAscendingLikert, "rdoLowAscendingLikert") + Me.rdoLowAscendingLikert.AutoSize = True + Me.rdoLowAscendingLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLowAscendingLikert.Location = New System.Drawing.Point(14, 43) Me.rdoLowAscendingLikert.Name = "rdoLowAscendingLikert" + Me.rdoLowAscendingLikert.Size = New System.Drawing.Size(98, 17) + Me.rdoLowAscendingLikert.TabIndex = 3 Me.rdoLowAscendingLikert.TabStop = True + Me.rdoLowAscendingLikert.Text = "Low Ascending" Me.rdoLowAscendingLikert.UseVisualStyleBackColor = True ' 'rdoNoneLikert ' - resources.ApplyResources(Me.rdoNoneLikert, "rdoNoneLikert") + Me.rdoNoneLikert.AutoSize = True + Me.rdoNoneLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoneLikert.Location = New System.Drawing.Point(14, 19) Me.rdoNoneLikert.Name = "rdoNoneLikert" + Me.rdoNoneLikert.Size = New System.Drawing.Size(51, 17) + Me.rdoNoneLikert.TabIndex = 2 Me.rdoNoneLikert.TabStop = True + Me.rdoNoneLikert.Text = "None" Me.rdoNoneLikert.UseVisualStyleBackColor = True ' 'rdoHighAscendingLikert ' - resources.ApplyResources(Me.rdoHighAscendingLikert, "rdoHighAscendingLikert") + Me.rdoHighAscendingLikert.AutoSize = True + Me.rdoHighAscendingLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHighAscendingLikert.Location = New System.Drawing.Point(14, 91) Me.rdoHighAscendingLikert.Name = "rdoHighAscendingLikert" + Me.rdoHighAscendingLikert.Size = New System.Drawing.Size(100, 17) + Me.rdoHighAscendingLikert.TabIndex = 5 Me.rdoHighAscendingLikert.TabStop = True + Me.rdoHighAscendingLikert.Text = "High Ascending" Me.rdoHighAscendingLikert.UseVisualStyleBackColor = True ' 'ucrPnlLikertOptions ' - resources.ApplyResources(Me.ucrPnlLikertOptions, "ucrPnlLikertOptions") + Me.ucrPnlLikertOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLikertOptions.Location = New System.Drawing.Point(7, 19) Me.ucrPnlLikertOptions.Name = "ucrPnlLikertOptions" + Me.ucrPnlLikertOptions.Size = New System.Drawing.Size(114, 119) + Me.ucrPnlLikertOptions.TabIndex = 6 ' 'rdoStacked ' - resources.ApplyResources(Me.rdoStacked, "rdoStacked") + Me.rdoStacked.Appearance = System.Windows.Forms.Appearance.Button Me.rdoStacked.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoStacked.FlatAppearance.BorderSize = 2 Me.rdoStacked.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoStacked.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoStacked.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStacked.Location = New System.Drawing.Point(162, 10) Me.rdoStacked.Name = "rdoStacked" + Me.rdoStacked.Size = New System.Drawing.Size(100, 28) + Me.rdoStacked.TabIndex = 3 + Me.rdoStacked.Text = "Stacked Graph" + Me.rdoStacked.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoStacked.UseVisualStyleBackColor = True ' 'rdoLikert ' - resources.ApplyResources(Me.rdoLikert, "rdoLikert") + Me.rdoLikert.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLikert.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLikert.FlatAppearance.BorderSize = 2 Me.rdoLikert.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLikert.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLikert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLikert.Location = New System.Drawing.Point(260, 10) Me.rdoLikert.Name = "rdoLikert" + Me.rdoLikert.Size = New System.Drawing.Size(100, 28) + Me.rdoLikert.TabIndex = 2 + Me.rdoLikert.Text = "Likert Graph" + Me.rdoLikert.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLikert.UseVisualStyleBackColor = True ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTable.Location = New System.Drawing.Point(64, 10) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(100, 28) + Me.rdoTable.TabIndex = 1 + Me.rdoTable.Text = "Table" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'grpSortTable @@ -163,123 +219,191 @@ Partial Class dlgRatingScales Me.grpSortTable.Controls.Add(Me.rdoLowDescendingTable) Me.grpSortTable.Controls.Add(Me.rdoNoneTable) Me.grpSortTable.Controls.Add(Me.ucrPnlTableOptions) - resources.ApplyResources(Me.grpSortTable, "grpSortTable") + Me.grpSortTable.Location = New System.Drawing.Point(262, 205) Me.grpSortTable.Name = "grpSortTable" + Me.grpSortTable.Size = New System.Drawing.Size(135, 149) + Me.grpSortTable.TabIndex = 8 Me.grpSortTable.TabStop = False + Me.grpSortTable.Text = "Sort" ' 'rdoHighDescendingTable ' - resources.ApplyResources(Me.rdoHighDescendingTable, "rdoHighDescendingTable") + Me.rdoHighDescendingTable.AutoSize = True + Me.rdoHighDescendingTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHighDescendingTable.Location = New System.Drawing.Point(14, 115) Me.rdoHighDescendingTable.Name = "rdoHighDescendingTable" + Me.rdoHighDescendingTable.Size = New System.Drawing.Size(107, 17) + Me.rdoHighDescendingTable.TabIndex = 0 Me.rdoHighDescendingTable.TabStop = True + Me.rdoHighDescendingTable.Text = "High Descending" Me.rdoHighDescendingTable.UseVisualStyleBackColor = True ' 'rdoLowAscendingTable ' - resources.ApplyResources(Me.rdoLowAscendingTable, "rdoLowAscendingTable") + Me.rdoLowAscendingTable.AutoSize = True + Me.rdoLowAscendingTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLowAscendingTable.Location = New System.Drawing.Point(14, 43) Me.rdoLowAscendingTable.Name = "rdoLowAscendingTable" + Me.rdoLowAscendingTable.Size = New System.Drawing.Size(98, 17) + Me.rdoLowAscendingTable.TabIndex = 3 Me.rdoLowAscendingTable.TabStop = True + Me.rdoLowAscendingTable.Text = "Low Ascending" Me.rdoLowAscendingTable.UseVisualStyleBackColor = True ' 'rdoHighAscendingTable ' - resources.ApplyResources(Me.rdoHighAscendingTable, "rdoHighAscendingTable") + Me.rdoHighAscendingTable.AutoSize = True + Me.rdoHighAscendingTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHighAscendingTable.Location = New System.Drawing.Point(14, 91) Me.rdoHighAscendingTable.Name = "rdoHighAscendingTable" + Me.rdoHighAscendingTable.Size = New System.Drawing.Size(100, 17) + Me.rdoHighAscendingTable.TabIndex = 5 Me.rdoHighAscendingTable.TabStop = True + Me.rdoHighAscendingTable.Text = "High Ascending" Me.rdoHighAscendingTable.UseVisualStyleBackColor = True ' 'rdoLowDescendingTable ' - resources.ApplyResources(Me.rdoLowDescendingTable, "rdoLowDescendingTable") + Me.rdoLowDescendingTable.AutoSize = True + Me.rdoLowDescendingTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLowDescendingTable.Location = New System.Drawing.Point(14, 67) Me.rdoLowDescendingTable.Name = "rdoLowDescendingTable" + Me.rdoLowDescendingTable.Size = New System.Drawing.Size(105, 17) + Me.rdoLowDescendingTable.TabIndex = 4 Me.rdoLowDescendingTable.TabStop = True + Me.rdoLowDescendingTable.Text = "Low Descending" Me.rdoLowDescendingTable.UseVisualStyleBackColor = True ' 'rdoNoneTable ' - resources.ApplyResources(Me.rdoNoneTable, "rdoNoneTable") + Me.rdoNoneTable.AutoSize = True + Me.rdoNoneTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNoneTable.Location = New System.Drawing.Point(14, 19) Me.rdoNoneTable.Name = "rdoNoneTable" + Me.rdoNoneTable.Size = New System.Drawing.Size(51, 17) + Me.rdoNoneTable.TabIndex = 2 Me.rdoNoneTable.TabStop = True + Me.rdoNoneTable.Text = "None" Me.rdoNoneTable.UseVisualStyleBackColor = True ' 'ucrPnlTableOptions ' - resources.ApplyResources(Me.ucrPnlTableOptions, "ucrPnlTableOptions") + Me.ucrPnlTableOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlTableOptions.Location = New System.Drawing.Point(6, 19) Me.ucrPnlTableOptions.Name = "ucrPnlTableOptions" + Me.ucrPnlTableOptions.Size = New System.Drawing.Size(123, 124) + Me.ucrPnlTableOptions.TabIndex = 6 ' 'ucrNudNeutralLevel ' + Me.ucrNudNeutralLevel.AutoSize = True Me.ucrNudNeutralLevel.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNeutralLevel.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNeutralLevel, "ucrNudNeutralLevel") + Me.ucrNudNeutralLevel.Location = New System.Drawing.Point(152, 297) Me.ucrNudNeutralLevel.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNeutralLevel.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNeutralLevel.Name = "ucrNudNeutralLevel" + Me.ucrNudNeutralLevel.Size = New System.Drawing.Size(50, 20) + Me.ucrNudNeutralLevel.TabIndex = 2 Me.ucrNudNeutralLevel.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkNumberOfCategories ' + Me.ucrChkNumberOfCategories.AutoSize = True Me.ucrChkNumberOfCategories.Checked = False - resources.ApplyResources(Me.ucrChkNumberOfCategories, "ucrChkNumberOfCategories") + Me.ucrChkNumberOfCategories.Location = New System.Drawing.Point(12, 299) Me.ucrChkNumberOfCategories.Name = "ucrChkNumberOfCategories" + Me.ucrChkNumberOfCategories.Size = New System.Drawing.Size(210, 23) + Me.ucrChkNumberOfCategories.TabIndex = 0 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 383) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(301, 24) + Me.ucrSaveGraph.TabIndex = 15 ' 'ucrPnlGraphType ' - resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") + Me.ucrPnlGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlGraphType.Location = New System.Drawing.Point(53, 8) Me.ucrPnlGraphType.Name = "ucrPnlGraphType" + Me.ucrPnlGraphType.Size = New System.Drawing.Size(315, 35) + Me.ucrPnlGraphType.TabIndex = 0 ' 'ucrChkFlip ' + Me.ucrChkFlip.AutoSize = True Me.ucrChkFlip.Checked = False - resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") + Me.ucrChkFlip.Location = New System.Drawing.Point(12, 272) Me.ucrChkFlip.Name = "ucrChkFlip" + Me.ucrChkFlip.Size = New System.Drawing.Size(224, 23) + Me.ucrChkFlip.TabIndex = 11 ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(115, 245) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 10 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrChkWeights ' + Me.ucrChkWeights.AutoSize = True Me.ucrChkWeights.Checked = False - resources.ApplyResources(Me.ucrChkWeights, "ucrChkWeights") + Me.ucrChkWeights.Location = New System.Drawing.Point(12, 245) Me.ucrChkWeights.Name = "ucrChkWeights" + Me.ucrChkWeights.Size = New System.Drawing.Size(100, 23) + Me.ucrChkWeights.TabIndex = 9 ' 'ucrReceiverOrderedFactors ' + Me.ucrReceiverOrderedFactors.AutoSize = True Me.ucrReceiverOrderedFactors.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOrderedFactors, "ucrReceiverOrderedFactors") + Me.ucrReceiverOrderedFactors.Location = New System.Drawing.Point(262, 99) + Me.ucrReceiverOrderedFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOrderedFactors.Name = "ucrReceiverOrderedFactors" Me.ucrReceiverOrderedFactors.Selector = Nothing + Me.ucrReceiverOrderedFactors.Size = New System.Drawing.Size(119, 100) Me.ucrReceiverOrderedFactors.strNcFilePath = "" + Me.ucrReceiverOrderedFactors.TabIndex = 6 Me.ucrReceiverOrderedFactors.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 413) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'ucrSelectorRatingScale ' + Me.ucrSelectorRatingScale.AutoSize = True Me.ucrSelectorRatingScale.bDropUnusedFilterLevels = False Me.ucrSelectorRatingScale.bShowHiddenColumns = False Me.ucrSelectorRatingScale.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorRatingScale, "ucrSelectorRatingScale") + Me.ucrSelectorRatingScale.Location = New System.Drawing.Point(10, 49) + Me.ucrSelectorRatingScale.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRatingScale.Name = "ucrSelectorRatingScale" + Me.ucrSelectorRatingScale.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorRatingScale.TabIndex = 4 ' 'dlgRatingScales ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 470) Me.Controls.Add(Me.ucrNudNeutralLevel) Me.Controls.Add(Me.ucrChkNumberOfCategories) Me.Controls.Add(Me.grpSortTable) @@ -300,6 +424,8 @@ Partial Class dlgRatingScales Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRatingScales" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Rating Data" Me.grpSort.ResumeLayout(False) Me.grpSort.PerformLayout() Me.grpSortTable.ResumeLayout(False) diff --git a/instat/dlgRatingScales.resx b/instat/dlgRatingScales.resx index bc3cec335ff..29dcb1b3a35 100644 --- a/instat/dlgRatingScales.resx +++ b/instat/dlgRatingScales.resx @@ -117,784 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 262, 84 - - - 81, 13 - - - 5 - - - Ordered Factor: - - - lblOrderedFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 14, 115 - - - 107, 17 - - - 0 - - - High Descending - - - rdoHighDescendingLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 0 - - - True - - - NoControl - - - 14, 67 - - - 105, 17 - - - 4 - - - Low Descending - - - rdoLowDescendingLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 1 - - - True - - - NoControl - - - 14, 43 - - - 98, 17 - - - 3 - - - Low Ascending - - - rdoLowAscendingLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 2 - - - True - - - NoControl - - - 14, 19 - - - 51, 17 - - - 2 - - - None - - - rdoNoneLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 3 - - - True - - - NoControl - - - 14, 91 - - - 100, 17 - - - 5 - - - High Ascending - - - rdoHighAscendingLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSort - - - 4 - - - 7, 19 - - - 114, 119 - - - 6 - - - ucrPnlLikertOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSort - - - 5 - - - 262, 205 - - - 135, 149 - - - 7 - - - Sort - - - grpSort - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 162, 10 - - - 100, 28 - - - 3 - - - Stacked Graph - - - MiddleCenter - - - rdoStacked - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - Flat - - - NoControl - - - 260, 10 - - - 100, 28 - - - 2 - - - Likert Graph - - - MiddleCenter - - - rdoLikert - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 64, 10 - - - 100, 28 - - - 1 - - - Table - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 14, 115 - - - 107, 17 - - - 0 - - - High Descending - - - rdoHighDescendingTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSortTable - - - 0 - - - True - - - NoControl - - - 14, 43 - - - 98, 17 - - - 3 - - - Low Ascending - - - rdoLowAscendingTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSortTable - - - 1 - - - True - - - NoControl - - - 14, 91 - - - 100, 17 - - - 5 - - - High Ascending - - - rdoHighAscendingTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSortTable - - - 2 - - - True - - - NoControl - - - 14, 67 - - - 105, 17 - - - 4 - - - Low Descending - - - rdoLowDescendingTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSortTable - - - 3 - - - True - - - NoControl - - - 14, 19 - - - 51, 17 - - - 2 - - - None - - - rdoNoneTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSortTable - - - 4 - - - 6, 19 - - - 123, 124 - - - 6 - - - ucrPnlTableOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSortTable - - - 5 - - - 262, 205 - - - 135, 149 - - - 8 - - - Sort - - - grpSortTable - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 152, 297 - - - 50, 20 - - - 2 - - - ucrNudNeutralLevel - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 12, 299 - - - 210, 20 - - - 0 - - - ucrChkNumberOfCategories - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 383 - - - 4, 5, 4, 5 - - - 301, 24 - - - 15 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 53, 8 - - - 315, 35 - - - 0 - - - ucrPnlGraphType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 12, 272 - - - 224, 20 - - - 11 - - - ucrChkFlip - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 6, 13 - - - True - - - 419, 470 - - - 12, 245 - - - 100, 20 - - - 9 - - - ucrChkWeights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 262, 99 - - - 0, 0, 0, 0 - - - 119, 100 - - - 6 - - - ucrReceiverOrderedFactors - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 10, 413 - - - 410, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 10, 49 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorRatingScale - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Rating Data - - - dlgRatingScales - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 115, 245 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgRecodeFactor.Designer.vb b/instat/dlgRecodeFactor.Designer.vb index ab908ebed81..404b08b7a2b 100644 --- a/instat/dlgRecodeFactor.Designer.vb +++ b/instat/dlgRecodeFactor.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRecodeFactor 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRecodeFactor)) Me.lblFactor = New System.Windows.Forms.Label() Me.grpSelectedValues = New System.Windows.Forms.GroupBox() Me.rdoKeep = New System.Windows.Forms.RadioButton() @@ -74,76 +73,123 @@ Partial Class dlgRecodeFactor ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor.Location = New System.Drawing.Point(248, 56) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(85, 13) + Me.lblFactor.TabIndex = 6 + Me.lblFactor.Text = "Factor Selected:" ' 'grpSelectedValues ' Me.grpSelectedValues.Controls.Add(Me.rdoKeep) Me.grpSelectedValues.Controls.Add(Me.rdoDrop) Me.grpSelectedValues.Controls.Add(Me.ucrPnlMethods) - resources.ApplyResources(Me.grpSelectedValues, "grpSelectedValues") + Me.grpSelectedValues.Location = New System.Drawing.Point(10, 240) Me.grpSelectedValues.Name = "grpSelectedValues" + Me.grpSelectedValues.Size = New System.Drawing.Size(152, 59) + Me.grpSelectedValues.TabIndex = 18 Me.grpSelectedValues.TabStop = False + Me.grpSelectedValues.Text = "Selected Values" ' 'rdoKeep ' - resources.ApplyResources(Me.rdoKeep, "rdoKeep") + Me.rdoKeep.AutoSize = True + Me.rdoKeep.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoKeep.Location = New System.Drawing.Point(15, 25) Me.rdoKeep.Name = "rdoKeep" + Me.rdoKeep.Size = New System.Drawing.Size(50, 17) + Me.rdoKeep.TabIndex = 20 Me.rdoKeep.TabStop = True + Me.rdoKeep.Text = "Keep" Me.rdoKeep.UseVisualStyleBackColor = True ' 'rdoDrop ' - resources.ApplyResources(Me.rdoDrop, "rdoDrop") + Me.rdoDrop.AutoSize = True + Me.rdoDrop.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDrop.Location = New System.Drawing.Point(77, 25) Me.rdoDrop.Name = "rdoDrop" + Me.rdoDrop.Size = New System.Drawing.Size(48, 17) + Me.rdoDrop.TabIndex = 21 Me.rdoDrop.TabStop = True + Me.rdoDrop.Text = "Drop" Me.rdoDrop.UseVisualStyleBackColor = True ' 'ucrPnlMethods ' - resources.ApplyResources(Me.ucrPnlMethods, "ucrPnlMethods") + Me.ucrPnlMethods.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMethods.Location = New System.Drawing.Point(5, 15) Me.ucrPnlMethods.Name = "ucrPnlMethods" + Me.ucrPnlMethods.Size = New System.Drawing.Size(140, 37) + Me.ucrPnlMethods.TabIndex = 19 ' 'lblOther ' - resources.ApplyResources(Me.lblOther, "lblOther") + Me.lblOther.AutoSize = True + Me.lblOther.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOther.Location = New System.Drawing.Point(248, 314) Me.lblOther.Name = "lblOther" + Me.lblOther.Size = New System.Drawing.Size(82, 13) + Me.lblOther.TabIndex = 16 + Me.lblOther.Text = "Name for Other:" ' 'rdoRecode ' - resources.ApplyResources(Me.rdoRecode, "rdoRecode") + Me.rdoRecode.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRecode.BackColor = System.Drawing.SystemColors.Control Me.rdoRecode.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRecode.FlatAppearance.BorderSize = 2 Me.rdoRecode.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRecode.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoRecode.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRecode.Location = New System.Drawing.Point(142, 12) Me.rdoRecode.Name = "rdoRecode" + Me.rdoRecode.Size = New System.Drawing.Size(68, 28) + Me.rdoRecode.TabIndex = 1 Me.rdoRecode.TabStop = True Me.rdoRecode.Tag = "Recode" + Me.rdoRecode.Text = "Recode" + Me.rdoRecode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRecode.UseVisualStyleBackColor = False ' 'rdoOther ' - resources.ApplyResources(Me.rdoOther, "rdoOther") + Me.rdoOther.Appearance = System.Windows.Forms.Appearance.Button Me.rdoOther.BackColor = System.Drawing.SystemColors.Control Me.rdoOther.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoOther.FlatAppearance.BorderSize = 2 Me.rdoOther.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoOther.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoOther.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoOther.Location = New System.Drawing.Point(276, 12) Me.rdoOther.Name = "rdoOther" + Me.rdoOther.Size = New System.Drawing.Size(75, 28) + Me.rdoOther.TabIndex = 3 Me.rdoOther.TabStop = True Me.rdoOther.Tag = "Other" + Me.rdoOther.Text = "Other" + Me.rdoOther.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoOther.UseVisualStyleBackColor = False ' 'rdoLump ' - resources.ApplyResources(Me.rdoLump, "rdoLump") + Me.rdoLump.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLump.BackColor = System.Drawing.SystemColors.Control Me.rdoLump.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLump.FlatAppearance.BorderSize = 2 Me.rdoLump.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLump.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLump.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLump.Location = New System.Drawing.Point(350, 12) Me.rdoLump.Name = "rdoLump" + Me.rdoLump.Size = New System.Drawing.Size(75, 28) + Me.rdoLump.TabIndex = 4 Me.rdoLump.TabStop = True Me.rdoLump.Tag = "Lump" + Me.rdoLump.Text = "Lump" + Me.rdoLump.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLump.UseVisualStyleBackColor = False ' 'grpKeep @@ -156,160 +202,241 @@ Partial Class dlgRecodeFactor Me.grpKeep.Controls.Add(Me.rdoCommonValues) Me.grpKeep.Controls.Add(Me.rdoLevels) Me.grpKeep.Controls.Add(Me.ucrPnlKeep) - resources.ApplyResources(Me.grpKeep, "grpKeep") + Me.grpKeep.Location = New System.Drawing.Point(248, 99) Me.grpKeep.Name = "grpKeep" + Me.grpKeep.Size = New System.Drawing.Size(285, 119) + Me.grpKeep.TabIndex = 11 Me.grpKeep.TabStop = False + Me.grpKeep.Text = "Keep" ' 'ucrNudFrequentValues ' + Me.ucrNudFrequentValues.AutoSize = True Me.ucrNudFrequentValues.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrequentValues.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFrequentValues, "ucrNudFrequentValues") + Me.ucrNudFrequentValues.Location = New System.Drawing.Point(208, 67) Me.ucrNudFrequentValues.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFrequentValues.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrequentValues.Name = "ucrNudFrequentValues" + Me.ucrNudFrequentValues.Size = New System.Drawing.Size(50, 20) + Me.ucrNudFrequentValues.TabIndex = 18 Me.ucrNudFrequentValues.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudCommonValues ' + Me.ucrNudCommonValues.AutoSize = True Me.ucrNudCommonValues.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCommonValues.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCommonValues, "ucrNudCommonValues") + Me.ucrNudCommonValues.Location = New System.Drawing.Point(208, 44) Me.ucrNudCommonValues.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCommonValues.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCommonValues.Name = "ucrNudCommonValues" + Me.ucrNudCommonValues.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCommonValues.TabIndex = 17 Me.ucrNudCommonValues.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudLevels ' + Me.ucrNudLevels.AutoSize = True Me.ucrNudLevels.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLevels.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLevels, "ucrNudLevels") + Me.ucrNudLevels.Location = New System.Drawing.Point(208, 21) Me.ucrNudLevels.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLevels.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLevels.Name = "ucrNudLevels" + Me.ucrNudLevels.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLevels.TabIndex = 16 Me.ucrNudLevels.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoMore ' - resources.ApplyResources(Me.rdoMore, "rdoMore") + Me.rdoMore.AutoSize = True + Me.rdoMore.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMore.Location = New System.Drawing.Point(12, 93) Me.rdoMore.Name = "rdoMore" + Me.rdoMore.Size = New System.Drawing.Size(157, 17) + Me.rdoMore.TabIndex = 16 Me.rdoMore.TabStop = True + Me.rdoMore.Text = "Levels with more than Other" Me.rdoMore.UseVisualStyleBackColor = True ' 'rdoFrequentValues ' - resources.ApplyResources(Me.rdoFrequentValues, "rdoFrequentValues") + Me.rdoFrequentValues.AutoSize = True + Me.rdoFrequentValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFrequentValues.Location = New System.Drawing.Point(12, 70) Me.rdoFrequentValues.Name = "rdoFrequentValues" + Me.rdoFrequentValues.Size = New System.Drawing.Size(184, 17) + Me.rdoFrequentValues.TabIndex = 15 Me.rdoFrequentValues.TabStop = True + Me.rdoFrequentValues.Text = "Levels with at least this proportion" Me.rdoFrequentValues.UseVisualStyleBackColor = True ' 'rdoCommonValues ' - resources.ApplyResources(Me.rdoCommonValues, "rdoCommonValues") + Me.rdoCommonValues.AutoSize = True + Me.rdoCommonValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCommonValues.Location = New System.Drawing.Point(12, 47) Me.rdoCommonValues.Name = "rdoCommonValues" + Me.rdoCommonValues.Size = New System.Drawing.Size(168, 17) + Me.rdoCommonValues.TabIndex = 14 Me.rdoCommonValues.TabStop = True + Me.rdoCommonValues.Text = "This number of common levels" Me.rdoCommonValues.UseVisualStyleBackColor = True ' 'rdoLevels ' - resources.ApplyResources(Me.rdoLevels, "rdoLevels") + Me.rdoLevels.AutoSize = True + Me.rdoLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLevels.Location = New System.Drawing.Point(12, 24) Me.rdoLevels.Name = "rdoLevels" + Me.rdoLevels.Size = New System.Drawing.Size(184, 17) + Me.rdoLevels.TabIndex = 13 Me.rdoLevels.TabStop = True + Me.rdoLevels.Text = "Levels with at least this frequency" Me.rdoLevels.UseVisualStyleBackColor = True ' 'ucrPnlKeep ' - resources.ApplyResources(Me.ucrPnlKeep, "ucrPnlKeep") + Me.ucrPnlKeep.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlKeep.Location = New System.Drawing.Point(6, 16) Me.ucrPnlKeep.Name = "ucrPnlKeep" + Me.ucrPnlKeep.Size = New System.Drawing.Size(273, 95) + Me.ucrPnlKeep.TabIndex = 12 ' 'rdoAddNa ' - resources.ApplyResources(Me.rdoAddNa, "rdoAddNa") + Me.rdoAddNa.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAddNa.BackColor = System.Drawing.SystemColors.Control Me.rdoAddNa.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAddNa.FlatAppearance.BorderSize = 2 Me.rdoAddNa.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAddNa.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAddNa.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAddNa.Location = New System.Drawing.Point(209, 12) Me.rdoAddNa.Name = "rdoAddNa" + Me.rdoAddNa.Size = New System.Drawing.Size(68, 28) + Me.rdoAddNa.TabIndex = 2 Me.rdoAddNa.TabStop = True Me.rdoAddNa.Tag = "add_na" + Me.rdoAddNa.Text = "Add NA" + Me.rdoAddNa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAddNa.UseVisualStyleBackColor = False ' 'lblNameForNa ' - resources.ApplyResources(Me.lblNameForNa, "lblNameForNa") + Me.lblNameForNa.AutoSize = True + Me.lblNameForNa.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNameForNa.Location = New System.Drawing.Point(248, 97) Me.lblNameForNa.Name = "lblNameForNa" + Me.lblNameForNa.Size = New System.Drawing.Size(71, 13) + Me.lblNameForNa.TabIndex = 8 + Me.lblNameForNa.Text = "Name for NA:" ' 'ucrInputAddNa ' Me.ucrInputAddNa.AddQuotesIfUnrecognised = True + Me.ucrInputAddNa.AutoSize = True Me.ucrInputAddNa.IsMultiline = False Me.ucrInputAddNa.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAddNa, "ucrInputAddNa") + Me.ucrInputAddNa.Location = New System.Drawing.Point(248, 113) Me.ucrInputAddNa.Name = "ucrInputAddNa" + Me.ucrInputAddNa.Size = New System.Drawing.Size(117, 21) + Me.ucrInputAddNa.TabIndex = 9 ' 'ucrFactorLevels ' - resources.ApplyResources(Me.ucrFactorLevels, "ucrFactorLevels") + Me.ucrFactorLevels.AutoSize = True Me.ucrFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorLevels.clsReceiver = Nothing + Me.ucrFactorLevels.Location = New System.Drawing.Point(248, 99) + Me.ucrFactorLevels.Margin = New System.Windows.Forms.Padding(5) Me.ucrFactorLevels.Name = "ucrFactorLevels" Me.ucrFactorLevels.shtCurrSheet = Nothing + Me.ucrFactorLevels.Size = New System.Drawing.Size(295, 210) + Me.ucrFactorLevels.TabIndex = 15 Me.ucrFactorLevels.ucrChkLevels = Nothing ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(139, 6) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(289, 36) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrInputOther ' Me.ucrInputOther.AddQuotesIfUnrecognised = True + Me.ucrInputOther.AutoSize = True Me.ucrInputOther.IsMultiline = False Me.ucrInputOther.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOther, "ucrInputOther") + Me.ucrInputOther.Location = New System.Drawing.Point(248, 329) Me.ucrInputOther.Name = "ucrInputOther" + Me.ucrInputOther.Size = New System.Drawing.Size(117, 21) + Me.ucrInputOther.TabIndex = 17 ' 'ucrSaveNewColumn ' - resources.ApplyResources(Me.ucrSaveNewColumn, "ucrSaveNewColumn") + Me.ucrSaveNewColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewColumn.Location = New System.Drawing.Point(10, 381) + Me.ucrSaveNewColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewColumn.Name = "ucrSaveNewColumn" + Me.ucrSaveNewColumn.Size = New System.Drawing.Size(358, 22) + Me.ucrSaveNewColumn.TabIndex = 22 ' 'ucrFactorGrid ' - resources.ApplyResources(Me.ucrFactorGrid, "ucrFactorGrid") + Me.ucrFactorGrid.AutoSize = True Me.ucrFactorGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorGrid.clsReceiver = Nothing + Me.ucrFactorGrid.Location = New System.Drawing.Point(248, 99) Me.ucrFactorGrid.Name = "ucrFactorGrid" Me.ucrFactorGrid.shtCurrSheet = Nothing + Me.ucrFactorGrid.Size = New System.Drawing.Size(288, 210) + Me.ucrFactorGrid.TabIndex = 10 Me.ucrFactorGrid.ucrChkLevels = Nothing ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(248, 71) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 7 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrSelectorForRecode ' + Me.ucrSelectorForRecode.AutoSize = True Me.ucrSelectorForRecode.bDropUnusedFilterLevels = False Me.ucrSelectorForRecode.bShowHiddenColumns = False Me.ucrSelectorForRecode.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForRecode, "ucrSelectorForRecode") + Me.ucrSelectorForRecode.Location = New System.Drawing.Point(10, 47) + Me.ucrSelectorForRecode.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForRecode.Name = "ucrSelectorForRecode" + Me.ucrSelectorForRecode.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForRecode.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 410) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 23 ' 'dlgRecodeFactor ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(550, 467) Me.Controls.Add(Me.lblNameForNa) Me.Controls.Add(Me.ucrInputAddNa) Me.Controls.Add(Me.rdoAddNa) @@ -332,6 +459,8 @@ Partial Class dlgRecodeFactor Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRecodeFactor" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Recode Factor" Me.grpSelectedValues.ResumeLayout(False) Me.grpSelectedValues.PerformLayout() Me.grpKeep.ResumeLayout(False) diff --git a/instat/dlgRecodeFactor.resx b/instat/dlgRecodeFactor.resx index 8bdbfc3e06e..29dcb1b3a35 100644 --- a/instat/dlgRecodeFactor.resx +++ b/instat/dlgRecodeFactor.resx @@ -117,808 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 248, 56 - - - 85, 13 - - - 6 - - - Factor Selected: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 15, 25 - - - 50, 17 - - - 20 - - - Keep - - - rdoKeep - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSelectedValues - - - 0 - - - True - - - NoControl - - - 77, 25 - - - 48, 17 - - - 21 - - - Drop - - - rdoDrop - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSelectedValues - - - 1 - - - 5, 15 - - - 140, 37 - - - 19 - - - ucrPnlMethods - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSelectedValues - - - 2 - - - 10, 240 - - - 152, 59 - - - 18 - - - Selected Values - - - grpSelectedValues - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 248, 314 - - - 82, 13 - - - 16 - - - Name for Other: - - - lblOther - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 142, 12 - - - 68, 28 - - - 1 - - - Recode - - - MiddleCenter - - - rdoRecode - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 276, 12 - - - 75, 28 - - - 3 - - - Other - - - MiddleCenter - - - rdoOther - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 350, 12 - - - 75, 28 - - - 4 - - - Lump - - - MiddleCenter - - - rdoLump - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 208, 67 - - - 50, 20 - - - 18 - - - ucrNudFrequentValues - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeep - - - 0 - - - 208, 44 - - - 50, 20 - - - 17 - - - ucrNudCommonValues - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeep - - - 1 - - - 208, 21 - - - 50, 20 - - - 16 - - - ucrNudLevels - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeep - - - 2 - - - True - - - NoControl - - - 12, 93 - - - 157, 17 - - - 16 - - - Levels with more than Other - - - rdoMore - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeep - - - 3 - - - True - - - NoControl - - - 12, 70 - - - 184, 17 - - - 15 - - - Levels with at least this proportion - - - rdoFrequentValues - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeep - - - 4 - - - True - - - NoControl - - - 12, 47 - - - 168, 17 - - - 14 - - - This number of common levels - - - rdoCommonValues - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeep - - - 5 - - - True - - - NoControl - - - 12, 24 - - - 184, 17 - - - 13 - - - Levels with at least this frequency - - - rdoLevels - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpKeep - - - 6 - - - 6, 16 - - - 273, 95 - - - 12 - - - ucrPnlKeep - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpKeep - - - 7 - - - 248, 99 - - - 285, 119 - - - 11 - - - Keep - - - grpKeep - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - Flat - - - NoControl - - - 209, 12 - - - 68, 28 - - - 2 - - - Add NA - - - MiddleCenter - - - rdoAddNa - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 248, 97 - - - 71, 13 - - - 8 - - - Name for NA: - - - lblNameForNa - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 248, 113 - - - 117, 21 - - - 9 - - - ucrInputAddNa - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 248, 99 - - - 5, 5, 5, 5 - - - 295, 210 - - - 15 - - - ucrFactorLevels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 139, 6 - - - 289, 36 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 248, 329 - - - 117, 21 - - - 17 - - - ucrInputOther - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 381 - - - 4, 5, 4, 5 - - - 358, 22 - - - 22 - - - ucrSaveNewColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - 248, 99 - - - 288, 210 - - - 10 - - - ucrFactorGrid - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 6, 13 - - - True - - - 550, 467 - - - 10, 47 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorForRecode - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 10, 410 - - - 410, 52 - - - 23 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Recode Factor - - - dlgRecodeFactor - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 71 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - \ No newline at end of file diff --git a/instat/dlgRecodeNumeric.Designer.vb b/instat/dlgRecodeNumeric.Designer.vb index 49c52521047..45c59bb96db 100644 --- a/instat/dlgRecodeNumeric.Designer.vb +++ b/instat/dlgRecodeNumeric.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRecodeNumeric 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRecodeNumeric)) Me.lblSelectedVariable = New System.Windows.Forms.Label() Me.lblBreakPoints = New System.Windows.Forms.Label() Me.grpClosedOn = New System.Windows.Forms.GroupBox() @@ -57,98 +56,150 @@ Partial Class dlgRecodeNumeric ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.AutoSize = True + Me.lblSelectedVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariable.Location = New System.Drawing.Point(249, 46) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(93, 13) + Me.lblSelectedVariable.TabIndex = 1 Me.lblSelectedVariable.Tag = "Selected_Variable" + Me.lblSelectedVariable.Text = "Selected Variable:" ' 'lblBreakPoints ' - resources.ApplyResources(Me.lblBreakPoints, "lblBreakPoints") + Me.lblBreakPoints.AutoSize = True + Me.lblBreakPoints.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBreakPoints.Location = New System.Drawing.Point(249, 92) Me.lblBreakPoints.Name = "lblBreakPoints" + Me.lblBreakPoints.Size = New System.Drawing.Size(70, 13) + Me.lblBreakPoints.TabIndex = 3 Me.lblBreakPoints.Tag = "Break_Points" + Me.lblBreakPoints.Text = "Break Points:" ' 'grpClosedOn ' Me.grpClosedOn.Controls.Add(Me.rdoRight) Me.grpClosedOn.Controls.Add(Me.rdoLeft) Me.grpClosedOn.Controls.Add(Me.ucrPnlClosedOn) - resources.ApplyResources(Me.grpClosedOn, "grpClosedOn") + Me.grpClosedOn.Location = New System.Drawing.Point(247, 134) Me.grpClosedOn.Name = "grpClosedOn" + Me.grpClosedOn.Size = New System.Drawing.Size(146, 89) + Me.grpClosedOn.TabIndex = 5 Me.grpClosedOn.TabStop = False Me.grpClosedOn.Tag = "Closed_On" + Me.grpClosedOn.Text = "Closed On" ' 'rdoRight ' - resources.ApplyResources(Me.rdoRight, "rdoRight") + Me.rdoRight.AutoSize = True + Me.rdoRight.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRight.Location = New System.Drawing.Point(6, 48) Me.rdoRight.Name = "rdoRight" + Me.rdoRight.Size = New System.Drawing.Size(50, 17) + Me.rdoRight.TabIndex = 23 Me.rdoRight.TabStop = True + Me.rdoRight.Text = "Right" Me.rdoRight.UseVisualStyleBackColor = True ' 'rdoLeft ' - resources.ApplyResources(Me.rdoLeft, "rdoLeft") + Me.rdoLeft.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLeft.Location = New System.Drawing.Point(6, 25) Me.rdoLeft.Name = "rdoLeft" + Me.rdoLeft.Size = New System.Drawing.Size(90, 17) + Me.rdoLeft.TabIndex = 0 Me.rdoLeft.TabStop = True + Me.rdoLeft.Text = "Left" Me.rdoLeft.UseVisualStyleBackColor = True ' 'ucrPnlClosedOn ' - resources.ApplyResources(Me.ucrPnlClosedOn, "ucrPnlClosedOn") + Me.ucrPnlClosedOn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlClosedOn.Location = New System.Drawing.Point(6, 19) Me.ucrPnlClosedOn.Name = "ucrPnlClosedOn" + Me.ucrPnlClosedOn.Size = New System.Drawing.Size(128, 59) + Me.ucrPnlClosedOn.TabIndex = 21 ' 'ucrSaveRecode ' - resources.ApplyResources(Me.ucrSaveRecode, "ucrSaveRecode") + Me.ucrSaveRecode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveRecode.Location = New System.Drawing.Point(9, 232) + Me.ucrSaveRecode.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveRecode.Name = "ucrSaveRecode" + Me.ucrSaveRecode.Size = New System.Drawing.Size(328, 22) + Me.ucrSaveRecode.TabIndex = 20 ' 'ucrMultipleNumericRecode ' Me.ucrMultipleNumericRecode.AddQuotesIfUnrecognised = True + Me.ucrMultipleNumericRecode.AutoSize = True Me.ucrMultipleNumericRecode.IsMultiline = False Me.ucrMultipleNumericRecode.IsReadOnly = False - resources.ApplyResources(Me.ucrMultipleNumericRecode, "ucrMultipleNumericRecode") + Me.ucrMultipleNumericRecode.Location = New System.Drawing.Point(247, 107) Me.ucrMultipleNumericRecode.Name = "ucrMultipleNumericRecode" + Me.ucrMultipleNumericRecode.Size = New System.Drawing.Size(120, 21) + Me.ucrMultipleNumericRecode.TabIndex = 4 ' 'ucrInputMultipleLabels ' Me.ucrInputMultipleLabels.AddQuotesIfUnrecognised = True + Me.ucrInputMultipleLabels.AutoSize = True Me.ucrInputMultipleLabels.IsMultiline = False Me.ucrInputMultipleLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMultipleLabels, "ucrInputMultipleLabels") + Me.ucrInputMultipleLabels.Location = New System.Drawing.Point(118, 203) Me.ucrInputMultipleLabels.Name = "ucrInputMultipleLabels" + Me.ucrInputMultipleLabels.Size = New System.Drawing.Size(123, 21) + Me.ucrInputMultipleLabels.TabIndex = 7 ' 'ucrReceiverRecode ' + Me.ucrReceiverRecode.AutoSize = True Me.ucrReceiverRecode.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRecode, "ucrReceiverRecode") + Me.ucrReceiverRecode.Location = New System.Drawing.Point(247, 61) + Me.ucrReceiverRecode.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRecode.Name = "ucrReceiverRecode" Me.ucrReceiverRecode.Selector = Nothing + Me.ucrReceiverRecode.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRecode.strNcFilePath = "" + Me.ucrReceiverRecode.TabIndex = 2 Me.ucrReceiverRecode.ucrSelector = Nothing ' 'ucrSelectorForRecode ' + Me.ucrSelectorForRecode.AutoSize = True Me.ucrSelectorForRecode.bDropUnusedFilterLevels = False Me.ucrSelectorForRecode.bShowHiddenColumns = False Me.ucrSelectorForRecode.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForRecode, "ucrSelectorForRecode") + Me.ucrSelectorForRecode.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForRecode.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForRecode.Name = "ucrSelectorForRecode" + Me.ucrSelectorForRecode.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForRecode.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 261) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 10 ' 'ucrChkAddLabels ' + Me.ucrChkAddLabels.AutoSize = True Me.ucrChkAddLabels.Checked = False - resources.ApplyResources(Me.ucrChkAddLabels, "ucrChkAddLabels") + Me.ucrChkAddLabels.Location = New System.Drawing.Point(12, 204) Me.ucrChkAddLabels.Name = "ucrChkAddLabels" + Me.ucrChkAddLabels.Size = New System.Drawing.Size(100, 23) + Me.ucrChkAddLabels.TabIndex = 21 ' 'dlgRecodeNumeric ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 316) Me.Controls.Add(Me.ucrChkAddLabels) Me.Controls.Add(Me.ucrSaveRecode) Me.Controls.Add(Me.ucrMultipleNumericRecode) @@ -163,7 +214,9 @@ Partial Class dlgRecodeNumeric Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRecodeNumeric" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Recode_Numeric" + Me.Text = "Recode Numeric" Me.grpClosedOn.ResumeLayout(False) Me.grpClosedOn.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgRecodeNumeric.resx b/instat/dlgRecodeNumeric.resx index 24a8e5d3ed7..29dcb1b3a35 100644 --- a/instat/dlgRecodeNumeric.resx +++ b/instat/dlgRecodeNumeric.resx @@ -117,352 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 249, 46 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 249, 92 - - - 70, 13 - - - 3 - - - Break Points: - - - lblBreakPoints - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 6, 48 - - - 50, 17 - - - 23 - - - Right - - - rdoRight - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpClosedOn - - - 0 - - - NoControl - - - 6, 25 - - - 90, 17 - - - 0 - - - Left - - - rdoLeft - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpClosedOn - - - 1 - - - 6, 19 - - - 128, 59 - - - 21 - - - ucrPnlClosedOn - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpClosedOn - - - 2 - - - 247, 134 - - - 146, 89 - - - 5 - - - Closed On - - - grpClosedOn - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 9, 232 - - - 4, 5, 4, 5 - - - 328, 22 - - - 20 - - - ucrSaveRecode - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 247, 107 - - - 120, 21 - - - 4 - - - ucrMultipleNumericRecode - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 118, 203 - - - 123, 21 - - - 7 - - - ucrInputMultipleLabels - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 418, 316 - - - 12, 204 - - - 100, 20 - - - 21 - - - ucrChkAddLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForRecode - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 261 - - - 410, 52 - - - 10 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Recode Numeric - - - dlgRecodeNumeric - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247, 61 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverRecode - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgRecodeNumericIntoQuantiles.Designer.vb b/instat/dlgRecodeNumericIntoQuantiles.Designer.vb index a4af25a8a2c..e3796a272c3 100644 --- a/instat/dlgRecodeNumericIntoQuantiles.Designer.vb +++ b/instat/dlgRecodeNumericIntoQuantiles.Designer.vb @@ -81,6 +81,7 @@ Partial Class dlgRecodeNumericIntoQuantiles ' 'ucrNewColumnName ' + Me.ucrNewColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrNewColumnName.Location = New System.Drawing.Point(10, 199) Me.ucrNewColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColumnName.Name = "ucrNewColumnName" @@ -89,6 +90,7 @@ Partial Class dlgRecodeNumericIntoQuantiles ' 'ucrNudQuantileAlgorithm ' + Me.ucrNudQuantileAlgorithm.AutoSize = True Me.ucrNudQuantileAlgorithm.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudQuantileAlgorithm.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudQuantileAlgorithm.Location = New System.Drawing.Point(350, 117) @@ -101,6 +103,7 @@ Partial Class dlgRecodeNumericIntoQuantiles ' 'ucrNudNumberOfQuantiles ' + Me.ucrNudNumberOfQuantiles.AutoSize = True Me.ucrNudNumberOfQuantiles.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfQuantiles.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNumberOfQuantiles.Location = New System.Drawing.Point(350, 91) @@ -113,6 +116,7 @@ Partial Class dlgRecodeNumericIntoQuantiles ' 'ucrReceiverNumeric ' + Me.ucrReceiverNumeric.AutoSize = True Me.ucrReceiverNumeric.frmParent = Me Me.ucrReceiverNumeric.Location = New System.Drawing.Point(245, 60) Me.ucrReceiverNumeric.Margin = New System.Windows.Forms.Padding(0) @@ -126,26 +130,28 @@ Partial Class dlgRecodeNumericIntoQuantiles 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 229) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'ucrSelectorRecodeNumeric ' + Me.ucrSelectorRecodeNumeric.AutoSize = True Me.ucrSelectorRecodeNumeric.bDropUnusedFilterLevels = False Me.ucrSelectorRecodeNumeric.bShowHiddenColumns = False Me.ucrSelectorRecodeNumeric.bUseCurrentFilter = True Me.ucrSelectorRecodeNumeric.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorRecodeNumeric.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRecodeNumeric.Name = "ucrSelectorRecodeNumeric" - Me.ucrSelectorRecodeNumeric.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorRecodeNumeric.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorRecodeNumeric.TabIndex = 0 ' 'dlgRecodeNumericIntoQuantiles ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 286) Me.Controls.Add(Me.lblSelectedVariable) diff --git a/instat/dlgReferenceLevel.Designer.vb b/instat/dlgReferenceLevel.Designer.vb index 01a44f90ba4..21b4421e925 100644 --- a/instat/dlgReferenceLevel.Designer.vb +++ b/instat/dlgReferenceLevel.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReferenceLevel 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReferenceLevel)) Me.lblFactorSelected = New System.Windows.Forms.Label() Me.ucrReceiverReferenceLevels = New instat.ucrReceiverSingle() Me.ucrSelectorForReferenceLevels = New instat.ucrSelectorByDataFrameAddRemove() @@ -48,45 +47,67 @@ Partial Class dlgReferenceLevel ' 'lblFactorSelected ' - resources.ApplyResources(Me.lblFactorSelected, "lblFactorSelected") + Me.lblFactorSelected.AutoSize = True + Me.lblFactorSelected.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorSelected.Location = New System.Drawing.Point(255, 12) Me.lblFactorSelected.Name = "lblFactorSelected" + Me.lblFactorSelected.Size = New System.Drawing.Size(85, 13) + Me.lblFactorSelected.TabIndex = 1 Me.lblFactorSelected.Tag = "Factor_Selected:" + Me.lblFactorSelected.Text = "Factor Selected:" ' 'ucrReceiverReferenceLevels ' + Me.ucrReceiverReferenceLevels.AutoSize = True Me.ucrReceiverReferenceLevels.frmParent = Me - resources.ApplyResources(Me.ucrReceiverReferenceLevels, "ucrReceiverReferenceLevels") + Me.ucrReceiverReferenceLevels.Location = New System.Drawing.Point(255, 28) + Me.ucrReceiverReferenceLevels.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverReferenceLevels.Name = "ucrReceiverReferenceLevels" Me.ucrReceiverReferenceLevels.Selector = Nothing + Me.ucrReceiverReferenceLevels.Size = New System.Drawing.Size(127, 26) Me.ucrReceiverReferenceLevels.strNcFilePath = "" + Me.ucrReceiverReferenceLevels.TabIndex = 2 Me.ucrReceiverReferenceLevels.ucrSelector = Nothing ' 'ucrSelectorForReferenceLevels ' + Me.ucrSelectorForReferenceLevels.AutoSize = True Me.ucrSelectorForReferenceLevels.bDropUnusedFilterLevels = False Me.ucrSelectorForReferenceLevels.bShowHiddenColumns = False Me.ucrSelectorForReferenceLevels.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForReferenceLevels, "ucrSelectorForReferenceLevels") + Me.ucrSelectorForReferenceLevels.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForReferenceLevels.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForReferenceLevels.Name = "ucrSelectorForReferenceLevels" + Me.ucrSelectorForReferenceLevels.Size = New System.Drawing.Size(242, 194) + Me.ucrSelectorForReferenceLevels.TabIndex = 0 ' 'ucrFactorReferenceLevels ' - resources.ApplyResources(Me.ucrFactorReferenceLevels, "ucrFactorReferenceLevels") + Me.ucrFactorReferenceLevels.AutoSize = True Me.ucrFactorReferenceLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrFactorReferenceLevels.clsReceiver = Nothing + Me.ucrFactorReferenceLevels.Location = New System.Drawing.Point(255, 58) Me.ucrFactorReferenceLevels.Name = "ucrFactorReferenceLevels" Me.ucrFactorReferenceLevels.shtCurrSheet = Nothing + Me.ucrFactorReferenceLevels.Size = New System.Drawing.Size(267, 181) + Me.ucrFactorReferenceLevels.TabIndex = 3 Me.ucrFactorReferenceLevels.ucrChkLevels = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 250) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'dlgReferenceLevel ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(531, 305) Me.Controls.Add(Me.ucrReceiverReferenceLevels) Me.Controls.Add(Me.ucrSelectorForReferenceLevels) Me.Controls.Add(Me.ucrFactorReferenceLevels) @@ -96,7 +117,9 @@ Partial Class dlgReferenceLevel Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReferenceLevel" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Reference_Level" + Me.Text = "Reference Level" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgReferenceLevel.resx b/instat/dlgReferenceLevel.resx index 797c36b3dc3..29dcb1b3a35 100644 --- a/instat/dlgReferenceLevel.resx +++ b/instat/dlgReferenceLevel.resx @@ -117,157 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 255, 12 - - - 85, 13 - - - 1 - - - Factor Selected: - - - lblFactorSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 531, 305 - - - 10, 10 - - - 0, 0, 0, 0 - - - 242, 194 - - - 0 - - - ucrSelectorForReferenceLevels - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 255, 58 - - - 267, 181 - - - 3 - - - ucrFactorReferenceLevels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 10, 250 - - - 410, 53 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Reference Level - - - dlgReferenceLevel - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 28 - - - 0, 0, 0, 0 - - - 127, 26 - - - 2 - - - ucrReceiverReferenceLevels - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgRegularSequence.designer.vb b/instat/dlgRegularSequence.designer.vb index 2ab960fc8bb..96b7abeda50 100644 --- a/instat/dlgRegularSequence.designer.vb +++ b/instat/dlgRegularSequence.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRegularSequence 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRegularSequence)) Me.grpSequenceDefinition = New System.Windows.Forms.GroupBox() Me.ucrInputComboDatesBy = New instat.ucrInputComboBox() Me.ucrChkDefineAsFactor = New instat.ucrCheck() @@ -84,183 +83,289 @@ Partial Class dlgRegularSequence Me.grpSequenceDefinition.Controls.Add(Me.lblFrom) Me.grpSequenceDefinition.Controls.Add(Me.ucrDateTimePickerTo) Me.grpSequenceDefinition.Controls.Add(Me.ucrDateTimePickerFrom) - resources.ApplyResources(Me.grpSequenceDefinition, "grpSequenceDefinition") + Me.grpSequenceDefinition.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.grpSequenceDefinition.Location = New System.Drawing.Point(10, 111) Me.grpSequenceDefinition.Name = "grpSequenceDefinition" + Me.grpSequenceDefinition.Size = New System.Drawing.Size(239, 184) + Me.grpSequenceDefinition.TabIndex = 4 Me.grpSequenceDefinition.TabStop = False Me.grpSequenceDefinition.Tag = "Sequence_definition" + Me.grpSequenceDefinition.Text = "Sequence Definition" Me.grpSequenceDefinition.UseCompatibleTextRendering = True ' 'ucrInputComboDatesBy ' Me.ucrInputComboDatesBy.AddQuotesIfUnrecognised = True + Me.ucrInputComboDatesBy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboDatesBy.GetSetSelectedIndex = -1 Me.ucrInputComboDatesBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboDatesBy, "ucrInputComboDatesBy") + Me.ucrInputComboDatesBy.Location = New System.Drawing.Point(173, 76) Me.ucrInputComboDatesBy.Name = "ucrInputComboDatesBy" + Me.ucrInputComboDatesBy.Size = New System.Drawing.Size(62, 23) + Me.ucrInputComboDatesBy.TabIndex = 17 ' 'ucrChkDefineAsFactor ' + Me.ucrChkDefineAsFactor.AutoSize = True Me.ucrChkDefineAsFactor.Checked = False - resources.ApplyResources(Me.ucrChkDefineAsFactor, "ucrChkDefineAsFactor") + Me.ucrChkDefineAsFactor.Location = New System.Drawing.Point(5, 158) Me.ucrChkDefineAsFactor.Name = "ucrChkDefineAsFactor" + Me.ucrChkDefineAsFactor.Size = New System.Drawing.Size(176, 23) + Me.ucrChkDefineAsFactor.TabIndex = 13 ' 'ucrNudRepeatValues ' + Me.ucrNudRepeatValues.AutoSize = True Me.ucrNudRepeatValues.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRepeatValues.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRepeatValues, "ucrNudRepeatValues") + Me.ucrNudRepeatValues.Location = New System.Drawing.Point(111, 101) Me.ucrNudRepeatValues.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRepeatValues.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRepeatValues.Name = "ucrNudRepeatValues" + Me.ucrNudRepeatValues.Size = New System.Drawing.Size(50, 23) + Me.ucrNudRepeatValues.TabIndex = 9 Me.ucrNudRepeatValues.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputInStepsOf ' Me.ucrInputInStepsOf.AddQuotesIfUnrecognised = True + Me.ucrInputInStepsOf.AutoSize = True Me.ucrInputInStepsOf.IsMultiline = False Me.ucrInputInStepsOf.IsReadOnly = False - resources.ApplyResources(Me.ucrInputInStepsOf, "ucrInputInStepsOf") + Me.ucrInputInStepsOf.Location = New System.Drawing.Point(111, 76) Me.ucrInputInStepsOf.Name = "ucrInputInStepsOf" + Me.ucrInputInStepsOf.Size = New System.Drawing.Size(50, 23) + Me.ucrInputInStepsOf.TabIndex = 7 ' 'ucrInputTo ' Me.ucrInputTo.AddQuotesIfUnrecognised = True + Me.ucrInputTo.AutoSize = True Me.ucrInputTo.IsMultiline = False Me.ucrInputTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTo, "ucrInputTo") + Me.ucrInputTo.Location = New System.Drawing.Point(111, 50) Me.ucrInputTo.Name = "ucrInputTo" + Me.ucrInputTo.Size = New System.Drawing.Size(50, 23) + Me.ucrInputTo.TabIndex = 4 ' 'ucrInputFrom ' Me.ucrInputFrom.AddQuotesIfUnrecognised = True + Me.ucrInputFrom.AutoSize = True Me.ucrInputFrom.IsMultiline = False Me.ucrInputFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFrom, "ucrInputFrom") + Me.ucrInputFrom.Location = New System.Drawing.Point(111, 24) Me.ucrInputFrom.Name = "ucrInputFrom" + Me.ucrInputFrom.Size = New System.Drawing.Size(50, 23) + Me.ucrInputFrom.TabIndex = 1 ' 'ucrDataFrameLengthForRegularSequence ' - resources.ApplyResources(Me.ucrDataFrameLengthForRegularSequence, "ucrDataFrameLengthForRegularSequence") + Me.ucrDataFrameLengthForRegularSequence.AutoSize = True + Me.ucrDataFrameLengthForRegularSequence.Location = New System.Drawing.Point(111, 128) Me.ucrDataFrameLengthForRegularSequence.Name = "ucrDataFrameLengthForRegularSequence" + Me.ucrDataFrameLengthForRegularSequence.Size = New System.Drawing.Size(54, 23) + Me.ucrDataFrameLengthForRegularSequence.TabIndex = 12 Me.ucrDataFrameLengthForRegularSequence.ucrDataFrameSelector = Nothing ' 'lblLength ' - resources.ApplyResources(Me.lblLength, "lblLength") + Me.lblLength.AutoSize = True + Me.lblLength.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLength.Location = New System.Drawing.Point(5, 132) Me.lblLength.Name = "lblLength" + Me.lblLength.Size = New System.Drawing.Size(43, 13) + Me.lblLength.TabIndex = 11 Me.lblLength.Tag = "Length" + Me.lblLength.Text = "Length:" ' 'lblTimes ' - resources.ApplyResources(Me.lblTimes, "lblTimes") + Me.lblTimes.AutoSize = True + Me.lblTimes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTimes.Location = New System.Drawing.Point(166, 106) Me.lblTimes.Name = "lblTimes" + Me.lblTimes.Size = New System.Drawing.Size(41, 13) + Me.lblTimes.TabIndex = 10 Me.lblTimes.Tag = "Times" + Me.lblTimes.Text = "Time(s)" ' 'lblRepeatValues ' - resources.ApplyResources(Me.lblRepeatValues, "lblRepeatValues") + Me.lblRepeatValues.AutoSize = True + Me.lblRepeatValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRepeatValues.Location = New System.Drawing.Point(5, 106) Me.lblRepeatValues.Name = "lblRepeatValues" + Me.lblRepeatValues.Size = New System.Drawing.Size(80, 13) + Me.lblRepeatValues.TabIndex = 8 Me.lblRepeatValues.Tag = "Repeat_values" + Me.lblRepeatValues.Text = "Repeat Values:" ' 'lblInStepsOf ' - resources.ApplyResources(Me.lblInStepsOf, "lblInStepsOf") + Me.lblInStepsOf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.lblInStepsOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblInStepsOf.Location = New System.Drawing.Point(5, 80) Me.lblInStepsOf.Name = "lblInStepsOf" + Me.lblInStepsOf.Size = New System.Drawing.Size(109, 13) + Me.lblInStepsOf.TabIndex = 6 Me.lblInStepsOf.Tag = "In_steps_Of" + Me.lblInStepsOf.Text = "In Steps Of:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(5, 54) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 3 Me.lblTo.Tag = "" + Me.lblTo.Text = "To:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(5, 28) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 0 Me.lblFrom.Tag = "From:" + Me.lblFrom.Text = "From:" ' 'ucrDateTimePickerTo ' + Me.ucrDateTimePickerTo.AutoSize = True Me.ucrDateTimePickerTo.DateValue = New Date(2021, 5, 19, 13, 55, 53, 370) Me.ucrDateTimePickerTo.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDateTimePickerTo, "ucrDateTimePickerTo") + Me.ucrDateTimePickerTo.Location = New System.Drawing.Point(78, 50) Me.ucrDateTimePickerTo.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDateTimePickerTo.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDateTimePickerTo.Name = "ucrDateTimePickerTo" + Me.ucrDateTimePickerTo.Size = New System.Drawing.Size(157, 20) + Me.ucrDateTimePickerTo.TabIndex = 15 ' 'ucrDateTimePickerFrom ' + Me.ucrDateTimePickerFrom.AutoSize = True Me.ucrDateTimePickerFrom.DateValue = New Date(2021, 5, 19, 13, 55, 53, 410) Me.ucrDateTimePickerFrom.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDateTimePickerFrom, "ucrDateTimePickerFrom") + Me.ucrDateTimePickerFrom.Location = New System.Drawing.Point(78, 24) Me.ucrDateTimePickerFrom.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDateTimePickerFrom.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDateTimePickerFrom.Name = "ucrDateTimePickerFrom" + Me.ucrDateTimePickerFrom.Size = New System.Drawing.Size(157, 20) + Me.ucrDateTimePickerFrom.TabIndex = 14 ' 'lblPreview ' - resources.ApplyResources(Me.lblPreview, "lblPreview") + Me.lblPreview.AutoSize = True + Me.lblPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPreview.Location = New System.Drawing.Point(258, 80) Me.lblPreview.Name = "lblPreview" + Me.lblPreview.Size = New System.Drawing.Size(100, 13) + Me.lblPreview.TabIndex = 5 Me.lblPreview.Tag = "Preview" + Me.lblPreview.Text = "Sequence Preview:" ' 'txtGetPreview ' - resources.ApplyResources(Me.txtGetPreview, "txtGetPreview") + Me.txtGetPreview.Location = New System.Drawing.Point(256, 96) Me.txtGetPreview.Name = "txtGetPreview" Me.txtGetPreview.ReadOnly = True + Me.txtGetPreview.Size = New System.Drawing.Size(185, 140) + Me.txtGetPreview.TabIndex = 6 + Me.txtGetPreview.Text = "" ' 'lblMessage ' Me.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle - resources.ApplyResources(Me.lblMessage, "lblMessage") + Me.lblMessage.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.lblMessage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMessage.Location = New System.Drawing.Point(256, 243) Me.lblMessage.Name = "lblMessage" + Me.lblMessage.Size = New System.Drawing.Size(185, 52) + Me.lblMessage.TabIndex = 7 ' 'rdoDates ' - resources.ApplyResources(Me.rdoDates, "rdoDates") + Me.rdoDates.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDates.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDates.FlatAppearance.BorderSize = 2 Me.rdoDates.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDates.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDates.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDates.Location = New System.Drawing.Point(228, 12) Me.rdoDates.Name = "rdoDates" + Me.rdoDates.Size = New System.Drawing.Size(100, 28) + Me.rdoDates.TabIndex = 2 + Me.rdoDates.Text = "Dates" + Me.rdoDates.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDates.UseVisualStyleBackColor = True ' 'rdoNumeric ' - resources.ApplyResources(Me.rdoNumeric, "rdoNumeric") + Me.rdoNumeric.Appearance = System.Windows.Forms.Appearance.Button Me.rdoNumeric.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoNumeric.FlatAppearance.BorderSize = 2 Me.rdoNumeric.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoNumeric.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNumeric.Location = New System.Drawing.Point(129, 12) Me.rdoNumeric.Name = "rdoNumeric" + Me.rdoNumeric.Size = New System.Drawing.Size(100, 28) + Me.rdoNumeric.TabIndex = 1 + Me.rdoNumeric.Text = "Numeric" + Me.rdoNumeric.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoNumeric.UseVisualStyleBackColor = True ' 'ucrPnlSequenceType ' Me.ucrPnlSequenceType.AccessibleRole = System.Windows.Forms.AccessibleRole.None - resources.ApplyResources(Me.ucrPnlSequenceType, "ucrPnlSequenceType") + Me.ucrPnlSequenceType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSequenceType.Location = New System.Drawing.Point(102, 7) Me.ucrPnlSequenceType.Name = "ucrPnlSequenceType" + Me.ucrPnlSequenceType.Size = New System.Drawing.Size(256, 46) + Me.ucrPnlSequenceType.TabIndex = 0 ' 'ucrNewColumnName ' - resources.ApplyResources(Me.ucrNewColumnName, "ucrNewColumnName") + Me.ucrNewColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColumnName.Location = New System.Drawing.Point(10, 304) + Me.ucrNewColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColumnName.Name = "ucrNewColumnName" + Me.ucrNewColumnName.Size = New System.Drawing.Size(325, 24) + Me.ucrNewColumnName.TabIndex = 8 ' 'ucrSelectDataFrameRegularSequence ' + Me.ucrSelectDataFrameRegularSequence.AutoSize = True Me.ucrSelectDataFrameRegularSequence.bDropUnusedFilterLevels = False Me.ucrSelectDataFrameRegularSequence.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectDataFrameRegularSequence, "ucrSelectDataFrameRegularSequence") + Me.ucrSelectDataFrameRegularSequence.Location = New System.Drawing.Point(10, 59) + Me.ucrSelectDataFrameRegularSequence.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectDataFrameRegularSequence.Name = "ucrSelectDataFrameRegularSequence" + Me.ucrSelectDataFrameRegularSequence.Size = New System.Drawing.Size(152, 43) + Me.ucrSelectDataFrameRegularSequence.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 330) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'dlgRegularSequence ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(448, 387) Me.Controls.Add(Me.rdoNumeric) Me.Controls.Add(Me.rdoDates) Me.Controls.Add(Me.ucrPnlSequenceType) @@ -276,7 +381,9 @@ Partial Class dlgRegularSequence Me.MinimizeBox = False Me.Name = "dlgRegularSequence" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Entry_of_regular_sequence" + Me.Text = "Regular Sequence" Me.grpSequenceDefinition.ResumeLayout(False) Me.grpSequenceDefinition.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgRegularSequence.resx b/instat/dlgRegularSequence.resx index ceb89517a14..29dcb1b3a35 100644 --- a/instat/dlgRegularSequence.resx +++ b/instat/dlgRegularSequence.resx @@ -117,679 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 173, 76 - - - 62, 23 - - - - 17 - - - ucrInputComboDatesBy - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 0 - - - 5, 158 - - - 176, 20 - - - 13 - - - ucrChkDefineAsFactor - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 1 - - - 111, 101 - - - 50, 23 - - - 9 - - - ucrNudRepeatValues - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 2 - - - 111, 76 - - - 50, 23 - - - 7 - - - ucrInputInStepsOf - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 3 - - - 111, 50 - - - 50, 23 - - - 4 - - - ucrInputTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 4 - - - 111, 24 - - - 50, 23 - - - 1 - - - ucrInputFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 5 - - - 111, 128 - - - 50, 23 - - - 12 - - - ucrDataFrameLengthForRegularSequence - - - instat.ucrDataFrameLength, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 6 - - - True - - - - NoControl - - - 5, 132 - - - 43, 13 - - - 11 - - - Length: - - - lblLength - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 7 - - - True - - - NoControl - - - 166, 106 - - - 41, 13 - - - 10 - - - Time(s) - - - lblTimes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 8 - - - True - - - NoControl - - - 5, 106 - - - 80, 13 - - - 8 - - - Repeat Values: - - - lblRepeatValues - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 5, 80 - - - 109, 13 - - - 6 - - - In Steps Of: - - - lblInStepsOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 10 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 5, 54 - - - 23, 13 - - - 3 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 11 - - - True - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 5, 28 - - - 33, 13 - - - 0 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSequenceDefinition - - - 12 - - - 78, 50 - - - 157, 20 - - - 15 - - - ucrDateTimePickerTo - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 13 - - - 78, 24 - - - 157, 20 - - - 14 - - - ucrDateTimePickerFrom - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSequenceDefinition - - - 14 - - - Microsoft Sans Serif, 8.25pt - - - 10, 111 - - - 239, 184 - - - 4 - - - Sequence Definition - - - grpSequenceDefinition - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 258, 80 - - - 100, 13 - - - 5 - - - Sequence Preview: - - - lblPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 256, 96 - - - 185, 140 - - - 6 - - - - - - txtGetPreview - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 256, 243 - - - 185, 52 - - - 7 - - - lblMessage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 228, 12 - - - 100, 28 - - - 2 - - - Dates - - - MiddleCenter - - - rdoDates - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 129, 12 - - - 100, 28 - - - 1 - - - Numeric - - - MiddleCenter - - - rdoNumeric - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 102, 7 - - - 256, 46 - - - 0 - - - ucrPnlSequenceType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 304 - - - 4, 5, 4, 5 - - - 325, 24 - - - 8 - - - ucrNewColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 59 - - - 0, 0, 0, 0 - - - 152, 40 - - - 3 - - - ucrSelectDataFrameRegularSequence - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 10, 330 - - - 410, 52 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 13 - - - True - - - 448, 387 - - - CenterScreen - - - Regular Sequence - - - dlgRegularSequence - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgRemoveUnusedLabels.Designer.vb b/instat/dlgRemoveUnusedLabels.Designer.vb index 2d14e36f236..4eb5571bd92 100644 --- a/instat/dlgRemoveUnusedLabels.Designer.vb +++ b/instat/dlgRemoveUnusedLabels.Designer.vb @@ -49,23 +49,26 @@ Partial Class dlgRemoveUnusedLabels 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(2, 266) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrDataFrame ' + Me.ucrDataFrame.AutoSize = True Me.ucrDataFrame.bDropUnusedFilterLevels = False Me.ucrDataFrame.bUseCurrentFilter = True Me.ucrDataFrame.Location = New System.Drawing.Point(2, 2) Me.ucrDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrame.Name = "ucrDataFrame" - Me.ucrDataFrame.Size = New System.Drawing.Size(127, 41) + Me.ucrDataFrame.Size = New System.Drawing.Size(151, 43) Me.ucrDataFrame.TabIndex = 1 ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(2, 59) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) @@ -75,6 +78,7 @@ Partial Class dlgRemoveUnusedLabels ' 'ucrSelectedVariable ' + Me.ucrSelectedVariable.AutoSize = True Me.ucrSelectedVariable.frmParent = Me Me.ucrSelectedVariable.Location = New System.Drawing.Point(234, 103) Me.ucrSelectedVariable.Margin = New System.Windows.Forms.Padding(0) @@ -106,8 +110,8 @@ Partial Class dlgRemoveUnusedLabels ' 'dlgRemoveUnusedLabels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(415, 319) Me.Controls.Add(Me.lblInfo) diff --git a/instat/dlgRemoveUnusedLevels.Designer.vb b/instat/dlgRemoveUnusedLevels.Designer.vb index da6cb40f5e1..853c450c08d 100644 --- a/instat/dlgRemoveUnusedLevels.Designer.vb +++ b/instat/dlgRemoveUnusedLevels.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRemoveUnusedLevels 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRemoveUnusedLevels)) Me.lblFactor = New System.Windows.Forms.Label() Me.ucrRemoveUnusedFactorLevels = New instat.ucrFactor() Me.ucrReceiverFactorColumn = New instat.ucrReceiverSingle() @@ -49,53 +48,77 @@ Partial Class dlgRemoveUnusedLevels ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.Location = New System.Drawing.Point(239, 13) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(85, 13) + Me.lblFactor.TabIndex = 1 Me.lblFactor.Tag = "Factor_Selected:" + Me.lblFactor.Text = "Factor Selected:" ' 'ucrRemoveUnusedFactorLevels ' - resources.ApplyResources(Me.ucrRemoveUnusedFactorLevels, "ucrRemoveUnusedFactorLevels") + Me.ucrRemoveUnusedFactorLevels.AutoSize = True Me.ucrRemoveUnusedFactorLevels.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrRemoveUnusedFactorLevels.clsReceiver = Nothing + Me.ucrRemoveUnusedFactorLevels.Location = New System.Drawing.Point(239, 57) Me.ucrRemoveUnusedFactorLevels.Name = "ucrRemoveUnusedFactorLevels" Me.ucrRemoveUnusedFactorLevels.shtCurrSheet = Nothing + Me.ucrRemoveUnusedFactorLevels.Size = New System.Drawing.Size(255, 175) + Me.ucrRemoveUnusedFactorLevels.TabIndex = 3 Me.ucrRemoveUnusedFactorLevels.ucrChkLevels = Nothing ' 'ucrReceiverFactorColumn ' + Me.ucrReceiverFactorColumn.AutoSize = True Me.ucrReceiverFactorColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactorColumn, "ucrReceiverFactorColumn") + Me.ucrReceiverFactorColumn.Location = New System.Drawing.Point(239, 29) + Me.ucrReceiverFactorColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactorColumn.Name = "ucrReceiverFactorColumn" Me.ucrReceiverFactorColumn.Selector = Nothing + Me.ucrReceiverFactorColumn.Size = New System.Drawing.Size(106, 26) Me.ucrReceiverFactorColumn.strNcFilePath = "" + Me.ucrReceiverFactorColumn.TabIndex = 2 Me.ucrReceiverFactorColumn.ucrSelector = Nothing ' 'ucrSelectorFactorColumn ' + Me.ucrSelectorFactorColumn.AutoSize = True Me.ucrSelectorFactorColumn.bDropUnusedFilterLevels = False Me.ucrSelectorFactorColumn.bShowHiddenColumns = False Me.ucrSelectorFactorColumn.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFactorColumn, "ucrSelectorFactorColumn") + Me.ucrSelectorFactorColumn.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorFactorColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFactorColumn.Name = "ucrSelectorFactorColumn" + Me.ucrSelectorFactorColumn.Size = New System.Drawing.Size(242, 200) + Me.ucrSelectorFactorColumn.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 283) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrInputUnusedLevels ' Me.ucrInputUnusedLevels.AddQuotesIfUnrecognised = True + Me.ucrInputUnusedLevels.AutoSize = True Me.ucrInputUnusedLevels.IsMultiline = False Me.ucrInputUnusedLevels.IsReadOnly = True - resources.ApplyResources(Me.ucrInputUnusedLevels, "ucrInputUnusedLevels") + Me.ucrInputUnusedLevels.Location = New System.Drawing.Point(114, 258) Me.ucrInputUnusedLevels.Name = "ucrInputUnusedLevels" + Me.ucrInputUnusedLevels.Size = New System.Drawing.Size(380, 21) + Me.ucrInputUnusedLevels.TabIndex = 5 ' 'dlgRemoveUnusedLevels ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(504, 348) Me.Controls.Add(Me.ucrInputUnusedLevels) Me.Controls.Add(Me.ucrRemoveUnusedFactorLevels) Me.Controls.Add(Me.lblFactor) @@ -106,7 +129,9 @@ Partial Class dlgRemoveUnusedLevels Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRemoveUnusedLevels" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Remove_Unused_Factor_Levels" + Me.Text = "Remove Unused Levels" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRemoveUnusedLevels.resx b/instat/dlgRemoveUnusedLevels.resx index c8ea435c20a..29dcb1b3a35 100644 --- a/instat/dlgRemoveUnusedLevels.resx +++ b/instat/dlgRemoveUnusedLevels.resx @@ -117,175 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 239, 13 - - - 85, 13 - - - 1 - - - Factor Selected: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 239, 57 - - - 255, 175 - - - 3 - - - ucrRemoveUnusedFactorLevels - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 504, 348 - - - 114, 258 - - - 380, 21 - - - 5 - - - ucrInputUnusedLevels - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 242, 200 - - - 0 - - - ucrSelectorFactorColumn - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 283 - - - 410, 53 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Remove Unused Levels - - - dlgRemoveUnusedLevels - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 239, 29 - - - 0, 0, 0, 0 - - - 106, 26 - - - 2 - - - ucrReceiverFactorColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgRenameDataFrame.Designer.vb b/instat/dlgRenameDataFrame.Designer.vb index 5ce4fd2c1b6..79fa0dccf43 100644 --- a/instat/dlgRenameDataFrame.Designer.vb +++ b/instat/dlgRenameDataFrame.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRenameDataFrame 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRenameDataFrame)) Me.ucrBase = New instat.ucrButtons() Me.ucrDataFrameToRename = New instat.ucrDataFrame() Me.lblNewName = New System.Windows.Forms.Label() @@ -49,47 +48,70 @@ Partial Class dlgRenameDataFrame ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 117) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'ucrDataFrameToRename ' + Me.ucrDataFrameToRename.AutoSize = True Me.ucrDataFrameToRename.bDropUnusedFilterLevels = False Me.ucrDataFrameToRename.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameToRename, "ucrDataFrameToRename") + Me.ucrDataFrameToRename.Location = New System.Drawing.Point(10, 10) + Me.ucrDataFrameToRename.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameToRename.Name = "ucrDataFrameToRename" + Me.ucrDataFrameToRename.Size = New System.Drawing.Size(152, 43) + Me.ucrDataFrameToRename.TabIndex = 0 ' 'lblNewName ' - resources.ApplyResources(Me.lblNewName, "lblNewName") + Me.lblNewName.Location = New System.Drawing.Point(196, 14) Me.lblNewName.Name = "lblNewName" + Me.lblNewName.Size = New System.Drawing.Size(100, 26) + Me.lblNewName.TabIndex = 1 Me.lblNewName.Tag = "New_Name" + Me.lblNewName.Text = "New Name:" ' 'ucrInputNewName ' Me.ucrInputNewName.AddQuotesIfUnrecognised = True + Me.ucrInputNewName.AutoSize = True Me.ucrInputNewName.IsMultiline = False Me.ucrInputNewName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewName, "ucrInputNewName") + Me.ucrInputNewName.Location = New System.Drawing.Point(196, 29) Me.ucrInputNewName.Name = "ucrInputNewName" + Me.ucrInputNewName.Size = New System.Drawing.Size(131, 33) + Me.ucrInputNewName.TabIndex = 2 ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.Location = New System.Drawing.Point(196, 64) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(94, 13) + Me.lblLabel.TabIndex = 3 + Me.lblLabel.Text = "Data Frame Label:" ' 'ucrInputLabel ' Me.ucrInputLabel.AddQuotesIfUnrecognised = True + Me.ucrInputLabel.AutoSize = True Me.ucrInputLabel.IsMultiline = False Me.ucrInputLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel, "ucrInputLabel") + Me.ucrInputLabel.Location = New System.Drawing.Point(196, 79) Me.ucrInputLabel.Name = "ucrInputLabel" + Me.ucrInputLabel.Size = New System.Drawing.Size(131, 32) + Me.ucrInputLabel.TabIndex = 4 ' 'dlgRenameDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 175) Me.Controls.Add(Me.ucrInputLabel) Me.Controls.Add(Me.lblLabel) Me.Controls.Add(Me.ucrInputNewName) @@ -100,6 +122,8 @@ Partial Class dlgRenameDataFrame Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRenameDataFrame" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Rename Data Frame" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRenameDataFrame.resx b/instat/dlgRenameDataFrame.resx index 665f89ab1e5..29dcb1b3a35 100644 --- a/instat/dlgRenameDataFrame.resx +++ b/instat/dlgRenameDataFrame.resx @@ -117,172 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 117 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 152, 40 - - - 0 - - - ucrDataFrameToRename - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 196, 14 - - - 100, 26 - - - 1 - - - New Name: - - - lblNewName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 196, 29 - - - 131, 33 - - - 2 - - - ucrInputNewName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 196, 64 - - - 94, 13 - - - 3 - - - Data Frame Label: - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 196, 79 - - - 131, 32 - - - 4 - - - ucrInputLabel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 419, 175 - - - CenterScreen - - - Rename Data Frame - - - dlgRenameDataFrame - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgRenameMetadata.Designer.vb b/instat/dlgRenameMetadata.Designer.vb index fd3cf1b3149..68d3277c532 100644 --- a/instat/dlgRenameMetadata.Designer.vb +++ b/instat/dlgRenameMetadata.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRenameMetadata 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRenameMetadata)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorForDeleTeMetadata = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverSelectedMetadata = New instat.ucrReceiverSingle() @@ -49,48 +48,71 @@ Partial Class dlgRenameMetadata ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(3, 208) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'ucrSelectorForDeleTeMetadata ' + Me.ucrSelectorForDeleTeMetadata.AutoSize = True Me.ucrSelectorForDeleTeMetadata.bDropUnusedFilterLevels = False Me.ucrSelectorForDeleTeMetadata.bShowHiddenColumns = False Me.ucrSelectorForDeleTeMetadata.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForDeleTeMetadata, "ucrSelectorForDeleTeMetadata") + Me.ucrSelectorForDeleTeMetadata.Location = New System.Drawing.Point(3, 9) + Me.ucrSelectorForDeleTeMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDeleTeMetadata.Name = "ucrSelectorForDeleTeMetadata" + Me.ucrSelectorForDeleTeMetadata.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForDeleTeMetadata.TabIndex = 4 ' 'ucrReceiverSelectedMetadata ' + Me.ucrReceiverSelectedMetadata.AutoSize = True Me.ucrReceiverSelectedMetadata.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedMetadata, "ucrReceiverSelectedMetadata") + Me.ucrReceiverSelectedMetadata.Location = New System.Drawing.Point(219, 48) + Me.ucrReceiverSelectedMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedMetadata.Name = "ucrReceiverSelectedMetadata" Me.ucrReceiverSelectedMetadata.Selector = Nothing + Me.ucrReceiverSelectedMetadata.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSelectedMetadata.strNcFilePath = "" + Me.ucrReceiverSelectedMetadata.TabIndex = 3 Me.ucrReceiverSelectedMetadata.ucrSelector = Nothing ' 'lblSelectedMetadata ' - resources.ApplyResources(Me.lblSelectedMetadata, "lblSelectedMetadata") + Me.lblSelectedMetadata.Location = New System.Drawing.Point(216, 25) Me.lblSelectedMetadata.Name = "lblSelectedMetadata" + Me.lblSelectedMetadata.Size = New System.Drawing.Size(100, 23) + Me.lblSelectedMetadata.TabIndex = 2 + Me.lblSelectedMetadata.Text = "Selected Metadata" ' 'lblNewMetadataName ' - resources.ApplyResources(Me.lblNewMetadataName, "lblNewMetadataName") + Me.lblNewMetadataName.Location = New System.Drawing.Point(216, 90) Me.lblNewMetadataName.Name = "lblNewMetadataName" + Me.lblNewMetadataName.Size = New System.Drawing.Size(137, 23) + Me.lblNewMetadataName.TabIndex = 1 + Me.lblNewMetadataName.Text = "New Metadata Name" ' 'ucrInputNewMetadataName ' Me.ucrInputNewMetadataName.AddQuotesIfUnrecognised = True + Me.ucrInputNewMetadataName.AutoSize = True Me.ucrInputNewMetadataName.IsMultiline = False Me.ucrInputNewMetadataName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewMetadataName, "ucrInputNewMetadataName") + Me.ucrInputNewMetadataName.Location = New System.Drawing.Point(219, 116) Me.ucrInputNewMetadataName.Name = "ucrInputNewMetadataName" + Me.ucrInputNewMetadataName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputNewMetadataName.TabIndex = 0 ' 'dlgRenameMetadata ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(432, 272) Me.Controls.Add(Me.ucrInputNewMetadataName) Me.Controls.Add(Me.lblNewMetadataName) Me.Controls.Add(Me.lblSelectedMetadata) @@ -101,6 +123,8 @@ Partial Class dlgRenameMetadata Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRenameMetadata" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Rename Metadata" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRenameMetadata.resx b/instat/dlgRenameMetadata.resx index 3d0a61cbf71..29dcb1b3a35 100644 --- a/instat/dlgRenameMetadata.resx +++ b/instat/dlgRenameMetadata.resx @@ -117,172 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 3, 208 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 3, 9 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorForDeleTeMetadata - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 432, 272 - - - 219, 116 - - - 137, 21 - - - 0 - - - ucrInputNewMetadataName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 216, 90 - - - 137, 23 - - - 1 - - - New Metadata Name - - - lblNewMetadataName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 216, 25 - - - 100, 23 - - - 2 - - - Selected Metadata - - - lblSelectedMetadata - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - CenterScreen - - - Rename Metadata - - - dlgRenameMetadata - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 219, 48 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverSelectedMetadata - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgRenameObjects.Designer.vb b/instat/dlgRenameObjects.Designer.vb index 603406758c8..09454c6dc28 100644 --- a/instat/dlgRenameObjects.Designer.vb +++ b/instat/dlgRenameObjects.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRenameObjects 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRenameObjects)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorForRenameObject = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverCurrentName = New instat.ucrReceiverSingle() @@ -51,64 +50,94 @@ Partial Class dlgRenameObjects ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 207) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrSelectorForRenameObject ' + Me.ucrSelectorForRenameObject.AutoSize = True Me.ucrSelectorForRenameObject.bDropUnusedFilterLevels = False Me.ucrSelectorForRenameObject.bShowHiddenColumns = False Me.ucrSelectorForRenameObject.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForRenameObject, "ucrSelectorForRenameObject") + Me.ucrSelectorForRenameObject.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForRenameObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForRenameObject.Name = "ucrSelectorForRenameObject" + Me.ucrSelectorForRenameObject.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForRenameObject.TabIndex = 0 ' 'ucrReceiverCurrentName ' + Me.ucrReceiverCurrentName.AutoSize = True Me.ucrReceiverCurrentName.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCurrentName, "ucrReceiverCurrentName") + Me.ucrReceiverCurrentName.Location = New System.Drawing.Point(262, 60) + Me.ucrReceiverCurrentName.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCurrentName.Name = "ucrReceiverCurrentName" Me.ucrReceiverCurrentName.Selector = Nothing + Me.ucrReceiverCurrentName.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCurrentName.strNcFilePath = "" + Me.ucrReceiverCurrentName.TabIndex = 2 Me.ucrReceiverCurrentName.ucrSelector = Nothing ' 'lblCurrentName ' - resources.ApplyResources(Me.lblCurrentName, "lblCurrentName") + Me.lblCurrentName.Location = New System.Drawing.Point(262, 45) Me.lblCurrentName.Name = "lblCurrentName" + Me.lblCurrentName.Size = New System.Drawing.Size(100, 15) + Me.lblCurrentName.TabIndex = 1 Me.lblCurrentName.Tag = "Current_Name" + Me.lblCurrentName.Text = "Current Name:" ' 'lblNewName ' - resources.ApplyResources(Me.lblNewName, "lblNewName") + Me.lblNewName.Location = New System.Drawing.Point(262, 93) Me.lblNewName.Name = "lblNewName" + Me.lblNewName.Size = New System.Drawing.Size(100, 13) + Me.lblNewName.TabIndex = 3 Me.lblNewName.Tag = "New_Name" + Me.lblNewName.Text = "New Name:" ' 'ucrInputNewName ' Me.ucrInputNewName.AddQuotesIfUnrecognised = True + Me.ucrInputNewName.AutoSize = True Me.ucrInputNewName.IsMultiline = False Me.ucrInputNewName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewName, "ucrInputNewName") + Me.ucrInputNewName.Location = New System.Drawing.Point(262, 106) Me.ucrInputNewName.Name = "ucrInputNewName" + Me.ucrInputNewName.Size = New System.Drawing.Size(120, 21) + Me.ucrInputNewName.TabIndex = 4 ' 'ucrInputType ' Me.ucrInputType.AddQuotesIfUnrecognised = True + Me.ucrInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputType.GetSetSelectedIndex = -1 Me.ucrInputType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputType, "ucrInputType") + Me.ucrInputType.Location = New System.Drawing.Point(262, 153) Me.ucrInputType.Name = "ucrInputType" + Me.ucrInputType.Size = New System.Drawing.Size(82, 21) + Me.ucrInputType.TabIndex = 6 ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblType.Location = New System.Drawing.Point(262, 140) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(65, 13) + Me.lblType.TabIndex = 5 Me.lblType.Tag = "New_Name" + Me.lblType.Text = "Type:" ' 'dlgRenameObjects ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 264) Me.Controls.Add(Me.lblType) Me.Controls.Add(Me.ucrInputType) Me.Controls.Add(Me.ucrReceiverCurrentName) @@ -121,7 +150,9 @@ Partial Class dlgRenameObjects Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRenameObjects" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Rename_Object" + Me.Text = "Rename Objects" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRenameObjects.resx b/instat/dlgRenameObjects.resx index 5320f752e72..29dcb1b3a35 100644 --- a/instat/dlgRenameObjects.resx +++ b/instat/dlgRenameObjects.resx @@ -117,220 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 207 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForRenameObject - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 417, 264 - - - NoControl - - - 262, 140 - - - 65, 13 - - - 5 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 262, 153 - - - 82, 21 - - - 6 - - - ucrInputType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 262, 106 - - - 120, 21 - - - 4 - - - ucrInputNewName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 262, 93 - - - 100, 13 - - - 3 - - - New Name: - - - lblNewName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 262, 45 - - - 100, 15 - - - 1 - - - Current Name: - - - lblCurrentName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - CenterScreen - - - Rename Objects - - - dlgRenameObjects - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 262, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverCurrentName - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgReorderColumns.Designer.vb b/instat/dlgReorderColumns.Designer.vb index 63cdf8ebfe2..91b195e4bcf 100644 --- a/instat/dlgReorderColumns.Designer.vb +++ b/instat/dlgReorderColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReorderColumns 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReorderColumns)) Me.lblColumns = New System.Windows.Forms.Label() Me.ucrReorderColumns = New instat.ucrReorder() Me.ucrDataFrameSelect = New instat.ucrDataFrame() @@ -47,32 +46,48 @@ Partial Class dlgReorderColumns ' 'lblColumns ' - resources.ApplyResources(Me.lblColumns, "lblColumns") + Me.lblColumns.AutoSize = True + Me.lblColumns.Location = New System.Drawing.Point(175, 13) Me.lblColumns.Name = "lblColumns" + Me.lblColumns.Size = New System.Drawing.Size(103, 13) + Me.lblColumns.TabIndex = 1 + Me.lblColumns.Text = "Columns to Reorder:" ' 'ucrReorderColumns ' - resources.ApplyResources(Me.ucrReorderColumns, "ucrReorderColumns") + Me.ucrReorderColumns.Location = New System.Drawing.Point(173, 29) Me.ucrReorderColumns.Name = "ucrReorderColumns" + Me.ucrReorderColumns.Size = New System.Drawing.Size(211, 174) + Me.ucrReorderColumns.TabIndex = 2 Me.ucrReorderColumns.ucrDataFrameList = Nothing Me.ucrReorderColumns.ucrReceiver = Nothing ' 'ucrDataFrameSelect ' + Me.ucrDataFrameSelect.AutoSize = True Me.ucrDataFrameSelect.bDropUnusedFilterLevels = False Me.ucrDataFrameSelect.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameSelect, "ucrDataFrameSelect") + Me.ucrDataFrameSelect.Location = New System.Drawing.Point(10, 10) + Me.ucrDataFrameSelect.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameSelect.Name = "ucrDataFrameSelect" + Me.ucrDataFrameSelect.Size = New System.Drawing.Size(157, 45) + Me.ucrDataFrameSelect.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 209) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'dlgReorderColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 266) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrReorderColumns) Me.Controls.Add(Me.ucrDataFrameSelect) @@ -82,6 +97,8 @@ Partial Class dlgReorderColumns Me.MinimizeBox = False Me.Name = "dlgReorderColumns" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Reorder Columns" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgReorderColumns.resx b/instat/dlgReorderColumns.resx index 058648e3151..29dcb1b3a35 100644 --- a/instat/dlgReorderColumns.resx +++ b/instat/dlgReorderColumns.resx @@ -117,127 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 175, 13 - - - 103, 13 - - - 1 - - - Columns to Reorder: - - - lblColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 173, 29 - - - 211, 174 - - - 2 - - - ucrReorderColumns - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 157, 45 - - - 0 - - - ucrDataFrameSelect - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 10, 209 - - - 405, 52 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 415, 266 - - - CenterScreen - - - Reorder Columns - - - dlgReorderColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgReorderDataFrame.Designer.vb b/instat/dlgReorderDataFrame.Designer.vb index 95d2f2bb3ac..70684bf93b8 100644 --- a/instat/dlgReorderDataFrame.Designer.vb +++ b/instat/dlgReorderDataFrame.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReorderDataFrame 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReorderDataFrame)) Me.lblDataFrameToReorder = New System.Windows.Forms.Label() Me.ucrBase = New instat.ucrButtons() Me.ucrDataFrameToReorder = New instat.ucrReorder() @@ -46,25 +45,37 @@ Partial Class dlgReorderDataFrame ' 'lblDataFrameToReorder ' - resources.ApplyResources(Me.lblDataFrameToReorder, "lblDataFrameToReorder") + Me.lblDataFrameToReorder.AutoSize = True + Me.lblDataFrameToReorder.Location = New System.Drawing.Point(10, 13) Me.lblDataFrameToReorder.Name = "lblDataFrameToReorder" + Me.lblDataFrameToReorder.Size = New System.Drawing.Size(123, 13) + Me.lblDataFrameToReorder.TabIndex = 0 + Me.lblDataFrameToReorder.Text = "Data Frames to Reorder:" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(13, 210) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 2 ' 'ucrDataFrameToReorder ' - resources.ApplyResources(Me.ucrDataFrameToReorder, "ucrDataFrameToReorder") + Me.ucrDataFrameToReorder.Location = New System.Drawing.Point(10, 29) Me.ucrDataFrameToReorder.Name = "ucrDataFrameToReorder" + Me.ucrDataFrameToReorder.Size = New System.Drawing.Size(209, 175) + Me.ucrDataFrameToReorder.TabIndex = 1 Me.ucrDataFrameToReorder.ucrDataFrameList = Nothing Me.ucrDataFrameToReorder.ucrReceiver = Nothing ' 'dlgReorderDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 269) Me.Controls.Add(Me.lblDataFrameToReorder) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrDataFrameToReorder) @@ -72,6 +83,8 @@ Partial Class dlgReorderDataFrame Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReorderDataFrame" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Reorder Data Frames" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgReorderDataFrame.resx b/instat/dlgReorderDataFrame.resx index 6ccea754371..29dcb1b3a35 100644 --- a/instat/dlgReorderDataFrame.resx +++ b/instat/dlgReorderDataFrame.resx @@ -117,103 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 13 - - - 123, 13 - - - 0 - - - Data Frames to Reorder: - - - lblDataFrameToReorder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 13, 210 - - - 410, 52 - - - 2 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 29 - - - 209, 175 - - - 1 - - - ucrDataFrameToReorder - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 422, 269 - - - - CenterScreen - - - Reorder Data Frames - - - dlgReorderDataFrame - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgReorderLevels.Designer.vb b/instat/dlgReorderLevels.Designer.vb index dba168e6f28..cba395534fd 100644 --- a/instat/dlgReorderLevels.Designer.vb +++ b/instat/dlgReorderLevels.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgReorderLevels _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReorderLevels)) Me.lblFactor = New System.Windows.Forms.Label() Me.rdoHand = New System.Windows.Forms.RadioButton() Me.rdoProperty = New System.Windows.Forms.RadioButton() @@ -78,62 +77,104 @@ Partial Class dlgReorderLevels ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactor.Location = New System.Drawing.Point(236, 75) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(85, 13) + Me.lblFactor.TabIndex = 5 Me.lblFactor.Tag = "Factor_Selected:" + Me.lblFactor.Text = "Factor Selected:" ' 'rdoHand ' - resources.ApplyResources(Me.rdoHand, "rdoHand") + Me.rdoHand.Appearance = System.Windows.Forms.Appearance.Button Me.rdoHand.BackColor = System.Drawing.SystemColors.Control Me.rdoHand.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoHand.FlatAppearance.BorderSize = 2 Me.rdoHand.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoHand.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoHand.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHand.Location = New System.Drawing.Point(127, 12) Me.rdoHand.Name = "rdoHand" + Me.rdoHand.Size = New System.Drawing.Size(70, 28) + Me.rdoHand.TabIndex = 1 Me.rdoHand.TabStop = True Me.rdoHand.Tag = "Hand" + Me.rdoHand.Text = "Hand" + Me.rdoHand.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoHand.UseVisualStyleBackColor = False ' 'rdoProperty ' - resources.ApplyResources(Me.rdoProperty, "rdoProperty") + Me.rdoProperty.Appearance = System.Windows.Forms.Appearance.Button Me.rdoProperty.BackColor = System.Drawing.SystemColors.Control Me.rdoProperty.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoProperty.FlatAppearance.BorderSize = 2 Me.rdoProperty.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoProperty.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoProperty.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoProperty.Location = New System.Drawing.Point(196, 12) Me.rdoProperty.Name = "rdoProperty" + Me.rdoProperty.Size = New System.Drawing.Size(84, 28) + Me.rdoProperty.TabIndex = 2 Me.rdoProperty.TabStop = True Me.rdoProperty.Tag = "Property" + Me.rdoProperty.Text = "Property" + Me.rdoProperty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoProperty.UseVisualStyleBackColor = False ' 'rdoVariable ' - resources.ApplyResources(Me.rdoVariable, "rdoVariable") + Me.rdoVariable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoVariable.BackColor = System.Drawing.SystemColors.Control Me.rdoVariable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoVariable.FlatAppearance.BorderSize = 2 Me.rdoVariable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoVariable.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoVariable.Location = New System.Drawing.Point(279, 12) Me.rdoVariable.Name = "rdoVariable" + Me.rdoVariable.Size = New System.Drawing.Size(87, 28) + Me.rdoVariable.TabIndex = 3 Me.rdoVariable.TabStop = True Me.rdoVariable.Tag = "Variable" + Me.rdoVariable.Text = "Variable" + Me.rdoVariable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoVariable.UseVisualStyleBackColor = False ' 'lblVariable ' - resources.ApplyResources(Me.lblVariable, "lblVariable") + Me.lblVariable.AutoSize = True + Me.lblVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariable.Location = New System.Drawing.Point(236, 117) Me.lblVariable.Name = "lblVariable" + Me.lblVariable.Size = New System.Drawing.Size(48, 13) + Me.lblVariable.TabIndex = 9 Me.lblVariable.Tag = "Variable:" + Me.lblVariable.Text = "Variable:" ' 'lblOptions ' - resources.ApplyResources(Me.lblOptions, "lblOptions") + Me.lblOptions.AutoSize = True + Me.lblOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOptions.Location = New System.Drawing.Point(236, 159) Me.lblOptions.Name = "lblOptions" + Me.lblOptions.Size = New System.Drawing.Size(46, 13) + Me.lblOptions.TabIndex = 11 Me.lblOptions.Tag = "Options" + Me.lblOptions.Text = "Options:" ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(95, 19) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(27, 16) + Me.Label1.TabIndex = 79 + Me.Label1.Text = "By:" ' 'grpMethods ' @@ -151,98 +192,163 @@ Partial Class dlgReorderLevels Me.grpMethods.Controls.Add(Me.rdoAppearance) Me.grpMethods.Controls.Add(Me.rdoReverseLevels) Me.grpMethods.Controls.Add(Me.ucrPnlProperty) - resources.ApplyResources(Me.grpMethods, "grpMethods") + Me.grpMethods.Location = New System.Drawing.Point(235, 117) Me.grpMethods.Name = "grpMethods" + Me.grpMethods.Size = New System.Drawing.Size(225, 216) + Me.grpMethods.TabIndex = 14 Me.grpMethods.TabStop = False + Me.grpMethods.Text = "Methods" ' 'rdoAlphabetical ' - resources.ApplyResources(Me.rdoAlphabetical, "rdoAlphabetical") + Me.rdoAlphabetical.AutoSize = True + Me.rdoAlphabetical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAlphabetical.Location = New System.Drawing.Point(12, 115) Me.rdoAlphabetical.Name = "rdoAlphabetical" + Me.rdoAlphabetical.Size = New System.Drawing.Size(112, 17) + Me.rdoAlphabetical.TabIndex = 22 + Me.rdoAlphabetical.Text = "Alphabetical Order" Me.rdoAlphabetical.UseVisualStyleBackColor = True ' 'ucrInputOrder ' Me.ucrInputOrder.AddQuotesIfUnrecognised = True + Me.ucrInputOrder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOrder.GetSetSelectedIndex = -1 Me.ucrInputOrder.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOrder, "ucrInputOrder") + Me.ucrInputOrder.Location = New System.Drawing.Point(137, 68) Me.ucrInputOrder.Name = "ucrInputOrder" + Me.ucrInputOrder.Size = New System.Drawing.Size(81, 21) + Me.ucrInputOrder.TabIndex = 20 ' 'lblOrder ' - resources.ApplyResources(Me.lblOrder, "lblOrder") + Me.lblOrder.AutoSize = True + Me.lblOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOrder.Location = New System.Drawing.Point(100, 73) Me.lblOrder.Name = "lblOrder" + Me.lblOrder.Size = New System.Drawing.Size(36, 13) + Me.lblOrder.TabIndex = 19 + Me.lblOrder.Text = "Order:" ' 'ucrInputPrefix ' Me.ucrInputPrefix.AddQuotesIfUnrecognised = True + Me.ucrInputPrefix.AutoSize = True Me.ucrInputPrefix.IsMultiline = False Me.ucrInputPrefix.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPrefix, "ucrInputPrefix") + Me.ucrInputPrefix.Location = New System.Drawing.Point(133, 184) Me.ucrInputPrefix.Name = "ucrInputPrefix" + Me.ucrInputPrefix.Size = New System.Drawing.Size(85, 21) + Me.ucrInputPrefix.TabIndex = 28 ' 'lblPrefix ' - resources.ApplyResources(Me.lblPrefix, "lblPrefix") + Me.lblPrefix.AutoSize = True + Me.lblPrefix.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPrefix.Location = New System.Drawing.Point(94, 188) Me.lblPrefix.Name = "lblPrefix" + Me.lblPrefix.Size = New System.Drawing.Size(36, 13) + Me.lblPrefix.TabIndex = 27 + Me.lblPrefix.Text = "Prefix:" ' 'rdoAnonymise ' - resources.ApplyResources(Me.rdoAnonymise, "rdoAnonymise") + Me.rdoAnonymise.AutoSize = True + Me.rdoAnonymise.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAnonymise.Location = New System.Drawing.Point(12, 186) Me.rdoAnonymise.Name = "rdoAnonymise" + Me.rdoAnonymise.Size = New System.Drawing.Size(76, 17) + Me.rdoAnonymise.TabIndex = 26 + Me.rdoAnonymise.Text = "Anonymise" Me.rdoAnonymise.UseVisualStyleBackColor = True ' 'rdoShuffle ' - resources.ApplyResources(Me.rdoShuffle, "rdoShuffle") + Me.rdoShuffle.AutoSize = True + Me.rdoShuffle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoShuffle.Location = New System.Drawing.Point(12, 163) Me.rdoShuffle.Name = "rdoShuffle" + Me.rdoShuffle.Size = New System.Drawing.Size(58, 17) + Me.rdoShuffle.TabIndex = 25 + Me.rdoShuffle.Text = "Shuffle" Me.rdoShuffle.UseVisualStyleBackColor = True ' 'ucrNudShift ' + Me.ucrNudShift.AutoSize = True Me.ucrNudShift.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShift.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudShift, "ucrNudShift") + Me.ucrNudShift.Location = New System.Drawing.Point(78, 139) Me.ucrNudShift.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudShift.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShift.Name = "ucrNudShift" + Me.ucrNudShift.Size = New System.Drawing.Size(50, 20) + Me.ucrNudShift.TabIndex = 24 Me.ucrNudShift.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoShift ' - resources.ApplyResources(Me.rdoShift, "rdoShift") + Me.rdoShift.AutoSize = True + Me.rdoShift.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoShift.Location = New System.Drawing.Point(12, 140) Me.rdoShift.Name = "rdoShift" + Me.rdoShift.Size = New System.Drawing.Size(46, 17) + Me.rdoShift.TabIndex = 23 + Me.rdoShift.Text = "Shift" Me.rdoShift.UseVisualStyleBackColor = True ' 'rdoSequence ' - resources.ApplyResources(Me.rdoSequence, "rdoSequence") + Me.rdoSequence.AutoSize = True + Me.rdoSequence.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSequence.Location = New System.Drawing.Point(11, 93) Me.rdoSequence.Name = "rdoSequence" + Me.rdoSequence.Size = New System.Drawing.Size(74, 17) + Me.rdoSequence.TabIndex = 21 + Me.rdoSequence.Text = "Sequence" Me.rdoSequence.UseVisualStyleBackColor = True ' 'rdoFrequency ' - resources.ApplyResources(Me.rdoFrequency, "rdoFrequency") + Me.rdoFrequency.AutoSize = True + Me.rdoFrequency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFrequency.Location = New System.Drawing.Point(11, 70) Me.rdoFrequency.Name = "rdoFrequency" + Me.rdoFrequency.Size = New System.Drawing.Size(75, 17) + Me.rdoFrequency.TabIndex = 18 + Me.rdoFrequency.Text = "Frequency" Me.rdoFrequency.UseVisualStyleBackColor = True ' 'rdoAppearance ' - resources.ApplyResources(Me.rdoAppearance, "rdoAppearance") + Me.rdoAppearance.AutoSize = True + Me.rdoAppearance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAppearance.Location = New System.Drawing.Point(11, 47) Me.rdoAppearance.Name = "rdoAppearance" + Me.rdoAppearance.Size = New System.Drawing.Size(83, 17) + Me.rdoAppearance.TabIndex = 17 + Me.rdoAppearance.Text = "Appearance" Me.rdoAppearance.UseVisualStyleBackColor = True ' 'rdoReverseLevels ' - resources.ApplyResources(Me.rdoReverseLevels, "rdoReverseLevels") + Me.rdoReverseLevels.AutoSize = True + Me.rdoReverseLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoReverseLevels.Location = New System.Drawing.Point(11, 24) Me.rdoReverseLevels.Name = "rdoReverseLevels" + Me.rdoReverseLevels.Size = New System.Drawing.Size(99, 17) + Me.rdoReverseLevels.TabIndex = 16 + Me.rdoReverseLevels.Text = "Reverse Levels" Me.rdoReverseLevels.UseVisualStyleBackColor = True ' 'ucrPnlProperty ' - resources.ApplyResources(Me.ucrPnlProperty, "ucrPnlProperty") + Me.ucrPnlProperty.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlProperty.Location = New System.Drawing.Point(6, 19) Me.ucrPnlProperty.Name = "ucrPnlProperty" + Me.ucrPnlProperty.Size = New System.Drawing.Size(215, 191) + Me.ucrPnlProperty.TabIndex = 15 ' 'ttMethods ' @@ -252,79 +358,116 @@ Partial Class dlgReorderLevels ' 'ucrReceiverFactorX ' - resources.ApplyResources(Me.ucrReceiverFactorX, "ucrReceiverFactorX") + Me.ucrReceiverFactorX.AutoSize = True Me.ucrReceiverFactorX.frmParent = Me + Me.ucrReceiverFactorX.Location = New System.Drawing.Point(238, 92) + Me.ucrReceiverFactorX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactorX.Name = "ucrReceiverFactorX" Me.ucrReceiverFactorX.Selector = Nothing + Me.ucrReceiverFactorX.Size = New System.Drawing.Size(131, 21) Me.ucrReceiverFactorX.strNcFilePath = "" + Me.ucrReceiverFactorX.TabIndex = 7 Me.ucrReceiverFactorX.ucrSelector = Nothing ' 'ucrSaveResults ' - resources.ApplyResources(Me.ucrSaveResults, "ucrSaveResults") + Me.ucrSaveResults.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResults.Location = New System.Drawing.Point(10, 335) + Me.ucrSaveResults.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResults.Name = "ucrSaveResults" + Me.ucrSaveResults.Size = New System.Drawing.Size(269, 22) + Me.ucrSaveResults.TabIndex = 29 ' 'ucrInputOptions ' Me.ucrInputOptions.AddQuotesIfUnrecognised = True + Me.ucrInputOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOptions.GetSetSelectedIndex = -1 Me.ucrInputOptions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOptions, "ucrInputOptions") + Me.ucrInputOptions.Location = New System.Drawing.Point(236, 174) Me.ucrInputOptions.Name = "ucrInputOptions" + Me.ucrInputOptions.Size = New System.Drawing.Size(109, 21) + Me.ucrInputOptions.TabIndex = 12 ' 'ucrChkReverseVariable ' + Me.ucrChkReverseVariable.AutoSize = True Me.ucrChkReverseVariable.Checked = False - resources.ApplyResources(Me.ucrChkReverseVariable, "ucrChkReverseVariable") + Me.ucrChkReverseVariable.Location = New System.Drawing.Point(236, 204) Me.ucrChkReverseVariable.Name = "ucrChkReverseVariable" + Me.ucrChkReverseVariable.Size = New System.Drawing.Size(100, 23) + Me.ucrChkReverseVariable.TabIndex = 13 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(125, 7) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(244, 36) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrReceiverFactor ' - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me + Me.ucrReceiverFactor.Location = New System.Drawing.Point(238, 92) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(131, 21) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 6 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrReceiverVariable ' - resources.ApplyResources(Me.ucrReceiverVariable, "ucrReceiverVariable") + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me + Me.ucrReceiverVariable.Location = New System.Drawing.Point(236, 131) + Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverVariable.Name = "ucrReceiverVariable" Me.ucrReceiverVariable.Selector = Nothing + Me.ucrReceiverVariable.Size = New System.Drawing.Size(134, 26) Me.ucrReceiverVariable.strNcFilePath = "" + Me.ucrReceiverVariable.TabIndex = 10 Me.ucrReceiverVariable.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 364) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 30 ' 'ucrReorderFactor ' - resources.ApplyResources(Me.ucrReorderFactor, "ucrReorderFactor") + Me.ucrReorderFactor.Location = New System.Drawing.Point(236, 118) Me.ucrReorderFactor.Name = "ucrReorderFactor" + Me.ucrReorderFactor.Size = New System.Drawing.Size(206, 180) + Me.ucrReorderFactor.TabIndex = 8 Me.ucrReorderFactor.ucrDataFrameList = Nothing Me.ucrReorderFactor.ucrReceiver = Nothing ' 'ucrSelectorFactorLevelsToReorder ' + Me.ucrSelectorFactorLevelsToReorder.AutoSize = True Me.ucrSelectorFactorLevelsToReorder.bDropUnusedFilterLevels = False Me.ucrSelectorFactorLevelsToReorder.bShowHiddenColumns = False Me.ucrSelectorFactorLevelsToReorder.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFactorLevelsToReorder, "ucrSelectorFactorLevelsToReorder") + Me.ucrSelectorFactorLevelsToReorder.Location = New System.Drawing.Point(10, 60) + Me.ucrSelectorFactorLevelsToReorder.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFactorLevelsToReorder.Name = "ucrSelectorFactorLevelsToReorder" + Me.ucrSelectorFactorLevelsToReorder.Size = New System.Drawing.Size(242, 193) + Me.ucrSelectorFactorLevelsToReorder.TabIndex = 4 ' 'dlgReorderLevels ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(472, 419) Me.Controls.Add(Me.ucrReceiverFactorX) Me.Controls.Add(Me.grpMethods) Me.Controls.Add(Me.ucrSaveResults) @@ -347,7 +490,9 @@ Partial Class dlgReorderLevels Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReorderLevels" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Reorder_Levels" + Me.Text = "Reorder Levels" Me.grpMethods.ResumeLayout(False) Me.grpMethods.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgReorderLevels.resx b/instat/dlgReorderLevels.resx index 0947a0ca8a6..ddd2e7e7b27 100644 --- a/instat/dlgReorderLevels.resx +++ b/instat/dlgReorderLevels.resx @@ -117,916 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 236, 75 - - - 85, 13 - - - 5 - - - Factor Selected: - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - NoControl - - - 127, 12 - - - 70, 28 - - - 1 - - - Hand - - - MiddleCenter - - - rdoHand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 196, 12 - - - 84, 28 - - - 2 - - - Property - - - MiddleCenter - - - rdoProperty - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 279, 12 - - - 87, 28 - - - 3 - - - Variable - - - MiddleCenter - - - rdoVariable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 236, 117 - - - 48, 13 - - - 9 - - - Variable: - - - lblVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 236, 159 - - - 46, 13 - - - 11 - - - Options: - - - lblOptions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 95, 19 - - - 27, 16 - - - 79 - - - By: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 12, 115 - - - 112, 17 - - - 22 - - - Alphabetical Order - - - rdoAlphabetical - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 0 - - - 137, 68 - - - 81, 21 - - - 20 - - - ucrInputOrder - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 1 - - - True - - - NoControl - - - 100, 73 - - - 36, 13 - - - 19 - - - Order: - - - lblOrder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 2 - - - 133, 184 - - - 85, 21 - - - 28 - - - ucrInputPrefix - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 3 - - - True - - - NoControl - - - 94, 188 - - - 36, 13 - - - 27 - - - Prefix: - - - lblPrefix - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 4 - - - True - - - NoControl - - - 12, 186 - - - 76, 17 - - - 26 - - - Anonymise - - - rdoAnonymise - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 5 - - - True - - - NoControl - - - 12, 163 - - - 58, 17 - - - 25 - - - Shuffle - - - rdoShuffle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 6 - - - 78, 139 - - - 50, 20 - - - 24 - - - ucrNudShift - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 7 - - - True - - - NoControl - - - 12, 140 - - - 46, 17 - - - 23 - - - Shift - - - rdoShift - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 8 - - - True - - - NoControl - - - 11, 93 - - - 74, 17 - - - 21 - - - Sequence - - - rdoSequence - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 9 - - - True - - - NoControl - - - 11, 70 - - - 75, 17 - - - 18 - - - Frequency - - - rdoFrequency - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 10 - - - True - - - NoControl - - - 11, 47 - - - 83, 17 - - - 17 - - - Appearance - - - rdoAppearance - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 11 - - - True - - - NoControl - - - 11, 24 - - - 99, 17 - - - 16 - - - Reverse Levels - - - rdoReverseLevels - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 12 - - - 6, 19 - - - 215, 191 - - - 15 - - - ucrPnlProperty - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 13 - - - 235, 117 - - - 225, 216 - - - 14 - - - Methods - - - grpMethods - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - 17, 17 - - True - - - True - - - 6, 13 - - - True - - - 472, 419 - - - 10, 335 - - - 4, 5, 4, 5 - - - 269, 22 - - - 29 - - - ucrSaveResults - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 236, 174 - - - 109, 21 - - - 12 - - - ucrInputOptions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 236, 204 - - - 100, 17 - - - 13 - - - ucrChkReverseVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 125, 7 - - - 244, 36 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 238, 92 - - - 0, 0, 0, 0 - - - 131, 21 - - - 6 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - True - - - 236, 131 - - - 0, 0, 0, 0 - - - 134, 26 - - - 10 - - - ucrReceiverVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 364 - - - 410, 53 - - - 30 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 236, 118 - - - 206, 180 - - - 8 - - - ucrReorderFactor - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 10, 60 - - - 0, 0, 0, 0 - - - 242, 193 - - - 4 - - - ucrSelectorFactorLevelsToReorder - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Reorder Levels - - - ttMethods - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgReorderLevels - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 238, 92 - - - 0, 0, 0, 0 - - - 131, 21 - - - 7 - - - ucrReceiverFactorX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgReorderMetadata.Designer.vb b/instat/dlgReorderMetadata.Designer.vb index d09784f7ce9..5ebaab0d6fc 100644 --- a/instat/dlgReorderMetadata.Designer.vb +++ b/instat/dlgReorderMetadata.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReorderMetadata 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReorderMetadata)) Me.ucrBase = New instat.ucrButtons() Me.ucrDataFrameReoderMetadata = New instat.ucrDataFrame() Me.lblMetataDataColumns = New System.Windows.Forms.Label() @@ -47,32 +46,48 @@ Partial Class dlgReorderMetadata ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 227) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'ucrDataFrameReoderMetadata ' + Me.ucrDataFrameReoderMetadata.AutoSize = True Me.ucrDataFrameReoderMetadata.bDropUnusedFilterLevels = False Me.ucrDataFrameReoderMetadata.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameReoderMetadata, "ucrDataFrameReoderMetadata") + Me.ucrDataFrameReoderMetadata.Location = New System.Drawing.Point(10, 10) + Me.ucrDataFrameReoderMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameReoderMetadata.Name = "ucrDataFrameReoderMetadata" + Me.ucrDataFrameReoderMetadata.Size = New System.Drawing.Size(152, 50) + Me.ucrDataFrameReoderMetadata.TabIndex = 0 ' 'lblMetataDataColumns ' - resources.ApplyResources(Me.lblMetataDataColumns, "lblMetataDataColumns") + Me.lblMetataDataColumns.AutoSize = True + Me.lblMetataDataColumns.Location = New System.Drawing.Point(173, 25) Me.lblMetataDataColumns.Name = "lblMetataDataColumns" + Me.lblMetataDataColumns.Size = New System.Drawing.Size(98, 13) + Me.lblMetataDataColumns.TabIndex = 1 + Me.lblMetataDataColumns.Text = "Metadata Columns:" ' 'ucrReorderMetadata ' - resources.ApplyResources(Me.ucrReorderMetadata, "ucrReorderMetadata") + Me.ucrReorderMetadata.Location = New System.Drawing.Point(173, 40) Me.ucrReorderMetadata.Name = "ucrReorderMetadata" + Me.ucrReorderMetadata.Size = New System.Drawing.Size(209, 181) + Me.ucrReorderMetadata.TabIndex = 2 Me.ucrReorderMetadata.ucrDataFrameList = Nothing Me.ucrReorderMetadata.ucrReceiver = Nothing ' 'dlgReorderMetadata ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 284) Me.Controls.Add(Me.lblMetataDataColumns) Me.Controls.Add(Me.ucrDataFrameReoderMetadata) Me.Controls.Add(Me.ucrBase) @@ -81,7 +96,9 @@ Partial Class dlgReorderMetadata Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReorderMetadata" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Reoder_Metadata" + Me.Text = "Reoder Metadata" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgReorderMetadata.resx b/instat/dlgReorderMetadata.resx index a5789e13b9f..29dcb1b3a35 100644 --- a/instat/dlgReorderMetadata.resx +++ b/instat/dlgReorderMetadata.resx @@ -117,127 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 227 - - - 410, 52 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 152, 50 - - - 0 - - - ucrDataFrameReoderMetadata - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 173, 25 - - - 98, 13 - - - 1 - - - Metadata Columns: - - - lblMetataDataColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 173, 40 - - - 209, 181 - - - 2 - - - ucrReorderMetadata - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 416, 284 - - - CenterScreen - - - Reoder Metadata - - - dlgReorderMetadata - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgReorderObjects.Designer.vb b/instat/dlgReorderObjects.Designer.vb index 058b86099bf..fd83943c9cb 100644 --- a/instat/dlgReorderObjects.Designer.vb +++ b/instat/dlgReorderObjects.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReorderObjects 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReorderObjects)) Me.ucrBase = New instat.ucrButtons() Me.lblObjectsToReoder = New System.Windows.Forms.Label() Me.ucrDataFrameReorder = New instat.ucrDataFrame() @@ -47,33 +46,49 @@ Partial Class dlgReorderObjects ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 229) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'lblObjectsToReoder ' - resources.ApplyResources(Me.lblObjectsToReoder, "lblObjectsToReoder") + Me.lblObjectsToReoder.AutoSize = True + Me.lblObjectsToReoder.Location = New System.Drawing.Point(182, 28) Me.lblObjectsToReoder.Name = "lblObjectsToReoder" + Me.lblObjectsToReoder.Size = New System.Drawing.Size(99, 13) + Me.lblObjectsToReoder.TabIndex = 1 Me.lblObjectsToReoder.Tag = "Objects_to_Reorder" + Me.lblObjectsToReoder.Text = "Objects to Reorder:" ' 'ucrDataFrameReorder ' + Me.ucrDataFrameReorder.AutoSize = True Me.ucrDataFrameReorder.bDropUnusedFilterLevels = False Me.ucrDataFrameReorder.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameReorder, "ucrDataFrameReorder") + Me.ucrDataFrameReorder.Location = New System.Drawing.Point(10, 10) + Me.ucrDataFrameReorder.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameReorder.Name = "ucrDataFrameReorder" + Me.ucrDataFrameReorder.Size = New System.Drawing.Size(153, 43) + Me.ucrDataFrameReorder.TabIndex = 0 ' 'ucrReorderObjects ' - resources.ApplyResources(Me.ucrReorderObjects, "ucrReorderObjects") + Me.ucrReorderObjects.Location = New System.Drawing.Point(182, 45) Me.ucrReorderObjects.Name = "ucrReorderObjects" + Me.ucrReorderObjects.Size = New System.Drawing.Size(209, 178) + Me.ucrReorderObjects.TabIndex = 2 Me.ucrReorderObjects.ucrDataFrameList = Nothing Me.ucrReorderObjects.ucrReceiver = Nothing ' 'dlgReorderObjects ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 287) Me.Controls.Add(Me.lblObjectsToReoder) Me.Controls.Add(Me.ucrDataFrameReorder) Me.Controls.Add(Me.ucrBase) @@ -82,7 +97,9 @@ Partial Class dlgReorderObjects Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReorderObjects" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Reorder_Objects" + Me.Text = "Reorder Objects" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgReorderObjects.resx b/instat/dlgReorderObjects.resx index a535cbae164..29dcb1b3a35 100644 --- a/instat/dlgReorderObjects.resx +++ b/instat/dlgReorderObjects.resx @@ -117,127 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 229 - - - 410, 53 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 182, 28 - - - 99, 13 - - - 1 - - - Objects to Reorder: - - - lblObjectsToReoder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 153, 40 - - - 0 - - - ucrDataFrameReorder - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 182, 45 - - - 209, 178 - - - 2 - - - ucrReorderObjects - - - instat.ucrReorder, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 418, 287 - - - CenterScreen - - - Reorder Objects - - - dlgReorderObjects - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgReplaceValues.Designer.vb b/instat/dlgReplaceValues.Designer.vb index b7eb8e068a2..40d71668da9 100644 --- a/instat/dlgReplaceValues.Designer.vb +++ b/instat/dlgReplaceValues.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgReplaceValues 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgReplaceValues)) Me.grpOld = New System.Windows.Forms.GroupBox() Me.rdoOldValue = New System.Windows.Forms.RadioButton() Me.lblRangeMax = New System.Windows.Forms.Label() @@ -79,84 +78,125 @@ Partial Class dlgReplaceValues Me.grpOld.Controls.Add(Me.ucrInputRangeFrom) Me.grpOld.Controls.Add(Me.ucrInputOldValue) Me.grpOld.Controls.Add(Me.ucrPnlOld) - resources.ApplyResources(Me.grpOld, "grpOld") + Me.grpOld.Location = New System.Drawing.Point(10, 194) Me.grpOld.Name = "grpOld" + Me.grpOld.Size = New System.Drawing.Size(217, 148) + Me.grpOld.TabIndex = 3 Me.grpOld.TabStop = False Me.grpOld.Tag = "Old" + Me.grpOld.Text = "Old" ' 'rdoOldValue ' - resources.ApplyResources(Me.rdoOldValue, "rdoOldValue") + Me.rdoOldValue.AutoSize = True + Me.rdoOldValue.Location = New System.Drawing.Point(9, 27) Me.rdoOldValue.Name = "rdoOldValue" + Me.rdoOldValue.Size = New System.Drawing.Size(52, 17) + Me.rdoOldValue.TabIndex = 1 Me.rdoOldValue.TabStop = True + Me.rdoOldValue.Text = "Value" Me.rdoOldValue.UseVisualStyleBackColor = True ' 'lblRangeMax ' - resources.ApplyResources(Me.lblRangeMax, "lblRangeMax") + Me.lblRangeMax.AutoSize = True + Me.lblRangeMax.Location = New System.Drawing.Point(8, 117) Me.lblRangeMax.Name = "lblRangeMax" + Me.lblRangeMax.Size = New System.Drawing.Size(54, 13) + Me.lblRangeMax.TabIndex = 9 Me.lblRangeMax.Tag = "Maximum" + Me.lblRangeMax.Text = "Maximum:" ' 'rdoOldMissing ' - resources.ApplyResources(Me.rdoOldMissing, "rdoOldMissing") + Me.rdoOldMissing.AutoSize = True + Me.rdoOldMissing.Location = New System.Drawing.Point(9, 50) Me.rdoOldMissing.Name = "rdoOldMissing" + Me.rdoOldMissing.Size = New System.Drawing.Size(90, 17) + Me.rdoOldMissing.TabIndex = 3 Me.rdoOldMissing.TabStop = True + Me.rdoOldMissing.Text = "Missing Value" Me.rdoOldMissing.UseVisualStyleBackColor = True ' 'rdoOldInterval ' - resources.ApplyResources(Me.rdoOldInterval, "rdoOldInterval") + Me.rdoOldInterval.AutoSize = True + Me.rdoOldInterval.Location = New System.Drawing.Point(9, 73) Me.rdoOldInterval.Name = "rdoOldInterval" + Me.rdoOldInterval.Size = New System.Drawing.Size(60, 17) + Me.rdoOldInterval.TabIndex = 4 Me.rdoOldInterval.TabStop = True + Me.rdoOldInterval.Text = "Interval" Me.rdoOldInterval.UseVisualStyleBackColor = True ' 'lblRangeMin ' - resources.ApplyResources(Me.lblRangeMin, "lblRangeMin") + Me.lblRangeMin.AutoSize = True + Me.lblRangeMin.Location = New System.Drawing.Point(8, 96) Me.lblRangeMin.Name = "lblRangeMin" + Me.lblRangeMin.Size = New System.Drawing.Size(51, 13) + Me.lblRangeMin.TabIndex = 6 Me.lblRangeMin.Tag = "Minimum" + Me.lblRangeMin.Text = "Minimum:" ' 'ucrChkMax ' + Me.ucrChkMax.AutoSize = True Me.ucrChkMax.Checked = False - resources.ApplyResources(Me.ucrChkMax, "ucrChkMax") + Me.ucrChkMax.Location = New System.Drawing.Point(143, 116) Me.ucrChkMax.Name = "ucrChkMax" + Me.ucrChkMax.Size = New System.Drawing.Size(70, 23) + Me.ucrChkMax.TabIndex = 0 ' 'ucrInputRangeTo ' Me.ucrInputRangeTo.AddQuotesIfUnrecognised = True + Me.ucrInputRangeTo.AutoSize = True Me.ucrInputRangeTo.IsMultiline = False Me.ucrInputRangeTo.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRangeTo, "ucrInputRangeTo") + Me.ucrInputRangeTo.Location = New System.Drawing.Point(64, 114) Me.ucrInputRangeTo.Name = "ucrInputRangeTo" + Me.ucrInputRangeTo.Size = New System.Drawing.Size(74, 21) + Me.ucrInputRangeTo.TabIndex = 10 ' 'ucrChkMin ' + Me.ucrChkMin.AutoSize = True Me.ucrChkMin.Checked = False - resources.ApplyResources(Me.ucrChkMin, "ucrChkMin") + Me.ucrChkMin.Location = New System.Drawing.Point(143, 93) Me.ucrChkMin.Name = "ucrChkMin" + Me.ucrChkMin.Size = New System.Drawing.Size(70, 23) + Me.ucrChkMin.TabIndex = 8 ' 'ucrInputRangeFrom ' Me.ucrInputRangeFrom.AddQuotesIfUnrecognised = True + Me.ucrInputRangeFrom.AutoSize = True Me.ucrInputRangeFrom.IsMultiline = False Me.ucrInputRangeFrom.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRangeFrom, "ucrInputRangeFrom") + Me.ucrInputRangeFrom.Location = New System.Drawing.Point(64, 93) Me.ucrInputRangeFrom.Name = "ucrInputRangeFrom" + Me.ucrInputRangeFrom.Size = New System.Drawing.Size(74, 21) + Me.ucrInputRangeFrom.TabIndex = 7 ' 'ucrInputOldValue ' Me.ucrInputOldValue.AddQuotesIfUnrecognised = True + Me.ucrInputOldValue.AutoSize = True Me.ucrInputOldValue.IsMultiline = False Me.ucrInputOldValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOldValue, "ucrInputOldValue") + Me.ucrInputOldValue.Location = New System.Drawing.Point(70, 25) Me.ucrInputOldValue.Name = "ucrInputOldValue" + Me.ucrInputOldValue.Size = New System.Drawing.Size(92, 21) + Me.ucrInputOldValue.TabIndex = 2 ' 'ucrPnlOld ' - resources.ApplyResources(Me.ucrPnlOld, "ucrPnlOld") + Me.ucrPnlOld.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOld.Location = New System.Drawing.Point(3, 17) Me.ucrPnlOld.Name = "ucrPnlOld" + Me.ucrPnlOld.Size = New System.Drawing.Size(207, 125) + Me.ucrPnlOld.TabIndex = 0 ' 'grpNew ' @@ -166,84 +206,127 @@ Partial Class dlgReplaceValues Me.grpNew.Controls.Add(Me.rdoNewMissing) Me.grpNew.Controls.Add(Me.rdoNewValue) Me.grpNew.Controls.Add(Me.ucrPnlNew) - resources.ApplyResources(Me.grpNew, "grpNew") + Me.grpNew.Location = New System.Drawing.Point(235, 194) Me.grpNew.Name = "grpNew" + Me.grpNew.Size = New System.Drawing.Size(167, 148) + Me.grpNew.TabIndex = 4 Me.grpNew.TabStop = False Me.grpNew.Tag = "New" + Me.grpNew.Text = "New" ' 'rdoNewFromAbove ' - resources.ApplyResources(Me.rdoNewFromAbove, "rdoNewFromAbove") + Me.rdoNewFromAbove.AutoSize = True + Me.rdoNewFromAbove.Location = New System.Drawing.Point(10, 73) Me.rdoNewFromAbove.Name = "rdoNewFromAbove" + Me.rdoNewFromAbove.Size = New System.Drawing.Size(112, 17) + Me.rdoNewFromAbove.TabIndex = 4 Me.rdoNewFromAbove.TabStop = True + Me.rdoNewFromAbove.Text = "Value From Above" Me.rdoNewFromAbove.UseVisualStyleBackColor = True ' 'rdoNewFromBelow ' - resources.ApplyResources(Me.rdoNewFromBelow, "rdoNewFromBelow") + Me.rdoNewFromBelow.AutoSize = True + Me.rdoNewFromBelow.Location = New System.Drawing.Point(10, 96) Me.rdoNewFromBelow.Name = "rdoNewFromBelow" + Me.rdoNewFromBelow.Size = New System.Drawing.Size(110, 17) + Me.rdoNewFromBelow.TabIndex = 5 Me.rdoNewFromBelow.TabStop = True + Me.rdoNewFromBelow.Text = "Value From Below" Me.rdoNewFromBelow.UseVisualStyleBackColor = True ' 'ucrInputNewValue ' Me.ucrInputNewValue.AddQuotesIfUnrecognised = True + Me.ucrInputNewValue.AutoSize = True Me.ucrInputNewValue.IsMultiline = False Me.ucrInputNewValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewValue, "ucrInputNewValue") + Me.ucrInputNewValue.Location = New System.Drawing.Point(70, 25) Me.ucrInputNewValue.Name = "ucrInputNewValue" + Me.ucrInputNewValue.Size = New System.Drawing.Size(93, 21) + Me.ucrInputNewValue.TabIndex = 2 ' 'rdoNewMissing ' - resources.ApplyResources(Me.rdoNewMissing, "rdoNewMissing") + Me.rdoNewMissing.AutoSize = True + Me.rdoNewMissing.Location = New System.Drawing.Point(10, 50) Me.rdoNewMissing.Name = "rdoNewMissing" + Me.rdoNewMissing.Size = New System.Drawing.Size(90, 17) + Me.rdoNewMissing.TabIndex = 3 Me.rdoNewMissing.TabStop = True + Me.rdoNewMissing.Text = "Missing Value" Me.rdoNewMissing.UseVisualStyleBackColor = True ' 'rdoNewValue ' - resources.ApplyResources(Me.rdoNewValue, "rdoNewValue") + Me.rdoNewValue.AutoSize = True + Me.rdoNewValue.Location = New System.Drawing.Point(10, 27) Me.rdoNewValue.Name = "rdoNewValue" + Me.rdoNewValue.Size = New System.Drawing.Size(52, 17) + Me.rdoNewValue.TabIndex = 1 Me.rdoNewValue.TabStop = True + Me.rdoNewValue.Text = "Value" Me.rdoNewValue.UseVisualStyleBackColor = True ' 'ucrPnlNew ' - resources.ApplyResources(Me.ucrPnlNew, "ucrPnlNew") + Me.ucrPnlNew.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlNew.Location = New System.Drawing.Point(2, 19) Me.ucrPnlNew.Name = "ucrPnlNew" + Me.ucrPnlNew.Size = New System.Drawing.Size(159, 111) + Me.ucrPnlNew.TabIndex = 0 ' 'lblSelectedColumns ' - resources.ApplyResources(Me.lblSelectedColumns, "lblSelectedColumns") + Me.lblSelectedColumns.AutoSize = True + Me.lblSelectedColumns.Location = New System.Drawing.Point(249, 46) Me.lblSelectedColumns.Name = "lblSelectedColumns" + Me.lblSelectedColumns.Size = New System.Drawing.Size(101, 13) + Me.lblSelectedColumns.TabIndex = 1 Me.lblSelectedColumns.Tag = "Selected_Column(s)" + Me.lblSelectedColumns.Text = "Selected Column(s):" ' 'ucrReceiverReplace ' + Me.ucrReceiverReplace.AutoSize = True Me.ucrReceiverReplace.frmParent = Me - resources.ApplyResources(Me.ucrReceiverReplace, "ucrReceiverReplace") + Me.ucrReceiverReplace.Location = New System.Drawing.Point(249, 60) + Me.ucrReceiverReplace.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverReplace.Name = "ucrReceiverReplace" Me.ucrReceiverReplace.Selector = Nothing + Me.ucrReceiverReplace.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverReplace.strNcFilePath = "" + Me.ucrReceiverReplace.TabIndex = 2 Me.ucrReceiverReplace.ucrSelector = Nothing ' 'ucrSelectorReplace ' + Me.ucrSelectorReplace.AutoSize = True Me.ucrSelectorReplace.bDropUnusedFilterLevels = False Me.ucrSelectorReplace.bShowHiddenColumns = False Me.ucrSelectorReplace.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorReplace, "ucrSelectorReplace") + Me.ucrSelectorReplace.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorReplace.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorReplace.Name = "ucrSelectorReplace" + Me.ucrSelectorReplace.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorReplace.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 350) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'dlgReplaceValues ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(410, 407) Me.Controls.Add(Me.grpOld) Me.Controls.Add(Me.lblSelectedColumns) Me.Controls.Add(Me.grpNew) @@ -254,7 +337,9 @@ Partial Class dlgReplaceValues Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgReplaceValues" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Replace" + Me.Text = "Replace Values" Me.grpOld.ResumeLayout(False) Me.grpOld.PerformLayout() Me.grpNew.ResumeLayout(False) diff --git a/instat/dlgReplaceValues.resx b/instat/dlgReplaceValues.resx index 2313ac2bb57..29dcb1b3a35 100644 --- a/instat/dlgReplaceValues.resx +++ b/instat/dlgReplaceValues.resx @@ -117,589 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 9, 27 - - - 52, 17 - - - 1 - - - Value - - - rdoOldValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOld - - - 0 - - - True - - - 8, 117 - - - 54, 13 - - - 9 - - - Maximum: - - - lblRangeMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOld - - - 1 - - - True - - - 9, 50 - - - 90, 17 - - - 3 - - - Missing Value - - - rdoOldMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOld - - - 2 - - - True - - - 9, 73 - - - 60, 17 - - - 4 - - - Interval - - - rdoOldInterval - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOld - - - 3 - - - True - - - 8, 96 - - - 51, 13 - - - 6 - - - Minimum: - - - lblRangeMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOld - - - 4 - - - 143, 116 - - - 70, 20 - - - 0 - - - ucrChkMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 5 - - - 64, 114 - - - 74, 21 - - - 10 - - - ucrInputRangeTo - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 6 - - - 143, 93 - - - 70, 20 - - - 8 - - - ucrChkMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 7 - - - 64, 93 - - - 74, 21 - - - 7 - - - ucrInputRangeFrom - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 8 - - - 70, 25 - - - 92, 21 - - - 2 - - - ucrInputOldValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 9 - - - 3, 17 - - - 207, 125 - - - 0 - - - ucrPnlOld - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOld - - - 10 - - - 10, 194 - - - 217, 148 - - - 3 - - - Old - - - grpOld - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 10, 73 - - - 112, 17 - - - 4 - - - Value From Above - - - rdoNewFromAbove - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNew - - - 0 - - - True - - - 10, 96 - - - 110, 17 - - - 5 - - - Value From Below - - - rdoNewFromBelow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNew - - - 1 - - - 70, 25 - - - 93, 21 - - - 2 - - - ucrInputNewValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNew - - - 2 - - - True - - - 10, 50 - - - 90, 17 - - - 3 - - - Missing Value - - - rdoNewMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNew - - - 3 - - - True - - - 10, 27 - - - 52, 17 - - - 1 - - - Value - - - rdoNewValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpNew - - - 4 - - - 2, 19 - - - 159, 111 - - - 0 - - - ucrPnlNew - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpNew - - - 5 - - - 235, 194 - - - 167, 148 - - - 4 - - - New - - - grpNew - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 249, 46 - - - 101, 13 - - - 1 - - - Selected Column(s): - - - lblSelectedColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 410, 407 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorReplace - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 350 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Replace Values - - - dlgReplaceValues - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 249, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverReplace - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgRestrict.Designer.vb b/instat/dlgRestrict.Designer.vb index 0acfa79d260..1555fab3311 100644 --- a/instat/dlgRestrict.Designer.vb +++ b/instat/dlgRestrict.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRestrict 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRestrict)) Me.cmdDefineNewFilter = New System.Windows.Forms.Button() Me.ucrSelectorFilter = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrBase = New instat.ucrButtons() @@ -57,96 +56,145 @@ Partial Class dlgRestrict ' 'cmdDefineNewFilter ' - resources.ApplyResources(Me.cmdDefineNewFilter, "cmdDefineNewFilter") + Me.cmdDefineNewFilter.Location = New System.Drawing.Point(249, 88) Me.cmdDefineNewFilter.Name = "cmdDefineNewFilter" + Me.cmdDefineNewFilter.Size = New System.Drawing.Size(129, 30) + Me.cmdDefineNewFilter.TabIndex = 3 Me.cmdDefineNewFilter.Tag = "Define_New_Filter" + Me.cmdDefineNewFilter.Text = "Define New Filter" Me.cmdDefineNewFilter.UseVisualStyleBackColor = True ' 'ucrSelectorFilter ' + Me.ucrSelectorFilter.AutoSize = True Me.ucrSelectorFilter.bDropUnusedFilterLevels = False Me.ucrSelectorFilter.bShowHiddenColumns = False Me.ucrSelectorFilter.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFilter, "ucrSelectorFilter") + Me.ucrSelectorFilter.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorFilter.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFilter.Name = "ucrSelectorFilter" + Me.ucrSelectorFilter.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFilter.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 333) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'lblFilter ' - resources.ApplyResources(Me.lblFilter, "lblFilter") + Me.lblFilter.AutoSize = True + Me.lblFilter.Location = New System.Drawing.Point(249, 45) Me.lblFilter.Name = "lblFilter" + Me.lblFilter.Size = New System.Drawing.Size(32, 13) + Me.lblFilter.TabIndex = 1 + Me.lblFilter.Text = "Filter:" ' 'ucrReceiverFilter ' + Me.ucrReceiverFilter.AutoSize = True Me.ucrReceiverFilter.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFilter, "ucrReceiverFilter") + Me.ucrReceiverFilter.Location = New System.Drawing.Point(250, 60) + Me.ucrReceiverFilter.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFilter.Name = "ucrReceiverFilter" Me.ucrReceiverFilter.Selector = Nothing + Me.ucrReceiverFilter.Size = New System.Drawing.Size(129, 20) Me.ucrReceiverFilter.strNcFilePath = "" + Me.ucrReceiverFilter.TabIndex = 2 Me.ucrReceiverFilter.ucrSelector = Nothing ' 'lblFilterPreview ' - resources.ApplyResources(Me.lblFilterPreview, "lblFilterPreview") + Me.lblFilterPreview.Location = New System.Drawing.Point(10, 285) Me.lblFilterPreview.Name = "lblFilterPreview" + Me.lblFilterPreview.Size = New System.Drawing.Size(118, 22) + Me.lblFilterPreview.TabIndex = 6 + Me.lblFilterPreview.Text = "Selected Filter Preview:" ' 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = True Me.ucrInputFilterPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilterPreview, "ucrInputFilterPreview") + Me.ucrInputFilterPreview.Location = New System.Drawing.Point(129, 284) Me.ucrInputFilterPreview.Name = "ucrInputFilterPreview" + Me.ucrInputFilterPreview.Size = New System.Drawing.Size(277, 43) + Me.ucrInputFilterPreview.TabIndex = 7 ' 'grpApplyOptions ' Me.grpApplyOptions.Controls.Add(Me.rdoApplyAsSubset) Me.grpApplyOptions.Controls.Add(Me.rdoApplyAsFilter) - resources.ApplyResources(Me.grpApplyOptions, "grpApplyOptions") + Me.grpApplyOptions.Location = New System.Drawing.Point(10, 197) Me.grpApplyOptions.Name = "grpApplyOptions" + Me.grpApplyOptions.Size = New System.Drawing.Size(396, 53) + Me.grpApplyOptions.TabIndex = 4 Me.grpApplyOptions.TabStop = False + Me.grpApplyOptions.Text = "Apply Options" ' 'rdoApplyAsSubset ' - resources.ApplyResources(Me.rdoApplyAsSubset, "rdoApplyAsSubset") + Me.rdoApplyAsSubset.Location = New System.Drawing.Point(174, 22) Me.rdoApplyAsSubset.Name = "rdoApplyAsSubset" + Me.rdoApplyAsSubset.Size = New System.Drawing.Size(190, 17) + Me.rdoApplyAsSubset.TabIndex = 1 Me.rdoApplyAsSubset.TabStop = True + Me.rdoApplyAsSubset.Text = "Apply As Subset" Me.rdoApplyAsSubset.UseVisualStyleBackColor = True ' 'rdoApplyAsFilter ' - resources.ApplyResources(Me.rdoApplyAsFilter, "rdoApplyAsFilter") + Me.rdoApplyAsFilter.Location = New System.Drawing.Point(6, 22) Me.rdoApplyAsFilter.Name = "rdoApplyAsFilter" + Me.rdoApplyAsFilter.Size = New System.Drawing.Size(154, 17) + Me.rdoApplyAsFilter.TabIndex = 0 Me.rdoApplyAsFilter.TabStop = True + Me.rdoApplyAsFilter.Text = "Apply As Filter" Me.rdoApplyAsFilter.UseVisualStyleBackColor = True ' 'ucrNewDataFrameName ' - resources.ApplyResources(Me.ucrNewDataFrameName, "ucrNewDataFrameName") + Me.ucrNewDataFrameName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDataFrameName.Location = New System.Drawing.Point(10, 254) + Me.ucrNewDataFrameName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrameName.Name = "ucrNewDataFrameName" + Me.ucrNewDataFrameName.Size = New System.Drawing.Size(368, 24) + Me.ucrNewDataFrameName.TabIndex = 5 ' 'cmdEditFilter ' - resources.ApplyResources(Me.cmdEditFilter, "cmdEditFilter") + Me.cmdEditFilter.Enabled = False + Me.cmdEditFilter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEditFilter.Location = New System.Drawing.Point(249, 167) Me.cmdEditFilter.Name = "cmdEditFilter" + Me.cmdEditFilter.Size = New System.Drawing.Size(129, 23) + Me.cmdEditFilter.TabIndex = 9 Me.cmdEditFilter.Tag = "Define_New_Filter" + Me.cmdEditFilter.Text = "Edit Filter" Me.cmdEditFilter.UseVisualStyleBackColor = True ' 'cmdFilterFromFactors ' - resources.ApplyResources(Me.cmdFilterFromFactors, "cmdFilterFromFactors") + Me.cmdFilterFromFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFilterFromFactors.Location = New System.Drawing.Point(249, 123) Me.cmdFilterFromFactors.Name = "cmdFilterFromFactors" + Me.cmdFilterFromFactors.Size = New System.Drawing.Size(129, 38) + Me.cmdFilterFromFactors.TabIndex = 10 Me.cmdFilterFromFactors.Tag = "Define_New_Filter" + Me.cmdFilterFromFactors.Text = "Filter From Factors" Me.cmdFilterFromFactors.UseVisualStyleBackColor = True ' 'dlgRestrict ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 388) Me.Controls.Add(Me.cmdFilterFromFactors) Me.Controls.Add(Me.cmdEditFilter) Me.Controls.Add(Me.grpApplyOptions) @@ -162,7 +210,9 @@ Partial Class dlgRestrict Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRestrict" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Filter" + Me.Text = "Filter" Me.grpApplyOptions.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgRestrict.resx b/instat/dlgRestrict.resx index 98592e3eb53..29dcb1b3a35 100644 --- a/instat/dlgRestrict.resx +++ b/instat/dlgRestrict.resx @@ -117,352 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 249, 88 - - - 129, 30 - - - - 3 - - - Define New Filter - - - cmdDefineNewFilter - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorFilter - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 333 - - - 410, 53 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 249, 45 - - - 32, 13 - - - 1 - - - Filter: - - - lblFilter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 418, 388 - - - NoControl - - - 249, 123 - - - 129, 38 - - - 10 - - - Filter From Factors - - - cmdFilterFromFactors - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - False - - - NoControl - - - 249, 167 - - - 129, 23 - - - 9 - - - Edit Filter - - - cmdEditFilter - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 174, 22 - - - 190, 17 - - - 1 - - - Apply As Subset - - - rdoApplyAsSubset - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpApplyOptions - - - 0 - - - 6, 22 - - - 154, 17 - - - 0 - - - Apply As Filter - - - rdoApplyAsFilter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpApplyOptions - - - 1 - - - 10, 197 - - - 396, 53 - - - 4 - - - Apply Options - - - grpApplyOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 129, 284 - - - 277, 43 - - - 7 - - - ucrInputFilterPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 285 - - - 118, 22 - - - 6 - - - Selected Filter Preview: - - - lblFilterPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 10, 254 - - - 4, 5, 4, 5 - - - 368, 24 - - - 5 - - - ucrNewDataFrameName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - CenterScreen - - - Filter - - - dlgRestrict - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 60 - - - 0, 0, 0, 0 - - - 129, 20 - - - 2 - - - ucrReceiverFilter - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgRowSummary.Designer.vb b/instat/dlgRowSummary.Designer.vb index 711e9226a3b..2d4a1a98787 100644 --- a/instat/dlgRowSummary.Designer.vb +++ b/instat/dlgRowSummary.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRowSummary 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRowSummary)) Me.lblSelected = New System.Windows.Forms.Label() Me.cmdUserDefined = New System.Windows.Forms.Button() Me.grpStatistic = New System.Windows.Forms.GroupBox() @@ -61,15 +60,24 @@ Partial Class dlgRowSummary ' 'lblSelected ' - resources.ApplyResources(Me.lblSelected, "lblSelected") + Me.lblSelected.AutoSize = True + Me.lblSelected.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelected.Location = New System.Drawing.Point(250, 45) Me.lblSelected.Name = "lblSelected" + Me.lblSelected.Size = New System.Drawing.Size(53, 13) + Me.lblSelected.TabIndex = 1 Me.lblSelected.Tag = "Rows_to_Summarise:" + Me.lblSelected.Text = "Variables:" ' 'cmdUserDefined ' - resources.ApplyResources(Me.cmdUserDefined, "cmdUserDefined") + Me.cmdUserDefined.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdUserDefined.Location = New System.Drawing.Point(308, 271) Me.cmdUserDefined.Name = "cmdUserDefined" + Me.cmdUserDefined.Size = New System.Drawing.Size(100, 23) + Me.cmdUserDefined.TabIndex = 6 Me.cmdUserDefined.Tag = "User_Define" + Me.cmdUserDefined.Text = "User Define" Me.cmdUserDefined.UseVisualStyleBackColor = True ' 'grpStatistic @@ -83,117 +91,184 @@ Partial Class dlgRowSummary Me.grpStatistic.Controls.Add(Me.rdoMedian) Me.grpStatistic.Controls.Add(Me.rdoSum) Me.grpStatistic.Controls.Add(Me.ucrPanelStatistics) - resources.ApplyResources(Me.grpStatistic, "grpStatistic") + Me.grpStatistic.Location = New System.Drawing.Point(10, 195) Me.grpStatistic.Name = "grpStatistic" + Me.grpStatistic.Size = New System.Drawing.Size(398, 70) + Me.grpStatistic.TabIndex = 4 Me.grpStatistic.TabStop = False Me.grpStatistic.Tag = "Statistic" + Me.grpStatistic.Text = "Row Statistic" ' 'rdoMinimum ' - resources.ApplyResources(Me.rdoMinimum, "rdoMinimum") + Me.rdoMinimum.AutoSize = True + Me.rdoMinimum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMinimum.Location = New System.Drawing.Point(327, 19) Me.rdoMinimum.Name = "rdoMinimum" + Me.rdoMinimum.Size = New System.Drawing.Size(66, 17) + Me.rdoMinimum.TabIndex = 7 Me.rdoMinimum.TabStop = True Me.rdoMinimum.Tag = "Minimum" + Me.rdoMinimum.Text = "Minimum" Me.rdoMinimum.UseVisualStyleBackColor = True ' 'rdoMaximum ' - resources.ApplyResources(Me.rdoMaximum, "rdoMaximum") + Me.rdoMaximum.AutoSize = True + Me.rdoMaximum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMaximum.Location = New System.Drawing.Point(327, 42) Me.rdoMaximum.Name = "rdoMaximum" + Me.rdoMaximum.Size = New System.Drawing.Size(69, 17) + Me.rdoMaximum.TabIndex = 8 Me.rdoMaximum.TabStop = True Me.rdoMaximum.Tag = "Maximum" + Me.rdoMaximum.Text = "Maximum" Me.rdoMaximum.UseVisualStyleBackColor = True ' 'rdoCount ' - resources.ApplyResources(Me.rdoCount, "rdoCount") + Me.rdoCount.AutoSize = True + Me.rdoCount.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCount.Location = New System.Drawing.Point(197, 19) Me.rdoCount.Name = "rdoCount" + Me.rdoCount.Size = New System.Drawing.Size(53, 17) + Me.rdoCount.TabIndex = 5 Me.rdoCount.TabStop = True Me.rdoCount.Tag = "Count" + Me.rdoCount.Text = "Count" Me.rdoCount.UseVisualStyleBackColor = True ' 'rdoMean ' - resources.ApplyResources(Me.rdoMean, "rdoMean") + Me.rdoMean.AutoSize = True + Me.rdoMean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMean.Location = New System.Drawing.Point(6, 19) Me.rdoMean.Name = "rdoMean" + Me.rdoMean.Size = New System.Drawing.Size(52, 17) + Me.rdoMean.TabIndex = 1 Me.rdoMean.TabStop = True Me.rdoMean.Tag = "Mean" + Me.rdoMean.Text = "Mean" Me.rdoMean.UseVisualStyleBackColor = True ' 'rdoStandardDeviation ' - resources.ApplyResources(Me.rdoStandardDeviation, "rdoStandardDeviation") + Me.rdoStandardDeviation.AutoSize = True + Me.rdoStandardDeviation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStandardDeviation.Location = New System.Drawing.Point(77, 42) Me.rdoStandardDeviation.Name = "rdoStandardDeviation" + Me.rdoStandardDeviation.Size = New System.Drawing.Size(116, 17) + Me.rdoStandardDeviation.TabIndex = 4 Me.rdoStandardDeviation.TabStop = True Me.rdoStandardDeviation.Tag = "Standard_Deviation" + Me.rdoStandardDeviation.Text = "Standard Deviation" Me.rdoStandardDeviation.UseVisualStyleBackColor = True ' 'rdoNumberofMissing ' - resources.ApplyResources(Me.rdoNumberofMissing, "rdoNumberofMissing") + Me.rdoNumberofMissing.AutoSize = True + Me.rdoNumberofMissing.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNumberofMissing.Location = New System.Drawing.Point(196, 42) Me.rdoNumberofMissing.Name = "rdoNumberofMissing" + Me.rdoNumberofMissing.Size = New System.Drawing.Size(112, 17) + Me.rdoNumberofMissing.TabIndex = 6 Me.rdoNumberofMissing.TabStop = True Me.rdoNumberofMissing.Tag = "Number_of_Missing" + Me.rdoNumberofMissing.Text = "Number of Missing" Me.rdoNumberofMissing.UseVisualStyleBackColor = True ' 'rdoMedian ' - resources.ApplyResources(Me.rdoMedian, "rdoMedian") + Me.rdoMedian.AutoSize = True + Me.rdoMedian.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMedian.Location = New System.Drawing.Point(6, 42) Me.rdoMedian.Name = "rdoMedian" + Me.rdoMedian.Size = New System.Drawing.Size(60, 17) + Me.rdoMedian.TabIndex = 2 Me.rdoMedian.TabStop = True Me.rdoMedian.Tag = "Median" + Me.rdoMedian.Text = "Median" Me.rdoMedian.UseVisualStyleBackColor = True ' 'rdoSum ' - resources.ApplyResources(Me.rdoSum, "rdoSum") + Me.rdoSum.AutoSize = True + Me.rdoSum.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSum.Location = New System.Drawing.Point(77, 19) Me.rdoSum.Name = "rdoSum" + Me.rdoSum.Size = New System.Drawing.Size(46, 17) + Me.rdoSum.TabIndex = 3 Me.rdoSum.TabStop = True Me.rdoSum.Tag = "Sum" + Me.rdoSum.Text = "Sum" Me.rdoSum.UseVisualStyleBackColor = True ' 'ucrPanelStatistics ' - resources.ApplyResources(Me.ucrPanelStatistics, "ucrPanelStatistics") + Me.ucrPanelStatistics.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPanelStatistics.Location = New System.Drawing.Point(3, 12) Me.ucrPanelStatistics.Name = "ucrPanelStatistics" + Me.ucrPanelStatistics.Size = New System.Drawing.Size(393, 56) + Me.ucrPanelStatistics.TabIndex = 0 ' 'ucrChkIgnoreMissingValues ' + Me.ucrChkIgnoreMissingValues.AutoSize = True Me.ucrChkIgnoreMissingValues.Checked = False - resources.ApplyResources(Me.ucrChkIgnoreMissingValues, "ucrChkIgnoreMissingValues") + Me.ucrChkIgnoreMissingValues.Location = New System.Drawing.Point(230, 170) Me.ucrChkIgnoreMissingValues.Name = "ucrChkIgnoreMissingValues" + Me.ucrChkIgnoreMissingValues.Size = New System.Drawing.Size(190, 23) + Me.ucrChkIgnoreMissingValues.TabIndex = 3 ' 'ucrSaveResults ' - resources.ApplyResources(Me.ucrSaveResults, "ucrSaveResults") + Me.ucrSaveResults.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResults.Location = New System.Drawing.Point(10, 271) + Me.ucrSaveResults.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResults.Name = "ucrSaveResults" + Me.ucrSaveResults.Size = New System.Drawing.Size(269, 22) + Me.ucrSaveResults.TabIndex = 5 ' 'ucrSelectorForRowSummaries ' + Me.ucrSelectorForRowSummaries.AutoSize = True Me.ucrSelectorForRowSummaries.bDropUnusedFilterLevels = False Me.ucrSelectorForRowSummaries.bShowHiddenColumns = False Me.ucrSelectorForRowSummaries.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForRowSummaries, "ucrSelectorForRowSummaries") + Me.ucrSelectorForRowSummaries.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForRowSummaries.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForRowSummaries.Name = "ucrSelectorForRowSummaries" + Me.ucrSelectorForRowSummaries.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForRowSummaries.TabIndex = 0 ' 'ucrReceiverForRowSummaries ' + Me.ucrReceiverForRowSummaries.AutoSize = True Me.ucrReceiverForRowSummaries.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForRowSummaries, "ucrReceiverForRowSummaries") + Me.ucrReceiverForRowSummaries.Location = New System.Drawing.Point(250, 60) + Me.ucrReceiverForRowSummaries.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForRowSummaries.Name = "ucrReceiverForRowSummaries" Me.ucrReceiverForRowSummaries.Selector = Nothing + Me.ucrReceiverForRowSummaries.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverForRowSummaries.strNcFilePath = "" + Me.ucrReceiverForRowSummaries.TabIndex = 2 Me.ucrReceiverForRowSummaries.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 300) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'dlgRowSummary ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 357) Me.Controls.Add(Me.ucrChkIgnoreMissingValues) Me.Controls.Add(Me.ucrSaveResults) Me.Controls.Add(Me.grpStatistic) @@ -206,7 +281,9 @@ Partial Class dlgRowSummary Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRowSummary" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Row_Summaries" + Me.Text = "Row Summaries" Me.grpStatistic.ResumeLayout(False) Me.grpStatistic.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgRowSummary.resx b/instat/dlgRowSummary.resx index 2e5e2a3dc6b..29dcb1b3a35 100644 --- a/instat/dlgRowSummary.resx +++ b/instat/dlgRowSummary.resx @@ -117,490 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 250, 45 - - - 53, 13 - - - 1 - - - Variables: - - - lblSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 308, 271 - - - 100, 23 - - - 6 - - - User Define - - - cmdUserDefined - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 327, 19 - - - 66, 17 - - - 7 - - - Minimum - - - rdoMinimum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 0 - - - True - - - NoControl - - - 327, 42 - - - 69, 17 - - - 8 - - - Maximum - - - rdoMaximum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 1 - - - True - - - NoControl - - - 197, 19 - - - 53, 17 - - - 5 - - - Count - - - rdoCount - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 2 - - - True - - - NoControl - - - 6, 19 - - - 52, 17 - - - 1 - - - Mean - - - rdoMean - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 3 - - - True - - - NoControl - - - 77, 42 - - - 116, 17 - - - 4 - - - Standard Deviation - - - rdoStandardDeviation - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 4 - - - True - - - NoControl - - - 196, 42 - - - 112, 17 - - - 6 - - - Number of Missing - - - rdoNumberofMissing - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 5 - - - True - - - NoControl - - - 6, 42 - - - 60, 17 - - - 2 - - - Median - - - rdoMedian - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 6 - - - True - - - NoControl - - - 77, 19 - - - 46, 17 - - - 3 - - - Sum - - - rdoSum - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStatistic - - - 7 - - - 3, 12 - - - 393, 56 - - - 0 - - - ucrPanelStatistics - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStatistic - - - 8 - - - 10, 195 - - - 398, 70 - - - 4 - - - Row Statistic - - - grpStatistic - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 230, 170 - - - 190, 20 - - - 3 - - - ucrChkIgnoreMissingValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 271 - - - 4, 5, 4, 5 - - - 269, 22 - - - 5 - - - ucrSaveResults - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForRowSummaries - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 419, 357 - - - True - - - 10, 300 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Row Summaries - - - dlgRowSummary - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverForRowSummaries - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgRownamesOrNumbers.Designer.vb b/instat/dlgRownamesOrNumbers.Designer.vb index b8c5345d49a..0f39072eb90 100644 --- a/instat/dlgRownamesOrNumbers.Designer.vb +++ b/instat/dlgRownamesOrNumbers.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgRowNamesOrNumbers 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgRowNamesOrNumbers)) Me.rdoCopyRowNamesIntoFirstColumn = New System.Windows.Forms.RadioButton() Me.rdoSetRowNamesFromColumn = New System.Windows.Forms.RadioButton() Me.rdoResetintoPositiveIntegers = New System.Windows.Forms.RadioButton() @@ -58,44 +57,70 @@ Partial Class dlgRowNamesOrNumbers ' 'rdoCopyRowNamesIntoFirstColumn ' - resources.ApplyResources(Me.rdoCopyRowNamesIntoFirstColumn, "rdoCopyRowNamesIntoFirstColumn") + Me.rdoCopyRowNamesIntoFirstColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCopyRowNamesIntoFirstColumn.Location = New System.Drawing.Point(9, 19) Me.rdoCopyRowNamesIntoFirstColumn.Name = "rdoCopyRowNamesIntoFirstColumn" + Me.rdoCopyRowNamesIntoFirstColumn.Size = New System.Drawing.Size(267, 17) + Me.rdoCopyRowNamesIntoFirstColumn.TabIndex = 1 Me.rdoCopyRowNamesIntoFirstColumn.TabStop = True + Me.rdoCopyRowNamesIntoFirstColumn.Text = "Copy Row Names into Column" Me.rdoCopyRowNamesIntoFirstColumn.UseVisualStyleBackColor = True ' 'rdoSetRowNamesFromColumn ' - resources.ApplyResources(Me.rdoSetRowNamesFromColumn, "rdoSetRowNamesFromColumn") + Me.rdoSetRowNamesFromColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSetRowNamesFromColumn.Location = New System.Drawing.Point(9, 72) Me.rdoSetRowNamesFromColumn.Name = "rdoSetRowNamesFromColumn" + Me.rdoSetRowNamesFromColumn.Size = New System.Drawing.Size(267, 17) + Me.rdoSetRowNamesFromColumn.TabIndex = 3 Me.rdoSetRowNamesFromColumn.TabStop = True + Me.rdoSetRowNamesFromColumn.Text = "Set Row Names from Column" Me.rdoSetRowNamesFromColumn.UseVisualStyleBackColor = True ' 'rdoResetintoPositiveIntegers ' - resources.ApplyResources(Me.rdoResetintoPositiveIntegers, "rdoResetintoPositiveIntegers") + Me.rdoResetintoPositiveIntegers.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoResetintoPositiveIntegers.Location = New System.Drawing.Point(9, 127) Me.rdoResetintoPositiveIntegers.Name = "rdoResetintoPositiveIntegers" + Me.rdoResetintoPositiveIntegers.Size = New System.Drawing.Size(267, 17) + Me.rdoResetintoPositiveIntegers.TabIndex = 5 Me.rdoResetintoPositiveIntegers.TabStop = True + Me.rdoResetintoPositiveIntegers.Text = "Reset Row Names to Positive Integers" Me.rdoResetintoPositiveIntegers.UseVisualStyleBackColor = True ' 'rdoSortbyRowNames ' - resources.ApplyResources(Me.rdoSortbyRowNames, "rdoSortbyRowNames") + Me.rdoSortbyRowNames.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSortbyRowNames.Location = New System.Drawing.Point(9, 156) Me.rdoSortbyRowNames.Name = "rdoSortbyRowNames" + Me.rdoSortbyRowNames.Size = New System.Drawing.Size(267, 17) + Me.rdoSortbyRowNames.TabIndex = 6 Me.rdoSortbyRowNames.TabStop = True + Me.rdoSortbyRowNames.Text = "Sort by Row Names" Me.rdoSortbyRowNames.UseVisualStyleBackColor = True ' 'rdoSortDescending ' - resources.ApplyResources(Me.rdoSortDescending, "rdoSortDescending") + Me.rdoSortDescending.AutoSize = True + Me.rdoSortDescending.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSortDescending.Location = New System.Drawing.Point(130, 186) Me.rdoSortDescending.Name = "rdoSortDescending" + Me.rdoSortDescending.Size = New System.Drawing.Size(82, 17) + Me.rdoSortDescending.TabIndex = 9 Me.rdoSortDescending.TabStop = True + Me.rdoSortDescending.Text = "Descending" Me.rdoSortDescending.UseVisualStyleBackColor = True ' 'rdoSortAscending ' - resources.ApplyResources(Me.rdoSortAscending, "rdoSortAscending") + Me.rdoSortAscending.AutoSize = True + Me.rdoSortAscending.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSortAscending.Location = New System.Drawing.Point(24, 186) Me.rdoSortAscending.Name = "rdoSortAscending" + Me.rdoSortAscending.Size = New System.Drawing.Size(75, 17) + Me.rdoSortAscending.TabIndex = 8 Me.rdoSortAscending.TabStop = True + Me.rdoSortAscending.Text = "Ascending" Me.rdoSortAscending.UseVisualStyleBackColor = True ' 'grpboxOptionsforRowNamesorNumbercols @@ -111,57 +136,87 @@ Partial Class dlgRowNamesOrNumbers Me.grpboxOptionsforRowNamesorNumbercols.Controls.Add(Me.rdoCopyRowNamesIntoFirstColumn) Me.grpboxOptionsforRowNamesorNumbercols.Controls.Add(Me.ucrReceiverRowNames) Me.grpboxOptionsforRowNamesorNumbercols.Controls.Add(Me.ucrPnlOverallOptions) - resources.ApplyResources(Me.grpboxOptionsforRowNamesorNumbercols, "grpboxOptionsforRowNamesorNumbercols") + Me.grpboxOptionsforRowNamesorNumbercols.Location = New System.Drawing.Point(228, 34) Me.grpboxOptionsforRowNamesorNumbercols.Name = "grpboxOptionsforRowNamesorNumbercols" + Me.grpboxOptionsforRowNamesorNumbercols.Size = New System.Drawing.Size(361, 241) + Me.grpboxOptionsforRowNamesorNumbercols.TabIndex = 1 Me.grpboxOptionsforRowNamesorNumbercols.TabStop = False + Me.grpboxOptionsforRowNamesorNumbercols.Text = "Options" ' 'ucrChkAsNumeric ' + Me.ucrChkAsNumeric.AutoSize = True Me.ucrChkAsNumeric.Checked = False - resources.ApplyResources(Me.ucrChkAsNumeric, "ucrChkAsNumeric") + Me.ucrChkAsNumeric.Location = New System.Drawing.Point(24, 213) Me.ucrChkAsNumeric.Name = "ucrChkAsNumeric" + Me.ucrChkAsNumeric.Size = New System.Drawing.Size(188, 23) + Me.ucrChkAsNumeric.TabIndex = 9 ' 'ucrPnlSortOptions ' - resources.ApplyResources(Me.ucrPnlSortOptions, "ucrPnlSortOptions") + Me.ucrPnlSortOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSortOptions.Location = New System.Drawing.Point(7, 171) Me.ucrPnlSortOptions.Name = "ucrPnlSortOptions" + Me.ucrPnlSortOptions.Size = New System.Drawing.Size(206, 36) + Me.ucrPnlSortOptions.TabIndex = 7 ' 'ucrNewColumnName ' - resources.ApplyResources(Me.ucrNewColumnName, "ucrNewColumnName") + Me.ucrNewColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColumnName.Location = New System.Drawing.Point(9, 44) + Me.ucrNewColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColumnName.Name = "ucrNewColumnName" + Me.ucrNewColumnName.Size = New System.Drawing.Size(343, 21) + Me.ucrNewColumnName.TabIndex = 2 ' 'ucrReceiverRowNames ' + Me.ucrReceiverRowNames.AutoSize = True Me.ucrReceiverRowNames.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRowNames, "ucrReceiverRowNames") + Me.ucrReceiverRowNames.Location = New System.Drawing.Point(24, 92) + Me.ucrReceiverRowNames.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRowNames.Name = "ucrReceiverRowNames" Me.ucrReceiverRowNames.Selector = Nothing + Me.ucrReceiverRowNames.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRowNames.strNcFilePath = "" + Me.ucrReceiverRowNames.TabIndex = 4 Me.ucrReceiverRowNames.ucrSelector = Nothing ' 'ucrPnlOverallOptions ' - resources.ApplyResources(Me.ucrPnlOverallOptions, "ucrPnlOverallOptions") + Me.ucrPnlOverallOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOverallOptions.Location = New System.Drawing.Point(3, 14) Me.ucrPnlOverallOptions.Name = "ucrPnlOverallOptions" + Me.ucrPnlOverallOptions.Size = New System.Drawing.Size(352, 166) + Me.ucrPnlOverallOptions.TabIndex = 0 ' 'ucrSelectorRowNames ' + Me.ucrSelectorRowNames.AutoSize = True Me.ucrSelectorRowNames.bDropUnusedFilterLevels = False Me.ucrSelectorRowNames.bShowHiddenColumns = False Me.ucrSelectorRowNames.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorRowNames, "ucrSelectorRowNames") + Me.ucrSelectorRowNames.Location = New System.Drawing.Point(9, 10) + Me.ucrSelectorRowNames.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRowNames.Name = "ucrSelectorRowNames" + Me.ucrSelectorRowNames.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorRowNames.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 279) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 2 ' 'dlgRowNamesOrNumbers ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(601, 336) Me.Controls.Add(Me.grpboxOptionsforRowNamesorNumbercols) Me.Controls.Add(Me.ucrSelectorRowNames) Me.Controls.Add(Me.ucrBase) @@ -169,6 +224,8 @@ Partial Class dlgRowNamesOrNumbers Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgRowNamesOrNumbers" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Row Numbers or Names" Me.grpboxOptionsforRowNamesorNumbercols.ResumeLayout(False) Me.grpboxOptionsforRowNamesorNumbercols.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgRownamesOrNumbers.resx b/instat/dlgRownamesOrNumbers.resx index 82beef03c68..1af7de150c9 100644 --- a/instat/dlgRownamesOrNumbers.resx +++ b/instat/dlgRownamesOrNumbers.resx @@ -117,382 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 9, 19 - - - 267, 17 - - - - 1 - - - Copy Row Names into Column - - - rdoCopyRowNamesIntoFirstColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 8 - - - NoControl - - - 9, 72 - - - 267, 17 - - - 3 - - - Set Row Names from Column - - - rdoSetRowNamesFromColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 7 - - - NoControl - - - 9, 127 - - - 267, 17 - - - 5 - - - Reset Row Names to Positive Integers - - - rdoResetintoPositiveIntegers - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 6 - - - NoControl - - - 9, 156 - - - 267, 17 - - - 6 - - - Sort by Row Names - - - rdoSortbyRowNames - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 5 - - - True - - - NoControl - - - 130, 186 - - - 82, 17 - - - 9 - - - Descending - - - rdoSortDescending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 1 - - - True - - - NoControl - - - 24, 186 - - - 75, 17 - - - 8 - - - Ascending - - - rdoSortAscending - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpboxOptionsforRowNamesorNumbercols - - - 2 - - - 24, 213 - - - 188, 20 - - - 9 - - - ucrChkAsNumeric - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpboxOptionsforRowNamesorNumbercols - - - 0 - - - 7, 171 - - - 206, 36 - - - 7 - - - ucrPnlSortOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpboxOptionsforRowNamesorNumbercols - - - 3 - - - 9, 44 - - - 4, 5, 4, 5 - - - 343, 21 - - - 2 - - - ucrNewColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpboxOptionsforRowNamesorNumbercols - - - 4 - - - True - - - 6, 13 - - - True - - - 601, 336 - - - 9, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorRowNames - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 9, 279 - - - 410, 52 - - - 2 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - CenterScreen - - - Row Numbers or Names - - - dlgRowNamesOrNumbers - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 24, 92 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverRowNames - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpboxOptionsforRowNamesorNumbercols - - - 9 - - - 3, 14 - - - 352, 166 - - - 0 - - - ucrPnlOverallOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpboxOptionsforRowNamesorNumbercols - - - 10 - - - 228, 34 - - - 361, 241 - - - 1 - - - Options - - - grpboxOptionsforRowNamesorNumbercols - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - \ No newline at end of file From 90ca9ddccc44f797da2b3e2c41cbfb33242fbb20 Mon Sep 17 00:00:00 2001 From: ChrisMarsh82 <84872334+ChrisMarsh82@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:22:05 +0000 Subject: [PATCH 19/42] Updated AutoScaleMode to dpi and set localizable to false to simplify the resx file. --- instat/DlgDefineClimaticData.Designer.vb | 229 ++- instat/DlgDefineClimaticData.resx | 951 ---------- instat/dlgAddComment.Designer.vb | 100 +- instat/dlgAddComment.resx | 399 ---- instat/dlgAddKey.Designer.vb | 51 +- instat/dlgAddKey.resx | 201 -- instat/dlgAddLink.Designer.vb | 71 +- instat/dlgAddLink.resx | 297 --- instat/dlgAdvanceOptions.designer.vb | 7 +- instat/dlgAlignment.Designer.vb | 11 +- instat/dlgAnnualRaintotal.designer.vb | 7 +- instat/dlgAnonymiseIDColumn.Designer.vb | 14 +- instat/dlgAppend.Designer.vb | 64 +- instat/dlgAppend.resx | 255 --- instat/dlgAugment.Designer.vb | 13 +- instat/dlgAutoSaveRecovery.Designer.vb | 11 +- instat/dlgBackupManager.Designer.vb | 70 +- instat/dlgBackupManager.resx | 291 --- instat/dlgBarAndPieChart.Designer.vb | 401 +++- instat/dlgBarAndPieChart.resx | 1680 ----------------- instat/dlgBoxPlot.designer.vb | 162 +- instat/dlgBoxPlot.resx | 663 ------- instat/dlgBoxplotCountVariable.designer.vb | 12 +- instat/dlgBoxplotMethod.designer.vb | 7 +- instat/dlgCPTtoTabularData.designer.vb | 7 +- ...gCalculateTreatmentDifferences.Designer.vb | 163 +- instat/dlgCalculateTreatmentDifferences.resx | 666 ------- instat/dlgCalculationsSummary.Designer.vb | 45 +- instat/dlgCalculationsSummary.resx | 195 -- instat/dlgCalculator.designer.vb | 23 +- instat/dlgCalculator.resx | 81 - ...lgCanonicalCorrelationAnalysis.Designer.vb | 56 +- instat/dlgCanonicalCorrelationAnalysis.resx | 225 --- instat/dlgChiSquareTest.designer.vb | 11 +- instat/dlgCircular.Designer.vb | 13 +- instat/dlgCircularDensityPlot.Designer.vb | 21 +- instat/dlgCliBoxplot.designer.vb | 19 +- instat/dlgCliData.Designer.vb | 7 +- instat/dlgCliPlot.designer.vb | 7 +- instat/dlgClimSoft.Designer.vb | 144 +- instat/dlgClimSoft.resx | 549 ------ instat/dlgClimaticBoxPlot.Designer.vb | 182 +- instat/dlgClimaticBoxPlot.resx | 747 -------- instat/dlgClimaticCheckDataRain.Designer.vb | 254 ++- instat/dlgClimaticCheckDataRain.resx | 1056 ----------- ...lgClimaticCheckDataTemperature.Designer.vb | 293 ++- instat/dlgClimaticCheckDataTemperature.resx | 1224 ------------ instat/dlgClimaticDataEntry.Designer.vb | 20 +- instat/dlgClimaticLengthOfSeason.Designer.vb | 22 +- .../dlgClimaticNCMPCountRecords.Designer.vb | 13 +- instat/dlgClimaticNCMPIndices.Designer.vb | 18 +- .../dlgClimaticNCMPRegionAverage.Designer.vb | 18 +- instat/dlgClimaticNCMPSummaryFile.Designer.vb | 16 +- instat/dlgClimaticNCMPTrendGraphs.Designer.vb | 21 +- instat/dlgClimaticNCMPVariogram.Designer.vb | 15 +- instat/dlgClimaticStationMaps.Designer.vb | 23 +- instat/dlgClimaticSummary.Designer.vb | 203 +- instat/dlgClimaticSummary.resx | 831 -------- instat/dlgClimdexIndices.Designer.vb | 165 +- instat/dlgClimdexIndices.resx | 678 ------- instat/dlgClimsoftWizard.Designer.vb | 34 +- instat/dlgCluster.Designer.vb | 106 +- instat/dlgCluster.resx | 430 ----- instat/dlgClusterAnalysis.Designer.vb | 4 +- instat/dlgColourbyProperty.Designer.vb | 39 +- instat/dlgColourbyProperty.resx | 150 -- instat/dlgColumnMetadata.Designer.vb | 15 +- instat/dlgColumnMetadata.resx | 51 - instat/dlgColumnStats.Designer.vb | 107 +- instat/dlgColumnStats.resx | 438 ----- instat/dlgColumnStructures.Designer.vb | 62 +- instat/dlgColumnStructures.resx | 249 --- instat/dlgCombine.Designer.vb | 61 +- instat/dlgCombine.resx | 243 --- instat/dlgCombineText.Designer.vb | 50 +- instat/dlgCombineText.resx | 198 -- instat/dlgCombineforGraphics.Designer.vb | 44 +- instat/dlgCombineforGraphics.resx | 174 -- instat/dlgCompare.Designer.vb | 118 +- instat/dlgCompare.resx | 475 ----- instat/dlgCompareColumns.Designer.vb | 130 +- instat/dlgCompareColumns.resx | 525 ------ instat/dlgCompareModels.Designer.vb | 10 +- instat/dlgCompareSummary.Designer.vb | 23 +- instat/dlgCompareTreatmentLines.Designer.vb | 233 ++- instat/dlgCompareTreatmentLines.resx | 957 ---------- instat/dlgConditionalQuantilePlot.Designer.vb | 23 +- instat/dlgContrasts.Designer.vb | 54 +- instat/dlgContrasts.resx | 222 --- instat/dlgConversions.Designer.vb | 305 ++- instat/dlgConversions.resx | 1248 ------------ instat/dlgConvertColumns.Designer.vb | 140 +- instat/dlgConvertColumns.resx | 588 ------ instat/dlgCopyDataFrame.Designer.vb | 76 +- instat/dlgCopyDataFrame.resx | 309 --- instat/dlgCopySpecial.Designer.vb | 11 +- instat/dlgCorrelation.designer.vb | 167 +- instat/dlgCorrelation.resx | 693 ------- instat/dlgCorruptionDescribe.Designer.vb | 7 +- instat/dlgCorruptionModel.Designer.vb | 7 +- instat/dlgCorruptionOrganise.Designer.vb | 7 +- instat/dlgCountinFactor.Designer.vb | 39 +- instat/dlgCountinFactor.resx | 150 -- instat/dlgCountryColouredMap.Designer.vb | 68 +- instat/dlgCountryColouredMap.resx | 279 --- instat/dlgCountsTotals.Designer.vb | 7 +- instat/dlgCreateClimateObject.designer.vb | 10 +- instat/dlgCumulativeDistribution.Designer.vb | 111 +- instat/dlgCumulativeDistribution.resx | 447 ----- instat/dlgCumulativeExceedance.designer.vb | 7 +- instat/dlgDataFrameMetadata.Designer.vb | 15 +- instat/dlgDataFrameMetadata.resx | 51 - instat/dlgDayMonth.designer.vb | 10 +- instat/dlgDefineCRI.Designer.vb | 101 +- instat/dlgDefineCRI.resx | 426 ----- instat/dlgDefineCorruption.Designer.vb | 28 +- instat/dlgDefineCorruptionOutputs.Designer.vb | 34 +- instat/dlgDefineCorruptionOutputs.resx | 129 -- instat/dlgDefineOptionsByContext.Designer.vb | 25 +- instat/dlgDefineRedFlags.Designer.vb | 33 +- instat/dlgDefineRedFlags.resx | 126 -- instat/dlgDeleteDataFrames.Designer.vb | 39 +- instat/dlgDeleteDataFrames.resx | 153 -- instat/dlgDeleteMetadata.Designer.vb | 32 +- instat/dlgDeleteMetadata.resx | 123 -- instat/dlgDeleteModels.Designer.vb | 7 +- instat/dlgDeleteObjects.Designer.vb | 44 +- instat/dlgDeleteObjects.resx | 174 -- instat/dlgDeleteRowsOrColums.Designer.vb | 95 +- instat/dlgDeleteRowsOrColums.resx | 381 ---- instat/dlgDescribeTwoVarGraph.Designer.vb | 164 +- instat/dlgDescribeTwoVarGraph.resx | 693 ------- instat/dlgDescribeTwoVariable.Designer.vb | 99 +- instat/dlgDescribeTwoVariable.resx | 414 ---- instat/dlgDisplayDailyData.Designer.vb | 320 +++- instat/dlgDisplayDailyData.resx | 1536 --------------- instat/dlgDisplayTopN.Designer.vb | 176 +- instat/dlgDisplayTopN.resx | 714 ------- instat/dlgDotPlot.designer.vb | 88 +- instat/dlgDotPlot.resx | 369 ---- instat/dlgDummyVariables.Designer.vb | 65 +- instat/dlgDummyVariables.resx | 264 --- instat/dlgDuplicateColumns.Designer.vb | 156 +- instat/dlgDuplicateColumns.resx | 642 ------- instat/dlgDuplicates.Designer.vb | 159 +- instat/dlgDuplicates.resx | 654 ------- instat/dlgEndOfRainsSeason.Designer.vb | 51 +- instat/dlgEnter.Designer.vb | 302 ++- instat/dlgEnter.resx | 1266 ------------- instat/dlgEvapotranspiration.Designer.vb | 232 ++- instat/dlgEvapotranspiration.resx | 969 ---------- instat/dlgExamine.Designer.vb | 7 +- instat/dlgExpand.Designer.vb | 11 +- instat/dlgExportDataset.Designer.vb | 78 +- instat/dlgExportDataset.resx | 352 +--- instat/dlgExportGraphAsImage.Designer.vb | 43 +- instat/dlgExportGraphAsImage.resx | 151 +- instat/dlgExportRObjects.Designer.vb | 39 +- instat/dlgExportRObjects.resx | 159 +- instat/dlgExportRWorkspace.Designer.vb | 61 +- instat/dlgExportRWorkspace.resx | 252 +-- instat/dlgExportToCMSAF.Designer.vb | 101 +- instat/dlgExportToCMSAF.resx | 414 ---- instat/dlgExportToCPT.Designer.vb | 185 +- instat/dlgExportToCPT.resx | 768 -------- instat/dlgExportToClimsoft.Designer.vb | 4 +- instat/dlgExportToOpenRefine.Designer.vb | 37 +- instat/dlgExportToOpenRefine.resx | 144 -- instat/dlgExportToWWR.Designer.vb | 22 +- instat/dlgExportforPICSA.designer.vb | 14 +- instat/dlgExportforPICSA.resx | 54 + instat/dlgExtremeEvents.Designer.vb | 9 +- instat/dlgExtremes.Designer.vb | 228 ++- instat/dlgExtremes.resx | 954 ---------- instat/dlgExtremesClimatic.Designer.vb | 58 +- instat/dlgFactorDataFrame.Designer.vb | 18 +- instat/dlgFind.Designer.vb | 7 +- instat/dlgFindNonnumericValues.Designer.vb | 50 +- instat/dlgFindNonnumericValues.resx | 195 -- instat/dlgFitCorruptionModel.Designer.vb | 81 +- instat/dlgFitCorruptionModel.resx | 330 ---- instat/dlgFitModel.Designer.vb | 240 ++- instat/dlgFitModel.resx | 1008 ---------- instat/dlgFlatFrequencyTable.Designer.vb | 13 +- instat/dlgFormat.Designer.vb | 11 +- instat/dlgFourVariableModelling.Designer.vb | 19 +- instat/dlgFreezeColumns.Designer.vb | 11 +- instat/dlgFreqTables.Designer.vb | 11 +- instat/dlgFrequency.Designer.vb | 135 +- instat/dlgFrequency.resx | 555 ------ instat/dlgFromLibrary.Designer.vb | 76 +- instat/dlgFromLibrary.resx | 321 ---- instat/dlgGammaDistr.designer.vb | 11 +- instat/dlgGeneralANOVA.Designer.vb | 16 +- instat/dlgGeneralForGraphics.Designer.vb | 81 +- instat/dlgGeneralForGraphics.resx | 330 ---- instat/dlgGeneralisedLinearModels.Designer.vb | 7 +- instat/dlgGlance.Designer.vb | 63 +- instat/dlgGlance.resx | 246 --- instat/dlgGraphsGUI.Designer.vb | 11 +- instat/dlgHeatMapPlot.Designer.vb | 146 +- instat/dlgHeatMapPlot.resx | 603 ------ instat/dlgHelpVignettes.Designer.vb | 13 +- instat/dlgHideDataframes.Designer.vb | 39 +- instat/dlgHideDataframes.resx | 153 -- instat/dlgHideShowColumns.Designer.vb | 33 +- instat/dlgHideShowColumns.resx | 126 -- instat/dlgHistogram.designer.vb | 117 +- instat/dlgHistogram.resx | 474 ----- instat/dlgHistogramMethod.designer.vb | 7 +- instat/dlgHomogenization.Designer.vb | 255 ++- instat/dlgHomogenization.resx | 1065 ----------- .../dlgHypothesisTestsCalculator.Designer.vb | 29 +- 213 files changed, 8021 insertions(+), 38288 deletions(-) diff --git a/instat/DlgDefineClimaticData.Designer.vb b/instat/DlgDefineClimaticData.Designer.vb index 94367624e43..6c161f2663f 100644 --- a/instat/DlgDefineClimaticData.Designer.vb +++ b/instat/DlgDefineClimaticData.Designer.vb @@ -38,7 +38,6 @@ Partial Class DlgDefineClimaticData 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DlgDefineClimaticData)) Me.grpElements = New System.Windows.Forms.GroupBox() Me.ucrReceiverWindDirection = New instat.ucrReceiverSingle() Me.ucrReceiverRain = New instat.ucrReceiverSingle() @@ -97,151 +96,256 @@ Partial Class DlgDefineClimaticData Me.grpElements.Controls.Add(Me.ucrReceiverMinTemp) Me.grpElements.Controls.Add(Me.lblWindSpeed) Me.grpElements.Controls.Add(Me.lblWindDirection) - resources.ApplyResources(Me.grpElements, "grpElements") + Me.grpElements.Location = New System.Drawing.Point(306, 71) Me.grpElements.Name = "grpElements" + Me.grpElements.Size = New System.Drawing.Size(146, 344) + Me.grpElements.TabIndex = 3 Me.grpElements.TabStop = False + Me.grpElements.Text = "Elements" ' 'ucrReceiverWindDirection ' + Me.ucrReceiverWindDirection.AutoSize = True Me.ucrReceiverWindDirection.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWindDirection, "ucrReceiverWindDirection") + Me.ucrReceiverWindDirection.Location = New System.Drawing.Point(16, 197) + Me.ucrReceiverWindDirection.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWindDirection.Name = "ucrReceiverWindDirection" Me.ucrReceiverWindDirection.Selector = Nothing + Me.ucrReceiverWindDirection.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWindDirection.strNcFilePath = "" + Me.ucrReceiverWindDirection.TabIndex = 9 Me.ucrReceiverWindDirection.ucrSelector = Nothing ' 'ucrReceiverRain ' + Me.ucrReceiverRain.AutoSize = True Me.ucrReceiverRain.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRain, "ucrReceiverRain") + Me.ucrReceiverRain.Location = New System.Drawing.Point(16, 33) + Me.ucrReceiverRain.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRain.Name = "ucrReceiverRain" Me.ucrReceiverRain.Selector = Nothing + Me.ucrReceiverRain.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRain.strNcFilePath = "" + Me.ucrReceiverRain.TabIndex = 1 Me.ucrReceiverRain.ucrSelector = Nothing ' 'ucrReceiverSunshine ' + Me.ucrReceiverSunshine.AutoSize = True Me.ucrReceiverSunshine.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSunshine, "ucrReceiverSunshine") + Me.ucrReceiverSunshine.Location = New System.Drawing.Point(16, 238) + Me.ucrReceiverSunshine.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSunshine.Name = "ucrReceiverSunshine" Me.ucrReceiverSunshine.Selector = Nothing + Me.ucrReceiverSunshine.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSunshine.strNcFilePath = "" + Me.ucrReceiverSunshine.TabIndex = 11 Me.ucrReceiverSunshine.ucrSelector = Nothing ' 'lblRain ' - resources.ApplyResources(Me.lblRain, "lblRain") + Me.lblRain.AutoSize = True + Me.lblRain.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRain.Location = New System.Drawing.Point(16, 18) Me.lblRain.Name = "lblRain" + Me.lblRain.Size = New System.Drawing.Size(32, 13) + Me.lblRain.TabIndex = 0 + Me.lblRain.Text = "Rain:" ' 'ucrReceiverRadiation ' + Me.ucrReceiverRadiation.AutoSize = True Me.ucrReceiverRadiation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRadiation, "ucrReceiverRadiation") + Me.ucrReceiverRadiation.Location = New System.Drawing.Point(16, 279) + Me.ucrReceiverRadiation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRadiation.Name = "ucrReceiverRadiation" Me.ucrReceiverRadiation.Selector = Nothing + Me.ucrReceiverRadiation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRadiation.strNcFilePath = "" + Me.ucrReceiverRadiation.TabIndex = 13 Me.ucrReceiverRadiation.ucrSelector = Nothing ' 'ucrReceiverMaxTemp ' + Me.ucrReceiverMaxTemp.AutoSize = True Me.ucrReceiverMaxTemp.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMaxTemp, "ucrReceiverMaxTemp") + Me.ucrReceiverMaxTemp.Location = New System.Drawing.Point(16, 115) + Me.ucrReceiverMaxTemp.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMaxTemp.Name = "ucrReceiverMaxTemp" Me.ucrReceiverMaxTemp.Selector = Nothing + Me.ucrReceiverMaxTemp.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMaxTemp.strNcFilePath = "" + Me.ucrReceiverMaxTemp.TabIndex = 5 Me.ucrReceiverMaxTemp.ucrSelector = Nothing ' 'ucrReceiverCloudCover ' + Me.ucrReceiverCloudCover.AutoSize = True Me.ucrReceiverCloudCover.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCloudCover, "ucrReceiverCloudCover") + Me.ucrReceiverCloudCover.Location = New System.Drawing.Point(16, 320) + Me.ucrReceiverCloudCover.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCloudCover.Name = "ucrReceiverCloudCover" Me.ucrReceiverCloudCover.Selector = Nothing + Me.ucrReceiverCloudCover.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCloudCover.strNcFilePath = "" + Me.ucrReceiverCloudCover.TabIndex = 15 Me.ucrReceiverCloudCover.ucrSelector = Nothing ' 'lblMaxTemp ' - resources.ApplyResources(Me.lblMaxTemp, "lblMaxTemp") + Me.lblMaxTemp.AutoSize = True + Me.lblMaxTemp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxTemp.Location = New System.Drawing.Point(16, 100) Me.lblMaxTemp.Name = "lblMaxTemp" + Me.lblMaxTemp.Size = New System.Drawing.Size(117, 13) + Me.lblMaxTemp.TabIndex = 4 + Me.lblMaxTemp.Text = "Maximum Temperature:" ' 'lblCloudCover ' - resources.ApplyResources(Me.lblCloudCover, "lblCloudCover") + Me.lblCloudCover.AutoSize = True + Me.lblCloudCover.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCloudCover.Location = New System.Drawing.Point(16, 305) Me.lblCloudCover.Name = "lblCloudCover" + Me.lblCloudCover.Size = New System.Drawing.Size(68, 13) + Me.lblCloudCover.TabIndex = 14 + Me.lblCloudCover.Text = "Cloud Cover:" ' 'lblMinTemp ' - resources.ApplyResources(Me.lblMinTemp, "lblMinTemp") + Me.lblMinTemp.AutoSize = True + Me.lblMinTemp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinTemp.Location = New System.Drawing.Point(16, 59) Me.lblMinTemp.Name = "lblMinTemp" + Me.lblMinTemp.Size = New System.Drawing.Size(111, 13) + Me.lblMinTemp.TabIndex = 2 + Me.lblMinTemp.Text = "Minimum Temperature" ' 'lblRadiation ' - resources.ApplyResources(Me.lblRadiation, "lblRadiation") + Me.lblRadiation.AutoSize = True + Me.lblRadiation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRadiation.Location = New System.Drawing.Point(16, 264) Me.lblRadiation.Name = "lblRadiation" + Me.lblRadiation.Size = New System.Drawing.Size(55, 13) + Me.lblRadiation.TabIndex = 12 + Me.lblRadiation.Text = "Radiation:" ' 'ucrReceiverWindSpeed ' + Me.ucrReceiverWindSpeed.AutoSize = True Me.ucrReceiverWindSpeed.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWindSpeed, "ucrReceiverWindSpeed") + Me.ucrReceiverWindSpeed.Location = New System.Drawing.Point(16, 156) + Me.ucrReceiverWindSpeed.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWindSpeed.Name = "ucrReceiverWindSpeed" Me.ucrReceiverWindSpeed.Selector = Nothing + Me.ucrReceiverWindSpeed.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWindSpeed.strNcFilePath = "" + Me.ucrReceiverWindSpeed.TabIndex = 7 Me.ucrReceiverWindSpeed.ucrSelector = Nothing ' 'lblSunshine ' - resources.ApplyResources(Me.lblSunshine, "lblSunshine") + Me.lblSunshine.AutoSize = True + Me.lblSunshine.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSunshine.Location = New System.Drawing.Point(16, 223) Me.lblSunshine.Name = "lblSunshine" + Me.lblSunshine.Size = New System.Drawing.Size(85, 13) + Me.lblSunshine.TabIndex = 10 + Me.lblSunshine.Text = "Sunshine Hours:" ' 'ucrReceiverMinTemp ' + Me.ucrReceiverMinTemp.AutoSize = True Me.ucrReceiverMinTemp.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMinTemp, "ucrReceiverMinTemp") + Me.ucrReceiverMinTemp.Location = New System.Drawing.Point(16, 74) + Me.ucrReceiverMinTemp.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMinTemp.Name = "ucrReceiverMinTemp" Me.ucrReceiverMinTemp.Selector = Nothing + Me.ucrReceiverMinTemp.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMinTemp.strNcFilePath = "" + Me.ucrReceiverMinTemp.TabIndex = 3 Me.ucrReceiverMinTemp.ucrSelector = Nothing ' 'lblWindSpeed ' - resources.ApplyResources(Me.lblWindSpeed, "lblWindSpeed") + Me.lblWindSpeed.AutoSize = True + Me.lblWindSpeed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWindSpeed.Location = New System.Drawing.Point(16, 141) Me.lblWindSpeed.Name = "lblWindSpeed" + Me.lblWindSpeed.Size = New System.Drawing.Size(69, 13) + Me.lblWindSpeed.TabIndex = 6 + Me.lblWindSpeed.Text = "Wind Speed:" ' 'lblWindDirection ' - resources.ApplyResources(Me.lblWindDirection, "lblWindDirection") + Me.lblWindDirection.AutoSize = True + Me.lblWindDirection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWindDirection.Location = New System.Drawing.Point(16, 182) Me.lblWindDirection.Name = "lblWindDirection" + Me.lblWindDirection.Size = New System.Drawing.Size(80, 13) + Me.lblWindDirection.TabIndex = 8 + Me.lblWindDirection.Text = "Wind Direction:" ' 'lblStationName ' - resources.ApplyResources(Me.lblStationName, "lblStationName") + Me.lblStationName.AutoSize = True + Me.lblStationName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStationName.Location = New System.Drawing.Point(7, 22) Me.lblStationName.Name = "lblStationName" + Me.lblStationName.Size = New System.Drawing.Size(38, 13) + Me.lblStationName.TabIndex = 0 + Me.lblStationName.Text = "Name:" ' 'lblDOY ' - resources.ApplyResources(Me.lblDOY, "lblDOY") + Me.lblDOY.AutoSize = True + Me.lblDOY.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDOY.Location = New System.Drawing.Point(15, 181) Me.lblDOY.Name = "lblDOY" + Me.lblDOY.Size = New System.Drawing.Size(66, 13) + Me.lblDOY.TabIndex = 8 + Me.lblDOY.Text = "Day of Year:" ' 'lblDay ' - resources.ApplyResources(Me.lblDay, "lblDay") + Me.lblDay.AutoSize = True + Me.lblDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDay.Location = New System.Drawing.Point(15, 140) Me.lblDay.Name = "lblDay" + Me.lblDay.Size = New System.Drawing.Size(29, 13) + Me.lblDay.TabIndex = 6 + Me.lblDay.Text = "Day:" ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(15, 99) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 4 + Me.lblMonth.Text = "Month:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(15, 58) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 2 + Me.lblYear.Text = "Year:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(15, 17) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 0 + Me.lblDate.Text = "Date:" ' 'grpDateTime ' @@ -255,105 +359,152 @@ Partial Class DlgDefineClimaticData Me.grpDateTime.Controls.Add(Me.ucrReceiverMonth) Me.grpDateTime.Controls.Add(Me.ucrReceiverDay) Me.grpDateTime.Controls.Add(Me.lblDay) - resources.ApplyResources(Me.grpDateTime, "grpDateTime") + Me.grpDateTime.Location = New System.Drawing.Point(154, 193) Me.grpDateTime.Name = "grpDateTime" + Me.grpDateTime.Size = New System.Drawing.Size(148, 222) + Me.grpDateTime.TabIndex = 2 Me.grpDateTime.TabStop = False Me.grpDateTime.Tag = "" + Me.grpDateTime.Text = "Date and Time" ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(15, 75) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 3 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDOY, "ucrReceiverDOY") + Me.ucrReceiverDOY.Location = New System.Drawing.Point(15, 198) + Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDOY.Name = "ucrReceiverDOY" Me.ucrReceiverDOY.Selector = Nothing + Me.ucrReceiverDOY.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDOY.strNcFilePath = "" + Me.ucrReceiverDOY.TabIndex = 9 Me.ucrReceiverDOY.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(15, 34) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 1 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(15, 116) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 5 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrReceiverDay ' + Me.ucrReceiverDay.AutoSize = True Me.ucrReceiverDay.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDay, "ucrReceiverDay") + Me.ucrReceiverDay.Location = New System.Drawing.Point(15, 157) + Me.ucrReceiverDay.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDay.Name = "ucrReceiverDay" Me.ucrReceiverDay.Selector = Nothing + Me.ucrReceiverDay.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDay.strNcFilePath = "" + Me.ucrReceiverDay.TabIndex = 7 Me.ucrReceiverDay.ucrSelector = Nothing ' 'grpStation ' Me.grpStation.Controls.Add(Me.lblStationName) Me.grpStation.Controls.Add(Me.ucrReceiverStationName) - resources.ApplyResources(Me.grpStation, "grpStation") + Me.grpStation.Location = New System.Drawing.Point(13, 193) Me.grpStation.Name = "grpStation" + Me.grpStation.Size = New System.Drawing.Size(135, 61) + Me.grpStation.TabIndex = 1 Me.grpStation.TabStop = False Me.grpStation.Tag = "" + Me.grpStation.Text = "Station" ' 'ucrReceiverStationName ' + Me.ucrReceiverStationName.AutoSize = True Me.ucrReceiverStationName.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStationName, "ucrReceiverStationName") + Me.ucrReceiverStationName.Location = New System.Drawing.Point(7, 37) + Me.ucrReceiverStationName.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationName.Name = "ucrReceiverStationName" Me.ucrReceiverStationName.Selector = Nothing + Me.ucrReceiverStationName.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStationName.strNcFilePath = "" + Me.ucrReceiverStationName.TabIndex = 1 Me.ucrReceiverStationName.ucrSelector = Nothing ' 'cmdCheckUnique ' - resources.ApplyResources(Me.cmdCheckUnique, "cmdCheckUnique") + Me.cmdCheckUnique.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCheckUnique.Location = New System.Drawing.Point(9, 423) Me.cmdCheckUnique.Name = "cmdCheckUnique" + Me.cmdCheckUnique.Size = New System.Drawing.Size(103, 23) + Me.cmdCheckUnique.TabIndex = 4 + Me.cmdCheckUnique.Text = "Check Duplicates" Me.cmdCheckUnique.UseVisualStyleBackColor = True ' 'ucrInputCheckInput ' Me.ucrInputCheckInput.AddQuotesIfUnrecognised = True + Me.ucrInputCheckInput.AutoSize = True Me.ucrInputCheckInput.IsMultiline = False Me.ucrInputCheckInput.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCheckInput, "ucrInputCheckInput") + Me.ucrInputCheckInput.Location = New System.Drawing.Point(118, 425) Me.ucrInputCheckInput.Name = "ucrInputCheckInput" + Me.ucrInputCheckInput.Size = New System.Drawing.Size(289, 21) + Me.ucrInputCheckInput.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(13, 452) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'ucrSelectorDefineClimaticData ' + Me.ucrSelectorDefineClimaticData.AutoSize = True Me.ucrSelectorDefineClimaticData.bDropUnusedFilterLevels = False Me.ucrSelectorDefineClimaticData.bShowHiddenColumns = False Me.ucrSelectorDefineClimaticData.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDefineClimaticData, "ucrSelectorDefineClimaticData") + Me.ucrSelectorDefineClimaticData.Location = New System.Drawing.Point(13, 2) + Me.ucrSelectorDefineClimaticData.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDefineClimaticData.Name = "ucrSelectorDefineClimaticData" + Me.ucrSelectorDefineClimaticData.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDefineClimaticData.TabIndex = 0 ' 'DlgDefineClimaticData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(464, 510) Me.Controls.Add(Me.ucrInputCheckInput) Me.Controls.Add(Me.cmdCheckUnique) Me.Controls.Add(Me.grpStation) @@ -365,6 +516,8 @@ Partial Class DlgDefineClimaticData Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "DlgDefineClimaticData" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Define Climatic Data" Me.grpElements.ResumeLayout(False) Me.grpElements.PerformLayout() Me.grpDateTime.ResumeLayout(False) diff --git a/instat/DlgDefineClimaticData.resx b/instat/DlgDefineClimaticData.resx index 59e59b35dd0..29dcb1b3a35 100644 --- a/instat/DlgDefineClimaticData.resx +++ b/instat/DlgDefineClimaticData.resx @@ -117,955 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 464, 510 - - - 118, 425 - - - 289, 21 - - - 5 - - - ucrInputCheckInput - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - - NoControl - - - 9, 423 - - - 103, 23 - - - 4 - - - Check Duplicates - - - cmdCheckUnique - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 7, 22 - - - 38, 13 - - - 0 - - - Name: - - - lblStationName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpStation - - - 0 - - - 7, 37 - - - 0, 0, 0, 0 - - - 120, 20 - - - 1 - - - ucrReceiverStationName - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpStation - - - 1 - - - 13, 193 - - - 135, 61 - - - 1 - - - Station - - - grpStation - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 15, 181 - - - 66, 13 - - - 8 - - - Day of Year: - - - lblDOY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateTime - - - 0 - - - 15, 75 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateTime - - - 1 - - - True - - - NoControl - - - 15, 17 - - - 33, 13 - - - 0 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateTime - - - 2 - - - True - - - NoControl - - - 15, 99 - - - 40, 13 - - - 4 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateTime - - - 3 - - - 15, 198 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDOY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateTime - - - 4 - - - True - - - NoControl - - - 15, 58 - - - 32, 13 - - - 2 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateTime - - - 5 - - - 15, 34 - - - 0, 0, 0, 0 - - - 120, 20 - - - 1 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateTime - - - 6 - - - 15, 116 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateTime - - - 7 - - - 15, 157 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverDay - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDateTime - - - 8 - - - True - - - NoControl - - - 15, 140 - - - 29, 13 - - - 6 - - - Day: - - - lblDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDateTime - - - 9 - - - 154, 193 - - - 148, 222 - - - 2 - - - Date and Time - - - grpDateTime - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 13, 452 - - - 423, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 13, 2 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorDefineClimaticData - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Define Climatic Data - - - DlgDefineClimaticData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 16, 197 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverWindDirection - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 0 - - - 16, 33 - - - 0, 0, 0, 0 - - - 120, 20 - - - 1 - - - ucrReceiverRain - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 1 - - - 16, 238 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverSunshine - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 2 - - - True - - - NoControl - - - 16, 18 - - - 32, 13 - - - 0 - - - Rain: - - - lblRain - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 3 - - - 16, 279 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverRadiation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 4 - - - 16, 115 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverMaxTemp - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 5 - - - 16, 320 - - - 0, 0, 0, 0 - - - 120, 20 - - - 15 - - - ucrReceiverCloudCover - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 6 - - - True - - - NoControl - - - 16, 100 - - - 117, 13 - - - 4 - - - Maximum Temperature: - - - lblMaxTemp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 7 - - - True - - - NoControl - - - 16, 305 - - - 68, 13 - - - 14 - - - Cloud Cover: - - - lblCloudCover - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 8 - - - True - - - NoControl - - - 16, 59 - - - 111, 13 - - - 2 - - - Minimum Temperature - - - lblMinTemp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 9 - - - True - - - NoControl - - - 16, 264 - - - 55, 13 - - - 12 - - - Radiation: - - - lblRadiation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 10 - - - 16, 156 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverWindSpeed - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 11 - - - True - - - NoControl - - - 16, 223 - - - 85, 13 - - - 10 - - - Sunshine Hours: - - - lblSunshine - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 12 - - - 16, 74 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverMinTemp - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 13 - - - True - - - NoControl - - - 16, 141 - - - 69, 13 - - - 6 - - - Wind Speed: - - - lblWindSpeed - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 14 - - - True - - - NoControl - - - 16, 182 - - - 80, 13 - - - 8 - - - Wind Direction: - - - lblWindDirection - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 15 - - - 306, 71 - - - 146, 344 - - - 3 - - - Elements - - - grpElements - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgAddComment.Designer.vb b/instat/dlgAddComment.Designer.vb index cfeb5560685..4b33cd1e12c 100644 --- a/instat/dlgAddComment.Designer.vb +++ b/instat/dlgAddComment.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgAddComment 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgAddComment)) Me.lblRow = New System.Windows.Forms.Label() Me.lblColumn = New System.Windows.Forms.Label() Me.lblComment = New System.Windows.Forms.Label() @@ -56,106 +55,173 @@ Partial Class dlgAddComment ' 'lblRow ' - resources.ApplyResources(Me.lblRow, "lblRow") + Me.lblRow.AutoSize = True + Me.lblRow.Location = New System.Drawing.Point(266, 72) Me.lblRow.Name = "lblRow" + Me.lblRow.Size = New System.Drawing.Size(32, 13) + Me.lblRow.TabIndex = 6 + Me.lblRow.Text = "Row:" ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.Location = New System.Drawing.Point(266, 114) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(45, 13) + Me.lblColumn.TabIndex = 8 + Me.lblColumn.Text = "Column:" ' 'lblComment ' - resources.ApplyResources(Me.lblComment, "lblComment") + Me.lblComment.AutoSize = True + Me.lblComment.Location = New System.Drawing.Point(14, 242) Me.lblComment.Name = "lblComment" + Me.lblComment.Size = New System.Drawing.Size(54, 13) + Me.lblComment.TabIndex = 10 + Me.lblComment.Text = "Comment:" ' 'rdoCell ' - resources.ApplyResources(Me.rdoCell, "rdoCell") + Me.rdoCell.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCell.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCell.FlatAppearance.BorderSize = 2 Me.rdoCell.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCell.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCell.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoCell.Location = New System.Drawing.Point(10, 3) Me.rdoCell.Name = "rdoCell" + Me.rdoCell.Size = New System.Drawing.Size(100, 42) + Me.rdoCell.TabIndex = 1 + Me.rdoCell.Text = "Cell" + Me.rdoCell.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCell.UseVisualStyleBackColor = True ' 'rdoRow ' - resources.ApplyResources(Me.rdoRow, "rdoRow") + Me.rdoRow.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoRow.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoRow.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRow.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRow.FlatAppearance.BorderSize = 2 Me.rdoRow.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRow.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoRow.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoRow.Location = New System.Drawing.Point(108, 3) Me.rdoRow.Name = "rdoRow" + Me.rdoRow.Size = New System.Drawing.Size(100, 42) + Me.rdoRow.TabIndex = 2 + Me.rdoRow.Text = "Row" + Me.rdoRow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRow.UseVisualStyleBackColor = True ' 'ucrPnlCellRowColumnDataFrame ' - resources.ApplyResources(Me.ucrPnlCellRowColumnDataFrame, "ucrPnlCellRowColumnDataFrame") + Me.ucrPnlCellRowColumnDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlCellRowColumnDataFrame.Location = New System.Drawing.Point(-4, 1) Me.ucrPnlCellRowColumnDataFrame.Name = "ucrPnlCellRowColumnDataFrame" + Me.ucrPnlCellRowColumnDataFrame.Size = New System.Drawing.Size(422, 44) + Me.ucrPnlCellRowColumnDataFrame.TabIndex = 0 ' 'ucrInputComment ' Me.ucrInputComment.AddQuotesIfUnrecognised = True + Me.ucrInputComment.AutoSize = True Me.ucrInputComment.IsMultiline = False Me.ucrInputComment.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComment, "ucrInputComment") + Me.ucrInputComment.Location = New System.Drawing.Point(83, 239) Me.ucrInputComment.Name = "ucrInputComment" + Me.ucrInputComment.Size = New System.Drawing.Size(325, 47) + Me.ucrInputComment.TabIndex = 11 ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumn, "ucrReceiverColumn") + Me.ucrReceiverColumn.Location = New System.Drawing.Point(266, 129) + Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumn.Name = "ucrReceiverColumn" Me.ucrReceiverColumn.Selector = Nothing + Me.ucrReceiverColumn.Size = New System.Drawing.Size(137, 20) Me.ucrReceiverColumn.strNcFilePath = "" + Me.ucrReceiverColumn.TabIndex = 9 Me.ucrReceiverColumn.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 293) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 12 ' 'ucrSelectorAddComment ' + Me.ucrSelectorAddComment.AutoSize = True Me.ucrSelectorAddComment.bDropUnusedFilterLevels = False Me.ucrSelectorAddComment.bShowHiddenColumns = False Me.ucrSelectorAddComment.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorAddComment, "ucrSelectorAddComment") + Me.ucrSelectorAddComment.Location = New System.Drawing.Point(10, 48) + Me.ucrSelectorAddComment.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorAddComment.Name = "ucrSelectorAddComment" + Me.ucrSelectorAddComment.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorAddComment.TabIndex = 5 ' 'ucrInputRow ' Me.ucrInputRow.AddQuotesIfUnrecognised = True + Me.ucrInputRow.AutoSize = True Me.ucrInputRow.IsMultiline = False Me.ucrInputRow.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRow, "ucrInputRow") + Me.ucrInputRow.Location = New System.Drawing.Point(302, 68) Me.ucrInputRow.Name = "ucrInputRow" + Me.ucrInputRow.Size = New System.Drawing.Size(80, 21) + Me.ucrInputRow.TabIndex = 7 ' 'rdoDataFrame ' - resources.ApplyResources(Me.rdoDataFrame, "rdoDataFrame") + Me.rdoDataFrame.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoDataFrame.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoDataFrame.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDataFrame.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDataFrame.FlatAppearance.BorderSize = 2 Me.rdoDataFrame.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDataFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDataFrame.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDataFrame.Location = New System.Drawing.Point(304, 3) Me.rdoDataFrame.Name = "rdoDataFrame" + Me.rdoDataFrame.Size = New System.Drawing.Size(100, 42) + Me.rdoDataFrame.TabIndex = 4 + Me.rdoDataFrame.Text = "Data Frame" + Me.rdoDataFrame.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDataFrame.UseVisualStyleBackColor = True ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoColumn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoColumn.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoColumn.FlatAppearance.BorderSize = 2 Me.rdoColumn.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoColumn.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumn.Location = New System.Drawing.Point(206, 3) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(100, 42) + Me.rdoColumn.TabIndex = 3 + Me.rdoColumn.Text = "Column" + Me.rdoColumn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumn.UseVisualStyleBackColor = True ' 'dlgAddComment ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 346) Me.Controls.Add(Me.rdoColumn) Me.Controls.Add(Me.rdoDataFrame) Me.Controls.Add(Me.ucrInputRow) @@ -173,6 +239,8 @@ Partial Class dlgAddComment Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgAddComment" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Add Comment" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgAddComment.resx b/instat/dlgAddComment.resx index 3165d73c7ce..29dcb1b3a35 100644 --- a/instat/dlgAddComment.resx +++ b/instat/dlgAddComment.resx @@ -117,403 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 266, 72 - - - 32, 13 - - - 6 - - - Row: - - - lblRow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - 266, 114 - - - 45, 13 - - - 8 - - - Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 14, 242 - - - 54, 13 - - - 10 - - - Comment: - - - lblComment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - - Button - - - Flat - - - 10, 3 - - - 100, 42 - - - 1 - - - Cell - - - MiddleCenter - - - rdoCell - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - None - - - MiddleCenter - - - Flat - - - 108, 3 - - - 100, 42 - - - 2 - - - Row - - - MiddleCenter - - - rdoRow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - -4, 1 - - - 422, 44 - - - 0 - - - ucrPnlCellRowColumnDataFrame - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 83, 239 - - - 325, 47 - - - 11 - - - ucrInputComment - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 6, 13 - - - True - - - 418, 346 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 206, 3 - - - 100, 42 - - - 3 - - - Column - - - MiddleCenter - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 304, 3 - - - 100, 42 - - - 4 - - - Data Frame - - - MiddleCenter - - - rdoDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 302, 68 - - - 80, 21 - - - 7 - - - ucrInputRow - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 48 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorAddComment - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 10, 293 - - - 408, 52 - - - 12 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - CenterScreen - - - Add Comment - - - dlgAddComment - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 129 - - - 0, 0, 0, 0 - - - 137, 20 - - - 9 - - - ucrReceiverColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgAddKey.Designer.vb b/instat/dlgAddKey.Designer.vb index 033a9e2d926..8852555b433 100644 --- a/instat/dlgAddKey.Designer.vb +++ b/instat/dlgAddKey.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgAddKey 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgAddKey)) Me.cmdCheckUnique = New System.Windows.Forms.Button() Me.lblKeyColumns = New System.Windows.Forms.Label() Me.ucrSaveKey = New instat.ucrSave() @@ -50,54 +49,84 @@ Partial Class dlgAddKey ' 'cmdCheckUnique ' - resources.ApplyResources(Me.cmdCheckUnique, "cmdCheckUnique") + Me.cmdCheckUnique.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCheckUnique.Location = New System.Drawing.Point(10, 230) Me.cmdCheckUnique.Name = "cmdCheckUnique" + Me.cmdCheckUnique.Size = New System.Drawing.Size(98, 23) + Me.cmdCheckUnique.TabIndex = 5 + Me.cmdCheckUnique.Text = "Check Unique" Me.cmdCheckUnique.UseVisualStyleBackColor = True ' 'lblKeyColumns ' - resources.ApplyResources(Me.lblKeyColumns, "lblKeyColumns") + Me.lblKeyColumns.AutoSize = True + Me.lblKeyColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblKeyColumns.Location = New System.Drawing.Point(254, 45) Me.lblKeyColumns.Name = "lblKeyColumns" + Me.lblKeyColumns.Size = New System.Drawing.Size(71, 13) + Me.lblKeyColumns.TabIndex = 1 + Me.lblKeyColumns.Text = "Key Columns:" ' 'ucrSaveKey ' - resources.ApplyResources(Me.ucrSaveKey, "ucrSaveKey") + Me.ucrSaveKey.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveKey.Location = New System.Drawing.Point(5, 197) + Me.ucrSaveKey.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveKey.Name = "ucrSaveKey" + Me.ucrSaveKey.Size = New System.Drawing.Size(306, 27) + Me.ucrSaveKey.TabIndex = 8 ' 'ucrInputCheckInput ' Me.ucrInputCheckInput.AddQuotesIfUnrecognised = True + Me.ucrInputCheckInput.AutoSize = True Me.ucrInputCheckInput.IsMultiline = False Me.ucrInputCheckInput.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCheckInput, "ucrInputCheckInput") + Me.ucrInputCheckInput.Location = New System.Drawing.Point(114, 232) Me.ucrInputCheckInput.Name = "ucrInputCheckInput" + Me.ucrInputCheckInput.Size = New System.Drawing.Size(294, 21) + Me.ucrInputCheckInput.TabIndex = 6 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 261) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrSelectorKeyColumns ' + Me.ucrSelectorKeyColumns.AutoSize = True Me.ucrSelectorKeyColumns.bDropUnusedFilterLevels = False Me.ucrSelectorKeyColumns.bShowHiddenColumns = False Me.ucrSelectorKeyColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorKeyColumns, "ucrSelectorKeyColumns") + Me.ucrSelectorKeyColumns.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorKeyColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorKeyColumns.Name = "ucrSelectorKeyColumns" + Me.ucrSelectorKeyColumns.Size = New System.Drawing.Size(241, 183) + Me.ucrSelectorKeyColumns.TabIndex = 0 ' 'ucrReceiverKeyColumns ' + Me.ucrReceiverKeyColumns.AutoSize = True Me.ucrReceiverKeyColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverKeyColumns, "ucrReceiverKeyColumns") + Me.ucrReceiverKeyColumns.Location = New System.Drawing.Point(254, 60) + Me.ucrReceiverKeyColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverKeyColumns.Name = "ucrReceiverKeyColumns" Me.ucrReceiverKeyColumns.Selector = Nothing + Me.ucrReceiverKeyColumns.Size = New System.Drawing.Size(129, 130) Me.ucrReceiverKeyColumns.strNcFilePath = "" + Me.ucrReceiverKeyColumns.TabIndex = 2 Me.ucrReceiverKeyColumns.ucrSelector = Nothing ' 'dlgAddKey ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 321) Me.Controls.Add(Me.ucrSaveKey) Me.Controls.Add(Me.lblKeyColumns) Me.Controls.Add(Me.ucrInputCheckInput) @@ -109,6 +138,8 @@ Partial Class dlgAddKey Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgAddKey" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent + Me.Text = "Add Key" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgAddKey.resx b/instat/dlgAddKey.resx index 530028f6e12..29dcb1b3a35 100644 --- a/instat/dlgAddKey.resx +++ b/instat/dlgAddKey.resx @@ -117,205 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 230 - - - 98, 23 - - - - 5 - - - Check Unique - - - cmdCheckUnique - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 254, 45 - - - 71, 13 - - - 1 - - - Key Columns: - - - lblKeyColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 5, 197 - - - 4, 5, 4, 5 - - - 306, 27 - - - 8 - - - ucrSaveKey - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 114, 232 - - - 294, 21 - - - 6 - - - ucrInputCheckInput - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 10, 261 - - - 405, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 10 - - - 0, 0, 0, 0 - - - 241, 180 - - - 0 - - - ucrSelectorKeyColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 418, 321 - - - CenterParent - - - Add Key - - - dlgAddKey - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 60 - - - 0, 0, 0, 0 - - - 129, 130 - - - 2 - - - ucrReceiverKeyColumns - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgAddLink.Designer.vb b/instat/dlgAddLink.Designer.vb index 97453ef1bd0..8dd5610e208 100644 --- a/instat/dlgAddLink.Designer.vb +++ b/instat/dlgAddLink.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgAddLink 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgAddLink)) Me.cmdSpecifyLink = New System.Windows.Forms.Button() Me.lblFrom = New System.Windows.Forms.Label() Me.lblTo = New System.Windows.Forms.Label() @@ -54,75 +53,117 @@ Partial Class dlgAddLink ' 'cmdSpecifyLink ' - resources.ApplyResources(Me.cmdSpecifyLink, "cmdSpecifyLink") + Me.cmdSpecifyLink.Location = New System.Drawing.Point(287, 171) Me.cmdSpecifyLink.Name = "cmdSpecifyLink" + Me.cmdSpecifyLink.Size = New System.Drawing.Size(121, 23) + Me.cmdSpecifyLink.TabIndex = 6 + Me.cmdSpecifyLink.Text = "Specify Link" Me.cmdSpecifyLink.UseVisualStyleBackColor = True ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.Location = New System.Drawing.Point(10, 11) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 0 + Me.lblFrom.Text = "From:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.Location = New System.Drawing.Point(10, 77) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 2 + Me.lblTo.Text = "To:" ' 'lblKeys ' - resources.ApplyResources(Me.lblKeys, "lblKeys") + Me.lblKeys.AutoSize = True + Me.lblKeys.Location = New System.Drawing.Point(168, 30) Me.lblKeys.Name = "lblKeys" + Me.lblKeys.Size = New System.Drawing.Size(33, 13) + Me.lblKeys.TabIndex = 4 + Me.lblKeys.Text = "Keys:" ' 'lvwLinkViewBox ' Me.lvwLinkViewBox.FullRowSelect = True Me.lvwLinkViewBox.HideSelection = False - resources.ApplyResources(Me.lvwLinkViewBox, "lvwLinkViewBox") + Me.lvwLinkViewBox.Location = New System.Drawing.Point(168, 45) Me.lvwLinkViewBox.Name = "lvwLinkViewBox" + Me.lvwLinkViewBox.Size = New System.Drawing.Size(240, 123) + Me.lvwLinkViewBox.TabIndex = 5 Me.lvwLinkViewBox.UseCompatibleStateImageBehavior = False Me.lvwLinkViewBox.View = System.Windows.Forms.View.Details ' 'ucrDataSelectorTo ' + Me.ucrDataSelectorTo.AutoSize = True Me.ucrDataSelectorTo.bDropUnusedFilterLevels = False Me.ucrDataSelectorTo.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataSelectorTo, "ucrDataSelectorTo") + Me.ucrDataSelectorTo.Location = New System.Drawing.Point(15, 93) + Me.ucrDataSelectorTo.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataSelectorTo.Name = "ucrDataSelectorTo" + Me.ucrDataSelectorTo.Size = New System.Drawing.Size(151, 50) + Me.ucrDataSelectorTo.TabIndex = 3 ' 'ucrDataSelectorFrom ' + Me.ucrDataSelectorFrom.AutoSize = True Me.ucrDataSelectorFrom.bDropUnusedFilterLevels = False Me.ucrDataSelectorFrom.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataSelectorFrom, "ucrDataSelectorFrom") + Me.ucrDataSelectorFrom.Location = New System.Drawing.Point(15, 27) + Me.ucrDataSelectorFrom.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataSelectorFrom.Name = "ucrDataSelectorFrom" + Me.ucrDataSelectorFrom.Size = New System.Drawing.Size(151, 50) + Me.ucrDataSelectorFrom.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 262) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'lblSelectedKey ' - resources.ApplyResources(Me.lblSelectedKey, "lblSelectedKey") + Me.lblSelectedKey.AutoSize = True + Me.lblSelectedKey.Location = New System.Drawing.Point(10, 211) Me.lblSelectedKey.Name = "lblSelectedKey" + Me.lblSelectedKey.Size = New System.Drawing.Size(73, 13) + Me.lblSelectedKey.TabIndex = 7 + Me.lblSelectedKey.Text = "Selected Key:" ' 'ucrInputSelectedKey ' Me.ucrInputSelectedKey.AddQuotesIfUnrecognised = True + Me.ucrInputSelectedKey.AutoSize = True Me.ucrInputSelectedKey.IsMultiline = False Me.ucrInputSelectedKey.IsReadOnly = True - resources.ApplyResources(Me.ucrInputSelectedKey, "ucrInputSelectedKey") + Me.ucrInputSelectedKey.Location = New System.Drawing.Point(92, 208) Me.ucrInputSelectedKey.Name = "ucrInputSelectedKey" + Me.ucrInputSelectedKey.Size = New System.Drawing.Size(137, 21) + Me.ucrInputSelectedKey.TabIndex = 8 ' 'ucrSaveLink ' - resources.ApplyResources(Me.ucrSaveLink, "ucrSaveLink") + Me.ucrSaveLink.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveLink.Location = New System.Drawing.Point(10, 232) + Me.ucrSaveLink.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveLink.Name = "ucrSaveLink" + Me.ucrSaveLink.Size = New System.Drawing.Size(267, 26) + Me.ucrSaveLink.TabIndex = 12 ' 'dlgAddLink ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 320) Me.Controls.Add(Me.ucrSaveLink) Me.Controls.Add(Me.ucrInputSelectedKey) Me.Controls.Add(Me.lblSelectedKey) @@ -138,6 +179,8 @@ Partial Class dlgAddLink Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgAddLink" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Add Link" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgAddLink.resx b/instat/dlgAddLink.resx index 3727cd0acf6..29dcb1b3a35 100644 --- a/instat/dlgAddLink.resx +++ b/instat/dlgAddLink.resx @@ -117,301 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 287, 171 - - - 121, 23 - - - - 6 - - - Specify Link - - - cmdSpecifyLink - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 10, 11 - - - 33, 13 - - - 0 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 10, 77 - - - 23, 13 - - - 2 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 168, 30 - - - 33, 13 - - - 4 - - - Keys: - - - lblKeys - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 168, 45 - - - 240, 123 - - - 5 - - - lvwLinkViewBox - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 15, 93 - - - - 0, 0, 0, 0 - - - 150, 50 - - - 3 - - - ucrDataSelectorTo - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 15, 27 - - - 0, 0, 0, 0 - - - 150, 50 - - - 1 - - - ucrDataSelectorFrom - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 10, 262 - - - 410, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 10, 211 - - - 73, 13 - - - 7 - - - Selected Key: - - - lblSelectedKey - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 92, 208 - - - 137, 21 - - - 8 - - - ucrInputSelectedKey - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 232 - - - 4, 5, 4, 5 - - - 267, 26 - - - 12 - - - ucrSaveLink - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 416, 320 - - - CenterScreen - - - Add Link - - - dlgAddLink - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgAdvanceOptions.designer.vb b/instat/dlgAdvanceOptions.designer.vb index 8dea90c94ee..65f571bb57b 100644 --- a/instat/dlgAdvanceOptions.designer.vb +++ b/instat/dlgAdvanceOptions.designer.vb @@ -179,15 +179,16 @@ Partial Class dlgAdvanceOptions 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 211) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 15 ' 'dlgAdvanceOptions ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(470, 262) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgAlignment.Designer.vb b/instat/dlgAlignment.Designer.vb index 5ee639cb7fd..23cd6e3a416 100644 --- a/instat/dlgAlignment.Designer.vb +++ b/instat/dlgAlignment.Designer.vb @@ -96,6 +96,7 @@ Partial Class dlgAlignment ' 'ucrMultiple ' + Me.ucrMultiple.AutoSize = True Me.ucrMultiple.frmParent = Me Me.ucrMultiple.Location = New System.Drawing.Point(256, 60) Me.ucrMultiple.Margin = New System.Windows.Forms.Padding(0) @@ -109,26 +110,28 @@ Partial Class dlgAlignment 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 282) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'ucrSelectorAlignment ' + Me.ucrSelectorAlignment.AutoSize = True Me.ucrSelectorAlignment.bDropUnusedFilterLevels = False Me.ucrSelectorAlignment.bShowHiddenColumns = False Me.ucrSelectorAlignment.bUseCurrentFilter = True Me.ucrSelectorAlignment.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorAlignment.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorAlignment.Name = "ucrSelectorAlignment" - Me.ucrSelectorAlignment.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorAlignment.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorAlignment.TabIndex = 9 ' 'dlgAlignment ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 340) Me.Controls.Add(Me.ucrSelectorAlignment) diff --git a/instat/dlgAnnualRaintotal.designer.vb b/instat/dlgAnnualRaintotal.designer.vb index ec3a585815b..6581e04eef8 100644 --- a/instat/dlgAnnualRaintotal.designer.vb +++ b/instat/dlgAnnualRaintotal.designer.vb @@ -44,15 +44,16 @@ Partial Class dlgAnnualRaintotal 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 207) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgAnnualRaintotal ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(431, 262) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgAnonymiseIDColumn.Designer.vb b/instat/dlgAnonymiseIDColumn.Designer.vb index b90dd92f425..eb25b6222e4 100644 --- a/instat/dlgAnonymiseIDColumn.Designer.vb +++ b/instat/dlgAnonymiseIDColumn.Designer.vb @@ -63,6 +63,7 @@ Partial Class dlgAnonymiseIDColumn 'ucrInputAlgorithm ' Me.ucrInputAlgorithm.AddQuotesIfUnrecognised = True + Me.ucrInputAlgorithm.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputAlgorithm.GetSetSelectedIndex = -1 Me.ucrInputAlgorithm.IsReadOnly = False Me.ucrInputAlgorithm.Location = New System.Drawing.Point(253, 149) @@ -74,6 +75,7 @@ Partial Class dlgAnonymiseIDColumn 'ucrInputTextSalt ' Me.ucrInputTextSalt.AddQuotesIfUnrecognised = True + Me.ucrInputTextSalt.AutoSize = True Me.ucrInputTextSalt.IsMultiline = False Me.ucrInputTextSalt.IsReadOnly = False Me.ucrInputTextSalt.Location = New System.Drawing.Point(253, 104) @@ -83,17 +85,19 @@ Partial Class dlgAnonymiseIDColumn ' 'ucrSelectorAnonymiseIDColumn ' + Me.ucrSelectorAnonymiseIDColumn.AutoSize = True Me.ucrSelectorAnonymiseIDColumn.bDropUnusedFilterLevels = False Me.ucrSelectorAnonymiseIDColumn.bShowHiddenColumns = False Me.ucrSelectorAnonymiseIDColumn.bUseCurrentFilter = True Me.ucrSelectorAnonymiseIDColumn.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorAnonymiseIDColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorAnonymiseIDColumn.Name = "ucrSelectorAnonymiseIDColumn" - Me.ucrSelectorAnonymiseIDColumn.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorAnonymiseIDColumn.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorAnonymiseIDColumn.TabIndex = 0 ' 'ucrSaveAnonymisedColumn ' + Me.ucrSaveAnonymisedColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveAnonymisedColumn.Location = New System.Drawing.Point(10, 205) Me.ucrSaveAnonymisedColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveAnonymisedColumn.Name = "ucrSaveAnonymisedColumn" @@ -102,6 +106,7 @@ Partial Class dlgAnonymiseIDColumn ' 'ucrReceiverIDColumn ' + Me.ucrReceiverIDColumn.AutoSize = True Me.ucrReceiverIDColumn.frmParent = Me Me.ucrReceiverIDColumn.Location = New System.Drawing.Point(253, 60) Me.ucrReceiverIDColumn.Margin = New System.Windows.Forms.Padding(0) @@ -115,15 +120,16 @@ Partial Class dlgAnonymiseIDColumn 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 237) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 8 ' 'dlgAnonymiseIDColumn ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(415, 296) Me.Controls.Add(Me.lblAlgorithm) diff --git a/instat/dlgAppend.Designer.vb b/instat/dlgAppend.Designer.vb index e328ca4fc8c..3bb59a3f46a 100644 --- a/instat/dlgAppend.Designer.vb +++ b/instat/dlgAppend.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgAppend 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgAppend)) Me.lblAppendToDataframe = New System.Windows.Forms.Label() Me.lblDataframes = New System.Windows.Forms.Label() Me.lblIDColName = New System.Windows.Forms.Label() @@ -52,62 +51,101 @@ Partial Class dlgAppend ' 'lblAppendToDataframe ' - resources.ApplyResources(Me.lblAppendToDataframe, "lblAppendToDataframe") + Me.lblAppendToDataframe.AutoSize = True + Me.lblAppendToDataframe.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblAppendToDataframe.Location = New System.Drawing.Point(240, 17) Me.lblAppendToDataframe.Name = "lblAppendToDataframe" + Me.lblAppendToDataframe.Size = New System.Drawing.Size(115, 13) + Me.lblAppendToDataframe.TabIndex = 2 + Me.lblAppendToDataframe.Text = "Selected Data Frames:" ' 'lblDataframes ' - resources.ApplyResources(Me.lblDataframes, "lblDataframes") + Me.lblDataframes.AutoSize = True + Me.lblDataframes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDataframes.Location = New System.Drawing.Point(12, 17) Me.lblDataframes.Name = "lblDataframes" + Me.lblDataframes.Size = New System.Drawing.Size(70, 13) + Me.lblDataframes.TabIndex = 0 + Me.lblDataframes.Text = "Data Frames:" ' 'lblIDColName ' - resources.ApplyResources(Me.lblIDColName, "lblIDColName") + Me.lblIDColName.AutoSize = True + Me.lblIDColName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblIDColName.Location = New System.Drawing.Point(132, 179) Me.lblIDColName.Name = "lblIDColName" + Me.lblIDColName.Size = New System.Drawing.Size(90, 13) + Me.lblIDColName.TabIndex = 5 + Me.lblIDColName.Text = "ID Column Name:" ' 'ucrChkIncludeIDColumn ' + Me.ucrChkIncludeIDColumn.AutoSize = True Me.ucrChkIncludeIDColumn.Checked = False - resources.ApplyResources(Me.ucrChkIncludeIDColumn, "ucrChkIncludeIDColumn") + Me.ucrChkIncludeIDColumn.Location = New System.Drawing.Point(10, 177) Me.ucrChkIncludeIDColumn.Name = "ucrChkIncludeIDColumn" + Me.ucrChkIncludeIDColumn.Size = New System.Drawing.Size(116, 23) + Me.ucrChkIncludeIDColumn.TabIndex = 4 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 203) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(305, 24) + Me.ucrSaveGraph.TabIndex = 7 ' 'ucrInputIDColName ' Me.ucrInputIDColName.AddQuotesIfUnrecognised = True + Me.ucrInputIDColName.AutoSize = True Me.ucrInputIDColName.IsMultiline = False Me.ucrInputIDColName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputIDColName, "ucrInputIDColName") + Me.ucrInputIDColName.Location = New System.Drawing.Point(242, 176) Me.ucrInputIDColName.Name = "ucrInputIDColName" + Me.ucrInputIDColName.Size = New System.Drawing.Size(122, 21) + Me.ucrInputIDColName.TabIndex = 6 ' 'ucrReceiverAppendDataframe ' + Me.ucrReceiverAppendDataframe.AutoSize = True Me.ucrReceiverAppendDataframe.frmParent = Me - resources.ApplyResources(Me.ucrReceiverAppendDataframe, "ucrReceiverAppendDataframe") + Me.ucrReceiverAppendDataframe.Location = New System.Drawing.Point(242, 32) + Me.ucrReceiverAppendDataframe.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAppendDataframe.Name = "ucrReceiverAppendDataframe" Me.ucrReceiverAppendDataframe.Selector = Nothing + Me.ucrReceiverAppendDataframe.Size = New System.Drawing.Size(122, 104) Me.ucrReceiverAppendDataframe.strNcFilePath = "" + Me.ucrReceiverAppendDataframe.TabIndex = 3 Me.ucrReceiverAppendDataframe.ucrSelector = Nothing ' 'ucrSelectorDataframes ' + Me.ucrSelectorDataframes.AutoSize = True Me.ucrSelectorDataframes.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorDataframes, "ucrSelectorDataframes") + Me.ucrSelectorDataframes.Location = New System.Drawing.Point(10, 32) + Me.ucrSelectorDataframes.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataframes.Name = "ucrSelectorDataframes" + Me.ucrSelectorDataframes.Size = New System.Drawing.Size(216, 150) + Me.ucrSelectorDataframes.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 228) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'dlgAppend ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(421, 288) Me.Controls.Add(Me.ucrChkIncludeIDColumn) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.ucrInputIDColName) @@ -121,7 +159,9 @@ Partial Class dlgAppend Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgAppend" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Append_Data_Frames" + Me.Text = "Append (Bind Rows)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgAppend.resx b/instat/dlgAppend.resx index 6273954c265..29dcb1b3a35 100644 --- a/instat/dlgAppend.resx +++ b/instat/dlgAppend.resx @@ -117,259 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 240, 17 - - - 115, 13 - - - 2 - - - Selected Data Frames: - - - lblAppendToDataframe - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 12, 17 - - - 70, 13 - - - 0 - - - Data Frames: - - - lblDataframes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 132, 179 - - - 90, 13 - - - 5 - - - ID Column Name: - - - lblIDColName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 10, 177 - - - 116, 20 - - - 4 - - - ucrChkIncludeIDColumn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 203 - - - 4, 5, 4, 5 - - - 305, 24 - - - 7 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 242, 176 - - - 122, 21 - - - 6 - - - ucrInputIDColName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 421, 288 - - - 10, 32 - - - 0, 0, 0, 0 - - - 216, 150 - - - 1 - - - ucrSelectorDataframes - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 228 - - - 405, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - Append (Bind Rows) - - - dlgAppend - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 242, 32 - - - 0, 0, 0, 0 - - - 122, 104 - - - 3 - - - ucrReceiverAppendDataframe - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgAugment.Designer.vb b/instat/dlgAugment.Designer.vb index a0d921fd6ca..3bcd4daa5c0 100644 --- a/instat/dlgAugment.Designer.vb +++ b/instat/dlgAugment.Designer.vb @@ -77,6 +77,7 @@ Partial Class dlgAugment ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(10, 198) Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" @@ -85,6 +86,7 @@ Partial Class dlgAugment ' 'ucrSaveNewDataFrame ' + Me.ucrSaveNewDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveNewDataFrame.Location = New System.Drawing.Point(235, 278) Me.ucrSaveNewDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDataFrame.Name = "ucrSaveNewDataFrame" @@ -93,6 +95,7 @@ Partial Class dlgAugment ' 'ucrModelReceiver ' + Me.ucrModelReceiver.AutoSize = True Me.ucrModelReceiver.frmParent = Me Me.ucrModelReceiver.Location = New System.Drawing.Point(259, 53) Me.ucrModelReceiver.Margin = New System.Windows.Forms.Padding(0) @@ -105,28 +108,30 @@ Partial Class dlgAugment ' 'ucrModelSelector ' + Me.ucrModelSelector.AutoSize = True Me.ucrModelSelector.bDropUnusedFilterLevels = False Me.ucrModelSelector.bShowHiddenColumns = False Me.ucrModelSelector.bUseCurrentFilter = True Me.ucrModelSelector.Location = New System.Drawing.Point(9, 9) Me.ucrModelSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrModelSelector.Name = "ucrModelSelector" - Me.ucrModelSelector.Size = New System.Drawing.Size(210, 180) + Me.ucrModelSelector.Size = New System.Drawing.Size(213, 183) Me.ucrModelSelector.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 331) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 58) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgAugment ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(421, 394) Me.Controls.Add(Me.rdoNewDataFrame) diff --git a/instat/dlgAutoSaveRecovery.Designer.vb b/instat/dlgAutoSaveRecovery.Designer.vb index 9dafc99046d..bc6950b86bc 100644 --- a/instat/dlgAutoSaveRecovery.Designer.vb +++ b/instat/dlgAutoSaveRecovery.Designer.vb @@ -167,6 +167,7 @@ Partial Class dlgAutoSaveRecovery 'ucrInputSavedPathData ' Me.ucrInputSavedPathData.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathData.AutoSize = True Me.ucrInputSavedPathData.IsMultiline = False Me.ucrInputSavedPathData.IsReadOnly = False Me.ucrInputSavedPathData.Location = New System.Drawing.Point(468, 27) @@ -177,6 +178,7 @@ Partial Class dlgAutoSaveRecovery 'ucrInputSavedPathLog ' Me.ucrInputSavedPathLog.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathLog.AutoSize = True Me.ucrInputSavedPathLog.IsMultiline = False Me.ucrInputSavedPathLog.IsReadOnly = False Me.ucrInputSavedPathLog.Location = New System.Drawing.Point(468, 76) @@ -196,6 +198,7 @@ Partial Class dlgAutoSaveRecovery 'ucrInputSavedPathInternalLog ' Me.ucrInputSavedPathInternalLog.AddQuotesIfUnrecognised = True + Me.ucrInputSavedPathInternalLog.AutoSize = True Me.ucrInputSavedPathInternalLog.IsMultiline = False Me.ucrInputSavedPathInternalLog.IsReadOnly = False Me.ucrInputSavedPathInternalLog.Location = New System.Drawing.Point(468, 123) @@ -214,10 +217,11 @@ Partial Class dlgAutoSaveRecovery ' 'ucrChkSendInternalLog ' + Me.ucrChkSendInternalLog.AutoSize = True Me.ucrChkSendInternalLog.Checked = False Me.ucrChkSendInternalLog.Location = New System.Drawing.Point(12, 254) Me.ucrChkSendInternalLog.Name = "ucrChkSendInternalLog" - Me.ucrChkSendInternalLog.Size = New System.Drawing.Size(266, 20) + Me.ucrChkSendInternalLog.Size = New System.Drawing.Size(266, 23) Me.ucrChkSendInternalLog.TabIndex = 17 ' 'cmdHelp @@ -264,8 +268,8 @@ Partial Class dlgAutoSaveRecovery ' 'dlgAutoSaveRecovery ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(762, 371) Me.Controls.Add(Me.grpEndChoice) @@ -283,6 +287,7 @@ Partial Class dlgAutoSaveRecovery Me.grpSavingOptions.PerformLayout() Me.grpEndChoice.ResumeLayout(False) Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/dlgBackupManager.Designer.vb b/instat/dlgBackupManager.Designer.vb index 048271f5208..cff80e33b47 100644 --- a/instat/dlgBackupManager.Designer.vb +++ b/instat/dlgBackupManager.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgBackupManager 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgBackupManager)) Me.lblBackupHeader = New System.Windows.Forms.Label() Me.ctrLstViewDataBackups = New System.Windows.Forms.ListView() Me.ctrLstViewColName = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) @@ -38,70 +37,110 @@ Partial Class dlgBackupManager ' 'lblBackupHeader ' - resources.ApplyResources(Me.lblBackupHeader, "lblBackupHeader") + Me.lblBackupHeader.AutoSize = True + Me.lblBackupHeader.Location = New System.Drawing.Point(4, 24) + Me.lblBackupHeader.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblBackupHeader.Name = "lblBackupHeader" + Me.lblBackupHeader.Size = New System.Drawing.Size(92, 13) + Me.lblBackupHeader.TabIndex = 9 + Me.lblBackupHeader.Text = "Backup versions :" ' 'ctrLstViewDataBackups ' Me.ctrLstViewDataBackups.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ctrLstViewColName, Me.ctrLstViewColDate, Me.ctrLstViewSize}) Me.ctrLstViewDataBackups.HideSelection = False - resources.ApplyResources(Me.ctrLstViewDataBackups, "ctrLstViewDataBackups") + Me.ctrLstViewDataBackups.Location = New System.Drawing.Point(4, 41) + Me.ctrLstViewDataBackups.Margin = New System.Windows.Forms.Padding(2) Me.ctrLstViewDataBackups.Name = "ctrLstViewDataBackups" + Me.ctrLstViewDataBackups.Size = New System.Drawing.Size(277, 113) + Me.ctrLstViewDataBackups.TabIndex = 8 Me.ctrLstViewDataBackups.UseCompatibleStateImageBehavior = False Me.ctrLstViewDataBackups.View = System.Windows.Forms.View.Details ' 'ctrLstViewColName ' - resources.ApplyResources(Me.ctrLstViewColName, "ctrLstViewColName") + Me.ctrLstViewColName.Text = "Name" + Me.ctrLstViewColName.Width = 158 ' 'ctrLstViewColDate ' - resources.ApplyResources(Me.ctrLstViewColDate, "ctrLstViewColDate") + Me.ctrLstViewColDate.Text = "Date modified" + Me.ctrLstViewColDate.Width = 152 ' 'ctrLstViewSize ' - resources.ApplyResources(Me.ctrLstViewSize, "ctrLstViewSize") + Me.ctrLstViewSize.Text = "Size" + Me.ctrLstViewSize.Width = 96 ' 'cmdClose ' - resources.ApplyResources(Me.cmdClose, "cmdClose") + Me.cmdClose.Location = New System.Drawing.Point(223, 155) + Me.cmdClose.Margin = New System.Windows.Forms.Padding(2) Me.cmdClose.Name = "cmdClose" + Me.cmdClose.Size = New System.Drawing.Size(51, 19) + Me.cmdClose.TabIndex = 7 + Me.cmdClose.Text = "Close" Me.cmdClose.UseVisualStyleBackColor = True ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.Location = New System.Drawing.Point(168, 155) + Me.cmdHelp.Margin = New System.Windows.Forms.Padding(2) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(51, 19) + Me.cmdHelp.TabIndex = 6 + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'cmdDelete ' - resources.ApplyResources(Me.cmdDelete, "cmdDelete") + Me.cmdDelete.Location = New System.Drawing.Point(113, 155) + Me.cmdDelete.Margin = New System.Windows.Forms.Padding(2) Me.cmdDelete.Name = "cmdDelete" + Me.cmdDelete.Size = New System.Drawing.Size(51, 19) + Me.cmdDelete.TabIndex = 5 + Me.cmdDelete.Text = "Delete" Me.cmdDelete.UseVisualStyleBackColor = True ' 'cmdOpen ' - resources.ApplyResources(Me.cmdOpen, "cmdOpen") + Me.cmdOpen.AutoSize = True + Me.cmdOpen.Location = New System.Drawing.Point(4, 155) + Me.cmdOpen.Margin = New System.Windows.Forms.Padding(2) Me.cmdOpen.Name = "cmdOpen" + Me.cmdOpen.Size = New System.Drawing.Size(51, 23) + Me.cmdOpen.TabIndex = 3 + Me.cmdOpen.Text = "Open" Me.cmdOpen.UseVisualStyleBackColor = True ' 'lblBackupMessage ' - resources.ApplyResources(Me.lblBackupMessage, "lblBackupMessage") + Me.lblBackupMessage.AutoSize = True Me.lblBackupMessage.ForeColor = System.Drawing.SystemColors.Highlight + Me.lblBackupMessage.Location = New System.Drawing.Point(3, 5) + Me.lblBackupMessage.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblBackupMessage.Name = "lblBackupMessage" + Me.lblBackupMessage.Size = New System.Drawing.Size(281, 13) + Me.lblBackupMessage.TabIndex = 10 + Me.lblBackupMessage.Text = "The backup versions come from periodic system backups." ' 'cmdSave ' - resources.ApplyResources(Me.cmdSave, "cmdSave") + Me.cmdSave.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSave.Location = New System.Drawing.Point(59, 155) + Me.cmdSave.Margin = New System.Windows.Forms.Padding(2) Me.cmdSave.Name = "cmdSave" + Me.cmdSave.Size = New System.Drawing.Size(51, 19) + Me.cmdSave.TabIndex = 11 + Me.cmdSave.Text = "Save" Me.cmdSave.UseVisualStyleBackColor = True ' 'dlgBackupManager ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(284, 178) Me.Controls.Add(Me.cmdSave) Me.Controls.Add(Me.cmdClose) Me.Controls.Add(Me.ctrLstViewDataBackups) @@ -111,9 +150,12 @@ Partial Class dlgBackupManager Me.Controls.Add(Me.lblBackupMessage) Me.Controls.Add(Me.cmdOpen) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgBackupManager" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Backup Manager" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgBackupManager.resx b/instat/dlgBackupManager.resx index f6dd5095123..29dcb1b3a35 100644 --- a/instat/dlgBackupManager.resx +++ b/instat/dlgBackupManager.resx @@ -117,295 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 4, 24 - - - - 2, 0, 2, 0 - - - 92, 13 - - - 9 - - - Backup versions : - - - lblBackupHeader - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Name - - - 158 - - - Date modified - - - 152 - - - Size - - - 96 - - - 4, 41 - - - 2, 2, 2, 2 - - - 277, 113 - - - 8 - - - ctrLstViewDataBackups - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 223, 155 - - - 2, 2, 2, 2 - - - 51, 19 - - - 7 - - - Close - - - cmdClose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 168, 155 - - - 2, 2, 2, 2 - - - 51, 19 - - - 6 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 113, 155 - - - 2, 2, 2, 2 - - - 51, 19 - - - 5 - - - Delete - - - cmdDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 4, 155 - - - 2, 2, 2, 2 - - - 51, 23 - - - 3 - - - Open - - - cmdOpen - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 3, 5 - - - 2, 0, 2, 0 - - - 281, 13 - - - 10 - - - The backup versions come from periodic system backups. - - - lblBackupMessage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 59, 155 - - - 2, 2, 2, 2 - - - 51, 19 - - - 11 - - - Save - - - cmdSave - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 284, 178 - - - 2, 2, 2, 2 - - - CenterScreen - - - Backup Manager - - - ctrLstViewColName - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ctrLstViewColDate - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ctrLstViewSize - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgBackupManager - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgBarAndPieChart.Designer.vb b/instat/dlgBarAndPieChart.Designer.vb index 8968afab5b7..ff085d15809 100644 --- a/instat/dlgBarAndPieChart.Designer.vb +++ b/instat/dlgBarAndPieChart.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgBarAndPieChart Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgBarAndPieChart)) Me.lblByFactor = New System.Windows.Forms.Label() Me.cmdOptions = New System.Windows.Forms.Button() Me.rdoValue = New System.Windows.Forms.RadioButton() @@ -110,461 +109,727 @@ Partial Class dlgBarAndPieChart ' 'lblByFactor ' - resources.ApplyResources(Me.lblByFactor, "lblByFactor") + Me.lblByFactor.AutoSize = True + Me.lblByFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblByFactor.Location = New System.Drawing.Point(255, 277) Me.lblByFactor.Name = "lblByFactor" + Me.lblByFactor.Size = New System.Drawing.Size(76, 13) + Me.lblByFactor.TabIndex = 24 Me.lblByFactor.Tag = "By_Factor:" + Me.lblByFactor.Text = "By Factor (Fill):" ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(11, 274) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(166, 25) + Me.cmdOptions.TabIndex = 26 Me.cmdOptions.Tag = "Plot_Options..." + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'rdoValue ' - resources.ApplyResources(Me.rdoValue, "rdoValue") + Me.rdoValue.Appearance = System.Windows.Forms.Appearance.Button Me.rdoValue.BackColor = System.Drawing.SystemColors.Control Me.rdoValue.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoValue.FlatAppearance.BorderSize = 2 Me.rdoValue.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoValue.Location = New System.Drawing.Point(116, 10) Me.rdoValue.Name = "rdoValue" + Me.rdoValue.Size = New System.Drawing.Size(91, 28) + Me.rdoValue.TabIndex = 2 Me.rdoValue.TabStop = True Me.rdoValue.Tag = "Value" + Me.rdoValue.Text = "Value" + Me.rdoValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoValue.UseVisualStyleBackColor = False ' 'cmdBarChartOptions ' - resources.ApplyResources(Me.cmdBarChartOptions, "cmdBarChartOptions") + Me.cmdBarChartOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBarChartOptions.Location = New System.Drawing.Point(11, 243) Me.cmdBarChartOptions.Name = "cmdBarChartOptions" + Me.cmdBarChartOptions.Size = New System.Drawing.Size(166, 25) + Me.cmdBarChartOptions.TabIndex = 10 Me.cmdBarChartOptions.Tag = "Bar_Chart_Options" + Me.cmdBarChartOptions.Text = "Bar Chart Options" Me.cmdBarChartOptions.UseVisualStyleBackColor = True ' 'lblPosition ' - resources.ApplyResources(Me.lblPosition, "lblPosition") + Me.lblPosition.AutoSize = True + Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPosition.Location = New System.Drawing.Point(254, 357) Me.lblPosition.Name = "lblPosition" + Me.lblPosition.Size = New System.Drawing.Size(47, 13) + Me.lblPosition.TabIndex = 39 + Me.lblPosition.Text = "Position:" ' 'rdoFrequency ' - resources.ApplyResources(Me.rdoFrequency, "rdoFrequency") + Me.rdoFrequency.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFrequency.BackColor = System.Drawing.SystemColors.Control Me.rdoFrequency.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFrequency.FlatAppearance.BorderSize = 2 Me.rdoFrequency.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFrequency.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFrequency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFrequency.Location = New System.Drawing.Point(27, 10) Me.rdoFrequency.Name = "rdoFrequency" + Me.rdoFrequency.Size = New System.Drawing.Size(91, 28) + Me.rdoFrequency.TabIndex = 1 Me.rdoFrequency.TabStop = True Me.rdoFrequency.Tag = "Frequency" + Me.rdoFrequency.Text = "Frequency" + Me.rdoFrequency.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFrequency.UseVisualStyleBackColor = False ' 'lblXvariable ' - resources.ApplyResources(Me.lblXvariable, "lblXvariable") + Me.lblXvariable.AutoSize = True + Me.lblXvariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXvariable.Location = New System.Drawing.Point(255, 196) Me.lblXvariable.Name = "lblXvariable" + Me.lblXvariable.Size = New System.Drawing.Size(58, 13) + Me.lblXvariable.TabIndex = 5 + Me.lblXvariable.Text = "X Variable:" ' 'rdoPie ' - resources.ApplyResources(Me.rdoPie, "rdoPie") + Me.rdoPie.AutoSize = True + Me.rdoPie.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPie.Location = New System.Drawing.Point(115, 358) Me.rdoPie.Name = "rdoPie" + Me.rdoPie.Size = New System.Drawing.Size(40, 17) + Me.rdoPie.TabIndex = 34 Me.rdoPie.TabStop = True + Me.rdoPie.Text = "Pie" Me.rdoPie.UseVisualStyleBackColor = True ' 'rdoDonut ' - resources.ApplyResources(Me.rdoDonut, "rdoDonut") + Me.rdoDonut.AutoSize = True + Me.rdoDonut.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDonut.Location = New System.Drawing.Point(115, 380) Me.rdoDonut.Name = "rdoDonut" + Me.rdoDonut.Size = New System.Drawing.Size(54, 17) + Me.rdoDonut.TabIndex = 32 Me.rdoDonut.TabStop = True + Me.rdoDonut.Text = "Donut" Me.rdoDonut.UseVisualStyleBackColor = True ' 'lblLabelPosition ' - resources.ApplyResources(Me.lblLabelPosition, "lblLabelPosition") + Me.lblLabelPosition.AutoSize = True + Me.lblLabelPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabelPosition.Location = New System.Drawing.Point(101, 431) Me.lblLabelPosition.Name = "lblLabelPosition" + Me.lblLabelPosition.Size = New System.Drawing.Size(47, 13) + Me.lblLabelPosition.TabIndex = 24 + Me.lblLabelPosition.Text = "Position:" ' 'lblLabelColour ' - resources.ApplyResources(Me.lblLabelColour, "lblLabelColour") + Me.lblLabelColour.AutoSize = True + Me.lblLabelColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabelColour.Location = New System.Drawing.Point(210, 431) Me.lblLabelColour.Name = "lblLabelColour" + Me.lblLabelColour.Size = New System.Drawing.Size(40, 13) + Me.lblLabelColour.TabIndex = 26 + Me.lblLabelColour.Text = "Colour:" ' 'lblLabelSize ' - resources.ApplyResources(Me.lblLabelSize, "lblLabelSize") + Me.lblLabelSize.AutoSize = True + Me.lblLabelSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabelSize.Location = New System.Drawing.Point(313, 431) Me.lblLabelSize.Name = "lblLabelSize" + Me.lblLabelSize.Size = New System.Drawing.Size(30, 13) + Me.lblLabelSize.TabIndex = 56 + Me.lblLabelSize.Text = "Size:" ' 'lblLollipopSize ' - resources.ApplyResources(Me.lblLollipopSize, "lblLollipopSize") + Me.lblLollipopSize.AutoSize = True + Me.lblLollipopSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLollipopSize.Location = New System.Drawing.Point(109, 407) Me.lblLollipopSize.Name = "lblLollipopSize" + Me.lblLollipopSize.Size = New System.Drawing.Size(30, 13) + Me.lblLollipopSize.TabIndex = 42 + Me.lblLollipopSize.Text = "Size:" ' 'lblLollipopColour ' - resources.ApplyResources(Me.lblLollipopColour, "lblLollipopColour") + Me.lblLollipopColour.AutoSize = True + Me.lblLollipopColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLollipopColour.Location = New System.Drawing.Point(210, 407) Me.lblLollipopColour.Name = "lblLollipopColour" + Me.lblLollipopColour.Size = New System.Drawing.Size(40, 13) + Me.lblLollipopColour.TabIndex = 44 + Me.lblLollipopColour.Text = "Colour:" ' 'lblReorder ' - resources.ApplyResources(Me.lblReorder, "lblReorder") + Me.lblReorder.AutoSize = True + Me.lblReorder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblReorder.Location = New System.Drawing.Point(254, 316) Me.lblReorder.Name = "lblReorder" + Me.lblReorder.Size = New System.Drawing.Size(48, 13) + Me.lblReorder.TabIndex = 36 + Me.lblReorder.Text = "Reorder:" ' 'lblReorderX ' - resources.ApplyResources(Me.lblReorderX, "lblReorderX") + Me.lblReorderX.AutoSize = True + Me.lblReorderX.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblReorderX.Location = New System.Drawing.Point(255, 196) Me.lblReorderX.Name = "lblReorderX" + Me.lblReorderX.Size = New System.Drawing.Size(48, 13) + Me.lblReorderX.TabIndex = 11 + Me.lblReorderX.Text = "Reorder:" ' 'lblReorderValue ' - resources.ApplyResources(Me.lblReorderValue, "lblReorderValue") + Me.lblReorderValue.AutoSize = True + Me.lblReorderValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblReorderValue.Location = New System.Drawing.Point(255, 236) Me.lblReorderValue.Name = "lblReorderValue" + Me.lblReorderValue.Size = New System.Drawing.Size(48, 13) + Me.lblReorderValue.TabIndex = 34 + Me.lblReorderValue.Text = "Reorder:" ' 'rdoTreeMap ' - resources.ApplyResources(Me.rdoTreeMap, "rdoTreeMap") + Me.rdoTreeMap.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTreeMap.BackColor = System.Drawing.SystemColors.Control Me.rdoTreeMap.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTreeMap.FlatAppearance.BorderSize = 2 Me.rdoTreeMap.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTreeMap.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTreeMap.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTreeMap.Location = New System.Drawing.Point(205, 10) Me.rdoTreeMap.Name = "rdoTreeMap" + Me.rdoTreeMap.Size = New System.Drawing.Size(91, 28) + Me.rdoTreeMap.TabIndex = 3 Me.rdoTreeMap.TabStop = True Me.rdoTreeMap.Tag = "Value" + Me.rdoTreeMap.Text = "Treemap" + Me.rdoTreeMap.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTreeMap.UseVisualStyleBackColor = False ' 'lblFill ' - resources.ApplyResources(Me.lblFill, "lblFill") + Me.lblFill.AutoSize = True + Me.lblFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFill.Location = New System.Drawing.Point(255, 94) Me.lblFill.Name = "lblFill" + Me.lblFill.Size = New System.Drawing.Size(22, 13) + Me.lblFill.TabIndex = 40 + Me.lblFill.Text = "Fill:" ' 'lblArea ' - resources.ApplyResources(Me.lblArea, "lblArea") + Me.lblArea.AutoSize = True + Me.lblArea.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblArea.Location = New System.Drawing.Point(255, 55) Me.lblArea.Name = "lblArea" + Me.lblArea.Size = New System.Drawing.Size(32, 13) + Me.lblArea.TabIndex = 10 + Me.lblArea.Text = "Area:" ' 'lblPlace ' - resources.ApplyResources(Me.lblPlace, "lblPlace") + Me.lblPlace.AutoSize = True + Me.lblPlace.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPlace.Location = New System.Drawing.Point(96, 383) Me.lblPlace.Name = "lblPlace" + Me.lblPlace.Size = New System.Drawing.Size(37, 13) + Me.lblPlace.TabIndex = 47 + Me.lblPlace.Text = "Place:" ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabel.Location = New System.Drawing.Point(226, 383) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(36, 13) + Me.lblLabel.TabIndex = 52 + Me.lblLabel.Text = "Label:" ' 'rdoWordCloud ' - resources.ApplyResources(Me.rdoWordCloud, "rdoWordCloud") + Me.rdoWordCloud.Appearance = System.Windows.Forms.Appearance.Button Me.rdoWordCloud.BackColor = System.Drawing.SystemColors.Control Me.rdoWordCloud.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWordCloud.FlatAppearance.BorderSize = 2 Me.rdoWordCloud.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWordCloud.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoWordCloud.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWordCloud.Location = New System.Drawing.Point(294, 10) Me.rdoWordCloud.Name = "rdoWordCloud" + Me.rdoWordCloud.Size = New System.Drawing.Size(91, 28) + Me.rdoWordCloud.TabIndex = 4 Me.rdoWordCloud.TabStop = True Me.rdoWordCloud.Tag = "Value" + Me.rdoWordCloud.Text = "Wordcloud" + Me.rdoWordCloud.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWordCloud.UseVisualStyleBackColor = False ' 'lblWordcloudLabel ' - resources.ApplyResources(Me.lblWordcloudLabel, "lblWordcloudLabel") + Me.lblWordcloudLabel.AutoSize = True + Me.lblWordcloudLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWordcloudLabel.Location = New System.Drawing.Point(255, 56) Me.lblWordcloudLabel.Name = "lblWordcloudLabel" + Me.lblWordcloudLabel.Size = New System.Drawing.Size(36, 13) + Me.lblWordcloudLabel.TabIndex = 9 + Me.lblWordcloudLabel.Text = "Label:" ' 'lblWordcloudSize ' - resources.ApplyResources(Me.lblWordcloudSize, "lblWordcloudSize") + Me.lblWordcloudSize.AutoSize = True + Me.lblWordcloudSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWordcloudSize.Location = New System.Drawing.Point(255, 95) Me.lblWordcloudSize.Name = "lblWordcloudSize" + Me.lblWordcloudSize.Size = New System.Drawing.Size(30, 13) + Me.lblWordcloudSize.TabIndex = 13 + Me.lblWordcloudSize.Text = "Size:" ' 'lblWordcloudColor ' - resources.ApplyResources(Me.lblWordcloudColor, "lblWordcloudColor") + Me.lblWordcloudColor.AutoSize = True + Me.lblWordcloudColor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWordcloudColor.Location = New System.Drawing.Point(255, 135) Me.lblWordcloudColor.Name = "lblWordcloudColor" + Me.lblWordcloudColor.Size = New System.Drawing.Size(34, 13) + Me.lblWordcloudColor.TabIndex = 17 + Me.lblWordcloudColor.Text = "Color:" ' 'lblWordcloudAngle ' - resources.ApplyResources(Me.lblWordcloudAngle, "lblWordcloudAngle") + Me.lblWordcloudAngle.AutoSize = True + Me.lblWordcloudAngle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWordcloudAngle.Location = New System.Drawing.Point(255, 175) Me.lblWordcloudAngle.Name = "lblWordcloudAngle" + Me.lblWordcloudAngle.Size = New System.Drawing.Size(37, 13) + Me.lblWordcloudAngle.TabIndex = 21 + Me.lblWordcloudAngle.Text = "Angle:" ' 'ucrInputPlace ' Me.ucrInputPlace.AddQuotesIfUnrecognised = True + Me.ucrInputPlace.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPlace.GetSetSelectedIndex = -1 Me.ucrInputPlace.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPlace, "ucrInputPlace") + Me.ucrInputPlace.Location = New System.Drawing.Point(134, 379) Me.ucrInputPlace.Name = "ucrInputPlace" + Me.ucrInputPlace.Size = New System.Drawing.Size(88, 21) + Me.ucrInputPlace.TabIndex = 53 ' 'ucrInputLayout ' Me.ucrInputLayout.AddQuotesIfUnrecognised = True + Me.ucrInputLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLayout.GetSetSelectedIndex = -1 Me.ucrInputLayout.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLayout, "ucrInputLayout") + Me.ucrInputLayout.Location = New System.Drawing.Point(79, 354) Me.ucrInputLayout.Name = "ucrInputLayout" + Me.ucrInputLayout.Size = New System.Drawing.Size(99, 21) + Me.ucrInputLayout.TabIndex = 38 ' 'ucrReceiverLabel ' + Me.ucrReceiverLabel.AutoSize = True Me.ucrReceiverLabel.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLabel, "ucrReceiverLabel") + Me.ucrReceiverLabel.Location = New System.Drawing.Point(264, 379) + Me.ucrReceiverLabel.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLabel.Name = "ucrReceiverLabel" Me.ucrReceiverLabel.Selector = Nothing + Me.ucrReceiverLabel.Size = New System.Drawing.Size(113, 21) Me.ucrReceiverLabel.strNcFilePath = "" + Me.ucrReceiverLabel.TabIndex = 57 Me.ucrReceiverLabel.ucrSelector = Nothing ' 'ucrInputLabelSize ' Me.ucrInputLabelSize.AddQuotesIfUnrecognised = True + Me.ucrInputLabelSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabelSize.GetSetSelectedIndex = -1 Me.ucrInputLabelSize.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabelSize, "ucrInputLabelSize") + Me.ucrInputLabelSize.Location = New System.Drawing.Point(346, 428) Me.ucrInputLabelSize.Name = "ucrInputLabelSize" + Me.ucrInputLabelSize.Size = New System.Drawing.Size(57, 21) + Me.ucrInputLabelSize.TabIndex = 58 ' 'ucrNudLollipopSize ' + Me.ucrNudLollipopSize.AutoSize = True Me.ucrNudLollipopSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLollipopSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLollipopSize, "ucrNudLollipopSize") + Me.ucrNudLollipopSize.Location = New System.Drawing.Point(142, 404) Me.ucrNudLollipopSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLollipopSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLollipopSize.Name = "ucrNudLollipopSize" + Me.ucrNudLollipopSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLollipopSize.TabIndex = 43 Me.ucrNudLollipopSize.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrNudMaxSize ' + Me.ucrNudMaxSize.AutoSize = True Me.ucrNudMaxSize.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxSize.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxSize, "ucrNudMaxSize") + Me.ucrNudMaxSize.Location = New System.Drawing.Point(104, 332) Me.ucrNudMaxSize.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxSize.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxSize.Name = "ucrNudMaxSize" + Me.ucrNudMaxSize.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxSize.TabIndex = 64 Me.ucrNudMaxSize.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'ucrInputLollipopColour ' Me.ucrInputLollipopColour.AddQuotesIfUnrecognised = True + Me.ucrInputLollipopColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLollipopColour.GetSetSelectedIndex = -1 Me.ucrInputLollipopColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLollipopColour, "ucrInputLollipopColour") + Me.ucrInputLollipopColour.Location = New System.Drawing.Point(252, 404) Me.ucrInputLollipopColour.Name = "ucrInputLollipopColour" + Me.ucrInputLollipopColour.Size = New System.Drawing.Size(93, 21) + Me.ucrInputLollipopColour.TabIndex = 45 ' 'ucrChkLollipop ' + Me.ucrChkLollipop.AutoSize = True Me.ucrChkLollipop.Checked = False - resources.ApplyResources(Me.ucrChkLollipop, "ucrChkLollipop") + Me.ucrChkLollipop.Location = New System.Drawing.Point(10, 404) Me.ucrChkLollipop.Name = "ucrChkLollipop" + Me.ucrChkLollipop.Size = New System.Drawing.Size(93, 23) + Me.ucrChkLollipop.TabIndex = 41 ' 'ucrInputLabelPosition ' Me.ucrInputLabelPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLabelPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabelPosition.GetSetSelectedIndex = -1 Me.ucrInputLabelPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabelPosition, "ucrInputLabelPosition") + Me.ucrInputLabelPosition.Location = New System.Drawing.Point(151, 428) Me.ucrInputLabelPosition.Name = "ucrInputLabelPosition" + Me.ucrInputLabelPosition.Size = New System.Drawing.Size(57, 21) + Me.ucrInputLabelPosition.TabIndex = 25 ' 'ucrInputBarChartPositions ' Me.ucrInputBarChartPositions.AddQuotesIfUnrecognised = True + Me.ucrInputBarChartPositions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBarChartPositions.GetSetSelectedIndex = -1 Me.ucrInputBarChartPositions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBarChartPositions, "ucrInputBarChartPositions") + Me.ucrInputBarChartPositions.Location = New System.Drawing.Point(252, 372) Me.ucrInputBarChartPositions.Name = "ucrInputBarChartPositions" + Me.ucrInputBarChartPositions.Size = New System.Drawing.Size(120, 21) + Me.ucrInputBarChartPositions.TabIndex = 40 ' 'ucrSaveBar ' - resources.ApplyResources(Me.ucrSaveBar, "ucrSaveBar") + Me.ucrSaveBar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveBar.Location = New System.Drawing.Point(10, 461) + Me.ucrSaveBar.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveBar.Name = "ucrSaveBar" + Me.ucrSaveBar.Size = New System.Drawing.Size(255, 24) + Me.ucrSaveBar.TabIndex = 59 ' 'ucrReceiverByFactor ' + Me.ucrReceiverByFactor.AutoSize = True Me.ucrReceiverByFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverByFactor, "ucrReceiverByFactor") + Me.ucrReceiverByFactor.Location = New System.Drawing.Point(252, 292) + Me.ucrReceiverByFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverByFactor.Name = "ucrReceiverByFactor" Me.ucrReceiverByFactor.Selector = Nothing + Me.ucrReceiverByFactor.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverByFactor.strNcFilePath = "" + Me.ucrReceiverByFactor.TabIndex = 23 Me.ucrReceiverByFactor.ucrSelector = Nothing ' 'ucrBarChartSelector ' + Me.ucrBarChartSelector.AutoSize = True Me.ucrBarChartSelector.bDropUnusedFilterLevels = False Me.ucrBarChartSelector.bShowHiddenColumns = False Me.ucrBarChartSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrBarChartSelector, "ucrBarChartSelector") + Me.ucrBarChartSelector.Location = New System.Drawing.Point(10, 52) + Me.ucrBarChartSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrBarChartSelector.Name = "ucrBarChartSelector" + Me.ucrBarChartSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrBarChartSelector.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 491) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 60 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(19, 6) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(372, 36) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrReceiverArea ' + Me.ucrReceiverArea.AutoSize = True Me.ucrReceiverArea.frmParent = Me - resources.ApplyResources(Me.ucrReceiverArea, "ucrReceiverArea") + Me.ucrReceiverArea.Location = New System.Drawing.Point(252, 71) + Me.ucrReceiverArea.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverArea.Name = "ucrReceiverArea" Me.ucrReceiverArea.Selector = Nothing + Me.ucrReceiverArea.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverArea.strNcFilePath = "" + Me.ucrReceiverArea.TabIndex = 8 Me.ucrReceiverArea.ucrSelector = Nothing ' 'ucrReceiverWordcloudLabel ' + Me.ucrReceiverWordcloudLabel.AutoSize = True Me.ucrReceiverWordcloudLabel.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWordcloudLabel, "ucrReceiverWordcloudLabel") + Me.ucrReceiverWordcloudLabel.Location = New System.Drawing.Point(252, 71) + Me.ucrReceiverWordcloudLabel.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWordcloudLabel.Name = "ucrReceiverWordcloudLabel" Me.ucrReceiverWordcloudLabel.Selector = Nothing + Me.ucrReceiverWordcloudLabel.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverWordcloudLabel.strNcFilePath = "" + Me.ucrReceiverWordcloudLabel.TabIndex = 7 Me.ucrReceiverWordcloudLabel.ucrSelector = Nothing ' 'ucrInputReorderValue ' Me.ucrInputReorderValue.AddQuotesIfUnrecognised = True + Me.ucrInputReorderValue.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputReorderValue.GetSetSelectedIndex = -1 Me.ucrInputReorderValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputReorderValue, "ucrInputReorderValue") + Me.ucrInputReorderValue.Location = New System.Drawing.Point(252, 252) Me.ucrInputReorderValue.Name = "ucrInputReorderValue" + Me.ucrInputReorderValue.Size = New System.Drawing.Size(93, 21) + Me.ucrInputReorderValue.TabIndex = 22 ' 'ucrReceiverWordcloudSize ' + Me.ucrReceiverWordcloudSize.AutoSize = True Me.ucrReceiverWordcloudSize.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWordcloudSize, "ucrReceiverWordcloudSize") + Me.ucrReceiverWordcloudSize.Location = New System.Drawing.Point(252, 111) + Me.ucrReceiverWordcloudSize.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWordcloudSize.Name = "ucrReceiverWordcloudSize" Me.ucrReceiverWordcloudSize.Selector = Nothing + Me.ucrReceiverWordcloudSize.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverWordcloudSize.strNcFilePath = "" + Me.ucrReceiverWordcloudSize.TabIndex = 14 Me.ucrReceiverWordcloudSize.ucrSelector = Nothing ' 'ucrReceiverFill ' + Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFill, "ucrReceiverFill") + Me.ucrReceiverFill.Location = New System.Drawing.Point(252, 111) + Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFill.Name = "ucrReceiverFill" Me.ucrReceiverFill.Selector = Nothing + Me.ucrReceiverFill.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverFill.strNcFilePath = "" + Me.ucrReceiverFill.TabIndex = 15 Me.ucrReceiverFill.ucrSelector = Nothing ' 'ucrReceiverWordcloudColor ' + Me.ucrReceiverWordcloudColor.AutoSize = True Me.ucrReceiverWordcloudColor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWordcloudColor, "ucrReceiverWordcloudColor") + Me.ucrReceiverWordcloudColor.Location = New System.Drawing.Point(252, 151) + Me.ucrReceiverWordcloudColor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWordcloudColor.Name = "ucrReceiverWordcloudColor" Me.ucrReceiverWordcloudColor.Selector = Nothing + Me.ucrReceiverWordcloudColor.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverWordcloudColor.strNcFilePath = "" + Me.ucrReceiverWordcloudColor.TabIndex = 16 Me.ucrReceiverWordcloudColor.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(252, 212) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 19 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrInputReorderX ' Me.ucrInputReorderX.AddQuotesIfUnrecognised = True + Me.ucrInputReorderX.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputReorderX.GetSetSelectedIndex = -1 Me.ucrInputReorderX.IsReadOnly = False - resources.ApplyResources(Me.ucrInputReorderX, "ucrInputReorderX") + Me.ucrInputReorderX.Location = New System.Drawing.Point(252, 212) Me.ucrInputReorderX.Name = "ucrInputReorderX" + Me.ucrInputReorderX.Size = New System.Drawing.Size(93, 21) + Me.ucrInputReorderX.TabIndex = 12 ' 'ucrReceiverWordcloudAngle ' + Me.ucrReceiverWordcloudAngle.AutoSize = True Me.ucrReceiverWordcloudAngle.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWordcloudAngle, "ucrReceiverWordcloudAngle") + Me.ucrReceiverWordcloudAngle.Location = New System.Drawing.Point(252, 191) + Me.ucrReceiverWordcloudAngle.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWordcloudAngle.Name = "ucrReceiverWordcloudAngle" Me.ucrReceiverWordcloudAngle.Selector = Nothing + Me.ucrReceiverWordcloudAngle.Size = New System.Drawing.Size(120, 21) Me.ucrReceiverWordcloudAngle.strNcFilePath = "" + Me.ucrReceiverWordcloudAngle.TabIndex = 20 Me.ucrReceiverWordcloudAngle.ucrSelector = Nothing ' 'ucrChkIncreaseSize ' + Me.ucrChkIncreaseSize.AutoSize = True Me.ucrChkIncreaseSize.Checked = False - resources.ApplyResources(Me.ucrChkIncreaseSize, "ucrChkIncreaseSize") + Me.ucrChkIncreaseSize.Location = New System.Drawing.Point(10, 332) Me.ucrChkIncreaseSize.Name = "ucrChkIncreaseSize" + Me.ucrChkIncreaseSize.Size = New System.Drawing.Size(88, 23) + Me.ucrChkIncreaseSize.TabIndex = 63 ' 'ucrInputAddReorder ' Me.ucrInputAddReorder.AddQuotesIfUnrecognised = True + Me.ucrInputAddReorder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputAddReorder.GetSetSelectedIndex = -1 Me.ucrInputAddReorder.IsReadOnly = False - resources.ApplyResources(Me.ucrInputAddReorder, "ucrInputAddReorder") + Me.ucrInputAddReorder.Location = New System.Drawing.Point(252, 332) Me.ucrInputAddReorder.Name = "ucrInputAddReorder" + Me.ucrInputAddReorder.Size = New System.Drawing.Size(93, 21) + Me.ucrInputAddReorder.TabIndex = 37 ' 'ucrChkAddLabelsText ' + Me.ucrChkAddLabelsText.AutoSize = True Me.ucrChkAddLabelsText.Checked = False - resources.ApplyResources(Me.ucrChkAddLabelsText, "ucrChkAddLabelsText") + Me.ucrChkAddLabelsText.Location = New System.Drawing.Point(10, 428) Me.ucrChkAddLabelsText.Name = "ucrChkAddLabelsText" + Me.ucrChkAddLabelsText.Size = New System.Drawing.Size(88, 23) + Me.ucrChkAddLabelsText.TabIndex = 46 ' 'ucrPnlPolar ' - resources.ApplyResources(Me.ucrPnlPolar, "ucrPnlPolar") + Me.ucrPnlPolar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPolar.Location = New System.Drawing.Point(106, 356) Me.ucrPnlPolar.Name = "ucrPnlPolar" + Me.ucrPnlPolar.Size = New System.Drawing.Size(72, 45) + Me.ucrPnlPolar.TabIndex = 33 ' 'ucrInputLabelColour ' Me.ucrInputLabelColour.AddQuotesIfUnrecognised = True + Me.ucrInputLabelColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLabelColour.GetSetSelectedIndex = -1 Me.ucrInputLabelColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabelColour, "ucrInputLabelColour") + Me.ucrInputLabelColour.Location = New System.Drawing.Point(252, 428) Me.ucrInputLabelColour.Name = "ucrInputLabelColour" + Me.ucrInputLabelColour.Size = New System.Drawing.Size(57, 21) + Me.ucrInputLabelColour.TabIndex = 54 ' 'ucrChkStart ' + Me.ucrChkStart.AutoSize = True Me.ucrChkStart.Checked = False - resources.ApplyResources(Me.ucrChkStart, "ucrChkStart") + Me.ucrChkStart.Location = New System.Drawing.Point(10, 332) Me.ucrChkStart.Name = "ucrChkStart" + Me.ucrChkStart.Size = New System.Drawing.Size(63, 23) + Me.ucrChkStart.TabIndex = 28 ' 'ucrInputStart ' Me.ucrInputStart.AddQuotesIfUnrecognised = True + Me.ucrInputStart.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStart.GetSetSelectedIndex = -1 Me.ucrInputStart.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStart, "ucrInputStart") + Me.ucrInputStart.Location = New System.Drawing.Point(79, 330) Me.ucrInputStart.Name = "ucrInputStart" + Me.ucrInputStart.Size = New System.Drawing.Size(93, 21) + Me.ucrInputStart.TabIndex = 30 ' 'ucrChkLayout ' + Me.ucrChkLayout.AutoSize = True Me.ucrChkLayout.Checked = False - resources.ApplyResources(Me.ucrChkLayout, "ucrChkLayout") + Me.ucrChkLayout.Location = New System.Drawing.Point(10, 356) Me.ucrChkLayout.Name = "ucrChkLayout" + Me.ucrChkLayout.Size = New System.Drawing.Size(63, 23) + Me.ucrChkLayout.TabIndex = 35 ' 'ucrChkFlipCoordinates ' + Me.ucrChkFlipCoordinates.AutoSize = True Me.ucrChkFlipCoordinates.Checked = False - resources.ApplyResources(Me.ucrChkFlipCoordinates, "ucrChkFlipCoordinates") + Me.ucrChkFlipCoordinates.Location = New System.Drawing.Point(10, 332) Me.ucrChkFlipCoordinates.Name = "ucrChkFlipCoordinates" + Me.ucrChkFlipCoordinates.Size = New System.Drawing.Size(166, 23) + Me.ucrChkFlipCoordinates.TabIndex = 29 ' 'ucrChkAddLabelsTreemap ' + Me.ucrChkAddLabelsTreemap.AutoSize = True Me.ucrChkAddLabelsTreemap.Checked = False - resources.ApplyResources(Me.ucrChkAddLabelsTreemap, "ucrChkAddLabelsTreemap") + Me.ucrChkAddLabelsTreemap.Location = New System.Drawing.Point(10, 380) Me.ucrChkAddLabelsTreemap.Name = "ucrChkAddLabelsTreemap" + Me.ucrChkAddLabelsTreemap.Size = New System.Drawing.Size(83, 23) + Me.ucrChkAddLabelsTreemap.TabIndex = 61 ' 'ucrChkBacktoback ' + Me.ucrChkBacktoback.AutoSize = True Me.ucrChkBacktoback.Checked = False - resources.ApplyResources(Me.ucrChkBacktoback, "ucrChkBacktoback") + Me.ucrChkBacktoback.Location = New System.Drawing.Point(10, 308) Me.ucrChkBacktoback.Name = "ucrChkBacktoback" + Me.ucrChkBacktoback.Size = New System.Drawing.Size(166, 23) + Me.ucrChkBacktoback.TabIndex = 27 ' 'ucrChkPolarCoordinates ' + Me.ucrChkPolarCoordinates.AutoSize = True Me.ucrChkPolarCoordinates.Checked = False - resources.ApplyResources(Me.ucrChkPolarCoordinates, "ucrChkPolarCoordinates") + Me.ucrChkPolarCoordinates.Location = New System.Drawing.Point(10, 356) Me.ucrChkPolarCoordinates.Name = "ucrChkPolarCoordinates" + Me.ucrChkPolarCoordinates.Size = New System.Drawing.Size(83, 23) + Me.ucrChkPolarCoordinates.TabIndex = 31 ' 'ucrVariablesAsFactorForBarChart ' + Me.ucrVariablesAsFactorForBarChart.AutoSize = True Me.ucrVariablesAsFactorForBarChart.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorForBarChart, "ucrVariablesAsFactorForBarChart") + Me.ucrVariablesAsFactorForBarChart.Location = New System.Drawing.Point(252, 52) Me.ucrVariablesAsFactorForBarChart.Name = "ucrVariablesAsFactorForBarChart" Me.ucrVariablesAsFactorForBarChart.Selector = Nothing + Me.ucrVariablesAsFactorForBarChart.Size = New System.Drawing.Size(125, 141) Me.ucrVariablesAsFactorForBarChart.strNcFilePath = "" + Me.ucrVariablesAsFactorForBarChart.TabIndex = 6 Me.ucrVariablesAsFactorForBarChart.ucrSelector = Nothing Me.ucrVariablesAsFactorForBarChart.ucrVariableSelector = Nothing ' 'dlgBarAndPieChart ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 547) Me.Controls.Add(Me.ucrInputPlace) Me.Controls.Add(Me.lblPlace) Me.Controls.Add(Me.ucrInputLayout) @@ -633,7 +898,9 @@ Partial Class dlgBarAndPieChart Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgBarAndPieChart" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Bar_and_Pie_Chart" + Me.Text = "Bar and Pie Chart" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgBarAndPieChart.resx b/instat/dlgBarAndPieChart.resx index 1a3339438b5..1b25fc32012 100644 --- a/instat/dlgBarAndPieChart.resx +++ b/instat/dlgBarAndPieChart.resx @@ -117,1690 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 255, 277 - - - 76, 13 - - - 24 - - - By Factor (Fill): - - - lblByFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - NoControl - - - 11, 274 - - - 166, 25 - - - 26 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 25 - - - Button - - - Flat - - - NoControl - - - 116, 10 - - - 91, 28 - - - 2 - - - Value - - - MiddleCenter - - - rdoValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - NoControl - - - 11, 243 - - - 166, 25 - - - 10 - - - Bar Chart Options - - - cmdBarChartOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 44 - - - True - - - NoControl - - - 254, 357 - - - 47, 13 - - - 39 - - - Position: - - - lblPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - Button - - - Flat - - - NoControl - - - 27, 10 - - - 91, 28 - - - 1 - - - Frequency - - - MiddleCenter - - - rdoFrequency - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 255, 196 - - - 58, 13 - - - 5 - - - X Variable: - - - lblXvariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 45 - - - True - - - NoControl - - - 115, 358 - - - 40, 17 - - - 34 - - - Pie - - - rdoPie - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 115, 380 - - - 54, 17 - - - 32 - - - Donut - - - rdoDonut - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 101, 431 - - - 47, 13 - - - 24 - - - Position: - - - lblLabelPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 51 - - - True - - - NoControl - - - 210, 431 - - - 40, 13 - - - 26 - - - Colour: - - - lblLabelColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 313, 431 - - - 30, 13 - - - 56 - - - Size: - - - lblLabelSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 109, 407 - - - 30, 13 - - - 42 - - - Size: - - - lblLollipopSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 210, 407 - - - 40, 13 - - - 44 - - - Colour: - - - lblLollipopColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 254, 316 - - - 48, 13 - - - 36 - - - Reorder: - - - lblReorder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 37 - - - True - - - NoControl - - - 255, 196 - - - 48, 13 - - - 11 - - - Reorder: - - - lblReorderX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 47 - - - True - - - NoControl - - - 255, 236 - - - 48, 13 - - - 34 - - - Reorder: - - - lblReorderValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - NoControl - - - 205, 10 - - - 91, 28 - - - 3 - - - Treemap - - - MiddleCenter - - - rdoTreeMap - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 255, 94 - - - 22, 13 - - - 40 - - - Fill: - - - lblFill - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - True - - - NoControl - - - 255, 55 - - - 32, 13 - - - 10 - - - Area: - - - lblArea - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 62 - 17, 17 116, 17 - - True - - - NoControl - - - 96, 383 - - - 37, 13 - - - 47 - - - Place: - - - lblPlace - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 226, 383 - - - 36, 13 - - - 52 - - - Label: - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 294, 10 - - - 91, 28 - - - 4 - - - Wordcloud - - - MiddleCenter - - - rdoWordCloud - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 255, 56 - - - 36, 13 - - - 9 - - - Label: - - - lblWordcloudLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 61 - - - True - - - NoControl - - - 255, 95 - - - 30, 13 - - - 13 - - - Size: - - - lblWordcloudSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - True - - - NoControl - - - 255, 135 - - - 34, 13 - - - 17 - - - Color: - - - lblWordcloudColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - True - - - NoControl - - - 255, 175 - - - 37, 13 - - - 21 - - - Angle: - - - lblWordcloudAngle - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 42 - - - 134, 379 - - - 88, 21 - - - 53 - - - ucrInputPlace - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 79, 354 - - - 99, 21 - - - 38 - - - ucrInputLayout - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 415, 547 - - - 346, 428 - - - 57, 21 - - - 58 - - - ucrInputLabelSize - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 142, 404 - - - 50, 20 - - - 43 - - - ucrNudLollipopSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 104, 332 - - - 50, 20 - - - 64 - - - ucrNudMaxSize - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 252, 404 - - - 93, 21 - - - 45 - - - ucrInputLollipopColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 404 - - - 93, 20 - - - 41 - - - ucrChkLollipop - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 151, 428 - - - 57, 21 - - - 25 - - - ucrInputLabelPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 252, 372 - - - 120, 21 - - - 40 - - - ucrInputBarChartPositions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 10, 461 - - - 4, 5, 4, 5 - - - 255, 24 - - - 59 - - - ucrSaveBar - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 252, 292 - - - 0, 0, 0, 0 - - - 120, 21 - - - 23 - - - ucrReceiverByFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 10, 52 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrBarChartSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - True - - - 7, 491 - - - 405, 52 - - - 60 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 29 - - - 19, 6 - - - 372, 36 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 30 - - - 252, 71 - - - 0, 0, 0, 0 - - - 120, 21 - - - 8 - - - ucrReceiverArea - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 252, 71 - - - 0, 0, 0, 0 - - - 120, 21 - - - 7 - - - ucrReceiverWordcloudLabel - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 32 - - - 252, 252 - - - 93, 21 - - - 22 - - - ucrInputReorderValue - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - 252, 111 - - - 0, 0, 0, 0 - - - 120, 21 - - - 14 - - - ucrReceiverWordcloudSize - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 38 - - - 252, 111 - - - 0, 0, 0, 0 - - - 120, 21 - - - 15 - - - ucrReceiverFill - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 39 - - - 252, 151 - - - 0, 0, 0, 0 - - - 120, 21 - - - 16 - - - ucrReceiverWordcloudColor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 40 - - - 252, 212 - - - 0, 0, 0, 0 - - - 120, 21 - - - 19 - - - ucrReceiverX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 41 - - - 252, 212 - - - 93, 21 - - - 12 - - - ucrInputReorderX - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 43 - - - 252, 191 - - - 0, 0, 0, 0 - - - 120, 21 - - - 20 - - - ucrReceiverWordcloudAngle - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 46 - - - 10, 332 - - - 88, 20 - - - 63 - - - ucrChkIncreaseSize - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 48 - - - 252, 332 - - - 93, 21 - - - 37 - - - ucrInputAddReorder - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 49 - - - 10, 428 - - - 88, 20 - - - 46 - - - ucrChkAddLabelsText - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 50 - - - 106, 356 - - - 72, 45 - - - 33 - - - ucrPnlPolar - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 52 - - - 252, 428 - - - 57, 21 - - - 54 - - - ucrInputLabelColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 53 - - - 10, 332 - - - 63, 20 - - - 28 - - - ucrChkStart - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 54 - - - 79, 330 - - - 93, 21 - - - 30 - - - ucrInputStart - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 55 - - - 10, 356 - - - 63, 20 - - - 35 - - - ucrChkLayout - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 56 - - - 10, 332 - - - 166, 20 - - - 29 - - - ucrChkFlipCoordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 57 - - - 10, 380 - - - 83, 20 - - - 61 - - - ucrChkAddLabelsTreemap - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 58 - - - 10, 308 - - - 166, 20 - - - 27 - - - ucrChkBacktoback - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 59 - - - 10, 356 - - - 83, 20 - - - 31 - - - ucrChkPolarCoordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 60 - - - 252, 52 - - - 125, 141 - - - 6 - - - ucrVariablesAsFactorForBarChart - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 63 - - - CenterScreen - - - Bar and Pie Chart - - - ttArea - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ttFill - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgBarAndPieChart - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 264, 379 - - - 0, 0, 0, 0 - - - 113, 21 - - - 57 - - - ucrReceiverLabel - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgBoxPlot.designer.vb b/instat/dlgBoxPlot.designer.vb index 3a9e8306a74..500ec39f8af 100644 --- a/instat/dlgBoxPlot.designer.vb +++ b/instat/dlgBoxPlot.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgBoxplot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgBoxplot)) Me.cmdOptions = New System.Windows.Forms.Button() Me.lblByFactors = New System.Windows.Forms.Label() Me.lblBySecondFactor = New System.Windows.Forms.Label() @@ -68,191 +67,296 @@ Partial Class dlgBoxplot ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 268) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(149, 25) + Me.cmdOptions.TabIndex = 11 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblByFactors ' - resources.ApplyResources(Me.lblByFactors, "lblByFactors") + Me.lblByFactors.AutoSize = True + Me.lblByFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblByFactors.Location = New System.Drawing.Point(272, 207) Me.lblByFactors.Name = "lblByFactors" + Me.lblByFactors.Size = New System.Drawing.Size(88, 13) + Me.lblByFactors.TabIndex = 6 Me.lblByFactors.Tag = "By_Factor:" + Me.lblByFactors.Text = "Factor (Optional):" ' 'lblBySecondFactor ' - resources.ApplyResources(Me.lblBySecondFactor, "lblBySecondFactor") + Me.lblBySecondFactor.AutoSize = True + Me.lblBySecondFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBySecondFactor.Location = New System.Drawing.Point(272, 249) Me.lblBySecondFactor.Name = "lblBySecondFactor" + Me.lblBySecondFactor.Size = New System.Drawing.Size(128, 13) + Me.lblBySecondFactor.TabIndex = 8 Me.lblBySecondFactor.Tag = "By_Second_Factor:" + Me.lblBySecondFactor.Text = "Second Factor (Optional):" ' 'cmdBoxPlotOptions ' - resources.ApplyResources(Me.cmdBoxPlotOptions, "cmdBoxPlotOptions") + Me.cmdBoxPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBoxPlotOptions.Location = New System.Drawing.Point(10, 237) Me.cmdBoxPlotOptions.Name = "cmdBoxPlotOptions" + Me.cmdBoxPlotOptions.Size = New System.Drawing.Size(149, 25) + Me.cmdBoxPlotOptions.TabIndex = 10 Me.cmdBoxPlotOptions.Tag = "Boxplot_Options" + Me.cmdBoxPlotOptions.Text = "Box Options" Me.cmdBoxPlotOptions.UseVisualStyleBackColor = True ' 'rdoBoxplotTufte ' - resources.ApplyResources(Me.rdoBoxplotTufte, "rdoBoxplotTufte") + Me.rdoBoxplotTufte.Appearance = System.Windows.Forms.Appearance.Button Me.rdoBoxplotTufte.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBoxplotTufte.FlatAppearance.BorderSize = 2 Me.rdoBoxplotTufte.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBoxplotTufte.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoBoxplotTufte.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoxplotTufte.Location = New System.Drawing.Point(17, 13) Me.rdoBoxplotTufte.Name = "rdoBoxplotTufte" + Me.rdoBoxplotTufte.Size = New System.Drawing.Size(133, 27) + Me.rdoBoxplotTufte.TabIndex = 1 Me.rdoBoxplotTufte.TabStop = True + Me.rdoBoxplotTufte.Text = "Boxplot/Tufte Boxplot" + Me.rdoBoxplotTufte.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBoxplotTufte.UseVisualStyleBackColor = True ' 'rdoJitter ' - resources.ApplyResources(Me.rdoJitter, "rdoJitter") + Me.rdoJitter.Appearance = System.Windows.Forms.Appearance.Button Me.rdoJitter.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoJitter.FlatAppearance.BorderSize = 2 Me.rdoJitter.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoJitter.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoJitter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoJitter.Location = New System.Drawing.Point(148, 13) Me.rdoJitter.Name = "rdoJitter" + Me.rdoJitter.Size = New System.Drawing.Size(129, 27) + Me.rdoJitter.TabIndex = 2 Me.rdoJitter.TabStop = True + Me.rdoJitter.Text = "Jitter Plot" + Me.rdoJitter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoJitter.UseVisualStyleBackColor = True ' 'rdoViolin ' - resources.ApplyResources(Me.rdoViolin, "rdoViolin") + Me.rdoViolin.Appearance = System.Windows.Forms.Appearance.Button Me.rdoViolin.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoViolin.FlatAppearance.BorderSize = 2 Me.rdoViolin.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoViolin.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoViolin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViolin.Location = New System.Drawing.Point(275, 13) Me.rdoViolin.Name = "rdoViolin" + Me.rdoViolin.Size = New System.Drawing.Size(135, 27) + Me.rdoViolin.TabIndex = 3 Me.rdoViolin.TabStop = True + Me.rdoViolin.Text = "Violin Plot" + Me.rdoViolin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoViolin.UseVisualStyleBackColor = True ' 'lblJitter ' - resources.ApplyResources(Me.lblJitter, "lblJitter") + Me.lblJitter.AutoSize = True + Me.lblJitter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblJitter.Location = New System.Drawing.Point(157, 353) Me.lblJitter.Name = "lblJitter" + Me.lblJitter.Size = New System.Drawing.Size(32, 13) + Me.lblJitter.TabIndex = 18 Me.lblJitter.Tag = "By_Factor:" + Me.lblJitter.Text = "Jitter:" ' 'lblTransparency ' - resources.ApplyResources(Me.lblTransparency, "lblTransparency") + Me.lblTransparency.AutoSize = True + Me.lblTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTransparency.Location = New System.Drawing.Point(251, 352) Me.lblTransparency.Name = "lblTransparency" + Me.lblTransparency.Size = New System.Drawing.Size(75, 13) + Me.lblTransparency.TabIndex = 20 Me.lblTransparency.Tag = "By_Factor:" + Me.lblTransparency.Text = "Transparency:" ' 'ucrChkTufte ' + Me.ucrChkTufte.AutoSize = True Me.ucrChkTufte.Checked = False - resources.ApplyResources(Me.ucrChkTufte, "ucrChkTufte") + Me.ucrChkTufte.Location = New System.Drawing.Point(275, 313) Me.ucrChkTufte.Name = "ucrChkTufte" + Me.ucrChkTufte.Size = New System.Drawing.Size(145, 23) + Me.ucrChkTufte.TabIndex = 24 ' 'ucrInputSummaries ' Me.ucrInputSummaries.AddQuotesIfUnrecognised = True + Me.ucrInputSummaries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSummaries.GetSetSelectedIndex = -1 Me.ucrInputSummaries.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSummaries, "ucrInputSummaries") + Me.ucrInputSummaries.Location = New System.Drawing.Point(160, 375) Me.ucrInputSummaries.Name = "ucrInputSummaries" + Me.ucrInputSummaries.Size = New System.Drawing.Size(137, 21) + Me.ucrInputSummaries.TabIndex = 22 ' 'ucrChkGrouptoConnect ' + Me.ucrChkGrouptoConnect.AutoSize = True Me.ucrChkGrouptoConnect.Checked = False - resources.ApplyResources(Me.ucrChkGrouptoConnect, "ucrChkGrouptoConnect") + Me.ucrChkGrouptoConnect.Location = New System.Drawing.Point(10, 375) Me.ucrChkGrouptoConnect.Name = "ucrChkGrouptoConnect" + Me.ucrChkGrouptoConnect.Size = New System.Drawing.Size(144, 23) + Me.ucrChkGrouptoConnect.TabIndex = 15 ' 'ucrNudTransparency ' + Me.ucrNudTransparency.AutoSize = True Me.ucrNudTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTransparency, "ucrNudTransparency") + Me.ucrNudTransparency.Location = New System.Drawing.Point(332, 349) Me.ucrNudTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Name = "ucrNudTransparency" + Me.ucrNudTransparency.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTransparency.TabIndex = 21 Me.ucrNudTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudJitter ' + Me.ucrNudJitter.AutoSize = True Me.ucrNudJitter.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJitter.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudJitter, "ucrNudJitter") + Me.ucrNudJitter.Location = New System.Drawing.Point(195, 349) Me.ucrNudJitter.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudJitter.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJitter.Name = "ucrNudJitter" + Me.ucrNudJitter.Size = New System.Drawing.Size(50, 20) + Me.ucrNudJitter.TabIndex = 19 Me.ucrNudJitter.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkAddPoints ' + Me.ucrChkAddPoints.AutoSize = True Me.ucrChkAddPoints.Checked = False - resources.ApplyResources(Me.ucrChkAddPoints, "ucrChkAddPoints") + Me.ucrChkAddPoints.Location = New System.Drawing.Point(10, 349) Me.ucrChkAddPoints.Name = "ucrChkAddPoints" + Me.ucrChkAddPoints.Size = New System.Drawing.Size(149, 23) + Me.ucrChkAddPoints.TabIndex = 14 ' 'ucrChkSwapParameters ' + Me.ucrChkSwapParameters.AutoSize = True Me.ucrChkSwapParameters.Checked = False - resources.ApplyResources(Me.ucrChkSwapParameters, "ucrChkSwapParameters") + Me.ucrChkSwapParameters.Enabled = False + Me.ucrChkSwapParameters.Location = New System.Drawing.Point(275, 290) Me.ucrChkSwapParameters.Name = "ucrChkSwapParameters" + Me.ucrChkSwapParameters.Size = New System.Drawing.Size(145, 23) + Me.ucrChkSwapParameters.TabIndex = 17 ' 'ucrSaveBoxplot ' - resources.ApplyResources(Me.ucrSaveBoxplot, "ucrSaveBoxplot") + Me.ucrSaveBoxplot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveBoxplot.Location = New System.Drawing.Point(10, 401) + Me.ucrSaveBoxplot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveBoxplot.Name = "ucrSaveBoxplot" + Me.ucrSaveBoxplot.Size = New System.Drawing.Size(328, 24) + Me.ucrSaveBoxplot.TabIndex = 16 ' 'ucrChkHorizontalBoxplot ' + Me.ucrChkHorizontalBoxplot.AutoSize = True Me.ucrChkHorizontalBoxplot.Checked = False - resources.ApplyResources(Me.ucrChkHorizontalBoxplot, "ucrChkHorizontalBoxplot") + Me.ucrChkHorizontalBoxplot.Location = New System.Drawing.Point(10, 324) Me.ucrChkHorizontalBoxplot.Name = "ucrChkHorizontalBoxplot" + Me.ucrChkHorizontalBoxplot.Size = New System.Drawing.Size(238, 23) + Me.ucrChkHorizontalBoxplot.TabIndex = 13 ' 'ucrChkVarWidth ' + Me.ucrChkVarWidth.AutoSize = True Me.ucrChkVarWidth.Checked = False - resources.ApplyResources(Me.ucrChkVarWidth, "ucrChkVarWidth") + Me.ucrChkVarWidth.Location = New System.Drawing.Point(10, 299) Me.ucrChkVarWidth.Name = "ucrChkVarWidth" + Me.ucrChkVarWidth.Size = New System.Drawing.Size(238, 23) + Me.ucrChkVarWidth.TabIndex = 12 ' 'ucrVariablesAsFactorForBoxplot ' + Me.ucrVariablesAsFactorForBoxplot.AutoSize = True Me.ucrVariablesAsFactorForBoxplot.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorForBoxplot, "ucrVariablesAsFactorForBoxplot") + Me.ucrVariablesAsFactorForBoxplot.Location = New System.Drawing.Point(275, 63) Me.ucrVariablesAsFactorForBoxplot.Name = "ucrVariablesAsFactorForBoxplot" Me.ucrVariablesAsFactorForBoxplot.Selector = Nothing + Me.ucrVariablesAsFactorForBoxplot.Size = New System.Drawing.Size(120, 130) Me.ucrVariablesAsFactorForBoxplot.strNcFilePath = "" + Me.ucrVariablesAsFactorForBoxplot.TabIndex = 5 Me.ucrVariablesAsFactorForBoxplot.ucrSelector = Nothing Me.ucrVariablesAsFactorForBoxplot.ucrVariableSelector = Nothing ' 'ucrSecondFactorReceiver ' + Me.ucrSecondFactorReceiver.AutoSize = True Me.ucrSecondFactorReceiver.frmParent = Me - resources.ApplyResources(Me.ucrSecondFactorReceiver, "ucrSecondFactorReceiver") + Me.ucrSecondFactorReceiver.Location = New System.Drawing.Point(275, 262) + Me.ucrSecondFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrSecondFactorReceiver.Name = "ucrSecondFactorReceiver" Me.ucrSecondFactorReceiver.Selector = Nothing + Me.ucrSecondFactorReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrSecondFactorReceiver.strNcFilePath = "" + Me.ucrSecondFactorReceiver.TabIndex = 9 Me.ucrSecondFactorReceiver.ucrSelector = Nothing ' 'ucrSelectorBoxPlot ' + Me.ucrSelectorBoxPlot.AutoSize = True Me.ucrSelectorBoxPlot.bDropUnusedFilterLevels = False Me.ucrSelectorBoxPlot.bShowHiddenColumns = False Me.ucrSelectorBoxPlot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorBoxPlot, "ucrSelectorBoxPlot") + Me.ucrSelectorBoxPlot.Location = New System.Drawing.Point(10, 50) + Me.ucrSelectorBoxPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorBoxPlot.Name = "ucrSelectorBoxPlot" + Me.ucrSelectorBoxPlot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorBoxPlot.TabIndex = 4 ' 'ucrByFactorsReceiver ' + Me.ucrByFactorsReceiver.AutoSize = True Me.ucrByFactorsReceiver.frmParent = Me - resources.ApplyResources(Me.ucrByFactorsReceiver, "ucrByFactorsReceiver") + Me.ucrByFactorsReceiver.Location = New System.Drawing.Point(275, 220) + Me.ucrByFactorsReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrByFactorsReceiver.Name = "ucrByFactorsReceiver" Me.ucrByFactorsReceiver.Selector = Nothing + Me.ucrByFactorsReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrByFactorsReceiver.strNcFilePath = "" + Me.ucrByFactorsReceiver.TabIndex = 7 Me.ucrByFactorsReceiver.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 430) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 23 ' 'ucrPnlPlots ' - resources.ApplyResources(Me.ucrPnlPlots, "ucrPnlPlots") + Me.ucrPnlPlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlots.Location = New System.Drawing.Point(7, 12) Me.ucrPnlPlots.Name = "ucrPnlPlots" + Me.ucrPnlPlots.Size = New System.Drawing.Size(410, 35) + Me.ucrPnlPlots.TabIndex = 0 ' 'dlgBoxplot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(425, 484) Me.Controls.Add(Me.ucrChkTufte) Me.Controls.Add(Me.ucrInputSummaries) Me.Controls.Add(Me.ucrChkGrouptoConnect) @@ -284,7 +388,9 @@ Partial Class dlgBoxplot Me.MinimizeBox = False Me.Name = "dlgBoxplot" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Boxplot" + Me.Text = "Boxplot Options" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgBoxPlot.resx b/instat/dlgBoxPlot.resx index 3bfc1c3a226..29dcb1b3a35 100644 --- a/instat/dlgBoxPlot.resx +++ b/instat/dlgBoxPlot.resx @@ -117,667 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 268 - - - 149, 25 - - - - 11 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - True - - - NoControl - - - 272, 207 - - - 88, 13 - - - 6 - - - Factor (Optional): - - - lblByFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 272, 249 - - - 128, 13 - - - 8 - - - Second Factor (Optional): - - - lblBySecondFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - NoControl - - - 10, 237 - - - 149, 25 - - - 10 - - - Box Options - - - cmdBoxPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - Button - - - Flat - - - NoControl - - - 17, 13 - - - 133, 27 - - - 1 - - - Boxplot/Tufte Boxplot - - - MiddleCenter - - - rdoBoxplotTufte - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - Flat - - - NoControl - - - 148, 13 - - - 129, 27 - - - 2 - - - Jitter Plot - - - MiddleCenter - - - rdoJitter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - Button - - - Flat - - - NoControl - - - 275, 13 - - - 135, 27 - - - 3 - - - Violin Plot - - - MiddleCenter - - - rdoViolin - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 157, 353 - - - 32, 13 - - - 18 - - - Jitter: - - - lblJitter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 251, 352 - - - 75, 13 - - - 20 - - - Transparency: - - - lblTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 275, 313 - - - 145, 20 - - - 24 - - - ucrChkTufte - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 160, 375 - - - 137, 21 - - - 22 - - - ucrInputSummaries - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 375 - - - 144, 20 - - - 15 - - - ucrChkGrouptoConnect - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 332, 349 - - - 50, 20 - - - 21 - - - ucrNudTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 195, 349 - - - 50, 20 - - - 19 - - - ucrNudJitter - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 349 - - - 149, 20 - - - 14 - - - ucrChkAddPoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - False - - - 275, 290 - - - 145, 20 - - - 17 - - - ucrChkSwapParameters - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 401 - - - 4, 5, 4, 5 - - - 328, 24 - - - 16 - - - ucrSaveBoxplot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 10, 324 - - - 238, 20 - - - 13 - - - ucrChkHorizontalBoxplot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 299 - - - 238, 20 - - - 12 - - - ucrChkVarWidth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 6, 13 - - - True - - - 425, 484 - - - 275, 262 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrSecondFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 10, 50 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorBoxPlot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 275, 220 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrByFactorsReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 10, 430 - - - 410, 52 - - - 23 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 7, 12 - - - 410, 35 - - - 0 - - - ucrPnlPlots - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - CenterScreen - - - Boxplot Options - - - dlgBoxplot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 275, 63 - - - 120, 130 - - - 5 - - - ucrVariablesAsFactorForBoxplot - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - \ No newline at end of file diff --git a/instat/dlgBoxplotCountVariable.designer.vb b/instat/dlgBoxplotCountVariable.designer.vb index f4083b671ab..683d2824969 100644 --- a/instat/dlgBoxplotCountVariable.designer.vb +++ b/instat/dlgBoxplotCountVariable.designer.vb @@ -59,9 +59,10 @@ Partial Class dlgBoxplotCountVariable 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(3, 188) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 55) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'chkVarwidth @@ -154,6 +155,7 @@ Partial Class dlgBoxplotCountVariable 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False Me.ucrInputTitle.Location = New System.Drawing.Point(101, 25) @@ -164,6 +166,7 @@ Partial Class dlgBoxplotCountVariable 'ucrInputVariable ' Me.ucrInputVariable.AddQuotesIfUnrecognised = True + Me.ucrInputVariable.AutoSize = True Me.ucrInputVariable.IsMultiline = False Me.ucrInputVariable.IsReadOnly = False Me.ucrInputVariable.Location = New System.Drawing.Point(101, 54) @@ -174,6 +177,7 @@ Partial Class dlgBoxplotCountVariable 'ucrInputColour ' Me.ucrInputColour.AddQuotesIfUnrecognised = True + Me.ucrInputColour.AutoSize = True Me.ucrInputColour.IsMultiline = False Me.ucrInputColour.IsReadOnly = False Me.ucrInputColour.Location = New System.Drawing.Point(101, 82) @@ -184,6 +188,7 @@ Partial Class dlgBoxplotCountVariable 'ucrInputTimePeriod ' Me.ucrInputTimePeriod.AddQuotesIfUnrecognised = True + Me.ucrInputTimePeriod.AutoSize = True Me.ucrInputTimePeriod.IsMultiline = False Me.ucrInputTimePeriod.IsReadOnly = False Me.ucrInputTimePeriod.Location = New System.Drawing.Point(101, 109) @@ -194,6 +199,7 @@ Partial Class dlgBoxplotCountVariable 'ucrInputWhiskerColour ' Me.ucrInputWhiskerColour.AddQuotesIfUnrecognised = True + Me.ucrInputWhiskerColour.AutoSize = True Me.ucrInputWhiskerColour.IsMultiline = False Me.ucrInputWhiskerColour.IsReadOnly = False Me.ucrInputWhiskerColour.Location = New System.Drawing.Point(101, 135) @@ -203,8 +209,8 @@ Partial Class dlgBoxplotCountVariable ' 'dlgBoxplotCountVariable ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(411, 252) Me.Controls.Add(Me.ucrInputWhiskerColour) diff --git a/instat/dlgBoxplotMethod.designer.vb b/instat/dlgBoxplotMethod.designer.vb index 2e6c85ee30f..2c51234ebfe 100644 --- a/instat/dlgBoxplotMethod.designer.vb +++ b/instat/dlgBoxplotMethod.designer.vb @@ -232,15 +232,16 @@ Partial Class dlgBoxplotMethod 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(35, 282) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgBoxplotMethod ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(489, 336) Me.Controls.Add(Me.txtDataPeriodLabel) diff --git a/instat/dlgCPTtoTabularData.designer.vb b/instat/dlgCPTtoTabularData.designer.vb index 88336b1ffd2..5c46cc91175 100644 --- a/instat/dlgCPTtoTabularData.designer.vb +++ b/instat/dlgCPTtoTabularData.designer.vb @@ -170,15 +170,16 @@ Partial Class dlgCPTtoTabularData 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 228) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 60) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgCPTtoTabularData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(432, 290) Me.Controls.Add(Me.chkWestEast) diff --git a/instat/dlgCalculateTreatmentDifferences.Designer.vb b/instat/dlgCalculateTreatmentDifferences.Designer.vb index 0bf4c3ebeb9..e9b94f74fa7 100644 --- a/instat/dlgCalculateTreatmentDifferences.Designer.vb +++ b/instat/dlgCalculateTreatmentDifferences.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCalculateTreatmentDifferences 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCalculateTreatmentDifferences)) Me.ucrBase = New instat.ucrButtons() Me.lblTreatment2 = New System.Windows.Forms.Label() Me.lblOption1 = New System.Windows.Forms.Label() @@ -53,98 +52,160 @@ Partial Class dlgCalculateTreatmentDifferences ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 437) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'lblTreatment2 ' - resources.ApplyResources(Me.lblTreatment2, "lblTreatment2") + Me.lblTreatment2.AutoSize = True + Me.lblTreatment2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTreatment2.Location = New System.Drawing.Point(272, 149) Me.lblTreatment2.Name = "lblTreatment2" + Me.lblTreatment2.Size = New System.Drawing.Size(50, 13) + Me.lblTreatment2.TabIndex = 23 + Me.lblTreatment2.Text = "Option 2:" ' 'lblOption1 ' - resources.ApplyResources(Me.lblOption1, "lblOption1") + Me.lblOption1.AutoSize = True + Me.lblOption1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOption1.Location = New System.Drawing.Point(272, 107) Me.lblOption1.Name = "lblOption1" + Me.lblOption1.Size = New System.Drawing.Size(50, 13) + Me.lblOption1.TabIndex = 21 + Me.lblOption1.Text = "Option 1:" ' 'ucrInputFactorOption2 ' Me.ucrInputFactorOption2.AddQuotesIfUnrecognised = True + Me.ucrInputFactorOption2.AutoSize = True + Me.ucrInputFactorOption2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFactorOption2.GetSetSelectedIndex = -1 Me.ucrInputFactorOption2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFactorOption2, "ucrInputFactorOption2") + Me.ucrInputFactorOption2.Location = New System.Drawing.Point(272, 164) Me.ucrInputFactorOption2.Name = "ucrInputFactorOption2" + Me.ucrInputFactorOption2.Size = New System.Drawing.Size(0, 0) + Me.ucrInputFactorOption2.TabIndex = 24 ' 'ucrInputFactorOption1 ' Me.ucrInputFactorOption1.AddQuotesIfUnrecognised = True + Me.ucrInputFactorOption1.AutoSize = True + Me.ucrInputFactorOption1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFactorOption1.GetSetSelectedIndex = -1 Me.ucrInputFactorOption1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFactorOption1, "ucrInputFactorOption1") + Me.ucrInputFactorOption1.Location = New System.Drawing.Point(272, 122) Me.ucrInputFactorOption1.Name = "ucrInputFactorOption1" + Me.ucrInputFactorOption1.Size = New System.Drawing.Size(0, 0) + Me.ucrInputFactorOption1.TabIndex = 22 ' 'ucrReceiverID ' + Me.ucrReceiverID.AutoSize = True Me.ucrReceiverID.frmParent = Me - resources.ApplyResources(Me.ucrReceiverID, "ucrReceiverID") + Me.ucrReceiverID.Location = New System.Drawing.Point(272, 206) + Me.ucrReceiverID.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverID.Name = "ucrReceiverID" Me.ucrReceiverID.Selector = Nothing + Me.ucrReceiverID.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverID.strNcFilePath = "" + Me.ucrReceiverID.TabIndex = 26 Me.ucrReceiverID.ucrSelector = Nothing ' 'lblID ' - resources.ApplyResources(Me.lblID, "lblID") + Me.lblID.AutoSize = True + Me.lblID.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblID.Location = New System.Drawing.Point(272, 191) Me.lblID.Name = "lblID" + Me.lblID.Size = New System.Drawing.Size(21, 13) + Me.lblID.TabIndex = 25 + Me.lblID.Text = "ID:" ' 'ucrReceiverOption ' + Me.ucrReceiverOption.AutoSize = True Me.ucrReceiverOption.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOption, "ucrReceiverOption") + Me.ucrReceiverOption.Location = New System.Drawing.Point(272, 81) + Me.ucrReceiverOption.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOption.Name = "ucrReceiverOption" Me.ucrReceiverOption.Selector = Nothing + Me.ucrReceiverOption.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverOption.strNcFilePath = "" + Me.ucrReceiverOption.TabIndex = 20 Me.ucrReceiverOption.ucrSelector = Nothing ' 'lblOption ' - resources.ApplyResources(Me.lblOption, "lblOption") + Me.lblOption.AutoSize = True + Me.lblOption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOption.Location = New System.Drawing.Point(272, 66) Me.lblOption.Name = "lblOption" + Me.lblOption.Size = New System.Drawing.Size(41, 13) + Me.lblOption.TabIndex = 19 + Me.lblOption.Text = "Option:" ' 'ucrReceiverMeasurement ' + Me.ucrReceiverMeasurement.AutoSize = True Me.ucrReceiverMeasurement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMeasurement, "ucrReceiverMeasurement") + Me.ucrReceiverMeasurement.Location = New System.Drawing.Point(272, 40) + Me.ucrReceiverMeasurement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMeasurement.Name = "ucrReceiverMeasurement" Me.ucrReceiverMeasurement.Selector = Nothing + Me.ucrReceiverMeasurement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMeasurement.strNcFilePath = "" + Me.ucrReceiverMeasurement.TabIndex = 18 Me.ucrReceiverMeasurement.ucrSelector = Nothing ' 'lblMeasurement ' - resources.ApplyResources(Me.lblMeasurement, "lblMeasurement") + Me.lblMeasurement.AutoSize = True + Me.lblMeasurement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMeasurement.Location = New System.Drawing.Point(272, 25) Me.lblMeasurement.Name = "lblMeasurement" + Me.lblMeasurement.Size = New System.Drawing.Size(74, 13) + Me.lblMeasurement.TabIndex = 17 + Me.lblMeasurement.Text = "Measurement:" ' 'ucrSelectorDifference ' + Me.ucrSelectorDifference.AutoSize = True Me.ucrSelectorDifference.bDropUnusedFilterLevels = False Me.ucrSelectorDifference.bShowHiddenColumns = False Me.ucrSelectorDifference.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDifference, "ucrSelectorDifference") + Me.ucrSelectorDifference.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDifference.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDifference.Name = "ucrSelectorDifference" + Me.ucrSelectorDifference.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDifference.TabIndex = 16 ' 'ucrReceiverContexts ' + Me.ucrReceiverContexts.AutoSize = True Me.ucrReceiverContexts.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContexts, "ucrReceiverContexts") + Me.ucrReceiverContexts.Location = New System.Drawing.Point(272, 255) + Me.ucrReceiverContexts.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContexts.Name = "ucrReceiverContexts" Me.ucrReceiverContexts.Selector = Nothing + Me.ucrReceiverContexts.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverContexts.strNcFilePath = "" + Me.ucrReceiverContexts.TabIndex = 28 Me.ucrReceiverContexts.ucrSelector = Nothing ' 'lblContexts ' - resources.ApplyResources(Me.lblContexts, "lblContexts") + Me.lblContexts.AutoSize = True + Me.lblContexts.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblContexts.Location = New System.Drawing.Point(272, 239) Me.lblContexts.Name = "lblContexts" + Me.lblContexts.Size = New System.Drawing.Size(89, 13) + Me.lblContexts.TabIndex = 29 + Me.lblContexts.Text = "Contexts to carry:" ' 'grpOptions ' @@ -157,77 +218,121 @@ Partial Class dlgCalculateTreatmentDifferences Me.grpOptions.Controls.Add(Me.ucrInputBreakPoints) Me.grpOptions.Controls.Add(Me.lblBreakPoints) Me.grpOptions.Controls.Add(Me.ucrChkCalculateDiffCategories) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(12, 197) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(234, 205) + Me.grpOptions.TabIndex = 30 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrInputCategoryColumn ' Me.ucrInputCategoryColumn.AddQuotesIfUnrecognised = True + Me.ucrInputCategoryColumn.AutoSize = True Me.ucrInputCategoryColumn.IsMultiline = False Me.ucrInputCategoryColumn.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCategoryColumn, "ucrInputCategoryColumn") + Me.ucrInputCategoryColumn.Location = New System.Drawing.Point(126, 176) Me.ucrInputCategoryColumn.Name = "ucrInputCategoryColumn" + Me.ucrInputCategoryColumn.Size = New System.Drawing.Size(101, 21) + Me.ucrInputCategoryColumn.TabIndex = 19 ' 'lblCategoryColumn ' - resources.ApplyResources(Me.lblCategoryColumn, "lblCategoryColumn") + Me.lblCategoryColumn.AutoSize = True + Me.lblCategoryColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCategoryColumn.Location = New System.Drawing.Point(5, 178) Me.lblCategoryColumn.Name = "lblCategoryColumn" + Me.lblCategoryColumn.Size = New System.Drawing.Size(90, 13) + Me.lblCategoryColumn.TabIndex = 18 + Me.lblCategoryColumn.Text = "Category Column:" ' 'ucrInputDiffName ' Me.ucrInputDiffName.AddQuotesIfUnrecognised = True + Me.ucrInputDiffName.AutoSize = True Me.ucrInputDiffName.IsMultiline = False Me.ucrInputDiffName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDiffName, "ucrInputDiffName") + Me.ucrInputDiffName.Location = New System.Drawing.Point(126, 28) Me.ucrInputDiffName.Name = "ucrInputDiffName" + Me.ucrInputDiffName.Size = New System.Drawing.Size(102, 21) + Me.ucrInputDiffName.TabIndex = 17 ' 'lblDiffName ' - resources.ApplyResources(Me.lblDiffName, "lblDiffName") + Me.lblDiffName.AutoSize = True + Me.lblDiffName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDiffName.Location = New System.Drawing.Point(6, 30) Me.lblDiffName.Name = "lblDiffName" + Me.lblDiffName.Size = New System.Drawing.Size(97, 13) + Me.lblDiffName.TabIndex = 16 + Me.lblDiffName.Text = "Difference Column:" ' 'ucrInputLabels ' Me.ucrInputLabels.AddQuotesIfUnrecognised = True + Me.ucrInputLabels.AutoSize = True Me.ucrInputLabels.IsMultiline = False Me.ucrInputLabels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabels, "ucrInputLabels") + Me.ucrInputLabels.Location = New System.Drawing.Point(95, 128) Me.ucrInputLabels.Name = "ucrInputLabels" + Me.ucrInputLabels.Size = New System.Drawing.Size(133, 42) + Me.ucrInputLabels.TabIndex = 15 ' 'lblLabels ' - resources.ApplyResources(Me.lblLabels, "lblLabels") + Me.lblLabels.AutoSize = True + Me.lblLabels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabels.Location = New System.Drawing.Point(6, 130) Me.lblLabels.Name = "lblLabels" + Me.lblLabels.Size = New System.Drawing.Size(41, 13) + Me.lblLabels.TabIndex = 14 + Me.lblLabels.Text = "Labels:" ' 'ucrInputBreakPoints ' Me.ucrInputBreakPoints.AddQuotesIfUnrecognised = True + Me.ucrInputBreakPoints.AutoSize = True Me.ucrInputBreakPoints.IsMultiline = False Me.ucrInputBreakPoints.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBreakPoints, "ucrInputBreakPoints") + Me.ucrInputBreakPoints.Location = New System.Drawing.Point(95, 98) Me.ucrInputBreakPoints.Name = "ucrInputBreakPoints" + Me.ucrInputBreakPoints.Size = New System.Drawing.Size(133, 21) + Me.ucrInputBreakPoints.TabIndex = 7 ' 'lblBreakPoints ' - resources.ApplyResources(Me.lblBreakPoints, "lblBreakPoints") + Me.lblBreakPoints.AutoSize = True + Me.lblBreakPoints.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBreakPoints.Location = New System.Drawing.Point(6, 100) Me.lblBreakPoints.Name = "lblBreakPoints" + Me.lblBreakPoints.Size = New System.Drawing.Size(70, 13) + Me.lblBreakPoints.TabIndex = 6 + Me.lblBreakPoints.Text = "Break Points:" ' 'ucrChkCalculateDiffCategories ' + Me.ucrChkCalculateDiffCategories.AutoSize = True Me.ucrChkCalculateDiffCategories.Checked = False - resources.ApplyResources(Me.ucrChkCalculateDiffCategories, "ucrChkCalculateDiffCategories") + Me.ucrChkCalculateDiffCategories.Location = New System.Drawing.Point(6, 70) Me.ucrChkCalculateDiffCategories.Name = "ucrChkCalculateDiffCategories" + Me.ucrChkCalculateDiffCategories.Size = New System.Drawing.Size(221, 23) + Me.ucrChkCalculateDiffCategories.TabIndex = 13 ' 'ucrSaveDataFrame ' - resources.ApplyResources(Me.ucrSaveDataFrame, "ucrSaveDataFrame") + Me.ucrSaveDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDataFrame.Location = New System.Drawing.Point(10, 408) + Me.ucrSaveDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDataFrame.Name = "ucrSaveDataFrame" + Me.ucrSaveDataFrame.Size = New System.Drawing.Size(399, 24) + Me.ucrSaveDataFrame.TabIndex = 31 ' 'dlgCalculateTreatmentDifferences ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(426, 491) Me.Controls.Add(Me.ucrSaveDataFrame) Me.Controls.Add(Me.grpOptions) Me.Controls.Add(Me.lblContexts) @@ -248,6 +353,8 @@ Partial Class dlgCalculateTreatmentDifferences Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCalculateTreatmentDifferences" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Calculate Difference Between Options " Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgCalculateTreatmentDifferences.resx b/instat/dlgCalculateTreatmentDifferences.resx index 47bd232cb26..29dcb1b3a35 100644 --- a/instat/dlgCalculateTreatmentDifferences.resx +++ b/instat/dlgCalculateTreatmentDifferences.resx @@ -117,670 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 437 - - - 405, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - - NoControl - - - 272, 149 - - - 50, 13 - - - 23 - - - Option 2: - - - lblTreatment2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 272, 107 - - - 50, 13 - - - 21 - - - Option 1: - - - lblOption1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 272, 164 - - - 120, 21 - - - 24 - - - ucrInputFactorOption2 - - - instat.ucrInputFactorLevels, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 272, 122 - - - 120, 21 - - - 22 - - - ucrInputFactorOption1 - - - instat.ucrInputFactorLevels, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 6, 13 - - - True - - - 426, 491 - - - 10, 408 - - - 4, 5, 4, 5 - - - 399, 24 - - - 31 - - - ucrSaveDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 126, 176 - - - 101, 21 - - - 19 - - - ucrInputCategoryColumn - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - True - - - NoControl - - - 5, 178 - - - 90, 13 - - - 18 - - - Category Column: - - - lblCategoryColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - 126, 28 - - - 102, 21 - - - 17 - - - ucrInputDiffName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - True - - - NoControl - - - 6, 30 - - - 97, 13 - - - 16 - - - Difference Column: - - - lblDiffName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 3 - - - 95, 128 - - - 133, 42 - - - 15 - - - ucrInputLabels - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - True - - - NoControl - - - 6, 130 - - - 41, 13 - - - 14 - - - Labels: - - - lblLabels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 5 - - - 95, 98 - - - 133, 21 - - - 7 - - - ucrInputBreakPoints - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 6 - - - True - - - NoControl - - - 6, 100 - - - 70, 13 - - - 6 - - - Break Points: - - - lblBreakPoints - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 7 - - - 6, 70 - - - 221, 20 - - - 13 - - - ucrChkCalculateDiffCategories - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 8 - - - 12, 197 - - - 234, 205 - - - 30 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 272, 239 - - - 89, 13 - - - 29 - - - Contexts to carry: - - - lblContexts - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 272, 255 - - - 0, 0, 0, 0 - - - 120, 100 - - - 28 - - - ucrReceiverContexts - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - NoControl - - - 272, 191 - - - 21, 13 - - - 25 - - - ID: - - - lblID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 272, 81 - - - 0, 0, 0, 0 - - - 120, 20 - - - 20 - - - ucrReceiverOption - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - NoControl - - - 272, 66 - - - 41, 13 - - - 19 - - - Option: - - - lblOption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 272, 40 - - - 0, 0, 0, 0 - - - 120, 20 - - - 18 - - - ucrReceiverMeasurement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - NoControl - - - 272, 25 - - - 74, 13 - - - 17 - - - Measurement: - - - lblMeasurement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 16 - - - ucrSelectorDifference - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - CenterScreen - - - Calculate Difference Between Options - - - dlgCalculateTreatmentDifferences - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 272, 206 - - - 0, 0, 0, 0 - - - 120, 20 - - - 26 - - - ucrReceiverID - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgCalculationsSummary.Designer.vb b/instat/dlgCalculationsSummary.Designer.vb index 56bcc0e8fc7..bb82e2db194 100644 --- a/instat/dlgCalculationsSummary.Designer.vb +++ b/instat/dlgCalculationsSummary.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCalculationsSummary 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCalculationsSummary)) Me.cmdDelete = New System.Windows.Forms.Button() Me.cmdEdit = New System.Windows.Forms.Button() Me.cmdAdd = New System.Windows.Forms.Button() @@ -50,51 +49,75 @@ Partial Class dlgCalculationsSummary ' 'cmdDelete ' - resources.ApplyResources(Me.cmdDelete, "cmdDelete") + Me.cmdDelete.Location = New System.Drawing.Point(143, 114) Me.cmdDelete.Name = "cmdDelete" + Me.cmdDelete.Size = New System.Drawing.Size(75, 23) + Me.cmdDelete.TabIndex = 11 + Me.cmdDelete.Text = "Delete" Me.cmdDelete.UseVisualStyleBackColor = True ' 'cmdEdit ' - resources.ApplyResources(Me.cmdEdit, "cmdEdit") + Me.cmdEdit.Location = New System.Drawing.Point(143, 85) Me.cmdEdit.Name = "cmdEdit" + Me.cmdEdit.Size = New System.Drawing.Size(75, 23) + Me.cmdEdit.TabIndex = 12 + Me.cmdEdit.Text = "Edit" Me.cmdEdit.UseVisualStyleBackColor = True ' 'cmdAdd ' - resources.ApplyResources(Me.cmdAdd, "cmdAdd") + Me.cmdAdd.Location = New System.Drawing.Point(143, 56) Me.cmdAdd.Name = "cmdAdd" + Me.cmdAdd.Size = New System.Drawing.Size(75, 23) + Me.cmdAdd.TabIndex = 13 + Me.cmdAdd.Text = "Add" Me.cmdAdd.UseVisualStyleBackColor = True ' 'lblCalculations ' - resources.ApplyResources(Me.lblCalculations, "lblCalculations") + Me.lblCalculations.AutoSize = True + Me.lblCalculations.Location = New System.Drawing.Point(13, 21) Me.lblCalculations.Name = "lblCalculations" + Me.lblCalculations.Size = New System.Drawing.Size(67, 13) + Me.lblCalculations.TabIndex = 10 + Me.lblCalculations.Text = "Calculations:" ' 'lstCalculations ' Me.lstCalculations.FullRowSelect = True Me.lstCalculations.HideSelection = False - resources.ApplyResources(Me.lstCalculations, "lstCalculations") + Me.lstCalculations.Location = New System.Drawing.Point(12, 36) Me.lstCalculations.Name = "lstCalculations" + Me.lstCalculations.Size = New System.Drawing.Size(125, 149) + Me.lstCalculations.TabIndex = 9 Me.lstCalculations.UseCompatibleStateImageBehavior = False Me.lstCalculations.View = System.Windows.Forms.View.List ' 'cmdDuplicate ' - resources.ApplyResources(Me.cmdDuplicate, "cmdDuplicate") + Me.cmdDuplicate.Location = New System.Drawing.Point(143, 143) Me.cmdDuplicate.Name = "cmdDuplicate" + Me.cmdDuplicate.Size = New System.Drawing.Size(75, 23) + Me.cmdDuplicate.TabIndex = 14 + Me.cmdDuplicate.Text = "Duplicate" Me.cmdDuplicate.UseVisualStyleBackColor = True ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 191) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgCalculationsSummary ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 247) Me.Controls.Add(Me.cmdDuplicate) Me.Controls.Add(Me.cmdDelete) Me.Controls.Add(Me.cmdEdit) @@ -106,6 +129,8 @@ Partial Class dlgCalculationsSummary Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCalculationsSummary" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "General Summaries" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCalculationsSummary.resx b/instat/dlgCalculationsSummary.resx index 6c122f6bd6e..29dcb1b3a35 100644 --- a/instat/dlgCalculationsSummary.resx +++ b/instat/dlgCalculationsSummary.resx @@ -117,199 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 143, 114 - - - 75, 23 - - - - 11 - - - Delete - - - cmdDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 143, 85 - - - 75, 23 - - - 12 - - - Edit - - - cmdEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 143, 56 - - - 75, 23 - - - 13 - - - Add - - - cmdAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 13, 21 - - - 67, 13 - - - 10 - - - Calculations: - - - lblCalculations - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 12, 36 - - - 125, 149 - - - 9 - - - lstCalculations - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 143, 143 - - - 75, 23 - - - 14 - - - Duplicate - - - cmdDuplicate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 12, 191 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 420, 247 - - - - CenterScreen - - - General Summaries - - - dlgCalculationsSummary - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgCalculator.designer.vb b/instat/dlgCalculator.designer.vb index 9caacc379ea..26cf9d43d4b 100644 --- a/instat/dlgCalculator.designer.vb +++ b/instat/dlgCalculator.designer.vb @@ -38,33 +38,46 @@ Partial Class dlgCalculator 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCalculator)) Me.ucrBase = New instat.ucrButtons() Me.ucrCalc = New instat.ucrCalculator() Me.SuspendLayout() ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 359) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 175 ' 'ucrCalc ' - resources.ApplyResources(Me.ucrCalc, "ucrCalc") + Me.ucrCalc.AutoSize = True + Me.ucrCalc.Location = New System.Drawing.Point(10, 5) + Me.ucrCalc.Margin = New System.Windows.Forms.Padding(4) Me.ucrCalc.Name = "ucrCalc" + Me.ucrCalc.Size = New System.Drawing.Size(860, 358) + Me.ucrCalc.TabIndex = 174 ' 'dlgCalculator ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(507, 421) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrCalc) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCalculator" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Calculations" + Me.Text = "Calculations" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCalculator.resx b/instat/dlgCalculator.resx index 943700ff326..29dcb1b3a35 100644 --- a/instat/dlgCalculator.resx +++ b/instat/dlgCalculator.resx @@ -117,85 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 359 - - - - 4, 4, 4, 4 - - - 410, 52 - - - 175 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 5 - - - 4, 4, 4, 4 - - - 493, 358 - - - 174 - - - ucrCalc - - - instat.ucrCalculator, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 507, 421 - - - 2, 3, 2, 3 - - - CenterScreen - - - Calculations - - - dlgCalculator - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgCanonicalCorrelationAnalysis.Designer.vb b/instat/dlgCanonicalCorrelationAnalysis.Designer.vb index 2daf6558140..fe0ffc1f5c4 100644 --- a/instat/dlgCanonicalCorrelationAnalysis.Designer.vb +++ b/instat/dlgCanonicalCorrelationAnalysis.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCanonicalCorrelationAnalysis 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCanonicalCorrelationAnalysis)) Me.lblYVariables = New System.Windows.Forms.Label() Me.lblXVariables = New System.Windows.Forms.Label() Me.cmdCCAOptions = New System.Windows.Forms.Button() @@ -51,63 +50,96 @@ Partial Class dlgCanonicalCorrelationAnalysis ' 'lblYVariables ' - resources.ApplyResources(Me.lblYVariables, "lblYVariables") + Me.lblYVariables.AutoSize = True + Me.lblYVariables.Location = New System.Drawing.Point(266, 168) Me.lblYVariables.Name = "lblYVariables" + Me.lblYVariables.Size = New System.Drawing.Size(63, 13) + Me.lblYVariables.TabIndex = 3 Me.lblYVariables.Tag = "Y_Variables:" + Me.lblYVariables.Text = "Y Variables:" ' 'lblXVariables ' - resources.ApplyResources(Me.lblXVariables, "lblXVariables") + Me.lblXVariables.AutoSize = True + Me.lblXVariables.Location = New System.Drawing.Point(266, 45) Me.lblXVariables.Name = "lblXVariables" + Me.lblXVariables.Size = New System.Drawing.Size(63, 13) + Me.lblXVariables.TabIndex = 1 Me.lblXVariables.Tag = "X_Variables:" + Me.lblXVariables.Text = "X Variables:" ' 'cmdCCAOptions ' - resources.ApplyResources(Me.cmdCCAOptions, "cmdCCAOptions") + Me.cmdCCAOptions.Location = New System.Drawing.Point(289, 290) Me.cmdCCAOptions.Name = "cmdCCAOptions" + Me.cmdCCAOptions.Size = New System.Drawing.Size(120, 23) + Me.cmdCCAOptions.TabIndex = 6 Me.cmdCCAOptions.Tag = "Options" + Me.cmdCCAOptions.Text = "Options" Me.cmdCCAOptions.UseVisualStyleBackColor = True ' 'ucrReceiverXVariables ' + Me.ucrReceiverXVariables.AutoSize = True Me.ucrReceiverXVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverXVariables, "ucrReceiverXVariables") + Me.ucrReceiverXVariables.Location = New System.Drawing.Point(266, 60) + Me.ucrReceiverXVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverXVariables.Name = "ucrReceiverXVariables" Me.ucrReceiverXVariables.Selector = Nothing + Me.ucrReceiverXVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverXVariables.strNcFilePath = "" + Me.ucrReceiverXVariables.TabIndex = 2 Me.ucrReceiverXVariables.ucrSelector = Nothing ' 'ucrReceiverYVariables ' + Me.ucrReceiverYVariables.AutoSize = True Me.ucrReceiverYVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYVariables, "ucrReceiverYVariables") + Me.ucrReceiverYVariables.Location = New System.Drawing.Point(266, 183) + Me.ucrReceiverYVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYVariables.Name = "ucrReceiverYVariables" Me.ucrReceiverYVariables.Selector = Nothing + Me.ucrReceiverYVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverYVariables.strNcFilePath = "" + Me.ucrReceiverYVariables.TabIndex = 4 Me.ucrReceiverYVariables.ucrSelector = Nothing ' 'ucrSelectorCCA ' + Me.ucrSelectorCCA.AutoSize = True Me.ucrSelectorCCA.bDropUnusedFilterLevels = False Me.ucrSelectorCCA.bShowHiddenColumns = False Me.ucrSelectorCCA.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCCA, "ucrSelectorCCA") + Me.ucrSelectorCCA.Location = New System.Drawing.Point(10, 9) + Me.ucrSelectorCCA.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCCA.Name = "ucrSelectorCCA" + Me.ucrSelectorCCA.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCCA.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 316) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrSaveResult ' - resources.ApplyResources(Me.ucrSaveResult, "ucrSaveResult") + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResult.Location = New System.Drawing.Point(10, 290) + Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" + Me.ucrSaveResult.Size = New System.Drawing.Size(278, 24) + Me.ucrSaveResult.TabIndex = 5 ' 'dlgCanonicalCorrelationAnalysis ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 371) Me.Controls.Add(Me.ucrSaveResult) Me.Controls.Add(Me.ucrReceiverYVariables) Me.Controls.Add(Me.ucrReceiverXVariables) @@ -120,7 +152,9 @@ Partial Class dlgCanonicalCorrelationAnalysis Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCanonicalCorrelationAnalysis" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Canonical_Correlation_Analysis" + Me.Text = "Canonical Correlations" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCanonicalCorrelationAnalysis.resx b/instat/dlgCanonicalCorrelationAnalysis.resx index 4b7678e8040..29dcb1b3a35 100644 --- a/instat/dlgCanonicalCorrelationAnalysis.resx +++ b/instat/dlgCanonicalCorrelationAnalysis.resx @@ -117,229 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 266, 168 - - - 63, 13 - - - 3 - - - Y Variables: - - - lblYVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 266, 45 - - - 63, 13 - - - 1 - - - X Variables: - - - lblXVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 289, 290 - - - 120, 23 - - - 6 - - - Options - - - cmdCCAOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 416, 371 - - - 10, 290 - - - - 4, 5, 4, 5 - - - 278, 24 - - - 5 - - - ucrSaveResult - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 266, 183 - - - 0, 0, 0, 0 - - - 120, 100 - - - 4 - - - ucrReceiverYVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorCCA - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 10, 316 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Canonical Correlations - - - dlgCanonicalCorrelationAnalysis - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverXVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgChiSquareTest.designer.vb b/instat/dlgChiSquareTest.designer.vb index 0701deb3f03..307dd8f6018 100644 --- a/instat/dlgChiSquareTest.designer.vb +++ b/instat/dlgChiSquareTest.designer.vb @@ -101,23 +101,26 @@ Partial Class dlgChiSquareTest ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(16, 13) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(202, 135) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 135) Me.ucrAddRemove.TabIndex = 7 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(1, 271) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 3 ' 'ucrReceiverChiSquare ' + Me.ucrReceiverChiSquare.AutoSize = True Me.ucrReceiverChiSquare.frmParent = Me Me.ucrReceiverChiSquare.Location = New System.Drawing.Point(224, 30) Me.ucrReceiverChiSquare.Margin = New System.Windows.Forms.Padding(0) @@ -130,8 +133,8 @@ Partial Class dlgChiSquareTest ' 'dlgChiSquareTest ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(408, 324) Me.Controls.Add(Me.ucrAddRemove) diff --git a/instat/dlgCircular.Designer.vb b/instat/dlgCircular.Designer.vb index 07321fb985f..ca85b1cdc2c 100644 --- a/instat/dlgCircular.Designer.vb +++ b/instat/dlgCircular.Designer.vb @@ -109,6 +109,7 @@ Partial Class dlgCircular ' 'ucrPnlUnits ' + Me.ucrPnlUnits.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlUnits.Location = New System.Drawing.Point(3, 16) Me.ucrPnlUnits.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlUnits.Name = "ucrPnlUnits" @@ -166,6 +167,7 @@ Partial Class dlgCircular ' 'ucrPnlModulo ' + Me.ucrPnlModulo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlModulo.Location = New System.Drawing.Point(10, 11) Me.ucrPnlModulo.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlModulo.Name = "ucrPnlModulo" @@ -236,6 +238,7 @@ Partial Class dlgCircular ' 'ucrPnlTemplate ' + Me.ucrPnlTemplate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlTemplate.Location = New System.Drawing.Point(10, 15) Me.ucrPnlTemplate.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlTemplate.Name = "ucrPnlTemplate" @@ -244,6 +247,7 @@ Partial Class dlgCircular ' 'ucrSaveCircularColumn ' + Me.ucrSaveCircularColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveCircularColumn.Location = New System.Drawing.Point(10, 314) Me.ucrSaveCircularColumn.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveCircularColumn.Name = "ucrSaveCircularColumn" @@ -252,6 +256,7 @@ Partial Class dlgCircular ' 'ucrReceiverCircular ' + Me.ucrReceiverCircular.AutoSize = True Me.ucrReceiverCircular.frmParent = Me Me.ucrReceiverCircular.Location = New System.Drawing.Point(262, 66) Me.ucrReceiverCircular.Margin = New System.Windows.Forms.Padding(0) @@ -264,18 +269,20 @@ Partial Class dlgCircular ' 'ucrSelectorCircular ' + Me.ucrSelectorCircular.AutoSize = True Me.ucrSelectorCircular.bDropUnusedFilterLevels = False Me.ucrSelectorCircular.bShowHiddenColumns = False Me.ucrSelectorCircular.bUseCurrentFilter = True Me.ucrSelectorCircular.Location = New System.Drawing.Point(10, 27) Me.ucrSelectorCircular.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCircular.Name = "ucrSelectorCircular" - Me.ucrSelectorCircular.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorCircular.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorCircular.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 341) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" @@ -284,8 +291,8 @@ Partial Class dlgCircular ' 'dlgCircular ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 399) Me.Controls.Add(Me.grpTemplate) diff --git a/instat/dlgCircularDensityPlot.Designer.vb b/instat/dlgCircularDensityPlot.Designer.vb index 82a05d1d8e0..2fa0457eddb 100644 --- a/instat/dlgCircularDensityPlot.Designer.vb +++ b/instat/dlgCircularDensityPlot.Designer.vb @@ -146,6 +146,7 @@ Partial Class dlgCircularDensityPlot 'ucrInputUnits ' Me.ucrInputUnits.AddQuotesIfUnrecognised = True + Me.ucrInputUnits.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputUnits.GetSetSelectedIndex = -1 Me.ucrInputUnits.IsReadOnly = False Me.ucrInputUnits.Location = New System.Drawing.Point(317, 217) @@ -155,6 +156,7 @@ Partial Class dlgCircularDensityPlot ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(36, -2) Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" @@ -164,6 +166,7 @@ Partial Class dlgCircularDensityPlot 'ucrInputComboKernel ' Me.ucrInputComboKernel.AddQuotesIfUnrecognised = True + Me.ucrInputComboKernel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboKernel.GetSetSelectedIndex = -1 Me.ucrInputComboKernel.IsReadOnly = False Me.ucrInputComboKernel.Location = New System.Drawing.Point(317, 190) @@ -173,14 +176,16 @@ Partial Class dlgCircularDensityPlot ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False Me.ucrChkOmitMissing.Location = New System.Drawing.Point(5, 257) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" - Me.ucrChkOmitMissing.Size = New System.Drawing.Size(170, 20) + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(170, 23) Me.ucrChkOmitMissing.TabIndex = 20 ' 'ucrSaveDensity ' + Me.ucrSaveDensity.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveDensity.Location = New System.Drawing.Point(5, 297) Me.ucrSaveDensity.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDensity.Name = "ucrSaveDensity" @@ -189,6 +194,7 @@ Partial Class dlgCircularDensityPlot ' 'ucrReceiverVariable ' + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me Me.ucrReceiverVariable.Location = New System.Drawing.Point(289, 85) Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) @@ -201,26 +207,29 @@ Partial Class dlgCircularDensityPlot ' 'ucrSelectorDataFrame ' + Me.ucrSelectorDataFrame.AutoSize = True Me.ucrSelectorDataFrame.bDropUnusedFilterLevels = False Me.ucrSelectorDataFrame.bShowHiddenColumns = False Me.ucrSelectorDataFrame.bUseCurrentFilter = True Me.ucrSelectorDataFrame.Location = New System.Drawing.Point(10, 60) Me.ucrSelectorDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFrame.Name = "ucrSelectorDataFrame" - Me.ucrSelectorDataFrame.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorDataFrame.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorDataFrame.TabIndex = 16 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 326) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrInputBins ' Me.ucrInputBins.AddQuotesIfUnrecognised = True + Me.ucrInputBins.AutoSize = True Me.ucrInputBins.IsMultiline = False Me.ucrInputBins.IsReadOnly = False Me.ucrInputBins.Location = New System.Drawing.Point(339, 245) @@ -231,6 +240,7 @@ Partial Class dlgCircularDensityPlot 'ucrInputBandWidth ' Me.ucrInputBandWidth.AddQuotesIfUnrecognised = True + Me.ucrInputBandWidth.AutoSize = True Me.ucrInputBandWidth.IsMultiline = False Me.ucrInputBandWidth.IsReadOnly = False Me.ucrInputBandWidth.Location = New System.Drawing.Point(353, 245) @@ -240,6 +250,7 @@ Partial Class dlgCircularDensityPlot ' 'ucrNudShrink ' + Me.ucrNudShrink.AutoSize = True Me.ucrNudShrink.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShrink.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudShrink.Location = New System.Drawing.Point(360, 272) @@ -261,8 +272,8 @@ Partial Class dlgCircularDensityPlot ' 'dlgCircularDensityPlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(420, 389) Me.Controls.Add(Me.lblShrink) diff --git a/instat/dlgCliBoxplot.designer.vb b/instat/dlgCliBoxplot.designer.vb index 62f462bffc5..f73f5f7b3e9 100644 --- a/instat/dlgCliBoxplot.designer.vb +++ b/instat/dlgCliBoxplot.designer.vb @@ -373,14 +373,16 @@ Partial Class dlgCliBoxplot 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(33, 296) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 62) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrInputTitle ' Me.ucrInputTitle.AddQuotesIfUnrecognised = True + Me.ucrInputTitle.AutoSize = True Me.ucrInputTitle.IsMultiline = False Me.ucrInputTitle.IsReadOnly = False Me.ucrInputTitle.Location = New System.Drawing.Point(128, 36) @@ -391,6 +393,7 @@ Partial Class dlgCliBoxplot 'ucrInputDataPeriod ' Me.ucrInputDataPeriod.AddQuotesIfUnrecognised = True + Me.ucrInputDataPeriod.AutoSize = True Me.ucrInputDataPeriod.IsMultiline = False Me.ucrInputDataPeriod.IsReadOnly = False Me.ucrInputDataPeriod.Location = New System.Drawing.Point(128, 140) @@ -401,6 +404,7 @@ Partial Class dlgCliBoxplot 'ucrInputVariable ' Me.ucrInputVariable.AddQuotesIfUnrecognised = True + Me.ucrInputVariable.AutoSize = True Me.ucrInputVariable.IsMultiline = False Me.ucrInputVariable.IsReadOnly = False Me.ucrInputVariable.Location = New System.Drawing.Point(128, 61) @@ -411,6 +415,7 @@ Partial Class dlgCliBoxplot 'ucrInputXLabel ' Me.ucrInputXLabel.AddQuotesIfUnrecognised = True + Me.ucrInputXLabel.AutoSize = True Me.ucrInputXLabel.IsMultiline = False Me.ucrInputXLabel.IsReadOnly = False Me.ucrInputXLabel.Location = New System.Drawing.Point(128, 113) @@ -421,6 +426,7 @@ Partial Class dlgCliBoxplot 'ucrInputWidth ' Me.ucrInputWidth.AddQuotesIfUnrecognised = True + Me.ucrInputWidth.AutoSize = True Me.ucrInputWidth.IsMultiline = False Me.ucrInputWidth.IsReadOnly = False Me.ucrInputWidth.Location = New System.Drawing.Point(128, 193) @@ -431,6 +437,7 @@ Partial Class dlgCliBoxplot 'ucrInputYLabel ' Me.ucrInputYLabel.AddQuotesIfUnrecognised = True + Me.ucrInputYLabel.AutoSize = True Me.ucrInputYLabel.IsMultiline = False Me.ucrInputYLabel.IsReadOnly = False Me.ucrInputYLabel.Location = New System.Drawing.Point(128, 87) @@ -441,6 +448,7 @@ Partial Class dlgCliBoxplot 'ucrInputFactorLab ' Me.ucrInputFactorLab.AddQuotesIfUnrecognised = True + Me.ucrInputFactorLab.AutoSize = True Me.ucrInputFactorLab.IsMultiline = False Me.ucrInputFactorLab.IsReadOnly = False Me.ucrInputFactorLab.Location = New System.Drawing.Point(128, 166) @@ -451,6 +459,7 @@ Partial Class dlgCliBoxplot 'ucrInputColour ' Me.ucrInputColour.AddQuotesIfUnrecognised = True + Me.ucrInputColour.AutoSize = True Me.ucrInputColour.IsMultiline = False Me.ucrInputColour.IsReadOnly = False Me.ucrInputColour.Location = New System.Drawing.Point(128, 221) @@ -461,6 +470,7 @@ Partial Class dlgCliBoxplot 'ucrInputLog ' Me.ucrInputLog.AddQuotesIfUnrecognised = True + Me.ucrInputLog.AutoSize = True Me.ucrInputLog.IsMultiline = False Me.ucrInputLog.IsReadOnly = False Me.ucrInputLog.Location = New System.Drawing.Point(282, 35) @@ -471,6 +481,7 @@ Partial Class dlgCliBoxplot 'ucrInputAt ' Me.ucrInputAt.AddQuotesIfUnrecognised = True + Me.ucrInputAt.AutoSize = True Me.ucrInputAt.IsMultiline = False Me.ucrInputAt.IsReadOnly = False Me.ucrInputAt.Location = New System.Drawing.Point(282, 63) @@ -481,6 +492,7 @@ Partial Class dlgCliBoxplot 'ucrInputBorder ' Me.ucrInputBorder.AddQuotesIfUnrecognised = True + Me.ucrInputBorder.AutoSize = True Me.ucrInputBorder.IsMultiline = False Me.ucrInputBorder.IsReadOnly = False Me.ucrInputBorder.Location = New System.Drawing.Point(282, 86) @@ -491,6 +503,7 @@ Partial Class dlgCliBoxplot 'ucrInputPars ' Me.ucrInputPars.AddQuotesIfUnrecognised = True + Me.ucrInputPars.AutoSize = True Me.ucrInputPars.IsMultiline = False Me.ucrInputPars.IsReadOnly = False Me.ucrInputPars.Location = New System.Drawing.Point(282, 112) @@ -500,8 +513,8 @@ Partial Class dlgCliBoxplot ' 'dlgCliBoxplot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(518, 359) Me.Controls.Add(Me.ucrInputPars) diff --git a/instat/dlgCliData.Designer.vb b/instat/dlgCliData.Designer.vb index 0a4cb24d8e8..4b3b19f00b0 100644 --- a/instat/dlgCliData.Designer.vb +++ b/instat/dlgCliData.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgCliData 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 205) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 1 ' 'dlgCliData ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 261) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgCliPlot.designer.vb b/instat/dlgCliPlot.designer.vb index ae0d755fd2f..b03c896ea63 100644 --- a/instat/dlgCliPlot.designer.vb +++ b/instat/dlgCliPlot.designer.vb @@ -83,9 +83,10 @@ Partial Class dlgCliPlot 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(82, 323) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'Label1 @@ -415,8 +416,8 @@ Partial Class dlgCliPlot ' 'dlgCliPlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(564, 378) Me.Controls.Add(Me.lblShowLegend) diff --git a/instat/dlgClimSoft.Designer.vb b/instat/dlgClimSoft.Designer.vb index 00e9227b5ae..aa14f7e0879 100644 --- a/instat/dlgClimSoft.Designer.vb +++ b/instat/dlgClimSoft.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgClimSoft Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimSoft)) Me.cmdEstablishConnection = New System.Windows.Forms.Button() Me.lblElements = New System.Windows.Forms.Label() Me.lblStations = New System.Windows.Forms.Label() @@ -64,140 +63,225 @@ Partial Class dlgClimSoft ' 'cmdEstablishConnection ' - resources.ApplyResources(Me.cmdEstablishConnection, "cmdEstablishConnection") + Me.cmdEstablishConnection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdEstablishConnection.Location = New System.Drawing.Point(8, 8) Me.cmdEstablishConnection.Name = "cmdEstablishConnection" + Me.cmdEstablishConnection.Size = New System.Drawing.Size(142, 23) + Me.cmdEstablishConnection.TabIndex = 1 + Me.cmdEstablishConnection.Text = "Establish Connection..." Me.cmdEstablishConnection.UseVisualStyleBackColor = True ' 'lblElements ' - resources.ApplyResources(Me.lblElements, "lblElements") + Me.lblElements.AutoSize = True + Me.lblElements.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElements.Location = New System.Drawing.Point(256, 194) Me.lblElements.Name = "lblElements" + Me.lblElements.Size = New System.Drawing.Size(98, 13) + Me.lblElements.TabIndex = 4 + Me.lblElements.Text = "Selected Elements:" ' 'lblStations ' - resources.ApplyResources(Me.lblStations, "lblStations") + Me.lblStations.AutoSize = True + Me.lblStations.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStations.Location = New System.Drawing.Point(256, 38) Me.lblStations.Name = "lblStations" + Me.lblStations.Size = New System.Drawing.Size(93, 13) + Me.lblStations.TabIndex = 2 + Me.lblStations.Text = "Selected Stations:" + Me.lblStations.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblStartDate ' - resources.ApplyResources(Me.lblStartDate, "lblStartDate") + Me.lblStartDate.AutoSize = True + Me.lblStartDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStartDate.Location = New System.Drawing.Point(32, 307) Me.lblStartDate.Name = "lblStartDate" + Me.lblStartDate.Size = New System.Drawing.Size(58, 13) + Me.lblStartDate.TabIndex = 7 + Me.lblStartDate.Text = "Start Date:" ' 'lblEndDate ' - resources.ApplyResources(Me.lblEndDate, "lblEndDate") + Me.lblEndDate.AutoSize = True + Me.lblEndDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblEndDate.Location = New System.Drawing.Point(34, 349) Me.lblEndDate.Name = "lblEndDate" + Me.lblEndDate.Size = New System.Drawing.Size(55, 13) + Me.lblEndDate.TabIndex = 9 + Me.lblEndDate.Text = "End Date:" ' 'ucrChkUnstackData ' + Me.ucrChkUnstackData.AutoSize = True Me.ucrChkUnstackData.Checked = True - resources.ApplyResources(Me.ucrChkUnstackData, "ucrChkUnstackData") + Me.ucrChkUnstackData.Location = New System.Drawing.Point(8, 235) + Me.ucrChkUnstackData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkUnstackData.Name = "ucrChkUnstackData" - Me.ttClimsoft.SetToolTip(Me.ucrChkUnstackData, resources.GetString("ucrChkUnstackData.ToolTip")) + Me.ucrChkUnstackData.Size = New System.Drawing.Size(178, 23) + Me.ucrChkUnstackData.TabIndex = 9 + Me.ttClimsoft.SetToolTip(Me.ucrChkUnstackData, "Select Observation Data Date Range") ' 'ucrChkFlagsData ' + Me.ucrChkFlagsData.AutoSize = True Me.ucrChkFlagsData.Checked = False - resources.ApplyResources(Me.ucrChkFlagsData, "ucrChkFlagsData") + Me.ucrChkFlagsData.Location = New System.Drawing.Point(8, 212) + Me.ucrChkFlagsData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkFlagsData.Name = "ucrChkFlagsData" - Me.ttClimsoft.SetToolTip(Me.ucrChkFlagsData, resources.GetString("ucrChkFlagsData.ToolTip")) + Me.ucrChkFlagsData.Size = New System.Drawing.Size(213, 23) + Me.ucrChkFlagsData.TabIndex = 8 + Me.ttClimsoft.SetToolTip(Me.ucrChkFlagsData, "Select Observation Data Date Range") ' 'ucrChkElements ' + Me.ucrChkElements.AutoSize = True Me.ucrChkElements.Checked = False - resources.ApplyResources(Me.ucrChkElements, "ucrChkElements") + Me.ucrChkElements.Location = New System.Drawing.Point(8, 258) + Me.ucrChkElements.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkElements.Name = "ucrChkElements" - Me.ttClimsoft.SetToolTip(Me.ucrChkElements, resources.GetString("ucrChkElements.ToolTip")) + Me.ucrChkElements.Size = New System.Drawing.Size(230, 23) + Me.ucrChkElements.TabIndex = 10 + Me.ttClimsoft.SetToolTip(Me.ucrChkElements, "Select Observation Data Date Range") ' 'ucrChkDateRange ' + Me.ucrChkDateRange.AutoSize = True Me.ucrChkDateRange.Checked = False - resources.ApplyResources(Me.ucrChkDateRange, "ucrChkDateRange") + Me.ucrChkDateRange.Location = New System.Drawing.Point(8, 283) + Me.ucrChkDateRange.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkDateRange.Name = "ucrChkDateRange" - Me.ttClimsoft.SetToolTip(Me.ucrChkDateRange, resources.GetString("ucrChkDateRange.ToolTip")) + Me.ucrChkDateRange.Size = New System.Drawing.Size(178, 23) + Me.ucrChkDateRange.TabIndex = 11 + Me.ttClimsoft.SetToolTip(Me.ucrChkDateRange, "Select Observation Data Date Range") ' 'ucrDtpEndDate ' + Me.ucrDtpEndDate.AutoSize = True Me.ucrDtpEndDate.DateValue = New Date(2021, 5, 18, 16, 45, 8, 379) Me.ucrDtpEndDate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpEndDate, "ucrDtpEndDate") + Me.ucrDtpEndDate.Location = New System.Drawing.Point(36, 367) + Me.ucrDtpEndDate.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrDtpEndDate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpEndDate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpEndDate.Name = "ucrDtpEndDate" - Me.ttClimsoft.SetToolTip(Me.ucrDtpEndDate, resources.GetString("ucrDtpEndDate.ToolTip")) + Me.ucrDtpEndDate.Size = New System.Drawing.Size(163, 20) + Me.ucrDtpEndDate.TabIndex = 13 + Me.ttClimsoft.SetToolTip(Me.ucrDtpEndDate, "End Date (To)") ' 'ucrDtpStartdate ' + Me.ucrDtpStartdate.AutoSize = True Me.ucrDtpStartdate.DateValue = New Date(2021, 5, 18, 16, 45, 8, 408) Me.ucrDtpStartdate.Format = "dd MMM yyyy" - resources.ApplyResources(Me.ucrDtpStartdate, "ucrDtpStartdate") + Me.ucrDtpStartdate.Location = New System.Drawing.Point(35, 322) + Me.ucrDtpStartdate.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrDtpStartdate.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0) Me.ucrDtpStartdate.MinDate = New Date(1753, 1, 1, 0, 0, 0, 0) Me.ucrDtpStartdate.Name = "ucrDtpStartdate" - Me.ttClimsoft.SetToolTip(Me.ucrDtpStartdate, resources.GetString("ucrDtpStartdate.ToolTip")) + Me.ucrDtpStartdate.Size = New System.Drawing.Size(163, 20) + Me.ucrDtpStartdate.TabIndex = 12 + Me.ttClimsoft.SetToolTip(Me.ucrDtpStartdate, "Start Date (From)") ' 'ucrChkObservationData ' + Me.ucrChkObservationData.AutoSize = True Me.ucrChkObservationData.Checked = False - resources.ApplyResources(Me.ucrChkObservationData, "ucrChkObservationData") + Me.ucrChkObservationData.Location = New System.Drawing.Point(8, 188) + Me.ucrChkObservationData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkObservationData.Name = "ucrChkObservationData" - Me.ttClimsoft.SetToolTip(Me.ucrChkObservationData, resources.GetString("ucrChkObservationData.ToolTip")) + Me.ucrChkObservationData.Size = New System.Drawing.Size(202, 23) + Me.ucrChkObservationData.TabIndex = 7 + Me.ttClimsoft.SetToolTip(Me.ucrChkObservationData, "Select Observation Data Date Range") ' 'lblConnection ' - resources.ApplyResources(Me.lblConnection, "lblConnection") + Me.lblConnection.AutoSize = True Me.lblConnection.ForeColor = System.Drawing.Color.Red + Me.lblConnection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConnection.Location = New System.Drawing.Point(153, 14) Me.lblConnection.Name = "lblConnection" + Me.lblConnection.Size = New System.Drawing.Size(78, 13) + Me.lblConnection.TabIndex = 16 + Me.lblConnection.Text = "No Connection" ' 'ucrComboBoxElements ' Me.ucrComboBoxElements.AddQuotesIfUnrecognised = True + Me.ucrComboBoxElements.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxElements.GetSetSelectedIndex = -1 Me.ucrComboBoxElements.IsReadOnly = False - resources.ApplyResources(Me.ucrComboBoxElements, "ucrComboBoxElements") + Me.ucrComboBoxElements.Location = New System.Drawing.Point(259, 210) + Me.ucrComboBoxElements.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrComboBoxElements.Name = "ucrComboBoxElements" + Me.ucrComboBoxElements.Size = New System.Drawing.Size(137, 21) + Me.ucrComboBoxElements.TabIndex = 5 ' 'ucrComboBoxStations ' Me.ucrComboBoxStations.AddQuotesIfUnrecognised = True + Me.ucrComboBoxStations.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxStations.GetSetSelectedIndex = -1 Me.ucrComboBoxStations.IsReadOnly = False - resources.ApplyResources(Me.ucrComboBoxStations, "ucrComboBoxStations") + Me.ucrComboBoxStations.Location = New System.Drawing.Point(256, 53) + Me.ucrComboBoxStations.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrComboBoxStations.Name = "ucrComboBoxStations" + Me.ucrComboBoxStations.Size = New System.Drawing.Size(137, 21) + Me.ucrComboBoxStations.TabIndex = 3 ' 'ucrSelectorForClimSoft ' + Me.ucrSelectorForClimSoft.AutoSize = True Me.ucrSelectorForClimSoft.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorForClimSoft, "ucrSelectorForClimSoft") + Me.ucrSelectorForClimSoft.Location = New System.Drawing.Point(8, 43) + Me.ucrSelectorForClimSoft.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForClimSoft.Name = "ucrSelectorForClimSoft" + Me.ucrSelectorForClimSoft.Size = New System.Drawing.Size(216, 147) + Me.ucrSelectorForClimSoft.TabIndex = 2 ' 'ucrReceiverMultipleElements ' + Me.ucrReceiverMultipleElements.AutoSize = True Me.ucrReceiverMultipleElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleElements, "ucrReceiverMultipleElements") + Me.ucrReceiverMultipleElements.Location = New System.Drawing.Point(259, 234) + Me.ucrReceiverMultipleElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleElements.Name = "ucrReceiverMultipleElements" Me.ucrReceiverMultipleElements.Selector = Nothing + Me.ucrReceiverMultipleElements.Size = New System.Drawing.Size(137, 100) Me.ucrReceiverMultipleElements.strNcFilePath = "" + Me.ucrReceiverMultipleElements.TabIndex = 6 Me.ucrReceiverMultipleElements.ucrSelector = Nothing ' 'ucrReceiverMultipleStations ' + Me.ucrReceiverMultipleStations.AutoSize = True Me.ucrReceiverMultipleStations.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleStations, "ucrReceiverMultipleStations") + Me.ucrReceiverMultipleStations.Location = New System.Drawing.Point(256, 77) + Me.ucrReceiverMultipleStations.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleStations.Name = "ucrReceiverMultipleStations" Me.ucrReceiverMultipleStations.Selector = Nothing + Me.ucrReceiverMultipleStations.Size = New System.Drawing.Size(137, 100) Me.ucrReceiverMultipleStations.strNcFilePath = "" + Me.ucrReceiverMultipleStations.TabIndex = 4 Me.ucrReceiverMultipleStations.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(8, 402) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'dlgClimSoft ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(408, 459) Me.Controls.Add(Me.ucrChkUnstackData) Me.Controls.Add(Me.ucrChkFlagsData) Me.Controls.Add(Me.lblConnection) @@ -221,6 +305,8 @@ Partial Class dlgClimSoft Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimSoft" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Import From Climsoft" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimSoft.resx b/instat/dlgClimSoft.resx index c2efc893a28..181695a9009 100644 --- a/instat/dlgClimSoft.resx +++ b/instat/dlgClimSoft.resx @@ -117,556 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 8, 8 - - - 142, 23 - - - - 1 - - - Establish Connection... - - - cmdEstablishConnection - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 256, 194 - - - 98, 13 - - - 4 - - - Selected Elements: - - - lblElements - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 256, 38 - - - 93, 13 - - - 2 - - - Selected Stations: - - - MiddleCenter - - - lblStations - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 32, 307 - - - 58, 13 - - - 7 - - - Start Date: - - - lblStartDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 34, 349 - - - 55, 13 - - - 9 - - - End Date: - - - lblEndDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - 17, 17 - - 8, 235 - - - 6, 8, 6, 8 - - - 178, 20 - - - 9 - - - Select Observation Data Date Range - - - ucrChkUnstackData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 8, 212 - - - 6, 8, 6, 8 - - - 213, 20 - - - 8 - - - Select Observation Data Date Range - - - ucrChkFlagsData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 8, 258 - - - 6, 8, 6, 8 - - - 230, 20 - - - 10 - - - Select Observation Data Date Range - - - ucrChkElements - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 8, 283 - - - 6, 8, 6, 8 - - - 178, 20 - - - 11 - - - Select Observation Data Date Range - - - ucrChkDateRange - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 36, 367 - - - 6, 8, 6, 8 - - - 163, 20 - - - 13 - - - End Date (To) - - - ucrDtpEndDate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 35, 322 - - - 6, 8, 6, 8 - - - 163, 20 - - - 12 - - - Start Date (From) - - - ucrDtpStartdate - - - instat.ucrDateTimePicker, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 8, 188 - - - 6, 8, 6, 8 - - - 202, 20 - - - 7 - - - Select Observation Data Date Range - - - ucrChkObservationData - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - NoControl - - - 153, 14 - - - 78, 13 - - - 16 - - - No Connection - - - lblConnection - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 259, 210 - - - 9, 12, 9, 12 - - - 137, 21 - - - 5 - - - ucrComboBoxElements - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 256, 53 - - - 9, 12, 9, 12 - - - 137, 21 - - - 3 - - - ucrComboBoxStations - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 8, 43 - - - 0, 0, 0, 0 - - - 216, 147 - - - 2 - - - ucrSelectorForClimSoft - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - True - - - 6, 13 - - - True - - - 408, 459 - - - 256, 77 - - - 0, 0, 0, 0 - - - 137, 100 - - - 4 - - - ucrReceiverMultipleStations - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 8, 402 - - - 4, 5, 4, 5 - - - 405, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - CenterScreen - - - Import From Climsoft - - - ttClimsoft - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgClimSoft - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 259, 234 - - - 0, 0, 0, 0 - - - 137, 100 - - - 6 - - - ucrReceiverMultipleElements - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - \ No newline at end of file diff --git a/instat/dlgClimaticBoxPlot.Designer.vb b/instat/dlgClimaticBoxPlot.Designer.vb index 1fd794903ff..8681f171832 100644 --- a/instat/dlgClimaticBoxPlot.Designer.vb +++ b/instat/dlgClimaticBoxPlot.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgClimaticBoxPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimaticBoxPlot)) Me.cmdBoxPlotOptions = New System.Windows.Forms.Button() Me.cmdOptions = New System.Windows.Forms.Button() Me.rdoViolin = New System.Windows.Forms.RadioButton() @@ -55,212 +54,331 @@ Partial Class dlgClimaticBoxPlot ' 'cmdBoxPlotOptions ' - resources.ApplyResources(Me.cmdBoxPlotOptions, "cmdBoxPlotOptions") + Me.cmdBoxPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBoxPlotOptions.Location = New System.Drawing.Point(10, 241) Me.cmdBoxPlotOptions.Name = "cmdBoxPlotOptions" + Me.cmdBoxPlotOptions.Size = New System.Drawing.Size(166, 25) + Me.cmdBoxPlotOptions.TabIndex = 20 Me.cmdBoxPlotOptions.Tag = "Boxplot_Options" + Me.cmdBoxPlotOptions.Text = "Boxplot Options" Me.cmdBoxPlotOptions.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 272) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(166, 25) + Me.cmdOptions.TabIndex = 21 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'rdoViolin ' - resources.ApplyResources(Me.rdoViolin, "rdoViolin") + Me.rdoViolin.Appearance = System.Windows.Forms.Appearance.Button Me.rdoViolin.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoViolin.FlatAppearance.BorderSize = 2 Me.rdoViolin.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoViolin.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoViolin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoViolin.Location = New System.Drawing.Point(291, 12) Me.rdoViolin.Name = "rdoViolin" + Me.rdoViolin.Size = New System.Drawing.Size(120, 27) + Me.rdoViolin.TabIndex = 3 Me.rdoViolin.TabStop = True + Me.rdoViolin.Text = "Violin Plot" + Me.rdoViolin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoViolin.UseVisualStyleBackColor = True ' 'rdoJitter ' - resources.ApplyResources(Me.rdoJitter, "rdoJitter") + Me.rdoJitter.Appearance = System.Windows.Forms.Appearance.Button Me.rdoJitter.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoJitter.FlatAppearance.BorderSize = 2 Me.rdoJitter.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoJitter.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoJitter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoJitter.Location = New System.Drawing.Point(173, 12) Me.rdoJitter.Name = "rdoJitter" + Me.rdoJitter.Size = New System.Drawing.Size(120, 27) + Me.rdoJitter.TabIndex = 2 Me.rdoJitter.TabStop = True + Me.rdoJitter.Text = "Jitter Plot" + Me.rdoJitter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoJitter.UseVisualStyleBackColor = True ' 'rdoBoxplot ' - resources.ApplyResources(Me.rdoBoxplot, "rdoBoxplot") + Me.rdoBoxplot.Appearance = System.Windows.Forms.Appearance.Button Me.rdoBoxplot.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoBoxplot.FlatAppearance.BorderSize = 2 Me.rdoBoxplot.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoBoxplot.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoBoxplot.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBoxplot.Location = New System.Drawing.Point(55, 12) Me.rdoBoxplot.Name = "rdoBoxplot" + Me.rdoBoxplot.Size = New System.Drawing.Size(120, 27) + Me.rdoBoxplot.TabIndex = 1 Me.rdoBoxplot.TabStop = True + Me.rdoBoxplot.Text = "Boxplot" + Me.rdoBoxplot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoBoxplot.UseVisualStyleBackColor = True ' 'lblWithinYear ' - resources.ApplyResources(Me.lblWithinYear, "lblWithinYear") + Me.lblWithinYear.AutoSize = True + Me.lblWithinYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWithinYear.Location = New System.Drawing.Point(242, 264) Me.lblWithinYear.Name = "lblWithinYear" + Me.lblWithinYear.Size = New System.Drawing.Size(65, 13) + Me.lblWithinYear.TabIndex = 17 + Me.lblWithinYear.Text = "Within Year:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(243, 147) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 10 + Me.lblElement.Text = "Element:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(242, 220) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 14 + Me.lblYear.Text = "Year:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(242, 107) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 8 + Me.lblDate.Text = "Date:" ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(242, 66) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 5 + Me.lblStation.Text = "Station:" ' 'ucrReceiverWithinYear ' + Me.ucrReceiverWithinYear.AutoSize = True Me.ucrReceiverWithinYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWithinYear, "ucrReceiverWithinYear") + Me.ucrReceiverWithinYear.Location = New System.Drawing.Point(245, 278) + Me.ucrReceiverWithinYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWithinYear.Name = "ucrReceiverWithinYear" Me.ucrReceiverWithinYear.Selector = Nothing + Me.ucrReceiverWithinYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWithinYear.strNcFilePath = "" + Me.ucrReceiverWithinYear.TabIndex = 18 Me.ucrReceiverWithinYear.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(245, 235) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 15 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(245, 120) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 9 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(245, 80) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 6 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(245, 160) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 11 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrChkOmitBelow ' + Me.ucrChkOmitBelow.AutoSize = True Me.ucrChkOmitBelow.Checked = False - resources.ApplyResources(Me.ucrChkOmitBelow, "ucrChkOmitBelow") + Me.ucrChkOmitBelow.Location = New System.Drawing.Point(245, 186) Me.ucrChkOmitBelow.Name = "ucrChkOmitBelow" + Me.ucrChkOmitBelow.Size = New System.Drawing.Size(136, 23) + Me.ucrChkOmitBelow.TabIndex = 12 ' 'ucrNudOmitBelow ' + Me.ucrNudOmitBelow.AutoSize = True Me.ucrNudOmitBelow.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudOmitBelow.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudOmitBelow, "ucrNudOmitBelow") + Me.ucrNudOmitBelow.Location = New System.Drawing.Point(383, 186) Me.ucrNudOmitBelow.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudOmitBelow.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudOmitBelow.Name = "ucrNudOmitBelow" + Me.ucrNudOmitBelow.Size = New System.Drawing.Size(48, 20) + Me.ucrNudOmitBelow.TabIndex = 13 Me.ucrNudOmitBelow.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputWithinYear ' Me.ucrInputWithinYear.AddQuotesIfUnrecognised = True + Me.ucrInputWithinYear.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputWithinYear.GetSetSelectedIndex = -1 Me.ucrInputWithinYear.IsReadOnly = False - resources.ApplyResources(Me.ucrInputWithinYear, "ucrInputWithinYear") + Me.ucrInputWithinYear.Location = New System.Drawing.Point(367, 278) Me.ucrInputWithinYear.Name = "ucrInputWithinYear" + Me.ucrInputWithinYear.Size = New System.Drawing.Size(82, 21) + Me.ucrInputWithinYear.TabIndex = 19 ' 'ucrInputYear ' Me.ucrInputYear.AddQuotesIfUnrecognised = True + Me.ucrInputYear.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputYear.GetSetSelectedIndex = -1 Me.ucrInputYear.IsReadOnly = False - resources.ApplyResources(Me.ucrInputYear, "ucrInputYear") + Me.ucrInputYear.Location = New System.Drawing.Point(367, 235) Me.ucrInputYear.Name = "ucrInputYear" + Me.ucrInputYear.Size = New System.Drawing.Size(82, 21) + Me.ucrInputYear.TabIndex = 16 ' 'ucrInputStation ' Me.ucrInputStation.AddQuotesIfUnrecognised = True + Me.ucrInputStation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStation.GetSetSelectedIndex = -1 Me.ucrInputStation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStation, "ucrInputStation") + Me.ucrInputStation.Location = New System.Drawing.Point(367, 80) Me.ucrInputStation.Name = "ucrInputStation" + Me.ucrInputStation.Size = New System.Drawing.Size(82, 21) + Me.ucrInputStation.TabIndex = 7 ' 'ucrPnlPlots ' - resources.ApplyResources(Me.ucrPnlPlots, "ucrPnlPlots") + Me.ucrPnlPlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPlots.Location = New System.Drawing.Point(48, 8) Me.ucrPnlPlots.Name = "ucrPnlPlots" + Me.ucrPnlPlots.Size = New System.Drawing.Size(372, 35) + Me.ucrPnlPlots.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 394) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 26 ' 'ucrSavePlot ' - resources.ApplyResources(Me.ucrSavePlot, "ucrSavePlot") + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlot.Location = New System.Drawing.Point(10, 362) + Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" + Me.ucrSavePlot.Size = New System.Drawing.Size(320, 24) + Me.ucrSavePlot.TabIndex = 25 ' 'ucrChkHorizontalBoxplot ' + Me.ucrChkHorizontalBoxplot.AutoSize = True Me.ucrChkHorizontalBoxplot.Checked = False - resources.ApplyResources(Me.ucrChkHorizontalBoxplot, "ucrChkHorizontalBoxplot") + Me.ucrChkHorizontalBoxplot.Location = New System.Drawing.Point(10, 336) Me.ucrChkHorizontalBoxplot.Name = "ucrChkHorizontalBoxplot" + Me.ucrChkHorizontalBoxplot.Size = New System.Drawing.Size(210, 23) + Me.ucrChkHorizontalBoxplot.TabIndex = 23 ' 'ucrChkVarWidth ' + Me.ucrChkVarWidth.AutoSize = True Me.ucrChkVarWidth.Checked = False - resources.ApplyResources(Me.ucrChkVarWidth, "ucrChkVarWidth") + Me.ucrChkVarWidth.Location = New System.Drawing.Point(10, 310) Me.ucrChkVarWidth.Name = "ucrChkVarWidth" + Me.ucrChkVarWidth.Size = New System.Drawing.Size(210, 23) + Me.ucrChkVarWidth.TabIndex = 22 ' 'ucrSelectorClimaticBoxPlot ' + Me.ucrSelectorClimaticBoxPlot.AutoSize = True Me.ucrSelectorClimaticBoxPlot.bDropUnusedFilterLevels = False Me.ucrSelectorClimaticBoxPlot.bShowHiddenColumns = False Me.ucrSelectorClimaticBoxPlot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorClimaticBoxPlot, "ucrSelectorClimaticBoxPlot") + Me.ucrSelectorClimaticBoxPlot.Location = New System.Drawing.Point(10, 56) + Me.ucrSelectorClimaticBoxPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorClimaticBoxPlot.Name = "ucrSelectorClimaticBoxPlot" + Me.ucrSelectorClimaticBoxPlot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorClimaticBoxPlot.TabIndex = 4 ' 'lblOutlierCoefficient ' - resources.ApplyResources(Me.lblOutlierCoefficient, "lblOutlierCoefficient") + Me.lblOutlierCoefficient.AutoSize = True + Me.lblOutlierCoefficient.Location = New System.Drawing.Point(243, 317) Me.lblOutlierCoefficient.Name = "lblOutlierCoefficient" + Me.lblOutlierCoefficient.Size = New System.Drawing.Size(102, 13) + Me.lblOutlierCoefficient.TabIndex = 27 + Me.lblOutlierCoefficient.Text = "Outlier Coefficiennt :" ' 'ucrNudOutlierCoefficient ' + Me.ucrNudOutlierCoefficient.AutoSize = True Me.ucrNudOutlierCoefficient.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudOutlierCoefficient.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudOutlierCoefficient, "ucrNudOutlierCoefficient") + Me.ucrNudOutlierCoefficient.Location = New System.Drawing.Point(383, 311) Me.ucrNudOutlierCoefficient.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudOutlierCoefficient.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudOutlierCoefficient.Name = "ucrNudOutlierCoefficient" + Me.ucrNudOutlierCoefficient.Size = New System.Drawing.Size(48, 20) + Me.ucrNudOutlierCoefficient.TabIndex = 28 Me.ucrNudOutlierCoefficient.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'dlgClimaticBoxPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(455, 458) Me.Controls.Add(Me.ucrNudOutlierCoefficient) Me.Controls.Add(Me.lblOutlierCoefficient) Me.Controls.Add(Me.ucrReceiverWithinYear) @@ -293,6 +411,8 @@ Partial Class dlgClimaticBoxPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimaticBoxPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Climatic Boxplot" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimaticBoxPlot.resx b/instat/dlgClimaticBoxPlot.resx index 39f07f60d0a..29dcb1b3a35 100644 --- a/instat/dlgClimaticBoxPlot.resx +++ b/instat/dlgClimaticBoxPlot.resx @@ -117,751 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 241 - - - 166, 25 - - - - 20 - - - Boxplot Options - - - cmdBoxPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - NoControl - - - 10, 272 - - - 166, 25 - - - 21 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - Button - - - Flat - - - NoControl - - - 291, 12 - - - 120, 27 - - - 3 - - - Violin Plot - - - MiddleCenter - - - rdoViolin - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - Button - - - Flat - - - NoControl - - - 173, 12 - - - 120, 27 - - - 2 - - - Jitter Plot - - - MiddleCenter - - - rdoJitter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - Button - - - Flat - - - NoControl - - - 55, 12 - - - 120, 27 - - - 1 - - - Boxplot - - - MiddleCenter - - - rdoBoxplot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 242, 264 - - - 65, 13 - - - 17 - - - Within Year: - - - lblWithinYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 243, 147 - - - 48, 13 - - - 10 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 242, 220 - - - 32, 13 - - - 14 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 242, 107 - - - 33, 13 - - - 8 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 242, 66 - - - 43, 13 - - - 5 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - 6, 13 - - - True - - - 455, 458 - - - 383, 311 - - - 48, 20 - - - 28 - - - ucrNudOutlierCoefficient - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 243, 317 - - - 102, 13 - - - 27 - - - Outlier Coefficiennt : - - - lblOutlierCoefficient - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 245, 235 - - - 0, 0, 0, 0 - - - 120, 20 - - - 15 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 245, 120 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 245, 80 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 245, 160 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 245, 186 - - - 136, 20 - - - 12 - - - ucrChkOmitBelow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 383, 186 - - - 48, 20 - - - 13 - - - ucrNudOmitBelow - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 367, 278 - - - 82, 21 - - - 19 - - - ucrInputWithinYear - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 367, 235 - - - 82, 21 - - - 16 - - - ucrInputYear - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 367, 80 - - - 82, 21 - - - 7 - - - ucrInputStation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 48, 8 - - - 372, 35 - - - 0 - - - ucrPnlPlots - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - True - - - 10, 394 - - - 405, 52 - - - 26 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 10, 362 - - - 4, 5, 4, 5 - - - 320, 24 - - - 25 - - - ucrSavePlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 10, 336 - - - 210, 20 - - - 23 - - - ucrChkHorizontalBoxplot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 10, 310 - - - 210, 20 - - - 22 - - - ucrChkVarWidth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 10, 56 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorClimaticBoxPlot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - CenterScreen - - - Climatic Boxplot - - - dlgClimaticBoxPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 245, 278 - - - 0, 0, 0, 0 - - - 120, 20 - - - 18 - - - ucrReceiverWithinYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgClimaticCheckDataRain.Designer.vb b/instat/dlgClimaticCheckDataRain.Designer.vb index e71496ff902..291d1c46904 100644 --- a/instat/dlgClimaticCheckDataRain.Designer.vb +++ b/instat/dlgClimaticCheckDataRain.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgClimaticCheckDataRain 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimaticCheckDataRain)) Me.lblStation = New System.Windows.Forms.Label() Me.lblDate = New System.Windows.Forms.Label() Me.lblYear = New System.Windows.Forms.Label() @@ -69,286 +68,450 @@ Partial Class dlgClimaticCheckDataRain ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(267, 22) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 1 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(267, 66) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 3 + Me.lblDate.Text = "Date:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(267, 110) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 5 + Me.lblYear.Text = "Year:" ' 'lblDay ' - resources.ApplyResources(Me.lblDay, "lblDay") + Me.lblDay.AutoSize = True + Me.lblDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDay.Location = New System.Drawing.Point(267, 198) Me.lblDay.Name = "lblDay" + Me.lblDay.Size = New System.Drawing.Size(29, 13) + Me.lblDay.TabIndex = 9 + Me.lblDay.Text = "Day:" ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(267, 154) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 7 + Me.lblMonth.Text = "Month:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(267, 242) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 11 + Me.lblElement.Text = "Element:" ' 'lblmm ' - resources.ApplyResources(Me.lblmm, "lblmm") + Me.lblmm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblmm.Location = New System.Drawing.Point(159, 207) Me.lblmm.Name = "lblmm" + Me.lblmm.Size = New System.Drawing.Size(96, 27) + Me.lblmm.TabIndex = 15 + Me.lblmm.Text = "mm(Large or negative Value)" ' 'lblDays ' - resources.ApplyResources(Me.lblDays, "lblDays") + Me.lblDays.AutoSize = True + Me.lblDays.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDays.Location = New System.Drawing.Point(159, 246) Me.lblDays.Name = "lblDays" + Me.lblDays.Size = New System.Drawing.Size(29, 13) + Me.lblDays.TabIndex = 18 + Me.lblDays.Text = "days" ' 'lblRainDays ' - resources.ApplyResources(Me.lblRainDays, "lblRainDays") + Me.lblRainDays.AutoSize = True + Me.lblRainDays.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRainDays.Location = New System.Drawing.Point(159, 274) Me.lblRainDays.Name = "lblRainDays" + Me.lblRainDays.Size = New System.Drawing.Size(49, 13) + Me.lblRainDays.TabIndex = 23 + Me.lblRainDays.Text = "rain days" ' 'lblSkewnessWeight ' - resources.ApplyResources(Me.lblSkewnessWeight, "lblSkewnessWeight") + Me.lblSkewnessWeight.AutoSize = True + Me.lblSkewnessWeight.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSkewnessWeight.Location = New System.Drawing.Point(235, 333) Me.lblSkewnessWeight.Name = "lblSkewnessWeight" + Me.lblSkewnessWeight.Size = New System.Drawing.Size(96, 13) + Me.lblSkewnessWeight.TabIndex = 31 + Me.lblSkewnessWeight.Text = "Skewness Weight:" ' 'grpLogicalCalculatedColumns ' Me.grpLogicalCalculatedColumns.Controls.Add(Me.ucrChkLogicalColumns) Me.grpLogicalCalculatedColumns.Controls.Add(Me.ucrChkCalculatedColumns) - resources.ApplyResources(Me.grpLogicalCalculatedColumns, "grpLogicalCalculatedColumns") + Me.grpLogicalCalculatedColumns.Location = New System.Drawing.Point(6, 385) Me.grpLogicalCalculatedColumns.Name = "grpLogicalCalculatedColumns" + Me.grpLogicalCalculatedColumns.Size = New System.Drawing.Size(399, 55) + Me.grpLogicalCalculatedColumns.TabIndex = 37 Me.grpLogicalCalculatedColumns.TabStop = False + Me.grpLogicalCalculatedColumns.Text = "Include in Original Data" ' 'ucrChkLogicalColumns ' + Me.ucrChkLogicalColumns.AutoSize = True Me.ucrChkLogicalColumns.Checked = False - resources.ApplyResources(Me.ucrChkLogicalColumns, "ucrChkLogicalColumns") + Me.ucrChkLogicalColumns.Location = New System.Drawing.Point(6, 21) Me.ucrChkLogicalColumns.Name = "ucrChkLogicalColumns" + Me.ucrChkLogicalColumns.Size = New System.Drawing.Size(185, 23) + Me.ucrChkLogicalColumns.TabIndex = 0 ' 'ucrChkCalculatedColumns ' + Me.ucrChkCalculatedColumns.AutoSize = True Me.ucrChkCalculatedColumns.Checked = False - resources.ApplyResources(Me.ucrChkCalculatedColumns, "ucrChkCalculatedColumns") + Me.ucrChkCalculatedColumns.Location = New System.Drawing.Point(227, 21) Me.ucrChkCalculatedColumns.Name = "ucrChkCalculatedColumns" + Me.ucrChkCalculatedColumns.Size = New System.Drawing.Size(154, 23) + Me.ucrChkCalculatedColumns.TabIndex = 1 ' 'lblCoeff ' - resources.ApplyResources(Me.lblCoeff, "lblCoeff") + Me.lblCoeff.AutoSize = True + Me.lblCoeff.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCoeff.Location = New System.Drawing.Point(296, 363) Me.lblCoeff.Name = "lblCoeff" + Me.lblCoeff.Size = New System.Drawing.Size(35, 13) + Me.lblCoeff.TabIndex = 35 + Me.lblCoeff.Text = "Coeff:" ' 'cmdOmitMonths ' - resources.ApplyResources(Me.cmdOmitMonths, "cmdOmitMonths") + Me.cmdOmitMonths.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOmitMonths.Location = New System.Drawing.Point(345, 299) Me.cmdOmitMonths.Name = "cmdOmitMonths" + Me.cmdOmitMonths.Size = New System.Drawing.Size(75, 23) + Me.cmdOmitMonths.TabIndex = 28 + Me.cmdOmitMonths.Text = "Omit Months" Me.cmdOmitMonths.UseVisualStyleBackColor = True ' 'lblThreshold ' - resources.ApplyResources(Me.lblThreshold, "lblThreshold") + Me.lblThreshold.AutoSize = True + Me.lblThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblThreshold.Location = New System.Drawing.Point(56, 363) Me.lblThreshold.Name = "lblThreshold" + Me.lblThreshold.Size = New System.Drawing.Size(57, 13) + Me.lblThreshold.TabIndex = 33 + Me.lblThreshold.Text = "Threshold:" ' 'lblMissingThreshold ' - resources.ApplyResources(Me.lblMissingThreshold, "lblMissingThreshold") + Me.lblMissingThreshold.AutoSize = True + Me.lblMissingThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMissingThreshold.Location = New System.Drawing.Point(79, 304) Me.lblMissingThreshold.Name = "lblMissingThreshold" + Me.lblMissingThreshold.Size = New System.Drawing.Size(125, 13) + Me.lblMissingThreshold.TabIndex = 25 + Me.lblMissingThreshold.Text = "Monthly rainfall less than:" ' 'lblThresholdmm ' - resources.ApplyResources(Me.lblThresholdmm, "lblThresholdmm") + Me.lblThresholdmm.AutoSize = True + Me.lblThresholdmm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblThresholdmm.Location = New System.Drawing.Point(320, 304) Me.lblThresholdmm.Name = "lblThresholdmm" + Me.lblThresholdmm.Size = New System.Drawing.Size(23, 13) + Me.lblThresholdmm.TabIndex = 27 + Me.lblThresholdmm.Text = "mm" ' 'lblGreater ' - resources.ApplyResources(Me.lblGreater, "lblGreater") + Me.lblGreater.AutoSize = True + Me.lblGreater.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.lblGreater.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGreater.Location = New System.Drawing.Point(186, 244) Me.lblGreater.Name = "lblGreater" + Me.lblGreater.Size = New System.Drawing.Size(18, 20) + Me.lblGreater.TabIndex = 19 + Me.lblGreater.Text = ">" ' 'ucrInputSameValue ' Me.ucrInputSameValue.AddQuotesIfUnrecognised = True + Me.ucrInputSameValue.AutoSize = True Me.ucrInputSameValue.IsMultiline = False Me.ucrInputSameValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSameValue, "ucrInputSameValue") + Me.ucrInputSameValue.Location = New System.Drawing.Point(207, 243) Me.ucrInputSameValue.Name = "ucrInputSameValue" + Me.ucrInputSameValue.Size = New System.Drawing.Size(40, 20) + Me.ucrInputSameValue.TabIndex = 20 ' 'ucrInputThreshold ' Me.ucrInputThreshold.AddQuotesIfUnrecognised = True + Me.ucrInputThreshold.AutoSize = True Me.ucrInputThreshold.IsMultiline = False Me.ucrInputThreshold.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThreshold, "ucrInputThreshold") + Me.ucrInputThreshold.Location = New System.Drawing.Point(274, 300) Me.ucrInputThreshold.Name = "ucrInputThreshold" + Me.ucrInputThreshold.Size = New System.Drawing.Size(46, 21) + Me.ucrInputThreshold.TabIndex = 26 ' 'ucrInputThresholdValue ' Me.ucrInputThresholdValue.AddQuotesIfUnrecognised = True + Me.ucrInputThresholdValue.AutoSize = True Me.ucrInputThresholdValue.IsMultiline = False Me.ucrInputThresholdValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThresholdValue, "ucrInputThresholdValue") + Me.ucrInputThresholdValue.Location = New System.Drawing.Point(116, 359) Me.ucrInputThresholdValue.Name = "ucrInputThresholdValue" + Me.ucrInputThresholdValue.Size = New System.Drawing.Size(54, 21) + Me.ucrInputThresholdValue.TabIndex = 34 ' 'ucrNudCoeff ' + Me.ucrNudCoeff.AutoSize = True Me.ucrNudCoeff.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCoeff.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCoeff, "ucrNudCoeff") + Me.ucrNudCoeff.Location = New System.Drawing.Point(334, 358) Me.ucrNudCoeff.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCoeff.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCoeff.Name = "ucrNudCoeff" + Me.ucrNudCoeff.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCoeff.TabIndex = 36 Me.ucrNudCoeff.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkOmitZero ' + Me.ucrChkOmitZero.AutoSize = True Me.ucrChkOmitZero.Checked = False - resources.ApplyResources(Me.ucrChkOmitZero, "ucrChkOmitZero") + Me.ucrChkOmitZero.Location = New System.Drawing.Point(108, 332) Me.ucrChkOmitZero.Name = "ucrChkOmitZero" + Me.ucrChkOmitZero.Size = New System.Drawing.Size(113, 23) + Me.ucrChkOmitZero.TabIndex = 30 ' 'ucrNudSkewnessWeight ' + Me.ucrNudSkewnessWeight.AutoSize = True Me.ucrNudSkewnessWeight.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSkewnessWeight.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSkewnessWeight, "ucrNudSkewnessWeight") + Me.ucrNudSkewnessWeight.Location = New System.Drawing.Point(334, 332) Me.ucrNudSkewnessWeight.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSkewnessWeight.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSkewnessWeight.Name = "ucrNudSkewnessWeight" + Me.ucrNudSkewnessWeight.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSkewnessWeight.TabIndex = 32 Me.ucrNudSkewnessWeight.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudWetDays ' + Me.ucrNudWetDays.AutoSize = True Me.ucrNudWetDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWetDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWetDays, "ucrNudWetDays") + Me.ucrNudWetDays.Location = New System.Drawing.Point(106, 271) Me.ucrNudWetDays.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWetDays.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWetDays.Name = "ucrNudWetDays" + Me.ucrNudWetDays.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWetDays.TabIndex = 22 Me.ucrNudWetDays.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudSame ' + Me.ucrNudSame.AutoSize = True Me.ucrNudSame.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSame.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSame, "ucrNudSame") + Me.ucrNudSame.Location = New System.Drawing.Point(106, 242) Me.ucrNudSame.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSame.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSame.Name = "ucrNudSame" + Me.ucrNudSame.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSame.TabIndex = 17 Me.ucrNudSame.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudLarge ' + Me.ucrNudLarge.AutoSize = True Me.ucrNudLarge.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLarge.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudLarge, "ucrNudLarge") + Me.ucrNudLarge.Location = New System.Drawing.Point(106, 213) Me.ucrNudLarge.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudLarge.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudLarge.Name = "ucrNudLarge" + Me.ucrNudLarge.Size = New System.Drawing.Size(50, 20) + Me.ucrNudLarge.TabIndex = 14 Me.ucrNudLarge.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkOutlier ' + Me.ucrChkOutlier.AutoSize = True Me.ucrChkOutlier.Checked = False - resources.ApplyResources(Me.ucrChkOutlier, "ucrChkOutlier") + Me.ucrChkOutlier.Location = New System.Drawing.Point(6, 332) Me.ucrChkOutlier.Name = "ucrChkOutlier" + Me.ucrChkOutlier.Size = New System.Drawing.Size(100, 23) + Me.ucrChkOutlier.TabIndex = 29 ' 'ucrChkDryMonth ' + Me.ucrChkDryMonth.AutoSize = True Me.ucrChkDryMonth.Checked = False - resources.ApplyResources(Me.ucrChkDryMonth, "ucrChkDryMonth") + Me.ucrChkDryMonth.Location = New System.Drawing.Point(6, 301) Me.ucrChkDryMonth.Name = "ucrChkDryMonth" + Me.ucrChkDryMonth.Size = New System.Drawing.Size(92, 23) + Me.ucrChkDryMonth.TabIndex = 24 ' 'ucrChkWetDays ' + Me.ucrChkWetDays.AutoSize = True Me.ucrChkWetDays.Checked = False - resources.ApplyResources(Me.ucrChkWetDays, "ucrChkWetDays") + Me.ucrChkWetDays.Location = New System.Drawing.Point(6, 271) Me.ucrChkWetDays.Name = "ucrChkWetDays" + Me.ucrChkWetDays.Size = New System.Drawing.Size(92, 23) + Me.ucrChkWetDays.TabIndex = 21 ' 'ucrChkSame ' + Me.ucrChkSame.AutoSize = True Me.ucrChkSame.Checked = False - resources.ApplyResources(Me.ucrChkSame, "ucrChkSame") + Me.ucrChkSame.Location = New System.Drawing.Point(6, 242) Me.ucrChkSame.Name = "ucrChkSame" + Me.ucrChkSame.Size = New System.Drawing.Size(92, 23) + Me.ucrChkSame.TabIndex = 16 ' 'ucrChkLarge ' + Me.ucrChkLarge.AutoSize = True Me.ucrChkLarge.Checked = False - resources.ApplyResources(Me.ucrChkLarge, "ucrChkLarge") + Me.ucrChkLarge.Location = New System.Drawing.Point(6, 213) Me.ucrChkLarge.Name = "ucrChkLarge" + Me.ucrChkLarge.Size = New System.Drawing.Size(75, 23) + Me.ucrChkLarge.TabIndex = 13 ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(270, 167) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 8 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(270, 255) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 12 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrReceiverDay ' + Me.ucrReceiverDay.AutoSize = True Me.ucrReceiverDay.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDay, "ucrReceiverDay") + Me.ucrReceiverDay.Location = New System.Drawing.Point(270, 211) + Me.ucrReceiverDay.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDay.Name = "ucrReceiverDay" Me.ucrReceiverDay.Selector = Nothing + Me.ucrReceiverDay.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDay.strNcFilePath = "" + Me.ucrReceiverDay.TabIndex = 10 Me.ucrReceiverDay.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(270, 123) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 6 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(270, 79) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 4 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(270, 35) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 2 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrSelectorRain ' + Me.ucrSelectorRain.AutoSize = True Me.ucrSelectorRain.bDropUnusedFilterLevels = False Me.ucrSelectorRain.bShowHiddenColumns = False Me.ucrSelectorRain.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorRain, "ucrSelectorRain") + Me.ucrSelectorRain.Location = New System.Drawing.Point(6, 16) + Me.ucrSelectorRain.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorRain.Name = "ucrSelectorRain" + Me.ucrSelectorRain.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorRain.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 449) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 38 ' 'dlgClimaticCheckDataRain ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(424, 504) Me.Controls.Add(Me.ucrInputSameValue) Me.Controls.Add(Me.lblGreater) Me.Controls.Add(Me.lblThresholdmm) @@ -392,7 +555,10 @@ Partial Class dlgClimaticCheckDataRain Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimaticCheckDataRain" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Climatic Check Data Rainfall" Me.grpLogicalCalculatedColumns.ResumeLayout(False) + Me.grpLogicalCalculatedColumns.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimaticCheckDataRain.resx b/instat/dlgClimaticCheckDataRain.resx index bd8c024ee7d..29dcb1b3a35 100644 --- a/instat/dlgClimaticCheckDataRain.resx +++ b/instat/dlgClimaticCheckDataRain.resx @@ -117,1060 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 267, 22 - - - 43, 13 - - - 1 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - True - - - NoControl - - - 267, 66 - - - 33, 13 - - - 3 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - True - - - NoControl - - - 267, 110 - - - 32, 13 - - - 5 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 32 - - - True - - - NoControl - - - 267, 198 - - - 29, 13 - - - 9 - - - Day: - - - lblDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - NoControl - - - 267, 154 - - - 40, 13 - - - 7 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 27 - - - True - - - NoControl - - - 267, 242 - - - 48, 13 - - - 11 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - NoControl - - - 159, 207 - - - 96, 27 - - - 15 - - - mm(Large or negative Value) - - - lblmm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 159, 246 - - - 29, 13 - - - 18 - - - days - - - lblDays - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 159, 274 - - - 49, 13 - - - 23 - - - rain days - - - lblRainDays - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 235, 333 - - - 96, 13 - - - 31 - - - Skewness Weight: - - - lblSkewnessWeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 6, 21 - - - 185, 20 - - - 0 - - - ucrChkLogicalColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLogicalCalculatedColumns - - - 0 - - - 227, 21 - - - 154, 20 - - - 1 - - - ucrChkCalculatedColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLogicalCalculatedColumns - - - 1 - - - 6, 385 - - - 399, 55 - - - 37 - - - Include in Original Data - - - grpLogicalCalculatedColumns - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 38 - - - True - - - NoControl - - - 296, 363 - - - 35, 13 - - - 35 - - - Coeff: - - - lblCoeff - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 345, 299 - - - 75, 23 - - - 28 - - - Omit Months - - - cmdOmitMonths - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 56, 363 - - - 57, 13 - - - 33 - - - Threshold: - - - lblThreshold - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 79, 304 - - - 125, 13 - - - 25 - - - Monthly rainfall less than: - - - lblMissingThreshold - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 320, 304 - - - 23, 13 - - - 27 - - - mm - - - lblThresholdmm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 186, 244 - - - 18, 20 - - - 19 - - - > - - - lblGreater - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 207, 243 - - - 40, 20 - - - 20 - - - ucrInputSameValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 274, 300 - - - 46, 21 - - - 26 - - - ucrInputThreshold - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 116, 359 - - - 54, 21 - - - 34 - - - ucrInputThresholdValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 334, 358 - - - 50, 20 - - - 36 - - - ucrNudCoeff - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 108, 332 - - - 113, 20 - - - 30 - - - ucrChkOmitZero - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 334, 332 - - - 50, 20 - - - 32 - - - ucrNudSkewnessWeight - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 106, 271 - - - 50, 20 - - - 22 - - - ucrNudWetDays - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 106, 242 - - - 50, 20 - - - 17 - - - ucrNudSame - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 106, 213 - - - 50, 20 - - - 14 - - - ucrNudLarge - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 6, 332 - - - 100, 20 - - - 29 - - - ucrChkOutlier - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 6, 301 - - - 92, 20 - - - 24 - - - ucrChkDryMonth - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 6, 271 - - - 92, 20 - - - 21 - - - ucrChkWetDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 6, 242 - - - 92, 20 - - - 16 - - - ucrChkSame - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 6, 213 - - - 75, 20 - - - 13 - - - ucrChkLarge - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - True - - - 6, 13 - - - True - - - 424, 504 - - - 270, 255 - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 270, 211 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverDay - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 270, 123 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - 270, 79 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 270, 35 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 34 - - - 6, 16 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorRain - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - True - - - 6, 449 - - - 410, 52 - - - 38 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 37 - - - CenterScreen - - - Climatic Check Data Rainfall - - - dlgClimaticCheckDataRain - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 270, 167 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - \ No newline at end of file diff --git a/instat/dlgClimaticCheckDataTemperature.Designer.vb b/instat/dlgClimaticCheckDataTemperature.Designer.vb index 0c71070c736..09a71c40a61 100644 --- a/instat/dlgClimaticCheckDataTemperature.Designer.vb +++ b/instat/dlgClimaticCheckDataTemperature.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgClimaticCheckDataTemperature Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimaticCheckDataTemperature)) Me.lblStation = New System.Windows.Forms.Label() Me.lblDate = New System.Windows.Forms.Label() Me.lblYear = New System.Windows.Forms.Label() @@ -77,122 +76,229 @@ Partial Class dlgClimaticCheckDataTemperature ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(349, 83) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 6 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(349, 131) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 8 + Me.lblDate.Text = "Date:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(349, 178) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 10 + Me.lblYear.Text = "Year:" ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(349, 223) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 12 + Me.lblMonth.Text = "Month:" ' 'lblDay ' - resources.ApplyResources(Me.lblDay, "lblDay") + Me.lblDay.AutoSize = True + Me.lblDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDay.Location = New System.Drawing.Point(349, 271) Me.lblDay.Name = "lblDay" + Me.lblDay.Size = New System.Drawing.Size(29, 13) + Me.lblDay.TabIndex = 14 + Me.lblDay.Text = "Day:" ' 'lblElement1 ' - resources.ApplyResources(Me.lblElement1, "lblElement1") + Me.lblElement1.AutoSize = True + Me.lblElement1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement1.Location = New System.Drawing.Point(349, 317) Me.lblElement1.Name = "lblElement1" + Me.lblElement1.Size = New System.Drawing.Size(89, 13) + Me.lblElement1.TabIndex = 16 + Me.lblElement1.Text = "Element1 (Tmax):" ' 'lblRangeElement1to ' - resources.ApplyResources(Me.lblRangeElement1to, "lblRangeElement1to") + Me.lblRangeElement1to.AutoSize = True + Me.lblRangeElement1to.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRangeElement1to.Location = New System.Drawing.Point(254, 268) Me.lblRangeElement1to.Name = "lblRangeElement1to" + Me.lblRangeElement1to.Size = New System.Drawing.Size(16, 13) + Me.lblRangeElement1to.TabIndex = 23 + Me.lblRangeElement1to.Text = "to" ' 'lblRangeElement2to ' - resources.ApplyResources(Me.lblRangeElement2to, "lblRangeElement2to") + Me.lblRangeElement2to.AutoSize = True + Me.lblRangeElement2to.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRangeElement2to.Location = New System.Drawing.Point(254, 297) Me.lblRangeElement2to.Name = "lblRangeElement2to" + Me.lblRangeElement2to.Size = New System.Drawing.Size(16, 13) + Me.lblRangeElement2to.TabIndex = 29 + Me.lblRangeElement2to.Text = "to" ' 'lblElement2 ' - resources.ApplyResources(Me.lblElement2, "lblElement2") + Me.lblElement2.AutoSize = True + Me.lblElement2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement2.Location = New System.Drawing.Point(349, 365) Me.lblElement2.Name = "lblElement2" + Me.lblElement2.Size = New System.Drawing.Size(86, 13) + Me.lblElement2.TabIndex = 18 + Me.lblElement2.Text = "Element2 (Tmin):" ' 'rdoIndividual ' - resources.ApplyResources(Me.rdoIndividual, "rdoIndividual") + Me.rdoIndividual.Appearance = System.Windows.Forms.Appearance.Button Me.rdoIndividual.Cursor = System.Windows.Forms.Cursors.Default Me.rdoIndividual.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoIndividual.FlatAppearance.BorderSize = 2 Me.rdoIndividual.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoIndividual.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoIndividual.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoIndividual.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoIndividual.Location = New System.Drawing.Point(147, 24) Me.rdoIndividual.Name = "rdoIndividual" + Me.rdoIndividual.Size = New System.Drawing.Size(91, 28) + Me.rdoIndividual.TabIndex = 2 + Me.rdoIndividual.Text = "Individual" + Me.rdoIndividual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoIndividual.UseVisualStyleBackColor = True ' 'rdoMultiple ' - resources.ApplyResources(Me.rdoMultiple, "rdoMultiple") + Me.rdoMultiple.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoMultiple.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoMultiple.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultiple.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMultiple.FlatAppearance.BorderSize = 2 Me.rdoMultiple.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMultiple.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoMultiple.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoMultiple.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMultiple.Location = New System.Drawing.Point(236, 24) Me.rdoMultiple.Name = "rdoMultiple" + Me.rdoMultiple.Size = New System.Drawing.Size(91, 28) + Me.rdoMultiple.TabIndex = 3 + Me.rdoMultiple.Text = "Multiple" + Me.rdoMultiple.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultiple.UseVisualStyleBackColor = True ' 'lblNudSame ' - resources.ApplyResources(Me.lblNudSame, "lblNudSame") + Me.lblNudSame.AutoSize = True + Me.lblNudSame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudSame.Location = New System.Drawing.Point(238, 328) Me.lblNudSame.Name = "lblNudSame" + Me.lblNudSame.Size = New System.Drawing.Size(29, 13) + Me.lblNudSame.TabIndex = 34 + Me.lblNudSame.Text = "days" ' 'lblNudJump ' - resources.ApplyResources(Me.lblNudJump, "lblNudJump") + Me.lblNudJump.AutoSize = True + Me.lblNudJump.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudJump.Location = New System.Drawing.Point(236, 360) Me.lblNudJump.Name = "lblNudJump" + Me.lblNudJump.Size = New System.Drawing.Size(18, 13) + Me.lblNudJump.TabIndex = 37 + Me.lblNudJump.Text = "°C" ' 'lblNudDiff ' - resources.ApplyResources(Me.lblNudDiff, "lblNudDiff") + Me.lblNudDiff.AutoSize = True + Me.lblNudDiff.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudDiff.Location = New System.Drawing.Point(236, 393) Me.lblNudDiff.Name = "lblNudDiff" + Me.lblNudDiff.Size = New System.Drawing.Size(18, 13) + Me.lblNudDiff.TabIndex = 40 + Me.lblNudDiff.Text = "°C" ' 'lblNudRangeElement1Min ' - resources.ApplyResources(Me.lblNudRangeElement1Min, "lblNudRangeElement1Min") + Me.lblNudRangeElement1Min.AutoSize = True + Me.lblNudRangeElement1Min.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudRangeElement1Min.Location = New System.Drawing.Point(236, 268) Me.lblNudRangeElement1Min.Name = "lblNudRangeElement1Min" + Me.lblNudRangeElement1Min.Size = New System.Drawing.Size(18, 13) + Me.lblNudRangeElement1Min.TabIndex = 22 + Me.lblNudRangeElement1Min.Text = "°C" ' 'lblNudRangeElement2Min ' - resources.ApplyResources(Me.lblNudRangeElement2Min, "lblNudRangeElement2Min") + Me.lblNudRangeElement2Min.AutoSize = True + Me.lblNudRangeElement2Min.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudRangeElement2Min.Location = New System.Drawing.Point(236, 297) Me.lblNudRangeElement2Min.Name = "lblNudRangeElement2Min" + Me.lblNudRangeElement2Min.Size = New System.Drawing.Size(18, 13) + Me.lblNudRangeElement2Min.TabIndex = 28 + Me.lblNudRangeElement2Min.Text = "°C" ' 'lblNudRangeElement1Max ' - resources.ApplyResources(Me.lblNudRangeElement1Max, "lblNudRangeElement1Max") + Me.lblNudRangeElement1Max.AutoSize = True + Me.lblNudRangeElement1Max.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudRangeElement1Max.Location = New System.Drawing.Point(324, 268) Me.lblNudRangeElement1Max.Name = "lblNudRangeElement1Max" + Me.lblNudRangeElement1Max.Size = New System.Drawing.Size(18, 13) + Me.lblNudRangeElement1Max.TabIndex = 25 + Me.lblNudRangeElement1Max.Text = "°C" ' 'lblNudRangeElement2Max ' - resources.ApplyResources(Me.lblNudRangeElement2Max, "lblNudRangeElement2Max") + Me.lblNudRangeElement2Max.AutoSize = True + Me.lblNudRangeElement2Max.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudRangeElement2Max.Location = New System.Drawing.Point(325, 297) Me.lblNudRangeElement2Max.Name = "lblNudRangeElement2Max" + Me.lblNudRangeElement2Max.Size = New System.Drawing.Size(18, 13) + Me.lblNudRangeElement2Max.TabIndex = 31 + Me.lblNudRangeElement2Max.Text = "°C" ' 'lblCoeff ' - resources.ApplyResources(Me.lblCoeff, "lblCoeff") + Me.lblCoeff.AutoSize = True + Me.lblCoeff.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCoeff.Location = New System.Drawing.Point(143, 426) Me.lblCoeff.Name = "lblCoeff" + Me.lblCoeff.Size = New System.Drawing.Size(32, 13) + Me.lblCoeff.TabIndex = 42 + Me.lblCoeff.Text = "Coeff" ' 'grpLogicalCalculatedColumns ' Me.grpLogicalCalculatedColumns.Controls.Add(Me.ucrChkIncludeCalculatedColumns) - resources.ApplyResources(Me.grpLogicalCalculatedColumns, "grpLogicalCalculatedColumns") + Me.grpLogicalCalculatedColumns.Location = New System.Drawing.Point(10, 444) Me.grpLogicalCalculatedColumns.Name = "grpLogicalCalculatedColumns" + Me.grpLogicalCalculatedColumns.Size = New System.Drawing.Size(459, 53) + Me.grpLogicalCalculatedColumns.TabIndex = 46 Me.grpLogicalCalculatedColumns.TabStop = False + Me.grpLogicalCalculatedColumns.Text = "Include in Original Data" ' 'ucrChkIncludeCalculatedColumns ' + Me.ucrChkIncludeCalculatedColumns.AutoSize = True Me.ucrChkIncludeCalculatedColumns.Checked = False - resources.ApplyResources(Me.ucrChkIncludeCalculatedColumns, "ucrChkIncludeCalculatedColumns") + Me.ucrChkIncludeCalculatedColumns.Location = New System.Drawing.Point(217, 22) Me.ucrChkIncludeCalculatedColumns.Name = "ucrChkIncludeCalculatedColumns" + Me.ucrChkIncludeCalculatedColumns.Size = New System.Drawing.Size(204, 23) + Me.ucrChkIncludeCalculatedColumns.TabIndex = 45 ' 'ttMultiple ' @@ -202,211 +308,297 @@ Partial Class dlgClimaticCheckDataTemperature ' 'ucrNudCoeff ' + Me.ucrNudCoeff.AutoSize = True Me.ucrNudCoeff.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCoeff.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudCoeff, "ucrNudCoeff") + Me.ucrNudCoeff.Location = New System.Drawing.Point(184, 422) Me.ucrNudCoeff.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudCoeff.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCoeff.Name = "ucrNudCoeff" + Me.ucrNudCoeff.Size = New System.Drawing.Size(50, 20) + Me.ucrNudCoeff.TabIndex = 43 Me.ucrNudCoeff.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkIncludeLogicalColumns ' + Me.ucrChkIncludeLogicalColumns.AutoSize = True Me.ucrChkIncludeLogicalColumns.Checked = False - resources.ApplyResources(Me.ucrChkIncludeLogicalColumns, "ucrChkIncludeLogicalColumns") + Me.ucrChkIncludeLogicalColumns.Location = New System.Drawing.Point(19, 466) Me.ucrChkIncludeLogicalColumns.Name = "ucrChkIncludeLogicalColumns" + Me.ucrChkIncludeLogicalColumns.Size = New System.Drawing.Size(201, 23) + Me.ucrChkIncludeLogicalColumns.TabIndex = 44 ' 'ucrChkRangeElement2 ' + Me.ucrChkRangeElement2.AutoSize = True Me.ucrChkRangeElement2.Checked = False - resources.ApplyResources(Me.ucrChkRangeElement2, "ucrChkRangeElement2") + Me.ucrChkRangeElement2.Location = New System.Drawing.Point(10, 293) Me.ucrChkRangeElement2.Name = "ucrChkRangeElement2" + Me.ucrChkRangeElement2.Size = New System.Drawing.Size(172, 23) + Me.ucrChkRangeElement2.TabIndex = 26 ' 'ucrReceiverElement2 ' + Me.ucrReceiverElement2.AutoSize = True Me.ucrReceiverElement2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement2, "ucrReceiverElement2") + Me.ucrReceiverElement2.Location = New System.Drawing.Point(349, 381) + Me.ucrReceiverElement2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement2.Name = "ucrReceiverElement2" Me.ucrReceiverElement2.Selector = Nothing + Me.ucrReceiverElement2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement2.strNcFilePath = "" + Me.ucrReceiverElement2.TabIndex = 19 Me.ucrReceiverElement2.ucrSelector = Nothing ' 'ucrNudJump ' + Me.ucrNudJump.AutoSize = True Me.ucrNudJump.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJump.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudJump, "ucrNudJump") + Me.ucrNudJump.Location = New System.Drawing.Point(184, 356) Me.ucrNudJump.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudJump.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJump.Name = "ucrNudJump" + Me.ucrNudJump.Size = New System.Drawing.Size(50, 20) + Me.ucrNudJump.TabIndex = 36 Me.ucrNudJump.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkRangeElement1 ' + Me.ucrChkRangeElement1.AutoSize = True Me.ucrChkRangeElement1.Checked = False - resources.ApplyResources(Me.ucrChkRangeElement1, "ucrChkRangeElement1") + Me.ucrChkRangeElement1.Location = New System.Drawing.Point(10, 264) Me.ucrChkRangeElement1.Name = "ucrChkRangeElement1" + Me.ucrChkRangeElement1.Size = New System.Drawing.Size(172, 23) + Me.ucrChkRangeElement1.TabIndex = 20 ' 'ucrNudSame ' + Me.ucrNudSame.AutoSize = True Me.ucrNudSame.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSame.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSame, "ucrNudSame") + Me.ucrNudSame.Location = New System.Drawing.Point(184, 324) Me.ucrNudSame.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSame.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSame.Name = "ucrNudSame" + Me.ucrNudSame.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSame.TabIndex = 33 Me.ucrNudSame.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudDifference ' + Me.ucrNudDifference.AutoSize = True Me.ucrNudDifference.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDifference.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDifference, "ucrNudDifference") + Me.ucrNudDifference.Location = New System.Drawing.Point(184, 389) Me.ucrNudDifference.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDifference.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDifference.Name = "ucrNudDifference" + Me.ucrNudDifference.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDifference.TabIndex = 39 Me.ucrNudDifference.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudRangeElement2Max ' + Me.ucrNudRangeElement2Max.AutoSize = True Me.ucrNudRangeElement2Max.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement2Max.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRangeElement2Max, "ucrNudRangeElement2Max") + Me.ucrNudRangeElement2Max.Location = New System.Drawing.Point(274, 293) Me.ucrNudRangeElement2Max.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRangeElement2Max.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement2Max.Name = "ucrNudRangeElement2Max" + Me.ucrNudRangeElement2Max.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRangeElement2Max.TabIndex = 30 Me.ucrNudRangeElement2Max.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkOutlier ' + Me.ucrChkOutlier.AutoSize = True Me.ucrChkOutlier.Checked = False - resources.ApplyResources(Me.ucrChkOutlier, "ucrChkOutlier") + Me.ucrChkOutlier.Location = New System.Drawing.Point(10, 422) Me.ucrChkOutlier.Name = "ucrChkOutlier" + Me.ucrChkOutlier.Size = New System.Drawing.Size(100, 23) + Me.ucrChkOutlier.TabIndex = 41 ' 'ucrNudRangeElement2Min ' + Me.ucrNudRangeElement2Min.AutoSize = True Me.ucrNudRangeElement2Min.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement2Min.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRangeElement2Min, "ucrNudRangeElement2Min") + Me.ucrNudRangeElement2Min.Location = New System.Drawing.Point(184, 293) Me.ucrNudRangeElement2Min.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRangeElement2Min.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement2Min.Name = "ucrNudRangeElement2Min" + Me.ucrNudRangeElement2Min.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRangeElement2Min.TabIndex = 27 Me.ucrNudRangeElement2Min.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudRangeElement1Max ' + Me.ucrNudRangeElement1Max.AutoSize = True Me.ucrNudRangeElement1Max.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement1Max.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRangeElement1Max, "ucrNudRangeElement1Max") + Me.ucrNudRangeElement1Max.Location = New System.Drawing.Point(274, 264) Me.ucrNudRangeElement1Max.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRangeElement1Max.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement1Max.Name = "ucrNudRangeElement1Max" + Me.ucrNudRangeElement1Max.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRangeElement1Max.TabIndex = 24 Me.ucrNudRangeElement1Max.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSame ' + Me.ucrChkSame.AutoSize = True Me.ucrChkSame.Checked = False - resources.ApplyResources(Me.ucrChkSame, "ucrChkSame") + Me.ucrChkSame.Location = New System.Drawing.Point(10, 324) Me.ucrChkSame.Name = "ucrChkSame" + Me.ucrChkSame.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSame.TabIndex = 32 ' 'ucrNudRangeElement1Min ' + Me.ucrNudRangeElement1Min.AutoSize = True Me.ucrNudRangeElement1Min.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement1Min.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudRangeElement1Min, "ucrNudRangeElement1Min") + Me.ucrNudRangeElement1Min.Location = New System.Drawing.Point(184, 264) Me.ucrNudRangeElement1Min.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudRangeElement1Min.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRangeElement1Min.Name = "ucrNudRangeElement1Min" + Me.ucrNudRangeElement1Min.Size = New System.Drawing.Size(50, 20) + Me.ucrNudRangeElement1Min.TabIndex = 21 Me.ucrNudRangeElement1Min.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkJump ' + Me.ucrChkJump.AutoSize = True Me.ucrChkJump.Checked = False - resources.ApplyResources(Me.ucrChkJump, "ucrChkJump") + Me.ucrChkJump.Location = New System.Drawing.Point(10, 356) Me.ucrChkJump.Name = "ucrChkJump" + Me.ucrChkJump.Size = New System.Drawing.Size(100, 23) + Me.ucrChkJump.TabIndex = 35 ' 'ucrChkDifference ' + Me.ucrChkDifference.AutoSize = True Me.ucrChkDifference.Checked = False - resources.ApplyResources(Me.ucrChkDifference, "ucrChkDifference") + Me.ucrChkDifference.Location = New System.Drawing.Point(10, 389) Me.ucrChkDifference.Name = "ucrChkDifference" + Me.ucrChkDifference.Size = New System.Drawing.Size(100, 23) + Me.ucrChkDifference.TabIndex = 38 ' 'ucrReceiverElement1 ' + Me.ucrReceiverElement1.AutoSize = True Me.ucrReceiverElement1.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement1, "ucrReceiverElement1") + Me.ucrReceiverElement1.Location = New System.Drawing.Point(349, 334) + Me.ucrReceiverElement1.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement1.Name = "ucrReceiverElement1" Me.ucrReceiverElement1.Selector = Nothing + Me.ucrReceiverElement1.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement1.strNcFilePath = "" + Me.ucrReceiverElement1.TabIndex = 17 Me.ucrReceiverElement1.ucrSelector = Nothing ' 'ucrReceiverDay ' + Me.ucrReceiverDay.AutoSize = True Me.ucrReceiverDay.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDay, "ucrReceiverDay") + Me.ucrReceiverDay.Location = New System.Drawing.Point(349, 287) + Me.ucrReceiverDay.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDay.Name = "ucrReceiverDay" Me.ucrReceiverDay.Selector = Nothing + Me.ucrReceiverDay.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDay.strNcFilePath = "" + Me.ucrReceiverDay.TabIndex = 15 Me.ucrReceiverDay.ucrSelector = Nothing ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(349, 240) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 13 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(349, 193) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 11 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(349, 146) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 9 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(349, 99) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 7 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrSelectorTemperature ' + Me.ucrSelectorTemperature.AutoSize = True Me.ucrSelectorTemperature.bDropUnusedFilterLevels = False Me.ucrSelectorTemperature.bShowHiddenColumns = False Me.ucrSelectorTemperature.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTemperature, "ucrSelectorTemperature") + Me.ucrSelectorTemperature.Location = New System.Drawing.Point(10, 76) + Me.ucrSelectorTemperature.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTemperature.Name = "ucrSelectorTemperature" + Me.ucrSelectorTemperature.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTemperature.TabIndex = 5 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 503) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrPnlType ' - resources.ApplyResources(Me.ucrPnlType, "ucrPnlType") + Me.ucrPnlType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlType.Location = New System.Drawing.Point(132, 9) Me.ucrPnlType.Name = "ucrPnlType" + Me.ucrPnlType.Size = New System.Drawing.Size(212, 60) + Me.ucrPnlType.TabIndex = 0 ' 'dlgClimaticCheckDataTemperature ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(478, 561) Me.Controls.Add(Me.lblCoeff) Me.Controls.Add(Me.ucrNudCoeff) Me.Controls.Add(Me.ucrChkIncludeLogicalColumns) @@ -456,7 +648,10 @@ Partial Class dlgClimaticCheckDataTemperature Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimaticCheckDataTemperature" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Climatic Check Data Temperature" Me.grpLogicalCalculatedColumns.ResumeLayout(False) + Me.grpLogicalCalculatedColumns.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimaticCheckDataTemperature.resx b/instat/dlgClimaticCheckDataTemperature.resx index 79781f39cb9..28152a09046 100644 --- a/instat/dlgClimaticCheckDataTemperature.resx +++ b/instat/dlgClimaticCheckDataTemperature.resx @@ -117,1237 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 349, 83 - - - 43, 13 - - - 6 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - True - - - NoControl - - - 349, 131 - - - 33, 13 - - - 8 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - True - - - NoControl - - - 349, 178 - - - 32, 13 - - - 10 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 32 - - - True - - - NoControl - - - 349, 223 - - - 40, 13 - - - 12 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 31 - - - True - - - NoControl - - - 349, 271 - - - 29, 13 - - - 14 - - - Day: - - - lblDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - True - - - NoControl - - - 349, 317 - - - 89, 13 - - - 16 - - - Element1 (Tmax): - - - lblElement1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - True - - - NoControl - - - 254, 268 - - - 16, 13 - - - 23 - - - to - - - lblRangeElement1to - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 254, 297 - - - 16, 13 - - - 29 - - - to - - - lblRangeElement2to - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 349, 365 - - - 86, 13 - - - 18 - - - Element2 (Tmin): - - - lblElement2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - Button - - - Flat - - - NoControl - - - 147, 24 - - - 91, 28 - - - 2 - - - Individual - - - MiddleCenter - - - rdoIndividual - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 236, 24 - - - 91, 28 - - - 3 - - - Multiple - - - MiddleCenter - - - rdoMultiple - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 238, 328 - - - 29, 13 - - - 34 - - - days - - - lblNudSame - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 236, 360 - - - 18, 13 - - - 37 - - - °C - - - lblNudJump - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 236, 393 - - - 18, 13 - - - 40 - - - °C - - - lblNudDiff - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 236, 268 - - - 18, 13 - - - 22 - - - °C - - - lblNudRangeElement1Min - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 236, 297 - - - 18, 13 - - - 28 - - - °C - - - lblNudRangeElement2Min - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 324, 268 - - - 18, 13 - - - 25 - - - °C - - - lblNudRangeElement1Max - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 325, 297 - - - 18, 13 - - - 31 - - - °C - - - lblNudRangeElement2Max - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - 17, 17 - - True - - - NoControl - - - 143, 426 - - - 32, 13 - - - 42 - - - Coeff - - - lblCoeff - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 217, 22 - - - 204, 20 - - - 45 - - - ucrChkIncludeCalculatedColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLogicalCalculatedColumns - - - 0 - - - 10, 444 - - - 459, 53 - - - 46 - - - Include in Original Data - - - grpLogicalCalculatedColumns - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 44 - 115, 17 - - 184, 422 - - - 50, 20 - - - 43 - - - ucrNudCoeff - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 19, 466 - - - 201, 20 - - - 44 - - - ucrChkIncludeLogicalColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 293 - - - 172, 20 - - - 26 - - - ucrChkRangeElement2 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - 122 - - 6, 13 - - - True - - - 478, 561 - - - 184, 356 - - - 50, 20 - - - 36 - - - ucrNudJump - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 10, 264 - - - 172, 20 - - - 20 - - - ucrChkRangeElement1 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 184, 324 - - - 50, 20 - - - 33 - - - ucrNudSame - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 184, 389 - - - 50, 20 - - - 39 - - - ucrNudDifference - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 274, 293 - - - 50, 20 - - - 30 - - - ucrNudRangeElement2Max - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 10, 422 - - - 100, 20 - - - 41 - - - ucrChkOutlier - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 184, 293 - - - 50, 20 - - - 27 - - - ucrNudRangeElement2Min - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 274, 264 - - - 50, 20 - - - 24 - - - ucrNudRangeElement1Max - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 10, 324 - - - 100, 20 - - - 32 - - - ucrChkSame - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 184, 264 - - - 50, 20 - - - 21 - - - ucrNudRangeElement1Min - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 10, 356 - - - 100, 20 - - - 35 - - - ucrChkJump - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 10, 389 - - - 100, 20 - - - 38 - - - ucrChkDifference - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - 349, 334 - - - 0, 0, 0, 0 - - - 120, 20 - - - 17 - - - ucrReceiverElement1 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 35 - - - 349, 287 - - - 0, 0, 0, 0 - - - 120, 20 - - - 15 - - - ucrReceiverDay - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 36 - - - 349, 240 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 37 - - - 349, 193 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 38 - - - 349, 146 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 39 - - - 349, 99 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 40 - - - 10, 76 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorTemperature - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 41 - - - True - - - 10, 503 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 42 - - - 132, 9 - - - 212, 60 - - - 0 - - - ucrPnlType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 43 - - - CenterScreen - - - Climatic Check Data Temperature - - - ttOutliers - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ttMultiple - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgClimaticCheckDataTemperature - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 349, 381 - - - 0, 0, 0, 0 - - - 120, 20 - - - 19 - - - ucrReceiverElement2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - \ No newline at end of file diff --git a/instat/dlgClimaticDataEntry.Designer.vb b/instat/dlgClimaticDataEntry.Designer.vb index e8baca95266..4e9a21803d1 100644 --- a/instat/dlgClimaticDataEntry.Designer.vb +++ b/instat/dlgClimaticDataEntry.Designer.vb @@ -207,6 +207,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrEndDate ' + Me.ucrEndDate.AutoSize = True Me.ucrEndDate.DateValue = New Date(2021, 3, 27, 16, 14, 1, 560) Me.ucrEndDate.Format = "dd MMM yyyy" Me.ucrEndDate.Location = New System.Drawing.Point(92, 305) @@ -218,6 +219,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrStartDate ' + Me.ucrStartDate.AutoSize = True Me.ucrStartDate.DateValue = New Date(2021, 3, 27, 16, 14, 1, 567) Me.ucrStartDate.Format = "dd MMM yyyy" Me.ucrStartDate.Location = New System.Drawing.Point(92, 276) @@ -230,6 +232,7 @@ Partial Class dlgClimaticDataEntry 'ucrInputType ' Me.ucrInputType.AddQuotesIfUnrecognised = True + Me.ucrInputType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputType.GetSetSelectedIndex = -1 Me.ucrInputType.IsReadOnly = False Me.ucrInputType.Location = New System.Drawing.Point(92, 244) @@ -239,6 +242,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrReceiverViewVariables ' + Me.ucrReceiverViewVariables.AutoSize = True Me.ucrReceiverViewVariables.frmParent = Me Me.ucrReceiverViewVariables.Location = New System.Drawing.Point(273, 337) Me.ucrReceiverViewVariables.Margin = New System.Windows.Forms.Padding(0) @@ -251,17 +255,19 @@ Partial Class dlgClimaticDataEntry ' 'ucrSelectorClimaticDataEntry ' + Me.ucrSelectorClimaticDataEntry.AutoSize = True Me.ucrSelectorClimaticDataEntry.bDropUnusedFilterLevels = False Me.ucrSelectorClimaticDataEntry.bShowHiddenColumns = False Me.ucrSelectorClimaticDataEntry.bUseCurrentFilter = True Me.ucrSelectorClimaticDataEntry.Location = New System.Drawing.Point(7, 48) Me.ucrSelectorClimaticDataEntry.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorClimaticDataEntry.Name = "ucrSelectorClimaticDataEntry" - Me.ucrSelectorClimaticDataEntry.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorClimaticDataEntry.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorClimaticDataEntry.TabIndex = 3 ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(273, 84) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -274,6 +280,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(273, 169) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -286,6 +293,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrReceiverElements ' + Me.ucrReceiverElements.AutoSize = True Me.ucrReceiverElements.frmParent = Me Me.ucrReceiverElements.Location = New System.Drawing.Point(273, 212) Me.ucrReceiverElements.Margin = New System.Windows.Forms.Padding(0) @@ -299,6 +307,7 @@ Partial Class dlgClimaticDataEntry 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(7, 466) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -306,6 +315,7 @@ Partial Class dlgClimaticDataEntry ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(66, 8) Me.ucrPnlOptions.Name = "ucrPnlOptions" Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) @@ -342,11 +352,13 @@ Partial Class dlgClimaticDataEntry 'ucrInputSelectStation ' Me.ucrInputSelectStation.AddQuotesIfUnrecognised = True + Me.ucrInputSelectStation.AutoSize = True + Me.ucrInputSelectStation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSelectStation.GetSetSelectedIndex = -1 Me.ucrInputSelectStation.IsReadOnly = False Me.ucrInputSelectStation.Location = New System.Drawing.Point(273, 127) Me.ucrInputSelectStation.Name = "ucrInputSelectStation" - Me.ucrInputSelectStation.Size = New System.Drawing.Size(126, 21) + Me.ucrInputSelectStation.Size = New System.Drawing.Size(0, 0) Me.ucrInputSelectStation.TabIndex = 91 ' 'lblNbCommentEntered @@ -360,8 +372,8 @@ Partial Class dlgClimaticDataEntry ' 'dlgClimaticDataEntry ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(411, 520) Me.Controls.Add(Me.lblNbCommentEntered) diff --git a/instat/dlgClimaticLengthOfSeason.Designer.vb b/instat/dlgClimaticLengthOfSeason.Designer.vb index 1bdac3bd362..3638ded5f76 100644 --- a/instat/dlgClimaticLengthOfSeason.Designer.vb +++ b/instat/dlgClimaticLengthOfSeason.Designer.vb @@ -76,23 +76,26 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrChkType ' + Me.ucrChkType.AutoSize = True Me.ucrChkType.Checked = False Me.ucrChkType.Location = New System.Drawing.Point(5, 285) Me.ucrChkType.Name = "ucrChkType" - Me.ucrChkType.Size = New System.Drawing.Size(87, 20) + Me.ucrChkType.Size = New System.Drawing.Size(87, 23) Me.ucrChkType.TabIndex = 11 ' 'ucrChkLengthofSeason ' + Me.ucrChkLengthofSeason.AutoSize = True Me.ucrChkLengthofSeason.Checked = False Me.ucrChkLengthofSeason.Location = New System.Drawing.Point(5, 247) Me.ucrChkLengthofSeason.Name = "ucrChkLengthofSeason" - Me.ucrChkLengthofSeason.Size = New System.Drawing.Size(143, 20) + Me.ucrChkLengthofSeason.Size = New System.Drawing.Size(143, 23) Me.ucrChkLengthofSeason.TabIndex = 9 ' 'ucrInputTextType ' Me.ucrInputTextType.AddQuotesIfUnrecognised = True + Me.ucrInputTextType.AutoSize = True Me.ucrInputTextType.IsMultiline = False Me.ucrInputTextType.IsReadOnly = False Me.ucrInputTextType.Location = New System.Drawing.Point(97, 284) @@ -103,6 +106,7 @@ Partial Class dlgClimaticLengthOfSeason 'ucrInputLengthofSeason ' Me.ucrInputLengthofSeason.AddQuotesIfUnrecognised = True + Me.ucrInputLengthofSeason.AutoSize = True Me.ucrInputLengthofSeason.IsMultiline = False Me.ucrInputLengthofSeason.IsReadOnly = False Me.ucrInputLengthofSeason.Location = New System.Drawing.Point(149, 246) @@ -112,6 +116,7 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrReceiverStartofRainsLogical ' + Me.ucrReceiverStartofRainsLogical.AutoSize = True Me.ucrReceiverStartofRainsLogical.frmParent = Me Me.ucrReceiverStartofRainsLogical.Location = New System.Drawing.Point(283, 103) Me.ucrReceiverStartofRainsLogical.Margin = New System.Windows.Forms.Padding(0) @@ -124,6 +129,7 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrReceiverEndofRainsLogical ' + Me.ucrReceiverEndofRainsLogical.AutoSize = True Me.ucrReceiverEndofRainsLogical.frmParent = Me Me.ucrReceiverEndofRainsLogical.Location = New System.Drawing.Point(283, 198) Me.ucrReceiverEndofRainsLogical.Margin = New System.Windows.Forms.Padding(0) @@ -136,6 +142,7 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrReceiverEndofRains ' + Me.ucrReceiverEndofRains.AutoSize = True Me.ucrReceiverEndofRains.frmParent = Me Me.ucrReceiverEndofRains.Location = New System.Drawing.Point(283, 152) Me.ucrReceiverEndofRains.Margin = New System.Windows.Forms.Padding(0) @@ -148,6 +155,7 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrReceiverStartofRains ' + Me.ucrReceiverStartofRains.AutoSize = True Me.ucrReceiverStartofRains.frmParent = Me Me.ucrReceiverStartofRains.Location = New System.Drawing.Point(283, 47) Me.ucrReceiverStartofRains.Margin = New System.Windows.Forms.Padding(0) @@ -160,27 +168,29 @@ Partial Class dlgClimaticLengthOfSeason ' 'ucrSelectorLengthofSeason ' + Me.ucrSelectorLengthofSeason.AutoSize = True Me.ucrSelectorLengthofSeason.bDropUnusedFilterLevels = False Me.ucrSelectorLengthofSeason.bShowHiddenColumns = False Me.ucrSelectorLengthofSeason.bUseCurrentFilter = True Me.ucrSelectorLengthofSeason.Location = New System.Drawing.Point(5, 33) Me.ucrSelectorLengthofSeason.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorLengthofSeason.Name = "ucrSelectorLengthofSeason" - Me.ucrSelectorLengthofSeason.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorLengthofSeason.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorLengthofSeason.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 311) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 13 ' 'dlgClimaticLengthOfSeason ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 365) Me.Controls.Add(Me.ucrChkType) diff --git a/instat/dlgClimaticNCMPCountRecords.Designer.vb b/instat/dlgClimaticNCMPCountRecords.Designer.vb index 7e8281fa79f..6aeb8f8da0c 100644 --- a/instat/dlgClimaticNCMPCountRecords.Designer.vb +++ b/instat/dlgClimaticNCMPCountRecords.Designer.vb @@ -37,6 +37,7 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrSaveCountRecords ' + Me.ucrSaveCountRecords.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveCountRecords.Location = New System.Drawing.Point(10, 251) Me.ucrSaveCountRecords.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveCountRecords.Name = "ucrSaveCountRecords" @@ -45,6 +46,7 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrSelectorForA4 ' + Me.ucrSelectorForA4.AutoSize = True Me.ucrSelectorForA4.bDropUnusedFilterLevels = False Me.ucrSelectorForA4.bUseCurrentFilter = True Me.ucrSelectorForA4.Location = New System.Drawing.Point(10, 201) @@ -75,6 +77,7 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me Me.ucrReceiverMonth.Location = New System.Drawing.Point(254, 148) Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) @@ -87,6 +90,7 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(254, 104) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -119,6 +123,7 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(254, 60) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -131,18 +136,20 @@ Partial Class dlgClimaticNCMPCountRecords ' 'ucrSelectorForA2 ' + Me.ucrSelectorForA2.AutoSize = True Me.ucrSelectorForA2.bDropUnusedFilterLevels = False Me.ucrSelectorForA2.bShowHiddenColumns = False Me.ucrSelectorForA2.bUseCurrentFilter = True Me.ucrSelectorForA2.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorForA2.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForA2.Name = "ucrSelectorForA2" - Me.ucrSelectorForA2.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForA2.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForA2.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 279) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -150,8 +157,8 @@ Partial Class dlgClimaticNCMPCountRecords ' 'dlgClimaticNCMPCountRecords ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(415, 336) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgClimaticNCMPIndices.Designer.vb b/instat/dlgClimaticNCMPIndices.Designer.vb index b3612db166c..ff2eb2f4c04 100644 --- a/instat/dlgClimaticNCMPIndices.Designer.vb +++ b/instat/dlgClimaticNCMPIndices.Designer.vb @@ -50,6 +50,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrReceiverTmin ' + Me.ucrReceiverTmin.AutoSize = True Me.ucrReceiverTmin.frmParent = Me Me.ucrReceiverTmin.Location = New System.Drawing.Point(267, 166) Me.ucrReceiverTmin.Margin = New System.Windows.Forms.Padding(0) @@ -62,6 +63,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrReceiverTmax ' + Me.ucrReceiverTmax.AutoSize = True Me.ucrReceiverTmax.frmParent = Me Me.ucrReceiverTmax.Location = New System.Drawing.Point(267, 210) Me.ucrReceiverTmax.Margin = New System.Windows.Forms.Padding(0) @@ -84,6 +86,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrReceiverRain ' + Me.ucrReceiverRain.AutoSize = True Me.ucrReceiverRain.frmParent = Me Me.ucrReceiverRain.Location = New System.Drawing.Point(267, 122) Me.ucrReceiverRain.Margin = New System.Windows.Forms.Padding(0) @@ -106,6 +109,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(267, 78) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -138,6 +142,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(267, 34) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -150,13 +155,14 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrSelectorIndices ' + Me.ucrSelectorIndices.AutoSize = True Me.ucrSelectorIndices.bDropUnusedFilterLevels = False Me.ucrSelectorIndices.bShowHiddenColumns = False Me.ucrSelectorIndices.bUseCurrentFilter = True Me.ucrSelectorIndices.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorIndices.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorIndices.Name = "ucrSelectorIndices" - Me.ucrSelectorIndices.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorIndices.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorIndices.TabIndex = 0 ' 'lblStation @@ -191,6 +197,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrNudQCT ' + Me.ucrNudQCT.AutoSize = True Me.ucrNudQCT.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudQCT.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudQCT.Location = New System.Drawing.Point(191, 22) @@ -220,6 +227,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrNudNYBR ' + Me.ucrNudNYBR.AutoSize = True Me.ucrNudNYBR.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYBR.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYBR.Location = New System.Drawing.Point(191, 74) @@ -252,6 +260,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrNudNYER ' + Me.ucrNudNYER.AutoSize = True Me.ucrNudNYER.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYER.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYER.Location = New System.Drawing.Point(191, 100) @@ -264,6 +273,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrNudQCPR ' + Me.ucrNudQCPR.AutoSize = True Me.ucrNudQCPR.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudQCPR.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudQCPR.Location = New System.Drawing.Point(191, 48) @@ -286,6 +296,7 @@ Partial Class dlgClimaticNCMPIndices ' 'ucrSaveIndices ' + Me.ucrSaveIndices.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveIndices.Location = New System.Drawing.Point(10, 276) Me.ucrSaveIndices.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveIndices.Name = "ucrSaveIndices" @@ -295,6 +306,7 @@ Partial Class dlgClimaticNCMPIndices 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 306) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -302,8 +314,8 @@ Partial Class dlgClimaticNCMPIndices ' 'dlgClimaticNCMPIndices ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(415, 365) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgClimaticNCMPRegionAverage.Designer.vb b/instat/dlgClimaticNCMPRegionAverage.Designer.vb index 88df82a7b9f..a5e5f4c08cd 100644 --- a/instat/dlgClimaticNCMPRegionAverage.Designer.vb +++ b/instat/dlgClimaticNCMPRegionAverage.Designer.vb @@ -82,6 +82,7 @@ Partial Class dlgClimaticNCMPRegionAverage 'ucrInputResolution ' Me.ucrInputResolution.AddQuotesIfUnrecognised = True + Me.ucrInputResolution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputResolution.GetSetSelectedIndex = -1 Me.ucrInputResolution.IsReadOnly = False Me.ucrInputResolution.Location = New System.Drawing.Point(158, 71) @@ -92,6 +93,7 @@ Partial Class dlgClimaticNCMPRegionAverage 'ucrInputUNCode ' Me.ucrInputUNCode.AddQuotesIfUnrecognised = True + Me.ucrInputUNCode.AutoSize = True Me.ucrInputUNCode.IsMultiline = False Me.ucrInputUNCode.IsReadOnly = False Me.ucrInputUNCode.Location = New System.Drawing.Point(158, 44) @@ -101,10 +103,11 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrChkOutputGridSquareData ' + Me.ucrChkOutputGridSquareData.AutoSize = True Me.ucrChkOutputGridSquareData.Checked = False Me.ucrChkOutputGridSquareData.Location = New System.Drawing.Point(8, 98) Me.ucrChkOutputGridSquareData.Name = "ucrChkOutputGridSquareData" - Me.ucrChkOutputGridSquareData.Size = New System.Drawing.Size(276, 20) + Me.ucrChkOutputGridSquareData.Size = New System.Drawing.Size(276, 23) Me.ucrChkOutputGridSquareData.TabIndex = 8 ' 'lblRes @@ -129,6 +132,7 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrNudNYE ' + Me.ucrNudNYE.AutoSize = True Me.ucrNudNYE.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYE.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYE.Location = New System.Drawing.Point(230, 18) @@ -172,6 +176,7 @@ Partial Class dlgClimaticNCMPRegionAverage 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 346) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -179,6 +184,7 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrSelectorForA3 ' + Me.ucrSelectorForA3.AutoSize = True Me.ucrSelectorForA3.bDropUnusedFilterLevels = False Me.ucrSelectorForA3.bUseCurrentFilter = True Me.ucrSelectorForA3.Location = New System.Drawing.Point(10, 204) @@ -189,6 +195,7 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me Me.ucrReceiverMonth.Location = New System.Drawing.Point(254, 148) Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) @@ -201,6 +208,7 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(254, 104) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -213,6 +221,7 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(254, 60) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -225,19 +234,20 @@ Partial Class dlgClimaticNCMPRegionAverage ' 'ucrSelectorForA2 ' + Me.ucrSelectorForA2.AutoSize = True Me.ucrSelectorForA2.bDropUnusedFilterLevels = False Me.ucrSelectorForA2.bShowHiddenColumns = False Me.ucrSelectorForA2.bUseCurrentFilter = True Me.ucrSelectorForA2.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorForA2.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForA2.Name = "ucrSelectorForA2" - Me.ucrSelectorForA2.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForA2.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForA2.TabIndex = 0 ' 'dlgClimaticNCMPRegionAverage ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(453, 403) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgClimaticNCMPSummaryFile.Designer.vb b/instat/dlgClimaticNCMPSummaryFile.Designer.vb index d9f04537c54..1784aeb696e 100644 --- a/instat/dlgClimaticNCMPSummaryFile.Designer.vb +++ b/instat/dlgClimaticNCMPSummaryFile.Designer.vb @@ -55,6 +55,7 @@ Partial Class dlgClimaticNCMPSummaryFile 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False Me.ucrInputFilePath.Location = New System.Drawing.Point(161, 188) @@ -64,37 +65,41 @@ Partial Class dlgClimaticNCMPSummaryFile ' 'ucrSelectorA6 ' + Me.ucrSelectorA6.AutoSize = True Me.ucrSelectorA6.bDropUnusedFilterLevels = False Me.ucrSelectorA6.bUseCurrentFilter = True Me.ucrSelectorA6.Location = New System.Drawing.Point(10, 110) Me.ucrSelectorA6.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorA6.Name = "ucrSelectorA6" - Me.ucrSelectorA6.Size = New System.Drawing.Size(148, 50) + Me.ucrSelectorA6.Size = New System.Drawing.Size(151, 50) Me.ucrSelectorA6.TabIndex = 2 ' 'ucrSelectorA4 ' + Me.ucrSelectorA4.AutoSize = True Me.ucrSelectorA4.bDropUnusedFilterLevels = False Me.ucrSelectorA4.bUseCurrentFilter = True Me.ucrSelectorA4.Location = New System.Drawing.Point(10, 60) Me.ucrSelectorA4.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorA4.Name = "ucrSelectorA4" - Me.ucrSelectorA4.Size = New System.Drawing.Size(148, 50) + Me.ucrSelectorA4.Size = New System.Drawing.Size(151, 50) Me.ucrSelectorA4.TabIndex = 1 ' 'ucrSelectorA2 ' + Me.ucrSelectorA2.AutoSize = True Me.ucrSelectorA2.bDropUnusedFilterLevels = False Me.ucrSelectorA2.bUseCurrentFilter = True Me.ucrSelectorA2.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorA2.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorA2.Name = "ucrSelectorA2" - Me.ucrSelectorA2.Size = New System.Drawing.Size(148, 50) + Me.ucrSelectorA2.Size = New System.Drawing.Size(151, 50) Me.ucrSelectorA2.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 216) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -102,6 +107,7 @@ Partial Class dlgClimaticNCMPSummaryFile ' 'ucrSaveSummary ' + Me.ucrSaveSummary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveSummary.Location = New System.Drawing.Point(10, 159) Me.ucrSaveSummary.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveSummary.Name = "ucrSaveSummary" @@ -110,8 +116,8 @@ Partial Class dlgClimaticNCMPSummaryFile ' 'dlgClimaticNCMPSummaryFile ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 273) Me.Controls.Add(Me.ucrSaveSummary) diff --git a/instat/dlgClimaticNCMPTrendGraphs.Designer.vb b/instat/dlgClimaticNCMPTrendGraphs.Designer.vb index 016f68bc130..d21fa4be1d2 100644 --- a/instat/dlgClimaticNCMPTrendGraphs.Designer.vb +++ b/instat/dlgClimaticNCMPTrendGraphs.Designer.vb @@ -171,6 +171,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrNudNYBA ' + Me.ucrNudNYBA.AutoSize = True Me.ucrNudNYBA.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYBA.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYBA.Location = New System.Drawing.Point(228, 14) @@ -183,6 +184,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrNudNYE ' + Me.ucrNudNYE.AutoSize = True Me.ucrNudNYE.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYE.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYE.Location = New System.Drawing.Point(156, 93) @@ -195,6 +197,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrNudNYB ' + Me.ucrNudNYB.AutoSize = True Me.ucrNudNYB.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYB.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYB.Location = New System.Drawing.Point(156, 67) @@ -227,6 +230,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrNudNYEA ' + Me.ucrNudNYEA.AutoSize = True Me.ucrNudNYEA.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYEA.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYEA.Location = New System.Drawing.Point(228, 40) @@ -250,6 +254,7 @@ Partial Class dlgClimaticNCMPTrendGraphs 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False Me.ucrInputFilePath.Location = New System.Drawing.Point(162, 398) @@ -260,6 +265,7 @@ Partial Class dlgClimaticNCMPTrendGraphs 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 426) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -267,6 +273,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(308, 40) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -279,6 +286,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrReceiverMonthA4 ' + Me.ucrReceiverMonthA4.AutoSize = True Me.ucrReceiverMonthA4.frmParent = Me Me.ucrReceiverMonthA4.Location = New System.Drawing.Point(308, 289) Me.ucrReceiverMonthA4.Margin = New System.Windows.Forms.Padding(0) @@ -291,6 +299,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrReceiverYearA4 ' + Me.ucrReceiverYearA4.AutoSize = True Me.ucrReceiverYearA4.frmParent = Me Me.ucrReceiverYearA4.Location = New System.Drawing.Point(308, 245) Me.ucrReceiverYearA4.Margin = New System.Windows.Forms.Padding(0) @@ -303,17 +312,19 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrSelectorForA4 ' + Me.ucrSelectorForA4.AutoSize = True Me.ucrSelectorForA4.bDropUnusedFilterLevels = False Me.ucrSelectorForA4.bShowHiddenColumns = False Me.ucrSelectorForA4.bUseCurrentFilter = True Me.ucrSelectorForA4.Location = New System.Drawing.Point(9, 206) Me.ucrSelectorForA4.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForA4.Name = "ucrSelectorForA4" - Me.ucrSelectorForA4.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForA4.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForA4.TabIndex = 9 ' 'ucrReceiverMonthA2 ' + Me.ucrReceiverMonthA2.AutoSize = True Me.ucrReceiverMonthA2.frmParent = Me Me.ucrReceiverMonthA2.Location = New System.Drawing.Point(308, 126) Me.ucrReceiverMonthA2.Margin = New System.Windows.Forms.Padding(0) @@ -326,6 +337,7 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrReceiverYearA2 ' + Me.ucrReceiverYearA2.AutoSize = True Me.ucrReceiverYearA2.frmParent = Me Me.ucrReceiverYearA2.Location = New System.Drawing.Point(308, 82) Me.ucrReceiverYearA2.Margin = New System.Windows.Forms.Padding(0) @@ -338,19 +350,20 @@ Partial Class dlgClimaticNCMPTrendGraphs ' 'ucrSelectorForA2 ' + Me.ucrSelectorForA2.AutoSize = True Me.ucrSelectorForA2.bDropUnusedFilterLevels = False Me.ucrSelectorForA2.bShowHiddenColumns = False Me.ucrSelectorForA2.bUseCurrentFilter = True Me.ucrSelectorForA2.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorForA2.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForA2.Name = "ucrSelectorForA2" - Me.ucrSelectorForA2.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForA2.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForA2.TabIndex = 0 ' 'dlgClimaticNCMPTrendGraphs ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(517, 483) Me.Controls.Add(Me.ucrInputFilePath) diff --git a/instat/dlgClimaticNCMPVariogram.Designer.vb b/instat/dlgClimaticNCMPVariogram.Designer.vb index 6150cf3cf99..1d1beb33c01 100644 --- a/instat/dlgClimaticNCMPVariogram.Designer.vb +++ b/instat/dlgClimaticNCMPVariogram.Designer.vb @@ -78,6 +78,7 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrNudNYB ' + Me.ucrNudNYB.AutoSize = True Me.ucrNudNYB.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYB.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYB.Location = New System.Drawing.Point(156, 20) @@ -100,6 +101,7 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrNudNYE ' + Me.ucrNudNYE.AutoSize = True Me.ucrNudNYE.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNYE.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudNYE.Location = New System.Drawing.Point(156, 54) @@ -163,6 +165,7 @@ Partial Class dlgClimaticNCMPVariogram 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 271) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -171,6 +174,7 @@ Partial Class dlgClimaticNCMPVariogram 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False Me.ucrInputFilePath.Location = New System.Drawing.Point(166, 244) @@ -180,6 +184,7 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me Me.ucrReceiverMonth.Location = New System.Drawing.Point(254, 148) Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) @@ -192,6 +197,7 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(254, 104) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -204,6 +210,7 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(254, 60) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -216,17 +223,19 @@ Partial Class dlgClimaticNCMPVariogram ' 'ucrSelectorVariogram ' + Me.ucrSelectorVariogram.AutoSize = True Me.ucrSelectorVariogram.bDropUnusedFilterLevels = False Me.ucrSelectorVariogram.bShowHiddenColumns = False Me.ucrSelectorVariogram.bUseCurrentFilter = True Me.ucrSelectorVariogram.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorVariogram.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVariogram.Name = "ucrSelectorVariogram" - Me.ucrSelectorVariogram.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorVariogram.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorVariogram.TabIndex = 0 ' 'ucrSaveVariogram ' + Me.ucrSaveVariogram.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveVariogram.Location = New System.Drawing.Point(10, 214) Me.ucrSaveVariogram.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveVariogram.Name = "ucrSaveVariogram" @@ -235,8 +244,8 @@ Partial Class dlgClimaticNCMPVariogram ' 'dlgClimaticNCMPVariogram ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(420, 326) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgClimaticStationMaps.Designer.vb b/instat/dlgClimaticStationMaps.Designer.vb index 69d0356c124..8704763e2c0 100644 --- a/instat/dlgClimaticStationMaps.Designer.vb +++ b/instat/dlgClimaticStationMaps.Designer.vb @@ -81,6 +81,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrSaveMap ' + Me.ucrSaveMap.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveMap.Location = New System.Drawing.Point(8, 356) Me.ucrSaveMap.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrSaveMap.Name = "ucrSaveMap" @@ -90,10 +91,11 @@ Partial Class dlgClimaticStationMaps 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(8, 387) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 16 ' 'grpPoints @@ -129,6 +131,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(239, 120) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -151,6 +154,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverFacet ' + Me.ucrReceiverFacet.AutoSize = True Me.ucrReceiverFacet.frmParent = Me Me.ucrReceiverFacet.Location = New System.Drawing.Point(241, 256) Me.ucrReceiverFacet.Margin = New System.Windows.Forms.Padding(0) @@ -163,13 +167,14 @@ Partial Class dlgClimaticStationMaps ' 'ucrSelectorStation ' + Me.ucrSelectorStation.AutoSize = True Me.ucrSelectorStation.bDropUnusedFilterLevels = False Me.ucrSelectorStation.bShowHiddenColumns = False Me.ucrSelectorStation.bUseCurrentFilter = True Me.ucrSelectorStation.Location = New System.Drawing.Point(8, 16) Me.ucrSelectorStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorStation.Name = "ucrSelectorStation" - Me.ucrSelectorStation.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorStation.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorStation.TabIndex = 21 ' 'lblColor @@ -204,6 +209,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverColor ' + Me.ucrReceiverColor.AutoSize = True Me.ucrReceiverColor.frmParent = Me Me.ucrReceiverColor.Location = New System.Drawing.Point(240, 209) Me.ucrReceiverColor.Margin = New System.Windows.Forms.Padding(0) @@ -226,6 +232,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverShape ' + Me.ucrReceiverShape.AutoSize = True Me.ucrReceiverShape.frmParent = Me Me.ucrReceiverShape.Location = New System.Drawing.Point(240, 165) Me.ucrReceiverShape.Margin = New System.Windows.Forms.Padding(0) @@ -238,6 +245,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me Me.ucrReceiverLatitude.Location = New System.Drawing.Point(240, 72) Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) @@ -250,6 +258,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me Me.ucrReceiverLongitude.Location = New System.Drawing.Point(240, 31) Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) @@ -277,10 +286,11 @@ Partial Class dlgClimaticStationMaps ' 'ucrChkAddPoints ' + Me.ucrChkAddPoints.AutoSize = True Me.ucrChkAddPoints.Checked = False Me.ucrChkAddPoints.Location = New System.Drawing.Point(231, 107) Me.ucrChkAddPoints.Name = "ucrChkAddPoints" - Me.ucrChkAddPoints.Size = New System.Drawing.Size(120, 20) + Me.ucrChkAddPoints.Size = New System.Drawing.Size(120, 23) Me.ucrChkAddPoints.TabIndex = 34 ' 'Label1 @@ -294,6 +304,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverGeometry ' + Me.ucrReceiverGeometry.AutoSize = True Me.ucrReceiverGeometry.frmParent = Me Me.ucrReceiverGeometry.Location = New System.Drawing.Point(231, 27) Me.ucrReceiverGeometry.Margin = New System.Windows.Forms.Padding(0) @@ -315,6 +326,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrReceiverFill ' + Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me Me.ucrReceiverFill.Location = New System.Drawing.Point(231, 74) Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) @@ -327,6 +339,7 @@ Partial Class dlgClimaticStationMaps ' 'ucrSelectorOutline ' + Me.ucrSelectorOutline.AutoSize = True Me.ucrSelectorOutline.bDropUnusedFilterLevels = False Me.ucrSelectorOutline.bShowHiddenColumns = False Me.ucrSelectorOutline.bUseCurrentFilter = True @@ -338,8 +351,8 @@ Partial Class dlgClimaticStationMaps ' 'dlgClimaticStationMaps ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(756, 441) Me.Controls.Add(Me.grpMapOutline) diff --git a/instat/dlgClimaticSummary.Designer.vb b/instat/dlgClimaticSummary.Designer.vb index 23211deea52..51473a9e87f 100644 --- a/instat/dlgClimaticSummary.Designer.vb +++ b/instat/dlgClimaticSummary.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgClimaticSummary 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimaticSummary)) Me.rdoAnnual = New System.Windows.Forms.RadioButton() Me.rdoWithinYear = New System.Windows.Forms.RadioButton() Me.rdoAnnualWithinYear = New System.Windows.Forms.RadioButton() @@ -74,65 +73,115 @@ Partial Class dlgClimaticSummary ' 'rdoAnnual ' - resources.ApplyResources(Me.rdoAnnual, "rdoAnnual") + Me.rdoAnnual.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAnnual.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAnnual.FlatAppearance.BorderSize = 2 Me.rdoAnnual.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAnnual.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAnnual.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAnnual.Location = New System.Drawing.Point(71, 14) Me.rdoAnnual.Name = "rdoAnnual" + Me.rdoAnnual.Size = New System.Drawing.Size(67, 27) + Me.rdoAnnual.TabIndex = 1 Me.rdoAnnual.TabStop = True + Me.rdoAnnual.Text = "Annual" + Me.rdoAnnual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAnnual.UseVisualStyleBackColor = True ' 'rdoWithinYear ' - resources.ApplyResources(Me.rdoWithinYear, "rdoWithinYear") + Me.rdoWithinYear.Appearance = System.Windows.Forms.Appearance.Button Me.rdoWithinYear.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWithinYear.FlatAppearance.BorderSize = 2 Me.rdoWithinYear.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWithinYear.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoWithinYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWithinYear.Location = New System.Drawing.Point(222, 14) Me.rdoWithinYear.Name = "rdoWithinYear" + Me.rdoWithinYear.Size = New System.Drawing.Size(88, 27) + Me.rdoWithinYear.TabIndex = 3 Me.rdoWithinYear.TabStop = True + Me.rdoWithinYear.Text = "Within Year" + Me.rdoWithinYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWithinYear.UseVisualStyleBackColor = True ' 'rdoAnnualWithinYear ' - resources.ApplyResources(Me.rdoAnnualWithinYear, "rdoAnnualWithinYear") + Me.rdoAnnualWithinYear.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAnnualWithinYear.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAnnualWithinYear.FlatAppearance.BorderSize = 2 Me.rdoAnnualWithinYear.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAnnualWithinYear.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAnnualWithinYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAnnualWithinYear.Location = New System.Drawing.Point(136, 14) Me.rdoAnnualWithinYear.Name = "rdoAnnualWithinYear" + Me.rdoAnnualWithinYear.Size = New System.Drawing.Size(88, 27) + Me.rdoAnnualWithinYear.TabIndex = 2 Me.rdoAnnualWithinYear.TabStop = True + Me.rdoAnnualWithinYear.Text = "Annual+Within" + Me.rdoAnnualWithinYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAnnualWithinYear.UseVisualStyleBackColor = True ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(288, 68) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 5 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(288, 109) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 7 + Me.lblDate.Text = "Date:" ' 'lblDay ' - resources.ApplyResources(Me.lblDay, "lblDay") + Me.lblDay.AutoSize = True + Me.lblDay.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDay.Location = New System.Drawing.Point(288, 245) Me.lblDay.Name = "lblDay" + Me.lblDay.Size = New System.Drawing.Size(66, 13) + Me.lblDay.TabIndex = 11 + Me.lblDay.Text = "Day of Year:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(288, 150) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 9 + Me.lblElement.Text = "Element:" ' 'cmdSummary ' - resources.ApplyResources(Me.cmdSummary, "cmdSummary") + Me.cmdSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummary.Location = New System.Drawing.Point(288, 371) Me.cmdSummary.Name = "cmdSummary" + Me.cmdSummary.Size = New System.Drawing.Size(120, 26) + Me.cmdSummary.TabIndex = 17 Me.cmdSummary.Tag = "Summaries" + Me.cmdSummary.Text = "Summaries" Me.cmdSummary.UseVisualStyleBackColor = True ' 'lblWithinYear ' - resources.ApplyResources(Me.lblWithinYear, "lblWithinYear") + Me.lblWithinYear.AutoSize = True + Me.lblWithinYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWithinYear.Location = New System.Drawing.Point(288, 327) Me.lblWithinYear.Name = "lblWithinYear" + Me.lblWithinYear.Size = New System.Drawing.Size(65, 13) + Me.lblWithinYear.TabIndex = 15 + Me.lblWithinYear.Text = "Within Year:" ' 'grpOptions ' @@ -142,163 +191,248 @@ Partial Class dlgClimaticSummary Me.grpOptions.Controls.Add(Me.ucrChkStoreResults) Me.grpOptions.Controls.Add(Me.ucrChkPrintOutput) Me.grpOptions.Controls.Add(Me.ucrChkDropUnusedLevels) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(5, 233) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(280, 136) + Me.grpOptions.TabIndex = 18 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'cmdMissingOptions ' - resources.ApplyResources(Me.cmdMissingOptions, "cmdMissingOptions") + Me.cmdMissingOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMissingOptions.Location = New System.Drawing.Point(217, 83) Me.cmdMissingOptions.Name = "cmdMissingOptions" + Me.cmdMissingOptions.Size = New System.Drawing.Size(60, 26) + Me.cmdMissingOptions.TabIndex = 19 Me.cmdMissingOptions.Tag = "MissingOptions" + Me.cmdMissingOptions.Text = "Options" Me.cmdMissingOptions.UseVisualStyleBackColor = True ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(6, 86) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(178, 23) + Me.ucrChkOmitMissing.TabIndex = 5 ' 'ucrChkAddDateColumn ' + Me.ucrChkAddDateColumn.AutoSize = True Me.ucrChkAddDateColumn.Checked = False - resources.ApplyResources(Me.ucrChkAddDateColumn, "ucrChkAddDateColumn") + Me.ucrChkAddDateColumn.Location = New System.Drawing.Point(6, 109) Me.ucrChkAddDateColumn.Name = "ucrChkAddDateColumn" + Me.ucrChkAddDateColumn.Size = New System.Drawing.Size(219, 23) + Me.ucrChkAddDateColumn.TabIndex = 4 ' 'ucrChkStoreResults ' + Me.ucrChkStoreResults.AutoSize = True Me.ucrChkStoreResults.Checked = False - resources.ApplyResources(Me.ucrChkStoreResults, "ucrChkStoreResults") + Me.ucrChkStoreResults.Location = New System.Drawing.Point(6, 17) Me.ucrChkStoreResults.Name = "ucrChkStoreResults" + Me.ucrChkStoreResults.Size = New System.Drawing.Size(255, 23) + Me.ucrChkStoreResults.TabIndex = 0 ' 'ucrChkPrintOutput ' + Me.ucrChkPrintOutput.AutoSize = True Me.ucrChkPrintOutput.Checked = False - resources.ApplyResources(Me.ucrChkPrintOutput, "ucrChkPrintOutput") + Me.ucrChkPrintOutput.Location = New System.Drawing.Point(6, 40) Me.ucrChkPrintOutput.Name = "ucrChkPrintOutput" + Me.ucrChkPrintOutput.Size = New System.Drawing.Size(254, 23) + Me.ucrChkPrintOutput.TabIndex = 1 ' 'ucrChkDropUnusedLevels ' + Me.ucrChkDropUnusedLevels.AutoSize = True Me.ucrChkDropUnusedLevels.Checked = False - resources.ApplyResources(Me.ucrChkDropUnusedLevels, "ucrChkDropUnusedLevels") + Me.ucrChkDropUnusedLevels.Location = New System.Drawing.Point(6, 63) Me.ucrChkDropUnusedLevels.Name = "ucrChkDropUnusedLevels" + Me.ucrChkDropUnusedLevels.Size = New System.Drawing.Size(148, 23) + Me.ucrChkDropUnusedLevels.TabIndex = 2 ' 'cmdDoyRange ' - resources.ApplyResources(Me.cmdDoyRange, "cmdDoyRange") + Me.cmdDoyRange.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDoyRange.Location = New System.Drawing.Point(5, 397) Me.cmdDoyRange.Name = "cmdDoyRange" + Me.cmdDoyRange.Size = New System.Drawing.Size(105, 26) + Me.cmdDoyRange.TabIndex = 19 Me.cmdDoyRange.Tag = "" + Me.cmdDoyRange.Text = "Day Range" Me.cmdDoyRange.UseVisualStyleBackColor = True ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(288, 286) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 13 + Me.lblYear.Text = "Year:" ' 'rdoStation ' - resources.ApplyResources(Me.rdoStation, "rdoStation") + Me.rdoStation.Appearance = System.Windows.Forms.Appearance.Button Me.rdoStation.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoStation.FlatAppearance.BorderSize = 2 Me.rdoStation.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoStation.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoStation.Location = New System.Drawing.Point(12, 14) Me.rdoStation.Name = "rdoStation" + Me.rdoStation.Size = New System.Drawing.Size(61, 27) + Me.rdoStation.TabIndex = 22 Me.rdoStation.TabStop = True + Me.rdoStation.Text = "Station" + Me.rdoStation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoStation.UseVisualStyleBackColor = True ' 'rdoDaily ' - resources.ApplyResources(Me.rdoDaily, "rdoDaily") + Me.rdoDaily.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDaily.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDaily.FlatAppearance.BorderSize = 2 Me.rdoDaily.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDaily.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDaily.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDaily.Location = New System.Drawing.Point(308, 14) Me.rdoDaily.Name = "rdoDaily" + Me.rdoDaily.Size = New System.Drawing.Size(88, 27) + Me.rdoDaily.TabIndex = 23 Me.rdoDaily.TabStop = True + Me.rdoDaily.Text = "Daily" + Me.rdoDaily.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDaily.UseVisualStyleBackColor = True ' 'ucrReceiverElements ' + Me.ucrReceiverElements.AutoSize = True Me.ucrReceiverElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElements, "ucrReceiverElements") + Me.ucrReceiverElements.Location = New System.Drawing.Point(288, 164) + Me.ucrReceiverElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElements.Name = "ucrReceiverElements" Me.ucrReceiverElements.Selector = Nothing + Me.ucrReceiverElements.Size = New System.Drawing.Size(123, 78) Me.ucrReceiverElements.strNcFilePath = "" + Me.ucrReceiverElements.TabIndex = 10 Me.ucrReceiverElements.ucrSelector = Nothing ' 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = True - resources.ApplyResources(Me.ucrInputFilterPreview, "ucrInputFilterPreview") + Me.ucrInputFilterPreview.Location = New System.Drawing.Point(115, 400) Me.ucrInputFilterPreview.Name = "ucrInputFilterPreview" + Me.ucrInputFilterPreview.Size = New System.Drawing.Size(242, 22) + Me.ucrInputFilterPreview.TabIndex = 20 ' 'ucrSelectorVariable ' + Me.ucrSelectorVariable.AutoSize = True Me.ucrSelectorVariable.bDropUnusedFilterLevels = False Me.ucrSelectorVariable.bShowHiddenColumns = False Me.ucrSelectorVariable.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorVariable, "ucrSelectorVariable") + Me.ucrSelectorVariable.Location = New System.Drawing.Point(5, 48) + Me.ucrSelectorVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVariable.Name = "ucrSelectorVariable" + Me.ucrSelectorVariable.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorVariable.TabIndex = 4 ' 'ucrReceiverWithinYear ' + Me.ucrReceiverWithinYear.AutoSize = True Me.ucrReceiverWithinYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWithinYear, "ucrReceiverWithinYear") + Me.ucrReceiverWithinYear.Location = New System.Drawing.Point(288, 342) + Me.ucrReceiverWithinYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWithinYear.Name = "ucrReceiverWithinYear" Me.ucrReceiverWithinYear.Selector = Nothing + Me.ucrReceiverWithinYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWithinYear.strNcFilePath = "" + Me.ucrReceiverWithinYear.TabIndex = 16 Me.ucrReceiverWithinYear.ucrSelector = Nothing ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDOY, "ucrReceiverDOY") + Me.ucrReceiverDOY.Location = New System.Drawing.Point(288, 262) + Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDOY.Name = "ucrReceiverDOY" Me.ucrReceiverDOY.Selector = Nothing + Me.ucrReceiverDOY.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDOY.strNcFilePath = "" + Me.ucrReceiverDOY.TabIndex = 12 Me.ucrReceiverDOY.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(288, 302) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 14 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(288, 124) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 8 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(288, 84) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 6 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(5, 422) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 21 ' 'ucrPnlAnnualWithin ' - resources.ApplyResources(Me.ucrPnlAnnualWithin, "ucrPnlAnnualWithin") + Me.ucrPnlAnnualWithin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlAnnualWithin.Location = New System.Drawing.Point(9, 10) Me.ucrPnlAnnualWithin.Name = "ucrPnlAnnualWithin" + Me.ucrPnlAnnualWithin.Size = New System.Drawing.Size(396, 35) + Me.ucrPnlAnnualWithin.TabIndex = 0 ' 'dlgClimaticSummary ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 480) Me.Controls.Add(Me.rdoDaily) Me.Controls.Add(Me.rdoStation) Me.Controls.Add(Me.ucrReceiverElements) @@ -327,7 +461,10 @@ Partial Class dlgClimaticSummary Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimaticSummary" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Climatic Summary" Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimaticSummary.resx b/instat/dlgClimaticSummary.resx index 25f9359aa96..1af7de150c9 100644 --- a/instat/dlgClimaticSummary.resx +++ b/instat/dlgClimaticSummary.resx @@ -117,835 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - NoControl - - - - 71, 14 - - - 67, 27 - - - - 1 - - - Annual - - - MiddleCenter - - - rdoAnnual - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - Button - - - Flat - - - NoControl - - - 222, 14 - - - 88, 27 - - - 3 - - - Within Year - - - MiddleCenter - - - rdoWithinYear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - Button - - - Flat - - - NoControl - - - 136, 14 - - - 88, 27 - - - 2 - - - Annual+Within - - - MiddleCenter - - - rdoAnnualWithinYear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 288, 68 - - - 43, 13 - - - 5 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 288, 109 - - - 33, 13 - - - 7 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 288, 245 - - - 66, 13 - - - 11 - - - Day of Year: - - - lblDay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 288, 150 - - - 48, 13 - - - 9 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - NoControl - - - 288, 371 - - - 120, 26 - - - 17 - - - Summaries - - - cmdSummary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 288, 327 - - - 65, 13 - - - 15 - - - Within Year: - - - lblWithinYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 217, 83 - - - 60, 26 - - - 19 - - - Options - - - cmdMissingOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 0 - - - 6, 86 - - - 178, 20 - - - 5 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 6, 109 - - - 219, 20 - - - 4 - - - ucrChkAddDateColumn - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 6, 17 - - - 255, 20 - - - 0 - - - ucrChkStoreResults - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 6, 40 - - - 254, 20 - - - 1 - - - ucrChkPrintOutput - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - 6, 63 - - - 148, 20 - - - 2 - - - ucrChkDropUnusedLevels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 5 - - - 5, 233 - - - 280, 136 - - - 18 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 5, 397 - - - 105, 26 - - - 19 - - - Day Range - - - cmdDoyRange - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 288, 286 - - - 32, 13 - - - 13 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - Button - - - Flat - - - NoControl - - - 12, 14 - - - 61, 27 - - - 22 - - - Station - - - MiddleCenter - - - rdoStation - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 308, 14 - - - 88, 27 - - - 23 - - - Daily - - - MiddleCenter - - - rdoDaily - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 414, 480 - - - 115, 400 - - - 242, 22 - - - 20 - - - ucrInputFilterPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 5, 48 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorVariable - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 288, 342 - - - 0, 0, 0, 0 - - - 120, 20 - - - 16 - - - ucrReceiverWithinYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 288, 262 - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverDOY - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 288, 302 - - - 0, 0, 0, 0 - - - 120, 20 - - - 14 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 288, 124 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 288, 84 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - True - - - 5, 422 - - - 405, 52 - - - 21 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 9, 10 - - - 396, 35 - - - 0 - - - ucrPnlAnnualWithin - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - CenterScreen - - - Climatic Summary - - - dlgClimaticSummary - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 288, 164 - - - 0, 0, 0, 0 - - - 123, 78 - - - 10 - - - ucrReceiverElements - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgClimdexIndices.Designer.vb b/instat/dlgClimdexIndices.Designer.vb index 60877adb3b3..d2212407a94 100644 --- a/instat/dlgClimdexIndices.Designer.vb +++ b/instat/dlgClimdexIndices.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgClimdexIndices 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgClimdexIndices)) Me.lblTmax = New System.Windows.Forms.Label() Me.lblTmin = New System.Windows.Forms.Label() Me.lblPrec = New System.Windows.Forms.Label() @@ -67,184 +66,294 @@ Partial Class dlgClimdexIndices ' 'lblTmax ' - resources.ApplyResources(Me.lblTmax, "lblTmax") + Me.lblTmax.AutoSize = True + Me.lblTmax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTmax.Location = New System.Drawing.Point(252, 264) Me.lblTmax.Name = "lblTmax" + Me.lblTmax.Size = New System.Drawing.Size(117, 13) + Me.lblTmax.TabIndex = 12 Me.lblTmax.Tag = "Maximum Temperature:" + Me.lblTmax.Text = "Maximum Temperature:" ' 'lblTmin ' - resources.ApplyResources(Me.lblTmin, "lblTmin") + Me.lblTmin.AutoSize = True + Me.lblTmin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTmin.Location = New System.Drawing.Point(252, 303) Me.lblTmin.Name = "lblTmin" + Me.lblTmin.Size = New System.Drawing.Size(114, 13) + Me.lblTmin.TabIndex = 14 Me.lblTmin.Tag = "Minimum Temperature:" + Me.lblTmin.Text = "Minimum Temperature:" ' 'lblPrec ' - resources.ApplyResources(Me.lblPrec, "lblPrec") + Me.lblPrec.AutoSize = True + Me.lblPrec.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPrec.Location = New System.Drawing.Point(252, 223) Me.lblPrec.Name = "lblPrec" + Me.lblPrec.Size = New System.Drawing.Size(68, 13) + Me.lblPrec.TabIndex = 10 Me.lblPrec.Tag = "" + Me.lblPrec.Text = "Precipitation:" ' 'cmdIndices ' - resources.ApplyResources(Me.cmdIndices, "cmdIndices") + Me.cmdIndices.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdIndices.Location = New System.Drawing.Point(331, 356) Me.cmdIndices.Name = "cmdIndices" + Me.cmdIndices.Size = New System.Drawing.Size(74, 23) + Me.cmdIndices.TabIndex = 19 Me.cmdIndices.Tag = "Indices..." + Me.cmdIndices.Text = "Indices..." Me.cmdIndices.UseVisualStyleBackColor = True ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(252, 63) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 4 Me.lblStation.Tag = "" + Me.lblStation.Text = "Station:" ' 'lblMonth ' - resources.ApplyResources(Me.lblMonth, "lblMonth") + Me.lblMonth.AutoSize = True + Me.lblMonth.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMonth.Location = New System.Drawing.Point(252, 180) Me.lblMonth.Name = "lblMonth" + Me.lblMonth.Size = New System.Drawing.Size(40, 13) + Me.lblMonth.TabIndex = 8 Me.lblMonth.Tag = "Month:" + Me.lblMonth.Text = "Month:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(252, 142) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 6 Me.lblYear.Tag = "Year:" + Me.lblYear.Text = "Year:" ' 'rdoAnnual ' - resources.ApplyResources(Me.rdoAnnual, "rdoAnnual") + Me.rdoAnnual.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAnnual.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAnnual.FlatAppearance.BorderSize = 2 Me.rdoAnnual.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAnnual.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAnnual.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAnnual.Location = New System.Drawing.Point(131, 13) Me.rdoAnnual.Name = "rdoAnnual" + Me.rdoAnnual.Size = New System.Drawing.Size(91, 27) + Me.rdoAnnual.TabIndex = 1 Me.rdoAnnual.TabStop = True + Me.rdoAnnual.Text = "Annual" + Me.rdoAnnual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAnnual.UseVisualStyleBackColor = True ' 'rdoMonthly ' - resources.ApplyResources(Me.rdoMonthly, "rdoMonthly") + Me.rdoMonthly.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMonthly.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMonthly.FlatAppearance.BorderSize = 2 Me.rdoMonthly.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMonthly.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMonthly.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMonthly.Location = New System.Drawing.Point(219, 13) Me.rdoMonthly.Name = "rdoMonthly" + Me.rdoMonthly.Size = New System.Drawing.Size(91, 27) + Me.rdoMonthly.TabIndex = 2 Me.rdoMonthly.TabStop = True + Me.rdoMonthly.Text = "Monthly" + Me.rdoMonthly.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMonthly.UseVisualStyleBackColor = True ' 'lblIndicesSelectedOutOf ' - resources.ApplyResources(Me.lblIndicesSelectedOutOf, "lblIndicesSelectedOutOf") + Me.lblIndicesSelectedOutOf.AutoSize = True + Me.lblIndicesSelectedOutOf.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblIndicesSelectedOutOf.Location = New System.Drawing.Point(100, 361) Me.lblIndicesSelectedOutOf.Name = "lblIndicesSelectedOutOf" + Me.lblIndicesSelectedOutOf.Size = New System.Drawing.Size(113, 13) + Me.lblIndicesSelectedOutOf.TabIndex = 17 Me.lblIndicesSelectedOutOf.Tag = "Month:" + Me.lblIndicesSelectedOutOf.Text = "indices selected out of" ' 'lblSelectedIndices ' - resources.ApplyResources(Me.lblSelectedIndices, "lblSelectedIndices") + Me.lblSelectedIndices.AutoSize = True Me.lblSelectedIndices.ForeColor = System.Drawing.Color.Green + Me.lblSelectedIndices.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedIndices.Location = New System.Drawing.Point(143, 361) Me.lblSelectedIndices.Name = "lblSelectedIndices" + Me.lblSelectedIndices.Size = New System.Drawing.Size(0, 13) + Me.lblSelectedIndices.TabIndex = 16 Me.lblSelectedIndices.Tag = "" ' 'lblTotalIndices ' - resources.ApplyResources(Me.lblTotalIndices, "lblTotalIndices") + Me.lblTotalIndices.AutoSize = True Me.lblTotalIndices.ForeColor = System.Drawing.Color.Green + Me.lblTotalIndices.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTotalIndices.Location = New System.Drawing.Point(272, 361) Me.lblTotalIndices.Name = "lblTotalIndices" + Me.lblTotalIndices.Size = New System.Drawing.Size(0, 13) + Me.lblTotalIndices.TabIndex = 18 Me.lblTotalIndices.Tag = "" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(252, 103) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 21 Me.lblDate.Tag = "" + Me.lblDate.Text = "Date:" ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(252, 118) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 22 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrPnlAnnualMonthly ' - resources.ApplyResources(Me.ucrPnlAnnualMonthly, "ucrPnlAnnualMonthly") + Me.ucrPnlAnnualMonthly.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlAnnualMonthly.Location = New System.Drawing.Point(105, 8) Me.ucrPnlAnnualMonthly.Name = "ucrPnlAnnualMonthly" + Me.ucrPnlAnnualMonthly.Size = New System.Drawing.Size(228, 36) + Me.ucrPnlAnnualMonthly.TabIndex = 0 ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(252, 157) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 7 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMonth, "ucrReceiverMonth") + Me.ucrReceiverMonth.Location = New System.Drawing.Point(252, 197) + Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMonth.Name = "ucrReceiverMonth" Me.ucrReceiverMonth.Selector = Nothing + Me.ucrReceiverMonth.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMonth.strNcFilePath = "" + Me.ucrReceiverMonth.TabIndex = 9 Me.ucrReceiverMonth.ucrSelector = Nothing ' 'ucrChkSave ' + Me.ucrChkSave.AutoSize = True Me.ucrChkSave.Checked = False - resources.ApplyResources(Me.ucrChkSave, "ucrChkSave") + Me.ucrChkSave.Location = New System.Drawing.Point(10, 282) Me.ucrChkSave.Name = "ucrChkSave" + Me.ucrChkSave.Size = New System.Drawing.Size(239, 23) + Me.ucrChkSave.TabIndex = 16 ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(252, 78) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 5 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverPrec ' + Me.ucrReceiverPrec.AutoSize = True Me.ucrReceiverPrec.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPrec, "ucrReceiverPrec") + Me.ucrReceiverPrec.Location = New System.Drawing.Point(252, 238) + Me.ucrReceiverPrec.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPrec.Name = "ucrReceiverPrec" Me.ucrReceiverPrec.Selector = Nothing + Me.ucrReceiverPrec.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverPrec.strNcFilePath = "" + Me.ucrReceiverPrec.TabIndex = 11 Me.ucrReceiverPrec.ucrSelector = Nothing ' 'ucrReceiverTmin ' + Me.ucrReceiverTmin.AutoSize = True Me.ucrReceiverTmin.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTmin, "ucrReceiverTmin") + Me.ucrReceiverTmin.Location = New System.Drawing.Point(252, 320) + Me.ucrReceiverTmin.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTmin.Name = "ucrReceiverTmin" Me.ucrReceiverTmin.Selector = Nothing + Me.ucrReceiverTmin.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTmin.strNcFilePath = "" + Me.ucrReceiverTmin.TabIndex = 15 Me.ucrReceiverTmin.ucrSelector = Nothing ' 'ucrReceiverTmax ' + Me.ucrReceiverTmax.AutoSize = True Me.ucrReceiverTmax.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTmax, "ucrReceiverTmax") + Me.ucrReceiverTmax.Location = New System.Drawing.Point(252, 280) + Me.ucrReceiverTmax.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTmax.Name = "ucrReceiverTmax" Me.ucrReceiverTmax.Selector = Nothing + Me.ucrReceiverTmax.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTmax.strNcFilePath = "" + Me.ucrReceiverTmax.TabIndex = 13 Me.ucrReceiverTmax.ucrSelector = Nothing ' 'ucrSelectorClimdex ' + Me.ucrSelectorClimdex.AutoSize = True Me.ucrSelectorClimdex.bDropUnusedFilterLevels = False Me.ucrSelectorClimdex.bShowHiddenColumns = False Me.ucrSelectorClimdex.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorClimdex, "ucrSelectorClimdex") + Me.ucrSelectorClimdex.Location = New System.Drawing.Point(10, 64) + Me.ucrSelectorClimdex.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorClimdex.Name = "ucrSelectorClimdex" + Me.ucrSelectorClimdex.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorClimdex.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 383) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 20 ' 'dlgClimdexIndices ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 440) Me.Controls.Add(Me.lblDate) Me.Controls.Add(Me.ucrReceiverDate) Me.Controls.Add(Me.lblTotalIndices) @@ -273,7 +382,9 @@ Partial Class dlgClimdexIndices Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgClimdexIndices" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Climdex Indices" + Me.Text = "Climdex Indices" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgClimdexIndices.resx b/instat/dlgClimdexIndices.resx index 10d6480da81..29dcb1b3a35 100644 --- a/instat/dlgClimdexIndices.resx +++ b/instat/dlgClimdexIndices.resx @@ -117,682 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 252, 264 - - - 117, 13 - - - 12 - - - Maximum Temperature: - - - lblTmax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 252, 303 - - - 114, 13 - - - 14 - - - Minimum Temperature: - - - lblTmin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 252, 223 - - - 68, 13 - - - 10 - - - Precipitation: - - - lblPrec - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 331, 356 - - - 74, 23 - - - 19 - - - Indices... - - - cmdIndices - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 252, 63 - - - 43, 13 - - - 4 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 252, 180 - - - 40, 13 - - - 8 - - - Month: - - - lblMonth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 252, 142 - - - 32, 13 - - - 6 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 131, 13 - - - 91, 27 - - - 1 - - - Annual - - - MiddleCenter - - - rdoAnnual - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 219, 13 - - - 91, 27 - - - 2 - - - Monthly - - - MiddleCenter - - - rdoMonthly - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 100, 361 - - - 113, 13 - - - 17 - - - indices selected out of - - - lblIndicesSelectedOutOf - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 143, 361 - - - 0, 13 - - - 16 - - - lblSelectedIndices - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 272, 361 - - - 0, 13 - - - 18 - - - lblTotalIndices - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 252, 103 - - - 33, 13 - - - 21 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 417, 440 - - - 105, 8 - - - 228, 36 - - - 0 - - - ucrPnlAnnualMonthly - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 252, 157 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 252, 197 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverMonth - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 282 - - - 239, 20 - - - 16 - - - ucrChkSave - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 252, 78 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 252, 238 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverPrec - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 252, 320 - - - 0, 0, 0, 0 - - - 120, 20 - - - 15 - - - ucrReceiverTmin - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 252, 280 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverTmax - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - 10, 64 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorClimdex - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - True - - - 10, 383 - - - 410, 52 - - - 20 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - CenterScreen - - - Climdex Indices - - - dlgClimdexIndices - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 252, 118 - - - 0, 0, 0, 0 - - - 120, 20 - - - 22 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgClimsoftWizard.Designer.vb b/instat/dlgClimsoftWizard.Designer.vb index 07af59bd4d4..e0ecab4e25e 100644 --- a/instat/dlgClimsoftWizard.Designer.vb +++ b/instat/dlgClimsoftWizard.Designer.vb @@ -86,6 +86,7 @@ Partial Class dlgClimsoftWizard 'ucrComboBoxPort ' Me.ucrComboBoxPort.AddQuotesIfUnrecognised = False + Me.ucrComboBoxPort.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxPort.GetSetSelectedIndex = -1 Me.ucrComboBoxPort.IsReadOnly = False Me.ucrComboBoxPort.Location = New System.Drawing.Point(153, 99) @@ -97,6 +98,7 @@ Partial Class dlgClimsoftWizard 'ucrTxtHost ' Me.ucrTxtHost.AddQuotesIfUnrecognised = True + Me.ucrTxtHost.AutoSize = True Me.ucrTxtHost.IsMultiline = False Me.ucrTxtHost.IsReadOnly = False Me.ucrTxtHost.Location = New System.Drawing.Point(153, 69) @@ -108,6 +110,7 @@ Partial Class dlgClimsoftWizard 'ucrComboBoxDatabaseName ' Me.ucrComboBoxDatabaseName.AddQuotesIfUnrecognised = True + Me.ucrComboBoxDatabaseName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxDatabaseName.GetSetSelectedIndex = -1 Me.ucrComboBoxDatabaseName.IsReadOnly = False Me.ucrComboBoxDatabaseName.Location = New System.Drawing.Point(153, 37) @@ -162,6 +165,7 @@ Partial Class dlgClimsoftWizard 'ucrTxtUserName ' Me.ucrTxtUserName.AddQuotesIfUnrecognised = True + Me.ucrTxtUserName.AutoSize = True Me.ucrTxtUserName.IsMultiline = False Me.ucrTxtUserName.IsReadOnly = False Me.ucrTxtUserName.Location = New System.Drawing.Point(153, 128) @@ -243,11 +247,12 @@ Partial Class dlgClimsoftWizard ' 'ucrChkObservationData ' + Me.ucrChkObservationData.AutoSize = True Me.ucrChkObservationData.Checked = False Me.ucrChkObservationData.Location = New System.Drawing.Point(7, 212) Me.ucrChkObservationData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkObservationData.Name = "ucrChkObservationData" - Me.ucrChkObservationData.Size = New System.Drawing.Size(178, 20) + Me.ucrChkObservationData.Size = New System.Drawing.Size(178, 23) Me.ucrChkObservationData.TabIndex = 10 ' 'lblStationsTitle @@ -264,6 +269,7 @@ Partial Class dlgClimsoftWizard 'ucrComboBoxStations ' Me.ucrComboBoxStations.AddQuotesIfUnrecognised = True + Me.ucrComboBoxStations.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxStations.GetSetSelectedIndex = -1 Me.ucrComboBoxStations.IsReadOnly = False Me.ucrComboBoxStations.Location = New System.Drawing.Point(7, 37) @@ -274,6 +280,7 @@ Partial Class dlgClimsoftWizard ' 'ucrSelectorStations ' + Me.ucrSelectorStations.AutoSize = True Me.ucrSelectorStations.bShowHiddenColumns = False Me.ucrSelectorStations.Location = New System.Drawing.Point(7, 61) Me.ucrSelectorStations.Margin = New System.Windows.Forms.Padding(0) @@ -294,6 +301,7 @@ Partial Class dlgClimsoftWizard ' 'ucrReceiverMultipleStations ' + Me.ucrReceiverMultipleStations.AutoSize = True Me.ucrReceiverMultipleStations.frmParent = Me Me.ucrReceiverMultipleStations.Location = New System.Drawing.Point(234, 61) Me.ucrReceiverMultipleStations.Margin = New System.Windows.Forms.Padding(0) @@ -326,42 +334,47 @@ Partial Class dlgClimsoftWizard ' 'ucrChkUnstackData ' + Me.ucrChkUnstackData.AutoSize = True Me.ucrChkUnstackData.Checked = False Me.ucrChkUnstackData.Location = New System.Drawing.Point(50, 220) Me.ucrChkUnstackData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkUnstackData.Name = "ucrChkUnstackData" - Me.ucrChkUnstackData.Size = New System.Drawing.Size(212, 20) + Me.ucrChkUnstackData.Size = New System.Drawing.Size(212, 23) Me.ucrChkUnstackData.TabIndex = 20 ' 'ucrChkFlagsData ' + Me.ucrChkFlagsData.AutoSize = True Me.ucrChkFlagsData.Checked = False Me.ucrChkFlagsData.Location = New System.Drawing.Point(50, 199) Me.ucrChkFlagsData.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkFlagsData.Name = "ucrChkFlagsData" - Me.ucrChkFlagsData.Size = New System.Drawing.Size(212, 20) + Me.ucrChkFlagsData.Size = New System.Drawing.Size(212, 23) Me.ucrChkFlagsData.TabIndex = 19 ' 'ucrChkElements ' + Me.ucrChkElements.AutoSize = True Me.ucrChkElements.Checked = False Me.ucrChkElements.Location = New System.Drawing.Point(50, 242) Me.ucrChkElements.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkElements.Name = "ucrChkElements" - Me.ucrChkElements.Size = New System.Drawing.Size(212, 20) + Me.ucrChkElements.Size = New System.Drawing.Size(212, 23) Me.ucrChkElements.TabIndex = 13 ' 'ucrChkDateRange ' + Me.ucrChkDateRange.AutoSize = True Me.ucrChkDateRange.Checked = False Me.ucrChkDateRange.Location = New System.Drawing.Point(50, 264) Me.ucrChkDateRange.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkDateRange.Name = "ucrChkDateRange" - Me.ucrChkDateRange.Size = New System.Drawing.Size(203, 20) + Me.ucrChkDateRange.Size = New System.Drawing.Size(203, 23) Me.ucrChkDateRange.TabIndex = 15 ' 'ucrDtpEndDate ' + Me.ucrDtpEndDate.AutoSize = True Me.ucrDtpEndDate.DateValue = New Date(2021, 5, 18, 16, 55, 57, 146) Me.ucrDtpEndDate.Format = "dd MMM yyyy" Me.ucrDtpEndDate.Location = New System.Drawing.Point(245, 299) @@ -374,6 +387,7 @@ Partial Class dlgClimsoftWizard ' 'ucrDtpStartdate ' + Me.ucrDtpStartdate.AutoSize = True Me.ucrDtpStartdate.DateValue = New Date(2021, 5, 18, 16, 55, 57, 157) Me.ucrDtpStartdate.Format = "dd MMM yyyy" Me.ucrDtpStartdate.Location = New System.Drawing.Point(74, 300) @@ -407,6 +421,7 @@ Partial Class dlgClimsoftWizard 'ucrComboBoxElements ' Me.ucrComboBoxElements.AddQuotesIfUnrecognised = True + Me.ucrComboBoxElements.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrComboBoxElements.GetSetSelectedIndex = -1 Me.ucrComboBoxElements.IsReadOnly = False Me.ucrComboBoxElements.Location = New System.Drawing.Point(50, 37) @@ -417,6 +432,7 @@ Partial Class dlgClimsoftWizard ' 'ucrReceiverMultipleElements ' + Me.ucrReceiverMultipleElements.AutoSize = True Me.ucrReceiverMultipleElements.frmParent = Me Me.ucrReceiverMultipleElements.Location = New System.Drawing.Point(277, 61) Me.ucrReceiverMultipleElements.Margin = New System.Windows.Forms.Padding(0) @@ -450,6 +466,7 @@ Partial Class dlgClimsoftWizard ' 'ucrSelectorElements ' + Me.ucrSelectorElements.AutoSize = True Me.ucrSelectorElements.bShowHiddenColumns = False Me.ucrSelectorElements.Location = New System.Drawing.Point(50, 61) Me.ucrSelectorElements.Margin = New System.Windows.Forms.Padding(0) @@ -460,16 +477,17 @@ Partial Class dlgClimsoftWizard 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(166, 333) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 51 ' 'dlgClimsoftWizard ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(584, 391) Me.Controls.Add(Me.btnBack) diff --git a/instat/dlgCluster.Designer.vb b/instat/dlgCluster.Designer.vb index eab31ac7abd..fa47dc35c9e 100644 --- a/instat/dlgCluster.Designer.vb +++ b/instat/dlgCluster.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCluster 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCluster)) Me.rdoWholeDataFrame = New System.Windows.Forms.RadioButton() Me.rdoSelectedColumn = New System.Windows.Forms.RadioButton() Me.rdoDistanceData = New System.Windows.Forms.RadioButton() @@ -43,114 +42,181 @@ Partial Class dlgCluster ' 'rdoWholeDataFrame ' - resources.ApplyResources(Me.rdoWholeDataFrame, "rdoWholeDataFrame") + Me.rdoWholeDataFrame.AutoSize = True + Me.rdoWholeDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWholeDataFrame.Location = New System.Drawing.Point(265, 96) Me.rdoWholeDataFrame.Name = "rdoWholeDataFrame" + Me.rdoWholeDataFrame.Size = New System.Drawing.Size(114, 17) + Me.rdoWholeDataFrame.TabIndex = 6 Me.rdoWholeDataFrame.TabStop = True + Me.rdoWholeDataFrame.Text = "Whole Data Frame" Me.rdoWholeDataFrame.UseVisualStyleBackColor = True ' 'rdoSelectedColumn ' - resources.ApplyResources(Me.rdoSelectedColumn, "rdoSelectedColumn") + Me.rdoSelectedColumn.AutoSize = True + Me.rdoSelectedColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSelectedColumn.Location = New System.Drawing.Point(265, 73) Me.rdoSelectedColumn.Name = "rdoSelectedColumn" + Me.rdoSelectedColumn.Size = New System.Drawing.Size(113, 17) + Me.rdoSelectedColumn.TabIndex = 7 Me.rdoSelectedColumn.TabStop = True + Me.rdoSelectedColumn.Text = "Selected Variables" Me.rdoSelectedColumn.UseVisualStyleBackColor = True ' 'rdoDistanceData ' - resources.ApplyResources(Me.rdoDistanceData, "rdoDistanceData") + Me.rdoDistanceData.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDistanceData.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDistanceData.FlatAppearance.BorderSize = 2 Me.rdoDistanceData.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDistanceData.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDistanceData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDistanceData.Location = New System.Drawing.Point(200, 10) Me.rdoDistanceData.Name = "rdoDistanceData" + Me.rdoDistanceData.Size = New System.Drawing.Size(100, 28) + Me.rdoDistanceData.TabIndex = 16 + Me.rdoDistanceData.Text = "Distance" + Me.rdoDistanceData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDistanceData.UseVisualStyleBackColor = True ' 'rdoScaleData ' - resources.ApplyResources(Me.rdoScaleData, "rdoScaleData") + Me.rdoScaleData.Appearance = System.Windows.Forms.Appearance.Button Me.rdoScaleData.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoScaleData.FlatAppearance.BorderSize = 2 Me.rdoScaleData.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoScaleData.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoScaleData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoScaleData.Location = New System.Drawing.Point(102, 10) Me.rdoScaleData.Name = "rdoScaleData" + Me.rdoScaleData.Size = New System.Drawing.Size(100, 28) + Me.rdoScaleData.TabIndex = 17 + Me.rdoScaleData.Text = "Scale" + Me.rdoScaleData.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoScaleData.UseVisualStyleBackColor = True ' 'lblMethod ' - resources.ApplyResources(Me.lblMethod, "lblMethod") + Me.lblMethod.AutoSize = True + Me.lblMethod.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMethod.Location = New System.Drawing.Point(280, 262) Me.lblMethod.Name = "lblMethod" + Me.lblMethod.Size = New System.Drawing.Size(43, 13) + Me.lblMethod.TabIndex = 21 + Me.lblMethod.Text = "Method" ' 'ucrInputMethod ' Me.ucrInputMethod.AddQuotesIfUnrecognised = True + Me.ucrInputMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMethod.GetSetSelectedIndex = -1 Me.ucrInputMethod.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMethod, "ucrInputMethod") + Me.ucrInputMethod.Location = New System.Drawing.Point(280, 279) Me.ucrInputMethod.Name = "ucrInputMethod" + Me.ucrInputMethod.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMethod.TabIndex = 22 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(5, 371) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.TabIndex = 19 ' 'ucrSaveNewDataFrame ' - resources.ApplyResources(Me.ucrSaveNewDataFrame, "ucrSaveNewDataFrame") + Me.ucrSaveNewDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewDataFrame.Location = New System.Drawing.Point(8, 338) + Me.ucrSaveNewDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDataFrame.Name = "ucrSaveNewDataFrame" + Me.ucrSaveNewDataFrame.Size = New System.Drawing.Size(403, 34) + Me.ucrSaveNewDataFrame.TabIndex = 13 ' 'ucrChkCenterEachVariable ' + Me.ucrChkCenterEachVariable.AutoSize = True Me.ucrChkCenterEachVariable.Checked = False - resources.ApplyResources(Me.ucrChkCenterEachVariable, "ucrChkCenterEachVariable") + Me.ucrChkCenterEachVariable.Location = New System.Drawing.Point(7, 286) Me.ucrChkCenterEachVariable.Name = "ucrChkCenterEachVariable" + Me.ucrChkCenterEachVariable.Size = New System.Drawing.Size(100, 23) + Me.ucrChkCenterEachVariable.TabIndex = 12 ' 'ucrChkScaleEachVariable ' + Me.ucrChkScaleEachVariable.AutoSize = True Me.ucrChkScaleEachVariable.Checked = False - resources.ApplyResources(Me.ucrChkScaleEachVariable, "ucrChkScaleEachVariable") + Me.ucrChkScaleEachVariable.Location = New System.Drawing.Point(7, 312) Me.ucrChkScaleEachVariable.Name = "ucrChkScaleEachVariable" + Me.ucrChkScaleEachVariable.Size = New System.Drawing.Size(100, 23) + Me.ucrChkScaleEachVariable.TabIndex = 11 ' 'ucrChkOmitMissingRows ' + Me.ucrChkOmitMissingRows.AutoSize = True Me.ucrChkOmitMissingRows.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissingRows, "ucrChkOmitMissingRows") + Me.ucrChkOmitMissingRows.Location = New System.Drawing.Point(7, 259) Me.ucrChkOmitMissingRows.Name = "ucrChkOmitMissingRows" + Me.ucrChkOmitMissingRows.Size = New System.Drawing.Size(143, 23) + Me.ucrChkOmitMissingRows.TabIndex = 10 ' 'ucrReceiverPrepareData ' + Me.ucrReceiverPrepareData.AutoSize = True Me.ucrReceiverPrepareData.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPrepareData, "ucrReceiverPrepareData") + Me.ucrReceiverPrepareData.Location = New System.Drawing.Point(267, 125) + Me.ucrReceiverPrepareData.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPrepareData.Name = "ucrReceiverPrepareData" Me.ucrReceiverPrepareData.Selector = Nothing + Me.ucrReceiverPrepareData.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverPrepareData.strNcFilePath = "" + Me.ucrReceiverPrepareData.TabIndex = 9 Me.ucrReceiverPrepareData.ucrSelector = Nothing ' 'ucrSelectorPrepareData ' + Me.ucrSelectorPrepareData.AutoSize = True Me.ucrSelectorPrepareData.bDropUnusedFilterLevels = False Me.ucrSelectorPrepareData.bShowHiddenColumns = False Me.ucrSelectorPrepareData.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPrepareData, "ucrSelectorPrepareData") + Me.ucrSelectorPrepareData.Location = New System.Drawing.Point(10, 51) + Me.ucrSelectorPrepareData.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPrepareData.Name = "ucrSelectorPrepareData" + Me.ucrSelectorPrepareData.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPrepareData.TabIndex = 5 ' 'ucrPnlSelectData ' - resources.ApplyResources(Me.ucrPnlSelectData, "ucrPnlSelectData") + Me.ucrPnlSelectData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlSelectData.Location = New System.Drawing.Point(255, 65) Me.ucrPnlSelectData.Name = "ucrPnlSelectData" + Me.ucrPnlSelectData.Size = New System.Drawing.Size(135, 48) + Me.ucrPnlSelectData.TabIndex = 8 ' 'ucrPnlPrepareData ' - resources.ApplyResources(Me.ucrPnlPrepareData, "ucrPnlPrepareData") + Me.ucrPnlPrepareData.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlPrepareData.Location = New System.Drawing.Point(102, 10) Me.ucrPnlPrepareData.Name = "ucrPnlPrepareData" + Me.ucrPnlPrepareData.Size = New System.Drawing.Size(199, 30) + Me.ucrPnlPrepareData.TabIndex = 18 ' 'ucrChkMatrix ' + Me.ucrChkMatrix.AutoSize = True Me.ucrChkMatrix.Checked = False - resources.ApplyResources(Me.ucrChkMatrix, "ucrChkMatrix") + Me.ucrChkMatrix.Location = New System.Drawing.Point(7, 259) Me.ucrChkMatrix.Name = "ucrChkMatrix" + Me.ucrChkMatrix.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMatrix.TabIndex = 20 ' 'dlgCluster ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(421, 425) Me.Controls.Add(Me.ucrInputMethod) Me.Controls.Add(Me.lblMethod) Me.Controls.Add(Me.ucrBase) @@ -171,6 +237,8 @@ Partial Class dlgCluster Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCluster" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Scale/Distance" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCluster.resx b/instat/dlgCluster.resx index fb2a35d4c4a..1af7de150c9 100644 --- a/instat/dlgCluster.resx +++ b/instat/dlgCluster.resx @@ -117,434 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 265, 96 - - - 114, 17 - - - 6 - - - Whole Data Frame - - - rdoWholeDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 265, 73 - - - 113, 17 - - - 7 - - - Selected Variables - - - rdoSelectedColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 200, 10 - - - 100, 28 - - - 16 - - - Distance - - - MiddleCenter - - - rdoDistanceData - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Button - - - Flat - - - NoControl - - - 102, 10 - - - 100, 28 - - - 17 - - - Scale - - - MiddleCenter - - - rdoScaleData - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 280, 262 - - - 43, 13 - - - 21 - - - Method - - - lblMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 280, 279 - - - 137, 21 - - - 22 - - - ucrInputMethod - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 5, 371 - - - 410, 52 - - - 19 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 8, 338 - - - 4, 5, 4, 5 - - - 403, 34 - - - 13 - - - ucrSaveNewDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 7, 286 - - - 100, 20 - - - 12 - - - ucrChkCenterEachVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 7, 312 - - - 100, 20 - - - 11 - - - ucrChkScaleEachVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 7, 259 - - - 143, 20 - - - 10 - - - ucrChkOmitMissingRows - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 6, 13 - - - - True - - - 421, 425 - - - 10, 51 - - - 0, 0, 0, 0 - - - 210, 180 - - - 5 - - - ucrSelectorPrepareData - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 255, 65 - - - 135, 48 - - - 8 - - - ucrPnlSelectData - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 102, 10 - - - 199, 30 - - - 18 - - - ucrPnlPrepareData - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 7, 259 - - - 100, 20 - - - 20 - - - ucrChkMatrix - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Scale/Distance - - - dlgCluster - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 125 - - - 0, 0, 0, 0 - - - 120, 100 - - - 9 - - - ucrReceiverPrepareData - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgClusterAnalysis.Designer.vb b/instat/dlgClusterAnalysis.Designer.vb index 8767d0d359a..e3f7fa5e33f 100644 --- a/instat/dlgClusterAnalysis.Designer.vb +++ b/instat/dlgClusterAnalysis.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgClusterAnalysis ' 'dlgClusterAnalysis ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(613, 450) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow diff --git a/instat/dlgColourbyProperty.Designer.vb b/instat/dlgColourbyProperty.Designer.vb index b6f43c06458..f3331584896 100644 --- a/instat/dlgColourbyProperty.Designer.vb +++ b/instat/dlgColourbyProperty.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgColourbyProperty 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgColourbyProperty)) Me.lblMetadataProp = New System.Windows.Forms.Label() Me.ucrChkRemoveColours = New instat.ucrCheck() Me.ucrReceiverMetadataProperty = New instat.ucrReceiverSingle() @@ -48,41 +47,63 @@ Partial Class dlgColourbyProperty ' 'lblMetadataProp ' - resources.ApplyResources(Me.lblMetadataProp, "lblMetadataProp") + Me.lblMetadataProp.AutoSize = True + Me.lblMetadataProp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMetadataProp.Location = New System.Drawing.Point(263, 45) Me.lblMetadataProp.Name = "lblMetadataProp" + Me.lblMetadataProp.Size = New System.Drawing.Size(97, 13) + Me.lblMetadataProp.TabIndex = 3 + Me.lblMetadataProp.Text = "Metadata Property:" ' 'ucrChkRemoveColours ' + Me.ucrChkRemoveColours.AutoSize = True Me.ucrChkRemoveColours.Checked = False - resources.ApplyResources(Me.ucrChkRemoveColours, "ucrChkRemoveColours") + Me.ucrChkRemoveColours.Location = New System.Drawing.Point(263, 84) Me.ucrChkRemoveColours.Name = "ucrChkRemoveColours" + Me.ucrChkRemoveColours.Size = New System.Drawing.Size(147, 23) + Me.ucrChkRemoveColours.TabIndex = 4 ' 'ucrReceiverMetadataProperty ' + Me.ucrReceiverMetadataProperty.AutoSize = True Me.ucrReceiverMetadataProperty.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMetadataProperty, "ucrReceiverMetadataProperty") + Me.ucrReceiverMetadataProperty.Location = New System.Drawing.Point(263, 60) + Me.ucrReceiverMetadataProperty.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMetadataProperty.Name = "ucrReceiverMetadataProperty" Me.ucrReceiverMetadataProperty.Selector = Nothing + Me.ucrReceiverMetadataProperty.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMetadataProperty.strNcFilePath = "" + Me.ucrReceiverMetadataProperty.TabIndex = 2 Me.ucrReceiverMetadataProperty.ucrSelector = Nothing ' 'ucrSelectorColourByMetadata ' + Me.ucrSelectorColourByMetadata.AutoSize = True Me.ucrSelectorColourByMetadata.bDropUnusedFilterLevels = False Me.ucrSelectorColourByMetadata.bShowHiddenColumns = False Me.ucrSelectorColourByMetadata.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorColourByMetadata, "ucrSelectorColourByMetadata") + Me.ucrSelectorColourByMetadata.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorColourByMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColourByMetadata.Name = "ucrSelectorColourByMetadata" + Me.ucrSelectorColourByMetadata.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorColourByMetadata.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 201) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgColourbyProperty ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 261) Me.Controls.Add(Me.ucrChkRemoveColours) Me.Controls.Add(Me.lblMetadataProp) Me.Controls.Add(Me.ucrReceiverMetadataProperty) @@ -92,7 +113,9 @@ Partial Class dlgColourbyProperty Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgColourbyProperty" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Colour_by_Property" + Me.Text = "Colour by Property" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgColourbyProperty.resx b/instat/dlgColourbyProperty.resx index ea6dd6dd1c8..29dcb1b3a35 100644 --- a/instat/dlgColourbyProperty.resx +++ b/instat/dlgColourbyProperty.resx @@ -117,154 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 263, 45 - - - 97, 13 - - - 3 - - - Metadata Property: - - - lblMetadataProp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 263, 84 - - - 147, 20 - - - 4 - - - ucrChkRemoveColours - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 422, 261 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorColourByMetadata - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 12, 201 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Colour by Property - - - dlgColourbyProperty - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 263, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverMetadataProperty - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgColumnMetadata.Designer.vb b/instat/dlgColumnMetadata.Designer.vb index ff3a61f3d36..c450641810f 100644 --- a/instat/dlgColumnMetadata.Designer.vb +++ b/instat/dlgColumnMetadata.Designer.vb @@ -38,25 +38,32 @@ Partial Class dlgColumnMetadata 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgColumnMetadata)) Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 196) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgColumnMetadata ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 261) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgColumnMetadata" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Column_Metadata" + Me.Text = "Column Metadata" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgColumnMetadata.resx b/instat/dlgColumnMetadata.resx index 9d137edfa94..29dcb1b3a35 100644 --- a/instat/dlgColumnMetadata.resx +++ b/instat/dlgColumnMetadata.resx @@ -117,55 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 196 - - - 410, 53 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 420, 261 - - - - CenterScreen - - - Column Metadata - - - dlgColumnMetadata - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgColumnStats.Designer.vb b/instat/dlgColumnStats.Designer.vb index 6af6f67df3d..3501003091b 100644 --- a/instat/dlgColumnStats.Designer.vb +++ b/instat/dlgColumnStats.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgColumnStats 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgColumnStats)) Me.lblSelectedVariables = New System.Windows.Forms.Label() Me.lblSummariseBy = New System.Windows.Forms.Label() Me.grpOptions = New System.Windows.Forms.GroupBox() @@ -61,13 +60,23 @@ Partial Class dlgColumnStats ' 'lblSelectedVariables ' - resources.ApplyResources(Me.lblSelectedVariables, "lblSelectedVariables") + Me.lblSelectedVariables.AutoSize = True + Me.lblSelectedVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariables.Location = New System.Drawing.Point(273, 9) Me.lblSelectedVariables.Name = "lblSelectedVariables" + Me.lblSelectedVariables.Size = New System.Drawing.Size(125, 13) + Me.lblSelectedVariables.TabIndex = 1 + Me.lblSelectedVariables.Text = "Variable(s) to Summarise:" ' 'lblSummariseBy ' - resources.ApplyResources(Me.lblSummariseBy, "lblSummariseBy") + Me.lblSummariseBy.AutoSize = True + Me.lblSummariseBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummariseBy.Location = New System.Drawing.Point(272, 176) Me.lblSummariseBy.Name = "lblSummariseBy" + Me.lblSummariseBy.Size = New System.Drawing.Size(76, 13) + Me.lblSummariseBy.TabIndex = 5 + Me.lblSummariseBy.Text = "Summarise By:" ' 'grpOptions ' @@ -77,111 +86,166 @@ Partial Class dlgColumnStats Me.grpOptions.Controls.Add(Me.ucrChkOmitMissing) Me.grpOptions.Controls.Add(Me.ucrChkPrintOutput) Me.grpOptions.Controls.Add(Me.ucrChkDropUnusedLevels) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(10, 196) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(258, 155) + Me.grpOptions.TabIndex = 7 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'cmdMissingOptions ' - resources.ApplyResources(Me.cmdMissingOptions, "cmdMissingOptions") + Me.cmdMissingOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMissingOptions.Location = New System.Drawing.Point(190, 114) Me.cmdMissingOptions.Name = "cmdMissingOptions" + Me.cmdMissingOptions.Size = New System.Drawing.Size(62, 26) + Me.cmdMissingOptions.TabIndex = 20 Me.cmdMissingOptions.Tag = "MissingOptions" + Me.cmdMissingOptions.Text = "Options" Me.cmdMissingOptions.UseVisualStyleBackColor = True ' 'ucrChkOriginalLevel ' + Me.ucrChkOriginalLevel.AutoSize = True Me.ucrChkOriginalLevel.Checked = False - resources.ApplyResources(Me.ucrChkOriginalLevel, "ucrChkOriginalLevel") + Me.ucrChkOriginalLevel.Location = New System.Drawing.Point(25, 42) Me.ucrChkOriginalLevel.Name = "ucrChkOriginalLevel" + Me.ucrChkOriginalLevel.Size = New System.Drawing.Size(218, 23) + Me.ucrChkOriginalLevel.TabIndex = 1 ' 'ucrChkStoreResults ' + Me.ucrChkStoreResults.AutoSize = True Me.ucrChkStoreResults.Checked = False - resources.ApplyResources(Me.ucrChkStoreResults, "ucrChkStoreResults") + Me.ucrChkStoreResults.Location = New System.Drawing.Point(6, 17) Me.ucrChkStoreResults.Name = "ucrChkStoreResults" + Me.ucrChkStoreResults.Size = New System.Drawing.Size(237, 23) + Me.ucrChkStoreResults.TabIndex = 0 ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(6, 117) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(178, 23) + Me.ucrChkOmitMissing.TabIndex = 4 ' 'ucrChkPrintOutput ' + Me.ucrChkPrintOutput.AutoSize = True Me.ucrChkPrintOutput.Checked = False - resources.ApplyResources(Me.ucrChkPrintOutput, "ucrChkPrintOutput") + Me.ucrChkPrintOutput.Location = New System.Drawing.Point(6, 67) Me.ucrChkPrintOutput.Name = "ucrChkPrintOutput" + Me.ucrChkPrintOutput.Size = New System.Drawing.Size(246, 23) + Me.ucrChkPrintOutput.TabIndex = 2 ' 'ucrChkDropUnusedLevels ' + Me.ucrChkDropUnusedLevels.AutoSize = True Me.ucrChkDropUnusedLevels.Checked = False - resources.ApplyResources(Me.ucrChkDropUnusedLevels, "ucrChkDropUnusedLevels") + Me.ucrChkDropUnusedLevels.Location = New System.Drawing.Point(6, 92) Me.ucrChkDropUnusedLevels.Name = "ucrChkDropUnusedLevels" + Me.ucrChkDropUnusedLevels.Size = New System.Drawing.Size(237, 23) + Me.ucrChkDropUnusedLevels.TabIndex = 3 ' 'cmdSummaries ' - resources.ApplyResources(Me.cmdSummaries, "cmdSummaries") + Me.cmdSummaries.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummaries.Location = New System.Drawing.Point(274, 302) Me.cmdSummaries.Name = "cmdSummaries" + Me.cmdSummaries.Size = New System.Drawing.Size(134, 23) + Me.cmdSummaries.TabIndex = 8 Me.cmdSummaries.Tag = "Summaries" + Me.cmdSummaries.Text = "Summaries..." Me.cmdSummaries.UseVisualStyleBackColor = True ' 'cmdProportionsPercentages ' - resources.ApplyResources(Me.cmdProportionsPercentages, "cmdProportionsPercentages") + Me.cmdProportionsPercentages.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdProportionsPercentages.Location = New System.Drawing.Point(274, 328) Me.cmdProportionsPercentages.Name = "cmdProportionsPercentages" + Me.cmdProportionsPercentages.Size = New System.Drawing.Size(134, 23) + Me.cmdProportionsPercentages.TabIndex = 9 Me.cmdProportionsPercentages.Tag = "Proportions/Percentages..." + Me.cmdProportionsPercentages.Text = "Prop. and Percentages..." Me.cmdProportionsPercentages.UseVisualStyleBackColor = True ' 'ucrChkWeights ' + Me.ucrChkWeights.AutoSize = True Me.ucrChkWeights.Checked = False - resources.ApplyResources(Me.ucrChkWeights, "ucrChkWeights") + Me.ucrChkWeights.Location = New System.Drawing.Point(274, 127) Me.ucrChkWeights.Name = "ucrChkWeights" + Me.ucrChkWeights.Size = New System.Drawing.Size(119, 23) + Me.ucrChkWeights.TabIndex = 3 ' 'ucrReceiverWeights ' + Me.ucrReceiverWeights.AutoSize = True Me.ucrReceiverWeights.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeights, "ucrReceiverWeights") + Me.ucrReceiverWeights.Location = New System.Drawing.Point(274, 150) + Me.ucrReceiverWeights.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeights.Name = "ucrReceiverWeights" Me.ucrReceiverWeights.Selector = Nothing + Me.ucrReceiverWeights.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeights.strNcFilePath = "" + Me.ucrReceiverWeights.TabIndex = 4 Me.ucrReceiverWeights.ucrSelector = Nothing ' 'ucrReceiverByFactor ' + Me.ucrReceiverByFactor.AutoSize = True Me.ucrReceiverByFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverByFactor, "ucrReceiverByFactor") + Me.ucrReceiverByFactor.Location = New System.Drawing.Point(274, 190) + Me.ucrReceiverByFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverByFactor.Name = "ucrReceiverByFactor" Me.ucrReceiverByFactor.Selector = Nothing + Me.ucrReceiverByFactor.Size = New System.Drawing.Size(133, 100) Me.ucrReceiverByFactor.strNcFilePath = "" + Me.ucrReceiverByFactor.TabIndex = 6 Me.ucrReceiverByFactor.ucrSelector = Nothing ' 'ucrReceiverSelectedVariables ' + Me.ucrReceiverSelectedVariables.AutoSize = True Me.ucrReceiverSelectedVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSelectedVariables, "ucrReceiverSelectedVariables") + Me.ucrReceiverSelectedVariables.Location = New System.Drawing.Point(274, 24) + Me.ucrReceiverSelectedVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSelectedVariables.Name = "ucrReceiverSelectedVariables" Me.ucrReceiverSelectedVariables.Selector = Nothing + Me.ucrReceiverSelectedVariables.Size = New System.Drawing.Size(133, 100) Me.ucrReceiverSelectedVariables.strNcFilePath = "" + Me.ucrReceiverSelectedVariables.TabIndex = 2 Me.ucrReceiverSelectedVariables.ucrSelector = Nothing ' 'ucrSelectorForColumnStatistics ' + Me.ucrSelectorForColumnStatistics.AutoSize = True Me.ucrSelectorForColumnStatistics.bDropUnusedFilterLevels = False Me.ucrSelectorForColumnStatistics.bShowHiddenColumns = False Me.ucrSelectorForColumnStatistics.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForColumnStatistics, "ucrSelectorForColumnStatistics") + Me.ucrSelectorForColumnStatistics.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForColumnStatistics.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForColumnStatistics.Name = "ucrSelectorForColumnStatistics" + Me.ucrSelectorForColumnStatistics.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForColumnStatistics.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 363) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 10 ' 'dlgColumnStats ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 419) Me.Controls.Add(Me.ucrChkWeights) Me.Controls.Add(Me.ucrReceiverWeights) Me.Controls.Add(Me.cmdProportionsPercentages) @@ -197,8 +261,11 @@ Partial Class dlgColumnStats Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgColumnStats" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Column_Statistics" + Me.Text = "Column Summaries" Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgColumnStats.resx b/instat/dlgColumnStats.resx index e4cd1b2cf95..29dcb1b3a35 100644 --- a/instat/dlgColumnStats.resx +++ b/instat/dlgColumnStats.resx @@ -117,442 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 273, 9 - - - 125, 13 - - - 1 - - - Variable(s) to Summarise: - - - lblSelectedVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 272, 176 - - - 76, 13 - - - 5 - - - Summarise By: - - - lblSummariseBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - NoControl - - - 190, 114 - - - 62, 26 - - - 20 - - - Options - - - cmdMissingOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 0 - - - 25, 42 - - - 218, 20 - - - 1 - - - ucrChkOriginalLevel - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 6, 17 - - - 237, 20 - - - 0 - - - ucrChkStoreResults - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 6, 117 - - - 178, 20 - - - 4 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 6, 67 - - - 246, 20 - - - 2 - - - ucrChkPrintOutput - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - 6, 92 - - - 237, 20 - - - 3 - - - ucrChkDropUnusedLevels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 5 - - - 10, 196 - - - 258, 155 - - - 7 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 274, 302 - - - 134, 23 - - - 8 - - - Summaries... - - - cmdSummaries - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - NoControl - - - 274, 328 - - - 134, 23 - - - 9 - - - Prop. and Percentages... - - - cmdProportionsPercentages - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 274, 127 - - - 119, 20 - - - 3 - - - ucrChkWeights - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 416, 419 - - - 274, 190 - - - 0, 0, 0, 0 - - - 133, 100 - - - 6 - - - ucrReceiverByFactor - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 274, 24 - - - 0, 0, 0, 0 - - - 133, 100 - - - 2 - - - ucrReceiverSelectedVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForColumnStatistics - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 363 - - - 405, 53 - - - 10 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - CenterScreen - - - Column Summaries - - - dlgColumnStats - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 274, 150 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverWeights - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgColumnStructures.Designer.vb b/instat/dlgColumnStructures.Designer.vb index 6adf831b883..1263e88b069 100644 --- a/instat/dlgColumnStructures.Designer.vb +++ b/instat/dlgColumnStructures.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgColumnStructure 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgColumnStructure)) Me.lblMeasurement = New System.Windows.Forms.Label() Me.lblTreatment = New System.Windows.Forms.Label() Me.lblLayout = New System.Windows.Forms.Label() @@ -52,69 +51,106 @@ Partial Class dlgColumnStructure ' 'lblMeasurement ' - resources.ApplyResources(Me.lblMeasurement, "lblMeasurement") + Me.lblMeasurement.AutoSize = True + Me.lblMeasurement.Location = New System.Drawing.Point(261, 231) Me.lblMeasurement.Name = "lblMeasurement" + Me.lblMeasurement.Size = New System.Drawing.Size(74, 13) + Me.lblMeasurement.TabIndex = 5 + Me.lblMeasurement.Text = "Measurement:" ' 'lblTreatment ' - resources.ApplyResources(Me.lblTreatment, "lblTreatment") + Me.lblTreatment.AutoSize = True + Me.lblTreatment.Location = New System.Drawing.Point(261, 138) Me.lblTreatment.Name = "lblTreatment" + Me.lblTreatment.Size = New System.Drawing.Size(58, 13) + Me.lblTreatment.TabIndex = 3 + Me.lblTreatment.Text = "Treatment:" ' 'lblLayout ' - resources.ApplyResources(Me.lblLayout, "lblLayout") + Me.lblLayout.AutoSize = True + Me.lblLayout.Location = New System.Drawing.Point(261, 45) Me.lblLayout.Name = "lblLayout" + Me.lblLayout.Size = New System.Drawing.Size(42, 13) + Me.lblLayout.TabIndex = 1 + Me.lblLayout.Text = "Layout:" ' 'ucrChkColourColumnsByStructure ' + Me.ucrChkColourColumnsByStructure.AutoSize = True Me.ucrChkColourColumnsByStructure.Checked = False - resources.ApplyResources(Me.ucrChkColourColumnsByStructure, "ucrChkColourColumnsByStructure") + Me.ucrChkColourColumnsByStructure.Location = New System.Drawing.Point(10, 206) Me.ucrChkColourColumnsByStructure.Name = "ucrChkColourColumnsByStructure" + Me.ucrChkColourColumnsByStructure.Size = New System.Drawing.Size(210, 23) + Me.ucrChkColourColumnsByStructure.TabIndex = 7 ' 'ucrReceiverMeasurement ' + Me.ucrReceiverMeasurement.AutoSize = True Me.ucrReceiverMeasurement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMeasurement, "ucrReceiverMeasurement") + Me.ucrReceiverMeasurement.Location = New System.Drawing.Point(261, 246) + Me.ucrReceiverMeasurement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMeasurement.Name = "ucrReceiverMeasurement" Me.ucrReceiverMeasurement.Selector = Nothing + Me.ucrReceiverMeasurement.Size = New System.Drawing.Size(120, 76) Me.ucrReceiverMeasurement.strNcFilePath = "" + Me.ucrReceiverMeasurement.TabIndex = 6 Me.ucrReceiverMeasurement.ucrSelector = Nothing ' 'ucrReceiverTreatment ' + Me.ucrReceiverTreatment.AutoSize = True Me.ucrReceiverTreatment.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTreatment, "ucrReceiverTreatment") + Me.ucrReceiverTreatment.Location = New System.Drawing.Point(261, 153) + Me.ucrReceiverTreatment.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTreatment.Name = "ucrReceiverTreatment" Me.ucrReceiverTreatment.Selector = Nothing + Me.ucrReceiverTreatment.Size = New System.Drawing.Size(120, 73) Me.ucrReceiverTreatment.strNcFilePath = "" + Me.ucrReceiverTreatment.TabIndex = 4 Me.ucrReceiverTreatment.ucrSelector = Nothing ' 'ucrReceiverLayout ' + Me.ucrReceiverLayout.AutoSize = True Me.ucrReceiverLayout.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLayout, "ucrReceiverLayout") + Me.ucrReceiverLayout.Location = New System.Drawing.Point(261, 60) + Me.ucrReceiverLayout.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLayout.Name = "ucrReceiverLayout" Me.ucrReceiverLayout.Selector = Nothing + Me.ucrReceiverLayout.Size = New System.Drawing.Size(120, 74) Me.ucrReceiverLayout.strNcFilePath = "" + Me.ucrReceiverLayout.TabIndex = 2 Me.ucrReceiverLayout.ucrSelector = Nothing ' 'ucrSelectorColumnStructure ' + Me.ucrSelectorColumnStructure.AutoSize = True Me.ucrSelectorColumnStructure.bDropUnusedFilterLevels = False Me.ucrSelectorColumnStructure.bShowHiddenColumns = False Me.ucrSelectorColumnStructure.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorColumnStructure, "ucrSelectorColumnStructure") + Me.ucrSelectorColumnStructure.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorColumnStructure.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumnStructure.Name = "ucrSelectorColumnStructure" + Me.ucrSelectorColumnStructure.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorColumnStructure.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 334) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'dlgColumnStructure ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 391) Me.Controls.Add(Me.ucrChkColourColumnsByStructure) Me.Controls.Add(Me.lblMeasurement) Me.Controls.Add(Me.lblTreatment) @@ -128,7 +164,9 @@ Partial Class dlgColumnStructure Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgColumnStructure" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Column_Structure" + Me.Text = "Column Structure" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgColumnStructures.resx b/instat/dlgColumnStructures.resx index 059a40124de..29dcb1b3a35 100644 --- a/instat/dlgColumnStructures.resx +++ b/instat/dlgColumnStructures.resx @@ -117,253 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 261, 231 - - - 74, 13 - - - 5 - - - Measurement: - - - lblMeasurement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 261, 138 - - - 58, 13 - - - 3 - - - Treatment: - - - lblTreatment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 261, 45 - - - 42, 13 - - - 1 - - - Layout: - - - lblLayout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 10, 206 - - - 210, 20 - - - 7 - - - ucrChkColourColumnsByStructure - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 415, 391 - - - 261, 153 - - - - 0, 0, 0, 0 - - - 120, 73 - - - 4 - - - ucrReceiverTreatment - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 261, 60 - - - 0, 0, 0, 0 - - - 120, 74 - - - 2 - - - ucrReceiverLayout - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorColumnStructure - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 334 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - Column Structure - - - dlgColumnStructure - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 246 - - - 0, 0, 0, 0 - - - 120, 76 - - - 6 - - - ucrReceiverMeasurement - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgCombine.Designer.vb b/instat/dlgCombine.Designer.vb index 9603f22d636..bc3e6c7f671 100644 --- a/instat/dlgCombine.Designer.vb +++ b/instat/dlgCombine.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCombine 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCombine)) Me.lblFactors = New System.Windows.Forms.Label() Me.lblSeparator = New System.Windows.Forms.Label() Me.ucrChkLexOrder = New instat.ucrCheck() @@ -52,66 +51,102 @@ Partial Class dlgCombine ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactors.Location = New System.Drawing.Point(247, 44) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(100, 15) + Me.lblFactors.TabIndex = 1 Me.lblFactors.Tag = "Factors_Selected:" + Me.lblFactors.Text = "Factors Selected:" ' 'lblSeparator ' - resources.ApplyResources(Me.lblSeparator, "lblSeparator") + Me.lblSeparator.AutoSize = True + Me.lblSeparator.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeparator.Location = New System.Drawing.Point(250, 194) Me.lblSeparator.Name = "lblSeparator" + Me.lblSeparator.Size = New System.Drawing.Size(56, 13) + Me.lblSeparator.TabIndex = 4 + Me.lblSeparator.Text = "Separator:" ' 'ucrChkLexOrder ' + Me.ucrChkLexOrder.AutoSize = True Me.ucrChkLexOrder.Checked = False - resources.ApplyResources(Me.ucrChkLexOrder, "ucrChkLexOrder") + Me.ucrChkLexOrder.Location = New System.Drawing.Point(250, 218) Me.ucrChkLexOrder.Name = "ucrChkLexOrder" + Me.ucrChkLexOrder.Size = New System.Drawing.Size(133, 23) + Me.ucrChkLexOrder.TabIndex = 6 ' 'ucrInputSeparator ' Me.ucrInputSeparator.AddQuotesIfUnrecognised = True + Me.ucrInputSeparator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSeparator.GetSetSelectedIndex = -1 Me.ucrInputSeparator.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSeparator, "ucrInputSeparator") + Me.ucrInputSeparator.Location = New System.Drawing.Point(321, 192) Me.ucrInputSeparator.Name = "ucrInputSeparator" + Me.ucrInputSeparator.Size = New System.Drawing.Size(87, 21) + Me.ucrInputSeparator.TabIndex = 5 ' 'ucrNewColName ' - resources.ApplyResources(Me.ucrNewColName, "ucrNewColName") + Me.ucrNewColName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColName.Location = New System.Drawing.Point(10, 246) + Me.ucrNewColName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColName.Name = "ucrNewColName" + Me.ucrNewColName.Size = New System.Drawing.Size(294, 22) + Me.ucrNewColName.TabIndex = 7 ' 'ucrChkDropUnusedLevels ' + Me.ucrChkDropUnusedLevels.AutoSize = True Me.ucrChkDropUnusedLevels.Checked = False - resources.ApplyResources(Me.ucrChkDropUnusedLevels, "ucrChkDropUnusedLevels") + Me.ucrChkDropUnusedLevels.Location = New System.Drawing.Point(250, 166) Me.ucrChkDropUnusedLevels.Name = "ucrChkDropUnusedLevels" + Me.ucrChkDropUnusedLevels.Size = New System.Drawing.Size(170, 23) + Me.ucrChkDropUnusedLevels.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 278) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'ucrFactorsReceiver ' + Me.ucrFactorsReceiver.AutoSize = True Me.ucrFactorsReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorsReceiver, "ucrFactorsReceiver") + Me.ucrFactorsReceiver.Location = New System.Drawing.Point(250, 59) + Me.ucrFactorsReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorsReceiver.Name = "ucrFactorsReceiver" Me.ucrFactorsReceiver.Selector = Nothing + Me.ucrFactorsReceiver.Size = New System.Drawing.Size(120, 100) Me.ucrFactorsReceiver.strNcFilePath = "" + Me.ucrFactorsReceiver.TabIndex = 2 Me.ucrFactorsReceiver.ucrSelector = Nothing ' 'ucrSelectorCombineFactors ' + Me.ucrSelectorCombineFactors.AutoSize = True Me.ucrSelectorCombineFactors.bDropUnusedFilterLevels = False Me.ucrSelectorCombineFactors.bShowHiddenColumns = False Me.ucrSelectorCombineFactors.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCombineFactors, "ucrSelectorCombineFactors") + Me.ucrSelectorCombineFactors.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorCombineFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCombineFactors.Name = "ucrSelectorCombineFactors" + Me.ucrSelectorCombineFactors.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCombineFactors.TabIndex = 0 ' 'dlgCombine ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 333) Me.Controls.Add(Me.lblSeparator) Me.Controls.Add(Me.ucrChkLexOrder) Me.Controls.Add(Me.ucrInputSeparator) @@ -125,7 +160,9 @@ Partial Class dlgCombine Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCombine" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Combine_Factors" + Me.Text = "Combine Factors" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCombine.resx b/instat/dlgCombine.resx index 618bf0df79a..29dcb1b3a35 100644 --- a/instat/dlgCombine.resx +++ b/instat/dlgCombine.resx @@ -117,247 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 247, 44 - - - 100, 15 - - - - 1 - - - Factors Selected: - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 250, 194 - - - 56, 13 - - - 4 - - - Separator: - - - lblSeparator - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 250, 218 - - - 133, 20 - - - 6 - - - ucrChkLexOrder - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 321, 192 - - - 87, 21 - - - 5 - - - ucrInputSeparator - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 246 - - - 4, 5, 4, 5 - - - 294, 22 - - - 7 - - - ucrNewColName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 250, 166 - - - 170, 20 - - - 3 - - - ucrChkDropUnusedLevels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 278 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 420, 333 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorCombineFactors - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - CenterScreen - - - Combine Factors - - - dlgCombine - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 59 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrFactorsReceiver - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgCombineText.Designer.vb b/instat/dlgCombineText.Designer.vb index f6b0e82d996..44db4e10869 100644 --- a/instat/dlgCombineText.Designer.vb +++ b/instat/dlgCombineText.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCombineText 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCombineText)) Me.lblSeparator = New System.Windows.Forms.Label() Me.lblColumnsToCobine = New System.Windows.Forms.Label() Me.ucrSaveColumn = New instat.ucrSave() @@ -50,54 +49,83 @@ Partial Class dlgCombineText ' 'lblSeparator ' - resources.ApplyResources(Me.lblSeparator, "lblSeparator") + Me.lblSeparator.AutoSize = True + Me.lblSeparator.Location = New System.Drawing.Point(248, 167) Me.lblSeparator.Name = "lblSeparator" + Me.lblSeparator.Size = New System.Drawing.Size(56, 13) + Me.lblSeparator.TabIndex = 3 + Me.lblSeparator.Text = "Separator:" ' 'lblColumnsToCobine ' - resources.ApplyResources(Me.lblColumnsToCobine, "lblColumnsToCobine") + Me.lblColumnsToCobine.AutoSize = True + Me.lblColumnsToCobine.Location = New System.Drawing.Point(248, 46) Me.lblColumnsToCobine.Name = "lblColumnsToCobine" + Me.lblColumnsToCobine.Size = New System.Drawing.Size(106, 13) + Me.lblColumnsToCobine.TabIndex = 1 Me.lblColumnsToCobine.Tag = "Columns_to_Combine:" + Me.lblColumnsToCobine.Text = "Columns to Combine:" ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(10, 209) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(280, 22) + Me.ucrSaveColumn.TabIndex = 5 ' 'ucrInputSeparator ' Me.ucrInputSeparator.AddQuotesIfUnrecognised = True + Me.ucrInputSeparator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSeparator.GetSetSelectedIndex = -1 Me.ucrInputSeparator.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSeparator, "ucrInputSeparator") + Me.ucrInputSeparator.Location = New System.Drawing.Point(247, 182) Me.ucrInputSeparator.Name = "ucrInputSeparator" + Me.ucrInputSeparator.Size = New System.Drawing.Size(120, 21) + Me.ucrInputSeparator.TabIndex = 4 ' 'ucrReceiverCombineText ' + Me.ucrReceiverCombineText.AutoSize = True Me.ucrReceiverCombineText.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCombineText, "ucrReceiverCombineText") + Me.ucrReceiverCombineText.Location = New System.Drawing.Point(247, 61) + Me.ucrReceiverCombineText.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCombineText.Name = "ucrReceiverCombineText" Me.ucrReceiverCombineText.Selector = Nothing + Me.ucrReceiverCombineText.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverCombineText.strNcFilePath = "" + Me.ucrReceiverCombineText.TabIndex = 2 Me.ucrReceiverCombineText.ucrSelector = Nothing ' 'ucrSelectorForCombineText ' + Me.ucrSelectorForCombineText.AutoSize = True Me.ucrSelectorForCombineText.bDropUnusedFilterLevels = False Me.ucrSelectorForCombineText.bShowHiddenColumns = False Me.ucrSelectorForCombineText.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForCombineText, "ucrSelectorForCombineText") + Me.ucrSelectorForCombineText.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForCombineText.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForCombineText.Name = "ucrSelectorForCombineText" + Me.ucrSelectorForCombineText.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForCombineText.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 236) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'dlgCombineText ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 297) Me.Controls.Add(Me.ucrSaveColumn) Me.Controls.Add(Me.ucrInputSeparator) Me.Controls.Add(Me.lblColumnsToCobine) @@ -109,7 +137,9 @@ Partial Class dlgCombineText Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCombineText" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Combine_Text_Columns" + Me.Text = "Combine Text Columns" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCombineText.resx b/instat/dlgCombineText.resx index 090c0a21496..29dcb1b3a35 100644 --- a/instat/dlgCombineText.resx +++ b/instat/dlgCombineText.resx @@ -117,202 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 248, 167 - - - 56, 13 - - - 3 - - - Separator: - - - lblSeparator - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 248, 46 - - - 106, 13 - - - 1 - - - Columns to Combine: - - - lblColumnsToCobine - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 209 - - - - 4, 5, 4, 5 - - - 280, 22 - - - 5 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 247, 182 - - - 120, 21 - - - 4 - - - ucrInputSeparator - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 415, 297 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForCombineText - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 10, 236 - - - 410, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Combine Text Columns - - - dlgCombineText - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247, 61 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverCombineText - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgCombineforGraphics.Designer.vb b/instat/dlgCombineforGraphics.Designer.vb index ad871f54fc2..c3d019ac8c7 100644 --- a/instat/dlgCombineforGraphics.Designer.vb +++ b/instat/dlgCombineforGraphics.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCombineforGraphics 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCombineforGraphics)) Me.lblGraphsToCombine = New System.Windows.Forms.Label() Me.cmdOptions = New System.Windows.Forms.Button() Me.ucrSave = New instat.ucrSave() @@ -49,46 +48,71 @@ Partial Class dlgCombineforGraphics ' 'lblGraphsToCombine ' - resources.ApplyResources(Me.lblGraphsToCombine, "lblGraphsToCombine") + Me.lblGraphsToCombine.AutoSize = True + Me.lblGraphsToCombine.Location = New System.Drawing.Point(255, 45) Me.lblGraphsToCombine.Name = "lblGraphsToCombine" + Me.lblGraphsToCombine.Size = New System.Drawing.Size(104, 13) + Me.lblGraphsToCombine.TabIndex = 1 + Me.lblGraphsToCombine.Text = "Graphs To Combine:" ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Location = New System.Drawing.Point(10, 199) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdOptions.TabIndex = 3 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'ucrSave ' - resources.ApplyResources(Me.ucrSave, "ucrSave") + Me.ucrSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSave.Location = New System.Drawing.Point(10, 231) + Me.ucrSave.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSave.Name = "ucrSave" + Me.ucrSave.Size = New System.Drawing.Size(289, 24) + Me.ucrSave.TabIndex = 4 ' 'ucrCombineGraphReceiver ' + Me.ucrCombineGraphReceiver.AutoSize = True Me.ucrCombineGraphReceiver.frmParent = Me - resources.ApplyResources(Me.ucrCombineGraphReceiver, "ucrCombineGraphReceiver") + Me.ucrCombineGraphReceiver.Location = New System.Drawing.Point(255, 60) + Me.ucrCombineGraphReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrCombineGraphReceiver.Name = "ucrCombineGraphReceiver" Me.ucrCombineGraphReceiver.Selector = Nothing + Me.ucrCombineGraphReceiver.Size = New System.Drawing.Size(120, 100) Me.ucrCombineGraphReceiver.strNcFilePath = "" + Me.ucrCombineGraphReceiver.TabIndex = 2 Me.ucrCombineGraphReceiver.ucrSelector = Nothing ' 'ucrCombineGraphSelector ' + Me.ucrCombineGraphSelector.AutoSize = True Me.ucrCombineGraphSelector.bDropUnusedFilterLevels = False Me.ucrCombineGraphSelector.bShowHiddenColumns = False Me.ucrCombineGraphSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrCombineGraphSelector, "ucrCombineGraphSelector") + Me.ucrCombineGraphSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrCombineGraphSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrCombineGraphSelector.Name = "ucrCombineGraphSelector" + Me.ucrCombineGraphSelector.Size = New System.Drawing.Size(213, 195) + Me.ucrCombineGraphSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 258) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'dlgCombineforGraphics ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 314) Me.Controls.Add(Me.ucrSave) Me.Controls.Add(Me.cmdOptions) Me.Controls.Add(Me.lblGraphsToCombine) @@ -99,7 +123,9 @@ Partial Class dlgCombineforGraphics Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCombineforGraphics" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Combine_Graphs" + Me.Text = "Combine Graphs" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCombineforGraphics.resx b/instat/dlgCombineforGraphics.resx index d69151870a4..29dcb1b3a35 100644 --- a/instat/dlgCombineforGraphics.resx +++ b/instat/dlgCombineforGraphics.resx @@ -117,178 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 255, 45 - - - 104, 13 - - - 1 - - - Graphs To Combine: - - - lblGraphsToCombine - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 199 - - - 148, 23 - - - 3 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 231 - - - - 4, 5, 4, 5 - - - 289, 24 - - - 4 - - - ucrSave - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 414, 314 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 195 - - - 0 - - - ucrCombineGraphSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 258 - - - 410, 53 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Combine Graphs - - - dlgCombineforGraphics - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrCombineGraphReceiver - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgCompare.Designer.vb b/instat/dlgCompare.Designer.vb index bf6f2aa03f1..072b50dfedb 100644 --- a/instat/dlgCompare.Designer.vb +++ b/instat/dlgCompare.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCompare 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCompare)) Me.lblStation = New System.Windows.Forms.Label() Me.lblSateliteElement = New System.Windows.Forms.Label() Me.lblStationElement = New System.Windows.Forms.Label() @@ -44,128 +43,205 @@ Partial Class dlgCompare ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(259, 190) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 8 + Me.lblStation.Text = "Station:" ' 'lblSateliteElement ' - resources.ApplyResources(Me.lblSateliteElement, "lblSateliteElement") + Me.lblSateliteElement.AutoSize = True + Me.lblSateliteElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSateliteElement.Location = New System.Drawing.Point(259, 84) Me.lblSateliteElement.Name = "lblSateliteElement" + Me.lblSateliteElement.Size = New System.Drawing.Size(86, 13) + Me.lblSateliteElement.TabIndex = 4 + Me.lblSateliteElement.Text = "Satelite Element:" ' 'lblStationElement ' - resources.ApplyResources(Me.lblStationElement, "lblStationElement") + Me.lblStationElement.AutoSize = True + Me.lblStationElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStationElement.Location = New System.Drawing.Point(258, 137) Me.lblStationElement.Name = "lblStationElement" + Me.lblStationElement.Size = New System.Drawing.Size(84, 13) + Me.lblStationElement.TabIndex = 6 + Me.lblStationElement.Text = "Station Element:" ' 'lblWithinYear ' - resources.ApplyResources(Me.lblWithinYear, "lblWithinYear") + Me.lblWithinYear.AutoSize = True + Me.lblWithinYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWithinYear.Location = New System.Drawing.Point(261, 230) Me.lblWithinYear.Name = "lblWithinYear" + Me.lblWithinYear.Size = New System.Drawing.Size(79, 26) + Me.lblWithinYear.TabIndex = 10 + Me.lblWithinYear.Text = "Mean for each:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Within Year)" ' 'rdoAnomalies ' - resources.ApplyResources(Me.rdoAnomalies, "rdoAnomalies") + Me.rdoAnomalies.Appearance = System.Windows.Forms.Appearance.Button Me.rdoAnomalies.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoAnomalies.FlatAppearance.BorderSize = 2 Me.rdoAnomalies.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoAnomalies.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoAnomalies.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAnomalies.Location = New System.Drawing.Point(213, 12) Me.rdoAnomalies.Name = "rdoAnomalies" + Me.rdoAnomalies.Size = New System.Drawing.Size(98, 27) + Me.rdoAnomalies.TabIndex = 2 Me.rdoAnomalies.TabStop = True + Me.rdoAnomalies.Text = "Anomalies" + Me.rdoAnomalies.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoAnomalies.UseVisualStyleBackColor = True ' 'rdoDifferences ' - resources.ApplyResources(Me.rdoDifferences, "rdoDifferences") + Me.rdoDifferences.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDifferences.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDifferences.FlatAppearance.BorderSize = 2 Me.rdoDifferences.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDifferences.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDifferences.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDifferences.Location = New System.Drawing.Point(117, 12) Me.rdoDifferences.Name = "rdoDifferences" + Me.rdoDifferences.Size = New System.Drawing.Size(98, 27) + Me.rdoDifferences.TabIndex = 1 Me.rdoDifferences.TabStop = True + Me.rdoDifferences.Text = "Differences" + Me.rdoDifferences.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDifferences.UseVisualStyleBackColor = True ' 'ucrSaveSecondCol ' - resources.ApplyResources(Me.ucrSaveSecondCol, "ucrSaveSecondCol") + Me.ucrSaveSecondCol.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveSecondCol.Location = New System.Drawing.Point(10, 343) + Me.ucrSaveSecondCol.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveSecondCol.Name = "ucrSaveSecondCol" + Me.ucrSaveSecondCol.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveSecondCol.TabIndex = 24 ' 'ucrSaveFirstCol ' - resources.ApplyResources(Me.ucrSaveFirstCol, "ucrSaveFirstCol") + Me.ucrSaveFirstCol.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveFirstCol.Location = New System.Drawing.Point(10, 312) + Me.ucrSaveFirstCol.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveFirstCol.Name = "ucrSaveFirstCol" + Me.ucrSaveFirstCol.Size = New System.Drawing.Size(350, 22) + Me.ucrSaveFirstCol.TabIndex = 23 ' 'ucrReceiverWithinYear ' + Me.ucrReceiverWithinYear.AutoSize = True Me.ucrReceiverWithinYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWithinYear, "ucrReceiverWithinYear") + Me.ucrReceiverWithinYear.Location = New System.Drawing.Point(261, 259) + Me.ucrReceiverWithinYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWithinYear.Name = "ucrReceiverWithinYear" Me.ucrReceiverWithinYear.Selector = Nothing + Me.ucrReceiverWithinYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWithinYear.strNcFilePath = "" + Me.ucrReceiverWithinYear.TabIndex = 11 Me.ucrReceiverWithinYear.ucrSelector = Nothing ' 'ucrReceiverStationElement ' + Me.ucrReceiverStationElement.AutoSize = True Me.ucrReceiverStationElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStationElement, "ucrReceiverStationElement") + Me.ucrReceiverStationElement.Location = New System.Drawing.Point(261, 153) + Me.ucrReceiverStationElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationElement.Name = "ucrReceiverStationElement" Me.ucrReceiverStationElement.Selector = Nothing + Me.ucrReceiverStationElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStationElement.strNcFilePath = "" + Me.ucrReceiverStationElement.TabIndex = 7 Me.ucrReceiverStationElement.ucrSelector = Nothing ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(261, 206) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 9 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverSateliteElement ' + Me.ucrReceiverSateliteElement.AutoSize = True Me.ucrReceiverSateliteElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSateliteElement, "ucrReceiverSateliteElement") + Me.ucrReceiverSateliteElement.Location = New System.Drawing.Point(261, 100) + Me.ucrReceiverSateliteElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSateliteElement.Name = "ucrReceiverSateliteElement" Me.ucrReceiverSateliteElement.Selector = Nothing + Me.ucrReceiverSateliteElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSateliteElement.strNcFilePath = "" + Me.ucrReceiverSateliteElement.TabIndex = 5 Me.ucrReceiverSateliteElement.ucrSelector = Nothing ' 'ucrNudMovingAverage ' + Me.ucrNudMovingAverage.AutoSize = True Me.ucrNudMovingAverage.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMovingAverage.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMovingAverage, "ucrNudMovingAverage") + Me.ucrNudMovingAverage.Location = New System.Drawing.Point(175, 280) Me.ucrNudMovingAverage.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMovingAverage.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMovingAverage.Name = "ucrNudMovingAverage" + Me.ucrNudMovingAverage.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMovingAverage.TabIndex = 13 Me.ucrNudMovingAverage.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlCompare ' - resources.ApplyResources(Me.ucrPnlCompare, "ucrPnlCompare") + Me.ucrPnlCompare.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlCompare.Location = New System.Drawing.Point(101, 8) Me.ucrPnlCompare.Name = "ucrPnlCompare" + Me.ucrPnlCompare.Size = New System.Drawing.Size(225, 35) + Me.ucrPnlCompare.TabIndex = 0 ' 'ucrChkMovingAverage ' + Me.ucrChkMovingAverage.AutoSize = True Me.ucrChkMovingAverage.Checked = False - resources.ApplyResources(Me.ucrChkMovingAverage, "ucrChkMovingAverage") + Me.ucrChkMovingAverage.Location = New System.Drawing.Point(10, 280) Me.ucrChkMovingAverage.Name = "ucrChkMovingAverage" + Me.ucrChkMovingAverage.Size = New System.Drawing.Size(144, 23) + Me.ucrChkMovingAverage.TabIndex = 12 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 373) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 22 ' 'ucrSelectorCompare ' + Me.ucrSelectorCompare.AutoSize = True Me.ucrSelectorCompare.bDropUnusedFilterLevels = False Me.ucrSelectorCompare.bShowHiddenColumns = False Me.ucrSelectorCompare.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCompare, "ucrSelectorCompare") + Me.ucrSelectorCompare.Location = New System.Drawing.Point(10, 71) + Me.ucrSelectorCompare.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCompare.Name = "ucrSelectorCompare" + Me.ucrSelectorCompare.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCompare.TabIndex = 3 ' 'dlgCompare ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 427) Me.Controls.Add(Me.ucrSaveSecondCol) Me.Controls.Add(Me.ucrSaveFirstCol) Me.Controls.Add(Me.ucrReceiverWithinYear) @@ -187,6 +263,8 @@ Partial Class dlgCompare Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCompare" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Compare Satellite Data" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCompare.resx b/instat/dlgCompare.resx index 31a842846fa..29dcb1b3a35 100644 --- a/instat/dlgCompare.resx +++ b/instat/dlgCompare.resx @@ -117,479 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 259, 190 - - - 43, 13 - - - 8 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 259, 84 - - - 86, 13 - - - 4 - - - Satelite Element: - - - lblSateliteElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 258, 137 - - - 84, 13 - - - 6 - - - Station Element: - - - lblStationElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 261, 230 - - - 79, 26 - - - 10 - - - Mean for each: -(Within Year) - - - lblWithinYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - Button - - - Flat - - - NoControl - - - 213, 12 - - - 98, 27 - - - 2 - - - Anomalies - - - MiddleCenter - - - rdoAnomalies - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - NoControl - - - 117, 12 - - - 98, 27 - - - 1 - - - Differences - - - MiddleCenter - - - rdoDifferences - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 10, 343 - - - 4, 5, 4, 5 - - - 320, 24 - - - 24 - - - ucrSaveSecondCol - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 312 - - - 4, 5, 4, 5 - - - 350, 22 - - - 23 - - - ucrSaveFirstCol - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 415, 427 - - - 261, 153 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverStationElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 261, 206 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 261, 100 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverSateliteElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 175, 280 - - - 50, 20 - - - 13 - - - ucrNudMovingAverage - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 101, 8 - - - 225, 35 - - - 0 - - - ucrPnlCompare - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 280 - - - 144, 20 - - - 12 - - - ucrChkMovingAverage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - 10, 373 - - - 410, 52 - - - 22 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 10, 71 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorCompare - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Compare Satellite Data - - - dlgCompare - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 261, 259 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverWithinYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgCompareColumns.Designer.vb b/instat/dlgCompareColumns.Designer.vb index dfb5a31a4dd..a4aea7b3a63 100644 --- a/instat/dlgCompareColumns.Designer.vb +++ b/instat/dlgCompareColumns.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCompareColumns 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCompareColumns)) Me.lblFirstColumn = New System.Windows.Forms.Label() Me.lblSecondColumn = New System.Windows.Forms.Label() Me.grpComparisions = New System.Windows.Forms.GroupBox() @@ -48,13 +47,23 @@ Partial Class dlgCompareColumns ' 'lblFirstColumn ' - resources.ApplyResources(Me.lblFirstColumn, "lblFirstColumn") + Me.lblFirstColumn.AutoSize = True + Me.lblFirstColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstColumn.Location = New System.Drawing.Point(267, 83) Me.lblFirstColumn.Name = "lblFirstColumn" + Me.lblFirstColumn.Size = New System.Drawing.Size(67, 13) + Me.lblFirstColumn.TabIndex = 1 + Me.lblFirstColumn.Text = "First Column:" ' 'lblSecondColumn ' - resources.ApplyResources(Me.lblSecondColumn, "lblSecondColumn") + Me.lblSecondColumn.AutoSize = True + Me.lblSecondColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondColumn.Location = New System.Drawing.Point(267, 136) Me.lblSecondColumn.Name = "lblSecondColumn" + Me.lblSecondColumn.Size = New System.Drawing.Size(85, 13) + Me.lblSecondColumn.TabIndex = 3 + Me.lblSecondColumn.Text = "Second Column:" ' 'grpComparisions ' @@ -63,132 +72,204 @@ Partial Class dlgCompareColumns Me.grpComparisions.Controls.Add(Me.ucrChkIntersection) Me.grpComparisions.Controls.Add(Me.ucrChkSecondNotFirst) Me.grpComparisions.Controls.Add(Me.ucrChkFirstNotSecond) - resources.ApplyResources(Me.grpComparisions, "grpComparisions") + Me.grpComparisions.Location = New System.Drawing.Point(10, 270) Me.grpComparisions.Name = "grpComparisions" + Me.grpComparisions.Size = New System.Drawing.Size(342, 154) + Me.grpComparisions.TabIndex = 7 Me.grpComparisions.TabStop = False + Me.grpComparisions.Text = "Comparisons to Display:" ' 'ucrChkAllValues ' + Me.ucrChkAllValues.AutoSize = True Me.ucrChkAllValues.Checked = False - resources.ApplyResources(Me.ucrChkAllValues, "ucrChkAllValues") + Me.ucrChkAllValues.Location = New System.Drawing.Point(11, 122) Me.ucrChkAllValues.Name = "ucrChkAllValues" + Me.ucrChkAllValues.Size = New System.Drawing.Size(325, 23) + Me.ucrChkAllValues.TabIndex = 4 ' 'ucrChkUnion ' + Me.ucrChkUnion.AutoSize = True Me.ucrChkUnion.Checked = False - resources.ApplyResources(Me.ucrChkUnion, "ucrChkUnion") + Me.ucrChkUnion.Location = New System.Drawing.Point(11, 98) Me.ucrChkUnion.Name = "ucrChkUnion" + Me.ucrChkUnion.Size = New System.Drawing.Size(325, 23) + Me.ucrChkUnion.TabIndex = 3 ' 'ucrChkIntersection ' + Me.ucrChkIntersection.AutoSize = True Me.ucrChkIntersection.Checked = False - resources.ApplyResources(Me.ucrChkIntersection, "ucrChkIntersection") + Me.ucrChkIntersection.Location = New System.Drawing.Point(11, 74) Me.ucrChkIntersection.Name = "ucrChkIntersection" + Me.ucrChkIntersection.Size = New System.Drawing.Size(325, 23) + Me.ucrChkIntersection.TabIndex = 2 ' 'ucrChkSecondNotFirst ' + Me.ucrChkSecondNotFirst.AutoSize = True Me.ucrChkSecondNotFirst.Checked = False - resources.ApplyResources(Me.ucrChkSecondNotFirst, "ucrChkSecondNotFirst") + Me.ucrChkSecondNotFirst.Location = New System.Drawing.Point(11, 50) Me.ucrChkSecondNotFirst.Name = "ucrChkSecondNotFirst" + Me.ucrChkSecondNotFirst.Size = New System.Drawing.Size(325, 23) + Me.ucrChkSecondNotFirst.TabIndex = 1 ' 'ucrChkFirstNotSecond ' + Me.ucrChkFirstNotSecond.AutoSize = True Me.ucrChkFirstNotSecond.Checked = False - resources.ApplyResources(Me.ucrChkFirstNotSecond, "ucrChkFirstNotSecond") + Me.ucrChkFirstNotSecond.Location = New System.Drawing.Point(11, 26) Me.ucrChkFirstNotSecond.Name = "ucrChkFirstNotSecond" + Me.ucrChkFirstNotSecond.Size = New System.Drawing.Size(325, 23) + Me.ucrChkFirstNotSecond.TabIndex = 0 ' 'lblTolerance ' - resources.ApplyResources(Me.lblTolerance, "lblTolerance") + Me.lblTolerance.AutoSize = True + Me.lblTolerance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTolerance.Location = New System.Drawing.Point(267, 200) Me.lblTolerance.Name = "lblTolerance" + Me.lblTolerance.Size = New System.Drawing.Size(61, 13) + Me.lblTolerance.TabIndex = 118 + Me.lblTolerance.Text = "Tolerance: " ' 'rdoByValue ' - resources.ApplyResources(Me.rdoByValue, "rdoByValue") + Me.rdoByValue.Appearance = System.Windows.Forms.Appearance.Button Me.rdoByValue.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoByValue.FlatAppearance.BorderSize = 2 Me.rdoByValue.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoByValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoByValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoByValue.Location = New System.Drawing.Point(215, 13) Me.rdoByValue.Name = "rdoByValue" + Me.rdoByValue.Size = New System.Drawing.Size(96, 28) + Me.rdoByValue.TabIndex = 115 Me.rdoByValue.TabStop = True Me.rdoByValue.Tag = "" + Me.rdoByValue.Text = "By Value" + Me.rdoByValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoByValue.UseVisualStyleBackColor = True ' 'rdoByRow ' - resources.ApplyResources(Me.rdoByRow, "rdoByRow") + Me.rdoByRow.Appearance = System.Windows.Forms.Appearance.Button Me.rdoByRow.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoByRow.FlatAppearance.BorderSize = 2 Me.rdoByRow.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoByRow.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoByRow.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoByRow.Location = New System.Drawing.Point(117, 13) Me.rdoByRow.Name = "rdoByRow" + Me.rdoByRow.Size = New System.Drawing.Size(98, 28) + Me.rdoByRow.TabIndex = 116 Me.rdoByRow.TabStop = True Me.rdoByRow.Tag = "" + Me.rdoByRow.Text = "By Row" + Me.rdoByRow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoByRow.UseVisualStyleBackColor = True ' 'ucrInputTolerance ' Me.ucrInputTolerance.AddQuotesIfUnrecognised = True + Me.ucrInputTolerance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTolerance.GetSetSelectedIndex = -1 Me.ucrInputTolerance.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTolerance, "ucrInputTolerance") + Me.ucrInputTolerance.Location = New System.Drawing.Point(328, 197) Me.ucrInputTolerance.Name = "ucrInputTolerance" + Me.ucrInputTolerance.Size = New System.Drawing.Size(62, 21) + Me.ucrInputTolerance.TabIndex = 120 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(101, 8) + Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(228, 37) + Me.ucrPnlOptions.TabIndex = 114 ' 'ucrSaveLogical ' - resources.ApplyResources(Me.ucrSaveLogical, "ucrSaveLogical") + Me.ucrSaveLogical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveLogical.Location = New System.Drawing.Point(11, 426) + Me.ucrSaveLogical.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveLogical.Name = "ucrSaveLogical" + Me.ucrSaveLogical.Size = New System.Drawing.Size(355, 22) + Me.ucrSaveLogical.TabIndex = 8 ' 'ucrChkSort ' + Me.ucrChkSort.AutoSize = True Me.ucrChkSort.Checked = False - resources.ApplyResources(Me.ucrChkSort, "ucrChkSort") + Me.ucrChkSort.Location = New System.Drawing.Point(276, 240) Me.ucrChkSort.Name = "ucrChkSort" + Me.ucrChkSort.Size = New System.Drawing.Size(115, 23) + Me.ucrChkSort.TabIndex = 6 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(11, 456) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'ucrReceiverSecond ' + Me.ucrReceiverSecond.AutoSize = True Me.ucrReceiverSecond.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecond, "ucrReceiverSecond") + Me.ucrReceiverSecond.Location = New System.Drawing.Point(267, 151) + Me.ucrReceiverSecond.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecond.Name = "ucrReceiverSecond" Me.ucrReceiverSecond.Selector = Nothing + Me.ucrReceiverSecond.Size = New System.Drawing.Size(124, 20) Me.ucrReceiverSecond.strNcFilePath = "" + Me.ucrReceiverSecond.TabIndex = 4 Me.ucrReceiverSecond.ucrSelector = Nothing ' 'ucrReceiverFirst ' + Me.ucrReceiverFirst.AutoSize = True Me.ucrReceiverFirst.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirst, "ucrReceiverFirst") + Me.ucrReceiverFirst.Location = New System.Drawing.Point(267, 98) + Me.ucrReceiverFirst.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirst.Name = "ucrReceiverFirst" Me.ucrReceiverFirst.Selector = Nothing + Me.ucrReceiverFirst.Size = New System.Drawing.Size(124, 20) Me.ucrReceiverFirst.strNcFilePath = "" + Me.ucrReceiverFirst.TabIndex = 2 Me.ucrReceiverFirst.ucrSelector = Nothing ' 'ucrSelectorCompareColumns ' + Me.ucrSelectorCompareColumns.AutoSize = True Me.ucrSelectorCompareColumns.bDropUnusedFilterLevels = False Me.ucrSelectorCompareColumns.bShowHiddenColumns = False Me.ucrSelectorCompareColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCompareColumns, "ucrSelectorCompareColumns") + Me.ucrSelectorCompareColumns.Location = New System.Drawing.Point(10, 48) + Me.ucrSelectorCompareColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCompareColumns.Name = "ucrSelectorCompareColumns" + Me.ucrSelectorCompareColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCompareColumns.TabIndex = 0 ' 'ucrChkUnique ' + Me.ucrChkUnique.AutoSize = True Me.ucrChkUnique.Checked = False - resources.ApplyResources(Me.ucrChkUnique, "ucrChkUnique") + Me.ucrChkUnique.Location = New System.Drawing.Point(13, 240) Me.ucrChkUnique.Name = "ucrChkUnique" + Me.ucrChkUnique.Size = New System.Drawing.Size(257, 24) + Me.ucrChkUnique.TabIndex = 5 ' 'dlgCompareColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 522) Me.Controls.Add(Me.grpComparisions) Me.Controls.Add(Me.lblTolerance) Me.Controls.Add(Me.ucrInputTolerance) @@ -209,7 +290,10 @@ Partial Class dlgCompareColumns Me.MinimizeBox = False Me.Name = "dlgCompareColumns" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Compare Columns" Me.grpComparisions.ResumeLayout(False) + Me.grpComparisions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCompareColumns.resx b/instat/dlgCompareColumns.resx index 7f10a090df9..1af7de150c9 100644 --- a/instat/dlgCompareColumns.resx +++ b/instat/dlgCompareColumns.resx @@ -117,529 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 267, 83 - - - 67, 13 - - - 1 - - - First Column: - - - lblFirstColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 267, 136 - - - 85, 13 - - - 3 - - - Second Column: - - - lblSecondColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 11, 122 - - - 325, 20 - - - 4 - - - ucrChkAllValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpComparisions - - - 0 - - - 11, 98 - - - 325, 20 - - - 3 - - - ucrChkUnion - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpComparisions - - - 1 - - - 11, 74 - - - 325, 20 - - - 2 - - - ucrChkIntersection - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpComparisions - - - 2 - - - 11, 50 - - - 325, 20 - - - 1 - - - ucrChkSecondNotFirst - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpComparisions - - - 3 - - - 11, 26 - - - 325, 20 - - - 0 - - - ucrChkFirstNotSecond - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpComparisions - - - 4 - - - 10, 270 - - - 342, 154 - - - 7 - - - Comparisons to Display: - - - grpComparisions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 267, 200 - - - 61, 13 - - - 118 - - - Tolerance: - - - lblTolerance - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 215, 13 - - - 96, 28 - - - 115 - - - By Value - - - MiddleCenter - - - rdoByValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 117, 13 - - - 98, 28 - - - 116 - - - By Row - - - MiddleCenter - - - rdoByRow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 328, 197 - - - 62, 21 - - - 120 - - - ucrInputTolerance - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 101, 8 - - - 5, 5, 5, 5 - - - 228, 37 - - - 114 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 11, 426 - - - 4, 5, 4, 5 - - - 355, 22 - - - 8 - - - ucrSaveLogical - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 276, 240 - - - 115, 20 - - - 6 - - - ucrChkSort - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 11, 456 - - - 410, 52 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 6, 13 - - - True - - - 420, 522 - - - 267, 98 - - - 0, 0, 0, 0 - - - 124, 20 - - - 2 - - - ucrReceiverFirst - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 48 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorCompareColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 13, 240 - - - 257, 24 - - - 5 - - - ucrChkUnique - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - CenterScreen - - - Compare Columns - - - dlgCompareColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 151 - - - 0, 0, 0, 0 - - - 124, 20 - - - 4 - - - ucrReceiverSecond - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - \ No newline at end of file diff --git a/instat/dlgCompareModels.Designer.vb b/instat/dlgCompareModels.Designer.vb index c0b0d374acd..7f4914933ce 100644 --- a/instat/dlgCompareModels.Designer.vb +++ b/instat/dlgCompareModels.Designer.vb @@ -71,16 +71,18 @@ Partial Class dlgCompareModels 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 320) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrDistributionForCompareModels ' + Me.ucrDistributionForCompareModels.AutoSize = True Me.ucrDistributionForCompareModels.Location = New System.Drawing.Point(13, 13) Me.ucrDistributionForCompareModels.Name = "ucrDistributionForCompareModels" - Me.ucrDistributionForCompareModels.Size = New System.Drawing.Size(221, 194) + Me.ucrDistributionForCompareModels.Size = New System.Drawing.Size(1037, 194) Me.ucrDistributionForCompareModels.TabIndex = 1 ' 'grpPlotGraphs @@ -262,8 +264,8 @@ Partial Class dlgCompareModels ' 'dlgCompareModels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(436, 384) Me.Controls.Add(Me.grpChangeLimits) diff --git a/instat/dlgCompareSummary.Designer.vb b/instat/dlgCompareSummary.Designer.vb index 594a1b2e4ea..6f7978908e1 100644 --- a/instat/dlgCompareSummary.Designer.vb +++ b/instat/dlgCompareSummary.Designer.vb @@ -129,6 +129,7 @@ Partial Class dlgCompareSummary ' 'ucrReceiverSatellite ' + Me.ucrReceiverSatellite.AutoSize = True Me.ucrReceiverSatellite.frmParent = Me Me.ucrReceiverSatellite.Location = New System.Drawing.Point(290, 132) Me.ucrReceiverSatellite.Margin = New System.Windows.Forms.Padding(0) @@ -141,30 +142,34 @@ Partial Class dlgCompareSummary ' 'ucrChkStoreResults ' + Me.ucrChkStoreResults.AutoSize = True Me.ucrChkStoreResults.Checked = False Me.ucrChkStoreResults.Location = New System.Drawing.Point(10, 255) Me.ucrChkStoreResults.Name = "ucrChkStoreResults" - Me.ucrChkStoreResults.Size = New System.Drawing.Size(273, 20) + Me.ucrChkStoreResults.Size = New System.Drawing.Size(273, 23) Me.ucrChkStoreResults.TabIndex = 11 ' 'ucrChkPrintOutput ' + Me.ucrChkPrintOutput.AutoSize = True Me.ucrChkPrintOutput.Checked = False Me.ucrChkPrintOutput.Location = New System.Drawing.Point(10, 281) Me.ucrChkPrintOutput.Name = "ucrChkPrintOutput" - Me.ucrChkPrintOutput.Size = New System.Drawing.Size(273, 20) + Me.ucrChkPrintOutput.Size = New System.Drawing.Size(273, 23) Me.ucrChkPrintOutput.TabIndex = 12 ' 'ucrChkIgnoreMissing ' + Me.ucrChkIgnoreMissing.AutoSize = True Me.ucrChkIgnoreMissing.Checked = False Me.ucrChkIgnoreMissing.Location = New System.Drawing.Point(10, 307) Me.ucrChkIgnoreMissing.Name = "ucrChkIgnoreMissing" - Me.ucrChkIgnoreMissing.Size = New System.Drawing.Size(274, 20) + Me.ucrChkIgnoreMissing.Size = New System.Drawing.Size(274, 23) Me.ucrChkIgnoreMissing.TabIndex = 13 ' 'ucrPnlObservationType ' + Me.ucrPnlObservationType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlObservationType.Location = New System.Drawing.Point(63, 4) Me.ucrPnlObservationType.Name = "ucrPnlObservationType" Me.ucrPnlObservationType.Size = New System.Drawing.Size(300, 50) @@ -172,6 +177,7 @@ Partial Class dlgCompareSummary ' 'ucrReceiverMultipleFactors ' + Me.ucrReceiverMultipleFactors.AutoSize = True Me.ucrReceiverMultipleFactors.frmParent = Me Me.ucrReceiverMultipleFactors.Location = New System.Drawing.Point(290, 253) Me.ucrReceiverMultipleFactors.Margin = New System.Windows.Forms.Padding(0) @@ -184,6 +190,7 @@ Partial Class dlgCompareSummary ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(290, 87) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -196,27 +203,29 @@ Partial Class dlgCompareSummary ' 'ucrSelectorVerificationSummary ' + Me.ucrSelectorVerificationSummary.AutoSize = True Me.ucrSelectorVerificationSummary.bDropUnusedFilterLevels = False Me.ucrSelectorVerificationSummary.bShowHiddenColumns = False Me.ucrSelectorVerificationSummary.bUseCurrentFilter = True Me.ucrSelectorVerificationSummary.Location = New System.Drawing.Point(10, 57) Me.ucrSelectorVerificationSummary.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorVerificationSummary.Name = "ucrSelectorVerificationSummary" - Me.ucrSelectorVerificationSummary.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorVerificationSummary.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorVerificationSummary.TabIndex = 4 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 385) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 15 ' 'dlgCompareSummary ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 441) Me.Controls.Add(Me.ucrReceiverSatellite) diff --git a/instat/dlgCompareTreatmentLines.Designer.vb b/instat/dlgCompareTreatmentLines.Designer.vb index ea62c3b3b80..8d66b3d98e1 100644 --- a/instat/dlgCompareTreatmentLines.Designer.vb +++ b/instat/dlgCompareTreatmentLines.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCompareTreatmentLines 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCompareTreatmentLines)) Me.lblMeasurement = New System.Windows.Forms.Label() Me.lblOption = New System.Windows.Forms.Label() Me.lblID = New System.Windows.Forms.Label() @@ -66,28 +65,53 @@ Partial Class dlgCompareTreatmentLines ' 'lblMeasurement ' - resources.ApplyResources(Me.lblMeasurement, "lblMeasurement") + Me.lblMeasurement.AutoSize = True + Me.lblMeasurement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMeasurement.Location = New System.Drawing.Point(267, 80) Me.lblMeasurement.Name = "lblMeasurement" + Me.lblMeasurement.Size = New System.Drawing.Size(74, 13) + Me.lblMeasurement.TabIndex = 4 + Me.lblMeasurement.Text = "Measurement:" ' 'lblOption ' - resources.ApplyResources(Me.lblOption, "lblOption") + Me.lblOption.AutoSize = True + Me.lblOption.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOption.Location = New System.Drawing.Point(267, 121) Me.lblOption.Name = "lblOption" + Me.lblOption.Size = New System.Drawing.Size(41, 13) + Me.lblOption.TabIndex = 6 + Me.lblOption.Text = "Option:" ' 'lblID ' - resources.ApplyResources(Me.lblID, "lblID") + Me.lblID.AutoSize = True + Me.lblID.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblID.Location = New System.Drawing.Point(267, 246) Me.lblID.Name = "lblID" + Me.lblID.Size = New System.Drawing.Size(21, 13) + Me.lblID.TabIndex = 12 + Me.lblID.Text = "ID:" ' 'lblOption1 ' - resources.ApplyResources(Me.lblOption1, "lblOption1") + Me.lblOption1.AutoSize = True + Me.lblOption1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblOption1.Location = New System.Drawing.Point(267, 162) Me.lblOption1.Name = "lblOption1" + Me.lblOption1.Size = New System.Drawing.Size(50, 13) + Me.lblOption1.TabIndex = 8 + Me.lblOption1.Text = "Option 1:" ' 'lblTreatment2 ' - resources.ApplyResources(Me.lblTreatment2, "lblTreatment2") + Me.lblTreatment2.AutoSize = True + Me.lblTreatment2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTreatment2.Location = New System.Drawing.Point(267, 204) Me.lblTreatment2.Name = "lblTreatment2" + Me.lblTreatment2.Size = New System.Drawing.Size(50, 13) + Me.lblTreatment2.TabIndex = 10 + Me.lblTreatment2.Text = "Option 2:" ' 'GroupBox1 ' @@ -100,74 +124,113 @@ Partial Class dlgCompareTreatmentLines Me.GroupBox1.Controls.Add(Me.ucrReceiverContext2) Me.GroupBox1.Controls.Add(Me.ucrInputContext1) Me.GroupBox1.Controls.Add(Me.ucrReceiverContext1) - resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Location = New System.Drawing.Point(263, 292) Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(248, 184) + Me.GroupBox1.TabIndex = 15 Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Include Contexts" ' 'lblContext3 ' - resources.ApplyResources(Me.lblContext3, "lblContext3") + Me.lblContext3.AutoSize = True + Me.lblContext3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblContext3.Location = New System.Drawing.Point(6, 115) Me.lblContext3.Name = "lblContext3" + Me.lblContext3.Size = New System.Drawing.Size(73, 13) + Me.lblContext3.TabIndex = 6 + Me.lblContext3.Text = "Third Context:" ' 'ucrInputContext3 ' Me.ucrInputContext3.AddQuotesIfUnrecognised = True + Me.ucrInputContext3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext3.GetSetSelectedIndex = -1 Me.ucrInputContext3.IsReadOnly = False - resources.ApplyResources(Me.ucrInputContext3, "ucrInputContext3") + Me.ucrInputContext3.Location = New System.Drawing.Point(141, 130) Me.ucrInputContext3.Name = "ucrInputContext3" + Me.ucrInputContext3.Size = New System.Drawing.Size(98, 21) + Me.ucrInputContext3.TabIndex = 8 ' 'ucrReceiverContext3 ' + Me.ucrReceiverContext3.AutoSize = True Me.ucrReceiverContext3.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContext3, "ucrReceiverContext3") + Me.ucrReceiverContext3.Location = New System.Drawing.Point(8, 130) + Me.ucrReceiverContext3.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContext3.Name = "ucrReceiverContext3" Me.ucrReceiverContext3.Selector = Nothing + Me.ucrReceiverContext3.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverContext3.strNcFilePath = "" + Me.ucrReceiverContext3.TabIndex = 7 Me.ucrReceiverContext3.ucrSelector = Nothing ' 'lblContext2 ' - resources.ApplyResources(Me.lblContext2, "lblContext2") + Me.lblContext2.AutoSize = True + Me.lblContext2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblContext2.Location = New System.Drawing.Point(6, 69) Me.lblContext2.Name = "lblContext2" + Me.lblContext2.Size = New System.Drawing.Size(86, 13) + Me.lblContext2.TabIndex = 3 + Me.lblContext2.Text = "Second Context:" ' 'lblContext1 ' - resources.ApplyResources(Me.lblContext1, "lblContext1") + Me.lblContext1.AutoSize = True + Me.lblContext1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblContext1.Location = New System.Drawing.Point(6, 23) Me.lblContext1.Name = "lblContext1" + Me.lblContext1.Size = New System.Drawing.Size(68, 13) + Me.lblContext1.TabIndex = 0 + Me.lblContext1.Text = "First Context:" ' 'ucrInputContext2 ' Me.ucrInputContext2.AddQuotesIfUnrecognised = True + Me.ucrInputContext2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext2.GetSetSelectedIndex = -1 Me.ucrInputContext2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputContext2, "ucrInputContext2") + Me.ucrInputContext2.Location = New System.Drawing.Point(141, 84) Me.ucrInputContext2.Name = "ucrInputContext2" + Me.ucrInputContext2.Size = New System.Drawing.Size(98, 21) + Me.ucrInputContext2.TabIndex = 5 ' 'ucrReceiverContext2 ' + Me.ucrReceiverContext2.AutoSize = True Me.ucrReceiverContext2.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContext2, "ucrReceiverContext2") + Me.ucrReceiverContext2.Location = New System.Drawing.Point(8, 84) + Me.ucrReceiverContext2.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContext2.Name = "ucrReceiverContext2" Me.ucrReceiverContext2.Selector = Nothing + Me.ucrReceiverContext2.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverContext2.strNcFilePath = "" + Me.ucrReceiverContext2.TabIndex = 4 Me.ucrReceiverContext2.ucrSelector = Nothing ' 'ucrInputContext1 ' Me.ucrInputContext1.AddQuotesIfUnrecognised = True + Me.ucrInputContext1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContext1.GetSetSelectedIndex = -1 Me.ucrInputContext1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputContext1, "ucrInputContext1") + Me.ucrInputContext1.Location = New System.Drawing.Point(141, 38) Me.ucrInputContext1.Name = "ucrInputContext1" + Me.ucrInputContext1.Size = New System.Drawing.Size(98, 21) + Me.ucrInputContext1.TabIndex = 2 ' 'ucrReceiverContext1 ' + Me.ucrReceiverContext1.AutoSize = True Me.ucrReceiverContext1.frmParent = Me - resources.ApplyResources(Me.ucrReceiverContext1, "ucrReceiverContext1") + Me.ucrReceiverContext1.Location = New System.Drawing.Point(8, 38) + Me.ucrReceiverContext1.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverContext1.Name = "ucrReceiverContext1" Me.ucrReceiverContext1.Selector = Nothing + Me.ucrReceiverContext1.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverContext1.strNcFilePath = "" + Me.ucrReceiverContext1.TabIndex = 1 Me.ucrReceiverContext1.ucrSelector = Nothing ' 'grpOptions @@ -182,162 +245,250 @@ Partial Class dlgCompareTreatmentLines Me.grpOptions.Controls.Add(Me.ucrNudTransparency) Me.grpOptions.Controls.Add(Me.ucrChkIncludeBoxplot) Me.grpOptions.Controls.Add(Me.ucrChkColourByDifference) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(7, 292) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(234, 184) + Me.grpOptions.TabIndex = 14 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrChkIncludeMeanLine ' + Me.ucrChkIncludeMeanLine.AutoSize = True Me.ucrChkIncludeMeanLine.Checked = False - resources.ApplyResources(Me.ucrChkIncludeMeanLine, "ucrChkIncludeMeanLine") + Me.ucrChkIncludeMeanLine.Location = New System.Drawing.Point(6, 48) Me.ucrChkIncludeMeanLine.Name = "ucrChkIncludeMeanLine" + Me.ucrChkIncludeMeanLine.Size = New System.Drawing.Size(178, 23) + Me.ucrChkIncludeMeanLine.TabIndex = 1 ' 'ucrChkIncludeSmoothLine ' + Me.ucrChkIncludeSmoothLine.AutoSize = True Me.ucrChkIncludeSmoothLine.Checked = False - resources.ApplyResources(Me.ucrChkIncludeSmoothLine, "ucrChkIncludeSmoothLine") + Me.ucrChkIncludeSmoothLine.Location = New System.Drawing.Point(6, 22) Me.ucrChkIncludeSmoothLine.Name = "ucrChkIncludeSmoothLine" + Me.ucrChkIncludeSmoothLine.Size = New System.Drawing.Size(222, 23) + Me.ucrChkIncludeSmoothLine.TabIndex = 0 ' 'ucrChkBoxplotOnlyComplete ' + Me.ucrChkBoxplotOnlyComplete.AutoSize = True Me.ucrChkBoxplotOnlyComplete.Checked = False - resources.ApplyResources(Me.ucrChkBoxplotOnlyComplete, "ucrChkBoxplotOnlyComplete") + Me.ucrChkBoxplotOnlyComplete.Location = New System.Drawing.Point(31, 98) Me.ucrChkBoxplotOnlyComplete.Name = "ucrChkBoxplotOnlyComplete" + Me.ucrChkBoxplotOnlyComplete.Size = New System.Drawing.Size(197, 23) + Me.ucrChkBoxplotOnlyComplete.TabIndex = 4 ' 'ucrInputHlineValue ' Me.ucrInputHlineValue.AddQuotesIfUnrecognised = True + Me.ucrInputHlineValue.AutoSize = True Me.ucrInputHlineValue.IsMultiline = False Me.ucrInputHlineValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputHlineValue, "ucrInputHlineValue") + Me.ucrInputHlineValue.Location = New System.Drawing.Point(89, 152) Me.ucrInputHlineValue.Name = "ucrInputHlineValue" + Me.ucrInputHlineValue.Size = New System.Drawing.Size(107, 21) + Me.ucrInputHlineValue.TabIndex = 7 ' 'lblHlineValue ' - resources.ApplyResources(Me.lblHlineValue, "lblHlineValue") + Me.lblHlineValue.AutoSize = True + Me.lblHlineValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHlineValue.Location = New System.Drawing.Point(44, 156) Me.lblHlineValue.Name = "lblHlineValue" + Me.lblHlineValue.Size = New System.Drawing.Size(36, 13) + Me.lblHlineValue.TabIndex = 6 + Me.lblHlineValue.Text = "At Y =" ' 'ucrChkIncludeHline ' + Me.ucrChkIncludeHline.AutoSize = True Me.ucrChkIncludeHline.Checked = False - resources.ApplyResources(Me.ucrChkIncludeHline, "ucrChkIncludeHline") + Me.ucrChkIncludeHline.Location = New System.Drawing.Point(6, 129) Me.ucrChkIncludeHline.Name = "ucrChkIncludeHline" + Me.ucrChkIncludeHline.Size = New System.Drawing.Size(222, 23) + Me.ucrChkIncludeHline.TabIndex = 5 ' 'lblTransparency ' - resources.ApplyResources(Me.lblTransparency, "lblTransparency") + Me.lblTransparency.AutoSize = True + Me.lblTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTransparency.Location = New System.Drawing.Point(31, 74) Me.lblTransparency.Name = "lblTransparency" + Me.lblTransparency.Size = New System.Drawing.Size(75, 13) + Me.lblTransparency.TabIndex = 2 + Me.lblTransparency.Text = "Transparency:" ' 'ucrNudTransparency ' + Me.ucrNudTransparency.AutoSize = True Me.ucrNudTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTransparency, "ucrNudTransparency") + Me.ucrNudTransparency.Location = New System.Drawing.Point(114, 72) Me.ucrNudTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Name = "ucrNudTransparency" + Me.ucrNudTransparency.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTransparency.TabIndex = 3 Me.ucrNudTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkIncludeBoxplot ' + Me.ucrChkIncludeBoxplot.AutoSize = True Me.ucrChkIncludeBoxplot.Checked = False - resources.ApplyResources(Me.ucrChkIncludeBoxplot, "ucrChkIncludeBoxplot") + Me.ucrChkIncludeBoxplot.Location = New System.Drawing.Point(6, 48) Me.ucrChkIncludeBoxplot.Name = "ucrChkIncludeBoxplot" + Me.ucrChkIncludeBoxplot.Size = New System.Drawing.Size(178, 23) + Me.ucrChkIncludeBoxplot.TabIndex = 14 ' 'ucrChkColourByDifference ' + Me.ucrChkColourByDifference.AutoSize = True Me.ucrChkColourByDifference.Checked = False - resources.ApplyResources(Me.ucrChkColourByDifference, "ucrChkColourByDifference") + Me.ucrChkColourByDifference.Location = New System.Drawing.Point(6, 22) Me.ucrChkColourByDifference.Name = "ucrChkColourByDifference" + Me.ucrChkColourByDifference.Size = New System.Drawing.Size(178, 23) + Me.ucrChkColourByDifference.TabIndex = 13 ' 'rdoLines ' - resources.ApplyResources(Me.rdoLines, "rdoLines") + Me.rdoLines.Appearance = System.Windows.Forms.Appearance.Button Me.rdoLines.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoLines.FlatAppearance.BorderSize = 2 Me.rdoLines.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoLines.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoLines.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLines.Location = New System.Drawing.Point(122, 15) Me.rdoLines.Name = "rdoLines" + Me.rdoLines.Size = New System.Drawing.Size(140, 28) + Me.rdoLines.TabIndex = 0 + Me.rdoLines.Text = "Connecting Lines" + Me.rdoLines.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoLines.UseVisualStyleBackColor = True ' 'rdoPoints ' - resources.ApplyResources(Me.rdoPoints, "rdoPoints") + Me.rdoPoints.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPoints.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPoints.FlatAppearance.BorderSize = 2 Me.rdoPoints.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPoints.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPoints.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPoints.Location = New System.Drawing.Point(260, 15) Me.rdoPoints.Name = "rdoPoints" + Me.rdoPoints.Size = New System.Drawing.Size(140, 28) + Me.rdoPoints.TabIndex = 1 + Me.rdoPoints.Text = "Points" + Me.rdoPoints.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPoints.UseVisualStyleBackColor = True ' 'ucrPnlCompareType ' - resources.ApplyResources(Me.ucrPnlCompareType, "ucrPnlCompareType") + Me.ucrPnlCompareType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlCompareType.Location = New System.Drawing.Point(54, 2) Me.ucrPnlCompareType.Name = "ucrPnlCompareType" + Me.ucrPnlCompareType.Size = New System.Drawing.Size(397, 62) + Me.ucrPnlCompareType.TabIndex = 2 ' 'ucrInputFactorOption2 ' Me.ucrInputFactorOption2.AddQuotesIfUnrecognised = True + Me.ucrInputFactorOption2.AutoSize = True + Me.ucrInputFactorOption2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFactorOption2.GetSetSelectedIndex = -1 Me.ucrInputFactorOption2.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFactorOption2, "ucrInputFactorOption2") + Me.ucrInputFactorOption2.Location = New System.Drawing.Point(267, 219) Me.ucrInputFactorOption2.Name = "ucrInputFactorOption2" + Me.ucrInputFactorOption2.Size = New System.Drawing.Size(0, 0) + Me.ucrInputFactorOption2.TabIndex = 11 ' 'ucrInputFactorOption1 ' Me.ucrInputFactorOption1.AddQuotesIfUnrecognised = True + Me.ucrInputFactorOption1.AutoSize = True + Me.ucrInputFactorOption1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFactorOption1.GetSetSelectedIndex = -1 Me.ucrInputFactorOption1.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFactorOption1, "ucrInputFactorOption1") + Me.ucrInputFactorOption1.Location = New System.Drawing.Point(267, 177) Me.ucrInputFactorOption1.Name = "ucrInputFactorOption1" + Me.ucrInputFactorOption1.Size = New System.Drawing.Size(0, 0) + Me.ucrInputFactorOption1.TabIndex = 9 ' 'ucrReceiverID ' + Me.ucrReceiverID.AutoSize = True Me.ucrReceiverID.frmParent = Me - resources.ApplyResources(Me.ucrReceiverID, "ucrReceiverID") + Me.ucrReceiverID.Location = New System.Drawing.Point(267, 261) + Me.ucrReceiverID.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverID.Name = "ucrReceiverID" Me.ucrReceiverID.Selector = Nothing + Me.ucrReceiverID.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverID.strNcFilePath = "" + Me.ucrReceiverID.TabIndex = 13 Me.ucrReceiverID.ucrSelector = Nothing ' 'ucrReceiverOption ' + Me.ucrReceiverOption.AutoSize = True Me.ucrReceiverOption.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOption, "ucrReceiverOption") + Me.ucrReceiverOption.Location = New System.Drawing.Point(267, 136) + Me.ucrReceiverOption.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOption.Name = "ucrReceiverOption" Me.ucrReceiverOption.Selector = Nothing + Me.ucrReceiverOption.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverOption.strNcFilePath = "" + Me.ucrReceiverOption.TabIndex = 7 Me.ucrReceiverOption.ucrSelector = Nothing ' 'ucrReceiverMeasurement ' + Me.ucrReceiverMeasurement.AutoSize = True Me.ucrReceiverMeasurement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMeasurement, "ucrReceiverMeasurement") + Me.ucrReceiverMeasurement.Location = New System.Drawing.Point(267, 95) + Me.ucrReceiverMeasurement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMeasurement.Name = "ucrReceiverMeasurement" Me.ucrReceiverMeasurement.Selector = Nothing + Me.ucrReceiverMeasurement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMeasurement.strNcFilePath = "" + Me.ucrReceiverMeasurement.TabIndex = 5 Me.ucrReceiverMeasurement.ucrSelector = Nothing ' 'ucrSelectorPlot ' + Me.ucrSelectorPlot.AutoSize = True Me.ucrSelectorPlot.bDropUnusedFilterLevels = False Me.ucrSelectorPlot.bShowHiddenColumns = False Me.ucrSelectorPlot.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorPlot, "ucrSelectorPlot") + Me.ucrSelectorPlot.Location = New System.Drawing.Point(7, 64) + Me.ucrSelectorPlot.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorPlot.Name = "ucrSelectorPlot" + Me.ucrSelectorPlot.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorPlot.TabIndex = 3 ' 'ucrSavePlot ' - resources.ApplyResources(Me.ucrSavePlot, "ucrSavePlot") + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSavePlot.Location = New System.Drawing.Point(9, 482) + Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" + Me.ucrSavePlot.Size = New System.Drawing.Size(333, 24) + Me.ucrSavePlot.TabIndex = 16 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 507) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'dlgCompareTreatmentLines ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(523, 562) Me.Controls.Add(Me.rdoPoints) Me.Controls.Add(Me.rdoLines) Me.Controls.Add(Me.ucrPnlCompareType) @@ -360,6 +511,8 @@ Partial Class dlgCompareTreatmentLines Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCompareTreatmentLines" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Compare Two Options" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.grpOptions.ResumeLayout(False) diff --git a/instat/dlgCompareTreatmentLines.resx b/instat/dlgCompareTreatmentLines.resx index 3daa9cf357c..29dcb1b3a35 100644 --- a/instat/dlgCompareTreatmentLines.resx +++ b/instat/dlgCompareTreatmentLines.resx @@ -117,961 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 267, 80 - - - 74, 13 - - - 4 - - - Measurement: - - - lblMeasurement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 267, 121 - - - 41, 13 - - - 6 - - - Option: - - - lblOption - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 267, 246 - - - 21, 13 - - - 12 - - - ID: - - - lblID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 267, 162 - - - 50, 13 - - - 8 - - - Option 1: - - - lblOption1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 267, 204 - - - 50, 13 - - - 10 - - - Option 2: - - - lblTreatment2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 6, 115 - - - 73, 13 - - - 6 - - - Third Context: - - - lblContext3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 0 - - - 141, 130 - - - 98, 21 - - - 8 - - - ucrInputContext3 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 1 - - - True - - - 6, 13 - - - True - - - 523, 562 - - - Button - - - Flat - - - NoControl - - - 260, 15 - - - 140, 28 - - - 1 - - - Points - - - MiddleCenter - - - rdoPoints - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - Flat - - - NoControl - - - 122, 15 - - - 140, 28 - - - 0 - - - Connecting Lines - - - MiddleCenter - - - rdoLines - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 54, 2 - - - 397, 62 - - - 2 - - - ucrPnlCompareType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 6, 48 - - - 178, 20 - - - 1 - - - ucrChkIncludeMeanLine - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 6, 22 - - - 222, 20 - - - 0 - - - ucrChkIncludeSmoothLine - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 31, 98 - - - 197, 17 - - - 4 - - - ucrChkBoxplotOnlyComplete - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 89, 152 - - - 107, 21 - - - 7 - - - ucrInputHlineValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - True - - - NoControl - - - 44, 156 - - - 36, 13 - - - 6 - - - At Y = - - - lblHlineValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 4 - - - 6, 129 - - - 222, 20 - - - 5 - - - ucrChkIncludeHline - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 5 - - - True - - - NoControl - - - 31, 74 - - - 75, 13 - - - 2 - - - Transparency: - - - lblTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 6 - - - 114, 72 - - - 50, 20 - - - 3 - - - ucrNudTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 7 - - - 6, 48 - - - 178, 20 - - - 14 - - - ucrChkIncludeBoxplot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 8 - - - 6, 22 - - - 178, 20 - - - 13 - - - ucrChkColourByDifference - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 9 - - - 7, 292 - - - 234, 184 - - - 14 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 267, 219 - - - 120, 21 - - - 11 - - - ucrInputFactorOption2 - - - instat.ucrInputFactorLevels, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 267, 177 - - - 120, 21 - - - 9 - - - ucrInputFactorOption1 - - - instat.ucrInputFactorLevels, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 267, 261 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverID - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 267, 136 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverOption - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 267, 95 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverMeasurement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 7, 64 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorPlot - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 9, 482 - - - 4, 5, 4, 5 - - - 333, 24 - - - 16 - - - ucrSavePlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 9, 507 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Compare Two Options - - - dlgCompareTreatmentLines - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 130 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverContext3 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 2 - - - True - - - NoControl - - - 6, 69 - - - 86, 13 - - - 3 - - - Second Context: - - - lblContext2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 3 - - - True - - - NoControl - - - 6, 23 - - - 68, 13 - - - 0 - - - First Context: - - - lblContext1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 4 - - - 141, 84 - - - 98, 21 - - - 5 - - - ucrInputContext2 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 5 - - - 8, 84 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverContext2 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 6 - - - 141, 38 - - - 98, 21 - - - 2 - - - ucrInputContext1 - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 7 - - - 8, 38 - - - 0, 0, 0, 0 - - - 120, 20 - - - 1 - - - ucrReceiverContext1 - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 8 - - - 263, 292 - - - 248, 184 - - - 15 - - - Include Contexts - - - GroupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgConditionalQuantilePlot.Designer.vb b/instat/dlgConditionalQuantilePlot.Designer.vb index fb3a0f5fa3a..fb1b62737a5 100644 --- a/instat/dlgConditionalQuantilePlot.Designer.vb +++ b/instat/dlgConditionalQuantilePlot.Designer.vb @@ -58,24 +58,27 @@ Partial Class dlgConditionalQuantilePlot 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(7, 437) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrConditionalQuantilePlotSelector ' + Me.ucrConditionalQuantilePlotSelector.AutoSize = True Me.ucrConditionalQuantilePlotSelector.bDropUnusedFilterLevels = False Me.ucrConditionalQuantilePlotSelector.bShowHiddenColumns = False Me.ucrConditionalQuantilePlotSelector.bUseCurrentFilter = True Me.ucrConditionalQuantilePlotSelector.Location = New System.Drawing.Point(9, 43) Me.ucrConditionalQuantilePlotSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrConditionalQuantilePlotSelector.Name = "ucrConditionalQuantilePlotSelector" - Me.ucrConditionalQuantilePlotSelector.Size = New System.Drawing.Size(210, 180) + Me.ucrConditionalQuantilePlotSelector.Size = New System.Drawing.Size(213, 183) Me.ucrConditionalQuantilePlotSelector.TabIndex = 3 ' 'ucrReceiverObservations ' + Me.ucrReceiverObservations.AutoSize = True Me.ucrReceiverObservations.frmParent = Me Me.ucrReceiverObservations.Location = New System.Drawing.Point(282, 78) Me.ucrReceiverObservations.Margin = New System.Windows.Forms.Padding(0) @@ -108,6 +111,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverPredictions ' + Me.ucrReceiverPredictions.AutoSize = True Me.ucrReceiverPredictions.frmParent = Me Me.ucrReceiverPredictions.Location = New System.Drawing.Point(282, 129) Me.ucrReceiverPredictions.Margin = New System.Windows.Forms.Padding(0) @@ -131,6 +135,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrNudBin ' + Me.ucrNudBin.AutoSize = True Me.ucrNudBin.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBin.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudBin.Location = New System.Drawing.Point(165, 265) @@ -143,6 +148,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrSavePlot ' + Me.ucrSavePlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSavePlot.Location = New System.Drawing.Point(9, 413) Me.ucrSavePlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSavePlot.Name = "ucrSavePlot" @@ -161,6 +167,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverMultipleFacet ' + Me.ucrReceiverMultipleFacet.AutoSize = True Me.ucrReceiverMultipleFacet.frmParent = Me Me.ucrReceiverMultipleFacet.Location = New System.Drawing.Point(282, 180) Me.ucrReceiverMultipleFacet.Margin = New System.Windows.Forms.Padding(0) @@ -174,6 +181,7 @@ Partial Class dlgConditionalQuantilePlot 'ucrInputLegendPosition ' Me.ucrInputLegendPosition.AddQuotesIfUnrecognised = True + Me.ucrInputLegendPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLegendPosition.GetSetSelectedIndex = -1 Me.ucrInputLegendPosition.IsReadOnly = False Me.ucrInputLegendPosition.Location = New System.Drawing.Point(165, 317) @@ -183,6 +191,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrNudColumns ' + Me.ucrNudColumns.AutoSize = True Me.ucrNudColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudColumns.Location = New System.Drawing.Point(315, 318) @@ -275,6 +284,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrPnlOptions ' + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlOptions.Location = New System.Drawing.Point(72, 3) Me.ucrPnlOptions.Name = "ucrPnlOptions" Me.ucrPnlOptions.Size = New System.Drawing.Size(278, 35) @@ -282,6 +292,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverMultiplePred ' + Me.ucrReceiverMultiplePred.AutoSize = True Me.ucrReceiverMultiplePred.frmParent = Me Me.ucrReceiverMultiplePred.Location = New System.Drawing.Point(282, 309) Me.ucrReceiverMultiplePred.Margin = New System.Windows.Forms.Padding(0) @@ -304,6 +315,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverType ' + Me.ucrReceiverType.AutoSize = True Me.ucrReceiverType.frmParent = Me Me.ucrReceiverType.Location = New System.Drawing.Point(49, 293) Me.ucrReceiverType.Margin = New System.Windows.Forms.Padding(0) @@ -316,6 +328,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverMultipleObs ' + Me.ucrReceiverMultipleObs.AutoSize = True Me.ucrReceiverMultipleObs.frmParent = Me Me.ucrReceiverMultipleObs.Location = New System.Drawing.Point(282, 180) Me.ucrReceiverMultipleObs.Margin = New System.Windows.Forms.Padding(0) @@ -358,6 +371,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrReceiverStatistics ' + Me.ucrReceiverStatistics.AutoSize = True Me.ucrReceiverStatistics.frmParent = Me Me.ucrReceiverStatistics.Location = New System.Drawing.Point(64, 339) Me.ucrReceiverStatistics.Margin = New System.Windows.Forms.Padding(0) @@ -370,6 +384,7 @@ Partial Class dlgConditionalQuantilePlot ' 'ucrNudMinNumPoints ' + Me.ucrNudMinNumPoints.AutoSize = True Me.ucrNudMinNumPoints.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinNumPoints.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudMinNumPoints.Location = New System.Drawing.Point(165, 291) @@ -382,8 +397,8 @@ Partial Class dlgConditionalQuantilePlot ' 'dlgConditionalQuantilePlot ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(415, 490) Me.Controls.Add(Me.ucrNudMinNumPoints) diff --git a/instat/dlgContrasts.Designer.vb b/instat/dlgContrasts.Designer.vb index a00deb43ba4..937e1100da1 100644 --- a/instat/dlgContrasts.Designer.vb +++ b/instat/dlgContrasts.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgContrasts 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgContrasts)) Me.lblFactorReceiver = New System.Windows.Forms.Label() Me.lblSelectContrastName = New System.Windows.Forms.Label() Me.lblDefineContrast = New System.Windows.Forms.Label() @@ -51,25 +50,37 @@ Partial Class dlgContrasts ' 'lblFactorReceiver ' - resources.ApplyResources(Me.lblFactorReceiver, "lblFactorReceiver") + Me.lblFactorReceiver.AutoSize = True + Me.lblFactorReceiver.Location = New System.Drawing.Point(246, 48) Me.lblFactorReceiver.Name = "lblFactorReceiver" + Me.lblFactorReceiver.Size = New System.Drawing.Size(93, 13) + Me.lblFactorReceiver.TabIndex = 1 + Me.lblFactorReceiver.Text = "Selected Variable:" ' 'lblSelectContrastName ' - resources.ApplyResources(Me.lblSelectContrastName, "lblSelectContrastName") + Me.lblSelectContrastName.AutoSize = True + Me.lblSelectContrastName.Location = New System.Drawing.Point(246, 99) Me.lblSelectContrastName.Name = "lblSelectContrastName" + Me.lblSelectContrastName.Size = New System.Drawing.Size(113, 13) + Me.lblSelectContrastName.TabIndex = 3 + Me.lblSelectContrastName.Text = "Select Contrast Name:" ' 'lblDefineContrast ' - resources.ApplyResources(Me.lblDefineContrast, "lblDefineContrast") + Me.lblDefineContrast.AutoSize = True + Me.lblDefineContrast.Location = New System.Drawing.Point(445, 20) Me.lblDefineContrast.Name = "lblDefineContrast" + Me.lblDefineContrast.Size = New System.Drawing.Size(92, 13) + Me.lblDefineContrast.TabIndex = 5 + Me.lblDefineContrast.Text = "Define a Contrast:" ' 'grdLayoutForContrasts ' Me.grdLayoutForContrasts.BackColor = System.Drawing.Color.White Me.grdLayoutForContrasts.ColumnHeaderContextMenuStrip = Nothing Me.grdLayoutForContrasts.LeadHeaderContextMenuStrip = Nothing - resources.ApplyResources(Me.grdLayoutForContrasts, "grdLayoutForContrasts") + Me.grdLayoutForContrasts.Location = New System.Drawing.Point(445, 36) Me.grdLayoutForContrasts.Name = "grdLayoutForContrasts" Me.grdLayoutForContrasts.RowHeaderContextMenuStrip = Nothing Me.grdLayoutForContrasts.Script = Nothing @@ -78,41 +89,60 @@ Partial Class dlgContrasts Me.grdLayoutForContrasts.SheetTabVisible = True Me.grdLayoutForContrasts.SheetTabWidth = 60 Me.grdLayoutForContrasts.ShowScrollEndSpacing = True + Me.grdLayoutForContrasts.Size = New System.Drawing.Size(333, 207) + Me.grdLayoutForContrasts.TabIndex = 6 ' 'ucrInputContrastName ' Me.ucrInputContrastName.AddQuotesIfUnrecognised = True + Me.ucrInputContrastName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputContrastName.GetSetSelectedIndex = -1 Me.ucrInputContrastName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputContrastName, "ucrInputContrastName") + Me.ucrInputContrastName.Location = New System.Drawing.Point(246, 114) Me.ucrInputContrastName.Name = "ucrInputContrastName" + Me.ucrInputContrastName.Size = New System.Drawing.Size(120, 21) + Me.ucrInputContrastName.TabIndex = 4 ' 'ucrReceiverForContrasts ' + Me.ucrReceiverForContrasts.AutoSize = True Me.ucrReceiverForContrasts.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForContrasts, "ucrReceiverForContrasts") + Me.ucrReceiverForContrasts.Location = New System.Drawing.Point(246, 63) + Me.ucrReceiverForContrasts.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForContrasts.Name = "ucrReceiverForContrasts" Me.ucrReceiverForContrasts.Selector = Nothing + Me.ucrReceiverForContrasts.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverForContrasts.strNcFilePath = "" + Me.ucrReceiverForContrasts.TabIndex = 2 Me.ucrReceiverForContrasts.ucrSelector = Nothing ' 'ucrSelectorForContrast ' + Me.ucrSelectorForContrast.AutoSize = True Me.ucrSelectorForContrast.bDropUnusedFilterLevels = False Me.ucrSelectorForContrast.bShowHiddenColumns = False Me.ucrSelectorForContrast.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForContrast, "ucrSelectorForContrast") + Me.ucrSelectorForContrast.Location = New System.Drawing.Point(13, 13) + Me.ucrSelectorForContrast.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForContrast.Name = "ucrSelectorForContrast" + Me.ucrSelectorForContrast.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForContrast.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(13, 200) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'dlgContrasts ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(792, 255) Me.Controls.Add(Me.grdLayoutForContrasts) Me.Controls.Add(Me.lblDefineContrast) Me.Controls.Add(Me.lblSelectContrastName) @@ -125,7 +155,9 @@ Partial Class dlgContrasts Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgContrasts" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Contrasts" + Me.Text = "Contrasts" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgContrasts.resx b/instat/dlgContrasts.resx index 8e60edbc107..29dcb1b3a35 100644 --- a/instat/dlgContrasts.resx +++ b/instat/dlgContrasts.resx @@ -117,226 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 246, 48 - - - 93, 13 - - - 1 - - - Selected Variable: - - - lblFactorReceiver - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 246, 99 - - - 113, 13 - - - 3 - - - Select Contrast Name: - - - lblSelectContrastName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 445, 20 - - - 92, 13 - - - 5 - - - Define a Contrast: - - - lblDefineContrast - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 445, 36 - - - 333, 207 - - - 6 - - - grdLayoutForContrasts - - - unvell.ReoGrid.ReoGridControl, unvell.ReoGrid, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 246, 114 - - - 120, 21 - - - 4 - - - ucrInputContrastName - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 792, 255 - - - 13, 13 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForContrast - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 13, 200 - - - 410, 60 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Contrasts - - - dlgContrasts - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 246, 63 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverForContrasts - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgConversions.Designer.vb b/instat/dlgConversions.Designer.vb index 31796089524..da41686d7ed 100644 --- a/instat/dlgConversions.Designer.vb +++ b/instat/dlgConversions.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgConversions 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgConversions)) Me.rdoDayLength = New System.Windows.Forms.RadioButton() Me.rdoUnits = New System.Windows.Forms.RadioButton() Me.lblElement = New System.Windows.Forms.Label() @@ -75,57 +74,103 @@ Partial Class dlgConversions ' 'rdoDayLength ' - resources.ApplyResources(Me.rdoDayLength, "rdoDayLength") + Me.rdoDayLength.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoDayLength.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoDayLength.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDayLength.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDayLength.FlatAppearance.BorderSize = 2 Me.rdoDayLength.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDayLength.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoDayLength.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoDayLength.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDayLength.Location = New System.Drawing.Point(166, 21) Me.rdoDayLength.Name = "rdoDayLength" + Me.rdoDayLength.Size = New System.Drawing.Size(99, 28) + Me.rdoDayLength.TabIndex = 2 + Me.rdoDayLength.Text = "Day Length" + Me.rdoDayLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDayLength.UseVisualStyleBackColor = True ' 'rdoUnits ' - resources.ApplyResources(Me.rdoUnits, "rdoUnits") + Me.rdoUnits.Appearance = System.Windows.Forms.Appearance.Button Me.rdoUnits.Cursor = System.Windows.Forms.Cursors.Default Me.rdoUnits.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoUnits.FlatAppearance.BorderSize = 2 Me.rdoUnits.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoUnits.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoUnits.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoUnits.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoUnits.Location = New System.Drawing.Point(67, 21) Me.rdoUnits.Name = "rdoUnits" + Me.rdoUnits.Size = New System.Drawing.Size(99, 28) + Me.rdoUnits.TabIndex = 1 + Me.rdoUnits.Text = "Units" + Me.rdoUnits.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoUnits.UseVisualStyleBackColor = True ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(262, 91) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 4 + Me.lblElement.Text = "Element:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(6, 59) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(33, 13) + Me.lblFrom.TabIndex = 15 + Me.lblFrom.Text = "From:" ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(148, 59) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 17 + Me.lblTo.Text = "To:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(265, 91) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 8 + Me.lblDate.Text = "Date:" ' 'rdoColumn ' - resources.ApplyResources(Me.rdoColumn, "rdoColumn") + Me.rdoColumn.AutoSize = True + Me.rdoColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumn.Location = New System.Drawing.Point(7, 61) Me.rdoColumn.Name = "rdoColumn" + Me.rdoColumn.Size = New System.Drawing.Size(63, 17) + Me.rdoColumn.TabIndex = 28 Me.rdoColumn.TabStop = True + Me.rdoColumn.Text = "Column:" Me.rdoColumn.UseVisualStyleBackColor = True ' 'rdoSingleValue ' - resources.ApplyResources(Me.rdoSingleValue, "rdoSingleValue") + Me.rdoSingleValue.AutoSize = True + Me.rdoSingleValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSingleValue.Location = New System.Drawing.Point(7, 34) Me.rdoSingleValue.Name = "rdoSingleValue" + Me.rdoSingleValue.Size = New System.Drawing.Size(87, 17) + Me.rdoSingleValue.TabIndex = 27 Me.rdoSingleValue.TabStop = True + Me.rdoSingleValue.Text = "Single Value:" Me.rdoSingleValue.UseVisualStyleBackColor = True ' 'grpLatitude @@ -135,31 +180,44 @@ Partial Class dlgConversions Me.grpLatitude.Controls.Add(Me.rdoColumn) Me.grpLatitude.Controls.Add(Me.rdoSingleValue) Me.grpLatitude.Controls.Add(Me.ucrPnlLatitude) - resources.ApplyResources(Me.grpLatitude, "grpLatitude") + Me.grpLatitude.Location = New System.Drawing.Point(10, 288) Me.grpLatitude.Name = "grpLatitude" + Me.grpLatitude.Size = New System.Drawing.Size(248, 100) + Me.grpLatitude.TabIndex = 15 Me.grpLatitude.TabStop = False + Me.grpLatitude.Text = "Latitude" ' 'ucrInputLatitude ' Me.ucrInputLatitude.AddQuotesIfUnrecognised = True + Me.ucrInputLatitude.AutoSize = True Me.ucrInputLatitude.IsMultiline = False Me.ucrInputLatitude.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLatitude, "ucrInputLatitude") + Me.ucrInputLatitude.Location = New System.Drawing.Point(100, 34) Me.ucrInputLatitude.Name = "ucrInputLatitude" + Me.ucrInputLatitude.Size = New System.Drawing.Size(67, 21) + Me.ucrInputLatitude.TabIndex = 27 ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(100, 61) + Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.Size = New System.Drawing.Size(138, 20) Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.TabIndex = 29 Me.ucrReceiverLatitude.ucrSelector = Nothing ' 'ucrPnlLatitude ' - resources.ApplyResources(Me.ucrPnlLatitude, "ucrPnlLatitude") + Me.ucrPnlLatitude.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLatitude.Location = New System.Drawing.Point(7, 34) Me.ucrPnlLatitude.Name = "ucrPnlLatitude" + Me.ucrPnlLatitude.Size = New System.Drawing.Size(87, 48) + Me.ucrPnlLatitude.TabIndex = 26 ' 'grpElements ' @@ -177,265 +235,412 @@ Partial Class dlgConversions Me.grpElements.Controls.Add(Me.ucrInputFromPrecipitation) Me.grpElements.Controls.Add(Me.ucrInputToPrecipitation) Me.grpElements.Controls.Add(Me.lblTo) - resources.ApplyResources(Me.grpElements, "grpElements") + Me.grpElements.Location = New System.Drawing.Point(10, 289) Me.grpElements.Name = "grpElements" + Me.grpElements.Size = New System.Drawing.Size(397, 106) + Me.grpElements.TabIndex = 14 Me.grpElements.TabStop = False + Me.grpElements.Text = "Elements" ' 'lblDecimal ' - resources.ApplyResources(Me.lblDecimal, "lblDecimal") + Me.lblDecimal.AutoSize = True + Me.lblDecimal.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDecimal.Location = New System.Drawing.Point(290, 78) Me.lblDecimal.Name = "lblDecimal" + Me.lblDecimal.Size = New System.Drawing.Size(45, 13) + Me.lblDecimal.TabIndex = 1 + Me.lblDecimal.Text = "Decimal" ' 'ucrNudDecimal ' + Me.ucrNudDecimal.AutoSize = True Me.ucrNudDecimal.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimal.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDecimal, "ucrNudDecimal") + Me.ucrNudDecimal.Location = New System.Drawing.Point(345, 75) Me.ucrNudDecimal.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDecimal.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimal.Name = "ucrNudDecimal" + Me.ucrNudDecimal.Size = New System.Drawing.Size(39, 20) + Me.ucrNudDecimal.TabIndex = 2 Me.ucrNudDecimal.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'rdoWindSpeed ' - resources.ApplyResources(Me.rdoWindSpeed, "rdoWindSpeed") + Me.rdoWindSpeed.Appearance = System.Windows.Forms.Appearance.Button Me.rdoWindSpeed.BackColor = System.Drawing.SystemColors.Control + Me.rdoWindSpeed.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoWindSpeed.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWindSpeed.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoWindSpeed.FlatAppearance.BorderSize = 2 Me.rdoWindSpeed.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoWindSpeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoWindSpeed.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoWindSpeed.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoWindSpeed.Location = New System.Drawing.Point(225, 17) Me.rdoWindSpeed.Name = "rdoWindSpeed" + Me.rdoWindSpeed.Size = New System.Drawing.Size(110, 28) + Me.rdoWindSpeed.TabIndex = 0 + Me.rdoWindSpeed.Text = "Wind Speed" + Me.rdoWindSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoWindSpeed.UseVisualStyleBackColor = True ' 'ucrInputFromTemperature ' Me.ucrInputFromTemperature.AddQuotesIfUnrecognised = True + Me.ucrInputFromTemperature.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFromTemperature.GetSetSelectedIndex = -1 Me.ucrInputFromTemperature.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFromTemperature, "ucrInputFromTemperature") + Me.ucrInputFromTemperature.Location = New System.Drawing.Point(9, 75) Me.ucrInputFromTemperature.Name = "ucrInputFromTemperature" + Me.ucrInputFromTemperature.Size = New System.Drawing.Size(117, 21) + Me.ucrInputFromTemperature.TabIndex = 19 ' 'rdoRain ' - resources.ApplyResources(Me.rdoRain, "rdoRain") + Me.rdoRain.Appearance = System.Windows.Forms.Appearance.Button Me.rdoRain.BackColor = System.Drawing.SystemColors.Control + Me.rdoRain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoRain.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRain.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRain.FlatAppearance.BorderSize = 2 Me.rdoRain.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRain.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoRain.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoRain.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRain.Location = New System.Drawing.Point(76, 17) Me.rdoRain.Name = "rdoRain" + Me.rdoRain.Size = New System.Drawing.Size(62, 28) + Me.rdoRain.TabIndex = 15 + Me.rdoRain.Text = "Rain" + Me.rdoRain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRain.UseVisualStyleBackColor = True ' 'ucrInputToWindSpeed ' Me.ucrInputToWindSpeed.AddQuotesIfUnrecognised = True + Me.ucrInputToWindSpeed.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputToWindSpeed.GetSetSelectedIndex = -1 Me.ucrInputToWindSpeed.IsReadOnly = False - resources.ApplyResources(Me.ucrInputToWindSpeed, "ucrInputToWindSpeed") + Me.ucrInputToWindSpeed.Location = New System.Drawing.Point(153, 75) Me.ucrInputToWindSpeed.Name = "ucrInputToWindSpeed" + Me.ucrInputToWindSpeed.Size = New System.Drawing.Size(117, 21) + Me.ucrInputToWindSpeed.TabIndex = 22 ' 'rdoTemperature ' - resources.ApplyResources(Me.rdoTemperature, "rdoTemperature") + Me.rdoTemperature.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTemperature.BackColor = System.Drawing.SystemColors.Control + Me.rdoTemperature.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoTemperature.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTemperature.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTemperature.FlatAppearance.BorderSize = 2 Me.rdoTemperature.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTemperature.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoTemperature.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoTemperature.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTemperature.Location = New System.Drawing.Point(136, 17) Me.rdoTemperature.Name = "rdoTemperature" + Me.rdoTemperature.Size = New System.Drawing.Size(91, 28) + Me.rdoTemperature.TabIndex = 16 + Me.rdoTemperature.Text = "Temperature" + Me.rdoTemperature.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTemperature.UseVisualStyleBackColor = True ' 'ucrInputToTemperature ' Me.ucrInputToTemperature.AddQuotesIfUnrecognised = True + Me.ucrInputToTemperature.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputToTemperature.GetSetSelectedIndex = -1 Me.ucrInputToTemperature.IsReadOnly = False - resources.ApplyResources(Me.ucrInputToTemperature, "ucrInputToTemperature") + Me.ucrInputToTemperature.Location = New System.Drawing.Point(153, 75) Me.ucrInputToTemperature.Name = "ucrInputToTemperature" + Me.ucrInputToTemperature.Size = New System.Drawing.Size(117, 21) + Me.ucrInputToTemperature.TabIndex = 20 ' 'ucrPnlElements ' - resources.ApplyResources(Me.ucrPnlElements, "ucrPnlElements") + Me.ucrPnlElements.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlElements.Location = New System.Drawing.Point(72, 12) Me.ucrPnlElements.Name = "ucrPnlElements" + Me.ucrPnlElements.Size = New System.Drawing.Size(269, 40) + Me.ucrPnlElements.TabIndex = 11 ' 'ucrInputFromWindSpeed ' Me.ucrInputFromWindSpeed.AddQuotesIfUnrecognised = True + Me.ucrInputFromWindSpeed.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFromWindSpeed.GetSetSelectedIndex = -1 Me.ucrInputFromWindSpeed.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFromWindSpeed, "ucrInputFromWindSpeed") + Me.ucrInputFromWindSpeed.Location = New System.Drawing.Point(9, 75) Me.ucrInputFromWindSpeed.Name = "ucrInputFromWindSpeed" + Me.ucrInputFromWindSpeed.Size = New System.Drawing.Size(117, 21) + Me.ucrInputFromWindSpeed.TabIndex = 21 ' 'ucrInputFromPrecipitation ' Me.ucrInputFromPrecipitation.AddQuotesIfUnrecognised = True + Me.ucrInputFromPrecipitation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFromPrecipitation.GetSetSelectedIndex = -1 Me.ucrInputFromPrecipitation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFromPrecipitation, "ucrInputFromPrecipitation") + Me.ucrInputFromPrecipitation.Location = New System.Drawing.Point(9, 75) Me.ucrInputFromPrecipitation.Name = "ucrInputFromPrecipitation" + Me.ucrInputFromPrecipitation.Size = New System.Drawing.Size(117, 21) + Me.ucrInputFromPrecipitation.TabIndex = 16 ' 'ucrInputToPrecipitation ' Me.ucrInputToPrecipitation.AddQuotesIfUnrecognised = True + Me.ucrInputToPrecipitation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputToPrecipitation.GetSetSelectedIndex = -1 Me.ucrInputToPrecipitation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputToPrecipitation, "ucrInputToPrecipitation") + Me.ucrInputToPrecipitation.Location = New System.Drawing.Point(153, 75) Me.ucrInputToPrecipitation.Name = "ucrInputToPrecipitation" + Me.ucrInputToPrecipitation.Size = New System.Drawing.Size(117, 21) + Me.ucrInputToPrecipitation.TabIndex = 18 ' 'rdoCoordinates ' - resources.ApplyResources(Me.rdoCoordinates, "rdoCoordinates") + Me.rdoCoordinates.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoCoordinates.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoCoordinates.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCoordinates.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCoordinates.FlatAppearance.BorderSize = 2 Me.rdoCoordinates.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCoordinates.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoCoordinates.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoCoordinates.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCoordinates.Location = New System.Drawing.Point(264, 21) Me.rdoCoordinates.Name = "rdoCoordinates" + Me.rdoCoordinates.Size = New System.Drawing.Size(99, 28) + Me.rdoCoordinates.TabIndex = 3 + Me.rdoCoordinates.Text = "Coordinates" + Me.rdoCoordinates.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCoordinates.UseVisualStyleBackColor = True ' 'lblMinutes ' - resources.ApplyResources(Me.lblMinutes, "lblMinutes") + Me.lblMinutes.AutoSize = True + Me.lblMinutes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinutes.Location = New System.Drawing.Point(263, 136) Me.lblMinutes.Name = "lblMinutes" + Me.lblMinutes.Size = New System.Drawing.Size(47, 13) + Me.lblMinutes.TabIndex = 9 + Me.lblMinutes.Text = "Minutes:" ' 'lblSeconds ' - resources.ApplyResources(Me.lblSeconds, "lblSeconds") + Me.lblSeconds.AutoSize = True + Me.lblSeconds.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSeconds.Location = New System.Drawing.Point(262, 179) Me.lblSeconds.Name = "lblSeconds" + Me.lblSeconds.Size = New System.Drawing.Size(52, 13) + Me.lblSeconds.TabIndex = 11 + Me.lblSeconds.Text = "Seconds:" ' 'lblDegrees ' - resources.ApplyResources(Me.lblDegrees, "lblDegrees") + Me.lblDegrees.AutoSize = True + Me.lblDegrees.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDegrees.Location = New System.Drawing.Point(262, 93) Me.lblDegrees.Name = "lblDegrees" + Me.lblDegrees.Size = New System.Drawing.Size(50, 13) + Me.lblDegrees.TabIndex = 7 + Me.lblDegrees.Text = "Degrees:" ' 'ucrReceiverLetters ' + Me.ucrReceiverLetters.AutoSize = True Me.ucrReceiverLetters.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLetters, "ucrReceiverLetters") + Me.ucrReceiverLetters.Location = New System.Drawing.Point(353, 239) + Me.ucrReceiverLetters.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLetters.Name = "ucrReceiverLetters" Me.ucrReceiverLetters.Selector = Nothing + Me.ucrReceiverLetters.Size = New System.Drawing.Size(81, 21) Me.ucrReceiverLetters.strNcFilePath = "" + Me.ucrReceiverLetters.TabIndex = 6 Me.ucrReceiverLetters.ucrSelector = Nothing ' 'ucrChkVariable ' + Me.ucrChkVariable.AutoSize = True Me.ucrChkVariable.Checked = False - resources.ApplyResources(Me.ucrChkVariable, "ucrChkVariable") + Me.ucrChkVariable.Location = New System.Drawing.Point(265, 69) Me.ucrChkVariable.Name = "ucrChkVariable" + Me.ucrChkVariable.Size = New System.Drawing.Size(100, 23) + Me.ucrChkVariable.TabIndex = 6 ' 'ucrInputSecond ' Me.ucrInputSecond.AddQuotesIfUnrecognised = True + Me.ucrInputSecond.AutoSize = True Me.ucrInputSecond.IsMultiline = False Me.ucrInputSecond.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSecond, "ucrInputSecond") + Me.ucrInputSecond.Location = New System.Drawing.Point(265, 195) Me.ucrInputSecond.Name = "ucrInputSecond" + Me.ucrInputSecond.Size = New System.Drawing.Size(120, 20) + Me.ucrInputSecond.TabIndex = 12 ' 'ucrInputMinute ' Me.ucrInputMinute.AddQuotesIfUnrecognised = True + Me.ucrInputMinute.AutoSize = True Me.ucrInputMinute.IsMultiline = False Me.ucrInputMinute.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMinute, "ucrInputMinute") + Me.ucrInputMinute.Location = New System.Drawing.Point(265, 152) Me.ucrInputMinute.Name = "ucrInputMinute" + Me.ucrInputMinute.Size = New System.Drawing.Size(120, 20) + Me.ucrInputMinute.TabIndex = 10 ' 'ucrInputDegree ' Me.ucrInputDegree.AddQuotesIfUnrecognised = True + Me.ucrInputDegree.AutoSize = True Me.ucrInputDegree.IsMultiline = False Me.ucrInputDegree.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDegree, "ucrInputDegree") + Me.ucrInputDegree.Location = New System.Drawing.Point(265, 109) Me.ucrInputDegree.Name = "ucrInputDegree" + Me.ucrInputDegree.Size = New System.Drawing.Size(120, 20) + Me.ucrInputDegree.TabIndex = 8 ' 'ucrSaveConversions ' - resources.ApplyResources(Me.ucrSaveConversions, "ucrSaveConversions") + Me.ucrSaveConversions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveConversions.Location = New System.Drawing.Point(9, 413) + Me.ucrSaveConversions.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveConversions.Name = "ucrSaveConversions" + Me.ucrSaveConversions.Size = New System.Drawing.Size(320, 22) + Me.ucrSaveConversions.TabIndex = 16 ' 'ucrReceiverDegrees ' + Me.ucrReceiverDegrees.AutoSize = True Me.ucrReceiverDegrees.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDegrees, "ucrReceiverDegrees") + Me.ucrReceiverDegrees.Location = New System.Drawing.Point(265, 109) + Me.ucrReceiverDegrees.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDegrees.Name = "ucrReceiverDegrees" Me.ucrReceiverDegrees.Selector = Nothing + Me.ucrReceiverDegrees.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDegrees.strNcFilePath = "" + Me.ucrReceiverDegrees.TabIndex = 9 Me.ucrReceiverDegrees.ucrSelector = Nothing ' 'ucrReceiverMinutes ' + Me.ucrReceiverMinutes.AutoSize = True Me.ucrReceiverMinutes.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMinutes, "ucrReceiverMinutes") + Me.ucrReceiverMinutes.Location = New System.Drawing.Point(265, 152) + Me.ucrReceiverMinutes.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMinutes.Name = "ucrReceiverMinutes" Me.ucrReceiverMinutes.Selector = Nothing + Me.ucrReceiverMinutes.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverMinutes.strNcFilePath = "" + Me.ucrReceiverMinutes.TabIndex = 10 Me.ucrReceiverMinutes.ucrSelector = Nothing ' 'ucrReceiverSeconds ' + Me.ucrReceiverSeconds.AutoSize = True Me.ucrReceiverSeconds.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSeconds, "ucrReceiverSeconds") + Me.ucrReceiverSeconds.Location = New System.Drawing.Point(265, 195) + Me.ucrReceiverSeconds.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSeconds.Name = "ucrReceiverSeconds" Me.ucrReceiverSeconds.Selector = Nothing + Me.ucrReceiverSeconds.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSeconds.strNcFilePath = "" + Me.ucrReceiverSeconds.TabIndex = 12 Me.ucrReceiverSeconds.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(265, 109) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 9 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(265, 109) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 5 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrPnlConversions ' - resources.ApplyResources(Me.ucrPnlConversions, "ucrPnlConversions") + Me.ucrPnlConversions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlConversions.Location = New System.Drawing.Point(62, 21) Me.ucrPnlConversions.Name = "ucrPnlConversions" + Me.ucrPnlConversions.Size = New System.Drawing.Size(310, 28) + Me.ucrPnlConversions.TabIndex = 0 ' 'ucrSelectorConversions ' + Me.ucrSelectorConversions.AutoSize = True Me.ucrSelectorConversions.bDropUnusedFilterLevels = False Me.ucrSelectorConversions.bShowHiddenColumns = False Me.ucrSelectorConversions.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorConversions, "ucrSelectorConversions") + Me.ucrSelectorConversions.Location = New System.Drawing.Point(9, 68) + Me.ucrSelectorConversions.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorConversions.Name = "ucrSelectorConversions" + Me.ucrSelectorConversions.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorConversions.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 447) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'ucrInputDirection ' Me.ucrInputDirection.AddQuotesIfUnrecognised = True + Me.ucrInputDirection.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDirection.GetSetSelectedIndex = -1 Me.ucrInputDirection.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDirection, "ucrInputDirection") + Me.ucrInputDirection.Location = New System.Drawing.Point(265, 239) Me.ucrInputDirection.Name = "ucrInputDirection" + Me.ucrInputDirection.Size = New System.Drawing.Size(86, 21) + Me.ucrInputDirection.TabIndex = 23 ' 'lblDirection ' - resources.ApplyResources(Me.lblDirection, "lblDirection") + Me.lblDirection.AutoSize = True + Me.lblDirection.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDirection.Location = New System.Drawing.Point(265, 223) Me.lblDirection.Name = "lblDirection" + Me.lblDirection.Size = New System.Drawing.Size(52, 13) + Me.lblDirection.TabIndex = 24 + Me.lblDirection.Text = "Direction:" ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(9, 413) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(320, 22) + Me.ucrSaveColumn.TabIndex = 25 ' 'dlgConversions ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.ClientSize = New System.Drawing.Size(436, 503) Me.Controls.Add(Me.ucrSaveColumn) Me.Controls.Add(Me.lblDirection) Me.Controls.Add(Me.ucrInputDirection) @@ -467,6 +672,8 @@ Partial Class dlgConversions Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgConversions" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Conversions" Me.grpLatitude.ResumeLayout(False) Me.grpLatitude.PerformLayout() Me.grpElements.ResumeLayout(False) diff --git a/instat/dlgConversions.resx b/instat/dlgConversions.resx index b371cdacc4b..29dcb1b3a35 100644 --- a/instat/dlgConversions.resx +++ b/instat/dlgConversions.resx @@ -117,1252 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - None - - - - MiddleCenter - - - Flat - - - NoControl - - - 166, 21 - - - 99, 28 - - - - 2 - - - Day Length - - - MiddleCenter - - - rdoDayLength - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - Button - - - Flat - - - NoControl - - - 67, 21 - - - 99, 28 - - - 1 - - - Units - - - MiddleCenter - - - rdoUnits - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - True - - - NoControl - - - 262, 91 - - - 48, 13 - - - 4 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - NoControl - - - 6, 59 - - - 33, 13 - - - 15 - - - From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 10 - - - True - - - NoControl - - - 148, 59 - - - 23, 13 - - - 17 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 13 - - - True - - - NoControl - - - 265, 91 - - - 33, 13 - - - 8 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 7, 61 - - - 63, 17 - - - 28 - - - Column: - - - rdoColumn - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLatitude - - - 2 - - - True - - - NoControl - - - 7, 34 - - - 87, 17 - - - 27 - - - Single Value: - - - rdoSingleValue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLatitude - - - 3 - - - 100, 34 - - - 67, 21 - - - 27 - - - ucrInputLatitude - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLatitude - - - 0 - - - True - - - 6, 13 - - - 436, 503 - - - 9, 413 - - - 4, 5, 4, 5 - - - 320, 22 - - - 25 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 265, 223 - - - 52, 13 - - - 24 - - - Direction: - - - lblDirection - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 265, 239 - - - 86, 21 - - - 23 - - - ucrInputDirection - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 265, 69 - - - 100, 20 - - - 6 - - - ucrChkVariable - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 265, 195 - - - 120, 20 - - - 12 - - - ucrInputSecond - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 265, 152 - - - 120, 20 - - - 10 - - - ucrInputMinute - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 265, 109 - - - 120, 20 - - - 8 - - - ucrInputDegree - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 353, 239 - - - 0, 0, 0, 0 - - - 81, 21 - - - 6 - - - ucrReceiverLetters - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 9, 413 - - - 4, 5, 4, 5 - - - 320, 22 - - - 16 - - - ucrSaveConversions - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - NoControl - - - 262, 93 - - - 50, 13 - - - 7 - - - Degrees: - - - lblDegrees - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 262, 179 - - - 52, 13 - - - 11 - - - Seconds: - - - lblSeconds - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 263, 136 - - - 47, 13 - - - 9 - - - Minutes: - - - lblMinutes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 265, 109 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDegrees - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 265, 152 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverMinutes - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 265, 195 - - - 0, 0, 0, 0 - - - 120, 20 - - - 12 - - - ucrReceiverSeconds - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 264, 21 - - - 99, 28 - - - 3 - - - Coordinates - - - MiddleCenter - - - rdoCoordinates - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - 265, 109 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 265, 109 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 62, 21 - - - 310, 28 - - - 0 - - - ucrPnlConversions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 9, 68 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorConversions - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - True - - - 10, 447 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - True - - - NoControl - - - 290, 78 - - - 45, 13 - - - 1 - - - Decimal - - - lblDecimal - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 0 - - - 345, 75 - - - 39, 20 - - - 2 - - - ucrNudDecimal - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 1 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 225, 17 - - - 110, 28 - - - 0 - - - Wind Speed - - - MiddleCenter - - - rdoWindSpeed - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 2 - - - 9, 75 - - - 117, 21 - - - 19 - - - ucrInputFromTemperature - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 3 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 76, 17 - - - 62, 28 - - - 15 - - - Rain - - - MiddleCenter - - - rdoRain - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 4 - - - 153, 75 - - - 117, 21 - - - 22 - - - ucrInputToWindSpeed - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 5 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 136, 17 - - - 91, 28 - - - 16 - - - Temperature - - - MiddleCenter - - - rdoTemperature - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpElements - - - 6 - - - 153, 75 - - - 117, 21 - - - 20 - - - ucrInputToTemperature - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 7 - - - 72, 12 - - - 269, 40 - - - 11 - - - ucrPnlElements - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 8 - - - 9, 75 - - - 117, 21 - - - 21 - - - ucrInputFromWindSpeed - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 9 - - - 9, 75 - - - 117, 21 - - - 16 - - - ucrInputFromPrecipitation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 11 - - - 153, 75 - - - 117, 21 - - - 18 - - - ucrInputToPrecipitation - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpElements - - - 12 - - - 10, 289 - - - 397, 106 - - - 14 - - - Elements - - - grpElements - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - CenterScreen - - - Conversions - - - dlgConversions - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 100, 61 - - - 0, 0, 0, 0 - - - 138, 20 - - - 29 - - - ucrReceiverLatitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLatitude - - - 1 - - - 7, 34 - - - 87, 48 - - - 26 - - - ucrPnlLatitude - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLatitude - - - 4 - - - 10, 288 - - - 248, 100 - - - 15 - - - Latitude - - - grpLatitude - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - \ No newline at end of file diff --git a/instat/dlgConvertColumns.Designer.vb b/instat/dlgConvertColumns.Designer.vb index 4164d27771e..3e9d0cc3fd9 100644 --- a/instat/dlgConvertColumns.Designer.vb +++ b/instat/dlgConvertColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgConvertColumns 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgConvertColumns)) Me.lblColumnsToConvert = New System.Windows.Forms.Label() Me.grpConvertTo = New System.Windows.Forms.GroupBox() Me.rdoLogical = New System.Windows.Forms.RadioButton() @@ -67,9 +66,14 @@ Partial Class dlgConvertColumns ' 'lblColumnsToConvert ' - resources.ApplyResources(Me.lblColumnsToConvert, "lblColumnsToConvert") + Me.lblColumnsToConvert.AutoSize = True + Me.lblColumnsToConvert.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnsToConvert.Location = New System.Drawing.Point(247, 45) Me.lblColumnsToConvert.Name = "lblColumnsToConvert" + Me.lblColumnsToConvert.Size = New System.Drawing.Size(102, 13) + Me.lblColumnsToConvert.TabIndex = 1 Me.lblColumnsToConvert.Tag = "Columns_to_Convert:" + Me.lblColumnsToConvert.Text = "Columns to Convert:" ' 'grpConvertTo ' @@ -80,62 +84,102 @@ Partial Class dlgConvertColumns Me.grpConvertTo.Controls.Add(Me.rdoOrderedFactor) Me.grpConvertTo.Controls.Add(Me.rdoFactor) Me.grpConvertTo.Controls.Add(Me.ucrPnlConvertTo) - resources.ApplyResources(Me.grpConvertTo, "grpConvertTo") + Me.grpConvertTo.Location = New System.Drawing.Point(10, 196) Me.grpConvertTo.Name = "grpConvertTo" + Me.grpConvertTo.Size = New System.Drawing.Size(357, 88) + Me.grpConvertTo.TabIndex = 3 Me.grpConvertTo.TabStop = False + Me.grpConvertTo.Text = "Convert To" ' 'rdoLogical ' - resources.ApplyResources(Me.rdoLogical, "rdoLogical") + Me.rdoLogical.AutoSize = True + Me.rdoLogical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoLogical.Location = New System.Drawing.Point(237, 66) Me.rdoLogical.Name = "rdoLogical" + Me.rdoLogical.Size = New System.Drawing.Size(59, 17) + Me.rdoLogical.TabIndex = 6 Me.rdoLogical.TabStop = True + Me.rdoLogical.Text = "Logical" Me.rdoLogical.UseVisualStyleBackColor = True ' 'rdoCharacter ' - resources.ApplyResources(Me.rdoCharacter, "rdoCharacter") + Me.rdoCharacter.AutoSize = True + Me.rdoCharacter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCharacter.Location = New System.Drawing.Point(10, 66) Me.rdoCharacter.Name = "rdoCharacter" + Me.rdoCharacter.Size = New System.Drawing.Size(71, 17) + Me.rdoCharacter.TabIndex = 3 Me.rdoCharacter.TabStop = True + Me.rdoCharacter.Text = "Character" Me.rdoCharacter.UseVisualStyleBackColor = True ' 'rdoInteger ' - resources.ApplyResources(Me.rdoInteger, "rdoInteger") + Me.rdoInteger.AutoSize = True + Me.rdoInteger.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoInteger.Location = New System.Drawing.Point(237, 43) Me.rdoInteger.Name = "rdoInteger" + Me.rdoInteger.Size = New System.Drawing.Size(58, 17) + Me.rdoInteger.TabIndex = 5 Me.rdoInteger.TabStop = True + Me.rdoInteger.Text = "Integer" Me.rdoInteger.UseVisualStyleBackColor = True ' 'rdoNumeric ' - resources.ApplyResources(Me.rdoNumeric, "rdoNumeric") + Me.rdoNumeric.AutoSize = True + Me.rdoNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNumeric.Location = New System.Drawing.Point(237, 21) Me.rdoNumeric.Name = "rdoNumeric" + Me.rdoNumeric.Size = New System.Drawing.Size(64, 17) + Me.rdoNumeric.TabIndex = 4 Me.rdoNumeric.TabStop = True + Me.rdoNumeric.Text = "Numeric" Me.rdoNumeric.UseVisualStyleBackColor = True ' 'rdoOrderedFactor ' - resources.ApplyResources(Me.rdoOrderedFactor, "rdoOrderedFactor") + Me.rdoOrderedFactor.AutoSize = True + Me.rdoOrderedFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoOrderedFactor.Location = New System.Drawing.Point(10, 43) Me.rdoOrderedFactor.Name = "rdoOrderedFactor" + Me.rdoOrderedFactor.Size = New System.Drawing.Size(96, 17) + Me.rdoOrderedFactor.TabIndex = 2 Me.rdoOrderedFactor.TabStop = True + Me.rdoOrderedFactor.Text = "Ordered Factor" Me.rdoOrderedFactor.UseVisualStyleBackColor = True ' 'rdoFactor ' - resources.ApplyResources(Me.rdoFactor, "rdoFactor") + Me.rdoFactor.AutoSize = True + Me.rdoFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFactor.Location = New System.Drawing.Point(10, 21) Me.rdoFactor.Name = "rdoFactor" + Me.rdoFactor.Size = New System.Drawing.Size(55, 17) + Me.rdoFactor.TabIndex = 1 Me.rdoFactor.TabStop = True + Me.rdoFactor.Text = "Factor" Me.rdoFactor.UseVisualStyleBackColor = True ' 'ucrPnlConvertTo ' - resources.ApplyResources(Me.ucrPnlConvertTo, "ucrPnlConvertTo") + Me.ucrPnlConvertTo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlConvertTo.Location = New System.Drawing.Point(3, 16) Me.ucrPnlConvertTo.Name = "ucrPnlConvertTo" + Me.ucrPnlConvertTo.Size = New System.Drawing.Size(348, 67) + Me.ucrPnlConvertTo.TabIndex = 0 ' 'rdoConvertOrdinals ' - resources.ApplyResources(Me.rdoConvertOrdinals, "rdoConvertOrdinals") + Me.rdoConvertOrdinals.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertOrdinals.Location = New System.Drawing.Point(11, 66) Me.rdoConvertOrdinals.Name = "rdoConvertOrdinals" + Me.rdoConvertOrdinals.Size = New System.Drawing.Size(195, 17) + Me.rdoConvertOrdinals.TabIndex = 3 Me.rdoConvertOrdinals.TabStop = True + Me.rdoConvertOrdinals.Text = "Always Use Values" Me.rdoConvertOrdinals.UseVisualStyleBackColor = True ' 'grpFactorToNumericOptions @@ -144,89 +188,133 @@ Partial Class dlgConvertColumns Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertOrdinals) Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertLevels) Me.grpFactorToNumericOptions.Controls.Add(Me.ucrPnlFactorToNumericOptions) - resources.ApplyResources(Me.grpFactorToNumericOptions, "grpFactorToNumericOptions") + Me.grpFactorToNumericOptions.Location = New System.Drawing.Point(10, 316) Me.grpFactorToNumericOptions.Name = "grpFactorToNumericOptions" + Me.grpFactorToNumericOptions.Size = New System.Drawing.Size(213, 92) + Me.grpFactorToNumericOptions.TabIndex = 7 Me.grpFactorToNumericOptions.TabStop = False + Me.grpFactorToNumericOptions.Text = "Factor Options" ' 'rdoDefault ' - resources.ApplyResources(Me.rdoDefault, "rdoDefault") + Me.rdoDefault.AutoSize = True + Me.rdoDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDefault.Location = New System.Drawing.Point(11, 22) Me.rdoDefault.Name = "rdoDefault" + Me.rdoDefault.Size = New System.Drawing.Size(59, 17) + Me.rdoDefault.TabIndex = 1 Me.rdoDefault.TabStop = True + Me.rdoDefault.Text = "Default" Me.rdoDefault.UseVisualStyleBackColor = True ' 'rdoConvertLevels ' - resources.ApplyResources(Me.rdoConvertLevels, "rdoConvertLevels") + Me.rdoConvertLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertLevels.Location = New System.Drawing.Point(11, 44) Me.rdoConvertLevels.Name = "rdoConvertLevels" + Me.rdoConvertLevels.Size = New System.Drawing.Size(195, 17) + Me.rdoConvertLevels.TabIndex = 2 Me.rdoConvertLevels.TabStop = True + Me.rdoConvertLevels.Text = "Always Use Levels" Me.rdoConvertLevels.UseVisualStyleBackColor = True ' 'ucrPnlFactorToNumericOptions ' - resources.ApplyResources(Me.ucrPnlFactorToNumericOptions, "ucrPnlFactorToNumericOptions") + Me.ucrPnlFactorToNumericOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFactorToNumericOptions.Location = New System.Drawing.Point(3, 21) Me.ucrPnlFactorToNumericOptions.Name = "ucrPnlFactorToNumericOptions" + Me.ucrPnlFactorToNumericOptions.Size = New System.Drawing.Size(203, 65) + Me.ucrPnlFactorToNumericOptions.TabIndex = 0 ' 'ucrChkIgnoreLabels ' + Me.ucrChkIgnoreLabels.AutoSize = True Me.ucrChkIgnoreLabels.Checked = False - resources.ApplyResources(Me.ucrChkIgnoreLabels, "ucrChkIgnoreLabels") + Me.ucrChkIgnoreLabels.Location = New System.Drawing.Point(307, 290) Me.ucrChkIgnoreLabels.Name = "ucrChkIgnoreLabels" + Me.ucrChkIgnoreLabels.Size = New System.Drawing.Size(138, 23) + Me.ucrChkIgnoreLabels.TabIndex = 10 ' 'ucrChkCreateLabels ' + Me.ucrChkCreateLabels.AutoSize = True Me.ucrChkCreateLabels.Checked = False - resources.ApplyResources(Me.ucrChkCreateLabels, "ucrChkCreateLabels") + Me.ucrChkCreateLabels.Location = New System.Drawing.Point(307, 317) Me.ucrChkCreateLabels.Name = "ucrChkCreateLabels" + Me.ucrChkCreateLabels.Size = New System.Drawing.Size(138, 23) + Me.ucrChkCreateLabels.TabIndex = 9 ' 'ucrChkKeepAttributes ' + Me.ucrChkKeepAttributes.AutoSize = True Me.ucrChkKeepAttributes.Checked = False - resources.ApplyResources(Me.ucrChkKeepAttributes, "ucrChkKeepAttributes") + Me.ucrChkKeepAttributes.Location = New System.Drawing.Point(10, 290) Me.ucrChkKeepAttributes.Name = "ucrChkKeepAttributes" + Me.ucrChkKeepAttributes.Size = New System.Drawing.Size(222, 23) + Me.ucrChkKeepAttributes.TabIndex = 4 ' 'ucrNudDisplayDecimals ' + Me.ucrNudDisplayDecimals.AutoSize = True Me.ucrNudDisplayDecimals.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDisplayDecimals.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudDisplayDecimals, "ucrNudDisplayDecimals") + Me.ucrNudDisplayDecimals.Location = New System.Drawing.Point(242, 316) Me.ucrNudDisplayDecimals.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDisplayDecimals.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDisplayDecimals.Name = "ucrNudDisplayDecimals" + Me.ucrNudDisplayDecimals.Size = New System.Drawing.Size(50, 20) + Me.ucrNudDisplayDecimals.TabIndex = 6 Me.ucrNudDisplayDecimals.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkSpecifyDecimalsToDisplay ' + Me.ucrChkSpecifyDecimalsToDisplay.AutoSize = True Me.ucrChkSpecifyDecimalsToDisplay.Checked = False - resources.ApplyResources(Me.ucrChkSpecifyDecimalsToDisplay, "ucrChkSpecifyDecimalsToDisplay") + Me.ucrChkSpecifyDecimalsToDisplay.Location = New System.Drawing.Point(10, 316) Me.ucrChkSpecifyDecimalsToDisplay.Name = "ucrChkSpecifyDecimalsToDisplay" + Me.ucrChkSpecifyDecimalsToDisplay.Size = New System.Drawing.Size(226, 23) + Me.ucrChkSpecifyDecimalsToDisplay.TabIndex = 5 ' 'ucrSelectorDataFrameColumns ' + Me.ucrSelectorDataFrameColumns.AutoSize = True Me.ucrSelectorDataFrameColumns.bDropUnusedFilterLevels = False Me.ucrSelectorDataFrameColumns.bShowHiddenColumns = False Me.ucrSelectorDataFrameColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDataFrameColumns, "ucrSelectorDataFrameColumns") + Me.ucrSelectorDataFrameColumns.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDataFrameColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFrameColumns.Name = "ucrSelectorDataFrameColumns" + Me.ucrSelectorDataFrameColumns.Size = New System.Drawing.Size(229, 183) + Me.ucrSelectorDataFrameColumns.TabIndex = 0 ' 'ucrReceiverColumnsToConvert ' + Me.ucrReceiverColumnsToConvert.AutoSize = True Me.ucrReceiverColumnsToConvert.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumnsToConvert, "ucrReceiverColumnsToConvert") + Me.ucrReceiverColumnsToConvert.Location = New System.Drawing.Point(247, 60) + Me.ucrReceiverColumnsToConvert.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumnsToConvert.Name = "ucrReceiverColumnsToConvert" Me.ucrReceiverColumnsToConvert.Selector = Nothing + Me.ucrReceiverColumnsToConvert.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverColumnsToConvert.strNcFilePath = "" + Me.ucrReceiverColumnsToConvert.TabIndex = 2 Me.ucrReceiverColumnsToConvert.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 410) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'dlgConvertColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(449, 463) Me.Controls.Add(Me.ucrChkIgnoreLabels) Me.Controls.Add(Me.ucrChkCreateLabels) Me.Controls.Add(Me.ucrChkKeepAttributes) @@ -242,7 +330,9 @@ Partial Class dlgConvertColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgConvertColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Convert_columns" + Me.Text = "Convert Columns" Me.grpConvertTo.ResumeLayout(False) Me.grpConvertTo.PerformLayout() Me.grpFactorToNumericOptions.ResumeLayout(False) diff --git a/instat/dlgConvertColumns.resx b/instat/dlgConvertColumns.resx index d3a3b0f8864..29dcb1b3a35 100644 --- a/instat/dlgConvertColumns.resx +++ b/instat/dlgConvertColumns.resx @@ -117,592 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 247, 45 - - - 102, 13 - - - 1 - - - Columns to Convert: - - - lblColumnsToConvert - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 237, 66 - - - 59, 17 - - - 6 - - - Logical - - - rdoLogical - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 0 - - - True - - - NoControl - - - 10, 66 - - - 71, 17 - - - 3 - - - Character - - - rdoCharacter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 1 - - - True - - - NoControl - - - 237, 43 - - - 58, 17 - - - 5 - - - Integer - - - rdoInteger - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 2 - - - True - - - NoControl - - - 237, 21 - - - 64, 17 - - - 4 - - - Numeric - - - rdoNumeric - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 3 - - - True - - - NoControl - - - 10, 43 - - - 96, 17 - - - 2 - - - Ordered Factor - - - rdoOrderedFactor - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 4 - - - True - - - NoControl - - - 10, 21 - - - 55, 17 - - - 1 - - - Factor - - - rdoFactor - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 5 - - - 3, 16 - - - 348, 67 - - - 0 - - - ucrPnlConvertTo - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpConvertTo - - - 6 - - - 10, 196 - - - 357, 88 - - - 3 - - - Convert To - - - grpConvertTo - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 11, 66 - - - 195, 17 - - - 3 - - - Always Use Values - - - rdoConvertOrdinals - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 1 - - - True - - - NoControl - - - 11, 22 - - - 59, 17 - - - 1 - - - Default - - - rdoDefault - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 0 - - - NoControl - - - 11, 44 - - - 195, 17 - - - 2 - - - Always Use Levels - - - rdoConvertLevels - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 2 - - - 3, 21 - - - 203, 65 - - - 0 - - - ucrPnlFactorToNumericOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFactorToNumericOptions - - - 3 - - - 10, 316 - - - 213, 92 - - - 7 - - - Factor Options - - - grpFactorToNumericOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 307, 290 - - - 138, 20 - - - 10 - - - ucrChkIgnoreLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 307, 317 - - - 138, 20 - - - 9 - - - ucrChkCreateLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 290 - - - 222, 20 - - - 4 - - - ucrChkKeepAttributes - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 242, 316 - - - 50, 20 - - - 6 - - - ucrNudDisplayDecimals - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 316 - - - 226, 23 - - - 5 - - - ucrChkSpecifyDecimalsToDisplay - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 10 - - - 0, 0, 0, 0 - - - 229, 180 - - - 0 - - - ucrSelectorDataFrameColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 449, 463 - - - True - - - 10, 410 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Convert Columns - - - dlgConvertColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverColumnsToConvert - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgCopyDataFrame.Designer.vb b/instat/dlgCopyDataFrame.Designer.vb index 03dc5111b24..9d80ece48d5 100644 --- a/instat/dlgCopyDataFrame.Designer.vb +++ b/instat/dlgCopyDataFrame.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCopyDataFrame 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCopyDataFrame)) Me.lblLabel = New System.Windows.Forms.Label() Me.lblNewName = New System.Windows.Forms.Label() Me.ucrChkCopyToClipboard = New instat.ucrCheck() @@ -54,79 +53,126 @@ Partial Class dlgCopyDataFrame ' 'lblLabel ' - resources.ApplyResources(Me.lblLabel, "lblLabel") + Me.lblLabel.AutoSize = True + Me.lblLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLabel.Location = New System.Drawing.Point(251, 76) Me.lblLabel.Name = "lblLabel" + Me.lblLabel.Size = New System.Drawing.Size(94, 13) + Me.lblLabel.TabIndex = 3 + Me.lblLabel.Text = "Data Frame Label:" ' 'lblNewName ' - resources.ApplyResources(Me.lblNewName, "lblNewName") + Me.lblNewName.AutoSize = True + Me.lblNewName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNewName.Location = New System.Drawing.Point(251, 16) Me.lblNewName.Name = "lblNewName" + Me.lblNewName.Size = New System.Drawing.Size(63, 13) + Me.lblNewName.TabIndex = 1 Me.lblNewName.Tag = "New_Name" + Me.lblNewName.Text = "New Name:" ' 'ucrChkCopyToClipboard ' + Me.ucrChkCopyToClipboard.AutoSize = True Me.ucrChkCopyToClipboard.Checked = False - resources.ApplyResources(Me.ucrChkCopyToClipboard, "ucrChkCopyToClipboard") + Me.ucrChkCopyToClipboard.Location = New System.Drawing.Point(10, 76) Me.ucrChkCopyToClipboard.Name = "ucrChkCopyToClipboard" + Me.ucrChkCopyToClipboard.Size = New System.Drawing.Size(207, 23) + Me.ucrChkCopyToClipboard.TabIndex = 6 ' 'ucrInputLabel ' Me.ucrInputLabel.AddQuotesIfUnrecognised = True + Me.ucrInputLabel.AutoSize = True Me.ucrInputLabel.IsMultiline = False Me.ucrInputLabel.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLabel, "ucrInputLabel") + Me.ucrInputLabel.Location = New System.Drawing.Point(251, 92) Me.ucrInputLabel.Name = "ucrInputLabel" + Me.ucrInputLabel.Size = New System.Drawing.Size(137, 21) + Me.ucrInputLabel.TabIndex = 4 ' 'ucrInputNewDataFrameName ' Me.ucrInputNewDataFrameName.AddQuotesIfUnrecognised = True + Me.ucrInputNewDataFrameName.AutoSize = True Me.ucrInputNewDataFrameName.IsMultiline = False Me.ucrInputNewDataFrameName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNewDataFrameName, "ucrInputNewDataFrameName") + Me.ucrInputNewDataFrameName.Location = New System.Drawing.Point(251, 32) Me.ucrInputNewDataFrameName.Name = "ucrInputNewDataFrameName" + Me.ucrInputNewDataFrameName.Size = New System.Drawing.Size(137, 21) + Me.ucrInputNewDataFrameName.TabIndex = 2 ' 'ucrDataFrameCopySheets ' + Me.ucrDataFrameCopySheets.AutoSize = True Me.ucrDataFrameCopySheets.bDropUnusedFilterLevels = False Me.ucrDataFrameCopySheets.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameCopySheets, "ucrDataFrameCopySheets") + Me.ucrDataFrameCopySheets.Location = New System.Drawing.Point(10, 12) + Me.ucrDataFrameCopySheets.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameCopySheets.Name = "ucrDataFrameCopySheets" + Me.ucrDataFrameCopySheets.Size = New System.Drawing.Size(151, 50) + Me.ucrDataFrameCopySheets.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(11, 192) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(10, 98) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(235, 77) + Me.ucrPnlOptions.TabIndex = 10 ' 'rdoDataFrameMetadata ' - resources.ApplyResources(Me.rdoDataFrameMetadata, "rdoDataFrameMetadata") + Me.rdoDataFrameMetadata.AutoSize = True + Me.rdoDataFrameMetadata.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDataFrameMetadata.Location = New System.Drawing.Point(32, 148) Me.rdoDataFrameMetadata.Name = "rdoDataFrameMetadata" + Me.rdoDataFrameMetadata.Size = New System.Drawing.Size(124, 17) + Me.rdoDataFrameMetadata.TabIndex = 15 Me.rdoDataFrameMetadata.TabStop = True + Me.rdoDataFrameMetadata.Text = "Data frame metadata" Me.rdoDataFrameMetadata.UseVisualStyleBackColor = True ' 'rdoColumnsMetadata ' - resources.ApplyResources(Me.rdoColumnsMetadata, "rdoColumnsMetadata") + Me.rdoColumnsMetadata.AutoSize = True + Me.rdoColumnsMetadata.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumnsMetadata.Location = New System.Drawing.Point(32, 125) Me.rdoColumnsMetadata.Name = "rdoColumnsMetadata" + Me.rdoColumnsMetadata.Size = New System.Drawing.Size(112, 17) + Me.rdoColumnsMetadata.TabIndex = 14 Me.rdoColumnsMetadata.TabStop = True + Me.rdoColumnsMetadata.Text = "Columns metadata" Me.rdoColumnsMetadata.UseVisualStyleBackColor = True ' 'rdoDataFrame ' - resources.ApplyResources(Me.rdoDataFrame, "rdoDataFrame") + Me.rdoDataFrame.AutoSize = True + Me.rdoDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDataFrame.Location = New System.Drawing.Point(32, 102) Me.rdoDataFrame.Name = "rdoDataFrame" + Me.rdoDataFrame.Size = New System.Drawing.Size(77, 17) + Me.rdoDataFrame.TabIndex = 13 Me.rdoDataFrame.TabStop = True + Me.rdoDataFrame.Text = "Data frame" Me.rdoDataFrame.UseVisualStyleBackColor = True ' 'dlgCopyDataFrame ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(424, 254) Me.Controls.Add(Me.rdoDataFrameMetadata) Me.Controls.Add(Me.rdoColumnsMetadata) Me.Controls.Add(Me.rdoDataFrame) @@ -142,6 +188,8 @@ Partial Class dlgCopyDataFrame Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCopyDataFrame" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Copy Data Frame" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCopyDataFrame.resx b/instat/dlgCopyDataFrame.resx index 6496c8c8ed9..29dcb1b3a35 100644 --- a/instat/dlgCopyDataFrame.resx +++ b/instat/dlgCopyDataFrame.resx @@ -117,313 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 251, 76 - - - 94, 13 - - - 3 - - - Data Frame Label: - - - lblLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 251, 16 - - - 63, 13 - - - 1 - - - New Name: - - - lblNewName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 10, 76 - - - 207, 20 - - - 6 - - - ucrChkCopyToClipboard - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 251, 92 - - - 137, 21 - - - 4 - - - ucrInputLabel - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 251, 32 - - - 137, 21 - - - 2 - - - ucrInputNewDataFrameName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 12 - - - 0, 0, 0, 0 - - - 148, 50 - - - 0 - - - ucrDataFrameCopySheets - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 11, 192 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 98 - - - 235, 77 - - - 10 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - NoControl - - - 32, 148 - - - 124, 17 - - - 15 - - - Data frame metadata - - - rdoDataFrameMetadata - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 32, 125 - - - 112, 17 - - - 14 - - - Columns metadata - - - rdoColumnsMetadata - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 32, 102 - - - 77, 17 - - - 13 - - - Data frame - - - rdoDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 424, 254 - - - CenterScreen - - - Copy Data Frame - - - dlgCopyDataFrame - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgCopySpecial.Designer.vb b/instat/dlgCopySpecial.Designer.vb index b036046653b..f42f9eaa62f 100644 --- a/instat/dlgCopySpecial.Designer.vb +++ b/instat/dlgCopySpecial.Designer.vb @@ -28,24 +28,26 @@ Partial Class dlgCopySpecial ' 'UcrCheck2 ' + Me.UcrCheck2.AutoSize = True Me.UcrCheck2.Checked = False Me.UcrCheck2.Location = New System.Drawing.Point(68, 63) Me.UcrCheck2.Name = "UcrCheck2" - Me.UcrCheck2.Size = New System.Drawing.Size(100, 20) + Me.UcrCheck2.Size = New System.Drawing.Size(100, 23) Me.UcrCheck2.TabIndex = 2 ' 'UcrCheck1 ' + Me.UcrCheck1.AutoSize = True Me.UcrCheck1.Checked = False Me.UcrCheck1.Location = New System.Drawing.Point(68, 26) Me.UcrCheck1.Name = "UcrCheck1" - Me.UcrCheck1.Size = New System.Drawing.Size(100, 20) + Me.UcrCheck1.Size = New System.Drawing.Size(100, 23) Me.UcrCheck1.TabIndex = 1 ' 'dlgCopySpecial ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(384, 182) Me.Controls.Add(Me.UcrCheck2) @@ -53,6 +55,7 @@ Partial Class dlgCopySpecial Me.Name = "dlgCopySpecial" Me.Text = "dlgCopySpecial" Me.ResumeLayout(False) + Me.PerformLayout() End Sub diff --git a/instat/dlgCorrelation.designer.vb b/instat/dlgCorrelation.designer.vb index 5fbaa46897b..004f97eb00f 100644 --- a/instat/dlgCorrelation.designer.vb +++ b/instat/dlgCorrelation.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCorrelation 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCorrelation)) Me.lblFirstColumn = New System.Windows.Forms.Label() Me.lblSecondColumn = New System.Windows.Forms.Label() Me.grpMethod = New System.Windows.Forms.GroupBox() @@ -70,15 +69,25 @@ Partial Class dlgCorrelation ' 'lblFirstColumn ' - resources.ApplyResources(Me.lblFirstColumn, "lblFirstColumn") + Me.lblFirstColumn.AutoSize = True + Me.lblFirstColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstColumn.Location = New System.Drawing.Point(258, 75) Me.lblFirstColumn.Name = "lblFirstColumn" + Me.lblFirstColumn.Size = New System.Drawing.Size(67, 13) + Me.lblFirstColumn.TabIndex = 5 Me.lblFirstColumn.Tag = "First_column" + Me.lblFirstColumn.Text = "First Column:" ' 'lblSecondColumn ' - resources.ApplyResources(Me.lblSecondColumn, "lblSecondColumn") + Me.lblSecondColumn.AutoSize = True + Me.lblSecondColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondColumn.Location = New System.Drawing.Point(258, 127) Me.lblSecondColumn.Name = "lblSecondColumn" + Me.lblSecondColumn.Size = New System.Drawing.Size(85, 13) + Me.lblSecondColumn.TabIndex = 8 Me.lblSecondColumn.Tag = "Second_column" + Me.lblSecondColumn.Text = "Second Column:" ' 'grpMethod ' @@ -86,44 +95,69 @@ Partial Class dlgCorrelation Me.grpMethod.Controls.Add(Me.rdoPearson) Me.grpMethod.Controls.Add(Me.rdoSpearman) Me.grpMethod.Controls.Add(Me.ucrPnlMethod) - resources.ApplyResources(Me.grpMethod, "grpMethod") + Me.grpMethod.Location = New System.Drawing.Point(9, 232) Me.grpMethod.Name = "grpMethod" + Me.grpMethod.Size = New System.Drawing.Size(246, 45) + Me.grpMethod.TabIndex = 10 Me.grpMethod.TabStop = False Me.grpMethod.Tag = "Method" + Me.grpMethod.Text = "Method" ' 'rdoKendall ' - resources.ApplyResources(Me.rdoKendall, "rdoKendall") + Me.rdoKendall.AutoSize = True + Me.rdoKendall.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoKendall.Location = New System.Drawing.Point(91, 18) Me.rdoKendall.Name = "rdoKendall" + Me.rdoKendall.Size = New System.Drawing.Size(60, 17) + Me.rdoKendall.TabIndex = 2 Me.rdoKendall.Tag = "Kendall" + Me.rdoKendall.Text = "Kendall" Me.rdoKendall.UseVisualStyleBackColor = True ' 'rdoPearson ' - resources.ApplyResources(Me.rdoPearson, "rdoPearson") + Me.rdoPearson.AutoSize = True Me.rdoPearson.Checked = True + Me.rdoPearson.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPearson.Location = New System.Drawing.Point(15, 18) Me.rdoPearson.Name = "rdoPearson" + Me.rdoPearson.Size = New System.Drawing.Size(64, 17) + Me.rdoPearson.TabIndex = 1 Me.rdoPearson.TabStop = True Me.rdoPearson.Tag = "Pearson" + Me.rdoPearson.Text = "Pearson" Me.rdoPearson.UseVisualStyleBackColor = True ' 'rdoSpearman ' - resources.ApplyResources(Me.rdoSpearman, "rdoSpearman") + Me.rdoSpearman.AutoSize = True + Me.rdoSpearman.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSpearman.Location = New System.Drawing.Point(164, 18) Me.rdoSpearman.Name = "rdoSpearman" + Me.rdoSpearman.Size = New System.Drawing.Size(73, 17) + Me.rdoSpearman.TabIndex = 3 Me.rdoSpearman.Tag = "Spearman" + Me.rdoSpearman.Text = "Spearman" Me.rdoSpearman.UseVisualStyleBackColor = True ' 'ucrPnlMethod ' - resources.ApplyResources(Me.ucrPnlMethod, "ucrPnlMethod") + Me.ucrPnlMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMethod.Location = New System.Drawing.Point(8, 16) Me.ucrPnlMethod.Name = "ucrPnlMethod" + Me.ucrPnlMethod.Size = New System.Drawing.Size(229, 24) + Me.ucrPnlMethod.TabIndex = 0 ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(299, 334) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(114, 25) + Me.cmdOptions.TabIndex = 16 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'grpMissing @@ -131,133 +165,208 @@ Partial Class dlgCorrelation Me.grpMissing.Controls.Add(Me.rdoCompleteRowsOnly) Me.grpMissing.Controls.Add(Me.rdoPairwise) Me.grpMissing.Controls.Add(Me.ucrPnlCompletePairwise) - resources.ApplyResources(Me.grpMissing, "grpMissing") + Me.grpMissing.Location = New System.Drawing.Point(261, 232) Me.grpMissing.Name = "grpMissing" + Me.grpMissing.Size = New System.Drawing.Size(167, 71) + Me.grpMissing.TabIndex = 11 Me.grpMissing.TabStop = False Me.grpMissing.Tag = "Missing" + Me.grpMissing.Text = "Missing" ' 'rdoCompleteRowsOnly ' - resources.ApplyResources(Me.rdoCompleteRowsOnly, "rdoCompleteRowsOnly") + Me.rdoCompleteRowsOnly.AutoSize = True Me.rdoCompleteRowsOnly.Checked = True + Me.rdoCompleteRowsOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCompleteRowsOnly.Location = New System.Drawing.Point(6, 23) Me.rdoCompleteRowsOnly.Name = "rdoCompleteRowsOnly" + Me.rdoCompleteRowsOnly.Size = New System.Drawing.Size(116, 17) + Me.rdoCompleteRowsOnly.TabIndex = 1 Me.rdoCompleteRowsOnly.TabStop = True Me.rdoCompleteRowsOnly.Tag = "Complete_rows_only" + Me.rdoCompleteRowsOnly.Text = "Complete rows only" Me.rdoCompleteRowsOnly.UseVisualStyleBackColor = True ' 'rdoPairwise ' - resources.ApplyResources(Me.rdoPairwise, "rdoPairwise") + Me.rdoPairwise.AutoSize = True + Me.rdoPairwise.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPairwise.Location = New System.Drawing.Point(6, 46) Me.rdoPairwise.Name = "rdoPairwise" + Me.rdoPairwise.Size = New System.Drawing.Size(64, 17) + Me.rdoPairwise.TabIndex = 2 Me.rdoPairwise.Tag = "Pairwise" + Me.rdoPairwise.Text = "Pairwise" Me.rdoPairwise.UseVisualStyleBackColor = True ' 'ucrPnlCompletePairwise ' - resources.ApplyResources(Me.ucrPnlCompletePairwise, "ucrPnlCompletePairwise") + Me.ucrPnlCompletePairwise.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlCompletePairwise.Location = New System.Drawing.Point(6, 16) Me.ucrPnlCompletePairwise.Name = "ucrPnlCompletePairwise" + Me.ucrPnlCompletePairwise.Size = New System.Drawing.Size(152, 49) + Me.ucrPnlCompletePairwise.TabIndex = 0 ' 'lblConfInterval ' - resources.ApplyResources(Me.lblConfInterval, "lblConfInterval") + Me.lblConfInterval.AutoSize = True + Me.lblConfInterval.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConfInterval.Location = New System.Drawing.Point(15, 286) Me.lblConfInterval.Name = "lblConfInterval" + Me.lblConfInterval.Size = New System.Drawing.Size(102, 13) + Me.lblConfInterval.TabIndex = 12 + Me.lblConfInterval.Text = "Confidence Interval:" ' 'rdoTwoColumns ' - resources.ApplyResources(Me.rdoTwoColumns, "rdoTwoColumns") + Me.rdoTwoColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTwoColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTwoColumns.FlatAppearance.BorderSize = 2 Me.rdoTwoColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTwoColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTwoColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTwoColumns.Location = New System.Drawing.Point(119, 10) Me.rdoTwoColumns.Name = "rdoTwoColumns" + Me.rdoTwoColumns.Size = New System.Drawing.Size(127, 27) + Me.rdoTwoColumns.TabIndex = 1 Me.rdoTwoColumns.TabStop = True + Me.rdoTwoColumns.Text = "Two Columns" + Me.rdoTwoColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTwoColumns.UseVisualStyleBackColor = True ' 'rdoMultipleColumns ' - resources.ApplyResources(Me.rdoMultipleColumns, "rdoMultipleColumns") + Me.rdoMultipleColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMultipleColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMultipleColumns.FlatAppearance.BorderSize = 2 Me.rdoMultipleColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMultipleColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMultipleColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMultipleColumns.Location = New System.Drawing.Point(243, 10) Me.rdoMultipleColumns.Name = "rdoMultipleColumns" + Me.rdoMultipleColumns.Size = New System.Drawing.Size(127, 27) + Me.rdoMultipleColumns.TabIndex = 2 Me.rdoMultipleColumns.TabStop = True + Me.rdoMultipleColumns.Text = "Multiple Columns" + Me.rdoMultipleColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultipleColumns.UseVisualStyleBackColor = True ' 'lblSelectedVariables ' - resources.ApplyResources(Me.lblSelectedVariables, "lblSelectedVariables") + Me.lblSelectedVariables.AutoSize = True + Me.lblSelectedVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariables.Location = New System.Drawing.Point(255, 75) Me.lblSelectedVariables.Name = "lblSelectedVariables" + Me.lblSelectedVariables.Size = New System.Drawing.Size(53, 13) + Me.lblSelectedVariables.TabIndex = 4 Me.lblSelectedVariables.Tag = "" + Me.lblSelectedVariables.Text = "Variables:" ' 'ucrSaveModel ' - resources.ApplyResources(Me.ucrSaveModel, "ucrSaveModel") + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveModel.Location = New System.Drawing.Point(14, 335) + Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" + Me.ucrSaveModel.Size = New System.Drawing.Size(266, 24) + Me.ucrSaveModel.TabIndex = 15 ' 'ucrNudConfidenceInterval ' + Me.ucrNudConfidenceInterval.AutoSize = True Me.ucrNudConfidenceInterval.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConfidenceInterval.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudConfidenceInterval, "ucrNudConfidenceInterval") + Me.ucrNudConfidenceInterval.Location = New System.Drawing.Point(130, 283) Me.ucrNudConfidenceInterval.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudConfidenceInterval.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConfidenceInterval.Name = "ucrNudConfidenceInterval" + Me.ucrNudConfidenceInterval.Size = New System.Drawing.Size(50, 20) + Me.ucrNudConfidenceInterval.TabIndex = 13 Me.ucrNudConfidenceInterval.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkCorrelationMatrix ' + Me.ucrChkCorrelationMatrix.AutoSize = True Me.ucrChkCorrelationMatrix.Checked = False - resources.ApplyResources(Me.ucrChkCorrelationMatrix, "ucrChkCorrelationMatrix") + Me.ucrChkCorrelationMatrix.Location = New System.Drawing.Point(14, 309) Me.ucrChkCorrelationMatrix.Name = "ucrChkCorrelationMatrix" + Me.ucrChkCorrelationMatrix.Size = New System.Drawing.Size(283, 23) + Me.ucrChkCorrelationMatrix.TabIndex = 14 ' 'ucrPnlColumns ' - resources.ApplyResources(Me.ucrPnlColumns, "ucrPnlColumns") + Me.ucrPnlColumns.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlColumns.Location = New System.Drawing.Point(86, 6) Me.ucrPnlColumns.Name = "ucrPnlColumns" + Me.ucrPnlColumns.Size = New System.Drawing.Size(284, 36) + Me.ucrPnlColumns.TabIndex = 0 ' 'ucrReceiverMultipleColumns ' + Me.ucrReceiverMultipleColumns.AutoSize = True Me.ucrReceiverMultipleColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleColumns, "ucrReceiverMultipleColumns") + Me.ucrReceiverMultipleColumns.Location = New System.Drawing.Point(258, 90) + Me.ucrReceiverMultipleColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleColumns.Name = "ucrReceiverMultipleColumns" Me.ucrReceiverMultipleColumns.Selector = Nothing + Me.ucrReceiverMultipleColumns.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleColumns.strNcFilePath = "" + Me.ucrReceiverMultipleColumns.TabIndex = 7 Me.ucrReceiverMultipleColumns.ucrSelector = Nothing ' 'ucrReceiverSecondColumn ' + Me.ucrReceiverSecondColumn.AutoSize = True Me.ucrReceiverSecondColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondColumn, "ucrReceiverSecondColumn") + Me.ucrReceiverSecondColumn.Location = New System.Drawing.Point(258, 142) + Me.ucrReceiverSecondColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondColumn.Name = "ucrReceiverSecondColumn" Me.ucrReceiverSecondColumn.Selector = Nothing + Me.ucrReceiverSecondColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecondColumn.strNcFilePath = "" + Me.ucrReceiverSecondColumn.TabIndex = 9 Me.ucrReceiverSecondColumn.ucrSelector = Nothing ' 'ucrReceiverFirstColumn ' + Me.ucrReceiverFirstColumn.AutoSize = True Me.ucrReceiverFirstColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstColumn, "ucrReceiverFirstColumn") + Me.ucrReceiverFirstColumn.Location = New System.Drawing.Point(258, 90) + Me.ucrReceiverFirstColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirstColumn.Name = "ucrReceiverFirstColumn" Me.ucrReceiverFirstColumn.Selector = Nothing + Me.ucrReceiverFirstColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFirstColumn.strNcFilePath = "" + Me.ucrReceiverFirstColumn.TabIndex = 6 Me.ucrReceiverFirstColumn.ucrSelector = Nothing ' 'ucrSelectorCorrelation ' + Me.ucrSelectorCorrelation.AutoSize = True Me.ucrSelectorCorrelation.bDropUnusedFilterLevels = False Me.ucrSelectorCorrelation.bShowHiddenColumns = False Me.ucrSelectorCorrelation.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCorrelation, "ucrSelectorCorrelation") + Me.ucrSelectorCorrelation.Location = New System.Drawing.Point(10, 40) + Me.ucrSelectorCorrelation.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCorrelation.Name = "ucrSelectorCorrelation" + Me.ucrSelectorCorrelation.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCorrelation.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(14, 361) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'dlgCorrelation ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(436, 416) Me.Controls.Add(Me.lblSelectedVariables) Me.Controls.Add(Me.ucrNudConfidenceInterval) Me.Controls.Add(Me.ucrChkCorrelationMatrix) @@ -280,7 +389,9 @@ Partial Class dlgCorrelation Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCorrelation" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Correlation" + Me.Text = "Correlation" Me.grpMethod.ResumeLayout(False) Me.grpMethod.PerformLayout() Me.grpMissing.ResumeLayout(False) diff --git a/instat/dlgCorrelation.resx b/instat/dlgCorrelation.resx index fa0730c7561..29dcb1b3a35 100644 --- a/instat/dlgCorrelation.resx +++ b/instat/dlgCorrelation.resx @@ -117,697 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 258, 75 - - - 67, 13 - - - 5 - - - First Column: - - - lblFirstColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 258, 127 - - - 85, 13 - - - 8 - - - Second Column: - - - lblSecondColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 91, 18 - - - 60, 17 - - - 2 - - - Kendall - - - rdoKendall - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethod - - - 0 - - - True - - - NoControl - - - 15, 18 - - - 64, 17 - - - 1 - - - Pearson - - - rdoPearson - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethod - - - 1 - - - True - - - NoControl - - - 164, 18 - - - 73, 17 - - - 3 - - - Spearman - - - rdoSpearman - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethod - - - 2 - - - 8, 16 - - - 229, 24 - - - 0 - - - ucrPnlMethod - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethod - - - 3 - - - 9, 232 - - - 246, 45 - - - 10 - - - Method - - - grpMethod - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 299, 334 - - - 114, 25 - - - 16 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 6, 23 - - - 116, 17 - - - 1 - - - Complete rows only - - - rdoCompleteRowsOnly - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissing - - - 0 - - - True - - - NoControl - - - 6, 46 - - - 64, 17 - - - 2 - - - Pairwise - - - rdoPairwise - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMissing - - - 1 - - - 6, 16 - - - 152, 49 - - - 0 - - - ucrPnlCompletePairwise - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMissing - - - 2 - - - 261, 232 - - - 167, 71 - - - 11 - - - Missing - - - grpMissing - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 15, 286 - - - 102, 13 - - - 12 - - - Confidence Interval: - - - lblConfInterval - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Button - - - Flat - - - NoControl - - - 119, 10 - - - 127, 27 - - - 1 - - - Two Columns - - - MiddleCenter - - - rdoTwoColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 243, 10 - - - 127, 27 - - - 2 - - - Multiple Columns - - - MiddleCenter - - - rdoMultipleColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 255, 75 - - - 53, 13 - - - 4 - - - Variables: - - - lblSelectedVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 14, 335 - - - 4, 5, 4, 5 - - - 266, 24 - - - 15 - - - ucrSaveModel - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 130, 283 - - - 50, 20 - - - 13 - - - ucrNudConfidenceInterval - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 14, 309 - - - 283, 20 - - - 14 - - - ucrChkCorrelationMatrix - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 86, 6 - - - 284, 36 - - - 0 - - - ucrPnlColumns - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 436, 416 - - - 258, 142 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverSecondColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 258, 90 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverFirstColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 10, 40 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorCorrelation - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - True - - - 14, 361 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - CenterScreen - - - Correlation - - - dlgCorrelation - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 258, 90 - - - 0, 0, 0, 0 - - - 120, 100 - - - 7 - - - ucrReceiverMultipleColumns - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgCorruptionDescribe.Designer.vb b/instat/dlgCorruptionDescribe.Designer.vb index 4f6b0a5fc5f..d3faf90536f 100644 --- a/instat/dlgCorruptionDescribe.Designer.vb +++ b/instat/dlgCorruptionDescribe.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgCorruptionDescribe 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(7, 200) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 1 ' 'dlgCorruptionDescribe ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 256) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgCorruptionModel.Designer.vb b/instat/dlgCorruptionModel.Designer.vb index a3af59588f0..cbab2c392d2 100644 --- a/instat/dlgCorruptionModel.Designer.vb +++ b/instat/dlgCorruptionModel.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgCorruptionModel 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(3, 199) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgCorruptionModel ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(407, 255) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgCorruptionOrganise.Designer.vb b/instat/dlgCorruptionOrganise.Designer.vb index 509f11fbccd..bf7c84fbe11 100644 --- a/instat/dlgCorruptionOrganise.Designer.vb +++ b/instat/dlgCorruptionOrganise.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgCorruptionOrganise 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(4, 201) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 1 ' 'dlgCorruptionOrganise ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 256) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgCountinFactor.Designer.vb b/instat/dlgCountinFactor.Designer.vb index aa8b07dc132..9eaa3f032e9 100644 --- a/instat/dlgCountinFactor.Designer.vb +++ b/instat/dlgCountinFactor.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCountinFactor 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCountinFactor)) Me.lblSelectedFactor = New System.Windows.Forms.Label() Me.ucrNewColName = New instat.ucrSave() Me.ucrCountReceiver = New instat.ucrReceiverSingle() @@ -48,40 +47,62 @@ Partial Class dlgCountinFactor ' 'lblSelectedFactor ' - resources.ApplyResources(Me.lblSelectedFactor, "lblSelectedFactor") + Me.lblSelectedFactor.AutoSize = True + Me.lblSelectedFactor.Location = New System.Drawing.Point(267, 45) Me.lblSelectedFactor.Name = "lblSelectedFactor" + Me.lblSelectedFactor.Size = New System.Drawing.Size(85, 13) + Me.lblSelectedFactor.TabIndex = 1 + Me.lblSelectedFactor.Text = "Selected Factor:" ' 'ucrNewColName ' - resources.ApplyResources(Me.ucrNewColName, "ucrNewColName") + Me.ucrNewColName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColName.Location = New System.Drawing.Point(9, 210) + Me.ucrNewColName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColName.Name = "ucrNewColName" + Me.ucrNewColName.Size = New System.Drawing.Size(317, 22) + Me.ucrNewColName.TabIndex = 3 ' 'ucrCountReceiver ' + Me.ucrCountReceiver.AutoSize = True Me.ucrCountReceiver.frmParent = Me - resources.ApplyResources(Me.ucrCountReceiver, "ucrCountReceiver") + Me.ucrCountReceiver.Location = New System.Drawing.Point(267, 60) + Me.ucrCountReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrCountReceiver.Name = "ucrCountReceiver" Me.ucrCountReceiver.Selector = Nothing + Me.ucrCountReceiver.Size = New System.Drawing.Size(130, 20) Me.ucrCountReceiver.strNcFilePath = "" + Me.ucrCountReceiver.TabIndex = 2 Me.ucrCountReceiver.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 240) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrCountSelector ' + Me.ucrCountSelector.AutoSize = True Me.ucrCountSelector.bDropUnusedFilterLevels = False Me.ucrCountSelector.bShowHiddenColumns = False Me.ucrCountSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrCountSelector, "ucrCountSelector") + Me.ucrCountSelector.Location = New System.Drawing.Point(9, 9) + Me.ucrCountSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrCountSelector.Name = "ucrCountSelector" + Me.ucrCountSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrCountSelector.TabIndex = 0 ' 'dlgCountinFactor ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(423, 297) Me.Controls.Add(Me.ucrNewColName) Me.Controls.Add(Me.lblSelectedFactor) Me.Controls.Add(Me.ucrCountReceiver) @@ -91,7 +112,9 @@ Partial Class dlgCountinFactor Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCountinFactor" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Count_in_Factor" + Me.Text = "Count in Factor" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCountinFactor.resx b/instat/dlgCountinFactor.resx index 6701f067273..29dcb1b3a35 100644 --- a/instat/dlgCountinFactor.resx +++ b/instat/dlgCountinFactor.resx @@ -117,154 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 267, 45 - - - 85, 13 - - - 1 - - - Selected Factor: - - - lblSelectedFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 9, 210 - - - - 4, 5, 4, 5 - - - 317, 22 - - - 3 - - - ucrNewColName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 423, 297 - - - 9, 9 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrCountSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 9, 240 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Count in Factor - - - dlgCountinFactor - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 60 - - - 0, 0, 0, 0 - - - 130, 20 - - - 2 - - - ucrCountReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgCountryColouredMap.Designer.vb b/instat/dlgCountryColouredMap.Designer.vb index 07957a60122..2f9e1c85db5 100644 --- a/instat/dlgCountryColouredMap.Designer.vb +++ b/instat/dlgCountryColouredMap.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgCountryColouredMap 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCountryColouredMap)) Me.lblCountry = New System.Windows.Forms.Label() Me.lblColourBy = New System.Windows.Forms.Label() Me.ucrSaveMap = New instat.ucrSave() @@ -37,72 +36,113 @@ Partial Class dlgCountryColouredMap ' 'lblCountry ' - resources.ApplyResources(Me.lblCountry, "lblCountry") + Me.lblCountry.AutoSize = True + Me.lblCountry.Location = New System.Drawing.Point(236, 59) Me.lblCountry.Name = "lblCountry" + Me.lblCountry.Size = New System.Drawing.Size(54, 13) + Me.lblCountry.TabIndex = 4 + Me.lblCountry.Text = "Countries:" ' 'lblColourBy ' - resources.ApplyResources(Me.lblColourBy, "lblColourBy") + Me.lblColourBy.AutoSize = True + Me.lblColourBy.Location = New System.Drawing.Point(236, 105) Me.lblColourBy.Name = "lblColourBy" + Me.lblColourBy.Size = New System.Drawing.Size(55, 13) + Me.lblColourBy.TabIndex = 5 + Me.lblColourBy.Text = "Colour By:" ' 'ucrSaveMap ' - resources.ApplyResources(Me.ucrSaveMap, "ucrSaveMap") + Me.ucrSaveMap.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveMap.Location = New System.Drawing.Point(10, 264) + Me.ucrSaveMap.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveMap.Name = "ucrSaveMap" + Me.ucrSaveMap.Size = New System.Drawing.Size(314, 24) + Me.ucrSaveMap.TabIndex = 6 ' 'ucrReceiverColourBy ' + Me.ucrReceiverColourBy.AutoSize = True Me.ucrReceiverColourBy.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColourBy, "ucrReceiverColourBy") + Me.ucrReceiverColourBy.Location = New System.Drawing.Point(238, 120) + Me.ucrReceiverColourBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColourBy.Name = "ucrReceiverColourBy" Me.ucrReceiverColourBy.Selector = Nothing + Me.ucrReceiverColourBy.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverColourBy.strNcFilePath = "" + Me.ucrReceiverColourBy.TabIndex = 3 Me.ucrReceiverColourBy.ucrSelector = Nothing ' 'ucrReceiverCountry ' + Me.ucrReceiverCountry.AutoSize = True Me.ucrReceiverCountry.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCountry, "ucrReceiverCountry") + Me.ucrReceiverCountry.Location = New System.Drawing.Point(238, 75) + Me.ucrReceiverCountry.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCountry.Name = "ucrReceiverCountry" Me.ucrReceiverCountry.Selector = Nothing + Me.ucrReceiverCountry.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverCountry.strNcFilePath = "" + Me.ucrReceiverCountry.TabIndex = 2 Me.ucrReceiverCountry.ucrSelector = Nothing ' 'ucrSelectorCountryColouredMap ' + Me.ucrSelectorCountryColouredMap.AutoSize = True Me.ucrSelectorCountryColouredMap.bDropUnusedFilterLevels = False Me.ucrSelectorCountryColouredMap.bShowHiddenColumns = False Me.ucrSelectorCountryColouredMap.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCountryColouredMap, "ucrSelectorCountryColouredMap") + Me.ucrSelectorCountryColouredMap.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorCountryColouredMap.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCountryColouredMap.Name = "ucrSelectorCountryColouredMap" + Me.ucrSelectorCountryColouredMap.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCountryColouredMap.TabIndex = 1 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 296) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'cmdPolygonOptions ' - resources.ApplyResources(Me.cmdPolygonOptions, "cmdPolygonOptions") + Me.cmdPolygonOptions.Enabled = False + Me.cmdPolygonOptions.Location = New System.Drawing.Point(10, 198) Me.cmdPolygonOptions.Name = "cmdPolygonOptions" + Me.cmdPolygonOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdPolygonOptions.TabIndex = 7 + Me.cmdPolygonOptions.Text = "Polygon Options" Me.cmdPolygonOptions.UseVisualStyleBackColor = True ' 'cmdPlotOptions ' - resources.ApplyResources(Me.cmdPlotOptions, "cmdPlotOptions") + Me.cmdPlotOptions.Enabled = False + Me.cmdPlotOptions.Location = New System.Drawing.Point(10, 227) Me.cmdPlotOptions.Name = "cmdPlotOptions" + Me.cmdPlotOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdPlotOptions.TabIndex = 8 + Me.cmdPlotOptions.Text = "Plot Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' 'cmdMapOptions ' - resources.ApplyResources(Me.cmdMapOptions, "cmdMapOptions") + Me.cmdMapOptions.Location = New System.Drawing.Point(237, 155) Me.cmdMapOptions.Name = "cmdMapOptions" + Me.cmdMapOptions.Size = New System.Drawing.Size(121, 23) + Me.cmdMapOptions.TabIndex = 8 + Me.cmdMapOptions.Text = "Map Options" Me.cmdMapOptions.UseVisualStyleBackColor = True ' 'dlgCountryColouredMap ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(425, 354) Me.Controls.Add(Me.cmdMapOptions) Me.Controls.Add(Me.cmdPlotOptions) Me.Controls.Add(Me.cmdPolygonOptions) @@ -117,6 +157,8 @@ Partial Class dlgCountryColouredMap Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCountryColouredMap" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Map Country Values" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCountryColouredMap.resx b/instat/dlgCountryColouredMap.resx index 9bff0222927..29dcb1b3a35 100644 --- a/instat/dlgCountryColouredMap.resx +++ b/instat/dlgCountryColouredMap.resx @@ -117,283 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 236, 59 - - - 54, 13 - - - 4 - - - Countries: - - - lblCountry - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 236, 105 - - - 55, 13 - - - 5 - - - Colour By: - - - lblColourBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 10, 264 - - - - 4, 5, 4, 5 - - - 314, 24 - - - 6 - - - ucrSaveMap - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 425, 354 - - - 237, 155 - - - 121, 23 - - - 8 - - - Map Options - - - cmdMapOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - False - - - 10, 227 - - - 148, 23 - - - 8 - - - Plot Options - - - cmdPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - False - - - 10, 198 - - - 148, 23 - - - 7 - - - Polygon Options - - - cmdPolygonOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 238, 75 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverCountry - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 1 - - - ucrSelectorCountryColouredMap - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - True - - - 10, 296 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Map Country Values - - - dlgCountryColouredMap - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 238, 120 - - - 0, 0, 0, 0 - - - 120, 20 - - - 3 - - - ucrReceiverColourBy - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgCountsTotals.Designer.vb b/instat/dlgCountsTotals.Designer.vb index 34e406a2675..07800f1a29b 100644 --- a/instat/dlgCountsTotals.Designer.vb +++ b/instat/dlgCountsTotals.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgCountsTotals 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 231) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgCountsTotals ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(438, 296) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgCreateClimateObject.designer.vb b/instat/dlgCreateClimateObject.designer.vb index a06c59490c5..1e2a1284014 100644 --- a/instat/dlgCreateClimateObject.designer.vb +++ b/instat/dlgCreateClimateObject.designer.vb @@ -45,25 +45,27 @@ Partial Class dlgCreateClimateObject 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 108) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 56) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrDataFrameImportClimateObject ' + Me.ucrDataFrameImportClimateObject.AutoSize = True Me.ucrDataFrameImportClimateObject.bDropUnusedFilterLevels = False Me.ucrDataFrameImportClimateObject.bUseCurrentFilter = True Me.ucrDataFrameImportClimateObject.Location = New System.Drawing.Point(12, 23) Me.ucrDataFrameImportClimateObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameImportClimateObject.Name = "ucrDataFrameImportClimateObject" - Me.ucrDataFrameImportClimateObject.Size = New System.Drawing.Size(127, 41) + Me.ucrDataFrameImportClimateObject.Size = New System.Drawing.Size(151, 43) Me.ucrDataFrameImportClimateObject.TabIndex = 1 ' 'dlgCreateClimateObject ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(433, 186) Me.Controls.Add(Me.ucrDataFrameImportClimateObject) diff --git a/instat/dlgCumulativeDistribution.Designer.vb b/instat/dlgCumulativeDistribution.Designer.vb index bc51312c673..07d77df1015 100644 --- a/instat/dlgCumulativeDistribution.Designer.vb +++ b/instat/dlgCumulativeDistribution.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCumulativeDistribution 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCumulativeDistribution)) Me.lblFactors = New System.Windows.Forms.Label() Me.cmdPlotOptions = New System.Windows.Forms.Button() Me.lblScale = New System.Windows.Forms.Label() @@ -59,123 +58,195 @@ Partial Class dlgCumulativeDistribution ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.AutoSize = True + Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactors.Location = New System.Drawing.Point(275, 220) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(88, 13) + Me.lblFactors.TabIndex = 5 Me.lblFactors.Tag = "Factors_Optional:" + Me.lblFactors.Text = "Factor (Optional):" ' 'cmdPlotOptions ' - resources.ApplyResources(Me.cmdPlotOptions, "cmdPlotOptions") + Me.cmdPlotOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlotOptions.Location = New System.Drawing.Point(10, 238) Me.cmdPlotOptions.Name = "cmdPlotOptions" + Me.cmdPlotOptions.Size = New System.Drawing.Size(150, 23) + Me.cmdPlotOptions.TabIndex = 7 Me.cmdPlotOptions.Tag = "Plot_Options" + Me.cmdPlotOptions.Text = "Plot Options" Me.cmdPlotOptions.UseVisualStyleBackColor = True ' 'lblScale ' - resources.ApplyResources(Me.lblScale, "lblScale") + Me.lblScale.AutoSize = True + Me.lblScale.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblScale.Location = New System.Drawing.Point(193, 267) Me.lblScale.Name = "lblScale" + Me.lblScale.Size = New System.Drawing.Size(51, 13) + Me.lblScale.TabIndex = 11 + Me.lblScale.Text = "Scale by:" + Me.lblScale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblNudby ' - resources.ApplyResources(Me.lblNudby, "lblNudby") + Me.lblNudby.AutoSize = True + Me.lblNudby.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNudby.Location = New System.Drawing.Point(185, 297) Me.lblNudby.Name = "lblNudby" + Me.lblNudby.Size = New System.Drawing.Size(59, 13) + Me.lblNudby.TabIndex = 13 + Me.lblNudby.Text = "In steps of:" + Me.lblNudby.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'rdoCumulative ' - resources.ApplyResources(Me.rdoCumulative, "rdoCumulative") + Me.rdoCumulative.Appearance = System.Windows.Forms.Appearance.Button Me.rdoCumulative.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoCumulative.FlatAppearance.BorderSize = 2 Me.rdoCumulative.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoCumulative.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoCumulative.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCumulative.Location = New System.Drawing.Point(119, 14) Me.rdoCumulative.Name = "rdoCumulative" + Me.rdoCumulative.Size = New System.Drawing.Size(86, 27) + Me.rdoCumulative.TabIndex = 1 Me.rdoCumulative.TabStop = True + Me.rdoCumulative.Text = "Cumulative" + Me.rdoCumulative.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoCumulative.UseVisualStyleBackColor = True ' 'rdoExceedance ' - resources.ApplyResources(Me.rdoExceedance, "rdoExceedance") + Me.rdoExceedance.Appearance = System.Windows.Forms.Appearance.Button Me.rdoExceedance.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoExceedance.FlatAppearance.BorderSize = 2 Me.rdoExceedance.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoExceedance.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoExceedance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoExceedance.Location = New System.Drawing.Point(203, 14) Me.rdoExceedance.Name = "rdoExceedance" + Me.rdoExceedance.Size = New System.Drawing.Size(86, 27) + Me.rdoExceedance.TabIndex = 2 Me.rdoExceedance.TabStop = True + Me.rdoExceedance.Text = "Exceedance" + Me.rdoExceedance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoExceedance.UseVisualStyleBackColor = True ' 'ucrNudBy ' + Me.ucrNudBy.AutoSize = True Me.ucrNudBy.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBy.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudBy, "ucrNudBy") + Me.ucrNudBy.Location = New System.Drawing.Point(278, 294) Me.ucrNudBy.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudBy.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudBy.Name = "ucrNudBy" + Me.ucrNudBy.Size = New System.Drawing.Size(56, 20) + Me.ucrNudBy.TabIndex = 14 Me.ucrNudBy.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputComboScales ' Me.ucrInputComboScales.AddQuotesIfUnrecognised = True + Me.ucrInputComboScales.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboScales.GetSetSelectedIndex = -1 Me.ucrInputComboScales.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboScales, "ucrInputComboScales") + Me.ucrInputComboScales.Location = New System.Drawing.Point(278, 264) Me.ucrInputComboScales.Name = "ucrInputComboScales" + Me.ucrInputComboScales.Size = New System.Drawing.Size(120, 26) + Me.ucrInputComboScales.TabIndex = 12 ' 'ucrPnlOption ' - resources.ApplyResources(Me.ucrPnlOption, "ucrPnlOption") + Me.ucrPnlOption.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrPnlOption.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOption.Location = New System.Drawing.Point(101, 9) Me.ucrPnlOption.Name = "ucrPnlOption" + Me.ucrPnlOption.Size = New System.Drawing.Size(211, 38) + Me.ucrPnlOption.TabIndex = 0 ' 'ucrChkIncludePoints ' + Me.ucrChkIncludePoints.AutoSize = True Me.ucrChkIncludePoints.Checked = False - resources.ApplyResources(Me.ucrChkIncludePoints, "ucrChkIncludePoints") + Me.ucrChkIncludePoints.Location = New System.Drawing.Point(10, 300) Me.ucrChkIncludePoints.Name = "ucrChkIncludePoints" + Me.ucrChkIncludePoints.Size = New System.Drawing.Size(152, 23) + Me.ucrChkIncludePoints.TabIndex = 9 ' 'ucrChkCountsOnYAxis ' + Me.ucrChkCountsOnYAxis.AutoSize = True Me.ucrChkCountsOnYAxis.Checked = False - resources.ApplyResources(Me.ucrChkCountsOnYAxis, "ucrChkCountsOnYAxis") + Me.ucrChkCountsOnYAxis.Location = New System.Drawing.Point(10, 274) Me.ucrChkCountsOnYAxis.Name = "ucrChkCountsOnYAxis" + Me.ucrChkCountsOnYAxis.Size = New System.Drawing.Size(152, 23) + Me.ucrChkCountsOnYAxis.TabIndex = 8 ' 'ucrSaveCumDist ' - resources.ApplyResources(Me.ucrSaveCumDist, "ucrSaveCumDist") + Me.ucrSaveCumDist.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveCumDist.Location = New System.Drawing.Point(10, 327) + Me.ucrSaveCumDist.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveCumDist.Name = "ucrSaveCumDist" + Me.ucrSaveCumDist.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveCumDist.TabIndex = 10 ' 'ucrVariablesAsFactorforCumDist ' + Me.ucrVariablesAsFactorforCumDist.AutoSize = True Me.ucrVariablesAsFactorforCumDist.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorforCumDist, "ucrVariablesAsFactorforCumDist") + Me.ucrVariablesAsFactorforCumDist.Location = New System.Drawing.Point(246, 70) Me.ucrVariablesAsFactorforCumDist.Name = "ucrVariablesAsFactorforCumDist" Me.ucrVariablesAsFactorforCumDist.Selector = Nothing + Me.ucrVariablesAsFactorforCumDist.Size = New System.Drawing.Size(125, 136) Me.ucrVariablesAsFactorforCumDist.strNcFilePath = "" + Me.ucrVariablesAsFactorforCumDist.TabIndex = 4 Me.ucrVariablesAsFactorforCumDist.ucrSelector = Nothing Me.ucrVariablesAsFactorforCumDist.ucrVariableSelector = Nothing ' 'ucrFactorReceiver ' + Me.ucrFactorReceiver.AutoSize = True Me.ucrFactorReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorReceiver, "ucrFactorReceiver") + Me.ucrFactorReceiver.Location = New System.Drawing.Point(278, 235) + Me.ucrFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorReceiver.Name = "ucrFactorReceiver" Me.ucrFactorReceiver.Selector = Nothing + Me.ucrFactorReceiver.Size = New System.Drawing.Size(120, 26) Me.ucrFactorReceiver.strNcFilePath = "" + Me.ucrFactorReceiver.TabIndex = 6 Me.ucrFactorReceiver.ucrSelector = Nothing ' 'ucrCumDistSelector ' + Me.ucrCumDistSelector.AutoSize = True Me.ucrCumDistSelector.bDropUnusedFilterLevels = False Me.ucrCumDistSelector.bShowHiddenColumns = False Me.ucrCumDistSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrCumDistSelector, "ucrCumDistSelector") + Me.ucrCumDistSelector.Location = New System.Drawing.Point(10, 50) + Me.ucrCumDistSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrCumDistSelector.Name = "ucrCumDistSelector" + Me.ucrCumDistSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrCumDistSelector.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 354) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'dlgCumulativeDistribution ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 410) Me.Controls.Add(Me.rdoExceedance) Me.Controls.Add(Me.rdoCumulative) Me.Controls.Add(Me.ucrNudBy) @@ -196,7 +267,9 @@ Partial Class dlgCumulativeDistribution Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCumulativeDistribution" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Cumulative_Distribution" + Me.Text = "Cumulative/Exceedance Graph" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgCumulativeDistribution.resx b/instat/dlgCumulativeDistribution.resx index 551b7fce96a..1af7de150c9 100644 --- a/instat/dlgCumulativeDistribution.resx +++ b/instat/dlgCumulativeDistribution.resx @@ -117,451 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 275, 220 - - - 88, 13 - - - 5 - - - Factor (Optional): - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - NoControl - - - 10, 238 - - - 150, 23 - - - 7 - - - Plot Options - - - cmdPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 193, 267 - - - 51, 13 - - - 11 - - - Scale by: - - - MiddleCenter - - - lblScale - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 185, 297 - - - 59, 13 - - - 13 - - - In steps of: - - - MiddleCenter - - - lblNudby - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Button - - - Flat - - - NoControl - - - 119, 14 - - - 86, 27 - - - 1 - - - Cumulative - - - MiddleCenter - - - rdoCumulative - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - NoControl - - - 203, 14 - - - 86, 27 - - - 2 - - - Exceedance - - - MiddleCenter - - - rdoExceedance - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 278, 294 - - - 56, 20 - - - 14 - - - ucrNudBy - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 278, 264 - - - 120, 26 - - - 12 - - - ucrInputComboScales - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - None - - - 101, 9 - - - 211, 38 - - - 0 - - - ucrPnlOption - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 10, 300 - - - 152, 19 - - - 9 - - - ucrChkIncludePoints - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 274 - - - 152, 19 - - - 8 - - - ucrChkCountsOnYAxis - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 327 - - - 4, 5, 4, 5 - - - 320, 24 - - - 10 - - - ucrSaveCumDist - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 13 - - - True - - - 415, 410 - - - 278, 235 - - - 0, 0, 0, 0 - - - 120, 26 - - - 6 - - - ucrFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 50 - - - 0, 0, 0, 0 - - - 211, 180 - - - 3 - - - ucrCumDistSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 354 - - - 410, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Cumulative/Exceedance Graph - - - dlgCumulativeDistribution - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 246, 70 - - - 125, 136 - - - 4 - - - ucrVariablesAsFactorforCumDist - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgCumulativeExceedance.designer.vb b/instat/dlgCumulativeExceedance.designer.vb index 36c96428076..7237e048b4c 100644 --- a/instat/dlgCumulativeExceedance.designer.vb +++ b/instat/dlgCumulativeExceedance.designer.vb @@ -76,9 +76,10 @@ Partial Class dlgCumulativeExceedance 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(30, 338) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'grpOptioins @@ -341,8 +342,8 @@ Partial Class dlgCumulativeExceedance ' 'dlgCumulativeExceedance ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(560, 404) Me.Controls.Add(Me.txtLegendLabel) diff --git a/instat/dlgDataFrameMetadata.Designer.vb b/instat/dlgDataFrameMetadata.Designer.vb index 558304d9c92..8d354c71650 100644 --- a/instat/dlgDataFrameMetadata.Designer.vb +++ b/instat/dlgDataFrameMetadata.Designer.vb @@ -38,25 +38,32 @@ Partial Class dlgDataFrameMetaData 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDataFrameMetaData)) Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 197) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgDataFrameMetaData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 261) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDataFrameMetaData" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Sheet_Metadata" + Me.Text = "Sheet Metadata" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDataFrameMetadata.resx b/instat/dlgDataFrameMetadata.resx index f93299deb28..29dcb1b3a35 100644 --- a/instat/dlgDataFrameMetadata.resx +++ b/instat/dlgDataFrameMetadata.resx @@ -117,55 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 197 - - - 410, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 420, 261 - - - - CenterScreen - - - Sheet Metadata - - - dlgDataFrameMetaData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgDayMonth.designer.vb b/instat/dlgDayMonth.designer.vb index 1e2be8fd008..1f5e4660a47 100644 --- a/instat/dlgDayMonth.designer.vb +++ b/instat/dlgDayMonth.designer.vb @@ -90,14 +90,16 @@ Partial Class dlgDayMonth 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 148) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrInputColumnName1 ' Me.ucrInputColumnName1.AddQuotesIfUnrecognised = True + Me.ucrInputColumnName1.AutoSize = True Me.ucrInputColumnName1.IsMultiline = False Me.ucrInputColumnName1.IsReadOnly = False Me.ucrInputColumnName1.Location = New System.Drawing.Point(161, 67) @@ -108,6 +110,7 @@ Partial Class dlgDayMonth 'ucrInputTimePeriod ' Me.ucrInputTimePeriod.AddQuotesIfUnrecognised = True + Me.ucrInputTimePeriod.AutoSize = True Me.ucrInputTimePeriod.IsMultiline = False Me.ucrInputTimePeriod.IsReadOnly = False Me.ucrInputTimePeriod.Location = New System.Drawing.Point(161, 94) @@ -118,6 +121,7 @@ Partial Class dlgDayMonth 'ucrInputRequiredTimeFormat ' Me.ucrInputRequiredTimeFormat.AddQuotesIfUnrecognised = True + Me.ucrInputRequiredTimeFormat.AutoSize = True Me.ucrInputRequiredTimeFormat.IsMultiline = False Me.ucrInputRequiredTimeFormat.IsReadOnly = False Me.ucrInputRequiredTimeFormat.Location = New System.Drawing.Point(161, 121) @@ -127,8 +131,8 @@ Partial Class dlgDayMonth ' 'dlgDayMonth ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(441, 211) Me.Controls.Add(Me.ucrInputRequiredTimeFormat) diff --git a/instat/dlgDefineCRI.Designer.vb b/instat/dlgDefineCRI.Designer.vb index 15870552826..54a09c7e594 100644 --- a/instat/dlgDefineCRI.Designer.vb +++ b/instat/dlgDefineCRI.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCorruptionDefineCRI 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCorruptionDefineCRI)) Me.cmdEdit = New System.Windows.Forms.Button() Me.cmdDelete = New System.Windows.Forms.Button() Me.cmdAddComponent = New System.Windows.Forms.Button() @@ -59,115 +58,177 @@ Partial Class dlgCorruptionDefineCRI ' 'cmdEdit ' - resources.ApplyResources(Me.cmdEdit, "cmdEdit") + Me.cmdEdit.Location = New System.Drawing.Point(507, 251) Me.cmdEdit.Name = "cmdEdit" + Me.cmdEdit.Size = New System.Drawing.Size(67, 23) + Me.cmdEdit.TabIndex = 9 + Me.cmdEdit.Text = "Edit" Me.cmdEdit.UseVisualStyleBackColor = True ' 'cmdDelete ' - resources.ApplyResources(Me.cmdDelete, "cmdDelete") + Me.cmdDelete.Location = New System.Drawing.Point(583, 251) Me.cmdDelete.Name = "cmdDelete" + Me.cmdDelete.Size = New System.Drawing.Size(67, 23) + Me.cmdDelete.TabIndex = 10 + Me.cmdDelete.Text = "Delete" Me.cmdDelete.UseVisualStyleBackColor = True ' 'cmdAddComponent ' - resources.ApplyResources(Me.cmdAddComponent, "cmdAddComponent") + Me.cmdAddComponent.Location = New System.Drawing.Point(379, 92) Me.cmdAddComponent.Name = "cmdAddComponent" + Me.cmdAddComponent.Size = New System.Drawing.Size(110, 23) + Me.cmdAddComponent.TabIndex = 6 + Me.cmdAddComponent.Text = "Add Component" Me.cmdAddComponent.UseVisualStyleBackColor = True ' 'lblReceiverRedFlag ' - resources.ApplyResources(Me.lblReceiverRedFlag, "lblReceiverRedFlag") + Me.lblReceiverRedFlag.AutoSize = True + Me.lblReceiverRedFlag.Location = New System.Drawing.Point(224, 44) Me.lblReceiverRedFlag.Name = "lblReceiverRedFlag" + Me.lblReceiverRedFlag.Size = New System.Drawing.Size(64, 13) + Me.lblReceiverRedFlag.TabIndex = 1 + Me.lblReceiverRedFlag.Text = "Component:" ' 'lblWeights ' - resources.ApplyResources(Me.lblWeights, "lblWeights") + Me.lblWeights.AutoSize = True + Me.lblWeights.Location = New System.Drawing.Point(224, 98) Me.lblWeights.Name = "lblWeights" + Me.lblWeights.Size = New System.Drawing.Size(49, 13) + Me.lblWeights.TabIndex = 3 + Me.lblWeights.Text = "Weights:" ' 'lblIndexComponentsList ' - resources.ApplyResources(Me.lblIndexComponentsList, "lblIndexComponentsList") + Me.lblIndexComponentsList.AutoSize = True + Me.lblIndexComponentsList.Location = New System.Drawing.Point(507, 46) Me.lblIndexComponentsList.Name = "lblIndexComponentsList" + Me.lblIndexComponentsList.Size = New System.Drawing.Size(98, 13) + Me.lblIndexComponentsList.TabIndex = 7 + Me.lblIndexComponentsList.Text = "Index Components:" ' 'lstIndexComponents ' Me.lstIndexComponents.FullRowSelect = True Me.lstIndexComponents.HideSelection = False - resources.ApplyResources(Me.lstIndexComponents, "lstIndexComponents") + Me.lstIndexComponents.Location = New System.Drawing.Point(506, 63) Me.lstIndexComponents.Name = "lstIndexComponents" + Me.lstIndexComponents.Size = New System.Drawing.Size(171, 182) + Me.lstIndexComponents.TabIndex = 8 Me.lstIndexComponents.UseCompatibleStateImageBehavior = False Me.lstIndexComponents.View = System.Windows.Forms.View.Details ' 'lblModelPreview ' - resources.ApplyResources(Me.lblModelPreview, "lblModelPreview") + Me.lblModelPreview.AutoSize = True + Me.lblModelPreview.Location = New System.Drawing.Point(8, 332) Me.lblModelPreview.Name = "lblModelPreview" + Me.lblModelPreview.Size = New System.Drawing.Size(48, 13) + Me.lblModelPreview.TabIndex = 12 + Me.lblModelPreview.Text = "Preview:" ' 'ucrSaveCRI ' - resources.ApplyResources(Me.ucrSaveCRI, "ucrSaveCRI") + Me.ucrSaveCRI.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveCRI.Location = New System.Drawing.Point(10, 380) + Me.ucrSaveCRI.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveCRI.Name = "ucrSaveCRI" + Me.ucrSaveCRI.Size = New System.Drawing.Size(397, 24) + Me.ucrSaveCRI.TabIndex = 14 ' 'ucrInputCRIPreview ' Me.ucrInputCRIPreview.AddQuotesIfUnrecognised = True + Me.ucrInputCRIPreview.AutoSize = True Me.ucrInputCRIPreview.IsMultiline = False Me.ucrInputCRIPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCRIPreview, "ucrInputCRIPreview") + Me.ucrInputCRIPreview.Location = New System.Drawing.Point(64, 329) + Me.ucrInputCRIPreview.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputCRIPreview.Name = "ucrInputCRIPreview" + Me.ucrInputCRIPreview.Size = New System.Drawing.Size(452, 45) + Me.ucrInputCRIPreview.TabIndex = 13 ' 'ucrNudWeights ' + Me.ucrNudWeights.AutoSize = True Me.ucrNudWeights.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWeights.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudWeights, "ucrNudWeights") + Me.ucrNudWeights.Location = New System.Drawing.Point(279, 95) + Me.ucrNudWeights.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudWeights.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudWeights.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWeights.Name = "ucrNudWeights" + Me.ucrNudWeights.Size = New System.Drawing.Size(50, 20) + Me.ucrNudWeights.TabIndex = 4 Me.ucrNudWeights.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrGridWeights ' - resources.ApplyResources(Me.ucrGridWeights, "ucrGridWeights") + Me.ucrGridWeights.AutoSize = True Me.ucrGridWeights.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ucrGridWeights.clsReceiver = Nothing + Me.ucrGridWeights.Location = New System.Drawing.Point(226, 121) + Me.ucrGridWeights.Margin = New System.Windows.Forms.Padding(5) Me.ucrGridWeights.Name = "ucrGridWeights" Me.ucrGridWeights.shtCurrSheet = Nothing + Me.ucrGridWeights.Size = New System.Drawing.Size(263, 202) + Me.ucrGridWeights.TabIndex = 5 Me.ucrGridWeights.ucrChkLevels = Nothing ' 'ucrReceiverRedFlag ' + Me.ucrReceiverRedFlag.AutoSize = True Me.ucrReceiverRedFlag.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRedFlag, "ucrReceiverRedFlag") + Me.ucrReceiverRedFlag.Location = New System.Drawing.Point(226, 59) + Me.ucrReceiverRedFlag.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRedFlag.Name = "ucrReceiverRedFlag" Me.ucrReceiverRedFlag.Selector = Nothing + Me.ucrReceiverRedFlag.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRedFlag.strNcFilePath = "" + Me.ucrReceiverRedFlag.TabIndex = 2 Me.ucrReceiverRedFlag.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 409) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'ucrSelectorCRI ' + Me.ucrSelectorCRI.AutoSize = True Me.ucrSelectorCRI.bDropUnusedFilterLevels = False Me.ucrSelectorCRI.bShowHiddenColumns = False Me.ucrSelectorCRI.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCRI, "ucrSelectorCRI") + Me.ucrSelectorCRI.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorCRI.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCRI.Name = "ucrSelectorCRI" + Me.ucrSelectorCRI.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCRI.TabIndex = 0 ' 'ucrChkScaleNumeric ' + Me.ucrChkScaleNumeric.AutoSize = True Me.ucrChkScaleNumeric.Checked = False - resources.ApplyResources(Me.ucrChkScaleNumeric, "ucrChkScaleNumeric") + Me.ucrChkScaleNumeric.Location = New System.Drawing.Point(507, 280) + Me.ucrChkScaleNumeric.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkScaleNumeric.Name = "ucrChkScaleNumeric" + Me.ucrChkScaleNumeric.Size = New System.Drawing.Size(143, 23) + Me.ucrChkScaleNumeric.TabIndex = 11 ' 'dlgCorruptionDefineCRI ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(682, 463) Me.Controls.Add(Me.ucrSaveCRI) Me.Controls.Add(Me.ucrInputCRIPreview) Me.Controls.Add(Me.lblModelPreview) @@ -188,6 +249,8 @@ Partial Class dlgCorruptionDefineCRI Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCorruptionDefineCRI" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Define Corruption Risk Index (CRI)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDefineCRI.resx b/instat/dlgDefineCRI.resx index 3e717172894..29dcb1b3a35 100644 --- a/instat/dlgDefineCRI.resx +++ b/instat/dlgDefineCRI.resx @@ -117,430 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 507, 251 - - - 67, 23 - - - - 9 - - - Edit - - - cmdEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - 583, 251 - - - 67, 23 - - - 10 - - - Delete - - - cmdDelete - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 379, 92 - - - 110, 23 - - - 6 - - - Add Component - - - cmdAddComponent - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - 224, 44 - - - 64, 13 - - - 1 - - - Component: - - - lblReceiverRedFlag - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 224, 98 - - - 49, 13 - - - 3 - - - Weights: - - - lblWeights - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - 507, 46 - - - 98, 13 - - - 7 - - - Index Components: - - - lblIndexComponentsList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 506, 63 - - - 171, 182 - - - 8 - - - lstIndexComponents - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 8, 332 - - - 48, 13 - - - 12 - - - Preview: - - - lblModelPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 380 - - - - 5, 5, 5, 5 - - - 397, 24 - - - 14 - - - ucrSaveCRI - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 64, 329 - - - 7, 6, 7, 6 - - - 452, 45 - - - 13 - - - ucrInputCRIPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 279, 95 - - - 5, 5, 5, 5 - - - 50, 20 - - - 4 - - - ucrNudWeights - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 226, 121 - - - 5, 5, 5, 5 - - - 263, 202 - - - 5 - - - ucrGridWeights - - - instat.ucrFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 682, 463 - - - True - - - 10, 409 - - - 4, 4, 4, 4 - - - 410, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorCRI - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 507, 280 - - - 5, 5, 5, 5 - - - 143, 20 - - - 11 - - - ucrChkScaleNumeric - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Define Corruption Risk Index (CRI) - - - dlgCorruptionDefineCRI - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 226, 59 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverRedFlag - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgDefineCorruption.Designer.vb b/instat/dlgDefineCorruption.Designer.vb index 5ba5f3c4ae8..d560a9ad1e2 100644 --- a/instat/dlgDefineCorruption.Designer.vb +++ b/instat/dlgDefineCorruption.Designer.vb @@ -77,22 +77,24 @@ Partial Class dlgDefineCorruption ' 'ucrDefineCorruptionSelector ' + Me.ucrDefineCorruptionSelector.AutoSize = True Me.ucrDefineCorruptionSelector.bDropUnusedFilterLevels = False Me.ucrDefineCorruptionSelector.bShowHiddenColumns = False Me.ucrDefineCorruptionSelector.bUseCurrentFilter = True Me.ucrDefineCorruptionSelector.Location = New System.Drawing.Point(10, 10) Me.ucrDefineCorruptionSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrDefineCorruptionSelector.Name = "ucrDefineCorruptionSelector" - Me.ucrDefineCorruptionSelector.Size = New System.Drawing.Size(210, 180) + Me.ucrDefineCorruptionSelector.Size = New System.Drawing.Size(213, 183) Me.ucrDefineCorruptionSelector.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 377) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 34 ' 'lblNoBidsReceived @@ -106,6 +108,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverNoBids ' + Me.ucrReceiverNoBids.AutoSize = True Me.ucrReceiverNoBids.frmParent = Me Me.ucrReceiverNoBids.Location = New System.Drawing.Point(414, 42) Me.ucrReceiverNoBids.Margin = New System.Windows.Forms.Padding(0) @@ -118,6 +121,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverProcedureType ' + Me.ucrReceiverProcedureType.AutoSize = True Me.ucrReceiverProcedureType.frmParent = Me Me.ucrReceiverProcedureType.Location = New System.Drawing.Point(414, 128) Me.ucrReceiverProcedureType.Margin = New System.Windows.Forms.Padding(0) @@ -139,6 +143,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverContractValue ' + Me.ucrReceiverContractValue.AutoSize = True Me.ucrReceiverContractValue.frmParent = Me Me.ucrReceiverContractValue.Location = New System.Drawing.Point(414, 257) Me.ucrReceiverContractValue.Margin = New System.Windows.Forms.Padding(0) @@ -160,6 +165,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverNoConsideredBids ' + Me.ucrReceiverNoConsideredBids.AutoSize = True Me.ucrReceiverNoConsideredBids.frmParent = Me Me.ucrReceiverNoConsideredBids.Location = New System.Drawing.Point(414, 85) Me.ucrReceiverNoConsideredBids.Margin = New System.Windows.Forms.Padding(0) @@ -172,6 +178,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverWinnerCountry ' + Me.ucrReceiverWinnerCountry.AutoSize = True Me.ucrReceiverWinnerCountry.frmParent = Me Me.ucrReceiverWinnerCountry.Location = New System.Drawing.Point(414, 214) Me.ucrReceiverWinnerCountry.Margin = New System.Windows.Forms.Padding(0) @@ -202,6 +209,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverProcuringAuthority ' + Me.ucrReceiverProcuringAuthority.AutoSize = True Me.ucrReceiverProcuringAuthority.frmParent = Me Me.ucrReceiverProcuringAuthority.Location = New System.Drawing.Point(251, 128) Me.ucrReceiverProcuringAuthority.Margin = New System.Windows.Forms.Padding(0) @@ -223,6 +231,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverCountry ' + Me.ucrReceiverCountry.AutoSize = True Me.ucrReceiverCountry.frmParent = Me Me.ucrReceiverCountry.Location = New System.Drawing.Point(251, 42) Me.ucrReceiverCountry.Margin = New System.Windows.Forms.Padding(0) @@ -235,6 +244,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverSignatureDate ' + Me.ucrReceiverSignatureDate.AutoSize = True Me.ucrReceiverSignatureDate.frmParent = Me Me.ucrReceiverSignatureDate.Location = New System.Drawing.Point(251, 214) Me.ucrReceiverSignatureDate.Margin = New System.Windows.Forms.Padding(0) @@ -247,6 +257,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverContractSector ' + Me.ucrReceiverContractSector.AutoSize = True Me.ucrReceiverContractSector.frmParent = Me Me.ucrReceiverContractSector.Location = New System.Drawing.Point(251, 300) Me.ucrReceiverContractSector.Margin = New System.Windows.Forms.Padding(0) @@ -259,6 +270,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverProcurementCategory ' + Me.ucrReceiverProcurementCategory.AutoSize = True Me.ucrReceiverProcurementCategory.frmParent = Me Me.ucrReceiverProcurementCategory.Location = New System.Drawing.Point(251, 346) Me.ucrReceiverProcurementCategory.Margin = New System.Windows.Forms.Padding(0) @@ -271,6 +283,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverWinnerName ' + Me.ucrReceiverWinnerName.AutoSize = True Me.ucrReceiverWinnerName.frmParent = Me Me.ucrReceiverWinnerName.Location = New System.Drawing.Point(414, 171) Me.ucrReceiverWinnerName.Margin = New System.Windows.Forms.Padding(0) @@ -319,6 +332,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverAwardDate ' + Me.ucrReceiverAwardDate.AutoSize = True Me.ucrReceiverAwardDate.frmParent = Me Me.ucrReceiverAwardDate.Location = New System.Drawing.Point(251, 171) Me.ucrReceiverAwardDate.Margin = New System.Windows.Forms.Padding(0) @@ -331,6 +345,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverContractTitle ' + Me.ucrReceiverContractTitle.AutoSize = True Me.ucrReceiverContractTitle.frmParent = Me Me.ucrReceiverContractTitle.Location = New System.Drawing.Point(251, 257) Me.ucrReceiverContractTitle.Margin = New System.Windows.Forms.Padding(0) @@ -379,6 +394,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverFiscalYear ' + Me.ucrReceiverFiscalYear.AutoSize = True Me.ucrReceiverFiscalYear.frmParent = Me Me.ucrReceiverFiscalYear.Location = New System.Drawing.Point(414, 300) Me.ucrReceiverFiscalYear.Margin = New System.Windows.Forms.Padding(0) @@ -400,6 +416,7 @@ Partial Class dlgDefineCorruption ' 'ucrReceiverRegion ' + Me.ucrReceiverRegion.AutoSize = True Me.ucrReceiverRegion.frmParent = Me Me.ucrReceiverRegion.Location = New System.Drawing.Point(251, 85) Me.ucrReceiverRegion.Margin = New System.Windows.Forms.Padding(0) @@ -412,11 +429,12 @@ Partial Class dlgDefineCorruption ' 'ucrChkAutoGenerate ' + Me.ucrChkAutoGenerate.AutoSize = True Me.ucrChkAutoGenerate.Checked = False Me.ucrChkAutoGenerate.Location = New System.Drawing.Point(10, 265) Me.ucrChkAutoGenerate.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkAutoGenerate.Name = "ucrChkAutoGenerate" - Me.ucrChkAutoGenerate.Size = New System.Drawing.Size(120, 20) + Me.ucrChkAutoGenerate.Size = New System.Drawing.Size(120, 23) Me.ucrChkAutoGenerate.TabIndex = 31 ' 'cmdCountryLevel @@ -439,8 +457,8 @@ Partial Class dlgDefineCorruption ' 'dlgDefineCorruption ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(553, 437) Me.Controls.Add(Me.cmdCalculatedColumns) diff --git a/instat/dlgDefineCorruptionOutputs.Designer.vb b/instat/dlgDefineCorruptionOutputs.Designer.vb index 1cbcb83700b..3354a44b26c 100644 --- a/instat/dlgDefineCorruptionOutputs.Designer.vb +++ b/instat/dlgDefineCorruptionOutputs.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCorruptionDefineOutputs 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCorruptionDefineOutputs)) Me.ucrBase = New instat.ucrButtons() Me.ucrReceiverCorruptionOutputs = New instat.ucrReceiverMultiple() Me.ucrSelectorCorruptionOutputs = New instat.ucrSelectorByDataFrameAddRemove() @@ -47,35 +46,54 @@ Partial Class dlgCorruptionDefineOutputs ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 199) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'ucrReceiverCorruptionOutputs ' + Me.ucrReceiverCorruptionOutputs.AutoSize = True Me.ucrReceiverCorruptionOutputs.frmParent = Me - resources.ApplyResources(Me.ucrReceiverCorruptionOutputs, "ucrReceiverCorruptionOutputs") + Me.ucrReceiverCorruptionOutputs.Location = New System.Drawing.Point(271, 60) + Me.ucrReceiverCorruptionOutputs.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverCorruptionOutputs.Name = "ucrReceiverCorruptionOutputs" Me.ucrReceiverCorruptionOutputs.Selector = Nothing + Me.ucrReceiverCorruptionOutputs.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverCorruptionOutputs.strNcFilePath = "" + Me.ucrReceiverCorruptionOutputs.TabIndex = 2 Me.ucrReceiverCorruptionOutputs.ucrSelector = Nothing ' 'ucrSelectorCorruptionOutputs ' + Me.ucrSelectorCorruptionOutputs.AutoSize = True Me.ucrSelectorCorruptionOutputs.bDropUnusedFilterLevels = False Me.ucrSelectorCorruptionOutputs.bShowHiddenColumns = False Me.ucrSelectorCorruptionOutputs.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorCorruptionOutputs, "ucrSelectorCorruptionOutputs") + Me.ucrSelectorCorruptionOutputs.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorCorruptionOutputs.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorCorruptionOutputs.Name = "ucrSelectorCorruptionOutputs" + Me.ucrSelectorCorruptionOutputs.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorCorruptionOutputs.TabIndex = 0 ' 'lblCorruptionOutputs ' - resources.ApplyResources(Me.lblCorruptionOutputs, "lblCorruptionOutputs") + Me.lblCorruptionOutputs.AutoSize = True + Me.lblCorruptionOutputs.Location = New System.Drawing.Point(271, 45) Me.lblCorruptionOutputs.Name = "lblCorruptionOutputs" + Me.lblCorruptionOutputs.Size = New System.Drawing.Size(98, 13) + Me.lblCorruptionOutputs.TabIndex = 1 + Me.lblCorruptionOutputs.Text = "Corruption Outputs:" ' 'dlgCorruptionDefineOutputs ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 260) Me.Controls.Add(Me.lblCorruptionOutputs) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrReceiverCorruptionOutputs) @@ -84,6 +102,8 @@ Partial Class dlgCorruptionDefineOutputs Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCorruptionDefineOutputs" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Define Corruption Indicators" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDefineCorruptionOutputs.resx b/instat/dlgDefineCorruptionOutputs.resx index 35153c898ac..29dcb1b3a35 100644 --- a/instat/dlgDefineCorruptionOutputs.resx +++ b/instat/dlgDefineCorruptionOutputs.resx @@ -117,133 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 199 - - - - 4, 4, 4, 4 - - - 410, 52 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 422, 260 - - - True - - - 271, 45 - - - 98, 13 - - - 1 - - - Corruption Outputs: - - - lblCorruptionOutputs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorCorruptionOutputs - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - CenterScreen - - - Define Corruption Indicators - - - dlgCorruptionDefineOutputs - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 271, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverCorruptionOutputs - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgDefineOptionsByContext.Designer.vb b/instat/dlgDefineOptionsByContext.Designer.vb index 4586e4478bf..6a9d2daf56c 100644 --- a/instat/dlgDefineOptionsByContext.Designer.vb +++ b/instat/dlgDefineOptionsByContext.Designer.vb @@ -70,20 +70,22 @@ Partial Class dlgDefineOptionsByContext 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 469) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 11 ' 'ucrSelectorOptionsByContext ' + Me.ucrSelectorOptionsByContext.AutoSize = True Me.ucrSelectorOptionsByContext.bDropUnusedFilterLevels = False Me.ucrSelectorOptionsByContext.bShowHiddenColumns = False Me.ucrSelectorOptionsByContext.bUseCurrentFilter = True Me.ucrSelectorOptionsByContext.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorOptionsByContext.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOptionsByContext.Name = "ucrSelectorOptionsByContext" - Me.ucrSelectorOptionsByContext.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorOptionsByContext.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorOptionsByContext.TabIndex = 0 ' 'lblOptionOther @@ -97,6 +99,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverOptionOther ' + Me.ucrReceiverOptionOther.AutoSize = True Me.ucrReceiverOptionOther.frmParent = Me Me.ucrReceiverOptionOther.Location = New System.Drawing.Point(8, 78) Me.ucrReceiverOptionOther.Margin = New System.Windows.Forms.Padding(0) @@ -109,6 +112,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverContextOther ' + Me.ucrReceiverContextOther.AutoSize = True Me.ucrReceiverContextOther.frmParent = Me Me.ucrReceiverContextOther.Location = New System.Drawing.Point(8, 214) Me.ucrReceiverContextOther.Margin = New System.Windows.Forms.Padding(0) @@ -130,6 +134,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverMeasurementOther ' + Me.ucrReceiverMeasurementOther.AutoSize = True Me.ucrReceiverMeasurementOther.frmParent = Me Me.ucrReceiverMeasurementOther.Location = New System.Drawing.Point(8, 78) Me.ucrReceiverMeasurementOther.Margin = New System.Windows.Forms.Padding(0) @@ -151,6 +156,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverOption1 ' + Me.ucrReceiverOption1.AutoSize = True Me.ucrReceiverOption1.frmParent = Me Me.ucrReceiverOption1.Location = New System.Drawing.Point(8, 32) Me.ucrReceiverOption1.Margin = New System.Windows.Forms.Padding(0) @@ -181,6 +187,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverMeasurement1 ' + Me.ucrReceiverMeasurement1.AutoSize = True Me.ucrReceiverMeasurement1.frmParent = Me Me.ucrReceiverMeasurement1.Location = New System.Drawing.Point(8, 34) Me.ucrReceiverMeasurement1.Margin = New System.Windows.Forms.Padding(0) @@ -202,6 +209,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverContext2 ' + Me.ucrReceiverContext2.AutoSize = True Me.ucrReceiverContext2.frmParent = Me Me.ucrReceiverContext2.Location = New System.Drawing.Point(8, 78) Me.ucrReceiverContext2.Margin = New System.Windows.Forms.Padding(0) @@ -223,6 +231,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverContext1 ' + Me.ucrReceiverContext1.AutoSize = True Me.ucrReceiverContext1.frmParent = Me Me.ucrReceiverContext1.Location = New System.Drawing.Point(8, 32) Me.ucrReceiverContext1.Margin = New System.Windows.Forms.Padding(0) @@ -244,6 +253,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverContext4 ' + Me.ucrReceiverContext4.AutoSize = True Me.ucrReceiverContext4.frmParent = Me Me.ucrReceiverContext4.Location = New System.Drawing.Point(8, 170) Me.ucrReceiverContext4.Margin = New System.Windows.Forms.Padding(0) @@ -265,6 +275,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverContext3 ' + Me.ucrReceiverContext3.AutoSize = True Me.ucrReceiverContext3.frmParent = Me Me.ucrReceiverContext3.Location = New System.Drawing.Point(8, 124) Me.ucrReceiverContext3.Margin = New System.Windows.Forms.Padding(0) @@ -353,6 +364,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverIDOther ' + Me.ucrReceiverIDOther.AutoSize = True Me.ucrReceiverIDOther.frmParent = Me Me.ucrReceiverIDOther.Location = New System.Drawing.Point(8, 78) Me.ucrReceiverIDOther.Margin = New System.Windows.Forms.Padding(0) @@ -365,6 +377,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverID1 ' + Me.ucrReceiverID1.AutoSize = True Me.ucrReceiverID1.frmParent = Me Me.ucrReceiverID1.Location = New System.Drawing.Point(8, 34) Me.ucrReceiverID1.Margin = New System.Windows.Forms.Padding(0) @@ -378,6 +391,7 @@ Partial Class dlgDefineOptionsByContext 'ucrInputKeyCheck ' Me.ucrInputKeyCheck.AddQuotesIfUnrecognised = True + Me.ucrInputKeyCheck.AutoSize = True Me.ucrInputKeyCheck.IsMultiline = False Me.ucrInputKeyCheck.IsReadOnly = False Me.ucrInputKeyCheck.Location = New System.Drawing.Point(104, 440) @@ -388,6 +402,7 @@ Partial Class dlgDefineOptionsByContext 'ucrInputKeyColumns ' Me.ucrInputKeyColumns.AddQuotesIfUnrecognised = True + Me.ucrInputKeyColumns.AutoSize = True Me.ucrInputKeyColumns.IsMultiline = False Me.ucrInputKeyColumns.IsReadOnly = False Me.ucrInputKeyColumns.Location = New System.Drawing.Point(104, 409) @@ -455,6 +470,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverBlockingOther ' + Me.ucrReceiverBlockingOther.AutoSize = True Me.ucrReceiverBlockingOther.frmParent = Me Me.ucrReceiverBlockingOther.Location = New System.Drawing.Point(9, 78) Me.ucrReceiverBlockingOther.Margin = New System.Windows.Forms.Padding(0) @@ -467,6 +483,7 @@ Partial Class dlgDefineOptionsByContext ' 'ucrReceiverBlocking1 ' + Me.ucrReceiverBlocking1.AutoSize = True Me.ucrReceiverBlocking1.frmParent = Me Me.ucrReceiverBlocking1.Location = New System.Drawing.Point(9, 34) Me.ucrReceiverBlocking1.Margin = New System.Windows.Forms.Padding(0) @@ -479,8 +496,8 @@ Partial Class dlgDefineOptionsByContext ' 'dlgDefineOptionsByContext ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(594, 528) Me.Controls.Add(Me.grpBlockingVariables) diff --git a/instat/dlgDefineRedFlags.Designer.vb b/instat/dlgDefineRedFlags.Designer.vb index 4583a58b6e7..38a23e59d72 100644 --- a/instat/dlgDefineRedFlags.Designer.vb +++ b/instat/dlgDefineRedFlags.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDefineRedFlags 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDefineRedFlags)) Me.ucrBase = New instat.ucrButtons() Me.ucrReceiverRedFlag = New instat.ucrReceiverMultiple() Me.ucrSelectorDefineRedFlag = New instat.ucrSelectorByDataFrameAddRemove() @@ -47,35 +46,53 @@ Partial Class dlgDefineRedFlags ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 202) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'ucrReceiverRedFlag ' + Me.ucrReceiverRedFlag.AutoSize = True Me.ucrReceiverRedFlag.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRedFlag, "ucrReceiverRedFlag") + Me.ucrReceiverRedFlag.Location = New System.Drawing.Point(271, 60) + Me.ucrReceiverRedFlag.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRedFlag.Name = "ucrReceiverRedFlag" Me.ucrReceiverRedFlag.Selector = Nothing + Me.ucrReceiverRedFlag.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverRedFlag.strNcFilePath = "" + Me.ucrReceiverRedFlag.TabIndex = 2 Me.ucrReceiverRedFlag.ucrSelector = Nothing ' 'ucrSelectorDefineRedFlag ' + Me.ucrSelectorDefineRedFlag.AutoSize = True Me.ucrSelectorDefineRedFlag.bDropUnusedFilterLevels = False Me.ucrSelectorDefineRedFlag.bShowHiddenColumns = False Me.ucrSelectorDefineRedFlag.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDefineRedFlag, "ucrSelectorDefineRedFlag") + Me.ucrSelectorDefineRedFlag.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDefineRedFlag.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDefineRedFlag.Name = "ucrSelectorDefineRedFlag" + Me.ucrSelectorDefineRedFlag.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDefineRedFlag.TabIndex = 0 ' 'lblRedFlags ' - resources.ApplyResources(Me.lblRedFlags, "lblRedFlags") + Me.lblRedFlags.AutoSize = True + Me.lblRedFlags.Location = New System.Drawing.Point(271, 45) Me.lblRedFlags.Name = "lblRedFlags" + Me.lblRedFlags.Size = New System.Drawing.Size(58, 13) + Me.lblRedFlags.TabIndex = 1 + Me.lblRedFlags.Text = "Red Flags:" ' 'dlgDefineRedFlags ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 260) Me.Controls.Add(Me.lblRedFlags) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrReceiverRedFlag) @@ -84,6 +101,8 @@ Partial Class dlgDefineRedFlags Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDefineRedFlags" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Define Red Flags" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDefineRedFlags.resx b/instat/dlgDefineRedFlags.resx index ad0c635dddd..29dcb1b3a35 100644 --- a/instat/dlgDefineRedFlags.resx +++ b/instat/dlgDefineRedFlags.resx @@ -117,130 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 202 - - - 410, 52 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 420, 260 - - - True - - - 271, 45 - - - 58, 13 - - - 1 - - - Red Flags: - - - lblRedFlags - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorDefineRedFlag - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - CenterScreen - - - Define Red Flags - - - dlgDefineRedFlags - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 271, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverRedFlag - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgDeleteDataFrames.Designer.vb b/instat/dlgDeleteDataFrames.Designer.vb index 8def10895da..225f04b8cf2 100644 --- a/instat/dlgDeleteDataFrames.Designer.vb +++ b/instat/dlgDeleteDataFrames.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDeleteDataFrames 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDeleteDataFrames)) Me.lblDataframes = New System.Windows.Forms.Label() Me.lblAppendToDataframe = New System.Windows.Forms.Label() Me.ucrBase = New instat.ucrButtons() @@ -48,38 +47,60 @@ Partial Class dlgDeleteDataFrames ' 'lblDataframes ' - resources.ApplyResources(Me.lblDataframes, "lblDataframes") + Me.lblDataframes.AutoSize = True + Me.lblDataframes.Location = New System.Drawing.Point(12, 17) Me.lblDataframes.Name = "lblDataframes" + Me.lblDataframes.Size = New System.Drawing.Size(70, 13) + Me.lblDataframes.TabIndex = 0 + Me.lblDataframes.Text = "Data Frames:" ' 'lblAppendToDataframe ' - resources.ApplyResources(Me.lblAppendToDataframe, "lblAppendToDataframe") + Me.lblAppendToDataframe.AutoSize = True + Me.lblAppendToDataframe.Location = New System.Drawing.Point(253, 17) Me.lblAppendToDataframe.Name = "lblAppendToDataframe" + Me.lblAppendToDataframe.Size = New System.Drawing.Size(115, 13) + Me.lblAppendToDataframe.TabIndex = 2 + Me.lblAppendToDataframe.Text = "Selected Data Frames:" ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 177) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrReceiverDataFrames ' + Me.ucrReceiverDataFrames.AutoSize = True Me.ucrReceiverDataFrames.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDataFrames, "ucrReceiverDataFrames") + Me.ucrReceiverDataFrames.Location = New System.Drawing.Point(253, 33) + Me.ucrReceiverDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDataFrames.Name = "ucrReceiverDataFrames" Me.ucrReceiverDataFrames.Selector = Nothing + Me.ucrReceiverDataFrames.Size = New System.Drawing.Size(122, 104) Me.ucrReceiverDataFrames.strNcFilePath = "" + Me.ucrReceiverDataFrames.TabIndex = 3 Me.ucrReceiverDataFrames.ucrSelector = Nothing ' 'ucrSelectorDataFramesToDelete ' + Me.ucrSelectorDataFramesToDelete.AutoSize = True Me.ucrSelectorDataFramesToDelete.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorDataFramesToDelete, "ucrSelectorDataFramesToDelete") + Me.ucrSelectorDataFramesToDelete.Location = New System.Drawing.Point(10, 33) + Me.ucrSelectorDataFramesToDelete.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFramesToDelete.Name = "ucrSelectorDataFramesToDelete" + Me.ucrSelectorDataFramesToDelete.Size = New System.Drawing.Size(216, 141) + Me.ucrSelectorDataFramesToDelete.TabIndex = 1 ' 'dlgDeleteDataFrames ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(438, 236) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.lblDataframes) Me.Controls.Add(Me.lblAppendToDataframe) @@ -89,6 +110,8 @@ Partial Class dlgDeleteDataFrames Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDeleteDataFrames" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Delete Data Frames" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDeleteDataFrames.resx b/instat/dlgDeleteDataFrames.resx index 5ead81b2e06..29dcb1b3a35 100644 --- a/instat/dlgDeleteDataFrames.resx +++ b/instat/dlgDeleteDataFrames.resx @@ -117,157 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 12, 17 - - - 70, 13 - - - 0 - - - Data Frames: - - - lblDataframes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 253, 17 - - - 115, 13 - - - 2 - - - Selected Data Frames: - - - lblAppendToDataframe - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 10, 177 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 438, 236 - - - 10, 33 - - - - 0, 0, 0, 0 - - - 216, 141 - - - 1 - - - ucrSelectorDataFramesToDelete - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Delete Data Frames - - - dlgDeleteDataFrames - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 253, 33 - - - 0, 0, 0, 0 - - - 122, 104 - - - 3 - - - ucrReceiverDataFrames - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgDeleteMetadata.Designer.vb b/instat/dlgDeleteMetadata.Designer.vb index 50ce4c317a7..78bcd8367ac 100644 --- a/instat/dlgDeleteMetadata.Designer.vb +++ b/instat/dlgDeleteMetadata.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDeleteMetadata 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDeleteMetadata)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorForDeleteMetadata = New instat.ucrSelectorByDataFrameAddRemove() Me.lblMetadataToDelete = New System.Windows.Forms.Label() @@ -47,35 +46,52 @@ Partial Class dlgDeleteMetadata ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 203) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'ucrSelectorForDeleteMetadata ' + Me.ucrSelectorForDeleteMetadata.AutoSize = True Me.ucrSelectorForDeleteMetadata.bDropUnusedFilterLevels = False Me.ucrSelectorForDeleteMetadata.bShowHiddenColumns = False Me.ucrSelectorForDeleteMetadata.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForDeleteMetadata, "ucrSelectorForDeleteMetadata") + Me.ucrSelectorForDeleteMetadata.Location = New System.Drawing.Point(9, 9) + Me.ucrSelectorForDeleteMetadata.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDeleteMetadata.Name = "ucrSelectorForDeleteMetadata" + Me.ucrSelectorForDeleteMetadata.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForDeleteMetadata.TabIndex = 2 ' 'lblMetadataToDelete ' - resources.ApplyResources(Me.lblMetadataToDelete, "lblMetadataToDelete") + Me.lblMetadataToDelete.Location = New System.Drawing.Point(252, 23) Me.lblMetadataToDelete.Name = "lblMetadataToDelete" + Me.lblMetadataToDelete.Size = New System.Drawing.Size(100, 23) + Me.lblMetadataToDelete.TabIndex = 1 + Me.lblMetadataToDelete.Text = "Metadata to Delete" ' 'ucrReceiverMetadataToDelete ' + Me.ucrReceiverMetadataToDelete.AutoSize = True Me.ucrReceiverMetadataToDelete.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMetadataToDelete, "ucrReceiverMetadataToDelete") + Me.ucrReceiverMetadataToDelete.Location = New System.Drawing.Point(255, 46) + Me.ucrReceiverMetadataToDelete.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMetadataToDelete.Name = "ucrReceiverMetadataToDelete" Me.ucrReceiverMetadataToDelete.Selector = Nothing + Me.ucrReceiverMetadataToDelete.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMetadataToDelete.strNcFilePath = "" + Me.ucrReceiverMetadataToDelete.TabIndex = 0 Me.ucrReceiverMetadataToDelete.ucrSelector = Nothing ' 'dlgDeleteMetadata ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(431, 264) Me.Controls.Add(Me.ucrReceiverMetadataToDelete) Me.Controls.Add(Me.lblMetadataToDelete) Me.Controls.Add(Me.ucrSelectorForDeleteMetadata) @@ -84,6 +100,8 @@ Partial Class dlgDeleteMetadata Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDeleteMetadata" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Delete Metadata" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDeleteMetadata.resx b/instat/dlgDeleteMetadata.resx index 27181e37b97..29dcb1b3a35 100644 --- a/instat/dlgDeleteMetadata.resx +++ b/instat/dlgDeleteMetadata.resx @@ -117,127 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 9, 203 - - - 410, 52 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 9, 9 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 2 - - - ucrSelectorForDeleteMetadata - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 252, 23 - - - 100, 23 - - - 1 - - - Metadata to Delete - - - lblMetadataToDelete - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 431, 264 - - - CenterScreen - - - Delete Metadata - - - dlgDeleteMetadata - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 46 - - - 0, 0, 0, 0 - - - 120, 100 - - - 0 - - - ucrReceiverMetadataToDelete - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - \ No newline at end of file diff --git a/instat/dlgDeleteModels.Designer.vb b/instat/dlgDeleteModels.Designer.vb index 7db955357ca..c9fdb58c872 100644 --- a/instat/dlgDeleteModels.Designer.vb +++ b/instat/dlgDeleteModels.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgDeleteModels 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(0, 0) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgDeleteModels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(284, 262) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgDeleteObjects.Designer.vb b/instat/dlgDeleteObjects.Designer.vb index db2057681fe..bb74dc161ec 100644 --- a/instat/dlgDeleteObjects.Designer.vb +++ b/instat/dlgDeleteObjects.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDeleteObjects 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDeleteObjects)) Me.lblObjectsToDelete = New System.Windows.Forms.Label() Me.ucrReceiverObjectsToDelete = New instat.ucrReceiverMultiple() Me.ucrSelectorDeleteObject = New instat.ucrSelectorByDataFrameAddRemove() @@ -49,49 +48,74 @@ Partial Class dlgDeleteObjects ' 'lblObjectsToDelete ' - resources.ApplyResources(Me.lblObjectsToDelete, "lblObjectsToDelete") + Me.lblObjectsToDelete.AutoSize = True + Me.lblObjectsToDelete.Location = New System.Drawing.Point(251, 24) Me.lblObjectsToDelete.Name = "lblObjectsToDelete" + Me.lblObjectsToDelete.Size = New System.Drawing.Size(92, 13) + Me.lblObjectsToDelete.TabIndex = 1 Me.lblObjectsToDelete.Tag = "Objects_to_Delete" + Me.lblObjectsToDelete.Text = "Objects to Delete:" ' 'ucrReceiverObjectsToDelete ' + Me.ucrReceiverObjectsToDelete.AutoSize = True Me.ucrReceiverObjectsToDelete.frmParent = Me - resources.ApplyResources(Me.ucrReceiverObjectsToDelete, "ucrReceiverObjectsToDelete") + Me.ucrReceiverObjectsToDelete.Location = New System.Drawing.Point(254, 39) + Me.ucrReceiverObjectsToDelete.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverObjectsToDelete.Name = "ucrReceiverObjectsToDelete" Me.ucrReceiverObjectsToDelete.Selector = Nothing + Me.ucrReceiverObjectsToDelete.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverObjectsToDelete.strNcFilePath = "" + Me.ucrReceiverObjectsToDelete.TabIndex = 2 Me.ucrReceiverObjectsToDelete.ucrSelector = Nothing ' 'ucrSelectorDeleteObject ' + Me.ucrSelectorDeleteObject.AutoSize = True Me.ucrSelectorDeleteObject.bDropUnusedFilterLevels = False Me.ucrSelectorDeleteObject.bShowHiddenColumns = False Me.ucrSelectorDeleteObject.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDeleteObject, "ucrSelectorDeleteObject") + Me.ucrSelectorDeleteObject.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDeleteObject.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDeleteObject.Name = "ucrSelectorDeleteObject" + Me.ucrSelectorDeleteObject.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDeleteObject.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 204) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 5 ' 'ucrInputComboType ' Me.ucrInputComboType.AddQuotesIfUnrecognised = True + Me.ucrInputComboType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboType.GetSetSelectedIndex = -1 Me.ucrInputComboType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboType, "ucrInputComboType") + Me.ucrInputComboType.Location = New System.Drawing.Point(254, 165) Me.ucrInputComboType.Name = "ucrInputComboType" + Me.ucrInputComboType.Size = New System.Drawing.Size(92, 21) + Me.ucrInputComboType.TabIndex = 4 ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.AutoSize = True + Me.lblType.Location = New System.Drawing.Point(251, 149) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(34, 13) + Me.lblType.TabIndex = 3 + Me.lblType.Text = "Type:" ' 'dlgDeleteObjects ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 260) Me.Controls.Add(Me.lblType) Me.Controls.Add(Me.ucrInputComboType) Me.Controls.Add(Me.ucrReceiverObjectsToDelete) @@ -102,7 +126,9 @@ Partial Class dlgDeleteObjects Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDeleteObjects" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Delete_Objects" + Me.Text = "Delete Objects" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDeleteObjects.resx b/instat/dlgDeleteObjects.resx index 188399d6263..29dcb1b3a35 100644 --- a/instat/dlgDeleteObjects.resx +++ b/instat/dlgDeleteObjects.resx @@ -117,178 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 251, 24 - - - 92, 13 - - - 1 - - - Objects to Delete: - - - lblObjectsToDelete - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 6, 13 - - - True - - - 416, 260 - - - True - - - 251, 149 - - - 34, 13 - - - 3 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 254, 165 - - - 92, 21 - - - 4 - - - ucrInputComboType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorDeleteObject - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 10, 204 - - - 410, 52 - - - 5 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - CenterScreen - - - Delete Objects - - - dlgDeleteObjects - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 39 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverObjectsToDelete - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgDeleteRowsOrColums.Designer.vb b/instat/dlgDeleteRowsOrColums.Designer.vb index 00928c7ec07..149a0811cbc 100644 --- a/instat/dlgDeleteRowsOrColums.Designer.vb +++ b/instat/dlgDeleteRowsOrColums.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDeleteRowsOrColums 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDeleteRowsOrColums)) Me.lblNumberofRows = New System.Windows.Forms.Label() Me.lblColumnsToDelete = New System.Windows.Forms.Label() Me.lblFrom = New System.Windows.Forms.Label() @@ -56,105 +55,167 @@ Partial Class dlgDeleteRowsOrColums ' 'lblNumberofRows ' - resources.ApplyResources(Me.lblNumberofRows, "lblNumberofRows") + Me.lblNumberofRows.AutoSize = True + Me.lblNumberofRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNumberofRows.Location = New System.Drawing.Point(7, 108) Me.lblNumberofRows.Name = "lblNumberofRows" + Me.lblNumberofRows.Size = New System.Drawing.Size(89, 13) + Me.lblNumberofRows.TabIndex = 6 Me.lblNumberofRows.Tag = "Number_of_Rows:" + Me.lblNumberofRows.Text = "Number of Rows:" ' 'lblColumnsToDelete ' - resources.ApplyResources(Me.lblColumnsToDelete, "lblColumnsToDelete") + Me.lblColumnsToDelete.AutoSize = True + Me.lblColumnsToDelete.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnsToDelete.Location = New System.Drawing.Point(254, 89) Me.lblColumnsToDelete.Name = "lblColumnsToDelete" + Me.lblColumnsToDelete.Size = New System.Drawing.Size(96, 13) + Me.lblColumnsToDelete.TabIndex = 4 Me.lblColumnsToDelete.Tag = "Columns_to_Delete" + Me.lblColumnsToDelete.Text = "Columns to Delete:" ' 'lblFrom ' - resources.ApplyResources(Me.lblFrom, "lblFrom") + Me.lblFrom.AutoSize = True + Me.lblFrom.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFrom.Location = New System.Drawing.Point(7, 143) Me.lblFrom.Name = "lblFrom" + Me.lblFrom.Size = New System.Drawing.Size(67, 13) + Me.lblFrom.TabIndex = 8 Me.lblFrom.Tag = "" + Me.lblFrom.Text = "Delete From:" ' 'rdoColumns ' - resources.ApplyResources(Me.rdoColumns, "rdoColumns") + Me.rdoColumns.Appearance = System.Windows.Forms.Appearance.Button Me.rdoColumns.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoColumns.FlatAppearance.BorderSize = 2 Me.rdoColumns.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoColumns.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoColumns.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoColumns.Location = New System.Drawing.Point(105, 12) Me.rdoColumns.Name = "rdoColumns" + Me.rdoColumns.Size = New System.Drawing.Size(100, 28) + Me.rdoColumns.TabIndex = 1 + Me.rdoColumns.Text = "Columns" + Me.rdoColumns.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoColumns.UseVisualStyleBackColor = True ' 'rdoRows ' - resources.ApplyResources(Me.rdoRows, "rdoRows") + Me.rdoRows.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoRows.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoRows.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRows.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoRows.FlatAppearance.BorderSize = 2 Me.rdoRows.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoRows.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoRows.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoRows.Location = New System.Drawing.Point(203, 12) Me.rdoRows.Name = "rdoRows" + Me.rdoRows.Size = New System.Drawing.Size(100, 28) + Me.rdoRows.TabIndex = 2 + Me.rdoRows.Text = "Rows" + Me.rdoRows.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoRows.UseVisualStyleBackColor = True ' 'lblTo ' - resources.ApplyResources(Me.lblTo, "lblTo") + Me.lblTo.AutoSize = True + Me.lblTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTo.Location = New System.Drawing.Point(51, 169) Me.lblTo.Name = "lblTo" + Me.lblTo.Size = New System.Drawing.Size(23, 13) + Me.lblTo.TabIndex = 10 Me.lblTo.Tag = "" + Me.lblTo.Text = "To:" ' 'ucrNudTo ' + Me.ucrNudTo.AutoSize = True Me.ucrNudTo.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTo, "ucrNudTo") + Me.ucrNudTo.Location = New System.Drawing.Point(80, 165) Me.ucrNudTo.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTo.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTo.Name = "ucrNudTo" + Me.ucrNudTo.Size = New System.Drawing.Size(82, 20) + Me.ucrNudTo.TabIndex = 11 Me.ucrNudTo.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrPnlColumnsOrRows ' - resources.ApplyResources(Me.ucrPnlColumnsOrRows, "ucrPnlColumnsOrRows") + Me.ucrPnlColumnsOrRows.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlColumnsOrRows.Location = New System.Drawing.Point(97, 11) Me.ucrPnlColumnsOrRows.Name = "ucrPnlColumnsOrRows" + Me.ucrPnlColumnsOrRows.Size = New System.Drawing.Size(214, 29) + Me.ucrPnlColumnsOrRows.TabIndex = 0 ' 'ucrDataFrameLengthForDeleteRows ' - resources.ApplyResources(Me.ucrDataFrameLengthForDeleteRows, "ucrDataFrameLengthForDeleteRows") + Me.ucrDataFrameLengthForDeleteRows.AutoSize = True + Me.ucrDataFrameLengthForDeleteRows.Location = New System.Drawing.Point(100, 104) Me.ucrDataFrameLengthForDeleteRows.Name = "ucrDataFrameLengthForDeleteRows" + Me.ucrDataFrameLengthForDeleteRows.Size = New System.Drawing.Size(62, 24) + Me.ucrDataFrameLengthForDeleteRows.TabIndex = 7 Me.ucrDataFrameLengthForDeleteRows.ucrDataFrameSelector = Nothing ' 'ucrNudFrom ' + Me.ucrNudFrom.AutoSize = True Me.ucrNudFrom.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudFrom, "ucrNudFrom") + Me.ucrNudFrom.Location = New System.Drawing.Point(80, 139) Me.ucrNudFrom.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudFrom.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudFrom.Name = "ucrNudFrom" + Me.ucrNudFrom.Size = New System.Drawing.Size(82, 20) + Me.ucrNudFrom.TabIndex = 9 Me.ucrNudFrom.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrSelectorForDeleteColumns ' + Me.ucrSelectorForDeleteColumns.AutoSize = True Me.ucrSelectorForDeleteColumns.bDropUnusedFilterLevels = False Me.ucrSelectorForDeleteColumns.bShowHiddenColumns = False Me.ucrSelectorForDeleteColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForDeleteColumns, "ucrSelectorForDeleteColumns") + Me.ucrSelectorForDeleteColumns.Location = New System.Drawing.Point(9, 43) + Me.ucrSelectorForDeleteColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDeleteColumns.Name = "ucrSelectorForDeleteColumns" + Me.ucrSelectorForDeleteColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForDeleteColumns.TabIndex = 3 ' 'ucrReceiverForColumnsToDelete ' + Me.ucrReceiverForColumnsToDelete.AutoSize = True Me.ucrReceiverForColumnsToDelete.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForColumnsToDelete, "ucrReceiverForColumnsToDelete") + Me.ucrReceiverForColumnsToDelete.Location = New System.Drawing.Point(254, 104) + Me.ucrReceiverForColumnsToDelete.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForColumnsToDelete.Name = "ucrReceiverForColumnsToDelete" Me.ucrReceiverForColumnsToDelete.Selector = Nothing + Me.ucrReceiverForColumnsToDelete.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverForColumnsToDelete.strNcFilePath = "" + Me.ucrReceiverForColumnsToDelete.TabIndex = 5 Me.ucrReceiverForColumnsToDelete.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 243) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 12 ' 'dlgDeleteRowsOrColums ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 299) Me.Controls.Add(Me.lblTo) Me.Controls.Add(Me.ucrNudTo) Me.Controls.Add(Me.rdoColumns) @@ -172,7 +233,9 @@ Partial Class dlgDeleteRowsOrColums Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDeleteRowsOrColums" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Delete_Rows_Columns" + Me.Text = "Delete Colums or Rows" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDeleteRowsOrColums.resx b/instat/dlgDeleteRowsOrColums.resx index d72a11b14c0..29dcb1b3a35 100644 --- a/instat/dlgDeleteRowsOrColums.resx +++ b/instat/dlgDeleteRowsOrColums.resx @@ -117,385 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 7, 108 - - - 89, 13 - - - 6 - - - Number of Rows: - - - lblNumberofRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 254, 89 - - - 96, 13 - - - 4 - - - Columns to Delete: - - - lblColumnsToDelete - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 7, 143 - - - 67, 13 - - - 8 - - - Delete From: - - - lblFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 105, 12 - - - 100, 28 - - - 1 - - - Columns - - - MiddleCenter - - - rdoColumns - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 203, 12 - - - 100, 28 - - - 2 - - - Rows - - - MiddleCenter - - - rdoRows - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 51, 169 - - - 23, 13 - - - 10 - - - To: - - - lblTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 80, 165 - - - 82, 20 - - - 11 - - - ucrNudTo - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 97, 11 - - - 214, 29 - - - 0 - - - ucrPnlColumnsOrRows - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 100, 104 - - - 62, 24 - - - 7 - - - ucrDataFrameLengthForDeleteRows - - - instat.ucrDataFrameLength, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 80, 139 - - - 82, 20 - - - 9 - - - ucrNudFrom - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 9, 43 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorForDeleteColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 6, 13 - - - True - - - 416, 299 - - - True - - - 9, 243 - - - 410, 52 - - - 12 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - CenterScreen - - - Delete Colums or Rows - - - dlgDeleteRowsOrColums - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 254, 104 - - - 0, 0, 0, 0 - - - 120, 100 - - - 5 - - - ucrReceiverForColumnsToDelete - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - \ No newline at end of file diff --git a/instat/dlgDescribeTwoVarGraph.Designer.vb b/instat/dlgDescribeTwoVarGraph.Designer.vb index cb8e6cf8e28..a6c0a7bb981 100644 --- a/instat/dlgDescribeTwoVarGraph.Designer.vb +++ b/instat/dlgDescribeTwoVarGraph.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDescribeTwoVarGraph 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDescribeTwoVarGraph)) Me.cmdOptions = New System.Windows.Forms.Button() Me.lblSecondVariable = New System.Windows.Forms.Label() Me.lblFirstVariables = New System.Windows.Forms.Label() @@ -72,21 +71,35 @@ Partial Class dlgDescribeTwoVarGraph ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 197) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(119, 23) + Me.cmdOptions.TabIndex = 5 Me.cmdOptions.Tag = "Options..." + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblSecondVariable ' - resources.ApplyResources(Me.lblSecondVariable, "lblSecondVariable") + Me.lblSecondVariable.AutoSize = True + Me.lblSecondVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondVariable.Location = New System.Drawing.Point(268, 165) Me.lblSecondVariable.Name = "lblSecondVariable" + Me.lblSecondVariable.Size = New System.Drawing.Size(88, 13) + Me.lblSecondVariable.TabIndex = 3 + Me.lblSecondVariable.Text = "Second Variable:" ' 'lblFirstVariables ' - resources.ApplyResources(Me.lblFirstVariables, "lblFirstVariables") + Me.lblFirstVariables.AutoSize = True + Me.lblFirstVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstVariables.Location = New System.Drawing.Point(268, 45) Me.lblFirstVariables.Name = "lblFirstVariables" + Me.lblFirstVariables.Size = New System.Drawing.Size(81, 13) + Me.lblFirstVariables.TabIndex = 2 Me.lblFirstVariables.Tag = "First_Variable(s)" + Me.lblFirstVariables.Text = "First Variable(s):" ' 'grpSummaries ' @@ -99,67 +112,103 @@ Partial Class dlgDescribeTwoVarGraph Me.grpSummaries.Controls.Add(Me.lblGraph) Me.grpSummaries.Controls.Add(Me.lblBy) Me.grpSummaries.Controls.Add(Me.lblSecondType) - resources.ApplyResources(Me.grpSummaries, "grpSummaries") + Me.grpSummaries.Location = New System.Drawing.Point(10, 221) Me.grpSummaries.Name = "grpSummaries" + Me.grpSummaries.Size = New System.Drawing.Size(210, 72) + Me.grpSummaries.TabIndex = 15 Me.grpSummaries.TabStop = False ' 'ucrInputCategoricalByCategorical ' Me.ucrInputCategoricalByCategorical.AddQuotesIfUnrecognised = True + Me.ucrInputCategoricalByCategorical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCategoricalByCategorical.GetSetSelectedIndex = -1 Me.ucrInputCategoricalByCategorical.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCategoricalByCategorical, "ucrInputCategoricalByCategorical") + Me.ucrInputCategoricalByCategorical.Location = New System.Drawing.Point(60, 40) Me.ucrInputCategoricalByCategorical.Name = "ucrInputCategoricalByCategorical" + Me.ucrInputCategoricalByCategorical.Size = New System.Drawing.Size(144, 21) + Me.ucrInputCategoricalByCategorical.TabIndex = 17 ' 'ucrInputCategoricalByNumeric ' Me.ucrInputCategoricalByNumeric.AddQuotesIfUnrecognised = True + Me.ucrInputCategoricalByNumeric.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCategoricalByNumeric.GetSetSelectedIndex = -1 Me.ucrInputCategoricalByNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCategoricalByNumeric, "ucrInputCategoricalByNumeric") + Me.ucrInputCategoricalByNumeric.Location = New System.Drawing.Point(60, 40) Me.ucrInputCategoricalByNumeric.Name = "ucrInputCategoricalByNumeric" + Me.ucrInputCategoricalByNumeric.Size = New System.Drawing.Size(144, 21) + Me.ucrInputCategoricalByNumeric.TabIndex = 16 ' 'ucrInputNumericByCategorical ' Me.ucrInputNumericByCategorical.AddQuotesIfUnrecognised = True + Me.ucrInputNumericByCategorical.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputNumericByCategorical.GetSetSelectedIndex = -1 Me.ucrInputNumericByCategorical.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNumericByCategorical, "ucrInputNumericByCategorical") + Me.ucrInputNumericByCategorical.Location = New System.Drawing.Point(60, 40) Me.ucrInputNumericByCategorical.Name = "ucrInputNumericByCategorical" + Me.ucrInputNumericByCategorical.Size = New System.Drawing.Size(144, 21) + Me.ucrInputNumericByCategorical.TabIndex = 15 ' 'ucrInputNumericByNumeric ' Me.ucrInputNumericByNumeric.AddQuotesIfUnrecognised = True + Me.ucrInputNumericByNumeric.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputNumericByNumeric.GetSetSelectedIndex = -1 Me.ucrInputNumericByNumeric.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNumericByNumeric, "ucrInputNumericByNumeric") + Me.ucrInputNumericByNumeric.Location = New System.Drawing.Point(60, 40) Me.ucrInputNumericByNumeric.Name = "ucrInputNumericByNumeric" + Me.ucrInputNumericByNumeric.Size = New System.Drawing.Size(144, 21) + Me.ucrInputNumericByNumeric.TabIndex = 14 ' 'lblFirstType ' Me.lblFirstType.ForeColor = System.Drawing.SystemColors.ControlText - resources.ApplyResources(Me.lblFirstType, "lblFirstType") + Me.lblFirstType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstType.Location = New System.Drawing.Point(6, 16) Me.lblFirstType.Name = "lblFirstType" + Me.lblFirstType.Size = New System.Drawing.Size(55, 13) + Me.lblFirstType.TabIndex = 10 + Me.lblFirstType.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblGraphName ' - resources.ApplyResources(Me.lblGraphName, "lblGraphName") + Me.lblGraphName.AutoSize = True + Me.lblGraphName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGraphName.Location = New System.Drawing.Point(60, 43) Me.lblGraphName.Name = "lblGraphName" + Me.lblGraphName.Size = New System.Drawing.Size(0, 13) + Me.lblGraphName.TabIndex = 13 ' 'lblGraph ' - resources.ApplyResources(Me.lblGraph, "lblGraph") + Me.lblGraph.AutoSize = True + Me.lblGraph.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGraph.Location = New System.Drawing.Point(6, 43) Me.lblGraph.Name = "lblGraph" + Me.lblGraph.Size = New System.Drawing.Size(39, 13) + Me.lblGraph.TabIndex = 9 + Me.lblGraph.Text = "Graph:" ' 'lblBy ' - resources.ApplyResources(Me.lblBy, "lblBy") + Me.lblBy.AutoSize = True + Me.lblBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBy.Location = New System.Drawing.Point(64, 16) Me.lblBy.Name = "lblBy" + Me.lblBy.Size = New System.Drawing.Size(18, 13) + Me.lblBy.TabIndex = 11 + Me.lblBy.Text = "by" ' 'lblSecondType ' - resources.ApplyResources(Me.lblSecondType, "lblSecondType") + Me.lblSecondType.AutoSize = True + Me.lblSecondType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondType.Location = New System.Drawing.Point(82, 16) Me.lblSecondType.Name = "lblSecondType" + Me.lblSecondType.Size = New System.Drawing.Size(0, 13) + Me.lblSecondType.TabIndex = 12 ' 'grpOptions ' @@ -171,106 +220,159 @@ Partial Class dlgDescribeTwoVarGraph Me.grpOptions.Controls.Add(Me.lblPointJitter) Me.grpOptions.Controls.Add(Me.ucrChkFreeScaleYAxis) Me.grpOptions.Controls.Add(Me.ucrFlipCoordinates) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(236, 203) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(171, 111) + Me.grpOptions.TabIndex = 16 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrInputPosition ' Me.ucrInputPosition.AddQuotesIfUnrecognised = True + Me.ucrInputPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPosition.GetSetSelectedIndex = -1 Me.ucrInputPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPosition, "ucrInputPosition") + Me.ucrInputPosition.Location = New System.Drawing.Point(54, 63) Me.ucrInputPosition.Name = "ucrInputPosition" + Me.ucrInputPosition.Size = New System.Drawing.Size(111, 21) + Me.ucrInputPosition.TabIndex = 13 ' 'lblPosition ' - resources.ApplyResources(Me.lblPosition, "lblPosition") + Me.lblPosition.AutoSize = True + Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPosition.Location = New System.Drawing.Point(4, 65) Me.lblPosition.Name = "lblPosition" + Me.lblPosition.Size = New System.Drawing.Size(47, 13) + Me.lblPosition.TabIndex = 12 + Me.lblPosition.Text = "Position:" ' 'ucrNudTransparency ' + Me.ucrNudTransparency.AutoSize = True Me.ucrNudTransparency.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudTransparency, "ucrNudTransparency") + Me.ucrNudTransparency.Location = New System.Drawing.Point(112, 87) Me.ucrNudTransparency.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudTransparency.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTransparency.Name = "ucrNudTransparency" + Me.ucrNudTransparency.Size = New System.Drawing.Size(50, 20) + Me.ucrNudTransparency.TabIndex = 11 Me.ucrNudTransparency.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudJitter ' + Me.ucrNudJitter.AutoSize = True Me.ucrNudJitter.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJitter.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudJitter, "ucrNudJitter") + Me.ucrNudJitter.Location = New System.Drawing.Point(112, 62) Me.ucrNudJitter.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudJitter.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudJitter.Name = "ucrNudJitter" + Me.ucrNudJitter.Size = New System.Drawing.Size(50, 20) + Me.ucrNudJitter.TabIndex = 10 Me.ucrNudJitter.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblPointTransparency ' - resources.ApplyResources(Me.lblPointTransparency, "lblPointTransparency") + Me.lblPointTransparency.AutoSize = True + Me.lblPointTransparency.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPointTransparency.Location = New System.Drawing.Point(4, 90) Me.lblPointTransparency.Name = "lblPointTransparency" + Me.lblPointTransparency.Size = New System.Drawing.Size(102, 13) + Me.lblPointTransparency.TabIndex = 9 + Me.lblPointTransparency.Text = "Point Transparency:" ' 'lblPointJitter ' - resources.ApplyResources(Me.lblPointJitter, "lblPointJitter") + Me.lblPointJitter.AutoSize = True + Me.lblPointJitter.Location = New System.Drawing.Point(4, 65) Me.lblPointJitter.Name = "lblPointJitter" + Me.lblPointJitter.Size = New System.Drawing.Size(59, 13) + Me.lblPointJitter.TabIndex = 8 + Me.lblPointJitter.Text = "Point Jitter:" ' 'ucrChkFreeScaleYAxis ' + Me.ucrChkFreeScaleYAxis.AutoSize = True Me.ucrChkFreeScaleYAxis.Checked = False - resources.ApplyResources(Me.ucrChkFreeScaleYAxis, "ucrChkFreeScaleYAxis") + Me.ucrChkFreeScaleYAxis.Location = New System.Drawing.Point(6, 41) Me.ucrChkFreeScaleYAxis.Name = "ucrChkFreeScaleYAxis" + Me.ucrChkFreeScaleYAxis.Size = New System.Drawing.Size(159, 23) + Me.ucrChkFreeScaleYAxis.TabIndex = 7 ' 'ucrFlipCoordinates ' + Me.ucrFlipCoordinates.AutoSize = True Me.ucrFlipCoordinates.Checked = False - resources.ApplyResources(Me.ucrFlipCoordinates, "ucrFlipCoordinates") + Me.ucrFlipCoordinates.Location = New System.Drawing.Point(6, 19) Me.ucrFlipCoordinates.Name = "ucrFlipCoordinates" + Me.ucrFlipCoordinates.Size = New System.Drawing.Size(159, 23) + Me.ucrFlipCoordinates.TabIndex = 6 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 319) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(339, 24) + Me.ucrSaveGraph.TabIndex = 7 ' 'ucrReceiverSecondVar ' + Me.ucrReceiverSecondVar.AutoSize = True Me.ucrReceiverSecondVar.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondVar, "ucrReceiverSecondVar") + Me.ucrReceiverSecondVar.Location = New System.Drawing.Point(270, 180) + Me.ucrReceiverSecondVar.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondVar.Name = "ucrReceiverSecondVar" Me.ucrReceiverSecondVar.Selector = Nothing + Me.ucrReceiverSecondVar.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecondVar.strNcFilePath = "" + Me.ucrReceiverSecondVar.TabIndex = 4 Me.ucrReceiverSecondVar.ucrSelector = Nothing ' 'ucrSelectorTwoVarGraph ' + Me.ucrSelectorTwoVarGraph.AutoSize = True Me.ucrSelectorTwoVarGraph.bDropUnusedFilterLevels = False Me.ucrSelectorTwoVarGraph.bShowHiddenColumns = False Me.ucrSelectorTwoVarGraph.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTwoVarGraph, "ucrSelectorTwoVarGraph") + Me.ucrSelectorTwoVarGraph.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorTwoVarGraph.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTwoVarGraph.Name = "ucrSelectorTwoVarGraph" + Me.ucrSelectorTwoVarGraph.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTwoVarGraph.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 347) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 8 ' 'ucrReceiverFirstVars ' + Me.ucrReceiverFirstVars.AutoSize = True Me.ucrReceiverFirstVars.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstVars, "ucrReceiverFirstVars") + Me.ucrReceiverFirstVars.Location = New System.Drawing.Point(268, 30) Me.ucrReceiverFirstVars.Name = "ucrReceiverFirstVars" Me.ucrReceiverFirstVars.Selector = Nothing + Me.ucrReceiverFirstVars.Size = New System.Drawing.Size(120, 138) Me.ucrReceiverFirstVars.strNcFilePath = "" + Me.ucrReceiverFirstVars.TabIndex = 1 Me.ucrReceiverFirstVars.ucrSelector = Nothing Me.ucrReceiverFirstVars.ucrVariableSelector = Nothing ' 'dlgDescribeTwoVarGraph ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 401) Me.Controls.Add(Me.grpOptions) Me.Controls.Add(Me.grpSummaries) Me.Controls.Add(Me.ucrSaveGraph) @@ -285,6 +387,8 @@ Partial Class dlgDescribeTwoVarGraph Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDescribeTwoVarGraph" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Two Variable Graph" Me.grpSummaries.ResumeLayout(False) Me.grpSummaries.PerformLayout() Me.grpOptions.ResumeLayout(False) diff --git a/instat/dlgDescribeTwoVarGraph.resx b/instat/dlgDescribeTwoVarGraph.resx index 46dfe371526..29dcb1b3a35 100644 --- a/instat/dlgDescribeTwoVarGraph.resx +++ b/instat/dlgDescribeTwoVarGraph.resx @@ -117,697 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 197 - - - 119, 23 - - - - 5 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 268, 165 - - - 88, 13 - - - 3 - - - Second Variable: - - - lblSecondVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 268, 45 - - - 81, 13 - - - 2 - - - First Variable(s): - - - lblFirstVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 60, 40 - - - 144, 21 - - - 17 - - - ucrInputCategoricalByCategorical - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaries - - - 0 - - - 60, 40 - - - 144, 21 - - - 16 - - - ucrInputCategoricalByNumeric - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaries - - - 1 - - - 60, 40 - - - 144, 21 - - - 15 - - - ucrInputNumericByCategorical - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaries - - - 2 - - - 60, 40 - - - 144, 21 - - - 14 - - - ucrInputNumericByNumeric - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummaries - - - 3 - - - NoControl - - - 6, 16 - - - 55, 13 - - - 10 - - - TopRight - - - lblFirstType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 4 - - - True - - - NoControl - - - 60, 43 - - - 0, 13 - - - 13 - - - lblGraphName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 5 - - - True - - - NoControl - - - 6, 43 - - - 39, 13 - - - 9 - - - Graph: - - - lblGraph - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 6 - - - True - - - NoControl - - - 64, 16 - - - 18, 13 - - - 11 - - - by - - - lblBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 7 - - - True - - - NoControl - - - 82, 16 - - - 0, 13 - - - 12 - - - lblSecondType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 8 - - - 10, 221 - - - 210, 72 - - - 15 - - - grpSummaries - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 54, 63 - - - 111, 21 - - - 13 - - - ucrInputPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - True - - - NoControl - - - 4, 65 - - - 47, 13 - - - 12 - - - Position: - - - lblPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - 112, 87 - - - 50, 20 - - - 11 - - - ucrNudTransparency - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 112, 62 - - - 50, 20 - - - 10 - - - ucrNudJitter - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - True - - - NoControl - - - 4, 90 - - - 102, 13 - - - 9 - - - Point Transparency: - - - lblPointTransparency - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 4 - - - True - - - 4, 65 - - - 59, 13 - - - 8 - - - Point Jitter: - - - lblPointJitter - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 5 - - - 6, 41 - - - 159, 20 - - - 7 - - - ucrChkFreeScaleYAxis - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 6 - - - 6, 19 - - - 159, 20 - - - 6 - - - ucrFlipCoordinates - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 7 - - - 236, 203 - - - 171, 111 - - - 16 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 319 - - - 4, 5, 4, 5 - - - 339, 24 - - - 7 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 419, 401 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorTwoVarGraph - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 10, 347 - - - 410, 52 - - - 8 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 268, 30 - - - 120, 138 - - - 1 - - - ucrReceiverFirstVars - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Two Variable Graph - - - dlgDescribeTwoVarGraph - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 270, 180 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverSecondVar - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgDescribeTwoVariable.Designer.vb b/instat/dlgDescribeTwoVariable.Designer.vb index 5f9e251d217..39fbce76d6d 100644 --- a/instat/dlgDescribeTwoVariable.Designer.vb +++ b/instat/dlgDescribeTwoVariable.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDescribeTwoVariable 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDescribeTwoVariable)) Me.cmdSummaries = New System.Windows.Forms.Button() Me.lblFirstVariable = New System.Windows.Forms.Label() Me.lbSecondVariable = New System.Windows.Forms.Label() @@ -60,62 +59,103 @@ Partial Class dlgDescribeTwoVariable ' 'cmdSummaries ' - resources.ApplyResources(Me.cmdSummaries, "cmdSummaries") + Me.cmdSummaries.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSummaries.Location = New System.Drawing.Point(9, 45) Me.cmdSummaries.Name = "cmdSummaries" + Me.cmdSummaries.Size = New System.Drawing.Size(105, 23) + Me.cmdSummaries.TabIndex = 7 Me.cmdSummaries.Tag = "Summaries" + Me.cmdSummaries.Text = "Summaries" Me.cmdSummaries.UseVisualStyleBackColor = True ' 'lblFirstVariable ' - resources.ApplyResources(Me.lblFirstVariable, "lblFirstVariable") + Me.lblFirstVariable.AutoSize = True + Me.lblFirstVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstVariable.Location = New System.Drawing.Point(268, 45) Me.lblFirstVariable.Name = "lblFirstVariable" + Me.lblFirstVariable.Size = New System.Drawing.Size(75, 13) + Me.lblFirstVariable.TabIndex = 1 Me.lblFirstVariable.Tag = "" + Me.lblFirstVariable.Text = "First Variables:" ' 'lbSecondVariable ' - resources.ApplyResources(Me.lbSecondVariable, "lbSecondVariable") + Me.lbSecondVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lbSecondVariable.Location = New System.Drawing.Point(268, 155) Me.lbSecondVariable.Name = "lbSecondVariable" + Me.lbSecondVariable.Size = New System.Drawing.Size(100, 15) + Me.lbSecondVariable.TabIndex = 3 Me.lbSecondVariable.Tag = "" + Me.lbSecondVariable.Text = "Second Variable:" ' 'grpOptions ' Me.grpOptions.Controls.Add(Me.ucrChkOmitMissing) Me.grpOptions.Controls.Add(Me.cmdSummaries) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(236, 202) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(155, 76) + Me.grpOptions.TabIndex = 10 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrChkOmitMissing ' + Me.ucrChkOmitMissing.AutoSize = True Me.ucrChkOmitMissing.Checked = False - resources.ApplyResources(Me.ucrChkOmitMissing, "ucrChkOmitMissing") + Me.ucrChkOmitMissing.Location = New System.Drawing.Point(9, 19) Me.ucrChkOmitMissing.Name = "ucrChkOmitMissing" + Me.ucrChkOmitMissing.Size = New System.Drawing.Size(143, 23) + Me.ucrChkOmitMissing.TabIndex = 6 ' 'lblSummary ' - resources.ApplyResources(Me.lblSummary, "lblSummary") + Me.lblSummary.AutoSize = True + Me.lblSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummary.Location = New System.Drawing.Point(6, 43) Me.lblSummary.Name = "lblSummary" + Me.lblSummary.Size = New System.Drawing.Size(53, 13) + Me.lblSummary.TabIndex = 9 + Me.lblSummary.Text = "Summary:" ' 'lblFirstType ' Me.lblFirstType.ForeColor = System.Drawing.SystemColors.ControlText - resources.ApplyResources(Me.lblFirstType, "lblFirstType") + Me.lblFirstType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFirstType.Location = New System.Drawing.Point(6, 16) Me.lblFirstType.Name = "lblFirstType" + Me.lblFirstType.Size = New System.Drawing.Size(55, 13) + Me.lblFirstType.TabIndex = 10 + Me.lblFirstType.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblBy ' - resources.ApplyResources(Me.lblBy, "lblBy") + Me.lblBy.AutoSize = True + Me.lblBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBy.Location = New System.Drawing.Point(64, 16) Me.lblBy.Name = "lblBy" + Me.lblBy.Size = New System.Drawing.Size(18, 13) + Me.lblBy.TabIndex = 11 + Me.lblBy.Text = "by" ' 'lblSecondType ' - resources.ApplyResources(Me.lblSecondType, "lblSecondType") + Me.lblSecondType.AutoSize = True + Me.lblSecondType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSecondType.Location = New System.Drawing.Point(82, 16) Me.lblSecondType.Name = "lblSecondType" + Me.lblSecondType.Size = New System.Drawing.Size(0, 13) + Me.lblSecondType.TabIndex = 12 ' 'lblSummaryName ' - resources.ApplyResources(Me.lblSummaryName, "lblSummaryName") + Me.lblSummaryName.AutoSize = True + Me.lblSummaryName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummaryName.Location = New System.Drawing.Point(60, 43) Me.lblSummaryName.Name = "lblSummaryName" + Me.lblSummaryName.Size = New System.Drawing.Size(0, 13) + Me.lblSummaryName.TabIndex = 13 ' 'grpSummaries ' @@ -124,45 +164,65 @@ Partial Class dlgDescribeTwoVariable Me.grpSummaries.Controls.Add(Me.lblSummary) Me.grpSummaries.Controls.Add(Me.lblBy) Me.grpSummaries.Controls.Add(Me.lblSecondType) - resources.ApplyResources(Me.grpSummaries, "grpSummaries") + Me.grpSummaries.Location = New System.Drawing.Point(10, 202) Me.grpSummaries.Name = "grpSummaries" + Me.grpSummaries.Size = New System.Drawing.Size(210, 72) + Me.grpSummaries.TabIndex = 14 Me.grpSummaries.TabStop = False ' 'ucrReceiverSecondVar ' + Me.ucrReceiverSecondVar.AutoSize = True Me.ucrReceiverSecondVar.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSecondVar, "ucrReceiverSecondVar") + Me.ucrReceiverSecondVar.Location = New System.Drawing.Point(271, 170) + Me.ucrReceiverSecondVar.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSecondVar.Name = "ucrReceiverSecondVar" Me.ucrReceiverSecondVar.Selector = Nothing + Me.ucrReceiverSecondVar.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverSecondVar.strNcFilePath = "" + Me.ucrReceiverSecondVar.TabIndex = 2 Me.ucrReceiverSecondVar.ucrSelector = Nothing ' 'ucrReceiverFirstVars ' + Me.ucrReceiverFirstVars.AutoSize = True Me.ucrReceiverFirstVars.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFirstVars, "ucrReceiverFirstVars") + Me.ucrReceiverFirstVars.Location = New System.Drawing.Point(271, 63) + Me.ucrReceiverFirstVars.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFirstVars.Name = "ucrReceiverFirstVars" Me.ucrReceiverFirstVars.Selector = Nothing + Me.ucrReceiverFirstVars.Size = New System.Drawing.Size(120, 87) Me.ucrReceiverFirstVars.strNcFilePath = "" + Me.ucrReceiverFirstVars.TabIndex = 4 Me.ucrReceiverFirstVars.ucrSelector = Nothing ' 'ucrSelectorDescribeTwoVar ' + Me.ucrSelectorDescribeTwoVar.AutoSize = True Me.ucrSelectorDescribeTwoVar.bDropUnusedFilterLevels = False Me.ucrSelectorDescribeTwoVar.bShowHiddenColumns = False Me.ucrSelectorDescribeTwoVar.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDescribeTwoVar, "ucrSelectorDescribeTwoVar") + Me.ucrSelectorDescribeTwoVar.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDescribeTwoVar.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDescribeTwoVar.Name = "ucrSelectorDescribeTwoVar" + Me.ucrSelectorDescribeTwoVar.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDescribeTwoVar.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 286) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'dlgDescribeTwoVariable ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 341) Me.Controls.Add(Me.grpSummaries) Me.Controls.Add(Me.grpOptions) Me.Controls.Add(Me.lbSecondVariable) @@ -175,8 +235,11 @@ Partial Class dlgDescribeTwoVariable Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDescribeTwoVariable" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Describe_Two_Variable" + Me.Text = "Describe Two Variables" Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.grpSummaries.ResumeLayout(False) Me.grpSummaries.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgDescribeTwoVariable.resx b/instat/dlgDescribeTwoVariable.resx index 89b07fdd6ec..29dcb1b3a35 100644 --- a/instat/dlgDescribeTwoVariable.resx +++ b/instat/dlgDescribeTwoVariable.resx @@ -117,418 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 9, 45 - - - 105, 23 - - - - 7 - - - Summaries - - - cmdSummaries - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - True - - - NoControl - - - 268, 45 - - - 75, 13 - - - 1 - - - First Variables: - - - lblFirstVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - NoControl - - - 268, 155 - - - 100, 15 - - - 3 - - - Second Variable: - - - lbSecondVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 9, 19 - - - 143, 20 - - - 6 - - - ucrChkOmitMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 236, 202 - - - 155, 76 - - - 10 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 6, 43 - - - 53, 13 - - - 9 - - - Summary: - - - lblSummary - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 2 - - - NoControl - - - 6, 16 - - - 55, 13 - - - 10 - - - TopRight - - - lblFirstType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 0 - - - True - - - NoControl - - - 64, 16 - - - 18, 13 - - - 11 - - - by - - - lblBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 3 - - - True - - - NoControl - - - 82, 16 - - - 0, 13 - - - 12 - - - lblSecondType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 4 - - - True - - - NoControl - - - 60, 43 - - - 0, 13 - - - 13 - - - lblSummaryName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSummaries - - - 1 - - - 10, 202 - - - 210, 72 - - - 14 - - - grpSummaries - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 419, 341 - - - 271, 63 - - - 0, 0, 0, 0 - - - 120, 87 - - - 4 - - - ucrReceiverFirstVars - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorDescribeTwoVar - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 10, 286 - - - 410, 52 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Describe Two Variables - - - dlgDescribeTwoVariable - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 271, 170 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverSecondVar - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgDisplayDailyData.Designer.vb b/instat/dlgDisplayDailyData.Designer.vb index c5360192774..326fc5626e8 100644 --- a/instat/dlgDisplayDailyData.Designer.vb +++ b/instat/dlgDisplayDailyData.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDisplayDailyData 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDisplayDailyData)) Me.rdoTable = New System.Windows.Forms.RadioButton() Me.rdoGraph = New System.Windows.Forms.RadioButton() Me.lblStation = New System.Windows.Forms.Label() @@ -97,53 +96,99 @@ Partial Class dlgDisplayDailyData ' 'rdoTable ' - resources.ApplyResources(Me.rdoTable, "rdoTable") + Me.rdoTable.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTable.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTable.FlatAppearance.BorderSize = 2 Me.rdoTable.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoTable.ForeColor = System.Drawing.SystemColors.ControlText + Me.rdoTable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTable.Location = New System.Drawing.Point(268, 12) Me.rdoTable.Name = "rdoTable" + Me.rdoTable.Size = New System.Drawing.Size(124, 29) + Me.rdoTable.TabIndex = 1 + Me.rdoTable.Text = "Table" + Me.rdoTable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTable.UseVisualStyleBackColor = True ' 'rdoGraph ' - resources.ApplyResources(Me.rdoGraph, "rdoGraph") + Me.rdoGraph.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoGraph.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoGraph.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraph.FlatAppearance.BorderSize = 2 Me.rdoGraph.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraph.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoGraph.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoGraph.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoGraph.Location = New System.Drawing.Point(24, 12) Me.rdoGraph.Name = "rdoGraph" + Me.rdoGraph.Size = New System.Drawing.Size(124, 29) + Me.rdoGraph.TabIndex = 2 + Me.rdoGraph.Text = "Graph" + Me.rdoGraph.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraph.UseVisualStyleBackColor = True ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(283, 64) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 4 + Me.lblStation.Text = "Station:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(283, 237) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 12 + Me.lblElement.Text = "Element:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(283, 109) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 6 + Me.lblDate.Text = "Date:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.AutoSize = True + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(283, 193) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(32, 13) + Me.lblYear.TabIndex = 10 + Me.lblYear.Text = "Year:" ' 'lblDayOfTheYear ' - resources.ApplyResources(Me.lblDayOfTheYear, "lblDayOfTheYear") + Me.lblDayOfTheYear.AutoSize = True + Me.lblDayOfTheYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDayOfTheYear.Location = New System.Drawing.Point(283, 150) Me.lblDayOfTheYear.Name = "lblDayOfTheYear" + Me.lblDayOfTheYear.Size = New System.Drawing.Size(29, 13) + Me.lblDayOfTheYear.TabIndex = 8 + Me.lblDayOfTheYear.Text = "Doy:" ' 'lblYaxisUpper ' - resources.ApplyResources(Me.lblYaxisUpper, "lblYaxisUpper") + Me.lblYaxisUpper.AutoSize = True + Me.lblYaxisUpper.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYaxisUpper.Location = New System.Drawing.Point(9, 16) Me.lblYaxisUpper.Name = "lblYaxisUpper" + Me.lblYaxisUpper.Size = New System.Drawing.Size(70, 13) + Me.lblYaxisUpper.TabIndex = 0 + Me.lblYaxisUpper.Text = "Y-axis Upper:" ' 'grpGraph ' @@ -153,50 +198,78 @@ Partial Class dlgDisplayDailyData Me.grpGraph.Controls.Add(Me.lblBarColour) Me.grpGraph.Controls.Add(Me.ucrNudUpperYaxis) Me.grpGraph.Controls.Add(Me.lblYaxisUpper) - resources.ApplyResources(Me.grpGraph, "grpGraph") + Me.grpGraph.Location = New System.Drawing.Point(9, 256) Me.grpGraph.Name = "grpGraph" + Me.grpGraph.Size = New System.Drawing.Size(234, 118) + Me.grpGraph.TabIndex = 21 Me.grpGraph.TabStop = False + Me.grpGraph.Text = "Graph" ' 'ucrInputRugColour ' Me.ucrInputRugColour.AddQuotesIfUnrecognised = True + Me.ucrInputRugColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputRugColour.GetSetSelectedIndex = -1 Me.ucrInputRugColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputRugColour, "ucrInputRugColour") + Me.ucrInputRugColour.Location = New System.Drawing.Point(126, 70) Me.ucrInputRugColour.Name = "ucrInputRugColour" + Me.ucrInputRugColour.Size = New System.Drawing.Size(96, 21) + Me.ucrInputRugColour.TabIndex = 6 ' 'lblRugColour ' - resources.ApplyResources(Me.lblRugColour, "lblRugColour") + Me.lblRugColour.AutoSize = True + Me.lblRugColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRugColour.Location = New System.Drawing.Point(9, 75) Me.lblRugColour.Name = "lblRugColour" + Me.lblRugColour.Size = New System.Drawing.Size(63, 13) + Me.lblRugColour.TabIndex = 4 + Me.lblRugColour.Text = "Rug Colour:" ' 'ucrInputBarColour ' Me.ucrInputBarColour.AddQuotesIfUnrecognised = True + Me.ucrInputBarColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputBarColour.GetSetSelectedIndex = -1 Me.ucrInputBarColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputBarColour, "ucrInputBarColour") + Me.ucrInputBarColour.Location = New System.Drawing.Point(126, 43) Me.ucrInputBarColour.Name = "ucrInputBarColour" + Me.ucrInputBarColour.Size = New System.Drawing.Size(96, 21) + Me.ucrInputBarColour.TabIndex = 2 ' 'lblBarColour ' - resources.ApplyResources(Me.lblBarColour, "lblBarColour") + Me.lblBarColour.AutoSize = True + Me.lblBarColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblBarColour.Location = New System.Drawing.Point(9, 48) Me.lblBarColour.Name = "lblBarColour" + Me.lblBarColour.Size = New System.Drawing.Size(59, 13) + Me.lblBarColour.TabIndex = 2 + Me.lblBarColour.Text = "Bar Colour:" ' 'ucrNudUpperYaxis ' + Me.ucrNudUpperYaxis.AutoSize = True Me.ucrNudUpperYaxis.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperYaxis.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudUpperYaxis, "ucrNudUpperYaxis") + Me.ucrNudUpperYaxis.Location = New System.Drawing.Point(126, 13) + Me.ucrNudUpperYaxis.Margin = New System.Windows.Forms.Padding(4) Me.ucrNudUpperYaxis.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudUpperYaxis.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudUpperYaxis.Name = "ucrNudUpperYaxis" + Me.ucrNudUpperYaxis.Size = New System.Drawing.Size(50, 23) + Me.ucrNudUpperYaxis.TabIndex = 3 Me.ucrNudUpperYaxis.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblElements ' - resources.ApplyResources(Me.lblElements, "lblElements") + Me.lblElements.AutoSize = True + Me.lblElements.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElements.Location = New System.Drawing.Point(283, 237) Me.lblElements.Name = "lblElements" + Me.lblElements.Size = New System.Drawing.Size(59, 13) + Me.lblElements.TabIndex = 12 + Me.lblElements.Text = "Element(s):" ' 'grpSummary ' @@ -207,51 +280,75 @@ Partial Class dlgDisplayDailyData Me.grpSummary.Controls.Add(Me.ucrChkSum) Me.grpSummary.Controls.Add(Me.ucrChkMin) Me.grpSummary.Controls.Add(Me.ucrChkMean) - resources.ApplyResources(Me.grpSummary, "grpSummary") + Me.grpSummary.Location = New System.Drawing.Point(9, 256) Me.grpSummary.Name = "grpSummary" + Me.grpSummary.Size = New System.Drawing.Size(235, 118) + Me.grpSummary.TabIndex = 14 Me.grpSummary.TabStop = False + Me.grpSummary.Text = "Summary" ' 'ucrChkSumMissing ' + Me.ucrChkSumMissing.AutoSize = True Me.ucrChkSumMissing.Checked = False - resources.ApplyResources(Me.ucrChkSumMissing, "ucrChkSumMissing") + Me.ucrChkSumMissing.Location = New System.Drawing.Point(16, 97) Me.ucrChkSumMissing.Name = "ucrChkSumMissing" + Me.ucrChkSumMissing.Size = New System.Drawing.Size(189, 23) + Me.ucrChkSumMissing.TabIndex = 32 ' 'ucrChkMax ' + Me.ucrChkMax.AutoSize = True Me.ucrChkMax.Checked = False - resources.ApplyResources(Me.ucrChkMax, "ucrChkMax") + Me.ucrChkMax.Location = New System.Drawing.Point(16, 45) Me.ucrChkMax.Name = "ucrChkMax" + Me.ucrChkMax.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMax.TabIndex = 26 ' 'ucrChkIQR ' + Me.ucrChkIQR.AutoSize = True Me.ucrChkIQR.Checked = False - resources.ApplyResources(Me.ucrChkIQR, "ucrChkIQR") + Me.ucrChkIQR.Location = New System.Drawing.Point(127, 71) Me.ucrChkIQR.Name = "ucrChkIQR" + Me.ucrChkIQR.Size = New System.Drawing.Size(100, 23) + Me.ucrChkIQR.TabIndex = 30 ' 'ucrChkMedian ' + Me.ucrChkMedian.AutoSize = True Me.ucrChkMedian.Checked = False - resources.ApplyResources(Me.ucrChkMedian, "ucrChkMedian") + Me.ucrChkMedian.Location = New System.Drawing.Point(16, 70) Me.ucrChkMedian.Name = "ucrChkMedian" + Me.ucrChkMedian.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMedian.TabIndex = 31 ' 'ucrChkSum ' + Me.ucrChkSum.AutoSize = True Me.ucrChkSum.Checked = False - resources.ApplyResources(Me.ucrChkSum, "ucrChkSum") + Me.ucrChkSum.Location = New System.Drawing.Point(16, 19) Me.ucrChkSum.Name = "ucrChkSum" + Me.ucrChkSum.Size = New System.Drawing.Size(100, 23) + Me.ucrChkSum.TabIndex = 27 ' 'ucrChkMin ' + Me.ucrChkMin.AutoSize = True Me.ucrChkMin.Checked = False - resources.ApplyResources(Me.ucrChkMin, "ucrChkMin") + Me.ucrChkMin.Location = New System.Drawing.Point(127, 19) Me.ucrChkMin.Name = "ucrChkMin" + Me.ucrChkMin.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMin.TabIndex = 29 ' 'ucrChkMean ' + Me.ucrChkMean.AutoSize = True Me.ucrChkMean.Checked = False - resources.ApplyResources(Me.ucrChkMean, "ucrChkMean") + Me.ucrChkMean.Location = New System.Drawing.Point(127, 45) Me.ucrChkMean.Name = "ucrChkMean" + Me.ucrChkMean.Size = New System.Drawing.Size(100, 23) + Me.ucrChkMean.TabIndex = 28 ' 'grpFacet ' @@ -261,213 +358,325 @@ Partial Class dlgDisplayDailyData Me.grpFacet.Controls.Add(Me.ucrNudNumberOfColumns) Me.grpFacet.Controls.Add(Me.ucrInputFacetBy) Me.grpFacet.Controls.Add(Me.ucrChkNumberOfColumns) - resources.ApplyResources(Me.grpFacet, "grpFacet") + Me.grpFacet.Location = New System.Drawing.Point(10, 256) Me.grpFacet.Name = "grpFacet" + Me.grpFacet.Size = New System.Drawing.Size(203, 94) + Me.grpFacet.TabIndex = 34 Me.grpFacet.TabStop = False + Me.grpFacet.Text = "Facet" ' 'lblScales ' - resources.ApplyResources(Me.lblScales, "lblScales") + Me.lblScales.AutoSize = True + Me.lblScales.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblScales.Location = New System.Drawing.Point(6, 16) Me.lblScales.Name = "lblScales" + Me.lblScales.Size = New System.Drawing.Size(37, 13) + Me.lblScales.TabIndex = 36 + Me.lblScales.Text = "Scale:" ' 'ucrInputScale ' Me.ucrInputScale.AddQuotesIfUnrecognised = True + Me.ucrInputScale.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputScale.GetSetSelectedIndex = -1 Me.ucrInputScale.IsReadOnly = False - resources.ApplyResources(Me.ucrInputScale, "ucrInputScale") + Me.ucrInputScale.Location = New System.Drawing.Point(62, 12) Me.ucrInputScale.Name = "ucrInputScale" + Me.ucrInputScale.Size = New System.Drawing.Size(117, 21) + Me.ucrInputScale.TabIndex = 35 ' 'lblFacetby ' - resources.ApplyResources(Me.lblFacetby, "lblFacetby") + Me.lblFacetby.AutoSize = True + Me.lblFacetby.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFacetby.Location = New System.Drawing.Point(5, 39) Me.lblFacetby.Name = "lblFacetby" + Me.lblFacetby.Size = New System.Drawing.Size(22, 13) + Me.lblFacetby.TabIndex = 32 + Me.lblFacetby.Text = "By:" ' 'ucrNudNumberOfColumns ' + Me.ucrNudNumberOfColumns.AutoSize = True Me.ucrNudNumberOfColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudNumberOfColumns, "ucrNudNumberOfColumns") + Me.ucrNudNumberOfColumns.Location = New System.Drawing.Point(129, 63) Me.ucrNudNumberOfColumns.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumberOfColumns.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumberOfColumns.Name = "ucrNudNumberOfColumns" + Me.ucrNudNumberOfColumns.Size = New System.Drawing.Size(50, 23) + Me.ucrNudNumberOfColumns.TabIndex = 33 Me.ucrNudNumberOfColumns.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputFacetBy ' Me.ucrInputFacetBy.AddQuotesIfUnrecognised = True + Me.ucrInputFacetBy.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFacetBy.GetSetSelectedIndex = -1 Me.ucrInputFacetBy.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFacetBy, "ucrInputFacetBy") + Me.ucrInputFacetBy.Location = New System.Drawing.Point(62, 37) Me.ucrInputFacetBy.Name = "ucrInputFacetBy" + Me.ucrInputFacetBy.Size = New System.Drawing.Size(117, 21) + Me.ucrInputFacetBy.TabIndex = 31 ' 'ucrChkNumberOfColumns ' + Me.ucrChkNumberOfColumns.AutoSize = True Me.ucrChkNumberOfColumns.Checked = False - resources.ApplyResources(Me.ucrChkNumberOfColumns, "ucrChkNumberOfColumns") + Me.ucrChkNumberOfColumns.Location = New System.Drawing.Point(7, 64) Me.ucrChkNumberOfColumns.Name = "ucrChkNumberOfColumns" + Me.ucrChkNumberOfColumns.Size = New System.Drawing.Size(175, 23) + Me.ucrChkNumberOfColumns.TabIndex = 33 ' 'rdoGraphByYear ' - resources.ApplyResources(Me.rdoGraphByYear, "rdoGraphByYear") + Me.rdoGraphByYear.Appearance = System.Windows.Forms.Appearance.Button + Me.rdoGraphByYear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None + Me.rdoGraphByYear.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraphByYear.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoGraphByYear.FlatAppearance.BorderSize = 2 Me.rdoGraphByYear.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoGraphByYear.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.rdoGraphByYear.ForeColor = System.Drawing.SystemColors.ActiveCaptionText + Me.rdoGraphByYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoGraphByYear.Location = New System.Drawing.Point(146, 12) Me.rdoGraphByYear.Name = "rdoGraphByYear" + Me.rdoGraphByYear.Size = New System.Drawing.Size(124, 29) + Me.rdoGraphByYear.TabIndex = 23 + Me.rdoGraphByYear.Text = "Graph by Year" + Me.rdoGraphByYear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoGraphByYear.UseVisualStyleBackColor = True ' 'lblGRugColour ' - resources.ApplyResources(Me.lblGRugColour, "lblGRugColour") + Me.lblGRugColour.AutoSize = True + Me.lblGRugColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblGRugColour.Location = New System.Drawing.Point(17, 353) Me.lblGRugColour.Name = "lblGRugColour" + Me.lblGRugColour.Size = New System.Drawing.Size(78, 13) + Me.lblGRugColour.TabIndex = 36 + Me.lblGRugColour.Text = "Missing Colour:" ' 'ucrInputGraphRugColur ' Me.ucrInputGraphRugColur.AddQuotesIfUnrecognised = True + Me.ucrInputGraphRugColur.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputGraphRugColur.GetSetSelectedIndex = -1 Me.ucrInputGraphRugColur.IsReadOnly = False - resources.ApplyResources(Me.ucrInputGraphRugColur, "ucrInputGraphRugColur") + Me.ucrInputGraphRugColur.Location = New System.Drawing.Point(135, 350) Me.ucrInputGraphRugColur.Name = "ucrInputGraphRugColur" + Me.ucrInputGraphRugColur.Size = New System.Drawing.Size(99, 21) + Me.ucrInputGraphRugColur.TabIndex = 35 ' 'ucrReceiverMultipleElements ' + Me.ucrReceiverMultipleElements.AutoSize = True Me.ucrReceiverMultipleElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleElements, "ucrReceiverMultipleElements") + Me.ucrReceiverMultipleElements.Location = New System.Drawing.Point(279, 252) + Me.ucrReceiverMultipleElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleElements.Name = "ucrReceiverMultipleElements" Me.ucrReceiverMultipleElements.Selector = Nothing + Me.ucrReceiverMultipleElements.Size = New System.Drawing.Size(126, 100) Me.ucrReceiverMultipleElements.strNcFilePath = "" + Me.ucrReceiverMultipleElements.TabIndex = 25 Me.ucrReceiverMultipleElements.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(280, 253) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 1 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrInputComboMissing ' Me.ucrInputComboMissing.AddQuotesIfUnrecognised = True + Me.ucrInputComboMissing.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMissing.GetSetSelectedIndex = -1 Me.ucrInputComboMissing.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMissing, "ucrInputComboMissing") + Me.ucrInputComboMissing.Location = New System.Drawing.Point(155, 380) Me.ucrInputComboMissing.Name = "ucrInputComboMissing" + Me.ucrInputComboMissing.Size = New System.Drawing.Size(99, 21) + Me.ucrInputComboMissing.TabIndex = 16 ' 'ucrInputComboTrace ' Me.ucrInputComboTrace.AddQuotesIfUnrecognised = True + Me.ucrInputComboTrace.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboTrace.GetSetSelectedIndex = -1 Me.ucrInputComboTrace.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboTrace, "ucrInputComboTrace") + Me.ucrInputComboTrace.Location = New System.Drawing.Point(155, 427) Me.ucrInputComboTrace.Name = "ucrInputComboTrace" + Me.ucrInputComboTrace.Size = New System.Drawing.Size(99, 21) + Me.ucrInputComboTrace.TabIndex = 18 ' 'ucrChkMissing ' + Me.ucrChkMissing.AutoSize = True Me.ucrChkMissing.Checked = False - resources.ApplyResources(Me.ucrChkMissing, "ucrChkMissing") + Me.ucrChkMissing.Location = New System.Drawing.Point(10, 380) Me.ucrChkMissing.Name = "ucrChkMissing" + Me.ucrChkMissing.Size = New System.Drawing.Size(141, 23) + Me.ucrChkMissing.TabIndex = 15 ' 'ucrChkTrace ' + Me.ucrChkTrace.AutoSize = True Me.ucrChkTrace.Checked = False - resources.ApplyResources(Me.ucrChkTrace, "ucrChkTrace") + Me.ucrChkTrace.Location = New System.Drawing.Point(10, 428) Me.ucrChkTrace.Name = "ucrChkTrace" + Me.ucrChkTrace.Size = New System.Drawing.Size(141, 23) + Me.ucrChkTrace.TabIndex = 17 ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(280, 209) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 11 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrReceiverDayOfYear ' + Me.ucrReceiverDayOfYear.AutoSize = True Me.ucrReceiverDayOfYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDayOfYear, "ucrReceiverDayOfYear") + Me.ucrReceiverDayOfYear.Location = New System.Drawing.Point(280, 166) + Me.ucrReceiverDayOfYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDayOfYear.Name = "ucrReceiverDayOfYear" Me.ucrReceiverDayOfYear.Selector = Nothing + Me.ucrReceiverDayOfYear.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverDayOfYear.strNcFilePath = "" + Me.ucrReceiverDayOfYear.TabIndex = 9 Me.ucrReceiverDayOfYear.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(280, 124) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 7 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrReceiverStations ' + Me.ucrReceiverStations.AutoSize = True Me.ucrReceiverStations.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStations, "ucrReceiverStations") + Me.ucrReceiverStations.Location = New System.Drawing.Point(280, 80) + Me.ucrReceiverStations.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStations.Name = "ucrReceiverStations" Me.ucrReceiverStations.Selector = Nothing + Me.ucrReceiverStations.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverStations.strNcFilePath = "" + Me.ucrReceiverStations.TabIndex = 5 Me.ucrReceiverStations.ucrSelector = Nothing ' 'ucrPnlFrequencyDisplay ' - resources.ApplyResources(Me.ucrPnlFrequencyDisplay, "ucrPnlFrequencyDisplay") + Me.ucrPnlFrequencyDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlFrequencyDisplay.Location = New System.Drawing.Point(23, 12) + Me.ucrPnlFrequencyDisplay.Margin = New System.Windows.Forms.Padding(4) Me.ucrPnlFrequencyDisplay.Name = "ucrPnlFrequencyDisplay" + Me.ucrPnlFrequencyDisplay.Size = New System.Drawing.Size(370, 29) + Me.ucrPnlFrequencyDisplay.TabIndex = 0 ' 'ucrSelectorDisplayDailyClimaticData ' + Me.ucrSelectorDisplayDailyClimaticData.AutoSize = True Me.ucrSelectorDisplayDailyClimaticData.bDropUnusedFilterLevels = False Me.ucrSelectorDisplayDailyClimaticData.bShowHiddenColumns = False Me.ucrSelectorDisplayDailyClimaticData.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDisplayDailyClimaticData, "ucrSelectorDisplayDailyClimaticData") + Me.ucrSelectorDisplayDailyClimaticData.Location = New System.Drawing.Point(10, 43) + Me.ucrSelectorDisplayDailyClimaticData.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDisplayDailyClimaticData.Name = "ucrSelectorDisplayDailyClimaticData" + Me.ucrSelectorDisplayDailyClimaticData.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDisplayDailyClimaticData.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 452) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 22 ' 'ucrReceiverSingleElements ' + Me.ucrReceiverSingleElements.AutoSize = True Me.ucrReceiverSingleElements.frmParent = Me - resources.ApplyResources(Me.ucrReceiverSingleElements, "ucrReceiverSingleElements") + Me.ucrReceiverSingleElements.Location = New System.Drawing.Point(280, 253) + Me.ucrReceiverSingleElements.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverSingleElements.Name = "ucrReceiverSingleElements" Me.ucrReceiverSingleElements.Selector = Nothing + Me.ucrReceiverSingleElements.Size = New System.Drawing.Size(122, 20) Me.ucrReceiverSingleElements.strNcFilePath = "" + Me.ucrReceiverSingleElements.TabIndex = 24 Me.ucrReceiverSingleElements.ucrSelector = Nothing ' 'ucrChkZero ' + Me.ucrChkZero.AutoSize = True Me.ucrChkZero.Checked = False - resources.ApplyResources(Me.ucrChkZero, "ucrChkZero") + Me.ucrChkZero.Location = New System.Drawing.Point(10, 405) Me.ucrChkZero.Name = "ucrChkZero" + Me.ucrChkZero.Size = New System.Drawing.Size(141, 23) + Me.ucrChkZero.TabIndex = 19 ' 'ucrInputComboZero ' Me.ucrInputComboZero.AddQuotesIfUnrecognised = True + Me.ucrInputComboZero.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboZero.GetSetSelectedIndex = -1 Me.ucrInputComboZero.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboZero, "ucrInputComboZero") + Me.ucrInputComboZero.Location = New System.Drawing.Point(155, 403) Me.ucrInputComboZero.Name = "ucrInputComboZero" + Me.ucrInputComboZero.Size = New System.Drawing.Size(99, 21) + Me.ucrInputComboZero.TabIndex = 20 ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 427) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(320, 23) + Me.ucrSaveGraph.TabIndex = 4 ' 'cmdDispalyDailyOptions ' - resources.ApplyResources(Me.cmdDispalyDailyOptions, "cmdDispalyDailyOptions") + Me.cmdDispalyDailyOptions.Enabled = False + Me.cmdDispalyDailyOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDispalyDailyOptions.Location = New System.Drawing.Point(9, 228) Me.cmdDispalyDailyOptions.Name = "cmdDispalyDailyOptions" + Me.cmdDispalyDailyOptions.Size = New System.Drawing.Size(121, 23) + Me.cmdDispalyDailyOptions.TabIndex = 51 + Me.cmdDispalyDailyOptions.Text = "Dispaly Daily Options" Me.cmdDispalyDailyOptions.UseVisualStyleBackColor = True ' 'dlgDisplayDailyData ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 511) Me.Controls.Add(Me.cmdDispalyDailyOptions) Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.ucrInputGraphRugColur) @@ -504,9 +713,12 @@ Partial Class dlgDisplayDailyData Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDisplayDailyData" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Display Daily Data" Me.grpGraph.ResumeLayout(False) Me.grpGraph.PerformLayout() Me.grpSummary.ResumeLayout(False) + Me.grpSummary.PerformLayout() Me.grpFacet.ResumeLayout(False) Me.grpFacet.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgDisplayDailyData.resx b/instat/dlgDisplayDailyData.resx index 13264710730..29dcb1b3a35 100644 --- a/instat/dlgDisplayDailyData.resx +++ b/instat/dlgDisplayDailyData.resx @@ -117,1540 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - NoControl - - - - 268, 12 - - - 124, 29 - - - - 1 - - - Table - - - MiddleCenter - - - rdoTable - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 23 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 24, 12 - - - 124, 29 - - - 2 - - - Graph - - - MiddleCenter - - - rdoGraph - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - True - - - NoControl - - - 283, 64 - - - 43, 13 - - - 4 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - True - - - NoControl - - - 283, 237 - - - 48, 13 - - - 12 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 283, 109 - - - 33, 13 - - - 6 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - True - - - NoControl - - - 283, 193 - - - 32, 13 - - - 10 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 283, 150 - - - 29, 13 - - - 8 - - - Doy: - - - lblDayOfTheYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - True - - - NoControl - - - 9, 16 - - - 70, 13 - - - 0 - - - Y-axis Upper: - - - lblYaxisUpper - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraph - - - 5 - - - ucrInputRugColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 0 - - - lblRugColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraph - - - 1 - - - ucrInputBarColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 2 - - - lblBarColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraph - - - 3 - - - ucrNudUpperYaxis - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 4 - - - 9, 256 - - - 234, 118 - - - 21 - - - Graph - - - grpGraph - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - 126, 70 - - - 96, 21 - - - 6 - - - ucrInputRugColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 0 - - - True - - - NoControl - - - 9, 75 - - - 63, 13 - - - 4 - - - Rug Colour: - - - lblRugColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraph - - - 1 - - - 126, 43 - - - 96, 21 - - - 2 - - - ucrInputBarColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 2 - - - True - - - NoControl - - - 9, 48 - - - 59, 13 - - - 2 - - - Bar Colour: - - - lblBarColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraph - - - 3 - - - 126, 13 - - - 4, 4, 4, 4 - - - 50, 23 - - - 3 - - - ucrNudUpperYaxis - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpGraph - - - 4 - - - True - - - NoControl - - - 283, 237 - - - 59, 13 - - - 12 - - - Element(s): - - - lblElements - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - ucrChkSumMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 0 - - - ucrChkMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 1 - - - ucrChkIQR - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 2 - - - ucrChkMedian - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 3 - - - ucrChkSum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 4 - - - ucrChkMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 5 - - - ucrChkMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 6 - - - 9, 256 - - - 235, 118 - - - 14 - - - Summary - - - grpSummary - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - 16, 97 - - - 189, 15 - - - 32 - - - ucrChkSumMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 0 - - - 16, 45 - - - 100, 20 - - - 26 - - - ucrChkMax - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 1 - - - 127, 71 - - - 100, 20 - - - 30 - - - ucrChkIQR - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 2 - - - 16, 70 - - - 100, 20 - - - 31 - - - ucrChkMedian - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 3 - - - 16, 19 - - - 100, 20 - - - 27 - - - ucrChkSum - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 4 - - - 127, 19 - - - 100, 20 - - - 29 - - - ucrChkMin - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 5 - - - 127, 45 - - - 100, 20 - - - 28 - - - ucrChkMean - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpSummary - - - 6 - - - lblScales - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFacet - - - 0 - - - ucrInputScale - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 1 - - - lblFacetby - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFacet - - - 2 - - - ucrNudNumberOfColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 3 - - - ucrInputFacetBy - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 4 - - - ucrChkNumberOfColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 5 - - - 10, 256 - - - 203, 94 - - - 34 - - - Facet - - - grpFacet - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 31 - - - True - - - NoControl - - - 6, 16 - - - 37, 13 - - - 36 - - - Scale: - - - lblScales - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFacet - - - 0 - - - 62, 12 - - - 117, 21 - - - 35 - - - ucrInputScale - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 1 - - - True - - - NoControl - - - 5, 39 - - - 22, 13 - - - 32 - - - By: - - - lblFacetby - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFacet - - - 2 - - - 129, 63 - - - 50, 23 - - - 33 - - - ucrNudNumberOfColumns - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 3 - - - 62, 37 - - - 117, 21 - - - 31 - - - ucrInputFacetBy - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 4 - - - 7, 64 - - - 175, 20 - - - 33 - - - ucrChkNumberOfColumns - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFacet - - - 5 - - - Button - - - None - - - MiddleCenter - - - Flat - - - NoControl - - - 146, 12 - - - 124, 29 - - - 23 - - - Graph by Year - - - MiddleCenter - - - rdoGraphByYear - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 17, 353 - - - 78, 13 - - - 36 - - - Missing Colour: - - - lblGRugColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 135, 350 - - - 99, 21 - - - 35 - - - ucrInputGraphRugColur - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 416, 511 - - - False - - - NoControl - - - 9, 228 - - - 121, 23 - - - 51 - - - Dispaly Daily Options - - - cmdDispalyDailyOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 427 - - - 4, 5, 4, 5 - - - 320, 23 - - - 4 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 280, 253 - - - 0, 0, 0, 0 - - - 122, 20 - - - 1 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 155, 403 - - - 99, 21 - - - 20 - - - ucrInputComboZero - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 155, 380 - - - 99, 21 - - - 16 - - - ucrInputComboMissing - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 155, 427 - - - 99, 21 - - - 18 - - - ucrInputComboTrace - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 380 - - - 141, 20 - - - 15 - - - ucrChkMissing - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 10, 405 - - - 141, 20 - - - 19 - - - ucrChkZero - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 428 - - - 141, 20 - - - 17 - - - ucrChkTrace - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 280, 209 - - - 0, 0, 0, 0 - - - 122, 20 - - - 11 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 280, 166 - - - 0, 0, 0, 0 - - - 122, 20 - - - 9 - - - ucrReceiverDayOfYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - 280, 124 - - - 0, 0, 0, 0 - - - 122, 20 - - - 7 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 280, 80 - - - 0, 0, 0, 0 - - - 122, 20 - - - 5 - - - ucrReceiverStations - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - 23, 12 - - - 4, 4, 4, 4 - - - 370, 29 - - - 0 - - - ucrPnlFrequencyDisplay - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 10, 43 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorDisplayDailyClimaticData - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - True - - - 10, 452 - - - 4, 4, 4, 4 - - - 405, 52 - - - 22 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 280, 253 - - - 0, 0, 0, 0 - - - 122, 20 - - - 24 - - - ucrReceiverSingleElements - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 28 - - - CenterScreen - - - Display Daily Data - - - dlgDisplayDailyData - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 279, 252 - - - 0, 0, 0, 0 - - - 126, 100 - - - 25 - - - ucrReceiverMultipleElements - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgDisplayTopN.Designer.vb b/instat/dlgDisplayTopN.Designer.vb index cc61a4da0ef..48026766779 100644 --- a/instat/dlgDisplayTopN.Designer.vb +++ b/instat/dlgDisplayTopN.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgDisplayTopN 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDisplayTopN)) Me.lbOrder = New System.Windows.Forms.Label() Me.grpOptions = New System.Windows.Forms.GroupBox() Me.ucrInputDisplay = New instat.ucrInputComboBox() @@ -53,8 +52,13 @@ Partial Class dlgDisplayTopN ' 'lbOrder ' - resources.ApplyResources(Me.lbOrder, "lbOrder") + Me.lbOrder.AutoSize = True + Me.lbOrder.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lbOrder.Location = New System.Drawing.Point(251, 149) Me.lbOrder.Name = "lbOrder" + Me.lbOrder.Size = New System.Drawing.Size(36, 13) + Me.lbOrder.TabIndex = 38 + Me.lbOrder.Text = "Order:" ' 'grpOptions ' @@ -62,177 +66,290 @@ Partial Class dlgDisplayTopN Me.grpOptions.Controls.Add(Me.Label1) Me.grpOptions.Controls.Add(Me.ucrInputLayout) Me.grpOptions.Controls.Add(Me.lblLayout) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(6, 265) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(210, 80) + Me.grpOptions.TabIndex = 56 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrInputDisplay ' Me.ucrInputDisplay.AddQuotesIfUnrecognised = True + Me.ucrInputDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDisplay.GetSetSelectedIndex = -1 Me.ucrInputDisplay.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDisplay, "ucrInputDisplay") + Me.ucrInputDisplay.Location = New System.Drawing.Point(98, 24) + Me.ucrInputDisplay.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputDisplay.Name = "ucrInputDisplay" + Me.ucrInputDisplay.Size = New System.Drawing.Size(103, 21) + Me.ucrInputDisplay.TabIndex = 63 ' 'Label1 ' - resources.ApplyResources(Me.Label1, "Label1") + Me.Label1.AutoSize = True + Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Label1.Location = New System.Drawing.Point(9, 25) Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(44, 13) + Me.Label1.TabIndex = 62 + Me.Label1.Text = "Display:" ' 'ucrInputLayout ' Me.ucrInputLayout.AddQuotesIfUnrecognised = True + Me.ucrInputLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLayout.GetSetSelectedIndex = -1 Me.ucrInputLayout.IsReadOnly = False - resources.ApplyResources(Me.ucrInputLayout, "ucrInputLayout") + Me.ucrInputLayout.Location = New System.Drawing.Point(98, 49) + Me.ucrInputLayout.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputLayout.Name = "ucrInputLayout" + Me.ucrInputLayout.Size = New System.Drawing.Size(103, 21) + Me.ucrInputLayout.TabIndex = 61 ' 'lblLayout ' - resources.ApplyResources(Me.lblLayout, "lblLayout") + Me.lblLayout.AutoSize = True + Me.lblLayout.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLayout.Location = New System.Drawing.Point(9, 53) Me.lblLayout.Name = "lblLayout" + Me.lblLayout.Size = New System.Drawing.Size(42, 13) + Me.lblLayout.TabIndex = 59 + Me.lblLayout.Text = "Layout:" ' 'ucrInputOrder ' Me.ucrInputOrder.AddQuotesIfUnrecognised = True + Me.ucrInputOrder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputOrder.GetSetSelectedIndex = -1 Me.ucrInputOrder.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOrder, "ucrInputOrder") + Me.ucrInputOrder.Location = New System.Drawing.Point(251, 165) + Me.ucrInputOrder.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputOrder.Name = "ucrInputOrder" + Me.ucrInputOrder.Size = New System.Drawing.Size(120, 21) + Me.ucrInputOrder.TabIndex = 60 ' 'ucrInputSymbol ' Me.ucrInputSymbol.AddQuotesIfUnrecognised = True + Me.ucrInputSymbol.AutoSize = True Me.ucrInputSymbol.IsMultiline = False Me.ucrInputSymbol.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSymbol, "ucrInputSymbol") + Me.ucrInputSymbol.Location = New System.Drawing.Point(319, 296) + Me.ucrInputSymbol.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputSymbol.Name = "ucrInputSymbol" + Me.ucrInputSymbol.Size = New System.Drawing.Size(51, 21) + Me.ucrInputSymbol.TabIndex = 53 ' 'lblSymbol ' - resources.ApplyResources(Me.lblSymbol, "lblSymbol") + Me.lblSymbol.AutoSize = True + Me.lblSymbol.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSymbol.Location = New System.Drawing.Point(269, 299) Me.lblSymbol.Name = "lblSymbol" + Me.lblSymbol.Size = New System.Drawing.Size(44, 13) + Me.lblSymbol.TabIndex = 52 + Me.lblSymbol.Text = "Symbol:" ' 'ucrSaveDisplay ' - resources.ApplyResources(Me.ucrSaveDisplay, "ucrSaveDisplay") + Me.ucrSaveDisplay.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDisplay.Location = New System.Drawing.Point(6, 351) + Me.ucrSaveDisplay.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrSaveDisplay.Name = "ucrSaveDisplay" + Me.ucrSaveDisplay.Size = New System.Drawing.Size(311, 24) + Me.ucrSaveDisplay.TabIndex = 50 ' 'ucrChkIsCurrency ' + Me.ucrChkIsCurrency.AutoSize = True Me.ucrChkIsCurrency.Checked = False - resources.ApplyResources(Me.ucrChkIsCurrency, "ucrChkIsCurrency") + Me.ucrChkIsCurrency.Location = New System.Drawing.Point(251, 272) + Me.ucrChkIsCurrency.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkIsCurrency.Name = "ucrChkIsCurrency" + Me.ucrChkIsCurrency.Size = New System.Drawing.Size(120, 23) + Me.ucrChkIsCurrency.TabIndex = 49 ' 'rdoPrimary ' - resources.ApplyResources(Me.rdoPrimary, "rdoPrimary") + Me.rdoPrimary.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPrimary.BackColor = System.Drawing.SystemColors.Control Me.rdoPrimary.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPrimary.FlatAppearance.BorderSize = 2 Me.rdoPrimary.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPrimary.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPrimary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPrimary.Location = New System.Drawing.Point(99, 11) Me.rdoPrimary.Name = "rdoPrimary" + Me.rdoPrimary.Size = New System.Drawing.Size(110, 28) + Me.rdoPrimary.TabIndex = 39 Me.rdoPrimary.TabStop = True Me.rdoPrimary.Tag = "" + Me.rdoPrimary.Text = "Primary data" + Me.rdoPrimary.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPrimary.UseVisualStyleBackColor = False + Me.rdoPrimary.Visible = False ' 'rdoSummary ' - resources.ApplyResources(Me.rdoSummary, "rdoSummary") + Me.rdoSummary.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSummary.BackColor = System.Drawing.SystemColors.Control Me.rdoSummary.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSummary.FlatAppearance.BorderSize = 2 Me.rdoSummary.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSummary.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSummary.Location = New System.Drawing.Point(207, 11) Me.rdoSummary.Name = "rdoSummary" + Me.rdoSummary.Size = New System.Drawing.Size(110, 28) + Me.rdoSummary.TabIndex = 40 Me.rdoSummary.TabStop = True Me.rdoSummary.Tag = "Pie_Chart" + Me.rdoSummary.Text = "Summary data" + Me.rdoSummary.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSummary.UseVisualStyleBackColor = False + Me.rdoSummary.Visible = False ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(6, 232) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdOptions.TabIndex = 48 Me.cmdOptions.Tag = "Plot_Options..." + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblWeightBy ' - resources.ApplyResources(Me.lblWeightBy, "lblWeightBy") + Me.lblWeightBy.AutoSize = True + Me.lblWeightBy.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblWeightBy.Location = New System.Drawing.Point(251, 194) Me.lblWeightBy.Name = "lblWeightBy" + Me.lblWeightBy.Size = New System.Drawing.Size(107, 13) + Me.lblWeightBy.TabIndex = 44 Me.lblWeightBy.Tag = "" + Me.lblWeightBy.Text = "Weight By (Optional):" ' 'lblVariable ' - resources.ApplyResources(Me.lblVariable, "lblVariable") + Me.lblVariable.AutoSize = True + Me.lblVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariable.Location = New System.Drawing.Point(251, 61) Me.lblVariable.Name = "lblVariable" + Me.lblVariable.Size = New System.Drawing.Size(48, 13) + Me.lblVariable.TabIndex = 42 Me.lblVariable.Tag = "" + Me.lblVariable.Text = "Variable:" ' 'ucrReceiverWeightBy ' + Me.ucrReceiverWeightBy.AutoSize = True Me.ucrReceiverWeightBy.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWeightBy, "ucrReceiverWeightBy") + Me.ucrReceiverWeightBy.Location = New System.Drawing.Point(251, 211) + Me.ucrReceiverWeightBy.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWeightBy.Name = "ucrReceiverWeightBy" Me.ucrReceiverWeightBy.Selector = Nothing + Me.ucrReceiverWeightBy.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWeightBy.strNcFilePath = "" + Me.ucrReceiverWeightBy.TabIndex = 45 Me.ucrReceiverWeightBy.ucrSelector = Nothing ' 'ucrReceiverVariable ' + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me - resources.ApplyResources(Me.ucrReceiverVariable, "ucrReceiverVariable") + Me.ucrReceiverVariable.Location = New System.Drawing.Point(251, 76) + Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverVariable.Name = "ucrReceiverVariable" Me.ucrReceiverVariable.Selector = Nothing + Me.ucrReceiverVariable.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverVariable.strNcFilePath = "" + Me.ucrReceiverVariable.TabIndex = 43 Me.ucrReceiverVariable.ucrSelector = Nothing ' 'ucrSelectorDisplayTopN ' + Me.ucrSelectorDisplayTopN.AutoSize = True Me.ucrSelectorDisplayTopN.bDropUnusedFilterLevels = False Me.ucrSelectorDisplayTopN.bShowHiddenColumns = False Me.ucrSelectorDisplayTopN.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDisplayTopN, "ucrSelectorDisplayTopN") + Me.ucrSelectorDisplayTopN.Location = New System.Drawing.Point(6, 40) + Me.ucrSelectorDisplayTopN.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDisplayTopN.Name = "ucrSelectorDisplayTopN" + Me.ucrSelectorDisplayTopN.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDisplayTopN.TabIndex = 41 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 381) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 51 ' 'ucrPnlDataType ' - resources.ApplyResources(Me.ucrPnlDataType, "ucrPnlDataType") + Me.ucrPnlDataType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDataType.Location = New System.Drawing.Point(88, 5) + Me.ucrPnlDataType.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlDataType.Name = "ucrPnlDataType" + Me.ucrPnlDataType.Size = New System.Drawing.Size(241, 36) + Me.ucrPnlDataType.TabIndex = 38 + Me.ucrPnlDataType.Visible = False ' 'ucrInputNLevels ' Me.ucrInputNLevels.AddQuotesIfUnrecognised = True + Me.ucrInputNLevels.AutoSize = True Me.ucrInputNLevels.IsMultiline = False Me.ucrInputNLevels.IsReadOnly = False - resources.ApplyResources(Me.ucrInputNLevels, "ucrInputNLevels") + Me.ucrInputNLevels.Location = New System.Drawing.Point(251, 116) + Me.ucrInputNLevels.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputNLevels.Name = "ucrInputNLevels" + Me.ucrInputNLevels.Size = New System.Drawing.Size(51, 21) + Me.ucrInputNLevels.TabIndex = 59 ' 'lblTopLevels ' - resources.ApplyResources(Me.lblTopLevels, "lblTopLevels") + Me.lblTopLevels.AutoSize = True + Me.lblTopLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTopLevels.Location = New System.Drawing.Point(251, 101) Me.lblTopLevels.Name = "lblTopLevels" + Me.lblTopLevels.Size = New System.Drawing.Size(106, 13) + Me.lblTopLevels.TabIndex = 58 + Me.lblTopLevels.Text = "Top levels displayed:" ' 'ucrInputSummary ' Me.ucrInputSummary.AddQuotesIfUnrecognised = True + Me.ucrInputSummary.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSummary.GetSetSelectedIndex = -1 Me.ucrInputSummary.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSummary, "ucrInputSummary") + Me.ucrInputSummary.Location = New System.Drawing.Point(304, 247) Me.ucrInputSummary.Name = "ucrInputSummary" + Me.ucrInputSummary.Size = New System.Drawing.Size(67, 21) + Me.ucrInputSummary.TabIndex = 62 ' 'lblSummary ' - resources.ApplyResources(Me.lblSummary, "lblSummary") + Me.lblSummary.AutoSize = True + Me.lblSummary.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSummary.Location = New System.Drawing.Point(249, 249) Me.lblSummary.Name = "lblSummary" + Me.lblSummary.Size = New System.Drawing.Size(53, 13) + Me.lblSummary.TabIndex = 61 + Me.lblSummary.Text = "Summary:" ' 'dlgDisplayTopN ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 437) Me.Controls.Add(Me.ucrInputSummary) Me.Controls.Add(Me.lblSummary) Me.Controls.Add(Me.ucrInputNLevels) @@ -255,9 +372,12 @@ Partial Class dlgDisplayTopN Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrPnlDataType) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDisplayTopN" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Display Top N" Me.grpOptions.ResumeLayout(False) Me.grpOptions.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgDisplayTopN.resx b/instat/dlgDisplayTopN.resx index 57b6f64bd24..1af7de150c9 100644 --- a/instat/dlgDisplayTopN.resx +++ b/instat/dlgDisplayTopN.resx @@ -117,718 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 251, 149 - - - 36, 13 - - - 38 - - - Order: - - - lbOrder - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 98, 24 - - - 6, 8, 6, 8 - - - 103, 21 - - - 63 - - - ucrInputDisplay - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - True - - - NoControl - - - 9, 25 - - - 44, 13 - - - 62 - - - Display: - - - Label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 1 - - - 98, 49 - - - 6, 8, 6, 8 - - - 103, 21 - - - 61 - - - ucrInputLayout - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - True - - - NoControl - - - 9, 53 - - - 42, 13 - - - 59 - - - Layout: - - - lblLayout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpOptions - - - 3 - - - 6, 265 - - - 210, 80 - - - 56 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 251, 165 - - - 6, 8, 6, 8 - - - 120, 21 - - - 60 - - - ucrInputOrder - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 319, 296 - - - 9, 12, 9, 12 - - - 51, 21 - - - 53 - - - ucrInputSymbol - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - NoControl - - - 269, 299 - - - 44, 13 - - - 52 - - - Symbol: - - - lblSymbol - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 6, 351 - - - 6, 8, 6, 8 - - - 311, 24 - - - 50 - - - ucrSaveDisplay - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 251, 272 - - - 6, 8, 6, 8 - - - 120, 20 - - - 49 - - - ucrChkIsCurrency - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - Button - - - Flat - - - NoControl - - - 99, 11 - - - 110, 28 - - - 39 - - - Primary data - - - MiddleCenter - - - False - - - rdoPrimary - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Button - - - Flat - - - NoControl - - - 207, 11 - - - 110, 28 - - - 40 - - - Summary data - - - MiddleCenter - - - False - - - rdoSummary - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - NoControl - - - 6, 232 - - - 147, 25 - - - 48 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 251, 194 - - - 107, 13 - - - 44 - - - Weight By (Optional): - - - lblWeightBy - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 251, 61 - - - 48, 13 - - - 42 - - - Variable: - - - lblVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - 6, 13 - - - True - - - 417, 437 - - - 304, 247 - - - 67, 21 - - - 62 - - - ucrInputSummary - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 249, 249 - - - 53, 13 - - - 61 - - - Summary: - - - lblSummary - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 251, 116 - - - 9, 12, 9, 12 - - - 51, 21 - - - 59 - - - ucrInputNLevels - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - NoControl - - - 251, 101 - - - 106, 13 - - - 58 - - - Top levels displayed: - - - lblTopLevels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 251, 76 - - - 0, 0, 0, 0 - - - 120, 20 - - - 43 - - - ucrReceiverVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 6, 40 - - - 0, 0, 0, 0 - - - 210, 180 - - - 41 - - - ucrSelectorDisplayTopN - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - True - - - 6, 381 - - - 4, 5, 4, 5 - - - 410, 52 - - - 51 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 88, 5 - - - 6, 8, 6, 8 - - - 241, 36 - - - 38 - - - False - - - ucrPnlDataType - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 2, 2, 2, 2 - - - CenterScreen - - - Display Top N - - - dlgDisplayTopN - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 251, 211 - - - 0, 0, 0, 0 - - - 120, 20 - - - 45 - - - ucrReceiverWeightBy - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - \ No newline at end of file diff --git a/instat/dlgDotPlot.designer.vb b/instat/dlgDotPlot.designer.vb index 408e6f32a98..8d031e60f76 100644 --- a/instat/dlgDotPlot.designer.vb +++ b/instat/dlgDotPlot.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDotPlot 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDotPlot)) Me.cmdDotPlotOptions = New System.Windows.Forms.Button() Me.cmdOptions = New System.Windows.Forms.Button() Me.lblOtherAxis = New System.Windows.Forms.Label() @@ -58,115 +57,168 @@ Partial Class dlgDotPlot ' 'cmdDotPlotOptions ' - resources.ApplyResources(Me.cmdDotPlotOptions, "cmdDotPlotOptions") + Me.cmdDotPlotOptions.Location = New System.Drawing.Point(10, 198) Me.cmdDotPlotOptions.Name = "cmdDotPlotOptions" + Me.cmdDotPlotOptions.Size = New System.Drawing.Size(120, 25) + Me.cmdDotPlotOptions.TabIndex = 6 Me.cmdDotPlotOptions.Tag = "Dot_Plot_Options" + Me.cmdDotPlotOptions.Text = "Dot Plot Options..." Me.cmdDotPlotOptions.UseVisualStyleBackColor = True ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.Location = New System.Drawing.Point(10, 228) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(120, 25) + Me.cmdOptions.TabIndex = 7 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options..." Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblOtherAxis ' - resources.ApplyResources(Me.lblOtherAxis, "lblOtherAxis") + Me.lblOtherAxis.AutoSize = True + Me.lblOtherAxis.Location = New System.Drawing.Point(255, 198) Me.lblOtherAxis.Name = "lblOtherAxis" + Me.lblOtherAxis.Size = New System.Drawing.Size(106, 13) + Me.lblOtherAxis.TabIndex = 2 Me.lblOtherAxis.Tag = "Other_Axis_(optional):" + Me.lblOtherAxis.Text = "Other Axis (Optional):" ' 'lblFactor ' - resources.ApplyResources(Me.lblFactor, "lblFactor") + Me.lblFactor.AutoSize = True + Me.lblFactor.Location = New System.Drawing.Point(255, 244) Me.lblFactor.Name = "lblFactor" + Me.lblFactor.Size = New System.Drawing.Size(88, 13) + Me.lblFactor.TabIndex = 4 Me.lblFactor.Tag = "Factor_(optional):" + Me.lblFactor.Text = "Factor (Optional):" ' 'grpBinAxis ' Me.grpBinAxis.Controls.Add(Me.rdoYBinAxis) Me.grpBinAxis.Controls.Add(Me.rdoXBinAxis) Me.grpBinAxis.Controls.Add(Me.ucrPnlBinAxis) - resources.ApplyResources(Me.grpBinAxis, "grpBinAxis") + Me.grpBinAxis.Location = New System.Drawing.Point(10, 259) Me.grpBinAxis.Name = "grpBinAxis" + Me.grpBinAxis.Size = New System.Drawing.Size(120, 66) + Me.grpBinAxis.TabIndex = 8 Me.grpBinAxis.TabStop = False Me.grpBinAxis.Tag = "Bin_Axis:" + Me.grpBinAxis.Text = "Bin Axis:" ' 'rdoYBinAxis ' - resources.ApplyResources(Me.rdoYBinAxis, "rdoYBinAxis") + Me.rdoYBinAxis.AutoSize = True Me.rdoYBinAxis.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoYBinAxis.FlatAppearance.BorderSize = 2 Me.rdoYBinAxis.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoYBinAxis.Location = New System.Drawing.Point(8, 40) Me.rdoYBinAxis.Name = "rdoYBinAxis" + Me.rdoYBinAxis.Size = New System.Drawing.Size(30, 17) + Me.rdoYBinAxis.TabIndex = 1 Me.rdoYBinAxis.TabStop = True + Me.rdoYBinAxis.Text = "y" Me.rdoYBinAxis.UseVisualStyleBackColor = True ' 'rdoXBinAxis ' - resources.ApplyResources(Me.rdoXBinAxis, "rdoXBinAxis") + Me.rdoXBinAxis.AutoSize = True Me.rdoXBinAxis.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoXBinAxis.FlatAppearance.BorderSize = 2 Me.rdoXBinAxis.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoXBinAxis.Location = New System.Drawing.Point(8, 17) Me.rdoXBinAxis.Name = "rdoXBinAxis" + Me.rdoXBinAxis.Size = New System.Drawing.Size(30, 17) + Me.rdoXBinAxis.TabIndex = 0 Me.rdoXBinAxis.TabStop = True + Me.rdoXBinAxis.Text = "x" Me.rdoXBinAxis.UseVisualStyleBackColor = True ' 'ucrPnlBinAxis ' - resources.ApplyResources(Me.ucrPnlBinAxis, "ucrPnlBinAxis") + Me.ucrPnlBinAxis.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlBinAxis.Location = New System.Drawing.Point(6, 16) Me.ucrPnlBinAxis.Name = "ucrPnlBinAxis" + Me.ucrPnlBinAxis.Size = New System.Drawing.Size(55, 44) + Me.ucrPnlBinAxis.TabIndex = 11 ' 'ucrSaveDotPlot ' - resources.ApplyResources(Me.ucrSaveDotPlot, "ucrSaveDotPlot") + Me.ucrSaveDotPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveDotPlot.Location = New System.Drawing.Point(10, 331) + Me.ucrSaveDotPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDotPlot.Name = "ucrSaveDotPlot" + Me.ucrSaveDotPlot.Size = New System.Drawing.Size(265, 24) + Me.ucrSaveDotPlot.TabIndex = 9 ' 'ucrVariablesAsFactorDotPlot ' + Me.ucrVariablesAsFactorDotPlot.AutoSize = True Me.ucrVariablesAsFactorDotPlot.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorDotPlot, "ucrVariablesAsFactorDotPlot") + Me.ucrVariablesAsFactorDotPlot.Location = New System.Drawing.Point(255, 30) Me.ucrVariablesAsFactorDotPlot.Name = "ucrVariablesAsFactorDotPlot" Me.ucrVariablesAsFactorDotPlot.Selector = Nothing + Me.ucrVariablesAsFactorDotPlot.Size = New System.Drawing.Size(125, 133) Me.ucrVariablesAsFactorDotPlot.strNcFilePath = "" + Me.ucrVariablesAsFactorDotPlot.TabIndex = 1 Me.ucrVariablesAsFactorDotPlot.ucrSelector = Nothing Me.ucrVariablesAsFactorDotPlot.ucrVariableSelector = Nothing ' 'ucrDotPlotSelector ' + Me.ucrDotPlotSelector.AutoSize = True Me.ucrDotPlotSelector.bDropUnusedFilterLevels = False Me.ucrDotPlotSelector.bShowHiddenColumns = False Me.ucrDotPlotSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDotPlotSelector, "ucrDotPlotSelector") + Me.ucrDotPlotSelector.Location = New System.Drawing.Point(10, 10) + Me.ucrDotPlotSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrDotPlotSelector.Name = "ucrDotPlotSelector" + Me.ucrDotPlotSelector.Size = New System.Drawing.Size(213, 183) + Me.ucrDotPlotSelector.TabIndex = 0 ' 'ucrFactorReceiver ' + Me.ucrFactorReceiver.AutoSize = True Me.ucrFactorReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorReceiver, "ucrFactorReceiver") + Me.ucrFactorReceiver.Location = New System.Drawing.Point(255, 259) + Me.ucrFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorReceiver.Name = "ucrFactorReceiver" Me.ucrFactorReceiver.Selector = Nothing + Me.ucrFactorReceiver.Size = New System.Drawing.Size(125, 20) Me.ucrFactorReceiver.strNcFilePath = "" + Me.ucrFactorReceiver.TabIndex = 5 Me.ucrFactorReceiver.ucrSelector = Nothing ' 'ucrOtherAxisReceiver ' + Me.ucrOtherAxisReceiver.AutoSize = True Me.ucrOtherAxisReceiver.frmParent = Me - resources.ApplyResources(Me.ucrOtherAxisReceiver, "ucrOtherAxisReceiver") + Me.ucrOtherAxisReceiver.Location = New System.Drawing.Point(255, 213) + Me.ucrOtherAxisReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrOtherAxisReceiver.Name = "ucrOtherAxisReceiver" Me.ucrOtherAxisReceiver.Selector = Nothing + Me.ucrOtherAxisReceiver.Size = New System.Drawing.Size(125, 20) Me.ucrOtherAxisReceiver.strNcFilePath = "" + Me.ucrOtherAxisReceiver.TabIndex = 3 Me.ucrOtherAxisReceiver.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 361) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 10 ' 'dlgDotPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 419) Me.Controls.Add(Me.ucrSaveDotPlot) Me.Controls.Add(Me.grpBinAxis) Me.Controls.Add(Me.ucrVariablesAsFactorDotPlot) @@ -182,7 +234,9 @@ Partial Class dlgDotPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDotPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Dot_Plot" + Me.Text = "Dot Plot" Me.grpBinAxis.ResumeLayout(False) Me.grpBinAxis.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgDotPlot.resx b/instat/dlgDotPlot.resx index 59c715261ea..29dcb1b3a35 100644 --- a/instat/dlgDotPlot.resx +++ b/instat/dlgDotPlot.resx @@ -117,373 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 198 - - - 120, 25 - - - - 6 - - - Dot Plot Options... - - - cmdDotPlotOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 10, 228 - - - 120, 25 - - - 7 - - - Plot Options... - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 255, 198 - - - 106, 13 - - - 2 - - - Other Axis (Optional): - - - lblOtherAxis - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 255, 244 - - - 88, 13 - - - 4 - - - Factor (Optional): - - - lblFactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 8, 40 - - - 30, 17 - - - 1 - - - y - - - rdoYBinAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBinAxis - - - 0 - - - True - - - 8, 17 - - - 30, 17 - - - 0 - - - x - - - rdoXBinAxis - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBinAxis - - - 1 - - - 6, 16 - - - 55, 44 - - - 11 - - - ucrPnlBinAxis - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpBinAxis - - - 2 - - - 10, 259 - - - 120, 66 - - - 8 - - - Bin Axis: - - - grpBinAxis - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 331 - - - - 4, 5, 4, 5 - - - 265, 24 - - - 9 - - - ucrSaveDotPlot - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 415, 419 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrDotPlotSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 255, 259 - - - 0, 0, 0, 0 - - - 125, 20 - - - 5 - - - ucrFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 255, 213 - - - 0, 0, 0, 0 - - - 125, 20 - - - 3 - - - ucrOtherAxisReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 10, 361 - - - 410, 52 - - - 10 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - CenterScreen - - - Dot Plot - - - dlgDotPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 255, 30 - - - 125, 133 - - - 1 - - - ucrVariablesAsFactorDotPlot - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgDummyVariables.Designer.vb b/instat/dlgDummyVariables.Designer.vb index b79d2528e2f..6e7cdc8eb67 100644 --- a/instat/dlgDummyVariables.Designer.vb +++ b/instat/dlgDummyVariables.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDummyVariables 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDummyVariables)) Me.lblSelected = New System.Windows.Forms.Label() Me.grpLevelOmitted = New System.Windows.Forms.GroupBox() Me.rdoMostFrequent = New System.Windows.Forms.RadioButton() @@ -53,9 +52,14 @@ Partial Class dlgDummyVariables ' 'lblSelected ' - resources.ApplyResources(Me.lblSelected, "lblSelected") + Me.lblSelected.AutoSize = True + Me.lblSelected.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelected.Location = New System.Drawing.Point(284, 45) Me.lblSelected.Name = "lblSelected" + Me.lblSelected.Size = New System.Drawing.Size(90, 13) + Me.lblSelected.TabIndex = 1 Me.lblSelected.Tag = "Selected" + Me.lblSelected.Text = "Selected Column:" ' 'grpLevelOmitted ' @@ -63,66 +67,101 @@ Partial Class dlgDummyVariables Me.grpLevelOmitted.Controls.Add(Me.rdoFirst) Me.grpLevelOmitted.Controls.Add(Me.rdoNone) Me.grpLevelOmitted.Controls.Add(Me.ucrPnlLevelOmitted) - resources.ApplyResources(Me.grpLevelOmitted, "grpLevelOmitted") + Me.grpLevelOmitted.Location = New System.Drawing.Point(284, 86) Me.grpLevelOmitted.Name = "grpLevelOmitted" + Me.grpLevelOmitted.Size = New System.Drawing.Size(120, 92) + Me.grpLevelOmitted.TabIndex = 3 Me.grpLevelOmitted.TabStop = False Me.grpLevelOmitted.Tag = "Level Omitted" + Me.grpLevelOmitted.Text = "Level Omitted" ' 'rdoMostFrequent ' - resources.ApplyResources(Me.rdoMostFrequent, "rdoMostFrequent") + Me.rdoMostFrequent.AutoSize = True + Me.rdoMostFrequent.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMostFrequent.Location = New System.Drawing.Point(11, 66) Me.rdoMostFrequent.Name = "rdoMostFrequent" + Me.rdoMostFrequent.Size = New System.Drawing.Size(93, 17) + Me.rdoMostFrequent.TabIndex = 3 Me.rdoMostFrequent.TabStop = True Me.rdoMostFrequent.Tag = "Most_Frequent" + Me.rdoMostFrequent.Text = "Most Frequent" Me.rdoMostFrequent.UseVisualStyleBackColor = True ' 'rdoFirst ' - resources.ApplyResources(Me.rdoFirst, "rdoFirst") + Me.rdoFirst.AutoSize = True + Me.rdoFirst.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoFirst.Location = New System.Drawing.Point(11, 43) Me.rdoFirst.Name = "rdoFirst" + Me.rdoFirst.Size = New System.Drawing.Size(44, 17) + Me.rdoFirst.TabIndex = 2 Me.rdoFirst.TabStop = True Me.rdoFirst.Tag = "First" + Me.rdoFirst.Text = "First" Me.rdoFirst.UseVisualStyleBackColor = True ' 'rdoNone ' - resources.ApplyResources(Me.rdoNone, "rdoNone") + Me.rdoNone.AutoSize = True + Me.rdoNone.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNone.Location = New System.Drawing.Point(11, 20) Me.rdoNone.Name = "rdoNone" + Me.rdoNone.Size = New System.Drawing.Size(51, 17) + Me.rdoNone.TabIndex = 1 Me.rdoNone.TabStop = True Me.rdoNone.Tag = "None" + Me.rdoNone.Text = "None" Me.rdoNone.UseVisualStyleBackColor = True ' 'ucrPnlLevelOmitted ' - resources.ApplyResources(Me.ucrPnlLevelOmitted, "ucrPnlLevelOmitted") + Me.ucrPnlLevelOmitted.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlLevelOmitted.Location = New System.Drawing.Point(6, 16) Me.ucrPnlLevelOmitted.Name = "ucrPnlLevelOmitted" + Me.ucrPnlLevelOmitted.Size = New System.Drawing.Size(108, 70) + Me.ucrPnlLevelOmitted.TabIndex = 0 ' 'ucrSelectorDummyVariable ' + Me.ucrSelectorDummyVariable.AutoSize = True Me.ucrSelectorDummyVariable.bDropUnusedFilterLevels = False Me.ucrSelectorDummyVariable.bShowHiddenColumns = False Me.ucrSelectorDummyVariable.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDummyVariable, "ucrSelectorDummyVariable") + Me.ucrSelectorDummyVariable.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorDummyVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDummyVariable.Name = "ucrSelectorDummyVariable" + Me.ucrSelectorDummyVariable.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDummyVariable.TabIndex = 0 ' 'ucrReceiverFactor ' + Me.ucrReceiverFactor.AutoSize = True Me.ucrReceiverFactor.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactor, "ucrReceiverFactor") + Me.ucrReceiverFactor.Location = New System.Drawing.Point(284, 60) + Me.ucrReceiverFactor.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactor.Name = "ucrReceiverFactor" Me.ucrReceiverFactor.Selector = Nothing + Me.ucrReceiverFactor.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverFactor.strNcFilePath = "" + Me.ucrReceiverFactor.TabIndex = 2 Me.ucrReceiverFactor.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 205) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'dlgDummyVariables ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 258) Me.Controls.Add(Me.grpLevelOmitted) Me.Controls.Add(Me.ucrSelectorDummyVariable) Me.Controls.Add(Me.ucrReceiverFactor) @@ -132,7 +171,9 @@ Partial Class dlgDummyVariables Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDummyVariables" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Dummy_Variables" + Me.Text = "Dummy Variables" Me.grpLevelOmitted.ResumeLayout(False) Me.grpLevelOmitted.PerformLayout() Me.ResumeLayout(False) diff --git a/instat/dlgDummyVariables.resx b/instat/dlgDummyVariables.resx index 3fffe92f8a2..29dcb1b3a35 100644 --- a/instat/dlgDummyVariables.resx +++ b/instat/dlgDummyVariables.resx @@ -117,268 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 284, 45 - - - 90, 13 - - - 1 - - - Selected Column: - - - lblSelected - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 11, 66 - - - 93, 17 - - - 3 - - - Most Frequent - - - rdoMostFrequent - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLevelOmitted - - - 0 - - - True - - - NoControl - - - 11, 43 - - - 44, 17 - - - 2 - - - First - - - rdoFirst - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLevelOmitted - - - 1 - - - True - - - NoControl - - - 11, 20 - - - 51, 17 - - - 1 - - - None - - - rdoNone - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpLevelOmitted - - - 2 - - - 6, 16 - - - 108, 70 - - - 0 - - - ucrPnlLevelOmitted - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpLevelOmitted - - - 3 - - - 284, 86 - - - 120, 92 - - - 3 - - - Level Omitted - - - grpLevelOmitted - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorDummyVariable - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 419, 258 - - - True - - - 10, 205 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Dummy Variables - - - dlgDummyVariables - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 284, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverFactor - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgDuplicateColumns.Designer.vb b/instat/dlgDuplicateColumns.Designer.vb index f6758b1ce9b..4dee591af02 100644 --- a/instat/dlgDuplicateColumns.Designer.vb +++ b/instat/dlgDuplicateColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgDuplicateColumns 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDuplicateColumns)) Me.lblColumns = New System.Windows.Forms.Label() Me.grpConvertTo = New System.Windows.Forms.GroupBox() Me.rdoConvertToLogical = New System.Windows.Forms.RadioButton() @@ -68,8 +67,13 @@ Partial Class dlgDuplicateColumns ' 'lblColumns ' - resources.ApplyResources(Me.lblColumns, "lblColumns") + Me.lblColumns.AutoSize = True + Me.lblColumns.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumns.Location = New System.Drawing.Point(228, 11) Me.lblColumns.Name = "lblColumns" + Me.lblColumns.Size = New System.Drawing.Size(105, 13) + Me.lblColumns.TabIndex = 1 + Me.lblColumns.Text = "Column to Duplicate:" ' 'grpConvertTo ' @@ -80,56 +84,93 @@ Partial Class dlgDuplicateColumns Me.grpConvertTo.Controls.Add(Me.rdoConvertToOrderedFactor) Me.grpConvertTo.Controls.Add(Me.rdoConvertToFactor) Me.grpConvertTo.Controls.Add(Me.ucrPnlConvertTo) - resources.ApplyResources(Me.grpConvertTo, "grpConvertTo") + Me.grpConvertTo.Location = New System.Drawing.Point(228, 77) Me.grpConvertTo.Name = "grpConvertTo" + Me.grpConvertTo.Size = New System.Drawing.Size(235, 100) + Me.grpConvertTo.TabIndex = 4 Me.grpConvertTo.TabStop = False + Me.grpConvertTo.Text = "Convert To" ' 'rdoConvertToLogical ' - resources.ApplyResources(Me.rdoConvertToLogical, "rdoConvertToLogical") + Me.rdoConvertToLogical.AutoSize = True + Me.rdoConvertToLogical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToLogical.Location = New System.Drawing.Point(149, 72) Me.rdoConvertToLogical.Name = "rdoConvertToLogical" + Me.rdoConvertToLogical.Size = New System.Drawing.Size(59, 17) + Me.rdoConvertToLogical.TabIndex = 11 Me.rdoConvertToLogical.TabStop = True + Me.rdoConvertToLogical.Text = "Logical" Me.rdoConvertToLogical.UseVisualStyleBackColor = True ' 'rdoConvertToCharacter ' - resources.ApplyResources(Me.rdoConvertToCharacter, "rdoConvertToCharacter") + Me.rdoConvertToCharacter.AutoSize = True + Me.rdoConvertToCharacter.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToCharacter.Location = New System.Drawing.Point(16, 72) Me.rdoConvertToCharacter.Name = "rdoConvertToCharacter" + Me.rdoConvertToCharacter.Size = New System.Drawing.Size(71, 17) + Me.rdoConvertToCharacter.TabIndex = 8 Me.rdoConvertToCharacter.TabStop = True + Me.rdoConvertToCharacter.Text = "Character" Me.rdoConvertToCharacter.UseVisualStyleBackColor = True ' 'rdoConvertToInteger ' - resources.ApplyResources(Me.rdoConvertToInteger, "rdoConvertToInteger") + Me.rdoConvertToInteger.AutoSize = True + Me.rdoConvertToInteger.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToInteger.Location = New System.Drawing.Point(149, 49) Me.rdoConvertToInteger.Name = "rdoConvertToInteger" + Me.rdoConvertToInteger.Size = New System.Drawing.Size(58, 17) + Me.rdoConvertToInteger.TabIndex = 10 Me.rdoConvertToInteger.TabStop = True + Me.rdoConvertToInteger.Text = "Integer" Me.rdoConvertToInteger.UseVisualStyleBackColor = True ' 'rdoConvertToNumeric ' - resources.ApplyResources(Me.rdoConvertToNumeric, "rdoConvertToNumeric") + Me.rdoConvertToNumeric.AutoSize = True + Me.rdoConvertToNumeric.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToNumeric.Location = New System.Drawing.Point(149, 27) Me.rdoConvertToNumeric.Name = "rdoConvertToNumeric" + Me.rdoConvertToNumeric.Size = New System.Drawing.Size(64, 17) + Me.rdoConvertToNumeric.TabIndex = 9 Me.rdoConvertToNumeric.TabStop = True + Me.rdoConvertToNumeric.Text = "Numeric" Me.rdoConvertToNumeric.UseVisualStyleBackColor = True ' 'rdoConvertToOrderedFactor ' - resources.ApplyResources(Me.rdoConvertToOrderedFactor, "rdoConvertToOrderedFactor") + Me.rdoConvertToOrderedFactor.AutoSize = True + Me.rdoConvertToOrderedFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToOrderedFactor.Location = New System.Drawing.Point(16, 49) Me.rdoConvertToOrderedFactor.Name = "rdoConvertToOrderedFactor" + Me.rdoConvertToOrderedFactor.Size = New System.Drawing.Size(96, 17) + Me.rdoConvertToOrderedFactor.TabIndex = 7 Me.rdoConvertToOrderedFactor.TabStop = True + Me.rdoConvertToOrderedFactor.Text = "Ordered Factor" Me.rdoConvertToOrderedFactor.UseVisualStyleBackColor = True ' 'rdoConvertToFactor ' - resources.ApplyResources(Me.rdoConvertToFactor, "rdoConvertToFactor") + Me.rdoConvertToFactor.AutoSize = True + Me.rdoConvertToFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertToFactor.Location = New System.Drawing.Point(16, 27) Me.rdoConvertToFactor.Name = "rdoConvertToFactor" + Me.rdoConvertToFactor.Size = New System.Drawing.Size(55, 17) + Me.rdoConvertToFactor.TabIndex = 6 Me.rdoConvertToFactor.TabStop = True + Me.rdoConvertToFactor.Text = "Factor" Me.rdoConvertToFactor.UseVisualStyleBackColor = True ' 'ucrPnlConvertTo ' - resources.ApplyResources(Me.ucrPnlConvertTo, "ucrPnlConvertTo") + Me.ucrPnlConvertTo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlConvertTo.Location = New System.Drawing.Point(7, 17) + Me.ucrPnlConvertTo.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlConvertTo.Name = "ucrPnlConvertTo" + Me.ucrPnlConvertTo.Size = New System.Drawing.Size(220, 80) + Me.ucrPnlConvertTo.TabIndex = 5 ' 'grpFactorToNumericOptions ' @@ -137,101 +178,162 @@ Partial Class dlgDuplicateColumns Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertOrdinals) Me.grpFactorToNumericOptions.Controls.Add(Me.rdoConvertLevels) Me.grpFactorToNumericOptions.Controls.Add(Me.ucrPnlConvertFactorToNumericOptions) - resources.ApplyResources(Me.grpFactorToNumericOptions, "grpFactorToNumericOptions") + Me.grpFactorToNumericOptions.Location = New System.Drawing.Point(228, 236) Me.grpFactorToNumericOptions.Name = "grpFactorToNumericOptions" + Me.grpFactorToNumericOptions.Size = New System.Drawing.Size(196, 102) + Me.grpFactorToNumericOptions.TabIndex = 16 Me.grpFactorToNumericOptions.TabStop = False + Me.grpFactorToNumericOptions.Text = "Factor Options" ' 'rdoConvertDefault ' - resources.ApplyResources(Me.rdoConvertDefault, "rdoConvertDefault") + Me.rdoConvertDefault.AutoSize = True + Me.rdoConvertDefault.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertDefault.Location = New System.Drawing.Point(14, 28) Me.rdoConvertDefault.Name = "rdoConvertDefault" + Me.rdoConvertDefault.Size = New System.Drawing.Size(59, 17) + Me.rdoConvertDefault.TabIndex = 18 Me.rdoConvertDefault.TabStop = True + Me.rdoConvertDefault.Text = "Default" Me.rdoConvertDefault.UseVisualStyleBackColor = True ' 'rdoConvertOrdinals ' - resources.ApplyResources(Me.rdoConvertOrdinals, "rdoConvertOrdinals") + Me.rdoConvertOrdinals.AutoSize = True + Me.rdoConvertOrdinals.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertOrdinals.Location = New System.Drawing.Point(14, 72) Me.rdoConvertOrdinals.Name = "rdoConvertOrdinals" + Me.rdoConvertOrdinals.Size = New System.Drawing.Size(115, 17) + Me.rdoConvertOrdinals.TabIndex = 20 Me.rdoConvertOrdinals.TabStop = True + Me.rdoConvertOrdinals.Text = "Always Use Values" Me.rdoConvertOrdinals.UseVisualStyleBackColor = True ' 'rdoConvertLevels ' - resources.ApplyResources(Me.rdoConvertLevels, "rdoConvertLevels") + Me.rdoConvertLevels.AutoSize = True + Me.rdoConvertLevels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoConvertLevels.Location = New System.Drawing.Point(14, 50) Me.rdoConvertLevels.Name = "rdoConvertLevels" + Me.rdoConvertLevels.Size = New System.Drawing.Size(114, 17) + Me.rdoConvertLevels.TabIndex = 19 Me.rdoConvertLevels.TabStop = True + Me.rdoConvertLevels.Text = "Always Use Levels" Me.rdoConvertLevels.UseVisualStyleBackColor = True ' 'ucrPnlConvertFactorToNumericOptions ' - resources.ApplyResources(Me.ucrPnlConvertFactorToNumericOptions, "ucrPnlConvertFactorToNumericOptions") + Me.ucrPnlConvertFactorToNumericOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlConvertFactorToNumericOptions.Location = New System.Drawing.Point(6, 22) + Me.ucrPnlConvertFactorToNumericOptions.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrPnlConvertFactorToNumericOptions.Name = "ucrPnlConvertFactorToNumericOptions" + Me.ucrPnlConvertFactorToNumericOptions.Size = New System.Drawing.Size(190, 74) + Me.ucrPnlConvertFactorToNumericOptions.TabIndex = 17 ' 'ucrChkChangeType ' + Me.ucrChkChangeType.AutoSize = True Me.ucrChkChangeType.Checked = False - resources.ApplyResources(Me.ucrChkChangeType, "ucrChkChangeType") + Me.ucrChkChangeType.Location = New System.Drawing.Point(228, 55) + Me.ucrChkChangeType.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkChangeType.Name = "ucrChkChangeType" + Me.ucrChkChangeType.Size = New System.Drawing.Size(165, 23) + Me.ucrChkChangeType.TabIndex = 3 ' 'ucrChkConvertCreateLabels ' + Me.ucrChkConvertCreateLabels.AutoSize = True Me.ucrChkConvertCreateLabels.Checked = False - resources.ApplyResources(Me.ucrChkConvertCreateLabels, "ucrChkConvertCreateLabels") + Me.ucrChkConvertCreateLabels.Location = New System.Drawing.Point(371, 181) + Me.ucrChkConvertCreateLabels.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkConvertCreateLabels.Name = "ucrChkConvertCreateLabels" + Me.ucrChkConvertCreateLabels.Size = New System.Drawing.Size(100, 23) + Me.ucrChkConvertCreateLabels.TabIndex = 13 ' 'ucrChkConvertKeepAttributes ' + Me.ucrChkConvertKeepAttributes.AutoSize = True Me.ucrChkConvertKeepAttributes.Checked = False - resources.ApplyResources(Me.ucrChkConvertKeepAttributes, "ucrChkConvertKeepAttributes") + Me.ucrChkConvertKeepAttributes.Location = New System.Drawing.Point(230, 181) + Me.ucrChkConvertKeepAttributes.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkConvertKeepAttributes.Name = "ucrChkConvertKeepAttributes" + Me.ucrChkConvertKeepAttributes.Size = New System.Drawing.Size(139, 23) + Me.ucrChkConvertKeepAttributes.TabIndex = 12 ' 'ucrNudConvertDisplayDecimals ' + Me.ucrNudConvertDisplayDecimals.AutoSize = True Me.ucrNudConvertDisplayDecimals.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConvertDisplayDecimals.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudConvertDisplayDecimals, "ucrNudConvertDisplayDecimals") + Me.ucrNudConvertDisplayDecimals.Location = New System.Drawing.Point(413, 209) + Me.ucrNudConvertDisplayDecimals.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrNudConvertDisplayDecimals.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudConvertDisplayDecimals.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudConvertDisplayDecimals.Name = "ucrNudConvertDisplayDecimals" + Me.ucrNudConvertDisplayDecimals.Size = New System.Drawing.Size(50, 20) + Me.ucrNudConvertDisplayDecimals.TabIndex = 15 Me.ucrNudConvertDisplayDecimals.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkConvertSpecifyDecimalsToDisplay ' + Me.ucrChkConvertSpecifyDecimalsToDisplay.AutoSize = True Me.ucrChkConvertSpecifyDecimalsToDisplay.Checked = False - resources.ApplyResources(Me.ucrChkConvertSpecifyDecimalsToDisplay, "ucrChkConvertSpecifyDecimalsToDisplay") + Me.ucrChkConvertSpecifyDecimalsToDisplay.Location = New System.Drawing.Point(230, 209) + Me.ucrChkConvertSpecifyDecimalsToDisplay.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrChkConvertSpecifyDecimalsToDisplay.Name = "ucrChkConvertSpecifyDecimalsToDisplay" + Me.ucrChkConvertSpecifyDecimalsToDisplay.Size = New System.Drawing.Size(180, 23) + Me.ucrChkConvertSpecifyDecimalsToDisplay.TabIndex = 14 ' 'ucrReceiverDuplicateColumns ' + Me.ucrReceiverDuplicateColumns.AutoSize = True Me.ucrReceiverDuplicateColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDuplicateColumns, "ucrReceiverDuplicateColumns") + Me.ucrReceiverDuplicateColumns.Location = New System.Drawing.Point(228, 28) + Me.ucrReceiverDuplicateColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDuplicateColumns.Name = "ucrReceiverDuplicateColumns" Me.ucrReceiverDuplicateColumns.Selector = Nothing + Me.ucrReceiverDuplicateColumns.Size = New System.Drawing.Size(129, 20) Me.ucrReceiverDuplicateColumns.strNcFilePath = "" + Me.ucrReceiverDuplicateColumns.TabIndex = 2 Me.ucrReceiverDuplicateColumns.ucrSelector = Nothing ' 'ucrSelectorForDuplicateColumn ' + Me.ucrSelectorForDuplicateColumn.AutoSize = True Me.ucrSelectorForDuplicateColumn.bDropUnusedFilterLevels = False Me.ucrSelectorForDuplicateColumn.bShowHiddenColumns = False Me.ucrSelectorForDuplicateColumn.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForDuplicateColumn, "ucrSelectorForDuplicateColumn") + Me.ucrSelectorForDuplicateColumn.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForDuplicateColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDuplicateColumn.Name = "ucrSelectorForDuplicateColumn" + Me.ucrSelectorForDuplicateColumn.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForDuplicateColumn.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(9, 371) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 29 ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(6, 343) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(327, 22) + Me.ucrSaveColumn.TabIndex = 30 ' 'dlgDuplicateColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(486, 432) Me.Controls.Add(Me.ucrSaveColumn) Me.Controls.Add(Me.ucrChkChangeType) Me.Controls.Add(Me.ucrChkConvertCreateLabels) @@ -248,7 +350,9 @@ Partial Class dlgDuplicateColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDuplicateColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "" + Me.Text = "Duplicate Column" Me.grpConvertTo.ResumeLayout(False) Me.grpConvertTo.PerformLayout() Me.grpFactorToNumericOptions.ResumeLayout(False) diff --git a/instat/dlgDuplicateColumns.resx b/instat/dlgDuplicateColumns.resx index dacd44f5c89..1af7de150c9 100644 --- a/instat/dlgDuplicateColumns.resx +++ b/instat/dlgDuplicateColumns.resx @@ -117,646 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 228, 11 - - - 105, 13 - - - 1 - - - Column to Duplicate: - - - lblColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 149, 72 - - - 59, 17 - - - 11 - - - Logical - - - rdoConvertToLogical - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 0 - - - True - - - NoControl - - - 16, 72 - - - 71, 17 - - - 8 - - - Character - - - rdoConvertToCharacter - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 1 - - - True - - - NoControl - - - 149, 49 - - - 58, 17 - - - 10 - - - Integer - - - rdoConvertToInteger - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 2 - - - True - - - NoControl - - - 149, 27 - - - 64, 17 - - - 9 - - - Numeric - - - rdoConvertToNumeric - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 3 - - - True - - - NoControl - - - 16, 49 - - - 96, 17 - - - 7 - - - Ordered Factor - - - rdoConvertToOrderedFactor - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 4 - - - True - - - NoControl - - - 16, 27 - - - 55, 17 - - - 6 - - - Factor - - - rdoConvertToFactor - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpConvertTo - - - 5 - - - 7, 17 - - - 6, 8, 6, 8 - - - 220, 80 - - - 5 - - - ucrPnlConvertTo - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpConvertTo - - - 6 - - - 228, 77 - - - 235, 100 - - - 4 - - - Convert To - - - grpConvertTo - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 14, 28 - - - 59, 17 - - - 18 - - - Default - - - rdoConvertDefault - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 0 - - - True - - - NoControl - - - 14, 72 - - - 115, 17 - - - 20 - - - Always Use Values - - - rdoConvertOrdinals - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 1 - - - True - - - NoControl - - - 14, 50 - - - 114, 17 - - - 19 - - - Always Use Levels - - - rdoConvertLevels - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFactorToNumericOptions - - - 2 - - - 6, 22 - - - 6, 8, 6, 8 - - - 190, 74 - - - 17 - - - ucrPnlConvertFactorToNumericOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpFactorToNumericOptions - - - 3 - - - 228, 236 - - - 196, 102 - - - 16 - - - Factor Options - - - grpFactorToNumericOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 228, 55 - - - 6, 8, 6, 8 - - - 165, 20 - - - 3 - - - ucrChkChangeType - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 371, 181 - - - 6, 8, 6, 8 - - - 100, 20 - - - 13 - - - ucrChkConvertCreateLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 230, 181 - - - 6, 8, 6, 8 - - - 139, 20 - - - 12 - - - ucrChkConvertKeepAttributes - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 413, 209 - - - 6, 8, 6, 8 - - - 50, 20 - - - 15 - - - ucrNudConvertDisplayDecimals - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 230, 209 - - - 6, 8, 6, 8 - - - 180, 20 - - - 14 - - - ucrChkConvertSpecifyDecimalsToDisplay - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - True - - - 6, 13 - - - True - - - 486, 432 - - - 6, 343 - - - 4, 5, 4, 5 - - - 327, 22 - - - 30 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForDuplicateColumn - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 9, 371 - - - 4, 5, 4, 5 - - - 405, 53 - - - 29 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - CenterScreen - - - Duplicate Column - - - dlgDuplicateColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 228, 28 - - - 0, 0, 0, 0 - - - 129, 20 - - - 2 - - - ucrReceiverDuplicateColumns - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgDuplicates.Designer.vb b/instat/dlgDuplicates.Designer.vb index 3508c49f981..c436d639176 100644 --- a/instat/dlgDuplicates.Designer.vb +++ b/instat/dlgDuplicates.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgDuplicates Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgDuplicates)) Me.rdoDataFrame = New System.Windows.Forms.RadioButton() Me.rdoSelectedVariables = New System.Windows.Forms.RadioButton() Me.rdoIndexNumberOfDuplicates = New System.Windows.Forms.RadioButton() @@ -54,53 +53,89 @@ Partial Class dlgDuplicates ' 'rdoDataFrame ' - resources.ApplyResources(Me.rdoDataFrame, "rdoDataFrame") + Me.rdoDataFrame.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDataFrame.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDataFrame.FlatAppearance.BorderSize = 2 Me.rdoDataFrame.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDataFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDataFrame.Location = New System.Drawing.Point(11, 12) Me.rdoDataFrame.Name = "rdoDataFrame" + Me.rdoDataFrame.Size = New System.Drawing.Size(135, 27) + Me.rdoDataFrame.TabIndex = 1 Me.rdoDataFrame.TabStop = True + Me.rdoDataFrame.Text = "Data Frame" + Me.rdoDataFrame.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDataFrame.UseVisualStyleBackColor = True ' 'rdoSelectedVariables ' - resources.ApplyResources(Me.rdoSelectedVariables, "rdoSelectedVariables") + Me.rdoSelectedVariables.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSelectedVariables.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSelectedVariables.FlatAppearance.BorderSize = 2 Me.rdoSelectedVariables.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSelectedVariables.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSelectedVariables.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSelectedVariables.Location = New System.Drawing.Point(144, 12) Me.rdoSelectedVariables.Name = "rdoSelectedVariables" + Me.rdoSelectedVariables.Size = New System.Drawing.Size(135, 27) + Me.rdoSelectedVariables.TabIndex = 2 Me.rdoSelectedVariables.TabStop = True + Me.rdoSelectedVariables.Text = "Selected Variables" + Me.rdoSelectedVariables.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSelectedVariables.UseVisualStyleBackColor = True ' 'rdoIndexNumberOfDuplicates ' - resources.ApplyResources(Me.rdoIndexNumberOfDuplicates, "rdoIndexNumberOfDuplicates") + Me.rdoIndexNumberOfDuplicates.AutoSize = True + Me.rdoIndexNumberOfDuplicates.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoIndexNumberOfDuplicates.Location = New System.Drawing.Point(12, 295) Me.rdoIndexNumberOfDuplicates.Name = "rdoIndexNumberOfDuplicates" + Me.rdoIndexNumberOfDuplicates.Size = New System.Drawing.Size(156, 17) + Me.rdoIndexNumberOfDuplicates.TabIndex = 12 Me.rdoIndexNumberOfDuplicates.TabStop = True + Me.rdoIndexNumberOfDuplicates.Text = "Index Number of Duplicates" Me.rdoIndexNumberOfDuplicates.UseVisualStyleBackColor = True ' 'rdoDuplicatesOnly ' - resources.ApplyResources(Me.rdoDuplicatesOnly, "rdoDuplicatesOnly") + Me.rdoDuplicatesOnly.AutoSize = True + Me.rdoDuplicatesOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDuplicatesOnly.Location = New System.Drawing.Point(12, 272) Me.rdoDuplicatesOnly.Name = "rdoDuplicatesOnly" + Me.rdoDuplicatesOnly.Size = New System.Drawing.Size(99, 17) + Me.rdoDuplicatesOnly.TabIndex = 11 Me.rdoDuplicatesOnly.TabStop = True + Me.rdoDuplicatesOnly.Text = "Duplicates Only" Me.rdoDuplicatesOnly.UseVisualStyleBackColor = True ' 'rdoAllDuplicateCases ' - resources.ApplyResources(Me.rdoAllDuplicateCases, "rdoAllDuplicateCases") + Me.rdoAllDuplicateCases.AutoSize = True + Me.rdoAllDuplicateCases.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoAllDuplicateCases.Location = New System.Drawing.Point(12, 249) Me.rdoAllDuplicateCases.Name = "rdoAllDuplicateCases" + Me.rdoAllDuplicateCases.Size = New System.Drawing.Size(116, 17) + Me.rdoAllDuplicateCases.TabIndex = 10 Me.rdoAllDuplicateCases.TabStop = True + Me.rdoAllDuplicateCases.Text = "All Duplicate Cases" Me.rdoAllDuplicateCases.UseVisualStyleBackColor = True ' 'rdoSuccessiveValues ' - resources.ApplyResources(Me.rdoSuccessiveValues, "rdoSuccessiveValues") + Me.rdoSuccessiveValues.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSuccessiveValues.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSuccessiveValues.FlatAppearance.BorderSize = 2 Me.rdoSuccessiveValues.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSuccessiveValues.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSuccessiveValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSuccessiveValues.Location = New System.Drawing.Point(277, 12) Me.rdoSuccessiveValues.Name = "rdoSuccessiveValues" + Me.rdoSuccessiveValues.Size = New System.Drawing.Size(135, 27) + Me.rdoSuccessiveValues.TabIndex = 3 Me.rdoSuccessiveValues.TabStop = True + Me.rdoSuccessiveValues.Text = "Successive Values" + Me.rdoSuccessiveValues.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSuccessiveValues.UseVisualStyleBackColor = True ' 'grpOptions @@ -110,127 +145,194 @@ Partial Class dlgDuplicates Me.grpOptions.Controls.Add(Me.ucrChkTolerance) Me.grpOptions.Controls.Add(Me.ucrChkOmitValues) Me.grpOptions.Controls.Add(Me.ucrInputConditions) - resources.ApplyResources(Me.grpOptions, "grpOptions") + Me.grpOptions.Location = New System.Drawing.Point(10, 230) Me.grpOptions.Name = "grpOptions" + Me.grpOptions.Size = New System.Drawing.Size(288, 124) + Me.grpOptions.TabIndex = 13 Me.grpOptions.TabStop = False + Me.grpOptions.Text = "Options" ' 'ucrInputOmitValues ' Me.ucrInputOmitValues.AddQuotesIfUnrecognised = True + Me.ucrInputOmitValues.AutoSize = True Me.ucrInputOmitValues.IsMultiline = False Me.ucrInputOmitValues.IsReadOnly = False - resources.ApplyResources(Me.ucrInputOmitValues, "ucrInputOmitValues") + Me.ucrInputOmitValues.Location = New System.Drawing.Point(145, 45) Me.ucrInputOmitValues.Name = "ucrInputOmitValues" + Me.ucrInputOmitValues.Size = New System.Drawing.Size(137, 21) + Me.ucrInputOmitValues.TabIndex = 5 ' 'ucrInputTolerance ' Me.ucrInputTolerance.AddQuotesIfUnrecognised = True + Me.ucrInputTolerance.AutoSize = True Me.ucrInputTolerance.IsMultiline = False Me.ucrInputTolerance.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTolerance, "ucrInputTolerance") + Me.ucrInputTolerance.Location = New System.Drawing.Point(6, 97) Me.ucrInputTolerance.Name = "ucrInputTolerance" + Me.ucrInputTolerance.Size = New System.Drawing.Size(137, 21) + Me.ucrInputTolerance.TabIndex = 4 ' 'ucrChkTolerance ' + Me.ucrChkTolerance.AutoSize = True Me.ucrChkTolerance.Checked = False - resources.ApplyResources(Me.ucrChkTolerance, "ucrChkTolerance") + Me.ucrChkTolerance.Location = New System.Drawing.Point(6, 72) Me.ucrChkTolerance.Name = "ucrChkTolerance" + Me.ucrChkTolerance.Size = New System.Drawing.Size(135, 23) + Me.ucrChkTolerance.TabIndex = 3 ' 'ucrChkOmitValues ' + Me.ucrChkOmitValues.AutoSize = True Me.ucrChkOmitValues.Checked = False - resources.ApplyResources(Me.ucrChkOmitValues, "ucrChkOmitValues") + Me.ucrChkOmitValues.Location = New System.Drawing.Point(6, 19) Me.ucrChkOmitValues.Name = "ucrChkOmitValues" + Me.ucrChkOmitValues.Size = New System.Drawing.Size(135, 23) + Me.ucrChkOmitValues.TabIndex = 0 ' 'ucrInputConditions ' Me.ucrInputConditions.AddQuotesIfUnrecognised = True + Me.ucrInputConditions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputConditions.GetSetSelectedIndex = -1 Me.ucrInputConditions.IsReadOnly = False - resources.ApplyResources(Me.ucrInputConditions, "ucrInputConditions") + Me.ucrInputConditions.Location = New System.Drawing.Point(6, 45) Me.ucrInputConditions.Name = "ucrInputConditions" + Me.ucrInputConditions.Size = New System.Drawing.Size(137, 21) + Me.ucrInputConditions.TabIndex = 1 ' 'lblSelectedVariable ' - resources.ApplyResources(Me.lblSelectedVariable, "lblSelectedVariable") + Me.lblSelectedVariable.AutoSize = True + Me.lblSelectedVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedVariable.Location = New System.Drawing.Point(277, 82) Me.lblSelectedVariable.Name = "lblSelectedVariable" + Me.lblSelectedVariable.Size = New System.Drawing.Size(94, 13) + Me.lblSelectedVariable.TabIndex = 5 Me.lblSelectedVariable.Tag = "" + Me.lblSelectedVariable.Text = "Variable to Check:" ' 'lblVariablesToDuplicate ' - resources.ApplyResources(Me.lblVariablesToDuplicate, "lblVariablesToDuplicate") + Me.lblVariablesToDuplicate.AutoSize = True + Me.lblVariablesToDuplicate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblVariablesToDuplicate.Location = New System.Drawing.Point(277, 82) Me.lblVariablesToDuplicate.Name = "lblVariablesToDuplicate" + Me.lblVariablesToDuplicate.Size = New System.Drawing.Size(99, 13) + Me.lblVariablesToDuplicate.TabIndex = 7 Me.lblVariablesToDuplicate.Tag = "" + Me.lblVariablesToDuplicate.Text = "Variables to Check:" ' 'lblType ' - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.AutoSize = True + Me.lblType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblType.Location = New System.Drawing.Point(178, 297) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(34, 13) + Me.lblType.TabIndex = 17 + Me.lblType.Text = "Type:" ' 'ucrChkIncludeSummary ' + Me.ucrChkIncludeSummary.AutoSize = True Me.ucrChkIncludeSummary.Checked = False - resources.ApplyResources(Me.ucrChkIncludeSummary, "ucrChkIncludeSummary") + Me.ucrChkIncludeSummary.Location = New System.Drawing.Point(10, 360) Me.ucrChkIncludeSummary.Name = "ucrChkIncludeSummary" + Me.ucrChkIncludeSummary.Size = New System.Drawing.Size(135, 23) + Me.ucrChkIncludeSummary.TabIndex = 14 ' 'ucrInputComboType ' Me.ucrInputComboType.AddQuotesIfUnrecognised = True + Me.ucrInputComboType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboType.GetSetSelectedIndex = -1 Me.ucrInputComboType.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboType, "ucrInputComboType") + Me.ucrInputComboType.Location = New System.Drawing.Point(212, 295) Me.ucrInputComboType.Name = "ucrInputComboType" + Me.ucrInputComboType.Size = New System.Drawing.Size(84, 21) + Me.ucrInputComboType.TabIndex = 16 ' 'ucrReceiverForSelectedVariables ' + Me.ucrReceiverForSelectedVariables.AutoSize = True Me.ucrReceiverForSelectedVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForSelectedVariables, "ucrReceiverForSelectedVariables") + Me.ucrReceiverForSelectedVariables.Location = New System.Drawing.Point(277, 97) + Me.ucrReceiverForSelectedVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForSelectedVariables.Name = "ucrReceiverForSelectedVariables" Me.ucrReceiverForSelectedVariables.Selector = Nothing + Me.ucrReceiverForSelectedVariables.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverForSelectedVariables.strNcFilePath = "" + Me.ucrReceiverForSelectedVariables.TabIndex = 8 Me.ucrReceiverForSelectedVariables.ucrSelector = Nothing ' 'ucrReceiverForSuccessiveValues ' + Me.ucrReceiverForSuccessiveValues.AutoSize = True Me.ucrReceiverForSuccessiveValues.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForSuccessiveValues, "ucrReceiverForSuccessiveValues") + Me.ucrReceiverForSuccessiveValues.Location = New System.Drawing.Point(277, 97) + Me.ucrReceiverForSuccessiveValues.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverForSuccessiveValues.Name = "ucrReceiverForSuccessiveValues" Me.ucrReceiverForSuccessiveValues.Selector = Nothing + Me.ucrReceiverForSuccessiveValues.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverForSuccessiveValues.strNcFilePath = "" + Me.ucrReceiverForSuccessiveValues.TabIndex = 6 Me.ucrReceiverForSuccessiveValues.ucrSelector = Nothing ' 'ucrPnlDuplicates ' - resources.ApplyResources(Me.ucrPnlDuplicates, "ucrPnlDuplicates") + Me.ucrPnlDuplicates.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlDuplicates.Location = New System.Drawing.Point(10, 245) Me.ucrPnlDuplicates.Name = "ucrPnlDuplicates" + Me.ucrPnlDuplicates.Size = New System.Drawing.Size(298, 77) + Me.ucrPnlDuplicates.TabIndex = 9 ' 'ucrNewColumnName ' - resources.ApplyResources(Me.ucrNewColumnName, "ucrNewColumnName") + Me.ucrNewColumnName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColumnName.Location = New System.Drawing.Point(10, 388) + Me.ucrNewColumnName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColumnName.Name = "ucrNewColumnName" + Me.ucrNewColumnName.Size = New System.Drawing.Size(281, 22) + Me.ucrNewColumnName.TabIndex = 15 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(6, 8) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(410, 36) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 416) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 16 ' 'ucrSelectorDuplicateswithVariables ' + Me.ucrSelectorDuplicateswithVariables.AutoSize = True Me.ucrSelectorDuplicateswithVariables.bDropUnusedFilterLevels = False Me.ucrSelectorDuplicateswithVariables.bShowHiddenColumns = False Me.ucrSelectorDuplicateswithVariables.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorDuplicateswithVariables, "ucrSelectorDuplicateswithVariables") + Me.ucrSelectorDuplicateswithVariables.Location = New System.Drawing.Point(10, 47) + Me.ucrSelectorDuplicateswithVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDuplicateswithVariables.Name = "ucrSelectorDuplicateswithVariables" + Me.ucrSelectorDuplicateswithVariables.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorDuplicateswithVariables.TabIndex = 4 ' 'dlgDuplicates ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(421, 473) Me.Controls.Add(Me.ucrChkIncludeSummary) Me.Controls.Add(Me.grpOptions) Me.Controls.Add(Me.lblType) @@ -254,7 +356,10 @@ Partial Class dlgDuplicates Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgDuplicates" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Duplicates" Me.grpOptions.ResumeLayout(False) + Me.grpOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgDuplicates.resx b/instat/dlgDuplicates.resx index 144992bb266..a10fc9ba3b2 100644 --- a/instat/dlgDuplicates.resx +++ b/instat/dlgDuplicates.resx @@ -117,664 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Button - - - Flat - - - NoControl - - - - 11, 12 - - - 135, 27 - - - - 1 - - - Data Frame - - - MiddleCenter - - - rdoDataFrame - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - Button - - - Flat - - - NoControl - - - 144, 12 - - - 135, 27 - - - 2 - - - Selected Variables - - - MiddleCenter - - - rdoSelectedVariables - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - True - - - NoControl - - - 12, 295 - - - 156, 17 - - - 12 - - - Index Number of Duplicates - - - rdoIndexNumberOfDuplicates - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 12, 272 - - - 99, 17 - - - 11 - - - Duplicates Only - - - rdoDuplicatesOnly - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - NoControl - - - 12, 249 - - - 116, 17 - - - 10 - - - All Duplicate Cases - - - rdoAllDuplicateCases - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - 31, 6 - - Button - - - Flat - - - NoControl - - - 277, 12 - - - 135, 27 - - - 3 - - - Successive Values - - - MiddleCenter - - - rdoSuccessiveValues - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 145, 45 - - - 137, 21 - - - 5 - - - ucrInputOmitValues - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 0 - - - 6, 97 - - - 137, 21 - - - 4 - - - ucrInputTolerance - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 1 - - - 6, 72 - - - 135, 20 - - - 3 - - - ucrChkTolerance - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 2 - - - 6, 19 - - - 135, 20 - - - 0 - - - ucrChkOmitValues - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 3 - - - 6, 45 - - - 137, 21 - - - 1 - - - ucrInputConditions - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOptions - - - 4 - - - 10, 230 - - - 288, 124 - - - 13 - - - Options - - - grpOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - NoControl - - - 277, 82 - - - 94, 13 - - - 5 - - - Variable to Check: - - - lblSelectedVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 277, 82 - - - 99, 13 - - - 7 - - - Variables to Check: - - - lblVariablesToDuplicate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 178, 297 - - - 34, 13 - - - 17 - - - Type: - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 360 - - - 135, 20 - - - 14 - - - ucrChkIncludeSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 212, 295 - - - 84, 21 - - - 16 - - - ucrInputComboType - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - 45 - - 6, 13 - - - True - - - 421, 473 - - - 277, 97 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverForSuccessiveValues - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 245 - - - 298, 77 - - - 9 - - - ucrPnlDuplicates - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 10, 388 - - - 4, 5, 4, 5 - - - 281, 22 - - - 15 - - - ucrNewColumnName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 6, 8 - - - 410, 36 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 10, 416 - - - 405, 52 - - - 16 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 10, 47 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorDuplicateswithVariables - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 18 - - - CenterScreen - - - Duplicates - - - ttDuplicates - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgDuplicates - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 277, 97 - - - 0, 0, 0, 0 - - - 120, 100 - - - 8 - - - ucrReceiverForSelectedVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgEndOfRainsSeason.Designer.vb b/instat/dlgEndOfRainsSeason.Designer.vb index c9f2a7e0e3d..60e7bf96740 100644 --- a/instat/dlgEndOfRainsSeason.Designer.vb +++ b/instat/dlgEndOfRainsSeason.Designer.vb @@ -238,31 +238,35 @@ Partial Class dlgEndOfRainsSeason ' 'ucrChkEndofSeasonOccurence ' + Me.ucrChkEndofSeasonOccurence.AutoSize = True Me.ucrChkEndofSeasonOccurence.Checked = False Me.ucrChkEndofSeasonOccurence.Location = New System.Drawing.Point(261, 18) Me.ucrChkEndofSeasonOccurence.Name = "ucrChkEndofSeasonOccurence" - Me.ucrChkEndofSeasonOccurence.Size = New System.Drawing.Size(70, 20) + Me.ucrChkEndofSeasonOccurence.Size = New System.Drawing.Size(70, 23) Me.ucrChkEndofSeasonOccurence.TabIndex = 48 ' 'ucrChkEndofSeasonDate ' + Me.ucrChkEndofSeasonDate.AutoSize = True Me.ucrChkEndofSeasonDate.Checked = False Me.ucrChkEndofSeasonDate.Location = New System.Drawing.Point(134, 18) Me.ucrChkEndofSeasonDate.Name = "ucrChkEndofSeasonDate" - Me.ucrChkEndofSeasonDate.Size = New System.Drawing.Size(53, 20) + Me.ucrChkEndofSeasonDate.Size = New System.Drawing.Size(53, 23) Me.ucrChkEndofSeasonDate.TabIndex = 47 ' 'ucrChkEndofSeasonDoy ' + Me.ucrChkEndofSeasonDoy.AutoSize = True Me.ucrChkEndofSeasonDoy.Checked = False Me.ucrChkEndofSeasonDoy.Location = New System.Drawing.Point(4, 18) Me.ucrChkEndofSeasonDoy.Name = "ucrChkEndofSeasonDoy" - Me.ucrChkEndofSeasonDoy.Size = New System.Drawing.Size(58, 20) + Me.ucrChkEndofSeasonDoy.Size = New System.Drawing.Size(58, 23) Me.ucrChkEndofSeasonDoy.TabIndex = 46 ' 'ucrInputSeasonDoy ' Me.ucrInputSeasonDoy.AddQuotesIfUnrecognised = True + Me.ucrInputSeasonDoy.AutoSize = True Me.ucrInputSeasonDoy.IsMultiline = False Me.ucrInputSeasonDoy.IsReadOnly = False Me.ucrInputSeasonDoy.Location = New System.Drawing.Point(65, 17) @@ -273,6 +277,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputEndofSeasonDate ' Me.ucrInputEndofSeasonDate.AddQuotesIfUnrecognised = True + Me.ucrInputEndofSeasonDate.AutoSize = True Me.ucrInputEndofSeasonDate.IsMultiline = False Me.ucrInputEndofSeasonDate.IsReadOnly = False Me.ucrInputEndofSeasonDate.Location = New System.Drawing.Point(188, 17) @@ -283,6 +288,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputEndofSeasonOccurence ' Me.ucrInputEndofSeasonOccurence.AddQuotesIfUnrecognised = True + Me.ucrInputEndofSeasonOccurence.AutoSize = True Me.ucrInputEndofSeasonOccurence.IsMultiline = False Me.ucrInputEndofSeasonOccurence.IsReadOnly = False Me.ucrInputEndofSeasonOccurence.Location = New System.Drawing.Point(333, 17) @@ -308,6 +314,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputEndRainDoy ' Me.ucrInputEndRainDoy.AddQuotesIfUnrecognised = True + Me.ucrInputEndRainDoy.AutoSize = True Me.ucrInputEndRainDoy.IsMultiline = False Me.ucrInputEndRainDoy.IsReadOnly = False Me.ucrInputEndRainDoy.Location = New System.Drawing.Point(68, 17) @@ -317,31 +324,35 @@ Partial Class dlgEndOfRainsSeason ' 'ucrChkEndofRainsDoy ' + Me.ucrChkEndofRainsDoy.AutoSize = True Me.ucrChkEndofRainsDoy.Checked = False Me.ucrChkEndofRainsDoy.Location = New System.Drawing.Point(5, 18) Me.ucrChkEndofRainsDoy.Name = "ucrChkEndofRainsDoy" - Me.ucrChkEndofRainsDoy.Size = New System.Drawing.Size(60, 20) + Me.ucrChkEndofRainsDoy.Size = New System.Drawing.Size(60, 23) Me.ucrChkEndofRainsDoy.TabIndex = 49 ' 'ucrChkEndofRainsDate ' + Me.ucrChkEndofRainsDate.AutoSize = True Me.ucrChkEndofRainsDate.Checked = False Me.ucrChkEndofRainsDate.Location = New System.Drawing.Point(140, 18) Me.ucrChkEndofRainsDate.Name = "ucrChkEndofRainsDate" - Me.ucrChkEndofRainsDate.Size = New System.Drawing.Size(52, 20) + Me.ucrChkEndofRainsDate.Size = New System.Drawing.Size(52, 23) Me.ucrChkEndofRainsDate.TabIndex = 48 ' 'ucrChkEndofRainsOccurence ' + Me.ucrChkEndofRainsOccurence.AutoSize = True Me.ucrChkEndofRainsOccurence.Checked = False Me.ucrChkEndofRainsOccurence.Location = New System.Drawing.Point(264, 18) Me.ucrChkEndofRainsOccurence.Name = "ucrChkEndofRainsOccurence" - Me.ucrChkEndofRainsOccurence.Size = New System.Drawing.Size(77, 20) + Me.ucrChkEndofRainsOccurence.Size = New System.Drawing.Size(77, 23) Me.ucrChkEndofRainsOccurence.TabIndex = 47 ' 'ucrInputEndofRainsDate ' Me.ucrInputEndofRainsDate.AddQuotesIfUnrecognised = True + Me.ucrInputEndofRainsDate.AutoSize = True Me.ucrInputEndofRainsDate.IsMultiline = False Me.ucrInputEndofRainsDate.IsReadOnly = False Me.ucrInputEndofRainsDate.Location = New System.Drawing.Point(193, 17) @@ -352,6 +363,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputEndofRainsOccurence ' Me.ucrInputEndofRainsOccurence.AddQuotesIfUnrecognised = True + Me.ucrInputEndofRainsOccurence.AutoSize = True Me.ucrInputEndofRainsOccurence.IsMultiline = False Me.ucrInputEndofRainsOccurence.IsReadOnly = False Me.ucrInputEndofRainsOccurence.Location = New System.Drawing.Point(346, 17) @@ -393,6 +405,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrPnlEndOfRainsAndSeasons ' + Me.ucrPnlEndOfRainsAndSeasons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlEndOfRainsAndSeasons.Location = New System.Drawing.Point(79, 9) Me.ucrPnlEndOfRainsAndSeasons.Name = "ucrPnlEndOfRainsAndSeasons" Me.ucrPnlEndOfRainsAndSeasons.Size = New System.Drawing.Size(273, 35) @@ -401,6 +414,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputReplaceNA ' Me.ucrInputReplaceNA.AddQuotesIfUnrecognised = True + Me.ucrInputReplaceNA.AutoSize = True Me.ucrInputReplaceNA.IsMultiline = False Me.ucrInputReplaceNA.IsReadOnly = False Me.ucrInputReplaceNA.Location = New System.Drawing.Point(176, 397) @@ -410,6 +424,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverEvaporation ' + Me.ucrReceiverEvaporation.AutoSize = True Me.ucrReceiverEvaporation.frmParent = Me Me.ucrReceiverEvaporation.Location = New System.Drawing.Point(176, 370) Me.ucrReceiverEvaporation.Margin = New System.Windows.Forms.Padding(0) @@ -423,6 +438,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputEvaporation ' Me.ucrInputEvaporation.AddQuotesIfUnrecognised = True + Me.ucrInputEvaporation.AutoSize = True Me.ucrInputEvaporation.IsMultiline = False Me.ucrInputEvaporation.IsReadOnly = False Me.ucrInputEvaporation.Location = New System.Drawing.Point(176, 343) @@ -432,6 +448,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrPnlEvaporation ' + Me.ucrPnlEvaporation.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlEvaporation.Location = New System.Drawing.Point(107, 337) Me.ucrPnlEvaporation.Name = "ucrPnlEvaporation" Me.ucrPnlEvaporation.Size = New System.Drawing.Size(67, 62) @@ -440,6 +457,7 @@ Partial Class dlgEndOfRainsSeason 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = True Me.ucrInputFilterPreview.Location = New System.Drawing.Point(131, 273) @@ -449,6 +467,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrNudTotalOverDays ' + Me.ucrNudTotalOverDays.AutoSize = True Me.ucrNudTotalOverDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudTotalOverDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudTotalOverDays.Location = New System.Drawing.Point(233, 308) @@ -461,6 +480,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrNudAmount ' + Me.ucrNudAmount.AutoSize = True Me.ucrNudAmount.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAmount.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudAmount.Location = New System.Drawing.Point(68, 308) @@ -473,6 +493,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrNudWBLessThan ' + Me.ucrNudWBLessThan.AutoSize = True Me.ucrNudWBLessThan.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudWBLessThan.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudWBLessThan.Location = New System.Drawing.Point(234, 308) @@ -485,6 +506,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrNudCapacity ' + Me.ucrNudCapacity.AutoSize = True Me.ucrNudCapacity.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudCapacity.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudCapacity.Location = New System.Drawing.Point(69, 308) @@ -497,6 +519,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(274, 59) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -509,6 +532,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(274, 150) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -521,6 +545,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(274, 104) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -533,6 +558,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me Me.ucrReceiverDOY.Location = New System.Drawing.Point(274, 194) Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) @@ -545,6 +571,7 @@ Partial Class dlgEndOfRainsSeason ' 'ucrReceiverRainfall ' + Me.ucrReceiverRainfall.AutoSize = True Me.ucrReceiverRainfall.frmParent = Me Me.ucrReceiverRainfall.Location = New System.Drawing.Point(274, 238) Me.ucrReceiverRainfall.Margin = New System.Windows.Forms.Padding(0) @@ -557,27 +584,29 @@ Partial Class dlgEndOfRainsSeason ' 'ucrSelectorForWaterBalance ' + Me.ucrSelectorForWaterBalance.AutoSize = True Me.ucrSelectorForWaterBalance.bDropUnusedFilterLevels = False Me.ucrSelectorForWaterBalance.bShowHiddenColumns = False Me.ucrSelectorForWaterBalance.bUseCurrentFilter = True Me.ucrSelectorForWaterBalance.Location = New System.Drawing.Point(3, 69) Me.ucrSelectorForWaterBalance.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForWaterBalance.Name = "ucrSelectorForWaterBalance" - Me.ucrSelectorForWaterBalance.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorForWaterBalance.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorForWaterBalance.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(3, 472) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(411, 56) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 33 ' 'dlgEndOfRainsSeason ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(435, 533) Me.Controls.Add(Me.rdoEndOfSeasons) @@ -623,7 +652,9 @@ Partial Class dlgEndOfRainsSeason Me.Tag = "End_of_Rains_Season" Me.Text = "End of Rains/Season" Me.grpEndofSeason.ResumeLayout(False) + Me.grpEndofSeason.PerformLayout() Me.grpEndofRains.ResumeLayout(False) + Me.grpEndofRains.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgEnter.Designer.vb b/instat/dlgEnter.Designer.vb index 23d42d746b9..97b4ad99d08 100644 --- a/instat/dlgEnter.Designer.vb +++ b/instat/dlgEnter.Designer.vb @@ -39,7 +39,6 @@ Partial Class dlgEnter Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgEnter)) Me.chkShowEnterArguments = New System.Windows.Forms.CheckBox() Me.lblData = New System.Windows.Forms.Label() Me.cmdQuotes = New System.Windows.Forms.Button() @@ -88,75 +87,140 @@ Partial Class dlgEnter ' 'chkShowEnterArguments ' - resources.ApplyResources(Me.chkShowEnterArguments, "chkShowEnterArguments") + Me.chkShowEnterArguments.AutoSize = True + Me.chkShowEnterArguments.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.chkShowEnterArguments.Location = New System.Drawing.Point(307, 18) Me.chkShowEnterArguments.Name = "chkShowEnterArguments" + Me.chkShowEnterArguments.Size = New System.Drawing.Size(109, 17) + Me.chkShowEnterArguments.TabIndex = 155 + Me.chkShowEnterArguments.Text = "Show Parameters" Me.chkShowEnterArguments.UseVisualStyleBackColor = True ' 'lblData ' - resources.ApplyResources(Me.lblData, "lblData") + Me.lblData.AutoSize = True + Me.lblData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblData.Location = New System.Drawing.Point(10, 20) + Me.lblData.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblData.Name = "lblData" + Me.lblData.Size = New System.Drawing.Size(33, 13) + Me.lblData.TabIndex = 152 Me.lblData.Tag = "Data" + Me.lblData.Text = "Data:" ' 'cmdQuotes ' - resources.ApplyResources(Me.cmdQuotes, "cmdQuotes") + Me.cmdQuotes.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdQuotes.Location = New System.Drawing.Point(100, 101) + Me.cmdQuotes.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdQuotes.Name = "cmdQuotes" + Me.cmdQuotes.Size = New System.Drawing.Size(49, 30) + Me.cmdQuotes.TabIndex = 142 + Me.cmdQuotes.Text = """ """ Me.cmdQuotes.UseVisualStyleBackColor = True ' 'cmdExponential ' - resources.ApplyResources(Me.cmdExponential, "cmdExponential") + Me.cmdExponential.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdExponential.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExponential.Location = New System.Drawing.Point(52, 101) + Me.cmdExponential.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExponential.Name = "cmdExponential" + Me.cmdExponential.Size = New System.Drawing.Size(49, 30) + Me.cmdExponential.TabIndex = 143 + Me.cmdExponential.Text = "E" Me.cmdExponential.UseVisualStyleBackColor = True ' 'cmdConcantenateFunction ' - resources.ApplyResources(Me.cmdConcantenateFunction, "cmdConcantenateFunction") + Me.cmdConcantenateFunction.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdConcantenateFunction.Location = New System.Drawing.Point(4, 101) + Me.cmdConcantenateFunction.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdConcantenateFunction.Name = "cmdConcantenateFunction" + Me.cmdConcantenateFunction.Size = New System.Drawing.Size(49, 30) + Me.cmdConcantenateFunction.TabIndex = 145 + Me.cmdConcantenateFunction.Text = "c( )" Me.cmdConcantenateFunction.UseVisualStyleBackColor = True ' 'cmdSequenceFunction ' - resources.ApplyResources(Me.cmdSequenceFunction, "cmdSequenceFunction") + Me.cmdSequenceFunction.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdSequenceFunction.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSequenceFunction.Location = New System.Drawing.Point(4, 72) + Me.cmdSequenceFunction.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSequenceFunction.Name = "cmdSequenceFunction" + Me.cmdSequenceFunction.Size = New System.Drawing.Size(49, 30) + Me.cmdSequenceFunction.TabIndex = 147 Me.cmdSequenceFunction.Tag = "Del" + Me.cmdSequenceFunction.Text = "seq" Me.cmdSequenceFunction.UseVisualStyleBackColor = True ' 'cmdRepelicationFunction ' - resources.ApplyResources(Me.cmdRepelicationFunction, "cmdRepelicationFunction") + Me.cmdRepelicationFunction.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdRepelicationFunction.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdRepelicationFunction.Location = New System.Drawing.Point(4, 43) + Me.cmdRepelicationFunction.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdRepelicationFunction.Name = "cmdRepelicationFunction" + Me.cmdRepelicationFunction.Size = New System.Drawing.Size(49, 30) + Me.cmdRepelicationFunction.TabIndex = 148 + Me.cmdRepelicationFunction.Text = "rep" Me.cmdRepelicationFunction.UseVisualStyleBackColor = True ' 'cmdLogical ' - resources.ApplyResources(Me.cmdLogical, "cmdLogical") + Me.cmdLogical.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLogical.Location = New System.Drawing.Point(100, 72) + Me.cmdLogical.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLogical.Name = "cmdLogical" + Me.cmdLogical.Size = New System.Drawing.Size(49, 30) + Me.cmdLogical.TabIndex = 149 + Me.cmdLogical.Text = "logical" Me.cmdLogical.UseVisualStyleBackColor = True ' 'cmdPi ' - resources.ApplyResources(Me.cmdPi, "cmdPi") + Me.cmdPi.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPi.Location = New System.Drawing.Point(52, 72) + Me.cmdPi.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPi.Name = "cmdPi" + Me.cmdPi.Size = New System.Drawing.Size(49, 30) + Me.cmdPi.TabIndex = 149 + Me.cmdPi.Text = "pi" Me.cmdPi.UseVisualStyleBackColor = True ' 'cmdLetters2 ' - resources.ApplyResources(Me.cmdLetters2, "cmdLetters2") + Me.cmdLetters2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLetters2.Location = New System.Drawing.Point(52, 14) + Me.cmdLetters2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLetters2.Name = "cmdLetters2" + Me.cmdLetters2.Size = New System.Drawing.Size(49, 30) + Me.cmdLetters2.TabIndex = 152 + Me.cmdLetters2.Text = "letters" Me.cmdLetters2.UseVisualStyleBackColor = True ' 'cmdMonths ' - resources.ApplyResources(Me.cmdMonths, "cmdMonths") + Me.cmdMonths.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMonths.Location = New System.Drawing.Point(52, 43) + Me.cmdMonths.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMonths.Name = "cmdMonths" + Me.cmdMonths.Size = New System.Drawing.Size(49, 30) + Me.cmdMonths.TabIndex = 151 + Me.cmdMonths.Text = "months " Me.cmdMonths.UseVisualStyleBackColor = True ' 'cmdColon ' - resources.ApplyResources(Me.cmdColon, "cmdColon") + Me.cmdColon.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdColon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColon.Location = New System.Drawing.Point(4, 14) + Me.cmdColon.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdColon.Name = "cmdColon" + Me.cmdColon.Size = New System.Drawing.Size(49, 30) + Me.cmdColon.TabIndex = 151 + Me.cmdColon.Text = "[:]" Me.cmdColon.UseVisualStyleBackColor = True ' 'grpEnterKeyboard2 @@ -173,26 +237,47 @@ Partial Class dlgEnter Me.grpEnterKeyboard2.Controls.Add(Me.cmdConcantenateFunction) Me.grpEnterKeyboard2.Controls.Add(Me.cmdExponential) Me.grpEnterKeyboard2.Controls.Add(Me.cmdQuotes) - resources.ApplyResources(Me.grpEnterKeyboard2, "grpEnterKeyboard2") + Me.grpEnterKeyboard2.Location = New System.Drawing.Point(378, 50) + Me.grpEnterKeyboard2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpEnterKeyboard2.Name = "grpEnterKeyboard2" + Me.grpEnterKeyboard2.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpEnterKeyboard2.Size = New System.Drawing.Size(156, 134) + Me.grpEnterKeyboard2.TabIndex = 159 Me.grpEnterKeyboard2.TabStop = False ' 'cmdText ' - resources.ApplyResources(Me.cmdText, "cmdText") + Me.cmdText.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdText.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdText.Location = New System.Drawing.Point(100, 43) + Me.cmdText.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdText.Name = "cmdText" + Me.cmdText.Size = New System.Drawing.Size(49, 30) + Me.cmdText.TabIndex = 155 + Me.cmdText.Text = "text" Me.cmdText.UseVisualStyleBackColor = True ' 'cmdFactor ' - resources.ApplyResources(Me.cmdFactor, "cmdFactor") + Me.cmdFactor.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) + Me.cmdFactor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFactor.Location = New System.Drawing.Point(100, 14) + Me.cmdFactor.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdFactor.Name = "cmdFactor" + Me.cmdFactor.Size = New System.Drawing.Size(49, 30) + Me.cmdFactor.TabIndex = 153 + Me.cmdFactor.Text = "factor " Me.cmdFactor.UseVisualStyleBackColor = True ' 'btnExample ' - resources.ApplyResources(Me.btnExample, "btnExample") + Me.btnExample.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.btnExample.Location = New System.Drawing.Point(436, 16) + Me.btnExample.Margin = New System.Windows.Forms.Padding(2) Me.btnExample.Name = "btnExample" + Me.btnExample.Size = New System.Drawing.Size(64, 22) + Me.btnExample.TabIndex = 161 + Me.btnExample.Text = "Examples" Me.btnExample.UseVisualStyleBackColor = True ' 'grpBasic @@ -216,160 +301,287 @@ Partial Class dlgEnter Me.grpBasic.Controls.Add(Me.cmd2) Me.grpBasic.Controls.Add(Me.cmd0) Me.grpBasic.Controls.Add(Me.cmd1) - resources.ApplyResources(Me.grpBasic, "grpBasic") + Me.grpBasic.Location = New System.Drawing.Point(170, 51) + Me.grpBasic.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.grpBasic.Name = "grpBasic" + Me.grpBasic.Padding = New System.Windows.Forms.Padding(2, 3, 2, 3) + Me.grpBasic.Size = New System.Drawing.Size(205, 134) + Me.grpBasic.TabIndex = 180 Me.grpBasic.TabStop = False ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(151, 71) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(49, 60) + Me.cmdClear.TabIndex = 190 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'Button1 ' - resources.ApplyResources(Me.Button1, "Button1") + Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.Button1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Button1.Location = New System.Drawing.Point(3, 100) + Me.Button1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(38, 30) + Me.Button1.TabIndex = 138 + Me.Button1.Text = "," Me.Button1.UseVisualStyleBackColor = True ' 'cmdBrackets ' - resources.ApplyResources(Me.cmdBrackets, "cmdBrackets") + Me.cmdBrackets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrackets.Location = New System.Drawing.Point(77, 100) + Me.cmdBrackets.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdBrackets.Name = "cmdBrackets" + Me.cmdBrackets.Size = New System.Drawing.Size(38, 30) + Me.cmdBrackets.TabIndex = 136 + Me.cmdBrackets.Text = "( )" Me.cmdBrackets.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(151, 42) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(49, 30) + Me.cmdPower.TabIndex = 133 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdDivide ' - resources.ApplyResources(Me.cmdDivide, "cmdDivide") + Me.cmdDivide.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdDivide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDivide.Location = New System.Drawing.Point(114, 13) + Me.cmdDivide.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDivide.Name = "cmdDivide" + Me.cmdDivide.Size = New System.Drawing.Size(38, 30) + Me.cmdDivide.TabIndex = 131 + Me.cmdDivide.Text = "/" Me.cmdDivide.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(114, 100) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(38, 30) + Me.cmdPlus.TabIndex = 130 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(114, 71) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(38, 30) + Me.cmdMinus.TabIndex = 129 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(114, 42) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(38, 30) + Me.cmdMultiply.TabIndex = 128 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'Button2 ' - resources.ApplyResources(Me.Button2, "Button2") + Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!) + Me.Button2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.Button2.Location = New System.Drawing.Point(151, 13) + Me.Button2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(49, 30) + Me.Button2.TabIndex = 127 + Me.Button2.Text = "." Me.Button2.UseVisualStyleBackColor = True ' 'cmd9 ' - resources.ApplyResources(Me.cmd9, "cmd9") + Me.cmd9.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd9.Location = New System.Drawing.Point(77, 13) + Me.cmd9.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd9.Name = "cmd9" + Me.cmd9.Size = New System.Drawing.Size(38, 30) + Me.cmd9.TabIndex = 126 + Me.cmd9.Text = "9" Me.cmd9.UseVisualStyleBackColor = True ' 'cmd8 ' - resources.ApplyResources(Me.cmd8, "cmd8") + Me.cmd8.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd8.Location = New System.Drawing.Point(40, 13) + Me.cmd8.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd8.Name = "cmd8" + Me.cmd8.Size = New System.Drawing.Size(38, 30) + Me.cmd8.TabIndex = 125 + Me.cmd8.Text = "8" Me.cmd8.UseVisualStyleBackColor = True ' 'cmd7 ' - resources.ApplyResources(Me.cmd7, "cmd7") + Me.cmd7.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd7.Location = New System.Drawing.Point(3, 13) + Me.cmd7.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd7.Name = "cmd7" + Me.cmd7.Size = New System.Drawing.Size(38, 30) + Me.cmd7.TabIndex = 124 + Me.cmd7.Text = "7" Me.cmd7.UseVisualStyleBackColor = True ' 'cmd6 ' - resources.ApplyResources(Me.cmd6, "cmd6") + Me.cmd6.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd6.Location = New System.Drawing.Point(77, 42) + Me.cmd6.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd6.Name = "cmd6" + Me.cmd6.Size = New System.Drawing.Size(38, 30) + Me.cmd6.TabIndex = 123 + Me.cmd6.Text = "6" Me.cmd6.UseVisualStyleBackColor = True ' 'cmd5 ' - resources.ApplyResources(Me.cmd5, "cmd5") + Me.cmd5.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd5.Location = New System.Drawing.Point(40, 42) + Me.cmd5.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd5.Name = "cmd5" + Me.cmd5.Size = New System.Drawing.Size(38, 30) + Me.cmd5.TabIndex = 122 + Me.cmd5.Text = "5" Me.cmd5.UseVisualStyleBackColor = True ' 'cmd4 ' - resources.ApplyResources(Me.cmd4, "cmd4") + Me.cmd4.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd4.Location = New System.Drawing.Point(3, 42) + Me.cmd4.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd4.Name = "cmd4" + Me.cmd4.Size = New System.Drawing.Size(38, 30) + Me.cmd4.TabIndex = 121 + Me.cmd4.Text = "4" Me.cmd4.UseVisualStyleBackColor = True ' 'cmd3 ' - resources.ApplyResources(Me.cmd3, "cmd3") + Me.cmd3.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd3.Location = New System.Drawing.Point(77, 71) + Me.cmd3.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd3.Name = "cmd3" + Me.cmd3.Size = New System.Drawing.Size(38, 30) + Me.cmd3.TabIndex = 120 + Me.cmd3.Text = "3" Me.cmd3.UseVisualStyleBackColor = True ' 'cmd2 ' - resources.ApplyResources(Me.cmd2, "cmd2") + Me.cmd2.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd2.Location = New System.Drawing.Point(40, 71) + Me.cmd2.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd2.Name = "cmd2" + Me.cmd2.Size = New System.Drawing.Size(38, 30) + Me.cmd2.TabIndex = 119 + Me.cmd2.Text = "2" Me.cmd2.UseVisualStyleBackColor = True ' 'cmd0 ' - resources.ApplyResources(Me.cmd0, "cmd0") + Me.cmd0.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd0.Location = New System.Drawing.Point(40, 100) + Me.cmd0.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd0.Name = "cmd0" + Me.cmd0.Size = New System.Drawing.Size(38, 30) + Me.cmd0.TabIndex = 118 + Me.cmd0.Text = "0" Me.cmd0.UseVisualStyleBackColor = True ' 'cmd1 ' - resources.ApplyResources(Me.cmd1, "cmd1") + Me.cmd1.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmd1.Location = New System.Drawing.Point(3, 71) + Me.cmd1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmd1.Name = "cmd1" + Me.cmd1.Size = New System.Drawing.Size(38, 30) + Me.cmd1.TabIndex = 117 + Me.cmd1.Text = "1" Me.cmd1.UseVisualStyleBackColor = True ' 'ucrSaveEnterResultInto ' - resources.ApplyResources(Me.ucrSaveEnterResultInto, "ucrSaveEnterResultInto") + Me.ucrSaveEnterResultInto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveEnterResultInto.Location = New System.Drawing.Point(11, 243) + Me.ucrSaveEnterResultInto.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveEnterResultInto.Name = "ucrSaveEnterResultInto" + Me.ucrSaveEnterResultInto.Size = New System.Drawing.Size(280, 22) + Me.ucrSaveEnterResultInto.TabIndex = 181 ' 'ucrTryModelling ' - resources.ApplyResources(Me.ucrTryModelling, "ucrTryModelling") + Me.ucrTryModelling.AutoSize = True + Me.ucrTryModelling.Location = New System.Drawing.Point(3, 202) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False + Me.ucrTryModelling.Size = New System.Drawing.Size(480, 33) + Me.ucrTryModelling.TabIndex = 160 ' 'ucrDataFrameEnter ' + Me.ucrDataFrameEnter.AutoSize = True Me.ucrDataFrameEnter.bDropUnusedFilterLevels = False Me.ucrDataFrameEnter.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameEnter, "ucrDataFrameEnter") + Me.ucrDataFrameEnter.Location = New System.Drawing.Point(11, 55) + Me.ucrDataFrameEnter.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameEnter.Name = "ucrDataFrameEnter" + Me.ucrDataFrameEnter.Size = New System.Drawing.Size(151, 43) + Me.ucrDataFrameEnter.TabIndex = 156 ' 'ucrReceiverForEnterCalculation ' + Me.ucrReceiverForEnterCalculation.AutoSize = True Me.ucrReceiverForEnterCalculation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverForEnterCalculation, "ucrReceiverForEnterCalculation") + Me.ucrReceiverForEnterCalculation.Location = New System.Drawing.Point(69, 16) + Me.ucrReceiverForEnterCalculation.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.ucrReceiverForEnterCalculation.Name = "ucrReceiverForEnterCalculation" Me.ucrReceiverForEnterCalculation.Selector = Nothing + Me.ucrReceiverForEnterCalculation.Size = New System.Drawing.Size(229, 28) Me.ucrReceiverForEnterCalculation.strNcFilePath = "" + Me.ucrReceiverForEnterCalculation.TabIndex = 153 Me.ucrReceiverForEnterCalculation.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(11, 278) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'dlgEnter ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(538, 336) Me.Controls.Add(Me.ucrSaveEnterResultInto) Me.Controls.Add(Me.grpBasic) Me.Controls.Add(Me.btnExample) @@ -384,6 +596,8 @@ Partial Class dlgEnter Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgEnter" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Enter" Me.grpEnterKeyboard2.ResumeLayout(False) Me.grpBasic.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/dlgEnter.resx b/instat/dlgEnter.resx index 60b4a2b1db5..f9c78820919 100644 --- a/instat/dlgEnter.resx +++ b/instat/dlgEnter.resx @@ -117,1276 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 307, 18 - - - 109, 17 - - - 155 - - - Show Parameters - - - chkShowEnterArguments - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - NoControl - - - 10, 20 - - - 2, 0, 2, 0 - - - 33, 13 - - - 152 - - - Data: - - - lblData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - NoControl - - - 100, 101 - - - 2, 3, 2, 3 - - - 49, 30 - - - 142 - - - " " - - - cmdQuotes - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 11 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 52, 101 - - - 2, 3, 2, 3 - - - 49, 30 - - - 143 - - - E - - - cmdExponential - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 10 - - - NoControl - - - 4, 101 - - - 2, 3, 2, 3 - - - 49, 30 - - - 145 - - - c( ) - - - cmdConcantenateFunction - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 9 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 4, 72 - - - 2, 3, 2, 3 - - - 49, 30 - - - 147 - - - seq - - - cmdSequenceFunction - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 8 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 4, 43 - - - 2, 3, 2, 3 - - - 49, 30 - - - 148 - - - rep - - - cmdRepelicationFunction - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 7 - - - NoControl - - - 100, 72 - - - 2, 3, 2, 3 - - - 49, 30 - - - 149 - - - logical - - - cmdLogical - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 6 - - - NoControl - - - 52, 72 - - - 2, 3, 2, 3 - - - 49, 30 - - - 149 - - - pi - - - cmdPi - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 5 - - - NoControl - - - 52, 14 - - - 2, 3, 2, 3 - - - 49, 30 - - - 152 - - - letters - - - cmdLetters2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 4 - - - NoControl - - - 52, 43 - - - 2, 3, 2, 3 - - - 49, 30 - - - 151 - - - months - - - cmdMonths - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 3 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 4, 14 - - - 2, 3, 2, 3 - - - 49, 30 - - - 151 - - - [:] - - - cmdColon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 2 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 100, 43 - - - 2, 3, 2, 3 - - - 49, 30 - - - 155 - - - text - - - cmdText - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 0 - - - Microsoft Sans Serif, 8.25pt - - - NoControl - - - 100, 14 - - - 2, 3, 2, 3 - - - 49, 30 - - - 153 - - - factor - - - cmdFactor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpEnterKeyboard2 - - - 1 - - - 378, 50 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 156, 134 - - - 159 - - - grpEnterKeyboard2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - NoControl - - - 436, 16 - - - 2, 2, 2, 2 - - - 64, 22 - - - 161 - - - Examples - - - btnExample - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 151, 71 - - - 2, 3, 2, 3 - - - 49, 60 - - - 190 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 0 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 3, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 138 - - - , - - - Button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 1 - - - NoControl - - - 77, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 136 - - - ( ) - - - cmdBrackets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 2 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 42 - - - 2, 3, 2, 3 - - - 49, 30 - - - 133 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 3 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 131 - - - / - - - cmdDivide - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 4 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 130 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 5 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 129 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 6 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 114, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 128 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 7 - - - Microsoft Sans Serif, 14.25pt - - - NoControl - - - 151, 13 - - - 2, 3, 2, 3 - - - 49, 30 - - - 127 - - - . - - - Button2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 8 - - - NoControl - - - 77, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 126 - - - 9 - - - cmd9 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 9 - - - NoControl - - - 40, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 125 - - - 8 - - - cmd8 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 10 - - - NoControl - - - 3, 13 - - - 2, 3, 2, 3 - - - 38, 30 - - - 124 - - - 7 - - - cmd7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 11 - - - NoControl - - - 77, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 123 - - - 6 - - - cmd6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 12 - - - NoControl - - - 40, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 122 - - - 5 - - - cmd5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 13 - - - NoControl - - - 3, 42 - - - 2, 3, 2, 3 - - - 38, 30 - - - 121 - - - 4 - - - cmd4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 14 - - - NoControl - - - 77, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 120 - - - 3 - - - cmd3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 15 - - - NoControl - - - 40, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 119 - - - 2 - - - cmd2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 16 - - - NoControl - - - 40, 100 - - - 2, 3, 2, 3 - - - 38, 30 - - - 118 - - - 0 - - - cmd0 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 17 - - - NoControl - - - 3, 71 - - - 2, 3, 2, 3 - - - 38, 30 - - - 117 - - - 1 - - - cmd1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpBasic - - - 18 - - - 170, 51 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 205, 134 - - - 180 - - - grpBasic - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - 17, 5 - - 11, 243 - - - 4, 5, 4, 5 - - - 280, 22 - - - 181 - - - ucrSaveEnterResultInto - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 3, 202 - - - 480, 33 - - - 160 - - - ucrTryModelling - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 11, 55 - - - 0, 0, 0, 0 - - - 150, 40 - - - 156 - - - ucrDataFrameEnter - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - 25 - - 6, 13 - - - True - - - 538, 336 - - - True - - - 11, 278 - - - 452, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - CenterScreen - - - Enter - - - ttEnter - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgEnter - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 69, 16 - - - 2, 3, 2, 3 - - - 229, 28 - - - 153 - - - ucrReceiverForEnterCalculation - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgEvapotranspiration.Designer.vb b/instat/dlgEvapotranspiration.Designer.vb index f5b0b04e396..95118d74cb9 100644 --- a/instat/dlgEvapotranspiration.Designer.vb +++ b/instat/dlgEvapotranspiration.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgEvapotranspiration 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgEvapotranspiration)) Me.lblTmax = New System.Windows.Forms.Label() Me.lblTmin = New System.Windows.Forms.Label() Me.lblHumidityMax = New System.Windows.Forms.Label() @@ -67,275 +66,422 @@ Partial Class dlgEvapotranspiration ' 'lblTmax ' - resources.ApplyResources(Me.lblTmax, "lblTmax") + Me.lblTmax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTmax.Location = New System.Drawing.Point(321, 154) Me.lblTmax.Name = "lblTmax" + Me.lblTmax.Size = New System.Drawing.Size(44, 13) + Me.lblTmax.TabIndex = 8 + Me.lblTmax.Text = "Tmax:" ' 'lblTmin ' - resources.ApplyResources(Me.lblTmin, "lblTmin") + Me.lblTmin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTmin.Location = New System.Drawing.Point(321, 107) Me.lblTmin.Name = "lblTmin" + Me.lblTmin.Size = New System.Drawing.Size(39, 14) + Me.lblTmin.TabIndex = 6 + Me.lblTmin.Text = "Tmin:" ' 'lblHumidityMax ' - resources.ApplyResources(Me.lblHumidityMax, "lblHumidityMax") + Me.lblHumidityMax.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHumidityMax.Location = New System.Drawing.Point(323, 195) Me.lblHumidityMax.Name = "lblHumidityMax" + Me.lblHumidityMax.Size = New System.Drawing.Size(78, 17) + Me.lblHumidityMax.TabIndex = 10 + Me.lblHumidityMax.Text = "Humidity Max:" ' 'lblHumidityMin ' - resources.ApplyResources(Me.lblHumidityMin, "lblHumidityMin") + Me.lblHumidityMin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblHumidityMin.Location = New System.Drawing.Point(324, 240) Me.lblHumidityMin.Name = "lblHumidityMin" + Me.lblHumidityMin.Size = New System.Drawing.Size(77, 17) + Me.lblHumidityMin.TabIndex = 12 + Me.lblHumidityMin.Text = "Humidity Min:" ' 'lblTimeStep ' - resources.ApplyResources(Me.lblTimeStep, "lblTimeStep") + Me.lblTimeStep.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblTimeStep.Location = New System.Drawing.Point(5, 336) Me.lblTimeStep.Name = "lblTimeStep" + Me.lblTimeStep.Size = New System.Drawing.Size(58, 20) + Me.lblTimeStep.TabIndex = 22 + Me.lblTimeStep.Text = "Time Step" ' 'lblCrop ' - resources.ApplyResources(Me.lblCrop, "lblCrop") + Me.lblCrop.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblCrop.Location = New System.Drawing.Point(5, 523) Me.lblCrop.Name = "lblCrop" + Me.lblCrop.Size = New System.Drawing.Size(31, 20) + Me.lblCrop.TabIndex = 30 + Me.lblCrop.Text = "Crop" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDate.Location = New System.Drawing.Point(323, 64) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(40, 14) + Me.lblDate.TabIndex = 4 + Me.lblDate.Text = "Date:" ' 'grpMissingDataOpts ' Me.grpMissingDataOpts.Controls.Add(Me.ucrChkInterpMissingEntries) Me.grpMissingDataOpts.Controls.Add(Me.ucrChkInterpMissingDays) - resources.ApplyResources(Me.grpMissingDataOpts, "grpMissingDataOpts") + Me.grpMissingDataOpts.Location = New System.Drawing.Point(5, 362) Me.grpMissingDataOpts.Name = "grpMissingDataOpts" + Me.grpMissingDataOpts.Size = New System.Drawing.Size(198, 98) + Me.grpMissingDataOpts.TabIndex = 24 Me.grpMissingDataOpts.TabStop = False + Me.grpMissingDataOpts.Text = "Missing Data Options" ' 'ucrChkInterpMissingEntries ' + Me.ucrChkInterpMissingEntries.AutoSize = True Me.ucrChkInterpMissingEntries.Checked = False - resources.ApplyResources(Me.ucrChkInterpMissingEntries, "ucrChkInterpMissingEntries") + Me.ucrChkInterpMissingEntries.Location = New System.Drawing.Point(6, 56) Me.ucrChkInterpMissingEntries.Name = "ucrChkInterpMissingEntries" + Me.ucrChkInterpMissingEntries.Size = New System.Drawing.Size(188, 23) + Me.ucrChkInterpMissingEntries.TabIndex = 5 ' 'ucrChkInterpMissingDays ' + Me.ucrChkInterpMissingDays.AutoSize = True Me.ucrChkInterpMissingDays.Checked = False - resources.ApplyResources(Me.ucrChkInterpMissingDays, "ucrChkInterpMissingDays") + Me.ucrChkInterpMissingDays.Location = New System.Drawing.Point(6, 31) Me.ucrChkInterpMissingDays.Name = "ucrChkInterpMissingDays" + Me.ucrChkInterpMissingDays.Size = New System.Drawing.Size(168, 23) + Me.ucrChkInterpMissingDays.TabIndex = 6 ' 'lblMissingMethod ' - resources.ApplyResources(Me.lblMissingMethod, "lblMissingMethod") + Me.lblMissingMethod.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMissingMethod.Location = New System.Drawing.Point(5, 496) Me.lblMissingMethod.Name = "lblMissingMethod" + Me.lblMissingMethod.Size = New System.Drawing.Size(107, 20) + Me.lblMissingMethod.TabIndex = 28 + Me.lblMissingMethod.Text = "Missing Method" ' 'lblMaxMissingDays ' - resources.ApplyResources(Me.lblMaxMissingDays, "lblMaxMissingDays") + Me.lblMaxMissingDays.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxMissingDays.Location = New System.Drawing.Point(5, 262) Me.lblMaxMissingDays.Name = "lblMaxMissingDays" + Me.lblMaxMissingDays.Size = New System.Drawing.Size(100, 20) + Me.lblMaxMissingDays.TabIndex = 16 + Me.lblMaxMissingDays.Text = "Max Missing Days" ' 'lblMaxDurationMissingData ' - resources.ApplyResources(Me.lblMaxDurationMissingData, "lblMaxDurationMissingData") + Me.lblMaxDurationMissingData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxDurationMissingData.Location = New System.Drawing.Point(5, 285) Me.lblMaxDurationMissingData.Name = "lblMaxDurationMissingData" + Me.lblMaxDurationMissingData.Size = New System.Drawing.Size(71, 17) + Me.lblMaxDurationMissingData.TabIndex = 18 + Me.lblMaxDurationMissingData.Text = "Max Duration Missing Data" ' 'lblMaxPerctMissindData ' - resources.ApplyResources(Me.lblMaxPerctMissindData, "lblMaxPerctMissindData") + Me.lblMaxPerctMissindData.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMaxPerctMissindData.Location = New System.Drawing.Point(5, 309) Me.lblMaxPerctMissindData.Name = "lblMaxPerctMissindData" + Me.lblMaxPerctMissindData.Size = New System.Drawing.Size(100, 19) + Me.lblMaxPerctMissindData.TabIndex = 20 + Me.lblMaxPerctMissindData.Text = "Max Missing Data" ' 'lblSolar ' - resources.ApplyResources(Me.lblSolar, "lblSolar") + Me.lblSolar.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSolar.Location = New System.Drawing.Point(5, 469) Me.lblSolar.Name = "lblSolar" + Me.lblSolar.Size = New System.Drawing.Size(38, 18) + Me.lblSolar.TabIndex = 26 + Me.lblSolar.Text = "Solar" ' 'lblRadiation ' - resources.ApplyResources(Me.lblRadiation, "lblRadiation") + Me.lblRadiation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRadiation.Location = New System.Drawing.Point(323, 285) Me.lblRadiation.Name = "lblRadiation" + Me.lblRadiation.Size = New System.Drawing.Size(117, 17) + Me.lblRadiation.TabIndex = 14 + Me.lblRadiation.Text = "Radiation:" ' 'grpWindSpeed ' Me.grpWindSpeed.Controls.Add(Me.ucrChkWind) Me.grpWindSpeed.Controls.Add(Me.ucrReceiverWindSpeed) - resources.ApplyResources(Me.grpWindSpeed, "grpWindSpeed") + Me.grpWindSpeed.Location = New System.Drawing.Point(210, 363) Me.grpWindSpeed.Name = "grpWindSpeed" + Me.grpWindSpeed.Size = New System.Drawing.Size(235, 97) + Me.grpWindSpeed.TabIndex = 25 Me.grpWindSpeed.TabStop = False + Me.grpWindSpeed.Text = "Wind Speed" ' 'ucrChkWind ' + Me.ucrChkWind.AutoSize = True Me.ucrChkWind.Checked = False - resources.ApplyResources(Me.ucrChkWind, "ucrChkWind") + Me.ucrChkWind.Location = New System.Drawing.Point(5, 31) Me.ucrChkWind.Name = "ucrChkWind" + Me.ucrChkWind.Size = New System.Drawing.Size(103, 23) + Me.ucrChkWind.TabIndex = 0 ' 'ucrReceiverWindSpeed ' + Me.ucrReceiverWindSpeed.AutoSize = True Me.ucrReceiverWindSpeed.frmParent = Me - resources.ApplyResources(Me.ucrReceiverWindSpeed, "ucrReceiverWindSpeed") + Me.ucrReceiverWindSpeed.Location = New System.Drawing.Point(109, 30) + Me.ucrReceiverWindSpeed.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverWindSpeed.Name = "ucrReceiverWindSpeed" Me.ucrReceiverWindSpeed.Selector = Nothing + Me.ucrReceiverWindSpeed.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverWindSpeed.strNcFilePath = "" + Me.ucrReceiverWindSpeed.TabIndex = 2 Me.ucrReceiverWindSpeed.ucrSelector = Nothing ' 'rdoHargreavesSamani ' - resources.ApplyResources(Me.rdoHargreavesSamani, "rdoHargreavesSamani") + Me.rdoHargreavesSamani.Appearance = System.Windows.Forms.Appearance.Button Me.rdoHargreavesSamani.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoHargreavesSamani.FlatAppearance.BorderSize = 2 Me.rdoHargreavesSamani.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoHargreavesSamani.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoHargreavesSamani.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoHargreavesSamani.Location = New System.Drawing.Point(210, 12) Me.rdoHargreavesSamani.Name = "rdoHargreavesSamani" + Me.rdoHargreavesSamani.Size = New System.Drawing.Size(131, 27) + Me.rdoHargreavesSamani.TabIndex = 2 Me.rdoHargreavesSamani.TabStop = True + Me.rdoHargreavesSamani.Text = "Hargreaves- Samani" + Me.rdoHargreavesSamani.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoHargreavesSamani.UseVisualStyleBackColor = True ' 'rdoPenmanMonteith ' - resources.ApplyResources(Me.rdoPenmanMonteith, "rdoPenmanMonteith") + Me.rdoPenmanMonteith.Appearance = System.Windows.Forms.Appearance.Button Me.rdoPenmanMonteith.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoPenmanMonteith.FlatAppearance.BorderSize = 2 Me.rdoPenmanMonteith.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoPenmanMonteith.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoPenmanMonteith.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPenmanMonteith.Location = New System.Drawing.Point(103, 12) Me.rdoPenmanMonteith.Name = "rdoPenmanMonteith" + Me.rdoPenmanMonteith.Size = New System.Drawing.Size(109, 27) + Me.rdoPenmanMonteith.TabIndex = 1 Me.rdoPenmanMonteith.TabStop = True + Me.rdoPenmanMonteith.Text = "Penman-Monteith" + Me.rdoPenmanMonteith.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoPenmanMonteith.UseVisualStyleBackColor = True ' 'ucrNudMaxDurationMissingData ' + Me.ucrNudMaxDurationMissingData.AutoSize = True Me.ucrNudMaxDurationMissingData.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxDurationMissingData.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxDurationMissingData, "ucrNudMaxDurationMissingData") + Me.ucrNudMaxDurationMissingData.Location = New System.Drawing.Point(180, 309) Me.ucrNudMaxDurationMissingData.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxDurationMissingData.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxDurationMissingData.Name = "ucrNudMaxDurationMissingData" + Me.ucrNudMaxDurationMissingData.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxDurationMissingData.TabIndex = 21 Me.ucrNudMaxDurationMissingData.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrNudMaxMissingDays ' + Me.ucrNudMaxMissingDays.AutoSize = True Me.ucrNudMaxMissingDays.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxMissingDays.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxMissingDays, "ucrNudMaxMissingDays") + Me.ucrNudMaxMissingDays.Location = New System.Drawing.Point(180, 262) Me.ucrNudMaxMissingDays.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxMissingDays.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxMissingDays.Name = "ucrNudMaxMissingDays" + Me.ucrNudMaxMissingDays.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxMissingDays.TabIndex = 17 Me.ucrNudMaxMissingDays.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputMissingMethod ' Me.ucrInputMissingMethod.AddQuotesIfUnrecognised = True + Me.ucrInputMissingMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputMissingMethod.GetSetSelectedIndex = -1 Me.ucrInputMissingMethod.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMissingMethod, "ucrInputMissingMethod") + Me.ucrInputMissingMethod.Location = New System.Drawing.Point(139, 493) Me.ucrInputMissingMethod.Name = "ucrInputMissingMethod" + Me.ucrInputMissingMethod.Size = New System.Drawing.Size(137, 21) + Me.ucrInputMissingMethod.TabIndex = 29 ' 'ucrNudMaxMissingData ' + Me.ucrNudMaxMissingData.AutoSize = True Me.ucrNudMaxMissingData.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxMissingData.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMaxMissingData, "ucrNudMaxMissingData") + Me.ucrNudMaxMissingData.Location = New System.Drawing.Point(180, 285) Me.ucrNudMaxMissingData.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMaxMissingData.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMaxMissingData.Name = "ucrNudMaxMissingData" + Me.ucrNudMaxMissingData.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMaxMissingData.TabIndex = 19 Me.ucrNudMaxMissingData.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputSolar ' Me.ucrInputSolar.AddQuotesIfUnrecognised = True + Me.ucrInputSolar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSolar.GetSetSelectedIndex = -1 Me.ucrInputSolar.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSolar, "ucrInputSolar") + Me.ucrInputSolar.Location = New System.Drawing.Point(139, 466) Me.ucrInputSolar.Name = "ucrInputSolar" + Me.ucrInputSolar.Size = New System.Drawing.Size(137, 21) + Me.ucrInputSolar.TabIndex = 27 ' 'ucrReceiverRadiation ' + Me.ucrReceiverRadiation.AutoSize = True Me.ucrReceiverRadiation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverRadiation, "ucrReceiverRadiation") + Me.ucrReceiverRadiation.Location = New System.Drawing.Point(324, 304) + Me.ucrReceiverRadiation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverRadiation.Name = "ucrReceiverRadiation" Me.ucrReceiverRadiation.Selector = Nothing + Me.ucrReceiverRadiation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverRadiation.strNcFilePath = "" + Me.ucrReceiverRadiation.TabIndex = 15 Me.ucrReceiverRadiation.ucrSelector = Nothing ' 'ucrInputCrop ' Me.ucrInputCrop.AddQuotesIfUnrecognised = True + Me.ucrInputCrop.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputCrop.GetSetSelectedIndex = -1 Me.ucrInputCrop.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCrop, "ucrInputCrop") + Me.ucrInputCrop.Location = New System.Drawing.Point(139, 520) Me.ucrInputCrop.Name = "ucrInputCrop" + Me.ucrInputCrop.Size = New System.Drawing.Size(137, 21) + Me.ucrInputCrop.TabIndex = 31 ' 'ucrNewColName ' - resources.ApplyResources(Me.ucrNewColName, "ucrNewColName") + Me.ucrNewColName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewColName.Location = New System.Drawing.Point(5, 555) + Me.ucrNewColName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewColName.Name = "ucrNewColName" + Me.ucrNewColName.Size = New System.Drawing.Size(388, 24) + Me.ucrNewColName.TabIndex = 32 ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(324, 79) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 5 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrPnlMethod ' - resources.ApplyResources(Me.ucrPnlMethod, "ucrPnlMethod") + Me.ucrPnlMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMethod.Location = New System.Drawing.Point(102, 10) Me.ucrPnlMethod.Name = "ucrPnlMethod" + Me.ucrPnlMethod.Size = New System.Drawing.Size(244, 37) + Me.ucrPnlMethod.TabIndex = 0 ' 'ucrInputTimeStep ' Me.ucrInputTimeStep.AddQuotesIfUnrecognised = True + Me.ucrInputTimeStep.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputTimeStep.GetSetSelectedIndex = -1 Me.ucrInputTimeStep.IsReadOnly = False - resources.ApplyResources(Me.ucrInputTimeStep, "ucrInputTimeStep") + Me.ucrInputTimeStep.Location = New System.Drawing.Point(180, 335) Me.ucrInputTimeStep.Name = "ucrInputTimeStep" + Me.ucrInputTimeStep.Size = New System.Drawing.Size(106, 21) + Me.ucrInputTimeStep.TabIndex = 23 ' 'ucrReceiverHumidityMin ' + Me.ucrReceiverHumidityMin.AutoSize = True Me.ucrReceiverHumidityMin.frmParent = Me - resources.ApplyResources(Me.ucrReceiverHumidityMin, "ucrReceiverHumidityMin") + Me.ucrReceiverHumidityMin.Location = New System.Drawing.Point(324, 259) + Me.ucrReceiverHumidityMin.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverHumidityMin.Name = "ucrReceiverHumidityMin" Me.ucrReceiverHumidityMin.Selector = Nothing + Me.ucrReceiverHumidityMin.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverHumidityMin.strNcFilePath = "" + Me.ucrReceiverHumidityMin.TabIndex = 13 Me.ucrReceiverHumidityMin.ucrSelector = Nothing ' 'ucrReceiverHumidityMax ' + Me.ucrReceiverHumidityMax.AutoSize = True Me.ucrReceiverHumidityMax.frmParent = Me - resources.ApplyResources(Me.ucrReceiverHumidityMax, "ucrReceiverHumidityMax") + Me.ucrReceiverHumidityMax.Location = New System.Drawing.Point(324, 214) + Me.ucrReceiverHumidityMax.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverHumidityMax.Name = "ucrReceiverHumidityMax" Me.ucrReceiverHumidityMax.Selector = Nothing + Me.ucrReceiverHumidityMax.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverHumidityMax.strNcFilePath = "" + Me.ucrReceiverHumidityMax.TabIndex = 11 Me.ucrReceiverHumidityMax.ucrSelector = Nothing ' 'ucrReceiverTmin ' + Me.ucrReceiverTmin.AutoSize = True Me.ucrReceiverTmin.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTmin, "ucrReceiverTmin") + Me.ucrReceiverTmin.Location = New System.Drawing.Point(324, 124) + Me.ucrReceiverTmin.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTmin.Name = "ucrReceiverTmin" Me.ucrReceiverTmin.Selector = Nothing + Me.ucrReceiverTmin.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTmin.strNcFilePath = "" + Me.ucrReceiverTmin.TabIndex = 7 Me.ucrReceiverTmin.ucrSelector = Nothing ' 'ucrReceiverTmax ' + Me.ucrReceiverTmax.AutoSize = True Me.ucrReceiverTmax.frmParent = Me - resources.ApplyResources(Me.ucrReceiverTmax, "ucrReceiverTmax") + Me.ucrReceiverTmax.Location = New System.Drawing.Point(324, 169) + Me.ucrReceiverTmax.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverTmax.Name = "ucrReceiverTmax" Me.ucrReceiverTmax.Selector = Nothing + Me.ucrReceiverTmax.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverTmax.strNcFilePath = "" + Me.ucrReceiverTmax.TabIndex = 9 Me.ucrReceiverTmax.ucrSelector = Nothing ' 'ucrSelectorEvapotranspiration ' + Me.ucrSelectorEvapotranspiration.AutoSize = True Me.ucrSelectorEvapotranspiration.bDropUnusedFilterLevels = False Me.ucrSelectorEvapotranspiration.bShowHiddenColumns = False Me.ucrSelectorEvapotranspiration.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorEvapotranspiration, "ucrSelectorEvapotranspiration") + Me.ucrSelectorEvapotranspiration.Location = New System.Drawing.Point(5, 65) + Me.ucrSelectorEvapotranspiration.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorEvapotranspiration.Name = "ucrSelectorEvapotranspiration" + Me.ucrSelectorEvapotranspiration.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorEvapotranspiration.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(5, 583) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 33 ' 'dlgEvapotranspiration ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(452, 640) Me.Controls.Add(Me.rdoHargreavesSamani) Me.Controls.Add(Me.rdoPenmanMonteith) Me.Controls.Add(Me.lblMaxPerctMissindData) @@ -374,8 +520,12 @@ Partial Class dlgEvapotranspiration Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgEvapotranspiration" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Evapotranspiration" Me.grpMissingDataOpts.ResumeLayout(False) + Me.grpMissingDataOpts.PerformLayout() Me.grpWindSpeed.ResumeLayout(False) + Me.grpWindSpeed.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgEvapotranspiration.resx b/instat/dlgEvapotranspiration.resx index be6eee6a7cd..29dcb1b3a35 100644 --- a/instat/dlgEvapotranspiration.resx +++ b/instat/dlgEvapotranspiration.resx @@ -117,973 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 321, 154 - - - 44, 13 - - - - 8 - - - Tmax: - - - lblTmax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - NoControl - - - 321, 107 - - - 39, 14 - - - 6 - - - Tmin: - - - lblTmin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 28 - - - NoControl - - - 323, 195 - - - 78, 17 - - - 10 - - - Humidity Max: - - - lblHumidityMax - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - NoControl - - - 324, 240 - - - 77, 17 - - - 12 - - - Humidity Min: - - - lblHumidityMin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - NoControl - - - 5, 336 - - - 58, 20 - - - 22 - - - Time Step - - - lblTimeStep - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - NoControl - - - 5, 523 - - - 31, 20 - - - 30 - - - Crop - - - lblCrop - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - NoControl - - - 323, 64 - - - 40, 14 - - - 4 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - 6, 56 - - - 188, 20 - - - 5 - - - ucrChkInterpMissingEntries - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMissingDataOpts - - - 0 - - - 6, 31 - - - 168, 20 - - - 6 - - - ucrChkInterpMissingDays - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMissingDataOpts - - - 1 - - - 5, 362 - - - 198, 98 - - - 24 - - - Missing Data Options - - - grpMissingDataOpts - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - NoControl - - - 5, 496 - - - 107, 20 - - - 28 - - - Missing Method - - - lblMissingMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - NoControl - - - 5, 262 - - - 100, 20 - - - 16 - - - Max Missing Days - - - lblMaxMissingDays - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 5, 285 - - - 71, 17 - - - 18 - - - Max Duration Missing Data - - - lblMaxDurationMissingData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 5, 309 - - - 100, 19 - - - 20 - - - Max Missing Data - - - lblMaxPerctMissindData - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 5, 469 - - - 38, 18 - - - 26 - - - Solar - - - lblSolar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 323, 285 - - - 117, 17 - - - 14 - - - Radiation: - - - lblRadiation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - 5, 31 - - - 103, 20 - - - 0 - - - ucrChkWind - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpWindSpeed - - - 0 - - - True - - - 6, 13 - - - True - - - 452, 640 - - - Button - - - Flat - - - NoControl - - - 210, 12 - - - 131, 27 - - - 2 - - - Hargreaves- Samani - - - MiddleCenter - - - rdoHargreavesSamani - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - Button - - - Flat - - - NoControl - - - 103, 12 - - - 109, 27 - - - 1 - - - Penman-Monteith - - - MiddleCenter - - - rdoPenmanMonteith - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 180, 309 - - - 50, 20 - - - 21 - - - ucrNudMaxDurationMissingData - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 180, 262 - - - 50, 20 - - - 17 - - - ucrNudMaxMissingDays - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 139, 493 - - - 137, 21 - - - 29 - - - ucrInputMissingMethod - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 180, 285 - - - 50, 20 - - - 19 - - - ucrNudMaxMissingData - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 139, 466 - - - 137, 21 - - - 27 - - - ucrInputSolar - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 324, 304 - - - 0, 0, 0, 0 - - - 120, 20 - - - 15 - - - ucrReceiverRadiation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 139, 520 - - - 137, 21 - - - 31 - - - ucrInputCrop - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 5, 555 - - - 4, 5, 4, 5 - - - 388, 24 - - - 32 - - - ucrNewColName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 324, 79 - - - 0, 0, 0, 0 - - - 120, 20 - - - 5 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 102, 10 - - - 244, 37 - - - 0 - - - ucrPnlMethod - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 20 - - - 180, 335 - - - 106, 21 - - - 23 - - - ucrInputTimeStep - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 324, 259 - - - 0, 0, 0, 0 - - - 120, 20 - - - 13 - - - ucrReceiverHumidityMin - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 324, 214 - - - 0, 0, 0, 0 - - - 120, 20 - - - 11 - - - ucrReceiverHumidityMax - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - 324, 124 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverTmin - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 29 - - - 324, 169 - - - 0, 0, 0, 0 - - - 120, 20 - - - 9 - - - ucrReceiverTmax - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 31 - - - 5, 65 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorEvapotranspiration - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 32 - - - True - - - 5, 583 - - - 406, 52 - - - 33 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 33 - - - CenterScreen - - - Evapotranspiration - - - dlgEvapotranspiration - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 109, 30 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverWindSpeed - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpWindSpeed - - - 1 - - - 210, 363 - - - 235, 97 - - - 25 - - - Wind Speed - - - grpWindSpeed - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - \ No newline at end of file diff --git a/instat/dlgExamine.Designer.vb b/instat/dlgExamine.Designer.vb index 45c83fcbcb5..5d5d27f697b 100644 --- a/instat/dlgExamine.Designer.vb +++ b/instat/dlgExamine.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgExamine 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 91) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgExamine ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(433, 180) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgExpand.Designer.vb b/instat/dlgExpand.Designer.vb index 0ff9d88bd34..56acfd48c6d 100644 --- a/instat/dlgExpand.Designer.vb +++ b/instat/dlgExpand.Designer.vb @@ -52,22 +52,25 @@ Partial Class dlgExpand 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(13, 227) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 57) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(12, 12) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(203, 127) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 133) Me.ucrAddRemove.TabIndex = 1 ' 'ucrReceiverExpand ' + Me.ucrReceiverExpand.AutoSize = True Me.ucrReceiverExpand.frmParent = Me Me.ucrReceiverExpand.Location = New System.Drawing.Point(243, 28) Me.ucrReceiverExpand.Margin = New System.Windows.Forms.Padding(0) @@ -140,8 +143,8 @@ Partial Class dlgExpand ' 'dlgExpand ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(431, 289) Me.Controls.Add(Me.rdoMatchingValues) diff --git a/instat/dlgExportDataset.Designer.vb b/instat/dlgExportDataset.Designer.vb index b741ebc7c64..1a38cddc048 100644 --- a/instat/dlgExportDataset.Designer.vb +++ b/instat/dlgExportDataset.Designer.vb @@ -53,78 +53,124 @@ Partial Class dlgExportDataset ' 'lblConfirm ' - resources.ApplyResources(Me.lblConfirm, "lblConfirm") + Me.lblConfirm.AutoSize = True Me.lblConfirm.ForeColor = System.Drawing.Color.Green + Me.lblConfirm.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblConfirm.Location = New System.Drawing.Point(85, 240) + Me.lblConfirm.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblConfirm.Name = "lblConfirm" + Me.lblConfirm.Size = New System.Drawing.Size(148, 13) + Me.lblConfirm.TabIndex = 4 + Me.lblConfirm.Text = "Click Ok to Confirm the Export" ' 'lblDataFrames ' - resources.ApplyResources(Me.lblDataFrames, "lblDataFrames") + Me.lblDataFrames.AutoSize = True + Me.lblDataFrames.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDataFrames.Location = New System.Drawing.Point(8, 10) + Me.lblDataFrames.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblDataFrames.Name = "lblDataFrames" + Me.lblDataFrames.Size = New System.Drawing.Size(70, 13) + Me.lblDataFrames.TabIndex = 7 + Me.lblDataFrames.Text = "Data Frames:" ' 'lblSelectedDataFrames ' - resources.ApplyResources(Me.lblSelectedDataFrames, "lblSelectedDataFrames") + Me.lblSelectedDataFrames.AutoSize = True + Me.lblSelectedDataFrames.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSelectedDataFrames.Location = New System.Drawing.Point(240, 10) Me.lblSelectedDataFrames.Name = "lblSelectedDataFrames" + Me.lblSelectedDataFrames.Size = New System.Drawing.Size(115, 13) + Me.lblSelectedDataFrames.TabIndex = 8 + Me.lblSelectedDataFrames.Text = "Selected Data Frames:" ' 'lblFileExtension ' - resources.ApplyResources(Me.lblFileExtension, "lblFileExtension") + Me.lblFileExtension.AutoSize = True + Me.lblFileExtension.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFileExtension.Location = New System.Drawing.Point(242, 161) + Me.lblFileExtension.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblFileExtension.Name = "lblFileExtension" + Me.lblFileExtension.Size = New System.Drawing.Size(86, 13) + Me.lblFileExtension.TabIndex = 12 + Me.lblFileExtension.Text = "Select File Type:" ' 'cboFileType ' Me.cboFileType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboFileType.FormattingEnabled = True - Me.cboFileType.Items.AddRange(New Object() {resources.GetString("cboFileType.Items"), resources.GetString("cboFileType.Items1"), resources.GetString("cboFileType.Items2"), resources.GetString("cboFileType.Items3"), resources.GetString("cboFileType.Items4"), resources.GetString("cboFileType.Items5"), resources.GetString("cboFileType.Items6"), resources.GetString("cboFileType.Items7"), resources.GetString("cboFileType.Items8"), resources.GetString("cboFileType.Items9"), resources.GetString("cboFileType.Items10"), resources.GetString("cboFileType.Items11"), resources.GetString("cboFileType.Items12"), resources.GetString("cboFileType.Items13"), resources.GetString("cboFileType.Items14"), resources.GetString("cboFileType.Items15"), resources.GetString("cboFileType.Items16")}) - resources.ApplyResources(Me.cboFileType, "cboFileType") + Me.cboFileType.Items.AddRange(New Object() {".csv", ".xlsx", ".tsv", ".psv", ".feather", ".fwf", ".rds", ".RData", ".json", ".yml", ".dta", ".sav", ".dbf", ".arff", ".R", ".xml", ".html"}) + Me.cboFileType.Location = New System.Drawing.Point(245, 175) Me.cboFileType.Name = "cboFileType" + Me.cboFileType.Size = New System.Drawing.Size(170, 21) + Me.cboFileType.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 270) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 53) + Me.ucrBase.TabIndex = 6 ' 'ucrFilePath ' + Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = "Browse" + Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") Me.ucrFilePath.FilePathDialogFilter = resources.GetString("ucrFilePath.FilePathDialogFilter") Me.ucrFilePath.FilePathDialogTitle = "Export Data File" - Me.ucrFilePath.FilePathLabel = "Export File(s):" + Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") Me.ucrFilePath.FolderBrowse = False - resources.ApplyResources(Me.ucrFilePath, "ucrFilePath") + Me.ucrFilePath.Location = New System.Drawing.Point(8, 211) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 + Me.ucrFilePath.Size = New System.Drawing.Size(1001, 34) + Me.ucrFilePath.TabIndex = 5 ' 'ucrSelectorDataFrames ' + Me.ucrSelectorDataFrames.AutoSize = True Me.ucrSelectorDataFrames.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorDataFrames, "ucrSelectorDataFrames") + Me.ucrSelectorDataFrames.Location = New System.Drawing.Point(10, 28) + Me.ucrSelectorDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFrames.Name = "ucrSelectorDataFrames" + Me.ucrSelectorDataFrames.Size = New System.Drawing.Size(216, 147) + Me.ucrSelectorDataFrames.TabIndex = 1 ' 'ucrReceiverMultipleDataFrames ' + Me.ucrReceiverMultipleDataFrames.AutoSize = True Me.ucrReceiverMultipleDataFrames.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleDataFrames, "ucrReceiverMultipleDataFrames") + Me.ucrReceiverMultipleDataFrames.Location = New System.Drawing.Point(243, 28) + Me.ucrReceiverMultipleDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleDataFrames.Name = "ucrReceiverMultipleDataFrames" Me.ucrReceiverMultipleDataFrames.Selector = Nothing + Me.ucrReceiverMultipleDataFrames.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleDataFrames.strNcFilePath = "" + Me.ucrReceiverMultipleDataFrames.TabIndex = 2 Me.ucrReceiverMultipleDataFrames.ucrSelector = Nothing ' 'chkSaveAsSingleFile ' - resources.ApplyResources(Me.chkSaveAsSingleFile, "chkSaveAsSingleFile") + Me.chkSaveAsSingleFile.AutoSize = True Me.chkSaveAsSingleFile.Checked = True Me.chkSaveAsSingleFile.CheckState = System.Windows.Forms.CheckState.Checked + Me.chkSaveAsSingleFile.Location = New System.Drawing.Point(243, 133) Me.chkSaveAsSingleFile.Name = "chkSaveAsSingleFile" + Me.chkSaveAsSingleFile.Size = New System.Drawing.Size(111, 17) + Me.chkSaveAsSingleFile.TabIndex = 13 + Me.chkSaveAsSingleFile.Text = "Save as single file" Me.chkSaveAsSingleFile.UseVisualStyleBackColor = True ' 'dlgExportDataset ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(441, 331) Me.Controls.Add(Me.chkSaveAsSingleFile) Me.Controls.Add(Me.cboFileType) Me.Controls.Add(Me.lblFileExtension) @@ -140,6 +186,8 @@ Partial Class dlgExportDataset Me.MinimizeBox = False Me.Name = "dlgExportDataset" Me.ShowIcon = False + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export Datasets" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportDataset.resx b/instat/dlgExportDataset.resx index 89ecb4b5a9e..81f3748134a 100644 --- a/instat/dlgExportDataset.resx +++ b/instat/dlgExportDataset.resx @@ -117,355 +117,15 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 85, 240 - - - 2, 0, 2, 0 - - - 148, 13 - - - 4 - - - Click Ok to Confirm the Export - - - lblConfirm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 8, 10 - - - 2, 0, 2, 0 - - - 70, 13 - - - 7 - - - Data Frames: - - - lblDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - NoControl - - - 240, 10 - - - 115, 13 - - - 8 - - - Selected Data Frames: - - - lblSelectedDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 242, 161 - - - 2, 0, 2, 0 - - - 86, 13 - - - 12 - - - Select File Type: - - - lblFileExtension - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - .csv - - - .xlsx - - - .tsv - - - .psv - - - .feather - - - .fwf - - - .rds - - - .RData - - - .json - - - .yml - - - .dta - - - .sav - - - .dbf - - - .arff - - - .R - - - .xml - - - .html - - - 245, 175 - - - 170, 21 - - - 4 - - - cboFileType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 270 - - - 4, 5, 4, 5 - - - 405, 53 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 + + Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. Comma separated file (*.csv)|*.csv|Excel files (*.xlsx)|*.xlsx|TAB-separated data (*.tsv)|*.tsv|Pipe-separated data (*.psv)|*.psv|Feather r / Python interchange format (*.feather)|*.feather|Fixed-Width format data (*.fwf)|*.fwf|Serialized r objects (*.rds)|*.rds|Saved r objects (*.RData)|*.RData|JSON(*.json)|*.json|YAML(*.yml)|*.yml|Stata(*.dta)|*.dta|SPSS(*.sav)|*.sav|XBASE database files (*.dbf)|*.dbf| Weka Attribute - Relation File Format (*.arff)|*.arff|r syntax object (*.R)|*.R|Xml(*.xml)|*.xml|HTML(*.html)|*.html - - 8, 211 - - - 425, 26 - - - 5 - - - ucrFilePath - - - instat.ucrFilePath, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 28 - - - 0, 0, 0, 0 - - - 216, 147 - - - 1 - - - ucrSelectorDataFrames - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - True - - - 6, 13 - - - True - - - 441, 331 - - - True - - - 243, 133 - - - 111, 17 - - - 13 - - - Save as single file - - - chkSaveAsSingleFile - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - CenterScreen - - - Export Datasets - - - dlgExportDataset - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 243, 28 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverMultipleDataFrames - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 + + Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Export File(s):' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. \ No newline at end of file diff --git a/instat/dlgExportGraphAsImage.Designer.vb b/instat/dlgExportGraphAsImage.Designer.vb index 16046ebbab2..2a15e402ee5 100644 --- a/instat/dlgExportGraphAsImage.Designer.vb +++ b/instat/dlgExportGraphAsImage.Designer.vb @@ -48,47 +48,70 @@ Partial Class dlgExportGraphAsImage ' 'lblSelectedGraph ' - resources.ApplyResources(Me.lblSelectedGraph, "lblSelectedGraph") + Me.lblSelectedGraph.AutoSize = True + Me.lblSelectedGraph.Location = New System.Drawing.Point(264, 45) Me.lblSelectedGraph.Name = "lblSelectedGraph" + Me.lblSelectedGraph.Size = New System.Drawing.Size(84, 13) + Me.lblSelectedGraph.TabIndex = 1 + Me.lblSelectedGraph.Text = "Selected Graph:" ' 'ucrSelectedGraphReceiver ' + Me.ucrSelectedGraphReceiver.AutoSize = True Me.ucrSelectedGraphReceiver.frmParent = Me - resources.ApplyResources(Me.ucrSelectedGraphReceiver, "ucrSelectedGraphReceiver") + Me.ucrSelectedGraphReceiver.Location = New System.Drawing.Point(265, 60) + Me.ucrSelectedGraphReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectedGraphReceiver.Name = "ucrSelectedGraphReceiver" Me.ucrSelectedGraphReceiver.Selector = Nothing + Me.ucrSelectedGraphReceiver.Size = New System.Drawing.Size(120, 20) Me.ucrSelectedGraphReceiver.strNcFilePath = "" + Me.ucrSelectedGraphReceiver.TabIndex = 2 Me.ucrSelectedGraphReceiver.ucrSelector = Nothing ' 'ucrSelectorGraphAsImage ' + Me.ucrSelectorGraphAsImage.AutoSize = True Me.ucrSelectorGraphAsImage.bDropUnusedFilterLevels = False Me.ucrSelectorGraphAsImage.bShowHiddenColumns = False Me.ucrSelectorGraphAsImage.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorGraphAsImage, "ucrSelectorGraphAsImage") + Me.ucrSelectorGraphAsImage.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorGraphAsImage.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorGraphAsImage.Name = "ucrSelectorGraphAsImage" + Me.ucrSelectorGraphAsImage.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorGraphAsImage.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 224) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(404, 52) + Me.ucrBase.TabIndex = 6 ' 'ucrFilePath ' + Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = "Browse" + Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") Me.ucrFilePath.FilePathDialogFilter = "JPEG (*.jpeg)|*.jpeg|PNG(*.png)|*.png|BitMaP(*.bmp)|*.bmp|EPS(*.eps)|*.eps|PostSc" & "ript(*.ps)|*.ps|SVG(*.svg)|*.svg|WMF(*.wmf)|*.wmf|PDF(*.pdf)|*.pdf" Me.ucrFilePath.FilePathDialogTitle = "Save Graph As Image" - Me.ucrFilePath.FilePathLabel = "Export File:" - resources.ApplyResources(Me.ucrFilePath, "ucrFilePath") + Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FolderBrowse = False + Me.ucrFilePath.Location = New System.Drawing.Point(14, 195) Me.ucrFilePath.Name = "ucrFilePath" + Me.ucrFilePath.SelectedFileFilterIndex = 1 + Me.ucrFilePath.Size = New System.Drawing.Size(990, 34) + Me.ucrFilePath.TabIndex = 7 ' 'dlgExportGraphAsImage ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 280) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblSelectedGraph) Me.Controls.Add(Me.ucrSelectedGraphReceiver) @@ -98,6 +121,8 @@ Partial Class dlgExportGraphAsImage Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportGraphAsImage" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export Graph As Image" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportGraphAsImage.resx b/instat/dlgExportGraphAsImage.resx index 97ca7543720..0edae6639f1 100644 --- a/instat/dlgExportGraphAsImage.resx +++ b/instat/dlgExportGraphAsImage.resx @@ -117,151 +117,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True + + Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - 264, 45 - - - 84, 13 - - - 1 - - - Selected Graph: - - - lblSelectedGraph - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 418, 280 - - - 14, 195 - - - 400, 26 - - - 7 - - - ucrFilePath - - - instat.ucrFilePath, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorGraphAsImage - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 224 - - - 4, 5, 4, 5 - - - 404, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Export Graph As Image - - - dlgExportGraphAsImage - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 265, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrSelectedGraphReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 + + Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. \ No newline at end of file diff --git a/instat/dlgExportRObjects.Designer.vb b/instat/dlgExportRObjects.Designer.vb index 40f7e69617d..7d7c9370d19 100644 --- a/instat/dlgExportRObjects.Designer.vb +++ b/instat/dlgExportRObjects.Designer.vb @@ -48,11 +48,17 @@ Partial Class dlgExportRObjects ' 'lblObjects ' - resources.ApplyResources(Me.lblObjects, "lblObjects") + Me.lblObjects.AutoSize = True + Me.lblObjects.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblObjects.Location = New System.Drawing.Point(263, 45) Me.lblObjects.Name = "lblObjects" + Me.lblObjects.Size = New System.Drawing.Size(91, 13) + Me.lblObjects.TabIndex = 1 + Me.lblObjects.Text = "Selected Objects:" ' 'ucrFilePath ' + Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") @@ -60,36 +66,53 @@ Partial Class dlgExportRObjects Me.ucrFilePath.FilePathDialogTitle = "Export R Objects" Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") Me.ucrFilePath.FolderBrowse = False - resources.ApplyResources(Me.ucrFilePath, "ucrFilePath") + Me.ucrFilePath.Location = New System.Drawing.Point(14, 199) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 + Me.ucrFilePath.Size = New System.Drawing.Size(2384, 58) + Me.ucrFilePath.TabIndex = 7 ' 'ucrReceiverMultipleObjects ' + Me.ucrReceiverMultipleObjects.AutoSize = True Me.ucrReceiverMultipleObjects.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleObjects, "ucrReceiverMultipleObjects") + Me.ucrReceiverMultipleObjects.Location = New System.Drawing.Point(267, 60) + Me.ucrReceiverMultipleObjects.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleObjects.Name = "ucrReceiverMultipleObjects" Me.ucrReceiverMultipleObjects.Selector = Nothing + Me.ucrReceiverMultipleObjects.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleObjects.strNcFilePath = "" + Me.ucrReceiverMultipleObjects.TabIndex = 2 Me.ucrReceiverMultipleObjects.ucrSelector = Nothing ' 'ucrSelectorObjects ' + Me.ucrSelectorObjects.AutoSize = True Me.ucrSelectorObjects.bDropUnusedFilterLevels = False Me.ucrSelectorObjects.bShowHiddenColumns = False Me.ucrSelectorObjects.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorObjects, "ucrSelectorObjects") + Me.ucrSelectorObjects.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorObjects.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorObjects.Name = "ucrSelectorObjects" + Me.ucrSelectorObjects.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorObjects.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 232) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 6 ' 'dlgExportRObjects ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(423, 288) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblObjects) Me.Controls.Add(Me.ucrReceiverMultipleObjects) @@ -99,6 +122,8 @@ Partial Class dlgExportRObjects Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportRObjects" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export R Objects" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportRObjects.resx b/instat/dlgExportRObjects.resx index 3db18cce1f2..95810065ed8 100644 --- a/instat/dlgExportRObjects.resx +++ b/instat/dlgExportRObjects.resx @@ -117,167 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 263, 45 - - - 91, 13 - - - 1 - - - Selected Objects: - - - lblObjects - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - 14, 199 - - - 394, 26 - - - 7 - - - ucrFilePath - - - instat.ucrFilePath, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 423, 288 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorObjects - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 10, 232 - - - 4, 5, 4, 5 - - - 412, 52 - - - 6 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - CenterScreen - - - Export R Objects - - - dlgExportRObjects - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 267, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverMultipleObjects - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. \ No newline at end of file diff --git a/instat/dlgExportRWorkspace.Designer.vb b/instat/dlgExportRWorkspace.Designer.vb index d17a93317be..ce2834a8321 100644 --- a/instat/dlgExportRWorkspace.Designer.vb +++ b/instat/dlgExportRWorkspace.Designer.vb @@ -52,54 +52,87 @@ Partial Class dlgExportRWorkspace ' 'lblDataFrames ' - resources.ApplyResources(Me.lblDataFrames, "lblDataFrames") + Me.lblDataFrames.AutoSize = True + Me.lblDataFrames.Location = New System.Drawing.Point(7, 13) Me.lblDataFrames.Name = "lblDataFrames" + Me.lblDataFrames.Size = New System.Drawing.Size(76, 13) + Me.lblDataFrames.TabIndex = 0 + Me.lblDataFrames.Text = "Data Frame(s):" ' 'lblSelectedDataFrames ' - resources.ApplyResources(Me.lblSelectedDataFrames, "lblSelectedDataFrames") + Me.lblSelectedDataFrames.AutoSize = True + Me.lblSelectedDataFrames.Location = New System.Drawing.Point(247, 44) Me.lblSelectedDataFrames.Name = "lblSelectedDataFrames" + Me.lblSelectedDataFrames.Size = New System.Drawing.Size(115, 13) + Me.lblSelectedDataFrames.TabIndex = 2 + Me.lblSelectedDataFrames.Text = "Selected Data Frames:" ' 'ucrSelectorForDataFrames ' + Me.ucrSelectorForDataFrames.AutoSize = True Me.ucrSelectorForDataFrames.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorForDataFrames, "ucrSelectorForDataFrames") + Me.ucrSelectorForDataFrames.Location = New System.Drawing.Point(10, 30) + Me.ucrSelectorForDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDataFrames.Name = "ucrSelectorForDataFrames" + Me.ucrSelectorForDataFrames.Size = New System.Drawing.Size(213, 147) + Me.ucrSelectorForDataFrames.TabIndex = 1 ' 'ucrChkGraphs ' + Me.ucrChkGraphs.AutoSize = True Me.ucrChkGraphs.Checked = False - resources.ApplyResources(Me.ucrChkGraphs, "ucrChkGraphs") + Me.ucrChkGraphs.Location = New System.Drawing.Point(10, 193) + Me.ucrChkGraphs.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkGraphs.Name = "ucrChkGraphs" + Me.ucrChkGraphs.Size = New System.Drawing.Size(193, 23) + Me.ucrChkGraphs.TabIndex = 5 ' 'ucrChkModels ' + Me.ucrChkModels.AutoSize = True Me.ucrChkModels.Checked = False - resources.ApplyResources(Me.ucrChkModels, "ucrChkModels") + Me.ucrChkModels.Location = New System.Drawing.Point(10, 219) + Me.ucrChkModels.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkModels.Name = "ucrChkModels" + Me.ucrChkModels.Size = New System.Drawing.Size(128, 23) + Me.ucrChkModels.TabIndex = 6 ' 'ucrChkMetadata ' + Me.ucrChkMetadata.AutoSize = True Me.ucrChkMetadata.Checked = False - resources.ApplyResources(Me.ucrChkMetadata, "ucrChkMetadata") + Me.ucrChkMetadata.Location = New System.Drawing.Point(10, 167) + Me.ucrChkMetadata.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrChkMetadata.Name = "ucrChkMetadata" + Me.ucrChkMetadata.Size = New System.Drawing.Size(145, 23) + Me.ucrChkMetadata.TabIndex = 4 ' 'ucrReceiverMultiple ' + Me.ucrReceiverMultiple.AutoSize = True Me.ucrReceiverMultiple.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultiple, "ucrReceiverMultiple") + Me.ucrReceiverMultiple.Location = New System.Drawing.Point(250, 60) + Me.ucrReceiverMultiple.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultiple.Name = "ucrReceiverMultiple" Me.ucrReceiverMultiple.Selector = Nothing + Me.ucrReceiverMultiple.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultiple.strNcFilePath = "" + Me.ucrReceiverMultiple.TabIndex = 3 Me.ucrReceiverMultiple.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 278) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(404, 52) + Me.ucrBase.TabIndex = 10 ' 'ucrFilePath ' + Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") @@ -107,14 +140,18 @@ Partial Class dlgExportRWorkspace Me.ucrFilePath.FilePathDialogTitle = "Export R Workspace" Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") Me.ucrFilePath.FolderBrowse = False - resources.ApplyResources(Me.ucrFilePath, "ucrFilePath") + Me.ucrFilePath.Location = New System.Drawing.Point(14, 245) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 + Me.ucrFilePath.Size = New System.Drawing.Size(2384, 58) + Me.ucrFilePath.TabIndex = 11 ' 'dlgExportRWorkspace ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(417, 335) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblSelectedDataFrames) Me.Controls.Add(Me.lblDataFrames) @@ -128,6 +165,8 @@ Partial Class dlgExportRWorkspace Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportRWorkspace" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export R Workspace" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportRWorkspace.resx b/instat/dlgExportRWorkspace.resx index 248cd0cfb12..8105caf210c 100644 --- a/instat/dlgExportRWorkspace.resx +++ b/instat/dlgExportRWorkspace.resx @@ -117,260 +117,16 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 7, 13 - - - 76, 13 - - - 0 - - - Data Frame(s): - - - lblDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 247, 44 - - - 115, 13 - - - 2 - - - Selected Data Frames: - - - lblSelectedDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 30 - - - - 0, 0, 0, 0 - - - 213, 147 - - - 1 - - - ucrSelectorForDataFrames - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 193 - - - 4, 5, 4, 5 - - - 193, 20 - - - 5 - - - ucrChkGraphs - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 219 - - - 4, 5, 4, 5 - - - 128, 20 - - - 6 - - - ucrChkModels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 167 - - - 4, 5, 4, 5 - - - 145, 20 - - - 4 - - - ucrChkMetadata - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 417, 335 - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db. +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db. - - - 14, 245 - - - 400, 26 - - - 11 - - - ucrFilePath - - - instat.ucrFilePath, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 278 - - - 4, 5, 4, 5 - - - 404, 52 - - - 10 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - CenterScreen - - - Export R Workspace - - - dlgExportRWorkspace - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 250, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 3 - - - ucrReceiverMultiple - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 +A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) +A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. \ No newline at end of file diff --git a/instat/dlgExportToCMSAF.Designer.vb b/instat/dlgExportToCMSAF.Designer.vb index 45457c923f1..c0bef08e5dc 100644 --- a/instat/dlgExportToCMSAF.Designer.vb +++ b/instat/dlgExportToCMSAF.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgExportToCMSAF 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportToCMSAF)) Me.ucrReceiverStation = New instat.ucrReceiverSingle() Me.ucrReceiverLongitude = New instat.ucrReceiverSingle() Me.ucrReceiverLatitude = New instat.ucrReceiverSingle() @@ -42,110 +41,174 @@ Partial Class dlgExportToCMSAF ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(287, 50) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 2 Me.ucrReceiverStation.ucrSelector = Nothing ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLongitude, "ucrReceiverLongitude") + Me.ucrReceiverLongitude.Location = New System.Drawing.Point(287, 156) + Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" Me.ucrReceiverLongitude.Selector = Nothing + Me.ucrReceiverLongitude.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLongitude.strNcFilePath = "" + Me.ucrReceiverLongitude.TabIndex = 6 Me.ucrReceiverLongitude.ucrSelector = Nothing ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(287, 209) + Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.TabIndex = 8 Me.ucrReceiverLatitude.ucrSelector = Nothing ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(287, 262) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 10 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me - resources.ApplyResources(Me.ucrReceiverDate, "ucrReceiverDate") + Me.ucrReceiverDate.Location = New System.Drawing.Point(287, 103) + Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverDate.Name = "ucrReceiverDate" Me.ucrReceiverDate.Selector = Nothing + Me.ucrReceiverDate.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverDate.strNcFilePath = "" + Me.ucrReceiverDate.TabIndex = 4 Me.ucrReceiverDate.ucrSelector = Nothing ' 'ucrSelectorImportToCMSAF ' + Me.ucrSelectorImportToCMSAF.AutoSize = True Me.ucrSelectorImportToCMSAF.bDropUnusedFilterLevels = False Me.ucrSelectorImportToCMSAF.bShowHiddenColumns = False Me.ucrSelectorImportToCMSAF.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorImportToCMSAF, "ucrSelectorImportToCMSAF") + Me.ucrSelectorImportToCMSAF.Location = New System.Drawing.Point(10, 31) + Me.ucrSelectorImportToCMSAF.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorImportToCMSAF.Name = "ucrSelectorImportToCMSAF" + Me.ucrSelectorImportToCMSAF.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorImportToCMSAF.TabIndex = 0 ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.Location = New System.Drawing.Point(284, 34) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 1 + Me.lblStation.Text = "Station:" ' 'lblDate ' - resources.ApplyResources(Me.lblDate, "lblDate") + Me.lblDate.AutoSize = True + Me.lblDate.Location = New System.Drawing.Point(284, 87) Me.lblDate.Name = "lblDate" + Me.lblDate.Size = New System.Drawing.Size(33, 13) + Me.lblDate.TabIndex = 3 + Me.lblDate.Text = "Date:" ' 'lblLongitude ' - resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.AutoSize = True + Me.lblLongitude.Location = New System.Drawing.Point(284, 140) Me.lblLongitude.Name = "lblLongitude" + Me.lblLongitude.Size = New System.Drawing.Size(57, 13) + Me.lblLongitude.TabIndex = 5 + Me.lblLongitude.Text = "Longitude:" ' 'lblLatitude ' - resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.AutoSize = True + Me.lblLatitude.Location = New System.Drawing.Point(284, 193) Me.lblLatitude.Name = "lblLatitude" + Me.lblLatitude.Size = New System.Drawing.Size(48, 13) + Me.lblLatitude.TabIndex = 7 + Me.lblLatitude.Text = "Latitude:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.Location = New System.Drawing.Point(283, 246) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 9 + Me.lblElement.Text = "Element:" ' 'lblExport ' - resources.ApplyResources(Me.lblExport, "lblExport") + Me.lblExport.AutoSize = True + Me.lblExport.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblExport.Location = New System.Drawing.Point(10, 304) Me.lblExport.Name = "lblExport" + Me.lblExport.Size = New System.Drawing.Size(59, 13) + Me.lblExport.TabIndex = 11 + Me.lblExport.Text = "Export File:" ' 'cmdBrowse ' - resources.ApplyResources(Me.cmdBrowse, "cmdBrowse") + Me.cmdBrowse.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdBrowse.Location = New System.Drawing.Point(326, 300) Me.cmdBrowse.Name = "cmdBrowse" + Me.cmdBrowse.Size = New System.Drawing.Size(80, 23) + Me.cmdBrowse.TabIndex = 13 + Me.cmdBrowse.Text = "Browse" Me.cmdBrowse.UseVisualStyleBackColor = True ' 'ucrInputExportFile ' Me.ucrInputExportFile.AddQuotesIfUnrecognised = True + Me.ucrInputExportFile.AutoSize = True Me.ucrInputExportFile.IsMultiline = False Me.ucrInputExportFile.IsReadOnly = False - resources.ApplyResources(Me.ucrInputExportFile, "ucrInputExportFile") + Me.ucrInputExportFile.Location = New System.Drawing.Point(142, 301) + Me.ucrInputExportFile.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputExportFile.Name = "ucrInputExportFile" + Me.ucrInputExportFile.Size = New System.Drawing.Size(182, 21) + Me.ucrInputExportFile.TabIndex = 12 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 339) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'dlgExportToCMSAF ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(418, 393) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.lblExport) Me.Controls.Add(Me.cmdBrowse) @@ -165,6 +228,8 @@ Partial Class dlgExportToCMSAF Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportToCMSAF" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export to CMSAF R ToolBox" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportToCMSAF.resx b/instat/dlgExportToCMSAF.resx index 9260b2457d8..29dcb1b3a35 100644 --- a/instat/dlgExportToCMSAF.resx +++ b/instat/dlgExportToCMSAF.resx @@ -117,418 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - - 6, 13 - - - - True - - - 418, 393 - - - True - - - 10, 339 - - - - 4, 5, 4, 5 - - - 406, 53 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 10, 304 - - - 59, 13 - - - 11 - - - Export File: - - - lblExport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 326, 300 - - - 80, 23 - - - 13 - - - Browse - - - cmdBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 142, 301 - - - 6, 8, 6, 8 - - - 182, 21 - - - 12 - - - ucrInputExportFile - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 283, 246 - - - 48, 13 - - - 9 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 284, 193 - - - 48, 13 - - - 7 - - - Latitude: - - - lblLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 284, 140 - - - 57, 13 - - - 5 - - - Longitude: - - - lblLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 284, 87 - - - 33, 13 - - - 3 - - - Date: - - - lblDate - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 284, 34 - - - 43, 13 - - - 1 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 10, 31 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorImportToCMSAF - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 287, 103 - - - 0, 0, 0, 0 - - - 120, 20 - - - 4 - - - ucrReceiverDate - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 287, 262 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - 287, 209 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverLatitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 287, 156 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverLongitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - CenterScreen - - - Export to CMSAF R ToolBox - - - dlgExportToCMSAF - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 287, 50 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - \ No newline at end of file diff --git a/instat/dlgExportToCPT.Designer.vb b/instat/dlgExportToCPT.Designer.vb index 9df4162fe75..86c5e9aecb5 100644 --- a/instat/dlgExportToCPT.Designer.vb +++ b/instat/dlgExportToCPT.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExportToCPT 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportToCPT)) Me.lblSaveDataTo = New System.Windows.Forms.Label() Me.cmdChooseFile = New System.Windows.Forms.Button() Me.lblLatitude = New System.Windows.Forms.Label() @@ -71,204 +70,326 @@ Partial Class dlgExportToCPT ' 'lblSaveDataTo ' - resources.ApplyResources(Me.lblSaveDataTo, "lblSaveDataTo") + Me.lblSaveDataTo.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSaveDataTo.Location = New System.Drawing.Point(2, 408) Me.lblSaveDataTo.Name = "lblSaveDataTo" + Me.lblSaveDataTo.Size = New System.Drawing.Size(100, 23) + Me.lblSaveDataTo.TabIndex = 13 ' 'cmdChooseFile ' - resources.ApplyResources(Me.cmdChooseFile, "cmdChooseFile") + Me.cmdChooseFile.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdChooseFile.Location = New System.Drawing.Point(353, 502) Me.cmdChooseFile.Name = "cmdChooseFile" + Me.cmdChooseFile.Size = New System.Drawing.Size(75, 23) + Me.cmdChooseFile.TabIndex = 11 + Me.cmdChooseFile.Text = "Browse" Me.cmdChooseFile.UseVisualStyleBackColor = True ' 'lblLatitude ' - resources.ApplyResources(Me.lblLatitude, "lblLatitude") + Me.lblLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLatitude.Location = New System.Drawing.Point(294, 273) Me.lblLatitude.Name = "lblLatitude" + Me.lblLatitude.Size = New System.Drawing.Size(100, 14) + Me.lblLatitude.TabIndex = 9 + Me.lblLatitude.Text = "Latitude:" ' 'lblLongitude ' - resources.ApplyResources(Me.lblLongitude, "lblLongitude") + Me.lblLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLongitude.Location = New System.Drawing.Point(295, 336) Me.lblLongitude.Name = "lblLongitude" + Me.lblLongitude.Size = New System.Drawing.Size(100, 14) + Me.lblLongitude.TabIndex = 10 + Me.lblLongitude.Text = "Longitude:" ' 'lblStationTwoDF ' - resources.ApplyResources(Me.lblStationTwoDF, "lblStationTwoDF") + Me.lblStationTwoDF.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStationTwoDF.Location = New System.Drawing.Point(295, 395) Me.lblStationTwoDF.Name = "lblStationTwoDF" + Me.lblStationTwoDF.Size = New System.Drawing.Size(100, 13) + Me.lblStationTwoDF.TabIndex = 6 + Me.lblStationTwoDF.Text = "Station:" ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(295, 179) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(100, 11) + Me.lblElement.TabIndex = 15 + Me.lblElement.Text = "Element:" ' 'lblYear ' - resources.ApplyResources(Me.lblYear, "lblYear") + Me.lblYear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblYear.Location = New System.Drawing.Point(295, 56) Me.lblYear.Name = "lblYear" + Me.lblYear.Size = New System.Drawing.Size(100, 15) + Me.lblYear.TabIndex = 16 + Me.lblYear.Text = "Year:" ' 'lblStationOneDF ' - resources.ApplyResources(Me.lblStationOneDF, "lblStationOneDF") + Me.lblStationOneDF.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStationOneDF.Location = New System.Drawing.Point(295, 120) Me.lblStationOneDF.Name = "lblStationOneDF" + Me.lblStationOneDF.Size = New System.Drawing.Size(89, 12) + Me.lblStationOneDF.TabIndex = 17 + Me.lblStationOneDF.Text = "Station:" ' 'lblMultStations ' - resources.ApplyResources(Me.lblMultStations, "lblMultStations") + Me.lblMultStations.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMultStations.Location = New System.Drawing.Point(294, 120) Me.lblMultStations.Name = "lblMultStations" + Me.lblMultStations.Size = New System.Drawing.Size(100, 11) + Me.lblMultStations.TabIndex = 0 + Me.lblMultStations.Text = "Stations:" ' 'rdoOneDF ' - resources.ApplyResources(Me.rdoOneDF, "rdoOneDF") + Me.rdoOneDF.Appearance = System.Windows.Forms.Appearance.Button Me.rdoOneDF.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoOneDF.FlatAppearance.BorderSize = 2 Me.rdoOneDF.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoOneDF.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoOneDF.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoOneDF.Location = New System.Drawing.Point(14, 7) Me.rdoOneDF.Name = "rdoOneDF" + Me.rdoOneDF.Size = New System.Drawing.Size(132, 27) + Me.rdoOneDF.TabIndex = 25 Me.rdoOneDF.TabStop = True + Me.rdoOneDF.Text = "One Data Frame" + Me.rdoOneDF.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoOneDF.UseVisualStyleBackColor = True ' 'rdoTwoDFLong ' - resources.ApplyResources(Me.rdoTwoDFLong, "rdoTwoDFLong") + Me.rdoTwoDFLong.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTwoDFLong.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTwoDFLong.FlatAppearance.BorderSize = 2 Me.rdoTwoDFLong.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTwoDFLong.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTwoDFLong.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTwoDFLong.Location = New System.Drawing.Point(145, 7) Me.rdoTwoDFLong.Name = "rdoTwoDFLong" + Me.rdoTwoDFLong.Size = New System.Drawing.Size(136, 27) + Me.rdoTwoDFLong.TabIndex = 26 Me.rdoTwoDFLong.TabStop = True + Me.rdoTwoDFLong.Text = "Two Data Frames Long" + Me.rdoTwoDFLong.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTwoDFLong.UseVisualStyleBackColor = True ' 'rdoTwoDFWide ' - resources.ApplyResources(Me.rdoTwoDFWide, "rdoTwoDFWide") + Me.rdoTwoDFWide.Appearance = System.Windows.Forms.Appearance.Button Me.rdoTwoDFWide.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoTwoDFWide.FlatAppearance.BorderSize = 2 Me.rdoTwoDFWide.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoTwoDFWide.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoTwoDFWide.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoTwoDFWide.Location = New System.Drawing.Point(280, 7) Me.rdoTwoDFWide.Name = "rdoTwoDFWide" + Me.rdoTwoDFWide.Size = New System.Drawing.Size(141, 27) + Me.rdoTwoDFWide.TabIndex = 27 Me.rdoTwoDFWide.TabStop = True + Me.rdoTwoDFWide.Text = "Two Data Frames Wide" + Me.rdoTwoDFWide.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoTwoDFWide.UseVisualStyleBackColor = True ' 'lblLine ' - resources.ApplyResources(Me.lblLine, "lblLine") + Me.lblLine.AutoSize = True + Me.lblLine.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblLine.Location = New System.Drawing.Point(4, 244) Me.lblLine.Name = "lblLine" + Me.lblLine.Size = New System.Drawing.Size(415, 13) + Me.lblLine.TabIndex = 28 + Me.lblLine.Text = "____________________________________________________________________" ' 'lblSaveFile ' - resources.ApplyResources(Me.lblSaveFile, "lblSaveFile") + Me.lblSaveFile.AutoSize = True + Me.lblSaveFile.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSaveFile.Location = New System.Drawing.Point(8, 505) Me.lblSaveFile.Name = "lblSaveFile" + Me.lblSaveFile.Size = New System.Drawing.Size(69, 13) + Me.lblSaveFile.TabIndex = 29 + Me.lblSaveFile.Text = "Save File As:" ' 'lblMissingValues ' - resources.ApplyResources(Me.lblMissingValues, "lblMissingValues") + Me.lblMissingValues.AutoSize = True + Me.lblMissingValues.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMissingValues.Location = New System.Drawing.Point(8, 474) Me.lblMissingValues.Name = "lblMissingValues" + Me.lblMissingValues.Size = New System.Drawing.Size(122, 13) + Me.lblMissingValues.TabIndex = 31 + Me.lblMissingValues.Text = "Code Missing Values as:" ' 'ucrInputCodeMissingValues ' Me.ucrInputCodeMissingValues.AddQuotesIfUnrecognised = True + Me.ucrInputCodeMissingValues.AutoSize = True Me.ucrInputCodeMissingValues.IsMultiline = False Me.ucrInputCodeMissingValues.IsReadOnly = False - resources.ApplyResources(Me.ucrInputCodeMissingValues, "ucrInputCodeMissingValues") + Me.ucrInputCodeMissingValues.Location = New System.Drawing.Point(201, 471) Me.ucrInputCodeMissingValues.Name = "ucrInputCodeMissingValues" + Me.ucrInputCodeMissingValues.Size = New System.Drawing.Size(99, 21) + Me.ucrInputCodeMissingValues.TabIndex = 30 ' 'ucrReceiverMultipleStation ' + Me.ucrReceiverMultipleStation.AutoSize = True Me.ucrReceiverMultipleStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultipleStation, "ucrReceiverMultipleStation") + Me.ucrReceiverMultipleStation.Location = New System.Drawing.Point(297, 133) + Me.ucrReceiverMultipleStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultipleStation.Name = "ucrReceiverMultipleStation" Me.ucrReceiverMultipleStation.Selector = Nothing + Me.ucrReceiverMultipleStation.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultipleStation.strNcFilePath = "" + Me.ucrReceiverMultipleStation.TabIndex = 2 Me.ucrReceiverMultipleStation.ucrSelector = Nothing ' 'ucrSelectorTwoDF ' + Me.ucrSelectorTwoDF.AutoSize = True Me.ucrSelectorTwoDF.bDropUnusedFilterLevels = False Me.ucrSelectorTwoDF.bShowHiddenColumns = False Me.ucrSelectorTwoDF.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorTwoDF, "ucrSelectorTwoDF") + Me.ucrSelectorTwoDF.Location = New System.Drawing.Point(8, 269) + Me.ucrSelectorTwoDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorTwoDF.Name = "ucrSelectorTwoDF" + Me.ucrSelectorTwoDF.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorTwoDF.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(15, 529) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrReceiverStationTwoDF ' + Me.ucrReceiverStationTwoDF.AutoSize = True Me.ucrReceiverStationTwoDF.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStationTwoDF, "ucrReceiverStationTwoDF") + Me.ucrReceiverStationTwoDF.Location = New System.Drawing.Point(297, 408) + Me.ucrReceiverStationTwoDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationTwoDF.Name = "ucrReceiverStationTwoDF" Me.ucrReceiverStationTwoDF.Selector = Nothing + Me.ucrReceiverStationTwoDF.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStationTwoDF.strNcFilePath = "" + Me.ucrReceiverStationTwoDF.TabIndex = 7 Me.ucrReceiverStationTwoDF.ucrSelector = Nothing ' 'ucrReceiverLongitude ' + Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLongitude, "ucrReceiverLongitude") + Me.ucrReceiverLongitude.Location = New System.Drawing.Point(297, 350) + Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" Me.ucrReceiverLongitude.Selector = Nothing + Me.ucrReceiverLongitude.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLongitude.strNcFilePath = "" + Me.ucrReceiverLongitude.TabIndex = 8 Me.ucrReceiverLongitude.ucrSelector = Nothing ' 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False - resources.ApplyResources(Me.ucrInputFilePath, "ucrInputFilePath") + Me.ucrInputFilePath.Location = New System.Drawing.Point(137, 502) Me.ucrInputFilePath.Name = "ucrInputFilePath" + Me.ucrInputFilePath.Size = New System.Drawing.Size(214, 21) + Me.ucrInputFilePath.TabIndex = 12 ' 'ucrReceiverLatitude ' + Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - resources.ApplyResources(Me.ucrReceiverLatitude, "ucrReceiverLatitude") + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(297, 287) + Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing + Me.ucrReceiverLatitude.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverLatitude.strNcFilePath = "" + Me.ucrReceiverLatitude.TabIndex = 14 Me.ucrReceiverLatitude.ucrSelector = Nothing ' 'ucrReceiverStationOneDF ' + Me.ucrReceiverStationOneDF.AutoSize = True Me.ucrReceiverStationOneDF.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStationOneDF, "ucrReceiverStationOneDF") + Me.ucrReceiverStationOneDF.Location = New System.Drawing.Point(297, 133) + Me.ucrReceiverStationOneDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationOneDF.Name = "ucrReceiverStationOneDF" Me.ucrReceiverStationOneDF.Selector = Nothing + Me.ucrReceiverStationOneDF.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStationOneDF.strNcFilePath = "" + Me.ucrReceiverStationOneDF.TabIndex = 20 Me.ucrReceiverStationOneDF.ucrSelector = Nothing ' 'ucrPnlNoOfDF ' - resources.ApplyResources(Me.ucrPnlNoOfDF, "ucrPnlNoOfDF") + Me.ucrPnlNoOfDF.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlNoOfDF.Location = New System.Drawing.Point(6, 3) Me.ucrPnlNoOfDF.Name = "ucrPnlNoOfDF" + Me.ucrPnlNoOfDF.Size = New System.Drawing.Size(418, 36) + Me.ucrPnlNoOfDF.TabIndex = 21 ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(297, 192) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 22 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me - resources.ApplyResources(Me.ucrReceiverYear, "ucrReceiverYear") + Me.ucrReceiverYear.Location = New System.Drawing.Point(297, 71) + Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverYear.Name = "ucrReceiverYear" Me.ucrReceiverYear.Selector = Nothing + Me.ucrReceiverYear.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverYear.strNcFilePath = "" + Me.ucrReceiverYear.TabIndex = 23 Me.ucrReceiverYear.ucrSelector = Nothing ' 'ucrSelectorOneDF ' + Me.ucrSelectorOneDF.AutoSize = True Me.ucrSelectorOneDF.bDropUnusedFilterLevels = False Me.ucrSelectorOneDF.bShowHiddenColumns = False Me.ucrSelectorOneDF.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorOneDF, "ucrSelectorOneDF") + Me.ucrSelectorOneDF.Location = New System.Drawing.Point(8, 53) + Me.ucrSelectorOneDF.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorOneDF.Name = "ucrSelectorOneDF" + Me.ucrSelectorOneDF.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorOneDF.TabIndex = 24 ' 'dlgExportToCPT ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(432, 587) Me.Controls.Add(Me.lblMissingValues) Me.Controls.Add(Me.ucrInputCodeMissingValues) Me.Controls.Add(Me.lblSaveFile) @@ -301,7 +422,9 @@ Partial Class dlgExportToCPT Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportToCPT" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Tag = "Export_To_CPT" + Me.Text = "Export to CPT" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportToCPT.resx b/instat/dlgExportToCPT.resx index 3adedf0562f..29dcb1b3a35 100644 --- a/instat/dlgExportToCPT.resx +++ b/instat/dlgExportToCPT.resx @@ -117,772 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 2, 408 - - - 100, 23 - - - - 13 - - - lblSaveDataTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - NoControl - - - 353, 502 - - - 75, 23 - - - 11 - - - Browse - - - cmdChooseFile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - NoControl - - - 294, 273 - - - 100, 14 - - - 9 - - - Latitude: - - - lblLatitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - NoControl - - - 295, 336 - - - 100, 14 - - - 10 - - - Longitude: - - - lblLongitude - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - NoControl - - - 295, 395 - - - 100, 13 - - - 6 - - - Station: - - - lblStationTwoDF - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 295, 179 - - - 100, 11 - - - 15 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - NoControl - - - 295, 56 - - - 100, 15 - - - 16 - - - Year: - - - lblYear - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 21 - - - NoControl - - - 295, 120 - - - 89, 12 - - - 17 - - - Station: - - - lblStationOneDF - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 22 - - - NoControl - - - 294, 120 - - - 100, 11 - - - 0 - - - Stations: - - - lblMultStations - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - Button - - - Flat - - - NoControl - - - 14, 7 - - - 132, 27 - - - 25 - - - One Data Frame - - - MiddleCenter - - - rdoOneDF - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 145, 7 - - - 136, 27 - - - 26 - - - Two Data Frames Long - - - MiddleCenter - - - rdoTwoDFLong - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 280, 7 - - - 141, 27 - - - 27 - - - Two Data Frames Wide - - - MiddleCenter - - - rdoTwoDFWide - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 4, 244 - - - 415, 13 - - - 28 - - - ____________________________________________________________________ - - - lblLine - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - NoControl - - - 8, 505 - - - 69, 13 - - - 29 - - - Save File As: - - - lblSaveFile - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 8, 474 - - - 122, 13 - - - 31 - - - Code Missing Values as: - - - lblMissingValues - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 201, 471 - - - 99, 21 - - - 30 - - - ucrInputCodeMissingValues - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 432, 587 - - - 8, 269 - - - 0, 0, 0, 0 - - - 210, 180 - - - 3 - - - ucrSelectorTwoDF - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 15, 529 - - - 410, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 297, 408 - - - 0, 0, 0, 0 - - - 120, 20 - - - 7 - - - ucrReceiverStationTwoDF - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 297, 350 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverLongitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 137, 502 - - - 214, 21 - - - 12 - - - ucrInputFilePath - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 297, 287 - - - 0, 0, 0, 0 - - - 120, 20 - - - 14 - - - ucrReceiverLatitude - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 19 - - - 297, 133 - - - 0, 0, 0, 0 - - - 120, 20 - - - 20 - - - ucrReceiverStationOneDF - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 23 - - - 6, 3 - - - 418, 36 - - - 21 - - - ucrPnlNoOfDF - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 24 - - - 297, 192 - - - 0, 0, 0, 0 - - - 120, 20 - - - 22 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 25 - - - 297, 71 - - - 0, 0, 0, 0 - - - 120, 20 - - - 23 - - - ucrReceiverYear - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 26 - - - 8, 53 - - - 0, 0, 0, 0 - - - 210, 180 - - - 24 - - - ucrSelectorOneDF - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 27 - - - CenterParent - - - Export to CPT - - - dlgExportToCPT - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 297, 133 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverMultipleStation - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - \ No newline at end of file diff --git a/instat/dlgExportToClimsoft.Designer.vb b/instat/dlgExportToClimsoft.Designer.vb index dd1de43fdd6..625c481e9e0 100644 --- a/instat/dlgExportToClimsoft.Designer.vb +++ b/instat/dlgExportToClimsoft.Designer.vb @@ -26,8 +26,8 @@ Partial Class dlgExportToClimsoft ' 'dlgExportToClimsoft ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(521, 312) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog diff --git a/instat/dlgExportToOpenRefine.Designer.vb b/instat/dlgExportToOpenRefine.Designer.vb index 93270e05932..b5c26a7148e 100644 --- a/instat/dlgExportToOpenRefine.Designer.vb +++ b/instat/dlgExportToOpenRefine.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExportToOpenRefine 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportToOpenRefine)) Me.lblNameDataSet = New System.Windows.Forms.Label() Me.ucrDataFrameOpenRefine = New instat.ucrDataFrame() Me.ucrChkOpenBrowser = New instat.ucrCheck() @@ -48,39 +47,59 @@ Partial Class dlgExportToOpenRefine ' 'lblNameDataSet ' - resources.ApplyResources(Me.lblNameDataSet, "lblNameDataSet") + Me.lblNameDataSet.AutoSize = True + Me.lblNameDataSet.Location = New System.Drawing.Point(10, 62) Me.lblNameDataSet.Name = "lblNameDataSet" + Me.lblNameDataSet.Size = New System.Drawing.Size(78, 13) + Me.lblNameDataSet.TabIndex = 1 + Me.lblNameDataSet.Text = "Dataset Name:" ' 'ucrDataFrameOpenRefine ' + Me.ucrDataFrameOpenRefine.AutoSize = True Me.ucrDataFrameOpenRefine.bDropUnusedFilterLevels = False Me.ucrDataFrameOpenRefine.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrDataFrameOpenRefine, "ucrDataFrameOpenRefine") + Me.ucrDataFrameOpenRefine.Location = New System.Drawing.Point(10, 10) + Me.ucrDataFrameOpenRefine.Margin = New System.Windows.Forms.Padding(0) Me.ucrDataFrameOpenRefine.Name = "ucrDataFrameOpenRefine" + Me.ucrDataFrameOpenRefine.Size = New System.Drawing.Size(153, 43) + Me.ucrDataFrameOpenRefine.TabIndex = 0 ' 'ucrChkOpenBrowser ' + Me.ucrChkOpenBrowser.AutoSize = True Me.ucrChkOpenBrowser.Checked = False - resources.ApplyResources(Me.ucrChkOpenBrowser, "ucrChkOpenBrowser") + Me.ucrChkOpenBrowser.Location = New System.Drawing.Point(10, 86) Me.ucrChkOpenBrowser.Name = "ucrChkOpenBrowser" + Me.ucrChkOpenBrowser.Size = New System.Drawing.Size(318, 23) + Me.ucrChkOpenBrowser.TabIndex = 3 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 112) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 4 ' 'ucrInputDatasetName ' Me.ucrInputDatasetName.AddQuotesIfUnrecognised = True + Me.ucrInputDatasetName.AutoSize = True Me.ucrInputDatasetName.IsMultiline = False Me.ucrInputDatasetName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputDatasetName, "ucrInputDatasetName") + Me.ucrInputDatasetName.Location = New System.Drawing.Point(169, 59) Me.ucrInputDatasetName.Name = "ucrInputDatasetName" + Me.ucrInputDatasetName.Size = New System.Drawing.Size(149, 21) + Me.ucrInputDatasetName.TabIndex = 2 ' 'dlgExportToOpenRefine ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(415, 170) Me.Controls.Add(Me.ucrDataFrameOpenRefine) Me.Controls.Add(Me.ucrChkOpenBrowser) Me.Controls.Add(Me.lblNameDataSet) @@ -90,6 +109,8 @@ Partial Class dlgExportToOpenRefine Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportToOpenRefine" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Export to OpenRefine" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportToOpenRefine.resx b/instat/dlgExportToOpenRefine.resx index 0cc7baf9bce..29dcb1b3a35 100644 --- a/instat/dlgExportToOpenRefine.resx +++ b/instat/dlgExportToOpenRefine.resx @@ -117,148 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 62 - - - 78, 13 - - - 1 - - - Dataset Name: - - - lblNameDataSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 153, 41 - - - 0 - - - ucrDataFrameOpenRefine - - - instat.ucrDataFrame, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 86 - - - 318, 20 - - - 3 - - - ucrChkOpenBrowser - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - True - - - 6, 112 - - - 407, 52 - - - 4 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 169, 59 - - - 149, 21 - - - 2 - - - ucrInputDatasetName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 415, 170 - - - CenterScreen - - - Export to OpenRefine - - - dlgExportToOpenRefine - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgExportToWWR.Designer.vb b/instat/dlgExportToWWR.Designer.vb index a060378df52..e300d1260c2 100644 --- a/instat/dlgExportToWWR.Designer.vb +++ b/instat/dlgExportToWWR.Designer.vb @@ -206,6 +206,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanRelativeHumidity ' + Me.ucrReceiverMeanRelativeHumidity.AutoSize = True Me.ucrReceiverMeanRelativeHumidity.frmParent = Me Me.ucrReceiverMeanRelativeHumidity.Location = New System.Drawing.Point(228, 114) Me.ucrReceiverMeanRelativeHumidity.Margin = New System.Windows.Forms.Padding(0) @@ -218,6 +219,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverPrecipitation ' + Me.ucrReceiverPrecipitation.AutoSize = True Me.ucrReceiverPrecipitation.frmParent = Me Me.ucrReceiverPrecipitation.Location = New System.Drawing.Point(9, 155) Me.ucrReceiverPrecipitation.Margin = New System.Windows.Forms.Padding(0) @@ -230,6 +232,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanMonthlyAirTemperature ' + Me.ucrReceiverMeanMonthlyAirTemperature.AutoSize = True Me.ucrReceiverMeanMonthlyAirTemperature.frmParent = Me Me.ucrReceiverMeanMonthlyAirTemperature.Location = New System.Drawing.Point(9, 114) Me.ucrReceiverMeanMonthlyAirTemperature.Margin = New System.Windows.Forms.Padding(0) @@ -242,6 +245,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanSeaLevelPressure ' + Me.ucrReceiverMeanSeaLevelPressure.AutoSize = True Me.ucrReceiverMeanSeaLevelPressure.frmParent = Me Me.ucrReceiverMeanSeaLevelPressure.Location = New System.Drawing.Point(9, 73) Me.ucrReceiverMeanSeaLevelPressure.Margin = New System.Windows.Forms.Padding(0) @@ -254,6 +258,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanDailyMinAirTemperature ' + Me.ucrReceiverMeanDailyMinAirTemperature.AutoSize = True Me.ucrReceiverMeanDailyMinAirTemperature.frmParent = Me Me.ucrReceiverMeanDailyMinAirTemperature.Location = New System.Drawing.Point(228, 73) Me.ucrReceiverMeanDailyMinAirTemperature.Margin = New System.Windows.Forms.Padding(0) @@ -266,6 +271,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanDailyMaxAirTemperature ' + Me.ucrReceiverMeanDailyMaxAirTemperature.AutoSize = True Me.ucrReceiverMeanDailyMaxAirTemperature.frmParent = Me Me.ucrReceiverMeanDailyMaxAirTemperature.Location = New System.Drawing.Point(228, 32) Me.ucrReceiverMeanDailyMaxAirTemperature.Margin = New System.Windows.Forms.Padding(0) @@ -278,6 +284,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMeanStationPressure ' + Me.ucrReceiverMeanStationPressure.AutoSize = True Me.ucrReceiverMeanStationPressure.frmParent = Me Me.ucrReceiverMeanStationPressure.Location = New System.Drawing.Point(9, 32) Me.ucrReceiverMeanStationPressure.Margin = New System.Windows.Forms.Padding(0) @@ -290,6 +297,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverStationIdentifier ' + Me.ucrReceiverStationIdentifier.AutoSize = True Me.ucrReceiverStationIdentifier.frmParent = Me Me.ucrReceiverStationIdentifier.Location = New System.Drawing.Point(242, 42) Me.ucrReceiverStationIdentifier.Margin = New System.Windows.Forms.Padding(0) @@ -303,6 +311,7 @@ Partial Class dlgExportToWWR 'ucrInputFilePath ' Me.ucrInputFilePath.AddQuotesIfUnrecognised = True + Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = False Me.ucrInputFilePath.Location = New System.Drawing.Point(176, 378) @@ -314,6 +323,7 @@ Partial Class dlgExportToWWR 'ucrInputLinkby ' Me.ucrInputLinkby.AddQuotesIfUnrecognised = True + Me.ucrInputLinkby.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputLinkby.GetSetSelectedIndex = -1 Me.ucrInputLinkby.IsReadOnly = False Me.ucrInputLinkby.Location = New System.Drawing.Point(370, 41) @@ -323,6 +333,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverMonth ' + Me.ucrReceiverMonth.AutoSize = True Me.ucrReceiverMonth.frmParent = Me Me.ucrReceiverMonth.Location = New System.Drawing.Point(242, 159) Me.ucrReceiverMonth.Margin = New System.Windows.Forms.Padding(0) @@ -335,6 +346,7 @@ Partial Class dlgExportToWWR ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(242, 119) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -347,27 +359,29 @@ Partial Class dlgExportToWWR ' 'ucrSelectorExportToWWR ' + Me.ucrSelectorExportToWWR.AutoSize = True Me.ucrSelectorExportToWWR.bDropUnusedFilterLevels = False Me.ucrSelectorExportToWWR.bShowHiddenColumns = False Me.ucrSelectorExportToWWR.bUseCurrentFilter = True Me.ucrSelectorExportToWWR.Location = New System.Drawing.Point(3, 3) Me.ucrSelectorExportToWWR.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorExportToWWR.Name = "ucrSelectorExportToWWR" - Me.ucrSelectorExportToWWR.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorExportToWWR.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorExportToWWR.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(5, 409) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 27 ' 'dlgExportToWWR ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(502, 465) Me.Controls.Add(Me.grpElements) diff --git a/instat/dlgExportforPICSA.designer.vb b/instat/dlgExportforPICSA.designer.vb index 30c627f9481..9b896752c43 100644 --- a/instat/dlgExportforPICSA.designer.vb +++ b/instat/dlgExportforPICSA.designer.vb @@ -38,31 +38,25 @@ Partial Class dlgExportforPICSA 'Do not modify it using the code editor. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportforPICSA)) Me.ucrBase = New instat.ucrButtons() Me.SuspendLayout() ' 'ucrBase ' - Me.ucrBase.AutoSize = True - Me.ucrBase.Location = New System.Drawing.Point(12, 197) + resources.ApplyResources(Me.ucrBase, "ucrBase") Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) - Me.ucrBase.TabIndex = 0 ' 'dlgExportforPICSA ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(429, 262) + resources.ApplyResources(Me, "$this") + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExportforPICSA" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Export_for_PICSA" - Me.Text = "Export for PICSA" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgExportforPICSA.resx b/instat/dlgExportforPICSA.resx index 1af7de150c9..d48592b9edd 100644 --- a/instat/dlgExportforPICSA.resx +++ b/instat/dlgExportforPICSA.resx @@ -117,4 +117,58 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + + GrowAndShrink + + + + 12, 197 + + + 405, 52 + + + 0 + + + ucrBase + + + instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 0 + + + True + + + 96, 96 + + + True + + + 429, 262 + + + CenterScreen + + + Export for PICSA + + + dlgExportforPICSA + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/instat/dlgExtremeEvents.Designer.vb b/instat/dlgExtremeEvents.Designer.vb index 97f29cd9197..2b7b77f5c22 100644 --- a/instat/dlgExtremeEvents.Designer.vb +++ b/instat/dlgExtremeEvents.Designer.vb @@ -205,14 +205,16 @@ Partial Class dlgExtremeEvents 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 146) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 4 ' 'ucrInputColumnNameExtremeEvents ' Me.ucrInputColumnNameExtremeEvents.AddQuotesIfUnrecognised = True + Me.ucrInputColumnNameExtremeEvents.AutoSize = True Me.ucrInputColumnNameExtremeEvents.IsMultiline = False Me.ucrInputColumnNameExtremeEvents.IsReadOnly = False Me.ucrInputColumnNameExtremeEvents.Location = New System.Drawing.Point(183, 10) @@ -223,6 +225,7 @@ Partial Class dlgExtremeEvents 'ucrInputColumnNameEventDay ' Me.ucrInputColumnNameEventDay.AddQuotesIfUnrecognised = True + Me.ucrInputColumnNameEventDay.AutoSize = True Me.ucrInputColumnNameEventDay.IsMultiline = False Me.ucrInputColumnNameEventDay.IsReadOnly = False Me.ucrInputColumnNameEventDay.Location = New System.Drawing.Point(180, 37) @@ -232,8 +235,8 @@ Partial Class dlgExtremeEvents ' 'dlgExtremeEvents ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(480, 213) Me.Controls.Add(Me.ucrInputColumnNameEventDay) diff --git a/instat/dlgExtremes.Designer.vb b/instat/dlgExtremes.Designer.vb index 829e17cd6cf..3f51b652d18 100644 --- a/instat/dlgExtremes.Designer.vb +++ b/instat/dlgExtremes.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExtremes 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExtremes)) Me.cmdSqrt = New System.Windows.Forms.Button() Me.cmdLog = New System.Windows.Forms.Button() Me.cmdTan = New System.Windows.Forms.Button() @@ -78,37 +77,67 @@ Partial Class dlgExtremes ' 'cmdSqrt ' - resources.ApplyResources(Me.cmdSqrt, "cmdSqrt") + Me.cmdSqrt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSqrt.Location = New System.Drawing.Point(4, 10) + Me.cmdSqrt.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSqrt.Name = "cmdSqrt" + Me.cmdSqrt.Size = New System.Drawing.Size(56, 30) + Me.cmdSqrt.TabIndex = 0 + Me.cmdSqrt.Text = "sqrt" Me.cmdSqrt.UseVisualStyleBackColor = True ' 'cmdLog ' - resources.ApplyResources(Me.cmdLog, "cmdLog") + Me.cmdLog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLog.Location = New System.Drawing.Point(4, 40) + Me.cmdLog.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLog.Name = "cmdLog" + Me.cmdLog.Size = New System.Drawing.Size(56, 30) + Me.cmdLog.TabIndex = 2 + Me.cmdLog.Text = "log" Me.cmdLog.UseVisualStyleBackColor = True ' 'cmdTan ' - resources.ApplyResources(Me.cmdTan, "cmdTan") + Me.cmdTan.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTan.Location = New System.Drawing.Point(60, 70) + Me.cmdTan.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTan.Name = "cmdTan" + Me.cmdTan.Size = New System.Drawing.Size(56, 30) + Me.cmdTan.TabIndex = 5 + Me.cmdTan.Text = "tan" Me.cmdTan.UseVisualStyleBackColor = True ' 'cmdExp ' - resources.ApplyResources(Me.cmdExp, "cmdExp") + Me.cmdExp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExp.Location = New System.Drawing.Point(4, 70) + Me.cmdExp.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExp.Name = "cmdExp" + Me.cmdExp.Size = New System.Drawing.Size(56, 30) + Me.cmdExp.TabIndex = 4 + Me.cmdExp.Text = "exp" Me.cmdExp.UseVisualStyleBackColor = True ' 'lblThreshold ' - resources.ApplyResources(Me.lblThreshold, "lblThreshold") + Me.lblThreshold.AutoSize = True + Me.lblThreshold.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblThreshold.Location = New System.Drawing.Point(10, 235) Me.lblThreshold.Name = "lblThreshold" + Me.lblThreshold.Size = New System.Drawing.Size(57, 13) + Me.lblThreshold.TabIndex = 9 + Me.lblThreshold.Text = "Threshold:" ' 'cmdSin ' - resources.ApplyResources(Me.cmdSin, "cmdSin") + Me.cmdSin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSin.Location = New System.Drawing.Point(60, 40) + Me.cmdSin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSin.Name = "cmdSin" + Me.cmdSin.Size = New System.Drawing.Size(56, 30) + Me.cmdSin.TabIndex = 3 + Me.cmdSin.Text = "sin" Me.cmdSin.UseVisualStyleBackColor = True ' 'grpSecondCalc @@ -119,14 +148,21 @@ Partial Class dlgExtremes Me.grpSecondCalc.Controls.Add(Me.cmdLog) Me.grpSecondCalc.Controls.Add(Me.cmdTan) Me.grpSecondCalc.Controls.Add(Me.cmdExp) - resources.ApplyResources(Me.grpSecondCalc, "grpSecondCalc") + Me.grpSecondCalc.Location = New System.Drawing.Point(390, 139) Me.grpSecondCalc.Name = "grpSecondCalc" + Me.grpSecondCalc.Size = New System.Drawing.Size(119, 104) + Me.grpSecondCalc.TabIndex = 6 Me.grpSecondCalc.TabStop = False ' 'cmdCos ' - resources.ApplyResources(Me.cmdCos, "cmdCos") + Me.cmdCos.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCos.Location = New System.Drawing.Point(60, 10) + Me.cmdCos.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCos.Name = "cmdCos" + Me.cmdCos.Size = New System.Drawing.Size(56, 30) + Me.cmdCos.TabIndex = 1 + Me.cmdCos.Text = "cos" Me.cmdCos.UseVisualStyleBackColor = True ' 'grpFirstCalc @@ -142,167 +178,285 @@ Partial Class dlgExtremes Me.grpFirstCalc.Controls.Add(Me.cmdClear) Me.grpFirstCalc.Controls.Add(Me.cmdZero) Me.grpFirstCalc.Controls.Add(Me.cmdMinus) - resources.ApplyResources(Me.grpFirstCalc, "grpFirstCalc") + Me.grpFirstCalc.Location = New System.Drawing.Point(258, 139) Me.grpFirstCalc.Name = "grpFirstCalc" + Me.grpFirstCalc.Size = New System.Drawing.Size(127, 104) + Me.grpFirstCalc.TabIndex = 5 Me.grpFirstCalc.TabStop = False ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(64, 10) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(29, 30) + Me.cmdMultiply.TabIndex = 2 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdColon ' - resources.ApplyResources(Me.cmdColon, "cmdColon") + Me.cmdColon.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdColon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColon.Location = New System.Drawing.Point(35, 10) + Me.cmdColon.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdColon.Name = "cmdColon" + Me.cmdColon.Size = New System.Drawing.Size(29, 30) + Me.cmdColon.TabIndex = 1 + Me.cmdColon.Text = ":" Me.cmdColon.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(6, 10) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(29, 30) + Me.cmdPlus.TabIndex = 0 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(93, 40) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(29, 30) + Me.cmdPower.TabIndex = 7 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdClosingBracket ' - resources.ApplyResources(Me.cmdClosingBracket, "cmdClosingBracket") + Me.cmdClosingBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdClosingBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClosingBracket.Location = New System.Drawing.Point(64, 40) + Me.cmdClosingBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClosingBracket.Name = "cmdClosingBracket" + Me.cmdClosingBracket.Size = New System.Drawing.Size(29, 30) + Me.cmdClosingBracket.TabIndex = 6 + Me.cmdClosingBracket.Text = ")" Me.cmdClosingBracket.UseVisualStyleBackColor = True ' 'cmdOpeningBracket ' - resources.ApplyResources(Me.cmdOpeningBracket, "cmdOpeningBracket") + Me.cmdOpeningBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdOpeningBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpeningBracket.Location = New System.Drawing.Point(35, 40) + Me.cmdOpeningBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpeningBracket.Name = "cmdOpeningBracket" + Me.cmdOpeningBracket.Size = New System.Drawing.Size(29, 30) + Me.cmdOpeningBracket.TabIndex = 5 + Me.cmdOpeningBracket.Text = "(" Me.cmdOpeningBracket.UseVisualStyleBackColor = True ' 'cmdDiv ' - resources.ApplyResources(Me.cmdDiv, "cmdDiv") + Me.cmdDiv.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdDiv.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDiv.Location = New System.Drawing.Point(93, 10) + Me.cmdDiv.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDiv.Name = "cmdDiv" + Me.cmdDiv.Size = New System.Drawing.Size(29, 30) + Me.cmdDiv.TabIndex = 3 + Me.cmdDiv.Text = "/" Me.cmdDiv.UseVisualStyleBackColor = True ' 'cmdDoubleBracket ' - resources.ApplyResources(Me.cmdDoubleBracket, "cmdDoubleBracket") + Me.cmdDoubleBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdDoubleBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDoubleBracket.Location = New System.Drawing.Point(6, 40) + Me.cmdDoubleBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDoubleBracket.Name = "cmdDoubleBracket" + Me.cmdDoubleBracket.Size = New System.Drawing.Size(29, 30) + Me.cmdDoubleBracket.TabIndex = 4 + Me.cmdDoubleBracket.Text = "( )" Me.cmdDoubleBracket.UseVisualStyleBackColor = True ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(64, 70) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(58, 30) + Me.cmdClear.TabIndex = 10 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdZero ' - resources.ApplyResources(Me.cmdZero, "cmdZero") + Me.cmdZero.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.75!) + Me.cmdZero.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdZero.Location = New System.Drawing.Point(35, 70) + Me.cmdZero.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdZero.Name = "cmdZero" + Me.cmdZero.Size = New System.Drawing.Size(29, 30) + Me.cmdZero.TabIndex = 9 + Me.cmdZero.Text = "l()" Me.cmdZero.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(6, 70) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(29, 30) + Me.cmdMinus.TabIndex = 8 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'lblFevdType ' - resources.ApplyResources(Me.lblFevdType, "lblFevdType") + Me.lblFevdType.AutoSize = True + Me.lblFevdType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFevdType.Location = New System.Drawing.Point(10, 207) Me.lblFevdType.Name = "lblFevdType" + Me.lblFevdType.Size = New System.Drawing.Size(62, 13) + Me.lblFevdType.TabIndex = 7 + Me.lblFevdType.Text = "Distribution:" ' 'cmdDisplayOptions ' - resources.ApplyResources(Me.cmdDisplayOptions, "cmdDisplayOptions") + Me.cmdDisplayOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDisplayOptions.Location = New System.Drawing.Point(401, 290) Me.cmdDisplayOptions.Name = "cmdDisplayOptions" + Me.cmdDisplayOptions.Size = New System.Drawing.Size(108, 23) + Me.cmdDisplayOptions.TabIndex = 14 + Me.cmdDisplayOptions.Text = "Display Options" Me.cmdDisplayOptions.UseVisualStyleBackColor = True ' 'cmdFittingOptions ' - resources.ApplyResources(Me.cmdFittingOptions, "cmdFittingOptions") + Me.cmdFittingOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFittingOptions.Location = New System.Drawing.Point(401, 261) Me.cmdFittingOptions.Name = "cmdFittingOptions" + Me.cmdFittingOptions.Size = New System.Drawing.Size(108, 23) + Me.cmdFittingOptions.TabIndex = 12 + Me.cmdFittingOptions.Text = "Fitting Options" Me.cmdFittingOptions.UseVisualStyleBackColor = True ' 'lblDataToFit ' - resources.ApplyResources(Me.lblDataToFit, "lblDataToFit") + Me.lblDataToFit.AutoSize = True + Me.lblDataToFit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDataToFit.Location = New System.Drawing.Point(258, 45) Me.lblDataToFit.Name = "lblDataToFit" + Me.lblDataToFit.Size = New System.Drawing.Size(99, 13) + Me.lblDataToFit.TabIndex = 1 Me.lblDataToFit.Tag = "Data_to_be_fitted" + Me.lblDataToFit.Text = "Response Variable:" ' 'ucrInputThresholdforLocation ' Me.ucrInputThresholdforLocation.AddQuotesIfUnrecognised = True + Me.ucrInputThresholdforLocation.AutoSize = True Me.ucrInputThresholdforLocation.IsMultiline = False Me.ucrInputThresholdforLocation.IsReadOnly = False - resources.ApplyResources(Me.ucrInputThresholdforLocation, "ucrInputThresholdforLocation") + Me.ucrInputThresholdforLocation.Location = New System.Drawing.Point(79, 231) Me.ucrInputThresholdforLocation.Name = "ucrInputThresholdforLocation" + Me.ucrInputThresholdforLocation.Size = New System.Drawing.Size(79, 21) + Me.ucrInputThresholdforLocation.TabIndex = 10 ' 'ucrTryModelling ' - resources.ApplyResources(Me.ucrTryModelling, "ucrTryModelling") + Me.ucrTryModelling.AutoSize = True + Me.ucrTryModelling.Location = New System.Drawing.Point(1, 258) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False + Me.ucrTryModelling.Size = New System.Drawing.Size(389, 33) + Me.ucrTryModelling.TabIndex = 11 ' 'ucrChkExplanatoryModelForLocationParameter ' + Me.ucrChkExplanatoryModelForLocationParameter.AutoSize = True Me.ucrChkExplanatoryModelForLocationParameter.Checked = False - resources.ApplyResources(Me.ucrChkExplanatoryModelForLocationParameter, "ucrChkExplanatoryModelForLocationParameter") + Me.ucrChkExplanatoryModelForLocationParameter.Location = New System.Drawing.Point(258, 85) Me.ucrChkExplanatoryModelForLocationParameter.Name = "ucrChkExplanatoryModelForLocationParameter" + Me.ucrChkExplanatoryModelForLocationParameter.Size = New System.Drawing.Size(270, 23) + Me.ucrChkExplanatoryModelForLocationParameter.TabIndex = 3 ' 'ucrReceiverExpressionExplanatoryModelForLocParam ' + Me.ucrReceiverExpressionExplanatoryModelForLocParam.AutoSize = True Me.ucrReceiverExpressionExplanatoryModelForLocParam.frmParent = Me - resources.ApplyResources(Me.ucrReceiverExpressionExplanatoryModelForLocParam, "ucrReceiverExpressionExplanatoryModelForLocParam") + Me.ucrReceiverExpressionExplanatoryModelForLocParam.Location = New System.Drawing.Point(258, 108) Me.ucrReceiverExpressionExplanatoryModelForLocParam.Name = "ucrReceiverExpressionExplanatoryModelForLocParam" Me.ucrReceiverExpressionExplanatoryModelForLocParam.Selector = Nothing + Me.ucrReceiverExpressionExplanatoryModelForLocParam.Size = New System.Drawing.Size(251, 22) Me.ucrReceiverExpressionExplanatoryModelForLocParam.strNcFilePath = "" + Me.ucrReceiverExpressionExplanatoryModelForLocParam.TabIndex = 4 Me.ucrReceiverExpressionExplanatoryModelForLocParam.ucrSelector = Nothing ' 'ucrInputExtremes ' Me.ucrInputExtremes.AddQuotesIfUnrecognised = True + Me.ucrInputExtremes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputExtremes.GetSetSelectedIndex = -1 Me.ucrInputExtremes.IsReadOnly = False - resources.ApplyResources(Me.ucrInputExtremes, "ucrInputExtremes") + Me.ucrInputExtremes.Location = New System.Drawing.Point(79, 204) Me.ucrInputExtremes.Name = "ucrInputExtremes" + Me.ucrInputExtremes.Size = New System.Drawing.Size(79, 21) + Me.ucrInputExtremes.TabIndex = 8 ' 'ucrSaveExtremes ' - resources.ApplyResources(Me.ucrSaveExtremes, "ucrSaveExtremes") + Me.ucrSaveExtremes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveExtremes.Location = New System.Drawing.Point(10, 292) + Me.ucrSaveExtremes.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveExtremes.Name = "ucrSaveExtremes" + Me.ucrSaveExtremes.Size = New System.Drawing.Size(320, 22) + Me.ucrSaveExtremes.TabIndex = 13 ' 'ucrSelectorExtremes ' + Me.ucrSelectorExtremes.AutoSize = True Me.ucrSelectorExtremes.bDropUnusedFilterLevels = False Me.ucrSelectorExtremes.bShowHiddenColumns = False Me.ucrSelectorExtremes.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorExtremes, "ucrSelectorExtremes") + Me.ucrSelectorExtremes.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorExtremes.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorExtremes.Name = "ucrSelectorExtremes" + Me.ucrSelectorExtremes.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorExtremes.TabIndex = 0 ' 'ucrReceiverVariable ' + Me.ucrReceiverVariable.AutoSize = True Me.ucrReceiverVariable.frmParent = Me - resources.ApplyResources(Me.ucrReceiverVariable, "ucrReceiverVariable") + Me.ucrReceiverVariable.Location = New System.Drawing.Point(258, 60) + Me.ucrReceiverVariable.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverVariable.Name = "ucrReceiverVariable" Me.ucrReceiverVariable.Selector = Nothing + Me.ucrReceiverVariable.Size = New System.Drawing.Size(127, 22) Me.ucrReceiverVariable.strNcFilePath = "" + Me.ucrReceiverVariable.TabIndex = 2 Me.ucrReceiverVariable.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 321) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'dlgExtremes ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(533, 378) Me.Controls.Add(Me.ucrInputThresholdforLocation) Me.Controls.Add(Me.lblThreshold) Me.Controls.Add(Me.ucrTryModelling) @@ -323,7 +477,9 @@ Partial Class dlgExtremes Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgExtremes" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Fit_an_Extreme_distribution" + Me.Text = "Fit an Extreme Distribution" Me.grpSecondCalc.ResumeLayout(False) Me.grpFirstCalc.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/dlgExtremes.resx b/instat/dlgExtremes.resx index a9bead6ccde..29dcb1b3a35 100644 --- a/instat/dlgExtremes.resx +++ b/instat/dlgExtremes.resx @@ -117,958 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 4, 10 - - - 2, 3, 2, 3 - - - 56, 30 - - - - 0 - - - sqrt - - - cmdSqrt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 1 - - - NoControl - - - 4, 40 - - - 2, 3, 2, 3 - - - 56, 30 - - - 2 - - - log - - - cmdLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 3 - - - NoControl - - - 60, 70 - - - 2, 3, 2, 3 - - - 56, 30 - - - 5 - - - tan - - - cmdTan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 4 - - - NoControl - - - 4, 70 - - - 2, 3, 2, 3 - - - 56, 30 - - - 4 - - - exp - - - cmdExp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 5 - - - True - - - NoControl - - - 10, 235 - - - 57, 13 - - - 9 - - - Threshold: - - - lblThreshold - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 60, 40 - - - 2, 3, 2, 3 - - - 56, 30 - - - 3 - - - sin - - - cmdSin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 2 - - - NoControl - - - 60, 10 - - - 2, 3, 2, 3 - - - 56, 30 - - - 1 - - - cos - - - cmdCos - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 0 - - - 390, 139 - - - 119, 104 - - - 6 - - - grpSecondCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 64, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 2 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 0 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 35, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 1 - - - : - - - cmdColon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 1 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 6, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 0 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 2 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 93, 40 - - - 2, 3, 2, 3 - - - 29, 30 - - - 7 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 3 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 64, 40 - - - 2, 3, 2, 3 - - - 29, 30 - - - 6 - - - ) - - - cmdClosingBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 4 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 35, 40 - - - 2, 3, 2, 3 - - - 29, 30 - - - 5 - - - ( - - - cmdOpeningBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 5 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 93, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 3 - - - / - - - cmdDiv - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 6 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 6, 40 - - - 2, 3, 2, 3 - - - 29, 30 - - - 4 - - - ( ) - - - cmdDoubleBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 7 - - - NoControl - - - 64, 70 - - - 2, 3, 2, 3 - - - 58, 30 - - - 10 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 8 - - - Microsoft Sans Serif, 8.75pt - - - NoControl - - - 35, 70 - - - 2, 3, 2, 3 - - - 29, 30 - - - 9 - - - l() - - - cmdZero - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 9 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 6, 70 - - - 2, 3, 2, 3 - - - 29, 30 - - - 8 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 10 - - - 258, 139 - - - 127, 104 - - - 5 - - - grpFirstCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 10, 207 - - - 62, 13 - - - 7 - - - Distribution: - - - lblFevdType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - NoControl - - - 401, 290 - - - 108, 23 - - - 14 - - - Display Options - - - cmdDisplayOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - NoControl - - - 401, 261 - - - 108, 23 - - - 12 - - - Fitting Options - - - cmdFittingOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 258, 45 - - - 99, 13 - - - 1 - - - Response Variable: - - - lblDataToFit - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - 79, 231 - - - 79, 21 - - - 10 - - - ucrInputThresholdforLocation - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 1, 258 - - - 388, 33 - - - 11 - - - ucrTryModelling - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 258, 85 - - - 270, 17 - - - 3 - - - ucrChkExplanatoryModelForLocationParameter - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 533, 378 - - - 79, 204 - - - 79, 21 - - - 8 - - - ucrInputExtremes - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 10, 292 - - - 4, 5, 4, 5 - - - 320, 22 - - - 13 - - - ucrSaveExtremes - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorExtremes - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 258, 60 - - - 0, 0, 0, 0 - - - 127, 22 - - - 2 - - - ucrReceiverVariable - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 10, 321 - - - 405, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Fit an Extreme Distribution - - - dlgExtremes - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 258, 108 - - - 251, 22 - - - 4 - - - ucrReceiverExpressionExplanatoryModelForLocParam - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgExtremesClimatic.Designer.vb b/instat/dlgExtremesClimatic.Designer.vb index 2e071c60808..1843660be0b 100644 --- a/instat/dlgExtremesClimatic.Designer.vb +++ b/instat/dlgExtremesClimatic.Designer.vb @@ -170,26 +170,29 @@ Partial Class dlgExtremesClimatic ' 'ucrChkLastDate ' + Me.ucrChkLastDate.AutoSize = True Me.ucrChkLastDate.Checked = False Me.ucrChkLastDate.Location = New System.Drawing.Point(9, 121) Me.ucrChkLastDate.Name = "ucrChkLastDate" - Me.ucrChkLastDate.Size = New System.Drawing.Size(195, 20) + Me.ucrChkLastDate.Size = New System.Drawing.Size(195, 23) Me.ucrChkLastDate.TabIndex = 13 ' 'ucrChkNDates ' + Me.ucrChkNDates.AutoSize = True Me.ucrChkNDates.Checked = False Me.ucrChkNDates.Location = New System.Drawing.Point(10, 97) Me.ucrChkNDates.Name = "ucrChkNDates" - Me.ucrChkNDates.Size = New System.Drawing.Size(194, 20) + Me.ucrChkNDates.Size = New System.Drawing.Size(194, 23) Me.ucrChkNDates.TabIndex = 12 ' 'ucrChkMissingValues ' + Me.ucrChkMissingValues.AutoSize = True Me.ucrChkMissingValues.Checked = False Me.ucrChkMissingValues.Location = New System.Drawing.Point(10, 147) Me.ucrChkMissingValues.Name = "ucrChkMissingValues" - Me.ucrChkMissingValues.Size = New System.Drawing.Size(194, 20) + Me.ucrChkMissingValues.Size = New System.Drawing.Size(194, 23) Me.ucrChkMissingValues.TabIndex = 11 ' 'rdoMin @@ -216,6 +219,7 @@ Partial Class dlgExtremesClimatic ' 'ucrPnlMaxMin ' + Me.ucrPnlMaxMin.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlMaxMin.Location = New System.Drawing.Point(6, 18) Me.ucrPnlMaxMin.Name = "ucrPnlMaxMin" Me.ucrPnlMaxMin.Size = New System.Drawing.Size(131, 49) @@ -223,10 +227,11 @@ Partial Class dlgExtremesClimatic ' 'ucrChkFirstDate ' + Me.ucrChkFirstDate.AutoSize = True Me.ucrChkFirstDate.Checked = False Me.ucrChkFirstDate.Location = New System.Drawing.Point(10, 73) Me.ucrChkFirstDate.Name = "ucrChkFirstDate" - Me.ucrChkFirstDate.Size = New System.Drawing.Size(194, 20) + Me.ucrChkFirstDate.Size = New System.Drawing.Size(194, 23) Me.ucrChkFirstDate.TabIndex = 0 ' 'lblValues @@ -322,6 +327,7 @@ Partial Class dlgExtremesClimatic 'ucrInputThresholdValue ' Me.ucrInputThresholdValue.AddQuotesIfUnrecognised = True + Me.ucrInputThresholdValue.AutoSize = True Me.ucrInputThresholdValue.IsMultiline = False Me.ucrInputThresholdValue.IsReadOnly = False Me.ucrInputThresholdValue.Location = New System.Drawing.Point(113, 19) @@ -332,6 +338,7 @@ Partial Class dlgExtremesClimatic 'ucrInputThresholdOperator ' Me.ucrInputThresholdOperator.AddQuotesIfUnrecognised = True + Me.ucrInputThresholdOperator.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputThresholdOperator.GetSetSelectedIndex = -1 Me.ucrInputThresholdOperator.IsReadOnly = False Me.ucrInputThresholdOperator.Location = New System.Drawing.Point(44, 18) @@ -461,6 +468,7 @@ Partial Class dlgExtremesClimatic ' 'ucrNudThresholdColumns ' + Me.ucrNudThresholdColumns.AutoSize = True Me.ucrNudThresholdColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudThresholdColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudThresholdColumns.Location = New System.Drawing.Point(70, 106) @@ -473,6 +481,7 @@ Partial Class dlgExtremesClimatic ' 'ucrNudAlpha ' + Me.ucrNudAlpha.AutoSize = True Me.ucrNudAlpha.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudAlpha.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudAlpha.Location = New System.Drawing.Point(72, 54) @@ -485,6 +494,7 @@ Partial Class dlgExtremesClimatic ' 'ucrNudThresholds ' + Me.ucrNudThresholds.AutoSize = True Me.ucrNudThresholds.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudThresholds.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudThresholds.Location = New System.Drawing.Point(124, 81) @@ -498,6 +508,7 @@ Partial Class dlgExtremesClimatic 'ucrInputDistribution ' Me.ucrInputDistribution.AddQuotesIfUnrecognised = True + Me.ucrInputDistribution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputDistribution.GetSetSelectedIndex = -1 Me.ucrInputDistribution.IsReadOnly = False Me.ucrInputDistribution.Location = New System.Drawing.Point(71, 25) @@ -527,6 +538,7 @@ Partial Class dlgExtremesClimatic ' 'ucrNudColumns ' + Me.ucrNudColumns.AutoSize = True Me.ucrNudColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudColumns.Location = New System.Drawing.Point(75, 111) @@ -540,6 +552,7 @@ Partial Class dlgExtremesClimatic 'ucrInputMin ' Me.ucrInputMin.AddQuotesIfUnrecognised = True + Me.ucrInputMin.AutoSize = True Me.ucrInputMin.IsMultiline = False Me.ucrInputMin.IsReadOnly = False Me.ucrInputMin.Location = New System.Drawing.Point(75, 16) @@ -549,15 +562,17 @@ Partial Class dlgExtremesClimatic ' 'ucrChkRugPlot ' + Me.ucrChkRugPlot.AutoSize = True Me.ucrChkRugPlot.Checked = False Me.ucrChkRugPlot.Location = New System.Drawing.Point(9, 88) Me.ucrChkRugPlot.Name = "ucrChkRugPlot" - Me.ucrChkRugPlot.Size = New System.Drawing.Size(144, 20) + Me.ucrChkRugPlot.Size = New System.Drawing.Size(144, 23) Me.ucrChkRugPlot.TabIndex = 38 ' 'ucrInputMax ' Me.ucrInputMax.AddQuotesIfUnrecognised = True + Me.ucrInputMax.AutoSize = True Me.ucrInputMax.IsMultiline = False Me.ucrInputMax.IsReadOnly = False Me.ucrInputMax.Location = New System.Drawing.Point(152, 16) @@ -568,6 +583,7 @@ Partial Class dlgExtremesClimatic 'ucrInputColours ' Me.ucrInputColours.AddQuotesIfUnrecognised = True + Me.ucrInputColours.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColours.GetSetSelectedIndex = -1 Me.ucrInputColours.IsReadOnly = False Me.ucrInputColours.Location = New System.Drawing.Point(152, 40) @@ -578,6 +594,7 @@ Partial Class dlgExtremesClimatic 'ucrInputFill ' Me.ucrInputFill.AddQuotesIfUnrecognised = True + Me.ucrInputFill.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputFill.GetSetSelectedIndex = -1 Me.ucrInputFill.IsReadOnly = False Me.ucrInputFill.Location = New System.Drawing.Point(152, 64) @@ -599,6 +616,7 @@ Partial Class dlgExtremesClimatic ' 'ucrPnlPlots ' + Me.ucrPnlPlots.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlPlots.Location = New System.Drawing.Point(12, 13) Me.ucrPnlPlots.Name = "ucrPnlPlots" Me.ucrPnlPlots.Size = New System.Drawing.Size(111, 44) @@ -645,14 +663,16 @@ Partial Class dlgExtremesClimatic ' 'ucrChkRunLength ' + Me.ucrChkRunLength.AutoSize = True Me.ucrChkRunLength.Checked = False Me.ucrChkRunLength.Location = New System.Drawing.Point(7, 20) Me.ucrChkRunLength.Name = "ucrChkRunLength" - Me.ucrChkRunLength.Size = New System.Drawing.Size(117, 20) + Me.ucrChkRunLength.Size = New System.Drawing.Size(117, 23) Me.ucrChkRunLength.TabIndex = 52 ' 'ucrNudRunLength ' + Me.ucrNudRunLength.AutoSize = True Me.ucrNudRunLength.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudRunLength.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudRunLength.Location = New System.Drawing.Point(145, 20) @@ -665,14 +685,16 @@ Partial Class dlgExtremesClimatic ' 'ucrChkPrintSummary ' + Me.ucrChkPrintSummary.AutoSize = True Me.ucrChkPrintSummary.Checked = False Me.ucrChkPrintSummary.Location = New System.Drawing.Point(7, 47) Me.ucrChkPrintSummary.Name = "ucrChkPrintSummary" - Me.ucrChkPrintSummary.Size = New System.Drawing.Size(149, 20) + Me.ucrChkPrintSummary.Size = New System.Drawing.Size(149, 23) Me.ucrChkPrintSummary.TabIndex = 45 ' 'ucrNudDeclusterColumns ' + Me.ucrNudDeclusterColumns.AutoSize = True Me.ucrNudDeclusterColumns.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDeclusterColumns.Increment = New Decimal(New Integer() {1, 0, 0, 0}) Me.ucrNudDeclusterColumns.Location = New System.Drawing.Point(145, 70) @@ -685,14 +707,16 @@ Partial Class dlgExtremesClimatic ' 'ucrChkDeclustering ' + Me.ucrChkDeclustering.AutoSize = True Me.ucrChkDeclustering.Checked = False Me.ucrChkDeclustering.Location = New System.Drawing.Point(251, 282) Me.ucrChkDeclustering.Name = "ucrChkDeclustering" - Me.ucrChkDeclustering.Size = New System.Drawing.Size(93, 20) + Me.ucrChkDeclustering.Size = New System.Drawing.Size(93, 23) Me.ucrChkDeclustering.TabIndex = 53 ' 'ucrSaveDeclusteredPlot ' + Me.ucrSaveDeclusteredPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveDeclusteredPlot.Location = New System.Drawing.Point(8, 411) Me.ucrSaveDeclusteredPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveDeclusteredPlot.Name = "ucrSaveDeclusteredPlot" @@ -701,6 +725,7 @@ Partial Class dlgExtremesClimatic ' 'ucrSaveThresholdPlot ' + Me.ucrSaveThresholdPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveThresholdPlot.Location = New System.Drawing.Point(8, 468) Me.ucrSaveThresholdPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveThresholdPlot.Name = "ucrSaveThresholdPlot" @@ -709,6 +734,7 @@ Partial Class dlgExtremesClimatic ' 'ucrSaveMrlPlot ' + Me.ucrSaveMrlPlot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveMrlPlot.Location = New System.Drawing.Point(8, 468) Me.ucrSaveMrlPlot.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveMrlPlot.Name = "ucrSaveMrlPlot" @@ -718,6 +744,7 @@ Partial Class dlgExtremesClimatic 'ucrInputFilterPreview ' Me.ucrInputFilterPreview.AddQuotesIfUnrecognised = True + Me.ucrInputFilterPreview.AutoSize = True Me.ucrInputFilterPreview.IsMultiline = False Me.ucrInputFilterPreview.IsReadOnly = True Me.ucrInputFilterPreview.Location = New System.Drawing.Point(115, 442) @@ -728,6 +755,7 @@ Partial Class dlgExtremesClimatic 'ucrInputSave ' Me.ucrInputSave.AddQuotesIfUnrecognised = True + Me.ucrInputSave.AutoSize = True Me.ucrInputSave.IsMultiline = False Me.ucrInputSave.IsReadOnly = False Me.ucrInputSave.Location = New System.Drawing.Point(203, 469) @@ -737,6 +765,7 @@ Partial Class dlgExtremesClimatic ' 'ucrReceiverDOY ' + Me.ucrReceiverDOY.AutoSize = True Me.ucrReceiverDOY.frmParent = Me Me.ucrReceiverDOY.Location = New System.Drawing.Point(251, 204) Me.ucrReceiverDOY.Margin = New System.Windows.Forms.Padding(0) @@ -749,6 +778,7 @@ Partial Class dlgExtremesClimatic ' 'ucrReceiverYear ' + Me.ucrReceiverYear.AutoSize = True Me.ucrReceiverYear.frmParent = Me Me.ucrReceiverYear.Location = New System.Drawing.Point(251, 161) Me.ucrReceiverYear.Margin = New System.Windows.Forms.Padding(0) @@ -761,6 +791,7 @@ Partial Class dlgExtremesClimatic ' 'ucrReceiverDate ' + Me.ucrReceiverDate.AutoSize = True Me.ucrReceiverDate.frmParent = Me Me.ucrReceiverDate.Location = New System.Drawing.Point(251, 119) Me.ucrReceiverDate.Margin = New System.Windows.Forms.Padding(0) @@ -773,6 +804,7 @@ Partial Class dlgExtremesClimatic ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me Me.ucrReceiverStation.Location = New System.Drawing.Point(251, 77) Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) @@ -785,6 +817,7 @@ Partial Class dlgExtremesClimatic ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me Me.ucrReceiverElement.Location = New System.Drawing.Point(251, 247) Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) @@ -797,18 +830,20 @@ Partial Class dlgExtremesClimatic ' 'ucrSelectorClimaticExtremes ' + Me.ucrSelectorClimaticExtremes.AutoSize = True Me.ucrSelectorClimaticExtremes.bDropUnusedFilterLevels = False Me.ucrSelectorClimaticExtremes.bShowHiddenColumns = False Me.ucrSelectorClimaticExtremes.bUseCurrentFilter = True Me.ucrSelectorClimaticExtremes.Location = New System.Drawing.Point(10, 36) Me.ucrSelectorClimaticExtremes.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorClimaticExtremes.Name = "ucrSelectorClimaticExtremes" - Me.ucrSelectorClimaticExtremes.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorClimaticExtremes.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorClimaticExtremes.TabIndex = 4 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 494) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -816,6 +851,7 @@ Partial Class dlgExtremesClimatic ' 'ucrPnlExtremesType ' + Me.ucrPnlExtremesType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlExtremesType.Location = New System.Drawing.Point(72, 2) Me.ucrPnlExtremesType.Name = "ucrPnlExtremesType" Me.ucrPnlExtremesType.Size = New System.Drawing.Size(280, 37) @@ -823,8 +859,8 @@ Partial Class dlgExtremesClimatic ' 'dlgExtremesClimatic ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(416, 549) Me.Controls.Add(Me.ucrChkDeclustering) diff --git a/instat/dlgFactorDataFrame.Designer.vb b/instat/dlgFactorDataFrame.Designer.vb index 9b8245e619d..12df5760677 100644 --- a/instat/dlgFactorDataFrame.Designer.vb +++ b/instat/dlgFactorDataFrame.Designer.vb @@ -68,23 +68,26 @@ Partial Class dlgFactorDataFrame ' 'ucrChkAddCurrentContrasts ' + Me.ucrChkAddCurrentContrasts.AutoSize = True Me.ucrChkAddCurrentContrasts.Checked = False Me.ucrChkAddCurrentContrasts.Location = New System.Drawing.Point(238, 149) Me.ucrChkAddCurrentContrasts.Name = "ucrChkAddCurrentContrasts" - Me.ucrChkAddCurrentContrasts.Size = New System.Drawing.Size(165, 20) + Me.ucrChkAddCurrentContrasts.Size = New System.Drawing.Size(165, 23) Me.ucrChkAddCurrentContrasts.TabIndex = 6 ' 'ucrChkReplaceIfAlreadyExists ' + Me.ucrChkReplaceIfAlreadyExists.AutoSize = True Me.ucrChkReplaceIfAlreadyExists.Checked = False Me.ucrChkReplaceIfAlreadyExists.Location = New System.Drawing.Point(238, 123) Me.ucrChkReplaceIfAlreadyExists.Name = "ucrChkReplaceIfAlreadyExists" - Me.ucrChkReplaceIfAlreadyExists.Size = New System.Drawing.Size(165, 20) + Me.ucrChkReplaceIfAlreadyExists.Size = New System.Drawing.Size(165, 23) Me.ucrChkReplaceIfAlreadyExists.TabIndex = 5 ' 'ucrInputFactorNames ' Me.ucrInputFactorNames.AddQuotesIfUnrecognised = True + Me.ucrInputFactorNames.AutoSize = True Me.ucrInputFactorNames.IsMultiline = False Me.ucrInputFactorNames.IsReadOnly = False Me.ucrInputFactorNames.Location = New System.Drawing.Point(238, 96) @@ -95,13 +98,15 @@ Partial Class dlgFactorDataFrame 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(9, 205) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 7 ' 'ucrReceiverFactorDataFrame ' + Me.ucrReceiverFactorDataFrame.AutoSize = True Me.ucrReceiverFactorDataFrame.frmParent = Me Me.ucrReceiverFactorDataFrame.Location = New System.Drawing.Point(238, 49) Me.ucrReceiverFactorDataFrame.Margin = New System.Windows.Forms.Padding(0) @@ -114,19 +119,20 @@ Partial Class dlgFactorDataFrame ' 'ucrSelectorFactorDataFrame ' + Me.ucrSelectorFactorDataFrame.AutoSize = True Me.ucrSelectorFactorDataFrame.bDropUnusedFilterLevels = False Me.ucrSelectorFactorDataFrame.bShowHiddenColumns = False Me.ucrSelectorFactorDataFrame.bUseCurrentFilter = True Me.ucrSelectorFactorDataFrame.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorFactorDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFactorDataFrame.Name = "ucrSelectorFactorDataFrame" - Me.ucrSelectorFactorDataFrame.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorFactorDataFrame.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorFactorDataFrame.TabIndex = 0 ' 'dlgFactorDataFrame ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(428, 264) Me.Controls.Add(Me.ucrChkAddCurrentContrasts) diff --git a/instat/dlgFind.Designer.vb b/instat/dlgFind.Designer.vb index 3623b7e6d08..783f3df6d2d 100644 --- a/instat/dlgFind.Designer.vb +++ b/instat/dlgFind.Designer.vb @@ -149,15 +149,16 @@ Partial Class dlgFind 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 234) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 9 ' 'dlgFind ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(420, 287) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgFindNonnumericValues.Designer.vb b/instat/dlgFindNonnumericValues.Designer.vb index 2d495c39473..d827ed8d37e 100644 --- a/instat/dlgFindNonnumericValues.Designer.vb +++ b/instat/dlgFindNonnumericValues.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgFindNonnumericValues 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgFindNonnumericValues)) Me.lblColumn = New System.Windows.Forms.Label() Me.ucrChkFilterNonumerics = New instat.ucrCheck() Me.ucrChkShowSummary = New instat.ucrCheck() @@ -34,52 +33,81 @@ Partial Class dlgFindNonnumericValues ' 'lblColumn ' - resources.ApplyResources(Me.lblColumn, "lblColumn") + Me.lblColumn.AutoSize = True + Me.lblColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumn.Location = New System.Drawing.Point(240, 45) Me.lblColumn.Name = "lblColumn" + Me.lblColumn.Size = New System.Drawing.Size(94, 13) + Me.lblColumn.TabIndex = 1 + Me.lblColumn.Text = "Character Column:" ' 'ucrChkFilterNonumerics ' + Me.ucrChkFilterNonumerics.AutoSize = True Me.ucrChkFilterNonumerics.Checked = False - resources.ApplyResources(Me.ucrChkFilterNonumerics, "ucrChkFilterNonumerics") + Me.ucrChkFilterNonumerics.Location = New System.Drawing.Point(10, 221) Me.ucrChkFilterNonumerics.Name = "ucrChkFilterNonumerics" + Me.ucrChkFilterNonumerics.Size = New System.Drawing.Size(314, 23) + Me.ucrChkFilterNonumerics.TabIndex = 4 ' 'ucrChkShowSummary ' + Me.ucrChkShowSummary.AutoSize = True Me.ucrChkShowSummary.Checked = False - resources.ApplyResources(Me.ucrChkShowSummary, "ucrChkShowSummary") + Me.ucrChkShowSummary.Location = New System.Drawing.Point(10, 196) Me.ucrChkShowSummary.Name = "ucrChkShowSummary" + Me.ucrChkShowSummary.Size = New System.Drawing.Size(350, 23) + Me.ucrChkShowSummary.TabIndex = 3 ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me - resources.ApplyResources(Me.ucrReceiverColumn, "ucrReceiverColumn") + Me.ucrReceiverColumn.Location = New System.Drawing.Point(240, 60) + Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverColumn.Name = "ucrReceiverColumn" Me.ucrReceiverColumn.Selector = Nothing + Me.ucrReceiverColumn.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverColumn.strNcFilePath = "" + Me.ucrReceiverColumn.TabIndex = 2 Me.ucrReceiverColumn.ucrSelector = Nothing ' 'ucrSelectorShowNonNumericValues ' + Me.ucrSelectorShowNonNumericValues.AutoSize = True Me.ucrSelectorShowNonNumericValues.bDropUnusedFilterLevels = False Me.ucrSelectorShowNonNumericValues.bShowHiddenColumns = False Me.ucrSelectorShowNonNumericValues.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorShowNonNumericValues, "ucrSelectorShowNonNumericValues") + Me.ucrSelectorShowNonNumericValues.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorShowNonNumericValues.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorShowNonNumericValues.Name = "ucrSelectorShowNonNumericValues" + Me.ucrSelectorShowNonNumericValues.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorShowNonNumericValues.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 274) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 7 ' 'ucrSaveColumn ' - resources.ApplyResources(Me.ucrSaveColumn, "ucrSaveColumn") + Me.ucrSaveColumn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveColumn.Location = New System.Drawing.Point(10, 247) + Me.ucrSaveColumn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveColumn.Name = "ucrSaveColumn" + Me.ucrSaveColumn.Size = New System.Drawing.Size(288, 21) + Me.ucrSaveColumn.TabIndex = 8 ' 'dlgFindNonnumericValues ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(419, 333) Me.Controls.Add(Me.ucrSaveColumn) Me.Controls.Add(Me.ucrChkFilterNonumerics) Me.Controls.Add(Me.ucrChkShowSummary) @@ -90,6 +118,8 @@ Partial Class dlgFindNonnumericValues Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MinimizeBox = False Me.Name = "dlgFindNonnumericValues" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Non-Numeric Values" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgFindNonnumericValues.resx b/instat/dlgFindNonnumericValues.resx index 2eee83be4f4..1af7de150c9 100644 --- a/instat/dlgFindNonnumericValues.resx +++ b/instat/dlgFindNonnumericValues.resx @@ -117,199 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 240, 45 - - - 94, 13 - - - 1 - - - Character Column: - - - lblColumn - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 10, 221 - - - 314, 20 - - - 4 - - - ucrChkFilterNonumerics - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 10, 196 - - - 350, 20 - - - 3 - - - ucrChkShowSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 419, 333 - - - 10, 247 - - - 4, 5, 4, 5 - - - 288, 21 - - - 8 - - - ucrSaveColumn - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorShowNonNumericValues - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 10, 274 - - - 410, 52 - - - 7 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - CenterScreen - - - Non-Numeric Values - - - dlgFindNonnumericValues - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 240, 60 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverColumn - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - \ No newline at end of file diff --git a/instat/dlgFitCorruptionModel.Designer.vb b/instat/dlgFitCorruptionModel.Designer.vb index c1b197f6004..5a7d5405fd7 100644 --- a/instat/dlgFitCorruptionModel.Designer.vb +++ b/instat/dlgFitCorruptionModel.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgCorruptionFitModel 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgCorruptionFitModel)) Me.cmdDisplayOptions = New System.Windows.Forms.Button() Me.lblModelPreview = New System.Windows.Forms.Label() Me.lblControlVariables = New System.Windows.Forms.Label() @@ -55,87 +54,137 @@ Partial Class dlgCorruptionFitModel ' 'cmdDisplayOptions ' - resources.ApplyResources(Me.cmdDisplayOptions, "cmdDisplayOptions") + Me.cmdDisplayOptions.Location = New System.Drawing.Point(10, 202) Me.cmdDisplayOptions.Name = "cmdDisplayOptions" + Me.cmdDisplayOptions.Size = New System.Drawing.Size(148, 23) + Me.cmdDisplayOptions.TabIndex = 9 + Me.cmdDisplayOptions.Text = "Display Options..." Me.cmdDisplayOptions.UseVisualStyleBackColor = True ' 'lblModelPreview ' - resources.ApplyResources(Me.lblModelPreview, "lblModelPreview") + Me.lblModelPreview.AutoSize = True + Me.lblModelPreview.Location = New System.Drawing.Point(7, 297) Me.lblModelPreview.Name = "lblModelPreview" + Me.lblModelPreview.Size = New System.Drawing.Size(80, 13) + Me.lblModelPreview.TabIndex = 7 + Me.lblModelPreview.Text = "Model Preview:" ' 'lblControlVariables ' - resources.ApplyResources(Me.lblControlVariables, "lblControlVariables") + Me.lblControlVariables.AutoSize = True + Me.lblControlVariables.Location = New System.Drawing.Point(262, 67) Me.lblControlVariables.Name = "lblControlVariables" + Me.lblControlVariables.Size = New System.Drawing.Size(89, 13) + Me.lblControlVariables.TabIndex = 3 + Me.lblControlVariables.Text = "Control Variables:" ' 'lblCorruptionOutput ' - resources.ApplyResources(Me.lblCorruptionOutput, "lblCorruptionOutput") + Me.lblCorruptionOutput.AutoSize = True + Me.lblCorruptionOutput.Location = New System.Drawing.Point(262, 20) Me.lblCorruptionOutput.Name = "lblCorruptionOutput" + Me.lblCorruptionOutput.Size = New System.Drawing.Size(93, 13) + Me.lblCorruptionOutput.TabIndex = 1 + Me.lblCorruptionOutput.Text = "Corruption Output:" ' 'lblIndicators ' - resources.ApplyResources(Me.lblIndicators, "lblIndicators") + Me.lblIndicators.AutoSize = True + Me.lblIndicators.Location = New System.Drawing.Point(262, 174) Me.lblIndicators.Name = "lblIndicators" + Me.lblIndicators.Size = New System.Drawing.Size(56, 13) + Me.lblIndicators.TabIndex = 5 + Me.lblIndicators.Text = "Indicators:" ' 'ucrSaveCorruptionModel ' - resources.ApplyResources(Me.ucrSaveCorruptionModel, "ucrSaveCorruptionModel") + Me.ucrSaveCorruptionModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveCorruptionModel.Location = New System.Drawing.Point(10, 323) + Me.ucrSaveCorruptionModel.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveCorruptionModel.Name = "ucrSaveCorruptionModel" + Me.ucrSaveCorruptionModel.Size = New System.Drawing.Size(288, 24) + Me.ucrSaveCorruptionModel.TabIndex = 10 ' 'ucrInputModelPreview ' Me.ucrInputModelPreview.AddQuotesIfUnrecognised = True + Me.ucrInputModelPreview.AutoSize = True Me.ucrInputModelPreview.IsMultiline = False Me.ucrInputModelPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrInputModelPreview, "ucrInputModelPreview") + Me.ucrInputModelPreview.Location = New System.Drawing.Point(116, 295) + Me.ucrInputModelPreview.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputModelPreview.Name = "ucrInputModelPreview" + Me.ucrInputModelPreview.Size = New System.Drawing.Size(290, 21) + Me.ucrInputModelPreview.TabIndex = 8 ' 'ucrReceiverOutput ' + Me.ucrReceiverOutput.AutoSize = True Me.ucrReceiverOutput.frmParent = Me - resources.ApplyResources(Me.ucrReceiverOutput, "ucrReceiverOutput") + Me.ucrReceiverOutput.Location = New System.Drawing.Point(265, 36) + Me.ucrReceiverOutput.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverOutput.Name = "ucrReceiverOutput" Me.ucrReceiverOutput.Selector = Nothing + Me.ucrReceiverOutput.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverOutput.strNcFilePath = "" + Me.ucrReceiverOutput.TabIndex = 2 Me.ucrReceiverOutput.ucrSelector = Nothing ' 'ucrReceiverIndicators ' + Me.ucrReceiverIndicators.AutoSize = True Me.ucrReceiverIndicators.frmParent = Me - resources.ApplyResources(Me.ucrReceiverIndicators, "ucrReceiverIndicators") + Me.ucrReceiverIndicators.Location = New System.Drawing.Point(265, 189) + Me.ucrReceiverIndicators.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverIndicators.Name = "ucrReceiverIndicators" Me.ucrReceiverIndicators.Selector = Nothing + Me.ucrReceiverIndicators.Size = New System.Drawing.Size(120, 85) Me.ucrReceiverIndicators.strNcFilePath = "" + Me.ucrReceiverIndicators.TabIndex = 6 Me.ucrReceiverIndicators.ucrSelector = Nothing ' 'ucrReceiverControlVariables ' + Me.ucrReceiverControlVariables.AutoSize = True Me.ucrReceiverControlVariables.frmParent = Me - resources.ApplyResources(Me.ucrReceiverControlVariables, "ucrReceiverControlVariables") + Me.ucrReceiverControlVariables.Location = New System.Drawing.Point(265, 83) + Me.ucrReceiverControlVariables.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverControlVariables.Name = "ucrReceiverControlVariables" Me.ucrReceiverControlVariables.Selector = Nothing + Me.ucrReceiverControlVariables.Size = New System.Drawing.Size(120, 85) Me.ucrReceiverControlVariables.strNcFilePath = "" + Me.ucrReceiverControlVariables.TabIndex = 4 Me.ucrReceiverControlVariables.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 351) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'ucrSelectorFitModel ' + Me.ucrSelectorFitModel.AutoSize = True Me.ucrSelectorFitModel.bDropUnusedFilterLevels = False Me.ucrSelectorFitModel.bShowHiddenColumns = False Me.ucrSelectorFitModel.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFitModel, "ucrSelectorFitModel") + Me.ucrSelectorFitModel.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorFitModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFitModel.Name = "ucrSelectorFitModel" + Me.ucrSelectorFitModel.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFitModel.TabIndex = 0 ' 'dlgCorruptionFitModel ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(424, 410) Me.Controls.Add(Me.lblIndicators) Me.Controls.Add(Me.lblCorruptionOutput) Me.Controls.Add(Me.lblControlVariables) @@ -152,6 +201,8 @@ Partial Class dlgCorruptionFitModel Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCorruptionFitModel" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Fit Model" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgFitCorruptionModel.resx b/instat/dlgFitCorruptionModel.resx index f59a00e28ee..29dcb1b3a35 100644 --- a/instat/dlgFitCorruptionModel.resx +++ b/instat/dlgFitCorruptionModel.resx @@ -117,334 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 10, 202 - - - 148, 23 - - - - 9 - - - Display Options... - - - cmdDisplayOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 7, 297 - - - 80, 13 - - - 7 - - - Model Preview: - - - lblModelPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - True - - - 262, 67 - - - 89, 13 - - - 3 - - - Control Variables: - - - lblControlVariables - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 262, 20 - - - 93, 13 - - - 1 - - - Corruption Output: - - - lblCorruptionOutput - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 262, 174 - - - 56, 13 - - - 5 - - - Indicators: - - - lblIndicators - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 10, 323 - - - - 5, 5, 5, 5 - - - 288, 24 - - - 10 - - - ucrSaveCorruptionModel - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 116, 295 - - - 7, 6, 7, 6 - - - 290, 21 - - - 8 - - - ucrInputModelPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 424, 410 - - - 265, 189 - - - 0, 0, 0, 0 - - - 120, 85 - - - 6 - - - ucrReceiverIndicators - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 265, 83 - - - 0, 0, 0, 0 - - - 120, 85 - - - 4 - - - ucrReceiverControlVariables - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - True - - - 10, 351 - - - 4, 4, 4, 4 - - - 410, 52 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorFitModel - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - CenterScreen - - - Fit Model - - - dlgCorruptionFitModel - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 265, 36 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverOutput - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgFitModel.Designer.vb b/instat/dlgFitModel.Designer.vb index 139a3c9de61..e209751690e 100644 --- a/instat/dlgFitModel.Designer.vb +++ b/instat/dlgFitModel.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgFitModel 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgFitModel)) Me.lblResponseVariable = New System.Windows.Forms.Label() Me.cmdModelOptions = New System.Windows.Forms.Button() Me.lblModelPreview = New System.Windows.Forms.Label() @@ -80,35 +79,64 @@ Partial Class dlgFitModel ' 'lblResponseVariable ' - resources.ApplyResources(Me.lblResponseVariable, "lblResponseVariable") + Me.lblResponseVariable.AutoSize = True + Me.lblResponseVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblResponseVariable.Location = New System.Drawing.Point(248, 43) Me.lblResponseVariable.Name = "lblResponseVariable" + Me.lblResponseVariable.Size = New System.Drawing.Size(99, 13) + Me.lblResponseVariable.TabIndex = 1 + Me.lblResponseVariable.Text = "Response Variable:" ' 'cmdModelOptions ' - resources.ApplyResources(Me.cmdModelOptions, "cmdModelOptions") + Me.cmdModelOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdModelOptions.Location = New System.Drawing.Point(376, 286) Me.cmdModelOptions.Name = "cmdModelOptions" + Me.cmdModelOptions.Size = New System.Drawing.Size(124, 23) + Me.cmdModelOptions.TabIndex = 14 + Me.cmdModelOptions.Text = "Model Options" Me.cmdModelOptions.UseVisualStyleBackColor = True ' 'lblModelPreview ' - resources.ApplyResources(Me.lblModelPreview, "lblModelPreview") + Me.lblModelPreview.AutoSize = True + Me.lblModelPreview.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblModelPreview.Location = New System.Drawing.Point(7, 291) Me.lblModelPreview.Name = "lblModelPreview" + Me.lblModelPreview.Size = New System.Drawing.Size(80, 13) + Me.lblModelPreview.TabIndex = 12 + Me.lblModelPreview.Text = "Model Preview:" ' 'cmdDisplayOptions ' - resources.ApplyResources(Me.cmdDisplayOptions, "cmdDisplayOptions") + Me.cmdDisplayOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDisplayOptions.Location = New System.Drawing.Point(376, 314) Me.cmdDisplayOptions.Name = "cmdDisplayOptions" + Me.cmdDisplayOptions.Size = New System.Drawing.Size(124, 23) + Me.cmdDisplayOptions.TabIndex = 15 + Me.cmdDisplayOptions.Text = "Display Options" Me.cmdDisplayOptions.UseVisualStyleBackColor = True ' 'lblExplanatoryModel ' - resources.ApplyResources(Me.lblExplanatoryModel, "lblExplanatoryModel") + Me.lblExplanatoryModel.AutoSize = True + Me.lblExplanatoryModel.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblExplanatoryModel.Location = New System.Drawing.Point(249, 92) Me.lblExplanatoryModel.Name = "lblExplanatoryModel" + Me.lblExplanatoryModel.Size = New System.Drawing.Size(97, 13) + Me.lblExplanatoryModel.TabIndex = 4 + Me.lblExplanatoryModel.Text = "Explanatory Model:" ' 'cmdDiv ' - resources.ApplyResources(Me.cmdDiv, "cmdDiv") + Me.cmdDiv.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdDiv.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDiv.Location = New System.Drawing.Point(97, 10) + Me.cmdDiv.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDiv.Name = "cmdDiv" + Me.cmdDiv.Size = New System.Drawing.Size(29, 30) + Me.cmdDiv.TabIndex = 3 + Me.cmdDiv.Text = "/" Me.cmdDiv.UseVisualStyleBackColor = True ' 'grpFirstCalc @@ -124,68 +152,129 @@ Partial Class dlgFitModel Me.grpFirstCalc.Controls.Add(Me.cmdClear) Me.grpFirstCalc.Controls.Add(Me.cmdZero) Me.grpFirstCalc.Controls.Add(Me.cmdMinus) - resources.ApplyResources(Me.grpFirstCalc, "grpFirstCalc") + Me.grpFirstCalc.Location = New System.Drawing.Point(246, 133) Me.grpFirstCalc.Name = "grpFirstCalc" + Me.grpFirstCalc.Size = New System.Drawing.Size(131, 111) + Me.grpFirstCalc.TabIndex = 6 Me.grpFirstCalc.TabStop = False ' 'cmdMultiply ' - resources.ApplyResources(Me.cmdMultiply, "cmdMultiply") + Me.cmdMultiply.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMultiply.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMultiply.Location = New System.Drawing.Point(67, 10) + Me.cmdMultiply.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMultiply.Name = "cmdMultiply" + Me.cmdMultiply.Size = New System.Drawing.Size(29, 30) + Me.cmdMultiply.TabIndex = 2 + Me.cmdMultiply.Text = "*" Me.cmdMultiply.UseVisualStyleBackColor = True ' 'cmdColon ' - resources.ApplyResources(Me.cmdColon, "cmdColon") + Me.cmdColon.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdColon.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdColon.Location = New System.Drawing.Point(37, 10) + Me.cmdColon.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdColon.Name = "cmdColon" + Me.cmdColon.Size = New System.Drawing.Size(29, 30) + Me.cmdColon.TabIndex = 1 + Me.cmdColon.Text = ":" Me.cmdColon.UseVisualStyleBackColor = True ' 'cmdPlus ' - resources.ApplyResources(Me.cmdPlus, "cmdPlus") + Me.cmdPlus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPlus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPlus.Location = New System.Drawing.Point(7, 10) + Me.cmdPlus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPlus.Name = "cmdPlus" + Me.cmdPlus.Size = New System.Drawing.Size(29, 30) + Me.cmdPlus.TabIndex = 0 + Me.cmdPlus.Text = "+" Me.cmdPlus.UseVisualStyleBackColor = True ' 'cmdPower ' - resources.ApplyResources(Me.cmdPower, "cmdPower") + Me.cmdPower.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdPower.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdPower.Location = New System.Drawing.Point(97, 41) + Me.cmdPower.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdPower.Name = "cmdPower" + Me.cmdPower.Size = New System.Drawing.Size(29, 32) + Me.cmdPower.TabIndex = 7 + Me.cmdPower.Text = "^" Me.cmdPower.UseVisualStyleBackColor = True ' 'cmdClosingBracket ' - resources.ApplyResources(Me.cmdClosingBracket, "cmdClosingBracket") + Me.cmdClosingBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdClosingBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClosingBracket.Location = New System.Drawing.Point(67, 41) + Me.cmdClosingBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClosingBracket.Name = "cmdClosingBracket" + Me.cmdClosingBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdClosingBracket.TabIndex = 6 + Me.cmdClosingBracket.Text = ")" Me.cmdClosingBracket.UseVisualStyleBackColor = True ' 'cmdOpeningBracket ' - resources.ApplyResources(Me.cmdOpeningBracket, "cmdOpeningBracket") + Me.cmdOpeningBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdOpeningBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOpeningBracket.Location = New System.Drawing.Point(37, 41) + Me.cmdOpeningBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdOpeningBracket.Name = "cmdOpeningBracket" + Me.cmdOpeningBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdOpeningBracket.TabIndex = 5 + Me.cmdOpeningBracket.Text = "(" Me.cmdOpeningBracket.UseVisualStyleBackColor = True ' 'cmdDoubleBracket ' - resources.ApplyResources(Me.cmdDoubleBracket, "cmdDoubleBracket") + Me.cmdDoubleBracket.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!) + Me.cmdDoubleBracket.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdDoubleBracket.Location = New System.Drawing.Point(7, 41) + Me.cmdDoubleBracket.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdDoubleBracket.Name = "cmdDoubleBracket" + Me.cmdDoubleBracket.Size = New System.Drawing.Size(29, 32) + Me.cmdDoubleBracket.TabIndex = 4 + Me.cmdDoubleBracket.Text = "( )" Me.cmdDoubleBracket.UseVisualStyleBackColor = True ' 'cmdClear ' - resources.ApplyResources(Me.cmdClear, "cmdClear") + Me.cmdClear.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdClear.Location = New System.Drawing.Point(67, 74) + Me.cmdClear.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdClear.Name = "cmdClear" + Me.cmdClear.Size = New System.Drawing.Size(60, 30) + Me.cmdClear.TabIndex = 10 + Me.cmdClear.Text = "Clear" Me.cmdClear.UseVisualStyleBackColor = True ' 'cmdZero ' - resources.ApplyResources(Me.cmdZero, "cmdZero") + Me.cmdZero.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.75!) + Me.cmdZero.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdZero.Location = New System.Drawing.Point(37, 74) + Me.cmdZero.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdZero.Name = "cmdZero" + Me.cmdZero.Size = New System.Drawing.Size(29, 30) + Me.cmdZero.TabIndex = 9 + Me.cmdZero.Text = "l()" Me.cmdZero.UseVisualStyleBackColor = True ' 'cmdMinus ' - resources.ApplyResources(Me.cmdMinus, "cmdMinus") + Me.cmdMinus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!) + Me.cmdMinus.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdMinus.Location = New System.Drawing.Point(7, 74) + Me.cmdMinus.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdMinus.Name = "cmdMinus" + Me.cmdMinus.Size = New System.Drawing.Size(29, 30) + Me.cmdMinus.TabIndex = 8 + Me.cmdMinus.Text = "-" Me.cmdMinus.UseVisualStyleBackColor = True ' 'grpSecondCalc @@ -196,122 +285,195 @@ Partial Class dlgFitModel Me.grpSecondCalc.Controls.Add(Me.cmdLog) Me.grpSecondCalc.Controls.Add(Me.cmdTan) Me.grpSecondCalc.Controls.Add(Me.cmdExp) - resources.ApplyResources(Me.grpSecondCalc, "grpSecondCalc") + Me.grpSecondCalc.Location = New System.Drawing.Point(376, 133) Me.grpSecondCalc.Name = "grpSecondCalc" + Me.grpSecondCalc.Size = New System.Drawing.Size(126, 111) + Me.grpSecondCalc.TabIndex = 7 Me.grpSecondCalc.TabStop = False ' 'cmdCos ' - resources.ApplyResources(Me.cmdCos, "cmdCos") + Me.cmdCos.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdCos.Location = New System.Drawing.Point(62, 10) + Me.cmdCos.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdCos.Name = "cmdCos" + Me.cmdCos.Size = New System.Drawing.Size(56, 30) + Me.cmdCos.TabIndex = 1 + Me.cmdCos.Text = "cos" Me.cmdCos.UseVisualStyleBackColor = True ' 'cmdSqrt ' - resources.ApplyResources(Me.cmdSqrt, "cmdSqrt") + Me.cmdSqrt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSqrt.Location = New System.Drawing.Point(5, 10) + Me.cmdSqrt.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSqrt.Name = "cmdSqrt" + Me.cmdSqrt.Size = New System.Drawing.Size(56, 30) + Me.cmdSqrt.TabIndex = 0 + Me.cmdSqrt.Text = "sqrt" Me.cmdSqrt.UseVisualStyleBackColor = True ' 'cmdSin ' - resources.ApplyResources(Me.cmdSin, "cmdSin") + Me.cmdSin.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdSin.Location = New System.Drawing.Point(62, 42) + Me.cmdSin.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdSin.Name = "cmdSin" + Me.cmdSin.Size = New System.Drawing.Size(56, 30) + Me.cmdSin.TabIndex = 3 + Me.cmdSin.Text = "sin" Me.cmdSin.UseVisualStyleBackColor = True ' 'cmdLog ' - resources.ApplyResources(Me.cmdLog, "cmdLog") + Me.cmdLog.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdLog.Location = New System.Drawing.Point(5, 42) + Me.cmdLog.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdLog.Name = "cmdLog" + Me.cmdLog.Size = New System.Drawing.Size(56, 30) + Me.cmdLog.TabIndex = 2 + Me.cmdLog.Text = "log" Me.cmdLog.UseVisualStyleBackColor = True ' 'cmdTan ' - resources.ApplyResources(Me.cmdTan, "cmdTan") + Me.cmdTan.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTan.Location = New System.Drawing.Point(62, 74) + Me.cmdTan.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdTan.Name = "cmdTan" + Me.cmdTan.Size = New System.Drawing.Size(56, 30) + Me.cmdTan.TabIndex = 5 + Me.cmdTan.Text = "tan" Me.cmdTan.UseVisualStyleBackColor = True ' 'cmdExp ' - resources.ApplyResources(Me.cmdExp, "cmdExp") + Me.cmdExp.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdExp.Location = New System.Drawing.Point(5, 74) + Me.cmdExp.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.cmdExp.Name = "cmdExp" + Me.cmdExp.Size = New System.Drawing.Size(56, 30) + Me.cmdExp.TabIndex = 4 + Me.cmdExp.Text = "exp" Me.cmdExp.UseVisualStyleBackColor = True ' 'lblType ' Me.lblType.ForeColor = System.Drawing.SystemColors.ControlText - resources.ApplyResources(Me.lblType, "lblType") + Me.lblType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblType.Location = New System.Drawing.Point(159, 199) Me.lblType.Name = "lblType" + Me.lblType.Size = New System.Drawing.Size(79, 16) + Me.lblType.TabIndex = 9 ' 'lblRVType ' - resources.ApplyResources(Me.lblRVType, "lblRVType") + Me.lblRVType.AutoSize = True + Me.lblRVType.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblRVType.Location = New System.Drawing.Point(9, 199) Me.lblRVType.Name = "lblRVType" + Me.lblRVType.Size = New System.Drawing.Size(126, 13) + Me.lblRVType.TabIndex = 8 + Me.lblRVType.Text = "Response Variable Type:" ' 'ucrTryModelling ' - resources.ApplyResources(Me.ucrTryModelling, "ucrTryModelling") + Me.ucrTryModelling.AutoSize = True + Me.ucrTryModelling.Location = New System.Drawing.Point(0, 252) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False + Me.ucrTryModelling.Size = New System.Drawing.Size(480, 30) + Me.ucrTryModelling.TabIndex = 11 ' 'ucrModelName ' - resources.ApplyResources(Me.ucrModelName, "ucrModelName") + Me.ucrModelName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrModelName.Location = New System.Drawing.Point(10, 315) + Me.ucrModelName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrModelName.Name = "ucrModelName" + Me.ucrModelName.Size = New System.Drawing.Size(302, 24) + Me.ucrModelName.TabIndex = 16 ' 'ucrChkConvertToVariate ' + Me.ucrChkConvertToVariate.AutoSize = True Me.ucrChkConvertToVariate.Checked = False - resources.ApplyResources(Me.ucrChkConvertToVariate, "ucrChkConvertToVariate") + Me.ucrChkConvertToVariate.Location = New System.Drawing.Point(382, 58) Me.ucrChkConvertToVariate.Name = "ucrChkConvertToVariate" + Me.ucrChkConvertToVariate.Size = New System.Drawing.Size(120, 23) + Me.ucrChkConvertToVariate.TabIndex = 3 ' 'ucrReceiverExpressionFitModel ' + Me.ucrReceiverExpressionFitModel.AutoSize = True Me.ucrReceiverExpressionFitModel.frmParent = Me - resources.ApplyResources(Me.ucrReceiverExpressionFitModel, "ucrReceiverExpressionFitModel") + Me.ucrReceiverExpressionFitModel.Location = New System.Drawing.Point(247, 107) Me.ucrReceiverExpressionFitModel.Name = "ucrReceiverExpressionFitModel" Me.ucrReceiverExpressionFitModel.Selector = Nothing + Me.ucrReceiverExpressionFitModel.Size = New System.Drawing.Size(256, 30) Me.ucrReceiverExpressionFitModel.strNcFilePath = "" + Me.ucrReceiverExpressionFitModel.TabIndex = 5 Me.ucrReceiverExpressionFitModel.ucrSelector = Nothing ' 'ucrInputModelPreview ' Me.ucrInputModelPreview.AddQuotesIfUnrecognised = True + Me.ucrInputModelPreview.AutoSize = True Me.ucrInputModelPreview.IsMultiline = False Me.ucrInputModelPreview.IsReadOnly = False - resources.ApplyResources(Me.ucrInputModelPreview, "ucrInputModelPreview") + Me.ucrInputModelPreview.Location = New System.Drawing.Point(106, 287) Me.ucrInputModelPreview.Name = "ucrInputModelPreview" + Me.ucrInputModelPreview.Size = New System.Drawing.Size(261, 21) + Me.ucrInputModelPreview.TabIndex = 13 ' 'ucrFamily ' - resources.ApplyResources(Me.ucrFamily, "ucrFamily") + Me.ucrFamily.AutoSize = True + Me.ucrFamily.Location = New System.Drawing.Point(10, 218) Me.ucrFamily.Name = "ucrFamily" + Me.ucrFamily.Size = New System.Drawing.Size(207, 29) + Me.ucrFamily.TabIndex = 10 ' 'ucrReceiverResponseVar ' + Me.ucrReceiverResponseVar.AutoSize = True Me.ucrReceiverResponseVar.frmParent = Me - resources.ApplyResources(Me.ucrReceiverResponseVar, "ucrReceiverResponseVar") + Me.ucrReceiverResponseVar.Location = New System.Drawing.Point(247, 58) + Me.ucrReceiverResponseVar.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverResponseVar.Name = "ucrReceiverResponseVar" Me.ucrReceiverResponseVar.Selector = Nothing + Me.ucrReceiverResponseVar.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverResponseVar.strNcFilePath = "" + Me.ucrReceiverResponseVar.TabIndex = 2 Me.ucrReceiverResponseVar.ucrSelector = Nothing ' 'ucrSelectorByDataFrameAddRemoveForFitModel ' + Me.ucrSelectorByDataFrameAddRemoveForFitModel.AutoSize = True Me.ucrSelectorByDataFrameAddRemoveForFitModel.bDropUnusedFilterLevels = False Me.ucrSelectorByDataFrameAddRemoveForFitModel.bShowHiddenColumns = False Me.ucrSelectorByDataFrameAddRemoveForFitModel.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorByDataFrameAddRemoveForFitModel, "ucrSelectorByDataFrameAddRemoveForFitModel") + Me.ucrSelectorByDataFrameAddRemoveForFitModel.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorByDataFrameAddRemoveForFitModel.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorByDataFrameAddRemoveForFitModel.Name = "ucrSelectorByDataFrameAddRemoveForFitModel" + Me.ucrSelectorByDataFrameAddRemoveForFitModel.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorByDataFrameAddRemoveForFitModel.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 343) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 17 ' 'dlgFitModel ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(510, 401) Me.Controls.Add(Me.lblType) Me.Controls.Add(Me.lblRVType) Me.Controls.Add(Me.ucrTryModelling) @@ -334,7 +496,9 @@ Partial Class dlgFitModel Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgFitModel" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Fit_Model" + Me.Text = "Fit Model" Me.grpFirstCalc.ResumeLayout(False) Me.grpSecondCalc.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/dlgFitModel.resx b/instat/dlgFitModel.resx index 3f70bd1bb5b..29dcb1b3a35 100644 --- a/instat/dlgFitModel.resx +++ b/instat/dlgFitModel.resx @@ -117,1012 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 248, 43 - - - 99, 13 - - - 1 - - - Response Variable: - - - lblResponseVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - NoControl - - - 376, 286 - - - 124, 23 - - - 14 - - - Model Options - - - cmdModelOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 7, 291 - - - 80, 13 - - - 12 - - - Model Preview: - - - lblModelPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 376, 314 - - - 124, 23 - - - 15 - - - Display Options - - - cmdDisplayOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 249, 92 - - - 97, 13 - - - 4 - - - Explanatory Model: - - - lblExplanatoryModel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 97, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 3 - - - / - - - cmdDiv - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 6 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 67, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 2 - - - * - - - cmdMultiply - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 0 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 37, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 1 - - - : - - - cmdColon - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 1 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 7, 10 - - - 2, 3, 2, 3 - - - 29, 30 - - - 0 - - - + - - - cmdPlus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 2 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 97, 41 - - - 2, 3, 2, 3 - - - 29, 32 - - - 7 - - - ^ - - - cmdPower - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 3 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 67, 41 - - - 2, 3, 2, 3 - - - 29, 32 - - - 6 - - - ) - - - cmdClosingBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 4 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 37, 41 - - - 2, 3, 2, 3 - - - 29, 32 - - - 5 - - - ( - - - cmdOpeningBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 5 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 7, 41 - - - 2, 3, 2, 3 - - - 29, 32 - - - 4 - - - ( ) - - - cmdDoubleBracket - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 7 - - - NoControl - - - 67, 74 - - - 2, 3, 2, 3 - - - 60, 30 - - - 10 - - - Clear - - - cmdClear - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 8 - - - Microsoft Sans Serif, 8.75pt - - - NoControl - - - 37, 74 - - - 2, 3, 2, 3 - - - 29, 30 - - - 9 - - - l() - - - cmdZero - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 9 - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 7, 74 - - - 2, 3, 2, 3 - - - 29, 30 - - - 8 - - - - - - - cmdMinus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpFirstCalc - - - 10 - - - 246, 133 - - - 131, 111 - - - 6 - - - grpFirstCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 62, 10 - - - 2, 3, 2, 3 - - - 56, 30 - - - 1 - - - cos - - - cmdCos - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 0 - - - NoControl - - - 5, 10 - - - 2, 3, 2, 3 - - - 56, 30 - - - 0 - - - sqrt - - - cmdSqrt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 1 - - - NoControl - - - 62, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 3 - - - sin - - - cmdSin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 2 - - - NoControl - - - 5, 42 - - - 2, 3, 2, 3 - - - 56, 30 - - - 2 - - - log - - - cmdLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 3 - - - NoControl - - - 62, 74 - - - 2, 3, 2, 3 - - - 56, 30 - - - 5 - - - tan - - - cmdTan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 4 - - - NoControl - - - 5, 74 - - - 2, 3, 2, 3 - - - 56, 30 - - - 4 - - - exp - - - cmdExp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpSecondCalc - - - 5 - - - 376, 133 - - - 126, 111 - - - 7 - - - grpSecondCalc - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - NoControl - - - 159, 199 - - - 79, 16 - - - 9 - - - lblType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 9, 199 - - - 126, 13 - - - 8 - - - Response Variable Type: - - - lblRVType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 0, 252 - - - 480, 29 - - - 11 - - - ucrTryModelling - - - instat.ucrTry, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - 10, 315 - - - 4, 5, 4, 5 - - - 302, 24 - - - 16 - - - ucrModelName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 382, 58 - - - 120, 20 - - - 3 - - - ucrChkConvertToVariate - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 510, 401 - - - 106, 287 - - - 261, 21 - - - 13 - - - ucrInputModelPreview - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 218 - - - 207, 29 - - - 10 - - - ucrFamily - - - instat.ucrDistributions, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 247, 58 - - - 0, 0, 0, 0 - - - 120, 20 - - - 2 - - - ucrReceiverResponseVar - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorByDataFrameAddRemoveForFitModel - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - True - - - 10, 343 - - - 410, 52 - - - 17 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - CenterScreen - - - Fit Model - - - dlgFitModel - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247, 107 - - - 256, 30 - - - 5 - - - ucrReceiverExpressionFitModel - - - instat.ucrReceiverExpression, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - \ No newline at end of file diff --git a/instat/dlgFlatFrequencyTable.Designer.vb b/instat/dlgFlatFrequencyTable.Designer.vb index 77f78fe38bf..2dddf2f41fc 100644 --- a/instat/dlgFlatFrequencyTable.Designer.vb +++ b/instat/dlgFlatFrequencyTable.Designer.vb @@ -67,14 +67,16 @@ Partial Class dlgFlatFrequencyTable ' 'ucrChkAddMargins ' + Me.ucrChkAddMargins.AutoSize = True Me.ucrChkAddMargins.Checked = False Me.ucrChkAddMargins.Location = New System.Drawing.Point(10, 239) Me.ucrChkAddMargins.Name = "ucrChkAddMargins" - Me.ucrChkAddMargins.Size = New System.Drawing.Size(100, 20) + Me.ucrChkAddMargins.Size = New System.Drawing.Size(100, 23) Me.ucrChkAddMargins.TabIndex = 5 ' 'ucrColumnVariable ' + Me.ucrColumnVariable.AutoSize = True Me.ucrColumnVariable.frmParent = Me Me.ucrColumnVariable.Location = New System.Drawing.Point(264, 58) Me.ucrColumnVariable.Margin = New System.Windows.Forms.Padding(0) @@ -87,6 +89,7 @@ Partial Class dlgFlatFrequencyTable ' 'ucrRowVariable ' + Me.ucrRowVariable.AutoSize = True Me.ucrRowVariable.frmParent = Me Me.ucrRowVariable.Location = New System.Drawing.Point(264, 165) Me.ucrRowVariable.Margin = New System.Windows.Forms.Padding(0) @@ -99,18 +102,20 @@ Partial Class dlgFlatFrequencyTable ' 'ucrSelectorDataFrame ' + Me.ucrSelectorDataFrame.AutoSize = True Me.ucrSelectorDataFrame.bDropUnusedFilterLevels = False Me.ucrSelectorDataFrame.bShowHiddenColumns = False Me.ucrSelectorDataFrame.bUseCurrentFilter = True Me.ucrSelectorDataFrame.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorDataFrame.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorDataFrame.Name = "ucrSelectorDataFrame" - Me.ucrSelectorDataFrame.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorDataFrame.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorDataFrame.TabIndex = 0 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 264) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(405, 52) @@ -118,8 +123,8 @@ Partial Class dlgFlatFrequencyTable ' 'dlgFlatFrequencyTable ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 322) Me.Controls.Add(Me.ucrChkAddMargins) diff --git a/instat/dlgFormat.Designer.vb b/instat/dlgFormat.Designer.vb index 24c0b297291..3891039e971 100644 --- a/instat/dlgFormat.Designer.vb +++ b/instat/dlgFormat.Designer.vb @@ -69,6 +69,7 @@ Partial Class dlgFormat ' 'ucrMultiple ' + Me.ucrMultiple.AutoSize = True Me.ucrMultiple.frmParent = Me Me.ucrMultiple.Location = New System.Drawing.Point(211, 19) Me.ucrMultiple.Margin = New System.Windows.Forms.Padding(0) @@ -91,26 +92,28 @@ Partial Class dlgFormat ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Dock = System.Windows.Forms.DockStyle.Left Me.ucrAddRemove.Location = New System.Drawing.Point(0, 0) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(205, 214) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 214) Me.ucrAddRemove.TabIndex = 5 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(13, 156) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 6 ' 'dlgFormat ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(435, 214) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgFourVariableModelling.Designer.vb b/instat/dlgFourVariableModelling.Designer.vb index 034c4e5b35b..ce87ae0c426 100644 --- a/instat/dlgFourVariableModelling.Designer.vb +++ b/instat/dlgFourVariableModelling.Designer.vb @@ -162,6 +162,7 @@ Partial Class dlgFourVariableModelling 'ucrInputModelOperators2 ' Me.ucrInputModelOperators2.AddQuotesIfUnrecognised = True + Me.ucrInputModelOperators2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputModelOperators2.GetSetSelectedIndex = -1 Me.ucrInputModelOperators2.IsReadOnly = False Me.ucrInputModelOperators2.Location = New System.Drawing.Point(355, 201) @@ -172,6 +173,7 @@ Partial Class dlgFourVariableModelling 'ucrInputModelOperators1 ' Me.ucrInputModelOperators1.AddQuotesIfUnrecognised = True + Me.ucrInputModelOperators1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputModelOperators1.GetSetSelectedIndex = -1 Me.ucrInputModelOperators1.IsReadOnly = False Me.ucrInputModelOperators1.Location = New System.Drawing.Point(355, 124) @@ -181,6 +183,7 @@ Partial Class dlgFourVariableModelling ' 'ucrReceiverThirdExplanatory ' + Me.ucrReceiverThirdExplanatory.AutoSize = True Me.ucrReceiverThirdExplanatory.frmParent = Me Me.ucrReceiverThirdExplanatory.Location = New System.Drawing.Point(266, 250) Me.ucrReceiverThirdExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -194,6 +197,7 @@ Partial Class dlgFourVariableModelling 'ucrModelPreview ' Me.ucrModelPreview.AddQuotesIfUnrecognised = True + Me.ucrModelPreview.AutoSize = True Me.ucrModelPreview.IsMultiline = False Me.ucrModelPreview.IsReadOnly = False Me.ucrModelPreview.Location = New System.Drawing.Point(96, 349) @@ -203,6 +207,7 @@ Partial Class dlgFourVariableModelling ' 'ucrDistributionChoice ' + Me.ucrDistributionChoice.AutoSize = True Me.ucrDistributionChoice.Location = New System.Drawing.Point(14, 298) Me.ucrDistributionChoice.Name = "ucrDistributionChoice" Me.ucrDistributionChoice.Size = New System.Drawing.Size(225, 35) @@ -210,6 +215,7 @@ Partial Class dlgFourVariableModelling ' 'ucrReceiverSecondExplanatory ' + Me.ucrReceiverSecondExplanatory.AutoSize = True Me.ucrReceiverSecondExplanatory.frmParent = Me Me.ucrReceiverSecondExplanatory.Location = New System.Drawing.Point(266, 175) Me.ucrReceiverSecondExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -222,6 +228,7 @@ Partial Class dlgFourVariableModelling ' 'ucrReceiverFirstExplanatory ' + Me.ucrReceiverFirstExplanatory.AutoSize = True Me.ucrReceiverFirstExplanatory.frmParent = Me Me.ucrReceiverFirstExplanatory.Location = New System.Drawing.Point(266, 99) Me.ucrReceiverFirstExplanatory.Margin = New System.Windows.Forms.Padding(0) @@ -234,6 +241,7 @@ Partial Class dlgFourVariableModelling ' 'ucrReceiverResponse ' + Me.ucrReceiverResponse.AutoSize = True Me.ucrReceiverResponse.frmParent = Me Me.ucrReceiverResponse.Location = New System.Drawing.Point(266, 44) Me.ucrReceiverResponse.Margin = New System.Windows.Forms.Padding(0) @@ -246,6 +254,7 @@ Partial Class dlgFourVariableModelling ' 'ucrSelectorFourVariableModelling ' + Me.ucrSelectorFourVariableModelling.AutoSize = True Me.ucrSelectorFourVariableModelling.bDropUnusedFilterLevels = False Me.ucrSelectorFourVariableModelling.bShowHiddenColumns = False Me.ucrSelectorFourVariableModelling.bUseCurrentFilter = True @@ -258,6 +267,7 @@ Partial Class dlgFourVariableModelling 'ucrBaseFourVariableModelling ' Me.ucrBaseFourVariableModelling.AutoSize = True + Me.ucrBaseFourVariableModelling.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBaseFourVariableModelling.Location = New System.Drawing.Point(10, 406) Me.ucrBaseFourVariableModelling.Name = "ucrBaseFourVariableModelling" Me.ucrBaseFourVariableModelling.Size = New System.Drawing.Size(405, 52) @@ -265,6 +275,7 @@ Partial Class dlgFourVariableModelling ' 'ucrSaveModel ' + Me.ucrSaveModel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveModel.Location = New System.Drawing.Point(10, 376) Me.ucrSaveModel.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveModel.Name = "ucrSaveModel" @@ -273,10 +284,11 @@ Partial Class dlgFourVariableModelling ' 'ucrChkConvertToNumeric ' + Me.ucrChkConvertToNumeric.AutoSize = True Me.ucrChkConvertToNumeric.Checked = False Me.ucrChkConvertToNumeric.Location = New System.Drawing.Point(397, 44) Me.ucrChkConvertToNumeric.Name = "ucrChkConvertToNumeric" - Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(136, 20) + Me.ucrChkConvertToNumeric.Size = New System.Drawing.Size(136, 23) Me.ucrChkConvertToNumeric.TabIndex = 3 ' 'cmdFirstExplanatoryFunction @@ -308,6 +320,7 @@ Partial Class dlgFourVariableModelling ' 'UcrDialogDisabled1 ' + Me.UcrDialogDisabled1.AutoSize = True Me.UcrDialogDisabled1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.UcrDialogDisabled1.Location = New System.Drawing.Point(125, 143) Me.UcrDialogDisabled1.Name = "UcrDialogDisabled1" @@ -316,8 +329,8 @@ Partial Class dlgFourVariableModelling ' 'dlgFourVariableModelling ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(546, 460) Me.Controls.Add(Me.UcrDialogDisabled1) diff --git a/instat/dlgFreezeColumns.Designer.vb b/instat/dlgFreezeColumns.Designer.vb index 75e392c8bee..cbf01e8825c 100644 --- a/instat/dlgFreezeColumns.Designer.vb +++ b/instat/dlgFreezeColumns.Designer.vb @@ -46,17 +46,19 @@ Partial Class dlgFreezeColumns ' 'ucrSelectorByDataFrameAddRemoveforFreezeColumns ' + Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.AutoSize = True Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.bDropUnusedFilterLevels = False Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.bShowHiddenColumns = False Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.bUseCurrentFilter = True Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.Location = New System.Drawing.Point(10, 10) Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.Name = "ucrSelectorByDataFrameAddRemoveforFreezeColumns" - Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorByDataFrameAddRemoveforFreezeColumns.TabIndex = 0 ' 'ucrReceiverMultipleforFreezeColumns ' + Me.ucrReceiverMultipleforFreezeColumns.AutoSize = True Me.ucrReceiverMultipleforFreezeColumns.frmParent = Me Me.ucrReceiverMultipleforFreezeColumns.Location = New System.Drawing.Point(259, 60) Me.ucrReceiverMultipleforFreezeColumns.Margin = New System.Windows.Forms.Padding(0) @@ -70,9 +72,10 @@ Partial Class dlgFreezeColumns 'ucrBaseforFreezeColumns ' Me.ucrBaseforFreezeColumns.AutoSize = True + Me.ucrBaseforFreezeColumns.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBaseforFreezeColumns.Location = New System.Drawing.Point(10, 211) Me.ucrBaseforFreezeColumns.Name = "ucrBaseforFreezeColumns" - Me.ucrBaseforFreezeColumns.Size = New System.Drawing.Size(410, 52) + Me.ucrBaseforFreezeColumns.Size = New System.Drawing.Size(405, 52) Me.ucrBaseforFreezeColumns.TabIndex = 3 ' 'lblFreezeColumns @@ -86,8 +89,8 @@ Partial Class dlgFreezeColumns ' 'dlgFreezeColumns ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(418, 271) Me.Controls.Add(Me.lblFreezeColumns) diff --git a/instat/dlgFreqTables.Designer.vb b/instat/dlgFreqTables.Designer.vb index e6eb3535195..7909b1e380c 100644 --- a/instat/dlgFreqTables.Designer.vb +++ b/instat/dlgFreqTables.Designer.vb @@ -163,6 +163,7 @@ Partial Class dlgFreqTables ' 'ucrReceiverMultiple ' + Me.ucrReceiverMultiple.AutoSize = True Me.ucrReceiverMultiple.frmParent = Me Me.ucrReceiverMultiple.Location = New System.Drawing.Point(213, 45) Me.ucrReceiverMultiple.Margin = New System.Windows.Forms.Padding(0) @@ -175,25 +176,27 @@ Partial Class dlgFreqTables ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(3, 28) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(204, 132) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 133) Me.ucrAddRemove.TabIndex = 1 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(51, 310) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 55) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgFreqTables ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(506, 366) Me.Controls.Add(Me.lblSelectedVariables) diff --git a/instat/dlgFrequency.Designer.vb b/instat/dlgFrequency.Designer.vb index f102762f134..c48f54548ee 100644 --- a/instat/dlgFrequency.Designer.vb +++ b/instat/dlgFrequency.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgFrequency 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgFrequency)) Me.lblFactors = New System.Windows.Forms.Label() Me.cmdOptions = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() @@ -67,14 +66,23 @@ Partial Class dlgFrequency ' 'lblFactors ' - resources.ApplyResources(Me.lblFactors, "lblFactors") + Me.lblFactors.AutoSize = True + Me.lblFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactors.Location = New System.Drawing.Point(253, 45) Me.lblFactors.Name = "lblFactors" + Me.lblFactors.Size = New System.Drawing.Size(45, 13) + Me.lblFactors.TabIndex = 1 Me.lblFactors.Tag = "Factors:" + Me.lblFactors.Text = "Factors:" ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(323, 410) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(86, 23) + Me.cmdOptions.TabIndex = 10 + Me.cmdOptions.Text = "Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'GroupBox1 @@ -84,47 +92,69 @@ Partial Class dlgFrequency Me.GroupBox1.Controls.Add(Me.lblColumnFactors) Me.GroupBox1.Controls.Add(Me.ucrNudSigFigs) Me.GroupBox1.Controls.Add(Me.lblSigFigs) - resources.ApplyResources(Me.GroupBox1, "GroupBox1") + Me.GroupBox1.Location = New System.Drawing.Point(10, 292) Me.GroupBox1.Name = "GroupBox1" + Me.GroupBox1.Size = New System.Drawing.Size(186, 113) + Me.GroupBox1.TabIndex = 3 Me.GroupBox1.TabStop = False + Me.GroupBox1.Text = "Display" ' 'ucrNudColumnFactors ' + Me.ucrNudColumnFactors.AutoSize = True Me.ucrNudColumnFactors.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumnFactors.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColumnFactors, "ucrNudColumnFactors") + Me.ucrNudColumnFactors.Location = New System.Drawing.Point(129, 48) Me.ucrNudColumnFactors.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudColumnFactors.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudColumnFactors.Name = "ucrNudColumnFactors" + Me.ucrNudColumnFactors.Size = New System.Drawing.Size(50, 20) + Me.ucrNudColumnFactors.TabIndex = 22 Me.ucrNudColumnFactors.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkDisplaySummariesAsRow ' + Me.ucrChkDisplaySummariesAsRow.AutoSize = True Me.ucrChkDisplaySummariesAsRow.Checked = False - resources.ApplyResources(Me.ucrChkDisplaySummariesAsRow, "ucrChkDisplaySummariesAsRow") + Me.ucrChkDisplaySummariesAsRow.Location = New System.Drawing.Point(11, 74) Me.ucrChkDisplaySummariesAsRow.Name = "ucrChkDisplaySummariesAsRow" + Me.ucrChkDisplaySummariesAsRow.Size = New System.Drawing.Size(175, 23) + Me.ucrChkDisplaySummariesAsRow.TabIndex = 14 ' 'lblColumnFactors ' - resources.ApplyResources(Me.lblColumnFactors, "lblColumnFactors") + Me.lblColumnFactors.AutoSize = True + Me.lblColumnFactors.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColumnFactors.Location = New System.Drawing.Point(8, 53) Me.lblColumnFactors.Name = "lblColumnFactors" + Me.lblColumnFactors.Size = New System.Drawing.Size(86, 13) + Me.lblColumnFactors.TabIndex = 21 Me.lblColumnFactors.Tag = "" + Me.lblColumnFactors.Text = "Column Factors :" ' 'ucrNudSigFigs ' + Me.ucrNudSigFigs.AutoSize = True Me.ucrNudSigFigs.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSigFigs.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSigFigs, "ucrNudSigFigs") + Me.ucrNudSigFigs.Location = New System.Drawing.Point(129, 22) Me.ucrNudSigFigs.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudSigFigs.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudSigFigs.Name = "ucrNudSigFigs" + Me.ucrNudSigFigs.Size = New System.Drawing.Size(50, 20) + Me.ucrNudSigFigs.TabIndex = 5 Me.ucrNudSigFigs.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'lblSigFigs ' - resources.ApplyResources(Me.lblSigFigs, "lblSigFigs") + Me.lblSigFigs.AutoSize = True + Me.lblSigFigs.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSigFigs.Location = New System.Drawing.Point(8, 25) Me.lblSigFigs.Name = "lblSigFigs" + Me.lblSigFigs.Size = New System.Drawing.Size(96, 13) + Me.lblSigFigs.TabIndex = 4 Me.lblSigFigs.Tag = "Significant_Figures:" + Me.lblSigFigs.Text = "Significant Figures:" ' 'grpDisplay ' @@ -132,99 +162,152 @@ Partial Class dlgFrequency Me.grpDisplay.Controls.Add(Me.ucrReceiverMultiplePercentages) Me.grpDisplay.Controls.Add(Me.ucrChkPercentageProportion) Me.grpDisplay.Controls.Add(Me.ucrChkDisplayAsPercentage) - resources.ApplyResources(Me.grpDisplay, "grpDisplay") + Me.grpDisplay.Location = New System.Drawing.Point(219, 213) Me.grpDisplay.Name = "grpDisplay" + Me.grpDisplay.Size = New System.Drawing.Size(174, 192) + Me.grpDisplay.TabIndex = 4 Me.grpDisplay.TabStop = False + Me.grpDisplay.Text = "Percentages" ' 'lblFactorsAsPercentage ' - resources.ApplyResources(Me.lblFactorsAsPercentage, "lblFactorsAsPercentage") + Me.lblFactorsAsPercentage.AutoSize = True + Me.lblFactorsAsPercentage.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFactorsAsPercentage.Location = New System.Drawing.Point(18, 44) Me.lblFactorsAsPercentage.Name = "lblFactorsAsPercentage" + Me.lblFactorsAsPercentage.Size = New System.Drawing.Size(117, 13) + Me.lblFactorsAsPercentage.TabIndex = 1 Me.lblFactorsAsPercentage.Tag = "Factors as Percentage:" + Me.lblFactorsAsPercentage.Text = "Factors as Percentage:" ' 'ucrReceiverMultiplePercentages ' + Me.ucrReceiverMultiplePercentages.AutoSize = True Me.ucrReceiverMultiplePercentages.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultiplePercentages, "ucrReceiverMultiplePercentages") + Me.ucrReceiverMultiplePercentages.Location = New System.Drawing.Point(18, 59) + Me.ucrReceiverMultiplePercentages.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultiplePercentages.Name = "ucrReceiverMultiplePercentages" Me.ucrReceiverMultiplePercentages.Selector = Nothing + Me.ucrReceiverMultiplePercentages.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverMultiplePercentages.strNcFilePath = "" + Me.ucrReceiverMultiplePercentages.TabIndex = 2 Me.ucrReceiverMultiplePercentages.ucrSelector = Nothing ' 'ucrChkPercentageProportion ' + Me.ucrChkPercentageProportion.AutoSize = True Me.ucrChkPercentageProportion.Checked = False - resources.ApplyResources(Me.ucrChkPercentageProportion, "ucrChkPercentageProportion") + Me.ucrChkPercentageProportion.Location = New System.Drawing.Point(5, 171) Me.ucrChkPercentageProportion.Name = "ucrChkPercentageProportion" + Me.ucrChkPercentageProportion.Size = New System.Drawing.Size(160, 23) + Me.ucrChkPercentageProportion.TabIndex = 3 ' 'ucrChkDisplayAsPercentage ' + Me.ucrChkDisplayAsPercentage.AutoSize = True Me.ucrChkDisplayAsPercentage.Checked = False - resources.ApplyResources(Me.ucrChkDisplayAsPercentage, "ucrChkDisplayAsPercentage") + Me.ucrChkDisplayAsPercentage.Location = New System.Drawing.Point(14, 19) Me.ucrChkDisplayAsPercentage.Name = "ucrChkDisplayAsPercentage" + Me.ucrChkDisplayAsPercentage.Size = New System.Drawing.Size(135, 23) + Me.ucrChkDisplayAsPercentage.TabIndex = 0 ' 'lblMarginName ' - resources.ApplyResources(Me.lblMarginName, "lblMarginName") + Me.lblMarginName.AutoSize = True + Me.lblMarginName.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMarginName.Location = New System.Drawing.Point(7, 262) Me.lblMarginName.Name = "lblMarginName" + Me.lblMarginName.Size = New System.Drawing.Size(76, 13) + Me.lblMarginName.TabIndex = 17 + Me.lblMarginName.Text = "Margin Name :" ' 'ucrInputMarginName ' Me.ucrInputMarginName.AddQuotesIfUnrecognised = True + Me.ucrInputMarginName.AutoSize = True Me.ucrInputMarginName.IsMultiline = False Me.ucrInputMarginName.IsReadOnly = False - resources.ApplyResources(Me.ucrInputMarginName, "ucrInputMarginName") + Me.ucrInputMarginName.Location = New System.Drawing.Point(92, 258) Me.ucrInputMarginName.Name = "ucrInputMarginName" + Me.ucrInputMarginName.Size = New System.Drawing.Size(70, 21) + Me.ucrInputMarginName.TabIndex = 18 ' 'ucrSaveTable ' - resources.ApplyResources(Me.ucrSaveTable, "ucrSaveTable") + Me.ucrSaveTable.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveTable.Location = New System.Drawing.Point(10, 411) + Me.ucrSaveTable.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveTable.Name = "ucrSaveTable" + Me.ucrSaveTable.Size = New System.Drawing.Size(270, 19) + Me.ucrSaveTable.TabIndex = 9 ' 'ucrChkDisplayMargins ' + Me.ucrChkDisplayMargins.AutoSize = True Me.ucrChkDisplayMargins.Checked = False - resources.ApplyResources(Me.ucrChkDisplayMargins, "ucrChkDisplayMargins") + Me.ucrChkDisplayMargins.Location = New System.Drawing.Point(10, 232) Me.ucrChkDisplayMargins.Name = "ucrChkDisplayMargins" + Me.ucrChkDisplayMargins.Size = New System.Drawing.Size(130, 23) + Me.ucrChkDisplayMargins.TabIndex = 8 ' 'ucrChkStoreResults ' + Me.ucrChkStoreResults.AutoSize = True Me.ucrChkStoreResults.Checked = False - resources.ApplyResources(Me.ucrChkStoreResults, "ucrChkStoreResults") + Me.ucrChkStoreResults.Location = New System.Drawing.Point(10, 205) Me.ucrChkStoreResults.Name = "ucrChkStoreResults" + Me.ucrChkStoreResults.Size = New System.Drawing.Size(135, 23) + Me.ucrChkStoreResults.TabIndex = 7 ' 'ucrReceiverFactors ' + Me.ucrReceiverFactors.AutoSize = True Me.ucrReceiverFactors.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFactors, "ucrReceiverFactors") + Me.ucrReceiverFactors.Location = New System.Drawing.Point(253, 60) + Me.ucrReceiverFactors.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFactors.Name = "ucrReceiverFactors" Me.ucrReceiverFactors.Selector = Nothing + Me.ucrReceiverFactors.Size = New System.Drawing.Size(120, 100) Me.ucrReceiverFactors.strNcFilePath = "" + Me.ucrReceiverFactors.TabIndex = 2 Me.ucrReceiverFactors.ucrSelector = Nothing ' 'ucrSelectorFrequency ' + Me.ucrSelectorFrequency.AutoSize = True Me.ucrSelectorFrequency.bDropUnusedFilterLevels = False Me.ucrSelectorFrequency.bShowHiddenColumns = False Me.ucrSelectorFrequency.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorFrequency, "ucrSelectorFrequency") + Me.ucrSelectorFrequency.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorFrequency.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorFrequency.Name = "ucrSelectorFrequency" + Me.ucrSelectorFrequency.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorFrequency.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 442) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 11 ' 'UcrCheck1 ' + Me.UcrCheck1.AutoSize = True Me.UcrCheck1.Checked = False - resources.ApplyResources(Me.UcrCheck1, "UcrCheck1") + Me.UcrCheck1.Location = New System.Drawing.Point(227, 311) Me.UcrCheck1.Name = "UcrCheck1" + Me.UcrCheck1.Size = New System.Drawing.Size(91, 20) + Me.UcrCheck1.TabIndex = 9 ' 'dlgFrequency ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(444, 498) Me.Controls.Add(Me.ucrInputMarginName) Me.Controls.Add(Me.lblMarginName) Me.Controls.Add(Me.GroupBox1) @@ -241,6 +324,8 @@ Partial Class dlgFrequency Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgFrequency" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Frequency" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.grpDisplay.ResumeLayout(False) diff --git a/instat/dlgFrequency.resx b/instat/dlgFrequency.resx index 9550d5104dc..1af7de150c9 100644 --- a/instat/dlgFrequency.resx +++ b/instat/dlgFrequency.resx @@ -117,559 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 253, 45 - - - 45, 13 - - - 1 - - - Factors: - - - lblFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - NoControl - - - 323, 410 - - - 86, 23 - - - 10 - - - Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 129, 48 - - - 50, 20 - - - 22 - - - ucrNudColumnFactors - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 0 - - - 11, 74 - - - 175, 20 - - - 14 - - - ucrChkDisplaySummariesAsRow - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 1 - - - True - - - NoControl - - - 8, 53 - - - 86, 13 - - - 21 - - - Column Factors : - - - lblColumnFactors - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 2 - - - 129, 22 - - - 50, 20 - - - 5 - - - ucrNudSigFigs - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - GroupBox1 - - - 3 - - - True - - - NoControl - - - 8, 25 - - - 96, 13 - - - 4 - - - Significant Figures: - - - lblSigFigs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GroupBox1 - - - 4 - - - 10, 292 - - - 186, 113 - - - 3 - - - Display - - - GroupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - NoControl - - - 18, 44 - - - 117, 13 - - - 1 - - - Factors as Percentage: - - - lblFactorsAsPercentage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpDisplay - - - 0 - - - True - - - 6, 13 - - - True - - - 444, 498 - - - 92, 258 - - - 70, 21 - - - 18 - - - ucrInputMarginName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - NoControl - - - 7, 262 - - - 76, 13 - - - 17 - - - Margin Name : - - - lblMarginName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 10, 411 - - - 4, 5, 4, 5 - - - 270, 19 - - - 9 - - - ucrSaveTable - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 232 - - - 130, 16 - - - 8 - - - ucrChkDisplayMargins - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 205 - - - 135, 16 - - - 7 - - - ucrChkStoreResults - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 253, 60 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverFactors - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - 10, 10 - - - 0, 0, 0, 0 - - - 210, 182 - - - 0 - - - ucrSelectorFrequency - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 10, 442 - - - 425, 55 - - - 11 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - CenterScreen - - - Frequency - - - dlgFrequency - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 18, 59 - - - 0, 0, 0, 0 - - - 120, 100 - - - 2 - - - ucrReceiverMultiplePercentages - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 1 - - - 5, 171 - - - 160, 15 - - - 3 - - - ucrChkPercentageProportion - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 2 - - - 14, 19 - - - 135, 20 - - - 0 - - - ucrChkDisplayAsPercentage - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpDisplay - - - 3 - - - 219, 213 - - - 174, 192 - - - 4 - - - Percentages - - - grpDisplay - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 227, 311 - - - 91, 20 - - - 9 - - - UcrCheck1 - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/instat/dlgFromLibrary.Designer.vb b/instat/dlgFromLibrary.Designer.vb index 08c67db3f61..68f822fcfc3 100644 --- a/instat/dlgFromLibrary.Designer.vb +++ b/instat/dlgFromLibrary.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgFromLibrary 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgFromLibrary)) Me.cmdLibraryCollection = New System.Windows.Forms.Button() Me.lstCollection = New System.Windows.Forms.ListView() Me.clmDatasets = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) @@ -55,8 +54,11 @@ Partial Class dlgFromLibrary ' 'cmdLibraryCollection ' - resources.ApplyResources(Me.cmdLibraryCollection, "cmdLibraryCollection") + Me.cmdLibraryCollection.Location = New System.Drawing.Point(157, 51) Me.cmdLibraryCollection.Name = "cmdLibraryCollection" + Me.cmdLibraryCollection.Size = New System.Drawing.Size(117, 23) + Me.cmdLibraryCollection.TabIndex = 5 + Me.cmdLibraryCollection.Text = "Browse" Me.cmdLibraryCollection.UseVisualStyleBackColor = True ' 'lstCollection @@ -64,85 +66,127 @@ Partial Class dlgFromLibrary Me.lstCollection.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmDatasets, Me.clmDesc}) Me.lstCollection.FullRowSelect = True Me.lstCollection.HideSelection = False - resources.ApplyResources(Me.lstCollection, "lstCollection") + Me.lstCollection.Location = New System.Drawing.Point(10, 79) Me.lstCollection.MultiSelect = False Me.lstCollection.Name = "lstCollection" Me.lstCollection.ShowGroups = False Me.lstCollection.ShowItemToolTips = True + Me.lstCollection.Size = New System.Drawing.Size(397, 173) Me.lstCollection.Sorting = System.Windows.Forms.SortOrder.Ascending + Me.lstCollection.TabIndex = 6 Me.lstCollection.UseCompatibleStateImageBehavior = False Me.lstCollection.View = System.Windows.Forms.View.Details ' 'clmDatasets ' - resources.ApplyResources(Me.clmDatasets, "clmDatasets") + Me.clmDatasets.Text = "Data" + Me.clmDatasets.Width = 142 ' 'clmDesc ' - resources.ApplyResources(Me.clmDesc, "clmDesc") + Me.clmDesc.Text = "Description" + Me.clmDesc.Width = 266 ' 'lblFromPackage ' - resources.ApplyResources(Me.lblFromPackage, "lblFromPackage") + Me.lblFromPackage.AutoSize = True + Me.lblFromPackage.Location = New System.Drawing.Point(10, 56) Me.lblFromPackage.Name = "lblFromPackage" + Me.lblFromPackage.Size = New System.Drawing.Size(79, 13) + Me.lblFromPackage.TabIndex = 3 + Me.lblFromPackage.Text = "From Package:" ' 'cmdHelp ' - resources.ApplyResources(Me.cmdHelp, "cmdHelp") + Me.cmdHelp.Location = New System.Drawing.Point(332, 258) Me.cmdHelp.Name = "cmdHelp" + Me.cmdHelp.Size = New System.Drawing.Size(75, 23) + Me.cmdHelp.TabIndex = 8 + Me.cmdHelp.Text = "Help" Me.cmdHelp.UseVisualStyleBackColor = True ' 'rdoDefaultDatasets ' - resources.ApplyResources(Me.rdoDefaultDatasets, "rdoDefaultDatasets") + Me.rdoDefaultDatasets.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDefaultDatasets.BackColor = System.Drawing.SystemColors.Control Me.rdoDefaultDatasets.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDefaultDatasets.FlatAppearance.BorderSize = 2 Me.rdoDefaultDatasets.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDefaultDatasets.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDefaultDatasets.Location = New System.Drawing.Point(71, 2) Me.rdoDefaultDatasets.Name = "rdoDefaultDatasets" + Me.rdoDefaultDatasets.Size = New System.Drawing.Size(145, 44) + Me.rdoDefaultDatasets.TabIndex = 1 Me.rdoDefaultDatasets.TabStop = True Me.rdoDefaultDatasets.Tag = "" + Me.rdoDefaultDatasets.Text = "Load from R" + Me.rdoDefaultDatasets.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDefaultDatasets.UseVisualStyleBackColor = False ' 'rdoInstatCollection ' - resources.ApplyResources(Me.rdoInstatCollection, "rdoInstatCollection") + Me.rdoInstatCollection.Appearance = System.Windows.Forms.Appearance.Button Me.rdoInstatCollection.BackColor = System.Drawing.SystemColors.Control Me.rdoInstatCollection.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoInstatCollection.FlatAppearance.BorderSize = 2 Me.rdoInstatCollection.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoInstatCollection.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoInstatCollection.Location = New System.Drawing.Point(214, 2) Me.rdoInstatCollection.Name = "rdoInstatCollection" + Me.rdoInstatCollection.Size = New System.Drawing.Size(145, 44) + Me.rdoInstatCollection.TabIndex = 2 Me.rdoInstatCollection.TabStop = True Me.rdoInstatCollection.Tag = "" + Me.rdoInstatCollection.Text = "Load from Instat collection" + Me.rdoInstatCollection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoInstatCollection.UseVisualStyleBackColor = False ' 'ucrInputPackages ' Me.ucrInputPackages.AddQuotesIfUnrecognised = True - resources.ApplyResources(Me.ucrInputPackages, "ucrInputPackages") + Me.ucrInputPackages.AutoSize = True + Me.ucrInputPackages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPackages.GetSetSelectedIndex = -1 Me.ucrInputPackages.IsReadOnly = False + Me.ucrInputPackages.Location = New System.Drawing.Point(108, 51) + Me.ucrInputPackages.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputPackages.Name = "ucrInputPackages" + Me.ucrInputPackages.Size = New System.Drawing.Size(0, 0) + Me.ucrInputPackages.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.Anchor = System.Windows.Forms.AnchorStyles.None + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 287) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(400, 59) + Me.ucrBase.TabIndex = 9 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(59, 2) + Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(316, 44) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrNewDataFrameName ' - resources.ApplyResources(Me.ucrNewDataFrameName, "ucrNewDataFrameName") + Me.ucrNewDataFrameName.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrNewDataFrameName.Location = New System.Drawing.Point(10, 259) + Me.ucrNewDataFrameName.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrNewDataFrameName.Name = "ucrNewDataFrameName" + Me.ucrNewDataFrameName.Size = New System.Drawing.Size(315, 22) + Me.ucrNewDataFrameName.TabIndex = 7 ' 'dlgFromLibrary ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.ClientSize = New System.Drawing.Size(418, 348) Me.Controls.Add(Me.ucrNewDataFrameName) Me.Controls.Add(Me.rdoDefaultDatasets) Me.Controls.Add(Me.rdoInstatCollection) @@ -157,6 +201,8 @@ Partial Class dlgFromLibrary Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgFromLibrary" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Open Dataset from Library" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgFromLibrary.resx b/instat/dlgFromLibrary.resx index 68e3f7051ee..29dcb1b3a35 100644 --- a/instat/dlgFromLibrary.resx +++ b/instat/dlgFromLibrary.resx @@ -117,325 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 157, 51 - - - 117, 23 - - - - 5 - - - Browse - - - cmdLibraryCollection - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Data - - - 142 - - - Description - - - 266 - - - 10, 79 - - - 397, 173 - - - 6 - - - lstCollection - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - 10, 56 - - - 79, 13 - - - 3 - - - From Package: - - - lblFromPackage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 332, 258 - - - 75, 23 - - - 8 - - - Help - - - cmdHelp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - - Button - - - Flat - - - 71, 2 - - - 145, 44 - - - 1 - - - Load from R - - - MiddleCenter - - - rdoDefaultDatasets - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Button - - - Flat - - - 214, 2 - - - 145, 44 - - - 2 - - - Load from Instat collection - - - MiddleCenter - - - rdoInstatCollection - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - GrowAndShrink - - - 108, 51 - - - 6, 8, 6, 8 - - - 0, 0 - - - 4 - - - ucrInputPackages - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - None - - - GrowAndShrink - - - 10, 287 - - - 4, 5, 4, 5 - - - 400, 59 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 59, 2 - - - 4, 5, 4, 5 - - - 316, 44 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 9 - - - GrowAndShrink - - - 10, 259 - - - 4, 5, 4, 5 - - - 315, 31 - - - 7 - - - ucrNewDataFrameName - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 6, 13 - - - 418, 348 - - - CenterScreen - - - Open Dataset from Library - - - clmDatasets - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - clmDesc - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgFromLibrary - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/instat/dlgGammaDistr.designer.vb b/instat/dlgGammaDistr.designer.vb index a239e96a1a0..f1cb56e655f 100644 --- a/instat/dlgGammaDistr.designer.vb +++ b/instat/dlgGammaDistr.designer.vb @@ -64,18 +64,20 @@ Partial Class dlgGammaDistr 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 295) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 54) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'ucrAddRemove ' + Me.ucrAddRemove.AutoSize = True Me.ucrAddRemove.bShowHiddenColumns = False Me.ucrAddRemove.Location = New System.Drawing.Point(12, 44) Me.ucrAddRemove.Margin = New System.Windows.Forms.Padding(0) Me.ucrAddRemove.Name = "ucrAddRemove" - Me.ucrAddRemove.Size = New System.Drawing.Size(203, 127) + Me.ucrAddRemove.Size = New System.Drawing.Size(213, 133) Me.ucrAddRemove.TabIndex = 1 ' 'grpColumns @@ -114,6 +116,7 @@ Partial Class dlgGammaDistr ' 'ucrReceiverColumn ' + Me.ucrReceiverColumn.AutoSize = True Me.ucrReceiverColumn.frmParent = Me Me.ucrReceiverColumn.Location = New System.Drawing.Point(221, 60) Me.ucrReceiverColumn.Margin = New System.Windows.Forms.Padding(0) @@ -255,8 +258,8 @@ Partial Class dlgGammaDistr ' 'dlgGammaDistr ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(429, 350) Me.Controls.Add(Me.chkProbabilityPlot) diff --git a/instat/dlgGeneralANOVA.Designer.vb b/instat/dlgGeneralANOVA.Designer.vb index 7248f9e3362..0c538d6b654 100644 --- a/instat/dlgGeneralANOVA.Designer.vb +++ b/instat/dlgGeneralANOVA.Designer.vb @@ -131,13 +131,15 @@ Partial Class dlgGeneralANOVA ' 'ucrModelName ' + Me.ucrModelName.AutoSize = True Me.ucrModelName.Location = New System.Drawing.Point(101, 256) Me.ucrModelName.Name = "ucrModelName" - Me.ucrModelName.Size = New System.Drawing.Size(149, 23) + Me.ucrModelName.Size = New System.Drawing.Size(149, 26) Me.ucrModelName.TabIndex = 11 ' 'ucrReceiverYVariable ' + Me.ucrReceiverYVariable.AutoSize = True Me.ucrReceiverYVariable.frmParent = Me Me.ucrReceiverYVariable.Location = New System.Drawing.Point(255, 85) Me.ucrReceiverYVariable.Margin = New System.Windows.Forms.Padding(0) @@ -150,6 +152,7 @@ Partial Class dlgGeneralANOVA ' 'ucrReceiverTreatmentStructure ' + Me.ucrReceiverTreatmentStructure.AutoSize = True Me.ucrReceiverTreatmentStructure.frmParent = Me Me.ucrReceiverTreatmentStructure.Location = New System.Drawing.Point(255, 127) Me.ucrReceiverTreatmentStructure.Margin = New System.Windows.Forms.Padding(0) @@ -162,6 +165,7 @@ Partial Class dlgGeneralANOVA ' 'ucrReceiverLayout ' + Me.ucrReceiverLayout.AutoSize = True Me.ucrReceiverLayout.frmParent = Me Me.ucrReceiverLayout.Location = New System.Drawing.Point(255, 169) Me.ucrReceiverLayout.Margin = New System.Windows.Forms.Padding(0) @@ -174,27 +178,29 @@ Partial Class dlgGeneralANOVA ' 'ucrSelectorGeneralANOVA ' + Me.ucrSelectorGeneralANOVA.AutoSize = True Me.ucrSelectorGeneralANOVA.bDropUnusedFilterLevels = False Me.ucrSelectorGeneralANOVA.bShowHiddenColumns = False Me.ucrSelectorGeneralANOVA.bUseCurrentFilter = True Me.ucrSelectorGeneralANOVA.Location = New System.Drawing.Point(10, 31) Me.ucrSelectorGeneralANOVA.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorGeneralANOVA.Name = "ucrSelectorGeneralANOVA" - Me.ucrSelectorGeneralANOVA.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorGeneralANOVA.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorGeneralANOVA.TabIndex = 3 ' 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 286) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgGeneralANOVA ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(419, 340) Me.Controls.Add(Me.chkSaveModel) diff --git a/instat/dlgGeneralForGraphics.Designer.vb b/instat/dlgGeneralForGraphics.Designer.vb index 03910114fbd..4dcf27bbb47 100644 --- a/instat/dlgGeneralForGraphics.Designer.vb +++ b/instat/dlgGeneralForGraphics.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgGeneralForGraphics 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgGeneralForGraphics)) Me.cmdOptions = New System.Windows.Forms.Button() Me.lblXVariable = New System.Windows.Forms.Label() Me.lblFillOrColor = New System.Windows.Forms.Label() @@ -55,92 +54,142 @@ Partial Class dlgGeneralForGraphics ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(6, 401) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(137, 25) + Me.cmdOptions.TabIndex = 6 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'lblXVariable ' - resources.ApplyResources(Me.lblXVariable, "lblXVariable") + Me.lblXVariable.AutoSize = True + Me.lblXVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXVariable.Location = New System.Drawing.Point(264, 183) Me.lblXVariable.Name = "lblXVariable" + Me.lblXVariable.Size = New System.Drawing.Size(58, 13) + Me.lblXVariable.TabIndex = 2 Me.lblXVariable.Tag = "X_Variable:" + Me.lblXVariable.Text = "X Variable:" ' 'lblFillOrColor ' - resources.ApplyResources(Me.lblFillOrColor, "lblFillOrColor") + Me.lblFillOrColor.AutoSize = True + Me.lblFillOrColor.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFillOrColor.Location = New System.Drawing.Point(264, 231) Me.lblFillOrColor.Name = "lblFillOrColor" + Me.lblFillOrColor.Size = New System.Drawing.Size(57, 13) + Me.lblFillOrColor.TabIndex = 4 Me.lblFillOrColor.Tag = "Fill_Colour:" + Me.lblFillOrColor.Text = "Fill/Colour:" ' 'cmdFacets ' - resources.ApplyResources(Me.cmdFacets, "cmdFacets") + Me.cmdFacets.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdFacets.Location = New System.Drawing.Point(146, 401) Me.cmdFacets.Name = "cmdFacets" + Me.cmdFacets.Size = New System.Drawing.Size(110, 25) + Me.cmdFacets.TabIndex = 18 Me.cmdFacets.Tag = "Facets" + Me.cmdFacets.Text = "Facets" Me.cmdFacets.UseVisualStyleBackColor = True ' 'cmdTheme ' - resources.ApplyResources(Me.cmdTheme, "cmdTheme") + Me.cmdTheme.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTheme.Location = New System.Drawing.Point(258, 401) Me.cmdTheme.Name = "cmdTheme" + Me.cmdTheme.Size = New System.Drawing.Size(110, 25) + Me.cmdTheme.TabIndex = 19 Me.cmdTheme.Tag = "Theme" + Me.cmdTheme.Text = "Theme" Me.cmdTheme.UseVisualStyleBackColor = True ' 'ucrSave ' - resources.ApplyResources(Me.ucrSave, "ucrSave") + Me.ucrSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSave.Location = New System.Drawing.Point(6, 434) + Me.ucrSave.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSave.Name = "ucrSave" + Me.ucrSave.Size = New System.Drawing.Size(346, 24) + Me.ucrSave.TabIndex = 17 ' 'ucrVariablesAsFactorForGraphics ' + Me.ucrVariablesAsFactorForGraphics.AutoSize = True Me.ucrVariablesAsFactorForGraphics.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorForGraphics, "ucrVariablesAsFactorForGraphics") + Me.ucrVariablesAsFactorForGraphics.Location = New System.Drawing.Point(262, 33) Me.ucrVariablesAsFactorForGraphics.Name = "ucrVariablesAsFactorForGraphics" Me.ucrVariablesAsFactorForGraphics.Selector = Nothing + Me.ucrVariablesAsFactorForGraphics.Size = New System.Drawing.Size(125, 136) Me.ucrVariablesAsFactorForGraphics.strNcFilePath = "" + Me.ucrVariablesAsFactorForGraphics.TabIndex = 1 Me.ucrVariablesAsFactorForGraphics.ucrSelector = Nothing Me.ucrVariablesAsFactorForGraphics.ucrVariableSelector = Nothing ' 'ucrFillOrColourReceiver ' + Me.ucrFillOrColourReceiver.AutoSize = True Me.ucrFillOrColourReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFillOrColourReceiver, "ucrFillOrColourReceiver") + Me.ucrFillOrColourReceiver.Location = New System.Drawing.Point(262, 246) + Me.ucrFillOrColourReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFillOrColourReceiver.Name = "ucrFillOrColourReceiver" Me.ucrFillOrColourReceiver.Selector = Nothing + Me.ucrFillOrColourReceiver.Size = New System.Drawing.Size(125, 26) Me.ucrFillOrColourReceiver.strNcFilePath = "" + Me.ucrFillOrColourReceiver.TabIndex = 5 Me.ucrFillOrColourReceiver.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(262, 198) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(125, 26) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 3 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrGraphicsSelector ' + Me.ucrGraphicsSelector.AutoSize = True Me.ucrGraphicsSelector.bDropUnusedFilterLevels = False Me.ucrGraphicsSelector.bShowHiddenColumns = False Me.ucrGraphicsSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrGraphicsSelector, "ucrGraphicsSelector") + Me.ucrGraphicsSelector.Location = New System.Drawing.Point(6, 14) + Me.ucrGraphicsSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrGraphicsSelector.Name = "ucrGraphicsSelector" + Me.ucrGraphicsSelector.Size = New System.Drawing.Size(226, 195) + Me.ucrGraphicsSelector.TabIndex = 0 ' 'ucrAdditionalLayers ' - resources.ApplyResources(Me.ucrAdditionalLayers, "ucrAdditionalLayers") + Me.ucrAdditionalLayers.AutoSize = True + Me.ucrAdditionalLayers.Location = New System.Drawing.Point(6, 213) Me.ucrAdditionalLayers.Name = "ucrAdditionalLayers" + Me.ucrAdditionalLayers.Size = New System.Drawing.Size(218, 182) + Me.ucrAdditionalLayers.TabIndex = 7 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(6, 464) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 9 ' 'dlgGeneralForGraphics ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(416, 519) Me.Controls.Add(Me.cmdTheme) Me.Controls.Add(Me.cmdFacets) Me.Controls.Add(Me.ucrSave) @@ -157,7 +206,9 @@ Partial Class dlgGeneralForGraphics Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgGeneralForGraphics" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "General " + Me.Text = "Graphics" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgGeneralForGraphics.resx b/instat/dlgGeneralForGraphics.resx index 21a0ea60b3d..29dcb1b3a35 100644 --- a/instat/dlgGeneralForGraphics.resx +++ b/instat/dlgGeneralForGraphics.resx @@ -117,334 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 6, 401 - - - 137, 25 - - - - 6 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 264, 183 - - - 58, 13 - - - 2 - - - X Variable: - - - lblXVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 264, 231 - - - 57, 13 - - - 4 - - - Fill/Colour: - - - lblFillOrColor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - NoControl - - - 146, 401 - - - 110, 25 - - - 18 - - - Facets - - - cmdFacets - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - NoControl - - - 258, 401 - - - 110, 25 - - - 19 - - - Theme - - - cmdTheme - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 6, 434 - - - 4, 5, 4, 5 - - - 346, 24 - - - 17 - - - ucrSave - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 416, 519 - - - 262, 246 - - - 0, 0, 0, 0 - - - 125, 26 - - - 5 - - - ucrFillOrColourReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 262, 198 - - - 0, 0, 0, 0 - - - 125, 26 - - - 3 - - - ucrReceiverX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 6, 14 - - - 0, 0, 0, 0 - - - 226, 195 - - - 0 - - - ucrGraphicsSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 6, 213 - - - 218, 182 - - - 7 - - - ucrAdditionalLayers - - - instat.ucrAdditionalLayers, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - True - - - 6, 464 - - - 410, 53 - - - 9 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 11 - - - CenterScreen - - - Graphics - - - dlgGeneralForGraphics - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 262, 33 - - - 125, 136 - - - 1 - - - ucrVariablesAsFactorForGraphics - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - \ No newline at end of file diff --git a/instat/dlgGeneralisedLinearModels.Designer.vb b/instat/dlgGeneralisedLinearModels.Designer.vb index 1d4eca25d94..93e77b1bbf5 100644 --- a/instat/dlgGeneralisedLinearModels.Designer.vb +++ b/instat/dlgGeneralisedLinearModels.Designer.vb @@ -44,15 +44,16 @@ Partial Class dlgGeneralisedLinearModels 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 195) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'dlgGeneralisedLinearModels ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(430, 251) Me.Controls.Add(Me.ucrBase) diff --git a/instat/dlgGlance.Designer.vb b/instat/dlgGlance.Designer.vb index f1f696bfc6d..b8853b18c36 100644 --- a/instat/dlgGlance.Designer.vb +++ b/instat/dlgGlance.Designer.vb @@ -22,7 +22,6 @@ Partial Class dlgGlance 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgGlance)) Me.lblModels = New System.Windows.Forms.Label() Me.ucrModelSelector = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrModelReceiver = New instat.ucrReceiverMultiple() @@ -35,59 +34,98 @@ Partial Class dlgGlance ' 'lblModels ' - resources.ApplyResources(Me.lblModels, "lblModels") + Me.lblModels.AutoSize = True + Me.lblModels.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblModels.Location = New System.Drawing.Point(260, 26) + Me.lblModels.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblModels.Name = "lblModels" + Me.lblModels.Size = New System.Drawing.Size(44, 13) + Me.lblModels.TabIndex = 3 + Me.lblModels.Text = "Models:" ' 'ucrModelSelector ' + Me.ucrModelSelector.AutoSize = True Me.ucrModelSelector.bDropUnusedFilterLevels = False Me.ucrModelSelector.bShowHiddenColumns = False Me.ucrModelSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrModelSelector, "ucrModelSelector") + Me.ucrModelSelector.Location = New System.Drawing.Point(4, 9) + Me.ucrModelSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrModelSelector.Name = "ucrModelSelector" + Me.ucrModelSelector.Size = New System.Drawing.Size(221, 192) + Me.ucrModelSelector.TabIndex = 6 ' 'ucrModelReceiver ' + Me.ucrModelReceiver.AutoSize = True Me.ucrModelReceiver.frmParent = Me - resources.ApplyResources(Me.ucrModelReceiver, "ucrModelReceiver") + Me.ucrModelReceiver.Location = New System.Drawing.Point(259, 43) + Me.ucrModelReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrModelReceiver.Name = "ucrModelReceiver" Me.ucrModelReceiver.Selector = Nothing + Me.ucrModelReceiver.Size = New System.Drawing.Size(130, 105) Me.ucrModelReceiver.strNcFilePath = "" + Me.ucrModelReceiver.TabIndex = 2 Me.ucrModelReceiver.ucrSelector = Nothing ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(7, 292) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 0 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(4, 211) + Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(4) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(221, 68) + Me.ucrPnlOptions.TabIndex = 7 ' 'rdoDisplayInOutput ' - resources.ApplyResources(Me.rdoDisplayInOutput, "rdoDisplayInOutput") + Me.rdoDisplayInOutput.AutoSize = True + Me.rdoDisplayInOutput.Location = New System.Drawing.Point(11, 219) + Me.rdoDisplayInOutput.Margin = New System.Windows.Forms.Padding(2) Me.rdoDisplayInOutput.Name = "rdoDisplayInOutput" + Me.rdoDisplayInOutput.Size = New System.Drawing.Size(106, 17) + Me.rdoDisplayInOutput.TabIndex = 8 Me.rdoDisplayInOutput.TabStop = True + Me.rdoDisplayInOutput.Text = "Display In Output" Me.rdoDisplayInOutput.UseVisualStyleBackColor = True ' 'rdoNewDataFrameName ' - resources.ApplyResources(Me.rdoNewDataFrameName, "rdoNewDataFrameName") + Me.rdoNewDataFrameName.AutoSize = True + Me.rdoNewDataFrameName.Location = New System.Drawing.Point(11, 249) + Me.rdoNewDataFrameName.Margin = New System.Windows.Forms.Padding(2) Me.rdoNewDataFrameName.Name = "rdoNewDataFrameName" + Me.rdoNewDataFrameName.Size = New System.Drawing.Size(139, 17) + Me.rdoNewDataFrameName.TabIndex = 9 Me.rdoNewDataFrameName.TabStop = True + Me.rdoNewDataFrameName.Text = "New Data Frame Name:" Me.rdoNewDataFrameName.UseVisualStyleBackColor = True ' 'ucrSaveNewDataFrame ' - resources.ApplyResources(Me.ucrSaveNewDataFrame, "ucrSaveNewDataFrame") + Me.ucrSaveNewDataFrame.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveNewDataFrame.Location = New System.Drawing.Point(228, 245) + Me.ucrSaveNewDataFrame.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveNewDataFrame.Name = "ucrSaveNewDataFrame" + Me.ucrSaveNewDataFrame.Size = New System.Drawing.Size(161, 34) + Me.ucrSaveNewDataFrame.TabIndex = 10 ' 'dlgGlance ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(414, 348) Me.Controls.Add(Me.ucrSaveNewDataFrame) Me.Controls.Add(Me.rdoNewDataFrameName) Me.Controls.Add(Me.rdoDisplayInOutput) @@ -97,9 +135,12 @@ Partial Class dlgGlance Me.Controls.Add(Me.ucrModelReceiver) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgGlance" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Glance" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgGlance.resx b/instat/dlgGlance.resx index ad376551781..1af7de150c9 100644 --- a/instat/dlgGlance.resx +++ b/instat/dlgGlance.resx @@ -117,250 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 260, 26 - - - 2, 0, 2, 0 - - - 44, 13 - - - 3 - - - Models: - - - lblModels - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 4, 9 - - - 0, 0, 0, 0 - - - 221, 192 - - - 6 - - - ucrModelSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - - - True - - - 414, 348 - - - 228, 245 - - - 4, 5, 4, 5 - - - 161, 34 - - - 10 - - - ucrSaveNewDataFrame - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - True - - - 11, 249 - - - 2, 2, 2, 2 - - - 139, 17 - - - 9 - - - New Data Frame Name: - - - rdoNewDataFrameName - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 11, 219 - - - 2, 2, 2, 2 - - - 106, 17 - - - 8 - - - Display In Output - - - rdoDisplayInOutput - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 4, 211 - - - 4, 4, 4, 4 - - - 221, 68 - - - 7 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 7, 292 - - - 4, 4, 4, 4 - - - 405, 52 - - - 0 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 2, 2, 2, 2 - - - CenterScreen - - - Glance - - - dlgGlance - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 259, 43 - - - 0, 0, 0, 0 - - - 130, 105 - - - 2 - - - ucrModelReceiver - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgGraphsGUI.Designer.vb b/instat/dlgGraphsGUI.Designer.vb index 75a7dceea82..30480327c99 100644 --- a/instat/dlgGraphsGUI.Designer.vb +++ b/instat/dlgGraphsGUI.Designer.vb @@ -31,20 +31,22 @@ Partial Class dlgGraphsGUI 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(0, 218) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 2 ' 'ucrSelectorGraphGUI ' + Me.ucrSelectorGraphGUI.AutoSize = True Me.ucrSelectorGraphGUI.bDropUnusedFilterLevels = False Me.ucrSelectorGraphGUI.bShowHiddenColumns = False Me.ucrSelectorGraphGUI.bUseCurrentFilter = True Me.ucrSelectorGraphGUI.Location = New System.Drawing.Point(9, 9) Me.ucrSelectorGraphGUI.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorGraphGUI.Name = "ucrSelectorGraphGUI" - Me.ucrSelectorGraphGUI.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorGraphGUI.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorGraphGUI.TabIndex = 3 ' 'lblGraphGUI @@ -58,6 +60,7 @@ Partial Class dlgGraphsGUI ' 'ucrReceiverGraphs ' + Me.ucrReceiverGraphs.AutoSize = True Me.ucrReceiverGraphs.frmParent = Me Me.ucrReceiverGraphs.Location = New System.Drawing.Point(252, 67) Me.ucrReceiverGraphs.Margin = New System.Windows.Forms.Padding(0) @@ -70,8 +73,8 @@ Partial Class dlgGraphsGUI ' 'dlgGraphsGUI ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(410, 279) Me.Controls.Add(Me.ucrReceiverGraphs) diff --git a/instat/dlgHeatMapPlot.Designer.vb b/instat/dlgHeatMapPlot.Designer.vb index 6bac171c778..405a6c9a34d 100644 --- a/instat/dlgHeatMapPlot.Designer.vb +++ b/instat/dlgHeatMapPlot.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgHeatMapPlot 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHeatMapPlot)) Me.cmdOptions = New System.Windows.Forms.Button() Me.cmdTileOptions = New System.Windows.Forms.Button() Me.lblXVariable = New System.Windows.Forms.Label() @@ -66,169 +65,262 @@ Partial Class dlgHeatMapPlot ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 243) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdOptions.TabIndex = 11 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'cmdTileOptions ' - resources.ApplyResources(Me.cmdTileOptions, "cmdTileOptions") + Me.cmdTileOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdTileOptions.Location = New System.Drawing.Point(10, 212) Me.cmdTileOptions.Name = "cmdTileOptions" + Me.cmdTileOptions.Size = New System.Drawing.Size(147, 25) + Me.cmdTileOptions.TabIndex = 10 Me.cmdTileOptions.Tag = "Tile_Options" + Me.cmdTileOptions.Text = "Tile Options" Me.cmdTileOptions.UseVisualStyleBackColor = True ' 'lblXVariable ' - resources.ApplyResources(Me.lblXVariable, "lblXVariable") + Me.lblXVariable.AutoSize = True + Me.lblXVariable.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblXVariable.Location = New System.Drawing.Point(273, 93) Me.lblXVariable.Name = "lblXVariable" + Me.lblXVariable.Size = New System.Drawing.Size(58, 13) + Me.lblXVariable.TabIndex = 2 Me.lblXVariable.Tag = "X_Variable:" + Me.lblXVariable.Text = "X Variable:" ' 'lblFill ' - resources.ApplyResources(Me.lblFill, "lblFill") + Me.lblFill.AutoSize = True + Me.lblFill.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblFill.Location = New System.Drawing.Point(273, 138) Me.lblFill.Name = "lblFill" + Me.lblFill.Size = New System.Drawing.Size(22, 13) + Me.lblFill.TabIndex = 4 Me.lblFill.Tag = "fill" + Me.lblFill.Text = "Fill:" ' 'lblPosition ' - resources.ApplyResources(Me.lblPosition, "lblPosition") + Me.lblPosition.AutoSize = True + Me.lblPosition.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPosition.Location = New System.Drawing.Point(91, 283) Me.lblPosition.Name = "lblPosition" + Me.lblPosition.Size = New System.Drawing.Size(47, 13) + Me.lblPosition.TabIndex = 13 + Me.lblPosition.Text = "Position:" ' 'lblColour ' - resources.ApplyResources(Me.lblColour, "lblColour") + Me.lblColour.AutoSize = True + Me.lblColour.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblColour.Location = New System.Drawing.Point(208, 283) Me.lblColour.Name = "lblColour" + Me.lblColour.Size = New System.Drawing.Size(40, 13) + Me.lblColour.TabIndex = 15 + Me.lblColour.Text = "Colour:" ' 'lblSize ' - resources.ApplyResources(Me.lblSize, "lblSize") + Me.lblSize.AutoSize = True + Me.lblSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblSize.Location = New System.Drawing.Point(314, 283) Me.lblSize.Name = "lblSize" + Me.lblSize.Size = New System.Drawing.Size(30, 13) + Me.lblSize.TabIndex = 17 + Me.lblSize.Text = "Size:" ' 'lblPointsOptional ' - resources.ApplyResources(Me.lblPointsOptional, "lblPointsOptional") + Me.lblPointsOptional.AutoSize = True + Me.lblPointsOptional.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPointsOptional.Location = New System.Drawing.Point(273, 184) Me.lblPointsOptional.Name = "lblPointsOptional" + Me.lblPointsOptional.Size = New System.Drawing.Size(87, 13) + Me.lblPointsOptional.TabIndex = 6 Me.lblPointsOptional.Tag = "Points_Optional" + Me.lblPointsOptional.Text = "Points (Optional):" ' 'lblPointsSize ' - resources.ApplyResources(Me.lblPointsSize, "lblPointsSize") + Me.lblPointsSize.AutoSize = True + Me.lblPointsSize.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPointsSize.Location = New System.Drawing.Point(273, 225) Me.lblPointsSize.Name = "lblPointsSize" + Me.lblPointsSize.Size = New System.Drawing.Size(30, 13) + Me.lblPointsSize.TabIndex = 8 + Me.lblPointsSize.Text = "Size:" ' 'ucrReceiverPoints ' + Me.ucrReceiverPoints.AutoSize = True Me.ucrReceiverPoints.frmParent = Me - resources.ApplyResources(Me.ucrReceiverPoints, "ucrReceiverPoints") + Me.ucrReceiverPoints.Location = New System.Drawing.Point(273, 199) + Me.ucrReceiverPoints.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverPoints.Name = "ucrReceiverPoints" Me.ucrReceiverPoints.Selector = Nothing + Me.ucrReceiverPoints.Size = New System.Drawing.Size(125, 20) Me.ucrReceiverPoints.strNcFilePath = "" + Me.ucrReceiverPoints.TabIndex = 7 Me.ucrReceiverPoints.ucrSelector = Nothing ' 'ucrNudShape ' + Me.ucrNudShape.AutoSize = True Me.ucrNudShape.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShape.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudShape, "ucrNudShape") + Me.ucrNudShape.Location = New System.Drawing.Point(306, 221) Me.ucrNudShape.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudShape.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudShape.Name = "ucrNudShape" + Me.ucrNudShape.Size = New System.Drawing.Size(38, 20) + Me.ucrNudShape.TabIndex = 9 Me.ucrNudShape.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrChkColourPalette ' + Me.ucrChkColourPalette.AutoSize = True Me.ucrChkColourPalette.Checked = False - resources.ApplyResources(Me.ucrChkColourPalette, "ucrChkColourPalette") + Me.ucrChkColourPalette.Location = New System.Drawing.Point(10, 309) Me.ucrChkColourPalette.Name = "ucrChkColourPalette" + Me.ucrChkColourPalette.Size = New System.Drawing.Size(128, 23) + Me.ucrChkColourPalette.TabIndex = 19 ' 'ucrInputColourPalette ' Me.ucrInputColourPalette.AddQuotesIfUnrecognised = True + Me.ucrInputColourPalette.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColourPalette.GetSetSelectedIndex = -1 Me.ucrInputColourPalette.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColourPalette, "ucrInputColourPalette") + Me.ucrInputColourPalette.Location = New System.Drawing.Point(141, 309) Me.ucrInputColourPalette.Name = "ucrInputColourPalette" + Me.ucrInputColourPalette.Size = New System.Drawing.Size(63, 21) + Me.ucrInputColourPalette.TabIndex = 20 ' 'ucrInputSize ' Me.ucrInputSize.AddQuotesIfUnrecognised = True + Me.ucrInputSize.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputSize.GetSetSelectedIndex = -1 Me.ucrInputSize.IsReadOnly = False - resources.ApplyResources(Me.ucrInputSize, "ucrInputSize") + Me.ucrInputSize.Location = New System.Drawing.Point(347, 279) Me.ucrInputSize.Name = "ucrInputSize" + Me.ucrInputSize.Size = New System.Drawing.Size(63, 21) + Me.ucrInputSize.TabIndex = 18 ' 'ucrInputColour ' Me.ucrInputColour.AddQuotesIfUnrecognised = True + Me.ucrInputColour.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputColour.GetSetSelectedIndex = -1 Me.ucrInputColour.IsReadOnly = False - resources.ApplyResources(Me.ucrInputColour, "ucrInputColour") + Me.ucrInputColour.Location = New System.Drawing.Point(251, 279) Me.ucrInputColour.Name = "ucrInputColour" + Me.ucrInputColour.Size = New System.Drawing.Size(63, 21) + Me.ucrInputColour.TabIndex = 16 ' 'ucrInputPosition ' Me.ucrInputPosition.AddQuotesIfUnrecognised = True + Me.ucrInputPosition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPosition.GetSetSelectedIndex = -1 Me.ucrInputPosition.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPosition, "ucrInputPosition") + Me.ucrInputPosition.Location = New System.Drawing.Point(141, 279) Me.ucrInputPosition.Name = "ucrInputPosition" + Me.ucrInputPosition.Size = New System.Drawing.Size(63, 21) + Me.ucrInputPosition.TabIndex = 14 ' 'ucrChkAddLabels ' + Me.ucrChkAddLabels.AutoSize = True Me.ucrChkAddLabels.Checked = False - resources.ApplyResources(Me.ucrChkAddLabels, "ucrChkAddLabels") + Me.ucrChkAddLabels.Location = New System.Drawing.Point(10, 279) Me.ucrChkAddLabels.Name = "ucrChkAddLabels" + Me.ucrChkAddLabels.Size = New System.Drawing.Size(82, 23) + Me.ucrChkAddLabels.TabIndex = 12 ' 'ucrVariableAsFactorForHeatMap ' + Me.ucrVariableAsFactorForHeatMap.AutoSize = True Me.ucrVariableAsFactorForHeatMap.frmParent = Me - resources.ApplyResources(Me.ucrVariableAsFactorForHeatMap, "ucrVariableAsFactorForHeatMap") + Me.ucrVariableAsFactorForHeatMap.Location = New System.Drawing.Point(273, 16) Me.ucrVariableAsFactorForHeatMap.Name = "ucrVariableAsFactorForHeatMap" Me.ucrVariableAsFactorForHeatMap.Selector = Nothing + Me.ucrVariableAsFactorForHeatMap.Size = New System.Drawing.Size(125, 74) Me.ucrVariableAsFactorForHeatMap.strNcFilePath = "" + Me.ucrVariableAsFactorForHeatMap.TabIndex = 1 Me.ucrVariableAsFactorForHeatMap.ucrSelector = Nothing Me.ucrVariableAsFactorForHeatMap.ucrVariableSelector = Nothing ' 'ucrReceiverFill ' + Me.ucrReceiverFill.AutoSize = True Me.ucrReceiverFill.frmParent = Me - resources.ApplyResources(Me.ucrReceiverFill, "ucrReceiverFill") + Me.ucrReceiverFill.Location = New System.Drawing.Point(273, 151) + Me.ucrReceiverFill.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverFill.Name = "ucrReceiverFill" Me.ucrReceiverFill.Selector = Nothing + Me.ucrReceiverFill.Size = New System.Drawing.Size(125, 20) Me.ucrReceiverFill.strNcFilePath = "" + Me.ucrReceiverFill.TabIndex = 5 Me.ucrReceiverFill.ucrSelector = Nothing ' 'ucrReceiverX ' + Me.ucrReceiverX.AutoSize = True Me.ucrReceiverX.frmParent = Me - resources.ApplyResources(Me.ucrReceiverX, "ucrReceiverX") + Me.ucrReceiverX.Location = New System.Drawing.Point(273, 108) + Me.ucrReceiverX.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverX.Name = "ucrReceiverX" Me.ucrReceiverX.Selector = Nothing + Me.ucrReceiverX.Size = New System.Drawing.Size(125, 20) Me.ucrReceiverX.strNcFilePath = "" + Me.ucrReceiverX.TabIndex = 3 Me.ucrReceiverX.ucrSelector = Nothing ' 'ucrSaveGraph ' - resources.ApplyResources(Me.ucrSaveGraph, "ucrSaveGraph") + Me.ucrSaveGraph.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 340) + Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" + Me.ucrSaveGraph.Size = New System.Drawing.Size(370, 24) + Me.ucrSaveGraph.TabIndex = 21 ' 'ucrHeatMapSelector ' + Me.ucrHeatMapSelector.AutoSize = True Me.ucrHeatMapSelector.bDropUnusedFilterLevels = False Me.ucrHeatMapSelector.bShowHiddenColumns = False Me.ucrHeatMapSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrHeatMapSelector, "ucrHeatMapSelector") + Me.ucrHeatMapSelector.Location = New System.Drawing.Point(8, 22) + Me.ucrHeatMapSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrHeatMapSelector.Name = "ucrHeatMapSelector" + Me.ucrHeatMapSelector.Size = New System.Drawing.Size(238, 190) + Me.ucrHeatMapSelector.TabIndex = 0 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(8, 372) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 22 ' 'dlgHeatMapPlot ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 426) Me.Controls.Add(Me.lblPointsOptional) Me.Controls.Add(Me.lblPointsSize) Me.Controls.Add(Me.ucrReceiverPoints) @@ -256,6 +348,8 @@ Partial Class dlgHeatMapPlot Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHeatMapPlot" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Heat Map" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgHeatMapPlot.resx b/instat/dlgHeatMapPlot.resx index 9e920317fb3..1af7de150c9 100644 --- a/instat/dlgHeatMapPlot.resx +++ b/instat/dlgHeatMapPlot.resx @@ -117,607 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 243 - - - 147, 25 - - - - 11 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - NoControl - - - 10, 212 - - - 147, 25 - - - 10 - - - Tile Options - - - cmdTileOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 20 - - - True - - - NoControl - - - 273, 93 - - - 58, 13 - - - 2 - - - X Variable: - - - lblXVariable - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - NoControl - - - 273, 138 - - - 22, 13 - - - 4 - - - Fill: - - - lblFill - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - NoControl - - - 91, 283 - - - 47, 13 - - - 13 - - - Position: - - - lblPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 208, 283 - - - 40, 13 - - - 15 - - - Colour: - - - lblColour - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - NoControl - - - 314, 283 - - - 30, 13 - - - 17 - - - Size: - - - lblSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - True - - - NoControl - - - 273, 184 - - - 87, 13 - - - 6 - - - Points (Optional): - - - lblPointsOptional - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - NoControl - - - 273, 225 - - - 30, 13 - - - 8 - - - Size: - - - lblPointsSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - True - - - 420, 426 - - - 306, 221 - - - 38, 20 - - - 9 - - - ucrNudShape - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 309 - - - 128, 20 - - - 19 - - - ucrChkColourPalette - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 141, 309 - - - 63, 21 - - - 20 - - - ucrInputColourPalette - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - 347, 279 - - - 63, 21 - - - 18 - - - ucrInputSize - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 251, 279 - - - 63, 21 - - - 16 - - - ucrInputColour - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 141, 279 - - - 63, 21 - - - 14 - - - ucrInputPosition - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - - 10, 279 - - - 82, 20 - - - 12 - - - ucrChkAddLabels - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - 273, 16 - - - 125, 74 - - - 1 - - - ucrVariableAsFactorForHeatMap - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 273, 151 - - - 0, 0, 0, 0 - - - 125, 20 - - - 5 - - - ucrReceiverFill - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - 273, 108 - - - 0, 0, 0, 0 - - - 125, 20 - - - 3 - - - ucrReceiverX - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 16 - - - 10, 340 - - - 4, 5, 4, 5 - - - 370, 24 - - - 21 - - - ucrSaveGraph - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 17 - - - 8, 22 - - - 0, 0, 0, 0 - - - 238, 190 - - - 0 - - - ucrHeatMapSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 21 - - - True - - - 8, 372 - - - 410, 58 - - - 22 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 22 - - - CenterScreen - - - Heat Map - - - dlgHeatMapPlot - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 273, 199 - - - 0, 0, 0, 0 - - - 125, 20 - - - 7 - - - ucrReceiverPoints - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - \ No newline at end of file diff --git a/instat/dlgHelpVignettes.Designer.vb b/instat/dlgHelpVignettes.Designer.vb index 4a4188dc607..0c86289d717 100644 --- a/instat/dlgHelpVignettes.Designer.vb +++ b/instat/dlgHelpVignettes.Designer.vb @@ -35,6 +35,7 @@ Partial Class dlgHelpVignettes 'ucrInputComboPackage ' Me.ucrInputComboPackage.AddQuotesIfUnrecognised = True + Me.ucrInputComboPackage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboPackage.GetSetSelectedIndex = -1 Me.ucrInputComboPackage.IsReadOnly = False Me.ucrInputComboPackage.Location = New System.Drawing.Point(175, 62) @@ -45,9 +46,10 @@ Partial Class dlgHelpVignettes 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 145) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 7 ' 'lblPackage @@ -95,6 +97,7 @@ Partial Class dlgHelpVignettes ' 'ucrPnlHelpVignettes ' + Me.ucrPnlHelpVignettes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrPnlHelpVignettes.Location = New System.Drawing.Point(103, 8) Me.ucrPnlHelpVignettes.Name = "ucrPnlHelpVignettes" Me.ucrPnlHelpVignettes.Size = New System.Drawing.Size(231, 36) @@ -103,6 +106,7 @@ Partial Class dlgHelpVignettes 'ucrInputFunctionName ' Me.ucrInputFunctionName.AddQuotesIfUnrecognised = True + Me.ucrInputFunctionName.AutoSize = True Me.ucrInputFunctionName.IsMultiline = False Me.ucrInputFunctionName.IsReadOnly = False Me.ucrInputFunctionName.Location = New System.Drawing.Point(175, 100) @@ -112,16 +116,17 @@ Partial Class dlgHelpVignettes ' 'ucrChkFunction ' + Me.ucrChkFunction.AutoSize = True Me.ucrChkFunction.Checked = False Me.ucrChkFunction.Location = New System.Drawing.Point(23, 100) Me.ucrChkFunction.Name = "ucrChkFunction" - Me.ucrChkFunction.Size = New System.Drawing.Size(146, 20) + Me.ucrChkFunction.Size = New System.Drawing.Size(146, 23) Me.ucrChkFunction.TabIndex = 5 ' 'dlgHelpVignettes ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(436, 207) Me.Controls.Add(Me.ucrInputFunctionName) diff --git a/instat/dlgHideDataframes.Designer.vb b/instat/dlgHideDataframes.Designer.vb index d49bc262e13..97902ec9232 100644 --- a/instat/dlgHideDataframes.Designer.vb +++ b/instat/dlgHideDataframes.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgHideDataframes 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHideDataframes)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorForDataFrames = New instat.ucrSelectorAddRemove() Me.lblDataFrames = New System.Windows.Forms.Label() @@ -48,38 +47,60 @@ Partial Class dlgHideDataframes ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 178) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 1 ' 'ucrSelectorForDataFrames ' + Me.ucrSelectorForDataFrames.AutoSize = True Me.ucrSelectorForDataFrames.bShowHiddenColumns = False - resources.ApplyResources(Me.ucrSelectorForDataFrames, "ucrSelectorForDataFrames") + Me.ucrSelectorForDataFrames.Location = New System.Drawing.Point(10, 28) + Me.ucrSelectorForDataFrames.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForDataFrames.Name = "ucrSelectorForDataFrames" + Me.ucrSelectorForDataFrames.Size = New System.Drawing.Size(218, 147) + Me.ucrSelectorForDataFrames.TabIndex = 2 ' 'lblDataFrames ' - resources.ApplyResources(Me.lblDataFrames, "lblDataFrames") + Me.lblDataFrames.AutoSize = True + Me.lblDataFrames.Location = New System.Drawing.Point(10, 13) Me.lblDataFrames.Name = "lblDataFrames" + Me.lblDataFrames.Size = New System.Drawing.Size(76, 13) + Me.lblDataFrames.TabIndex = 3 + Me.lblDataFrames.Text = "Data Frame(s):" ' 'lblHiddenDataFrames ' - resources.ApplyResources(Me.lblHiddenDataFrames, "lblHiddenDataFrames") + Me.lblHiddenDataFrames.AutoSize = True + Me.lblHiddenDataFrames.Location = New System.Drawing.Point(248, 31) Me.lblHiddenDataFrames.Name = "lblHiddenDataFrames" + Me.lblHiddenDataFrames.Size = New System.Drawing.Size(113, 13) + Me.lblHiddenDataFrames.TabIndex = 4 + Me.lblHiddenDataFrames.Text = "Hidden Data Frame(s):" ' 'ucrReceiverMultiple ' + Me.ucrReceiverMultiple.AutoSize = True Me.ucrReceiverMultiple.frmParent = Me - resources.ApplyResources(Me.ucrReceiverMultiple, "ucrReceiverMultiple") + Me.ucrReceiverMultiple.Location = New System.Drawing.Point(248, 46) + Me.ucrReceiverMultiple.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverMultiple.Name = "ucrReceiverMultiple" Me.ucrReceiverMultiple.Selector = Nothing + Me.ucrReceiverMultiple.Size = New System.Drawing.Size(120, 112) Me.ucrReceiverMultiple.strNcFilePath = "" + Me.ucrReceiverMultiple.TabIndex = 5 Me.ucrReceiverMultiple.ucrSelector = Nothing ' 'dlgHideDataframes ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 233) Me.Controls.Add(Me.lblHiddenDataFrames) Me.Controls.Add(Me.ucrReceiverMultiple) Me.Controls.Add(Me.lblDataFrames) @@ -89,7 +110,9 @@ Partial Class dlgHideDataframes Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHideDataframes" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Hide_Dataframes" + Me.Text = "Hide/Unhide Data Frame(s)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgHideDataframes.resx b/instat/dlgHideDataframes.resx index aa01d69d457..29dcb1b3a35 100644 --- a/instat/dlgHideDataframes.resx +++ b/instat/dlgHideDataframes.resx @@ -117,157 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 178 - - - 410, 52 - - - 1 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 28 - - - - 0, 0, 0, 0 - - - 218, 147 - - - 2 - - - ucrSelectorForDataFrames - - - instat.ucrSelectorAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - True - - - 10, 13 - - - 76, 13 - - - 3 - - - Data Frame(s): - - - lblDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - - - 248, 31 - - - 113, 13 - - - 4 - - - Hidden Data Frame(s): - - - lblHiddenDataFrames - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - True - - - 422, 233 - - - CenterScreen - - - Hide/Unhide Data Frame(s) - - - dlgHideDataframes - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 46 - - - 0, 0, 0, 0 - - - 120, 112 - - - 5 - - - ucrReceiverMultiple - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgHideShowColumns.Designer.vb b/instat/dlgHideShowColumns.Designer.vb index 5d4012394ca..122b8085bd3 100644 --- a/instat/dlgHideShowColumns.Designer.vb +++ b/instat/dlgHideShowColumns.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgHideShowColumns 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHideShowColumns)) Me.ucrBase = New instat.ucrButtons() Me.ucrSelectorForHiddenColumns = New instat.ucrSelectorByDataFrameAddRemove() Me.ucrReceiverHiddenColumns = New instat.ucrReceiverMultiple() @@ -47,35 +46,53 @@ Partial Class dlgHideShowColumns ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 200) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 3 ' 'ucrSelectorForHiddenColumns ' + Me.ucrSelectorForHiddenColumns.AutoSize = True Me.ucrSelectorForHiddenColumns.bDropUnusedFilterLevels = False Me.ucrSelectorForHiddenColumns.bShowHiddenColumns = False Me.ucrSelectorForHiddenColumns.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorForHiddenColumns, "ucrSelectorForHiddenColumns") + Me.ucrSelectorForHiddenColumns.Location = New System.Drawing.Point(10, 10) + Me.ucrSelectorForHiddenColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorForHiddenColumns.Name = "ucrSelectorForHiddenColumns" + Me.ucrSelectorForHiddenColumns.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorForHiddenColumns.TabIndex = 0 ' 'ucrReceiverHiddenColumns ' + Me.ucrReceiverHiddenColumns.AutoSize = True Me.ucrReceiverHiddenColumns.frmParent = Me - resources.ApplyResources(Me.ucrReceiverHiddenColumns, "ucrReceiverHiddenColumns") + Me.ucrReceiverHiddenColumns.Location = New System.Drawing.Point(248, 59) + Me.ucrReceiverHiddenColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverHiddenColumns.Name = "ucrReceiverHiddenColumns" Me.ucrReceiverHiddenColumns.Selector = Nothing + Me.ucrReceiverHiddenColumns.Size = New System.Drawing.Size(120, 112) Me.ucrReceiverHiddenColumns.strNcFilePath = "" + Me.ucrReceiverHiddenColumns.TabIndex = 2 Me.ucrReceiverHiddenColumns.ucrSelector = Nothing ' 'lblHiddenColumns ' - resources.ApplyResources(Me.lblHiddenColumns, "lblHiddenColumns") + Me.lblHiddenColumns.AutoSize = True + Me.lblHiddenColumns.Location = New System.Drawing.Point(248, 44) Me.lblHiddenColumns.Name = "lblHiddenColumns" + Me.lblHiddenColumns.Size = New System.Drawing.Size(93, 13) + Me.lblHiddenColumns.TabIndex = 1 + Me.lblHiddenColumns.Text = "Hidden Column(s):" ' 'dlgHideShowColumns ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(420, 259) Me.Controls.Add(Me.lblHiddenColumns) Me.Controls.Add(Me.ucrReceiverHiddenColumns) Me.Controls.Add(Me.ucrSelectorForHiddenColumns) @@ -84,7 +101,9 @@ Partial Class dlgHideShowColumns Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHideShowColumns" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Hidden_Columns" + Me.Text = "Hide/Unhide Column(s)" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgHideShowColumns.resx b/instat/dlgHideShowColumns.resx index 1e62d9a2b8c..29dcb1b3a35 100644 --- a/instat/dlgHideShowColumns.resx +++ b/instat/dlgHideShowColumns.resx @@ -117,130 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - 10, 200 - - - 410, 53 - - - 3 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 10, 10 - - - - 0, 0, 0, 0 - - - 210, 180 - - - 0 - - - ucrSelectorForHiddenColumns - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 2 - - - True - - - 6, 13 - - - True - - - 420, 259 - - - True - - - 248, 44 - - - 93, 13 - - - 1 - - - Hidden Column(s): - - - lblHiddenColumns - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - CenterScreen - - - Hide/Unhide Column(s) - - - dlgHideShowColumns - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 248, 59 - - - 0, 0, 0, 0 - - - 120, 112 - - - 2 - - - ucrReceiverHiddenColumns - - - instat.ucrReceiverMultiple, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - \ No newline at end of file diff --git a/instat/dlgHistogram.designer.vb b/instat/dlgHistogram.designer.vb index 445d83a0d85..d4524116cc4 100644 --- a/instat/dlgHistogram.designer.vb +++ b/instat/dlgHistogram.designer.vb @@ -38,7 +38,6 @@ Partial Class dlgHistogram 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHistogram)) Me.cmdOptions = New System.Windows.Forms.Button() Me.cmdHistogramOptions = New System.Windows.Forms.Button() Me.rdoHistogram = New System.Windows.Forms.RadioButton() @@ -60,134 +59,210 @@ Partial Class dlgHistogram ' 'cmdOptions ' - resources.ApplyResources(Me.cmdOptions, "cmdOptions") + Me.cmdOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdOptions.Location = New System.Drawing.Point(10, 267) Me.cmdOptions.Name = "cmdOptions" + Me.cmdOptions.Size = New System.Drawing.Size(150, 25) + Me.cmdOptions.TabIndex = 9 Me.cmdOptions.Tag = "Options" + Me.cmdOptions.Text = "Plot Options" Me.cmdOptions.UseVisualStyleBackColor = True ' 'cmdHistogramOptions ' - resources.ApplyResources(Me.cmdHistogramOptions, "cmdHistogramOptions") + Me.cmdHistogramOptions.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.cmdHistogramOptions.Location = New System.Drawing.Point(10, 236) Me.cmdHistogramOptions.Name = "cmdHistogramOptions" + Me.cmdHistogramOptions.Size = New System.Drawing.Size(150, 25) + Me.cmdHistogramOptions.TabIndex = 8 Me.cmdHistogramOptions.Tag = "Histogram_Options" + Me.cmdHistogramOptions.Text = "Histogram Options" Me.cmdHistogramOptions.UseVisualStyleBackColor = True ' 'rdoHistogram ' - resources.ApplyResources(Me.rdoHistogram, "rdoHistogram") + Me.rdoHistogram.Appearance = System.Windows.Forms.Appearance.Button Me.rdoHistogram.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoHistogram.FlatAppearance.BorderSize = 2 Me.rdoHistogram.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoHistogram.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoHistogram.Location = New System.Drawing.Point(9, 12) Me.rdoHistogram.Name = "rdoHistogram" + Me.rdoHistogram.Size = New System.Drawing.Size(145, 28) + Me.rdoHistogram.TabIndex = 1 Me.rdoHistogram.TabStop = True Me.rdoHistogram.Tag = "Histogram" + Me.rdoHistogram.Text = "Histogram" + Me.rdoHistogram.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoHistogram.UseVisualStyleBackColor = True ' 'rdoDensity_ridges ' - resources.ApplyResources(Me.rdoDensity_ridges, "rdoDensity_ridges") + Me.rdoDensity_ridges.Appearance = System.Windows.Forms.Appearance.Button Me.rdoDensity_ridges.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoDensity_ridges.FlatAppearance.BorderSize = 2 Me.rdoDensity_ridges.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoDensity_ridges.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoDensity_ridges.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoDensity_ridges.Location = New System.Drawing.Point(151, 12) Me.rdoDensity_ridges.Name = "rdoDensity_ridges" + Me.rdoDensity_ridges.Size = New System.Drawing.Size(145, 28) + Me.rdoDensity_ridges.TabIndex = 2 Me.rdoDensity_ridges.TabStop = True Me.rdoDensity_ridges.Tag = "Density" + Me.rdoDensity_ridges.Text = "Density/Ridges" + Me.rdoDensity_ridges.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoDensity_ridges.UseVisualStyleBackColor = True ' 'rdoFrequencyPolygon ' - resources.ApplyResources(Me.rdoFrequencyPolygon, "rdoFrequencyPolygon") + Me.rdoFrequencyPolygon.Appearance = System.Windows.Forms.Appearance.Button Me.rdoFrequencyPolygon.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoFrequencyPolygon.FlatAppearance.BorderSize = 2 Me.rdoFrequencyPolygon.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoFrequencyPolygon.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoFrequencyPolygon.Location = New System.Drawing.Point(294, 12) Me.rdoFrequencyPolygon.Name = "rdoFrequencyPolygon" + Me.rdoFrequencyPolygon.Size = New System.Drawing.Size(145, 28) + Me.rdoFrequencyPolygon.TabIndex = 3 Me.rdoFrequencyPolygon.TabStop = True Me.rdoFrequencyPolygon.Tag = "Frequency_Polygon" + Me.rdoFrequencyPolygon.Text = "Frequency Polygon" + Me.rdoFrequencyPolygon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoFrequencyPolygon.UseVisualStyleBackColor = True ' 'lblfactor ' - resources.ApplyResources(Me.lblfactor, "lblfactor") + Me.lblfactor.AutoSize = True + Me.lblfactor.Location = New System.Drawing.Point(249, 225) Me.lblfactor.Name = "lblfactor" + Me.lblfactor.Size = New System.Drawing.Size(85, 13) + Me.lblfactor.TabIndex = 6 Me.lblfactor.Tag = "Factor_Selected:" + Me.lblfactor.Text = "Factor Selected:" ' 'lblStats ' - resources.ApplyResources(Me.lblStats, "lblStats") + Me.lblStats.Location = New System.Drawing.Point(10, 306) Me.lblStats.Name = "lblStats" + Me.lblStats.Size = New System.Drawing.Size(83, 18) + Me.lblStats.TabIndex = 10 + Me.lblStats.Text = "merge" ' 'ucrInputStats ' Me.ucrInputStats.AddQuotesIfUnrecognised = True + Me.ucrInputStats.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputStats.GetSetSelectedIndex = -1 Me.ucrInputStats.IsReadOnly = False - resources.ApplyResources(Me.ucrInputStats, "ucrInputStats") + Me.ucrInputStats.Location = New System.Drawing.Point(101, 305) + Me.ucrInputStats.Margin = New System.Windows.Forms.Padding(5) Me.ucrInputStats.Name = "ucrInputStats" + Me.ucrInputStats.Size = New System.Drawing.Size(137, 21) + Me.ucrInputStats.TabIndex = 11 ' 'ucrChkPercentages ' + Me.ucrChkPercentages.AutoSize = True Me.ucrChkPercentages.Checked = False - resources.ApplyResources(Me.ucrChkPercentages, "ucrChkPercentages") + Me.ucrChkPercentages.Location = New System.Drawing.Point(250, 305) + Me.ucrChkPercentages.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkPercentages.Name = "ucrChkPercentages" + Me.ucrChkPercentages.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPercentages.TabIndex = 13 ' 'ucrSaveHist ' - resources.ApplyResources(Me.ucrSaveHist, "ucrSaveHist") + Me.ucrSaveHist.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveHist.Location = New System.Drawing.Point(10, 342) + Me.ucrSaveHist.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveHist.Name = "ucrSaveHist" + Me.ucrSaveHist.Size = New System.Drawing.Size(322, 24) + Me.ucrSaveHist.TabIndex = 12 ' 'ucrVariablesAsFactorforHist ' + Me.ucrVariablesAsFactorforHist.AutoSize = True Me.ucrVariablesAsFactorforHist.frmParent = Me - resources.ApplyResources(Me.ucrVariablesAsFactorforHist, "ucrVariablesAsFactorforHist") + Me.ucrVariablesAsFactorforHist.Location = New System.Drawing.Point(247, 68) + Me.ucrVariablesAsFactorforHist.Margin = New System.Windows.Forms.Padding(5) Me.ucrVariablesAsFactorforHist.Name = "ucrVariablesAsFactorforHist" Me.ucrVariablesAsFactorforHist.Selector = Nothing + Me.ucrVariablesAsFactorforHist.Size = New System.Drawing.Size(125, 136) Me.ucrVariablesAsFactorforHist.strNcFilePath = "" + Me.ucrVariablesAsFactorforHist.TabIndex = 5 Me.ucrVariablesAsFactorforHist.ucrSelector = Nothing Me.ucrVariablesAsFactorforHist.ucrVariableSelector = Nothing ' 'ucrFactorReceiver ' + Me.ucrFactorReceiver.AutoSize = True Me.ucrFactorReceiver.frmParent = Me - resources.ApplyResources(Me.ucrFactorReceiver, "ucrFactorReceiver") + Me.ucrFactorReceiver.Location = New System.Drawing.Point(250, 241) + Me.ucrFactorReceiver.Margin = New System.Windows.Forms.Padding(0) Me.ucrFactorReceiver.Name = "ucrFactorReceiver" Me.ucrFactorReceiver.Selector = Nothing + Me.ucrFactorReceiver.Size = New System.Drawing.Size(125, 20) Me.ucrFactorReceiver.strNcFilePath = "" + Me.ucrFactorReceiver.TabIndex = 7 Me.ucrFactorReceiver.ucrSelector = Nothing ' 'ucrHistogramSelector ' + Me.ucrHistogramSelector.AutoSize = True Me.ucrHistogramSelector.bDropUnusedFilterLevels = False Me.ucrHistogramSelector.bShowHiddenColumns = False Me.ucrHistogramSelector.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrHistogramSelector, "ucrHistogramSelector") + Me.ucrHistogramSelector.Location = New System.Drawing.Point(10, 48) + Me.ucrHistogramSelector.Margin = New System.Windows.Forms.Padding(0) Me.ucrHistogramSelector.Name = "ucrHistogramSelector" + Me.ucrHistogramSelector.Size = New System.Drawing.Size(214, 183) + Me.ucrHistogramSelector.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(10, 375) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 14 ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(8, 11) + Me.ucrPnlOptions.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(433, 30) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrChkRidges ' + Me.ucrChkRidges.AutoSize = True Me.ucrChkRidges.Checked = False - resources.ApplyResources(Me.ucrChkRidges, "ucrChkRidges") + Me.ucrChkRidges.Location = New System.Drawing.Point(250, 277) + Me.ucrChkRidges.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkRidges.Name = "ucrChkRidges" + Me.ucrChkRidges.Size = New System.Drawing.Size(100, 23) + Me.ucrChkRidges.TabIndex = 15 ' 'ucrChkDisplayAsDotPlot ' + Me.ucrChkDisplayAsDotPlot.AutoSize = True Me.ucrChkDisplayAsDotPlot.Checked = False - resources.ApplyResources(Me.ucrChkDisplayAsDotPlot, "ucrChkDisplayAsDotPlot") + Me.ucrChkDisplayAsDotPlot.Location = New System.Drawing.Point(247, 267) Me.ucrChkDisplayAsDotPlot.Name = "ucrChkDisplayAsDotPlot" + Me.ucrChkDisplayAsDotPlot.Size = New System.Drawing.Size(173, 23) + Me.ucrChkDisplayAsDotPlot.TabIndex = 16 ' 'dlgHistogram ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(448, 436) Me.Controls.Add(Me.ucrChkDisplayAsDotPlot) Me.Controls.Add(Me.ucrChkRidges) Me.Controls.Add(Me.lblStats) @@ -209,7 +284,9 @@ Partial Class dlgHistogram Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHistogram" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Tag = "Histogram" + Me.Text = "Histogram Plot" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgHistogram.resx b/instat/dlgHistogram.resx index 9842b074375..29dcb1b3a35 100644 --- a/instat/dlgHistogram.resx +++ b/instat/dlgHistogram.resx @@ -117,478 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 10, 267 - - - 150, 25 - - - - 9 - - - Plot Options - - - cmdOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 10, 236 - - - 150, 25 - - - 8 - - - Histogram Options - - - cmdHistogramOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 16 - - - Button - - - Flat - - - 9, 12 - - - 145, 28 - - - 1 - - - Histogram - - - MiddleCenter - - - rdoHistogram - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Button - - - Flat - - - NoControl - - - 151, 12 - - - 145, 28 - - - 2 - - - Density/Ridges - - - MiddleCenter - - - rdoDensity_ridges - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Button - - - Flat - - - 294, 12 - - - 145, 28 - - - 3 - - - Frequency Polygon - - - MiddleCenter - - - rdoFrequencyPolygon - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - 249, 225 - - - 85, 13 - - - 6 - - - Factor Selected: - - - lblfactor - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - 10, 306 - - - 83, 18 - - - 10 - - - merge - - - lblStats - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 101, 305 - - - 5, 5, 5, 5 - - - 137, 21 - - - 11 - - - ucrInputStats - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 250, 305 - - - 4, 4, 4, 4 - - - 100, 20 - - - 13 - - - ucrChkPercentages - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - 10, 342 - - - 5, 5, 5, 5 - - - 322, 24 - - - 12 - - - ucrSaveHist - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - 6, 13 - - - True - - - 448, 436 - - - 247, 267 - - - 173, 20 - - - 16 - - - ucrChkDisplayAsDotPlot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - 250, 277 - - - 4, 4, 4, 4 - - - 100, 20 - - - 15 - - - ucrChkRidges - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 250, 241 - - - 0, 0, 0, 0 - - - 125, 20 - - - 7 - - - ucrFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - 10, 48 - - - 0, 0, 0, 0 - - - 214, 180 - - - 4 - - - ucrHistogramSelector - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 12 - - - True - - - 10, 375 - - - 4, 4, 4, 4 - - - 410, 52 - - - 14 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - 8, 11 - - - 5, 5, 5, 5 - - - 433, 30 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Histogram Plot - - - dlgHistogram - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 247, 68 - - - 5, 5, 5, 5 - - - 125, 136 - - - 5 - - - ucrVariablesAsFactorforHist - - - instat.ucrVariablesAsFactor, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - \ No newline at end of file diff --git a/instat/dlgHistogramMethod.designer.vb b/instat/dlgHistogramMethod.designer.vb index 8bbcbdfcad5..d9c4da2e919 100644 --- a/instat/dlgHistogramMethod.designer.vb +++ b/instat/dlgHistogramMethod.designer.vb @@ -45,9 +45,10 @@ Partial Class dlgHistogramMethod 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(12, 203) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(410, 60) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 0 ' 'Label1 @@ -61,8 +62,8 @@ Partial Class dlgHistogramMethod ' 'dlgHistogramMethod ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(434, 275) Me.Controls.Add(Me.Label1) diff --git a/instat/dlgHomogenization.Designer.vb b/instat/dlgHomogenization.Designer.vb index 899fe30c82e..35b58e1b6f4 100644 --- a/instat/dlgHomogenization.Designer.vb +++ b/instat/dlgHomogenization.Designer.vb @@ -23,7 +23,6 @@ Partial Class dlgHomogenization _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgHomogenization)) Me.lblElement = New System.Windows.Forms.Label() Me.grpMethods = New System.Windows.Forms.GroupBox() Me.rdoCptMean = New System.Windows.Forms.RadioButton() @@ -71,8 +70,13 @@ Partial Class dlgHomogenization ' 'lblElement ' - resources.ApplyResources(Me.lblElement, "lblElement") + Me.lblElement.AutoSize = True + Me.lblElement.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblElement.Location = New System.Drawing.Point(264, 135) Me.lblElement.Name = "lblElement" + Me.lblElement.Size = New System.Drawing.Size(48, 13) + Me.lblElement.TabIndex = 7 + Me.lblElement.Text = "Element:" ' 'grpMethods ' @@ -83,50 +87,86 @@ Partial Class dlgHomogenization Me.grpMethods.Controls.Add(Me.rdoPettitt) Me.grpMethods.Controls.Add(Me.rdoSnht) Me.grpMethods.Controls.Add(Me.ucrPnlMethods) - resources.ApplyResources(Me.grpMethods, "grpMethods") + Me.grpMethods.Location = New System.Drawing.Point(12, 243) Me.grpMethods.Name = "grpMethods" + Me.grpMethods.Size = New System.Drawing.Size(209, 104) + Me.grpMethods.TabIndex = 11 Me.grpMethods.TabStop = False + Me.grpMethods.Text = "Methods" ' 'rdoCptMean ' - resources.ApplyResources(Me.rdoCptMean, "rdoCptMean") + Me.rdoCptMean.AutoSize = True + Me.rdoCptMean.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCptMean.Location = New System.Drawing.Point(87, 23) Me.rdoCptMean.Name = "rdoCptMean" + Me.rdoCptMean.Size = New System.Drawing.Size(52, 17) + Me.rdoCptMean.TabIndex = 6 + Me.rdoCptMean.Text = "Mean" Me.rdoCptMean.UseVisualStyleBackColor = True ' 'rdoCptMeanVariance ' - resources.ApplyResources(Me.rdoCptMeanVariance, "rdoCptMeanVariance") + Me.rdoCptMeanVariance.AutoSize = True + Me.rdoCptMeanVariance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCptMeanVariance.Location = New System.Drawing.Point(87, 69) Me.rdoCptMeanVariance.Name = "rdoCptMeanVariance" + Me.rdoCptMeanVariance.Size = New System.Drawing.Size(118, 17) + Me.rdoCptMeanVariance.TabIndex = 5 + Me.rdoCptMeanVariance.Text = "Mean and Variance" Me.rdoCptMeanVariance.UseVisualStyleBackColor = True ' 'rdoCptVariance ' - resources.ApplyResources(Me.rdoCptVariance, "rdoCptVariance") + Me.rdoCptVariance.AutoSize = True + Me.rdoCptVariance.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoCptVariance.Location = New System.Drawing.Point(87, 46) Me.rdoCptVariance.Name = "rdoCptVariance" + Me.rdoCptVariance.Size = New System.Drawing.Size(67, 17) + Me.rdoCptVariance.TabIndex = 4 + Me.rdoCptVariance.Text = "Variance" Me.rdoCptVariance.UseVisualStyleBackColor = True ' 'rdoBuishand ' - resources.ApplyResources(Me.rdoBuishand, "rdoBuishand") + Me.rdoBuishand.AutoSize = True + Me.rdoBuishand.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoBuishand.Location = New System.Drawing.Point(9, 69) Me.rdoBuishand.Name = "rdoBuishand" + Me.rdoBuishand.Size = New System.Drawing.Size(69, 17) + Me.rdoBuishand.TabIndex = 16 + Me.rdoBuishand.Text = "Buishand" Me.rdoBuishand.UseVisualStyleBackColor = True ' 'rdoPettitt ' - resources.ApplyResources(Me.rdoPettitt, "rdoPettitt") + Me.rdoPettitt.AutoSize = True + Me.rdoPettitt.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoPettitt.Location = New System.Drawing.Point(9, 46) Me.rdoPettitt.Name = "rdoPettitt" + Me.rdoPettitt.Size = New System.Drawing.Size(52, 17) + Me.rdoPettitt.TabIndex = 15 + Me.rdoPettitt.Text = "Pettitt" Me.rdoPettitt.UseVisualStyleBackColor = True ' 'rdoSnht ' - resources.ApplyResources(Me.rdoSnht, "rdoSnht") + Me.rdoSnht.AutoSize = True + Me.rdoSnht.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSnht.Location = New System.Drawing.Point(9, 23) Me.rdoSnht.Name = "rdoSnht" + Me.rdoSnht.Size = New System.Drawing.Size(55, 17) + Me.rdoSnht.TabIndex = 14 + Me.rdoSnht.Text = "SNHT" Me.rdoSnht.UseVisualStyleBackColor = True ' 'ucrPnlMethods ' - resources.ApplyResources(Me.ucrPnlMethods, "ucrPnlMethods") + Me.ucrPnlMethods.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlMethods.Location = New System.Drawing.Point(6, 17) Me.ucrPnlMethods.Name = "ucrPnlMethods" + Me.ucrPnlMethods.Size = New System.Drawing.Size(197, 68) + Me.ucrPnlMethods.TabIndex = 0 ' 'grpCptOptions ' @@ -144,226 +184,354 @@ Partial Class dlgHomogenization Me.grpCptOptions.Controls.Add(Me.ucrInputComboMeanDistribution) Me.grpCptOptions.Controls.Add(Me.ucrInputComboMethod) Me.grpCptOptions.Controls.Add(Me.ucrInputComboPenalty) - resources.ApplyResources(Me.grpCptOptions, "grpCptOptions") + Me.grpCptOptions.Location = New System.Drawing.Point(227, 243) Me.grpCptOptions.Name = "grpCptOptions" + Me.grpCptOptions.Size = New System.Drawing.Size(179, 170) + Me.grpCptOptions.TabIndex = 12 Me.grpCptOptions.TabStop = False + Me.grpCptOptions.Text = "Change Point Options" ' 'ucrInputComboMeanVarDistribution ' Me.ucrInputComboMeanVarDistribution.AddQuotesIfUnrecognised = True + Me.ucrInputComboMeanVarDistribution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMeanVarDistribution.GetSetSelectedIndex = -1 Me.ucrInputComboMeanVarDistribution.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMeanVarDistribution, "ucrInputComboMeanVarDistribution") + Me.ucrInputComboMeanVarDistribution.Location = New System.Drawing.Point(68, 67) Me.ucrInputComboMeanVarDistribution.Name = "ucrInputComboMeanVarDistribution" + Me.ucrInputComboMeanVarDistribution.Size = New System.Drawing.Size(64, 21) + Me.ucrInputComboMeanVarDistribution.TabIndex = 14 ' 'ucrInputComboVarDistribution ' Me.ucrInputComboVarDistribution.AddQuotesIfUnrecognised = True + Me.ucrInputComboVarDistribution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboVarDistribution.GetSetSelectedIndex = -1 Me.ucrInputComboVarDistribution.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboVarDistribution, "ucrInputComboVarDistribution") + Me.ucrInputComboVarDistribution.Location = New System.Drawing.Point(68, 67) Me.ucrInputComboVarDistribution.Name = "ucrInputComboVarDistribution" + Me.ucrInputComboVarDistribution.Size = New System.Drawing.Size(64, 21) + Me.ucrInputComboVarDistribution.TabIndex = 15 ' 'lblPenaltyValue ' - resources.ApplyResources(Me.lblPenaltyValue, "lblPenaltyValue") + Me.lblPenaltyValue.AutoSize = True + Me.lblPenaltyValue.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPenaltyValue.Location = New System.Drawing.Point(4, 142) Me.lblPenaltyValue.Name = "lblPenaltyValue" + Me.lblPenaltyValue.Size = New System.Drawing.Size(59, 13) + Me.lblPenaltyValue.TabIndex = 12 + Me.lblPenaltyValue.Text = "Pen.Value:" ' 'ucrInputPenValue ' Me.ucrInputPenValue.AddQuotesIfUnrecognised = True + Me.ucrInputPenValue.AutoSize = True Me.ucrInputPenValue.IsMultiline = False Me.ucrInputPenValue.IsReadOnly = False - resources.ApplyResources(Me.ucrInputPenValue, "ucrInputPenValue") + Me.ucrInputPenValue.Location = New System.Drawing.Point(68, 138) Me.ucrInputPenValue.Name = "ucrInputPenValue" + Me.ucrInputPenValue.Size = New System.Drawing.Size(55, 21) + Me.ucrInputPenValue.TabIndex = 11 ' 'lblMinSegLen ' - resources.ApplyResources(Me.lblMinSegLen, "lblMinSegLen") + Me.lblMinSegLen.AutoSize = True + Me.lblMinSegLen.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMinSegLen.Location = New System.Drawing.Point(4, 95) Me.lblMinSegLen.Name = "lblMinSegLen" + Me.lblMinSegLen.Size = New System.Drawing.Size(64, 13) + Me.lblMinSegLen.TabIndex = 10 + Me.lblMinSegLen.Text = "MinSegLen:" ' 'lblQ ' - resources.ApplyResources(Me.lblQ, "lblQ") + Me.lblQ.AutoSize = True + Me.lblQ.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblQ.Location = New System.Drawing.Point(4, 120) Me.lblQ.Name = "lblQ" + Me.lblQ.Size = New System.Drawing.Size(18, 13) + Me.lblQ.TabIndex = 9 + Me.lblQ.Text = "Q:" ' 'lblPenalty ' - resources.ApplyResources(Me.lblPenalty, "lblPenalty") + Me.lblPenalty.AutoSize = True + Me.lblPenalty.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblPenalty.Location = New System.Drawing.Point(4, 21) Me.lblPenalty.Name = "lblPenalty" + Me.lblPenalty.Size = New System.Drawing.Size(45, 13) + Me.lblPenalty.TabIndex = 8 + Me.lblPenalty.Text = "Penalty:" ' 'lblMethod ' - resources.ApplyResources(Me.lblMethod, "lblMethod") + Me.lblMethod.AutoSize = True + Me.lblMethod.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblMethod.Location = New System.Drawing.Point(4, 44) Me.lblMethod.Name = "lblMethod" + Me.lblMethod.Size = New System.Drawing.Size(46, 13) + Me.lblMethod.TabIndex = 7 + Me.lblMethod.Text = "Method:" ' 'lblDistribution ' - resources.ApplyResources(Me.lblDistribution, "lblDistribution") + Me.lblDistribution.AutoSize = True + Me.lblDistribution.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDistribution.Location = New System.Drawing.Point(4, 69) Me.lblDistribution.Name = "lblDistribution" + Me.lblDistribution.Size = New System.Drawing.Size(62, 13) + Me.lblDistribution.TabIndex = 6 + Me.lblDistribution.Text = "Distribution:" ' 'ucrNudMinSegLen ' + Me.ucrNudMinSegLen.AutoSize = True Me.ucrNudMinSegLen.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinSegLen.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudMinSegLen, "ucrNudMinSegLen") + Me.ucrNudMinSegLen.Location = New System.Drawing.Point(68, 91) Me.ucrNudMinSegLen.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudMinSegLen.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudMinSegLen.Name = "ucrNudMinSegLen" + Me.ucrNudMinSegLen.Size = New System.Drawing.Size(50, 20) + Me.ucrNudMinSegLen.TabIndex = 4 Me.ucrNudMinSegLen.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' 'ucrInputQ ' Me.ucrInputQ.AddQuotesIfUnrecognised = True + Me.ucrInputQ.AutoSize = True Me.ucrInputQ.IsMultiline = False Me.ucrInputQ.IsReadOnly = False - resources.ApplyResources(Me.ucrInputQ, "ucrInputQ") + Me.ucrInputQ.Location = New System.Drawing.Point(68, 114) Me.ucrInputQ.Name = "ucrInputQ" + Me.ucrInputQ.Size = New System.Drawing.Size(55, 21) + Me.ucrInputQ.TabIndex = 3 ' 'ucrInputComboMeanDistribution ' Me.ucrInputComboMeanDistribution.AddQuotesIfUnrecognised = True + Me.ucrInputComboMeanDistribution.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMeanDistribution.GetSetSelectedIndex = -1 Me.ucrInputComboMeanDistribution.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMeanDistribution, "ucrInputComboMeanDistribution") + Me.ucrInputComboMeanDistribution.Location = New System.Drawing.Point(68, 67) Me.ucrInputComboMeanDistribution.Name = "ucrInputComboMeanDistribution" + Me.ucrInputComboMeanDistribution.Size = New System.Drawing.Size(64, 21) + Me.ucrInputComboMeanDistribution.TabIndex = 2 ' 'ucrInputComboMethod ' Me.ucrInputComboMethod.AddQuotesIfUnrecognised = True + Me.ucrInputComboMethod.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboMethod.GetSetSelectedIndex = -1 Me.ucrInputComboMethod.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboMethod, "ucrInputComboMethod") + Me.ucrInputComboMethod.Location = New System.Drawing.Point(68, 43) Me.ucrInputComboMethod.Name = "ucrInputComboMethod" + Me.ucrInputComboMethod.Size = New System.Drawing.Size(64, 21) + Me.ucrInputComboMethod.TabIndex = 1 ' 'ucrInputComboPenalty ' Me.ucrInputComboPenalty.AddQuotesIfUnrecognised = True + Me.ucrInputComboPenalty.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboPenalty.GetSetSelectedIndex = -1 Me.ucrInputComboPenalty.IsReadOnly = False - resources.ApplyResources(Me.ucrInputComboPenalty, "ucrInputComboPenalty") + Me.ucrInputComboPenalty.Location = New System.Drawing.Point(68, 19) Me.ucrInputComboPenalty.Name = "ucrInputComboPenalty" + Me.ucrInputComboPenalty.Size = New System.Drawing.Size(64, 21) + Me.ucrInputComboPenalty.TabIndex = 0 ' 'grpOutputOptions ' Me.grpOutputOptions.Controls.Add(Me.ucrChkPlot) Me.grpOutputOptions.Controls.Add(Me.ucrChkSummary) - resources.ApplyResources(Me.grpOutputOptions, "grpOutputOptions") + Me.grpOutputOptions.Enabled = False + Me.grpOutputOptions.Location = New System.Drawing.Point(12, 353) Me.grpOutputOptions.Name = "grpOutputOptions" + Me.grpOutputOptions.Size = New System.Drawing.Size(209, 42) + Me.grpOutputOptions.TabIndex = 13 Me.grpOutputOptions.TabStop = False + Me.grpOutputOptions.Text = "Output Options" ' 'ucrChkPlot ' + Me.ucrChkPlot.AutoSize = True Me.ucrChkPlot.Checked = False - resources.ApplyResources(Me.ucrChkPlot, "ucrChkPlot") + Me.ucrChkPlot.Location = New System.Drawing.Point(10, 19) Me.ucrChkPlot.Name = "ucrChkPlot" + Me.ucrChkPlot.Size = New System.Drawing.Size(100, 23) + Me.ucrChkPlot.TabIndex = 1 ' 'ucrChkSummary ' + Me.ucrChkSummary.AutoSize = True Me.ucrChkSummary.Checked = False - resources.ApplyResources(Me.ucrChkSummary, "ucrChkSummary") + Me.ucrChkSummary.Location = New System.Drawing.Point(110, 19) Me.ucrChkSummary.Name = "ucrChkSummary" + Me.ucrChkSummary.Size = New System.Drawing.Size(93, 23) + Me.ucrChkSummary.TabIndex = 0 ' 'rdoSingle ' - resources.ApplyResources(Me.rdoSingle, "rdoSingle") + Me.rdoSingle.Appearance = System.Windows.Forms.Appearance.Button Me.rdoSingle.BackColor = System.Drawing.SystemColors.Control Me.rdoSingle.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoSingle.FlatAppearance.BorderSize = 2 Me.rdoSingle.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoSingle.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoSingle.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoSingle.Location = New System.Drawing.Point(62, 27) Me.rdoSingle.Name = "rdoSingle" + Me.rdoSingle.Size = New System.Drawing.Size(101, 28) + Me.rdoSingle.TabIndex = 1 Me.rdoSingle.TabStop = True Me.rdoSingle.Tag = "" + Me.rdoSingle.Text = "Single" + Me.rdoSingle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoSingle.UseVisualStyleBackColor = False ' 'rdoMultiple ' - resources.ApplyResources(Me.rdoMultiple, "rdoMultiple") + Me.rdoMultiple.Appearance = System.Windows.Forms.Appearance.Button Me.rdoMultiple.BackColor = System.Drawing.SystemColors.Control Me.rdoMultiple.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoMultiple.FlatAppearance.BorderSize = 2 Me.rdoMultiple.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoMultiple.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoMultiple.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoMultiple.Location = New System.Drawing.Point(260, 27) Me.rdoMultiple.Name = "rdoMultiple" + Me.rdoMultiple.Size = New System.Drawing.Size(101, 28) + Me.rdoMultiple.TabIndex = 3 Me.rdoMultiple.TabStop = True Me.rdoMultiple.Tag = "" + Me.rdoMultiple.Text = "Multiple" + Me.rdoMultiple.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoMultiple.UseVisualStyleBackColor = False ' 'rdoNeighbouring ' - resources.ApplyResources(Me.rdoNeighbouring, "rdoNeighbouring") + Me.rdoNeighbouring.Appearance = System.Windows.Forms.Appearance.Button Me.rdoNeighbouring.BackColor = System.Drawing.SystemColors.Control Me.rdoNeighbouring.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveCaption Me.rdoNeighbouring.FlatAppearance.BorderSize = 2 Me.rdoNeighbouring.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.ActiveCaption + Me.rdoNeighbouring.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.rdoNeighbouring.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.rdoNeighbouring.Location = New System.Drawing.Point(161, 27) Me.rdoNeighbouring.Name = "rdoNeighbouring" + Me.rdoNeighbouring.Size = New System.Drawing.Size(101, 28) + Me.rdoNeighbouring.TabIndex = 2 Me.rdoNeighbouring.TabStop = True Me.rdoNeighbouring.Tag = "" + Me.rdoNeighbouring.Text = "Neighbouring" + Me.rdoNeighbouring.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.rdoNeighbouring.UseVisualStyleBackColor = False ' 'lblNeighbouring ' - resources.ApplyResources(Me.lblNeighbouring, "lblNeighbouring") + Me.lblNeighbouring.AutoSize = True + Me.lblNeighbouring.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblNeighbouring.Location = New System.Drawing.Point(264, 190) Me.lblNeighbouring.Name = "lblNeighbouring" + Me.lblNeighbouring.Size = New System.Drawing.Size(59, 13) + Me.lblNeighbouring.TabIndex = 9 + Me.lblNeighbouring.Text = "Neighbour:" ' 'ucrReceiverNeighbour ' + Me.ucrReceiverNeighbour.AutoSize = True Me.ucrReceiverNeighbour.frmParent = Me - resources.ApplyResources(Me.ucrReceiverNeighbour, "ucrReceiverNeighbour") + Me.ucrReceiverNeighbour.Location = New System.Drawing.Point(266, 206) + Me.ucrReceiverNeighbour.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverNeighbour.Name = "ucrReceiverNeighbour" Me.ucrReceiverNeighbour.Selector = Nothing + Me.ucrReceiverNeighbour.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverNeighbour.strNcFilePath = "" + Me.ucrReceiverNeighbour.TabIndex = 10 Me.ucrReceiverNeighbour.ucrSelector = Nothing ' 'ucrPnlOptions ' - resources.ApplyResources(Me.ucrPnlOptions, "ucrPnlOptions") + Me.ucrPnlOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrPnlOptions.Location = New System.Drawing.Point(51, 25) Me.ucrPnlOptions.Name = "ucrPnlOptions" + Me.ucrPnlOptions.Size = New System.Drawing.Size(321, 30) + Me.ucrPnlOptions.TabIndex = 0 ' 'ucrSaveResult ' - resources.ApplyResources(Me.ucrSaveResult, "ucrSaveResult") + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrSaveResult.Enabled = False + Me.ucrSaveResult.Location = New System.Drawing.Point(12, 413) + Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" + Me.ucrSaveResult.Size = New System.Drawing.Size(320, 24) + Me.ucrSaveResult.TabIndex = 14 ' 'ucrReceiverElement ' + Me.ucrReceiverElement.AutoSize = True Me.ucrReceiverElement.frmParent = Me - resources.ApplyResources(Me.ucrReceiverElement, "ucrReceiverElement") + Me.ucrReceiverElement.Location = New System.Drawing.Point(266, 151) + Me.ucrReceiverElement.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverElement.Name = "ucrReceiverElement" Me.ucrReceiverElement.Selector = Nothing + Me.ucrReceiverElement.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverElement.strNcFilePath = "" + Me.ucrReceiverElement.TabIndex = 8 Me.ucrReceiverElement.ucrSelector = Nothing ' 'ucrSelectorHomogenization ' + Me.ucrSelectorHomogenization.AutoSize = True Me.ucrSelectorHomogenization.bDropUnusedFilterLevels = False Me.ucrSelectorHomogenization.bShowHiddenColumns = False Me.ucrSelectorHomogenization.bUseCurrentFilter = True - resources.ApplyResources(Me.ucrSelectorHomogenization, "ucrSelectorHomogenization") + Me.ucrSelectorHomogenization.Location = New System.Drawing.Point(12, 58) + Me.ucrSelectorHomogenization.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorHomogenization.Name = "ucrSelectorHomogenization" + Me.ucrSelectorHomogenization.Size = New System.Drawing.Size(213, 183) + Me.ucrSelectorHomogenization.TabIndex = 4 ' 'ucrBase ' - resources.ApplyResources(Me.ucrBase, "ucrBase") + Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + Me.ucrBase.Location = New System.Drawing.Point(12, 440) Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(405, 52) + Me.ucrBase.TabIndex = 15 ' 'lblStation ' - resources.ApplyResources(Me.lblStation, "lblStation") + Me.lblStation.AutoSize = True + Me.lblStation.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblStation.Location = New System.Drawing.Point(264, 80) Me.lblStation.Name = "lblStation" + Me.lblStation.Size = New System.Drawing.Size(43, 13) + Me.lblStation.TabIndex = 5 + Me.lblStation.Text = "Station:" ' 'ucrReceiverStation ' + Me.ucrReceiverStation.AutoSize = True Me.ucrReceiverStation.frmParent = Me - resources.ApplyResources(Me.ucrReceiverStation, "ucrReceiverStation") + Me.ucrReceiverStation.Location = New System.Drawing.Point(266, 96) + Me.ucrReceiverStation.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStation.Name = "ucrReceiverStation" Me.ucrReceiverStation.Selector = Nothing + Me.ucrReceiverStation.Size = New System.Drawing.Size(120, 20) Me.ucrReceiverStation.strNcFilePath = "" + Me.ucrReceiverStation.TabIndex = 6 Me.ucrReceiverStation.ucrSelector = Nothing ' 'dlgHomogenization ' - resources.ApplyResources(Me, "$this") - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi + Me.AutoSize = True + Me.ClientSize = New System.Drawing.Size(422, 494) Me.Controls.Add(Me.lblStation) Me.Controls.Add(Me.ucrReceiverStation) Me.Controls.Add(Me.lblNeighbouring) @@ -384,11 +552,14 @@ Partial Class dlgHomogenization Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgHomogenization" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "Homogenization (Change Point)" Me.grpMethods.ResumeLayout(False) Me.grpMethods.PerformLayout() Me.grpCptOptions.ResumeLayout(False) Me.grpCptOptions.PerformLayout() Me.grpOutputOptions.ResumeLayout(False) + Me.grpOutputOptions.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgHomogenization.resx b/instat/dlgHomogenization.resx index e3c67837a93..adcd5a52701 100644 --- a/instat/dlgHomogenization.resx +++ b/instat/dlgHomogenization.resx @@ -117,1075 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 264, 135 - - - 48, 13 - - - 7 - - - Element: - - - lblElement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 87, 23 - - - 52, 17 - - - 6 - - - Mean - - - rdoCptMean - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 0 - - - True - - - NoControl - - - 87, 69 - - - 118, 17 - - - 5 - - - Mean and Variance - - - rdoCptMeanVariance - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 1 - - - True - - - NoControl - - - 87, 46 - - - 67, 17 - - - 4 - - - Variance - - - rdoCptVariance - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 2 - - - True - - - NoControl - - - 9, 69 - - - 69, 17 - - - 16 - - - Buishand - - - rdoBuishand - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 3 - - - True - - - NoControl - - - 9, 46 - - - 52, 17 - - - 15 - - - Pettitt - - - rdoPettitt - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 4 - - - True - - - NoControl - - - 9, 23 - - - 55, 17 - - - 14 - - - SNHT - - - rdoSnht - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpMethods - - - 5 - - - 6, 17 - - - 197, 68 - - - 0 - - - ucrPnlMethods - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpMethods - - - 6 - - - 12, 243 - - - 209, 104 - - - 11 - - - Methods - - - grpMethods - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - 68, 67 - - - 64, 21 - - - 14 - - - ucrInputComboMeanVarDistribution - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 0 - - - 68, 67 - - - 64, 21 - - - 15 - - - ucrInputComboVarDistribution - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 1 - - - True - - - NoControl - - - 4, 142 - - - 59, 13 - - - 12 - - - Pen.Value: - - - lblPenaltyValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 2 - - - 68, 138 - - - 55, 21 - - - 11 - - - ucrInputPenValue - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 3 - - - True - - - NoControl - - - 4, 95 - - - 64, 13 - - - 10 - - - MinSegLen: - - - lblMinSegLen - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 4 - - - True - - - NoControl - - - 4, 120 - - - 18, 13 - - - 9 - - - Q: - - - lblQ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 5 - - - True - - - NoControl - - - 4, 21 - - - 45, 13 - - - 8 - - - Penalty: - - - lblPenalty - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 6 - - - True - - - NoControl - - - 4, 44 - - - 46, 13 - - - 7 - - - Method: - - - lblMethod - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 7 - - - True - - - NoControl - - - 4, 69 - - - 62, 13 - - - 6 - - - Distribution: - - - lblDistribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpCptOptions - - - 8 - - - 68, 91 - - - 50, 20 - - - 4 - - - ucrNudMinSegLen - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 9 - - - 68, 114 - - - 55, 21 - - - 3 - - - ucrInputQ - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 10 - - - 68, 67 - - - 64, 21 - - - 2 - - - ucrInputComboMeanDistribution - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 11 - - - 68, 43 - - - 64, 21 - - - 1 - - - ucrInputComboMethod - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 12 - - - 68, 19 - - - 64, 21 - - - 0 - - - ucrInputComboPenalty - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpCptOptions - - - 13 - - - 227, 243 - - - 179, 170 - - - 12 - - - Change Point Options - - - grpCptOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 10, 19 - - - 100, 20 - - - 1 - - - ucrChkPlot - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOutputOptions - - - 0 - - - 110, 19 - - - 93, 20 - - - 0 - - - ucrChkSummary - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpOutputOptions - - - 1 - - - False - - - 12, 353 - - - 209, 42 - - - 13 - - - Output Options - - - grpOutputOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - 17, 17 - - Button - - - Flat - - - NoControl - - - 62, 27 - - - 101, 28 - - - 1 - - - Single - - - MiddleCenter - - - rdoSingle - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - Button - - - Flat - - - NoControl - - - 260, 27 - - - 101, 28 - - - 3 - - - Multiple - - - MiddleCenter - - - rdoMultiple - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - Button - - - Flat - - - NoControl - - - 161, 27 - - - 101, 28 - - - 2 - - - Neighbouring - - - MiddleCenter - - - rdoNeighbouring - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - NoControl - - - 264, 190 - - - 59, 13 - - - 9 - - - Neighbour: - - - lblNeighbouring - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - True - 25 - - 6, 13 - - - True - - - 422, 494 - - - True - - - NoControl - - - 264, 80 - - - 43, 13 - - - 5 - - - Station: - - - lblStation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - 266, 96 - - - 0, 0, 0, 0 - - - 120, 20 - - - 6 - - - ucrReceiverStation - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - 51, 25 - - - 321, 30 - - - 0 - - - ucrPnlOptions - - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 7 - - - False - - - 12, 413 - - - 4, 5, 4, 5 - - - 320, 24 - - - 14 - - - ucrSaveResult - - - instat.ucrSave, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 8 - - - 266, 151 - - - 0, 0, 0, 0 - - - 120, 20 - - - 8 - - - ucrReceiverElement - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 13 - - - 12, 58 - - - 0, 0, 0, 0 - - - 210, 180 - - - 4 - - - ucrSelectorHomogenization - - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - - True - - - 12, 440 - - - 410, 52 - - - 15 - - - ucrBase - - - instat.ucrButtons, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 15 - - - CenterScreen - - - Homogenization (Change Point) - - - ttOptions - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - dlgHomogenization - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 266, 206 - - - 0, 0, 0, 0 - - - 120, 20 - - - 10 - - - ucrReceiverNeighbour - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - \ No newline at end of file diff --git a/instat/dlgHypothesisTestsCalculator.Designer.vb b/instat/dlgHypothesisTestsCalculator.Designer.vb index 991b267ab0c..925ac2e0e3e 100644 --- a/instat/dlgHypothesisTestsCalculator.Designer.vb +++ b/instat/dlgHypothesisTestsCalculator.Designer.vb @@ -1486,33 +1486,37 @@ Partial Class dlgHypothesisTestsCalculator ' 'ucrChkDisplayModel ' + Me.ucrChkDisplayModel.AutoSize = True Me.ucrChkDisplayModel.Checked = False Me.ucrChkDisplayModel.Location = New System.Drawing.Point(10, 292) Me.ucrChkDisplayModel.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkDisplayModel.Name = "ucrChkDisplayModel" - Me.ucrChkDisplayModel.Size = New System.Drawing.Size(139, 20) + Me.ucrChkDisplayModel.Size = New System.Drawing.Size(139, 23) Me.ucrChkDisplayModel.TabIndex = 7 ' 'ucrChkSummaryModel ' + Me.ucrChkSummaryModel.AutoSize = True Me.ucrChkSummaryModel.Checked = False Me.ucrChkSummaryModel.Location = New System.Drawing.Point(10, 264) Me.ucrChkSummaryModel.Margin = New System.Windows.Forms.Padding(4) Me.ucrChkSummaryModel.Name = "ucrChkSummaryModel" - Me.ucrChkSummaryModel.Size = New System.Drawing.Size(139, 20) + Me.ucrChkSummaryModel.Size = New System.Drawing.Size(139, 23) Me.ucrChkSummaryModel.TabIndex = 6 ' 'ucrTryModelling ' + Me.ucrTryModelling.AutoSize = True Me.ucrTryModelling.Location = New System.Drawing.Point(2, 360) Me.ucrTryModelling.Margin = New System.Windows.Forms.Padding(4) Me.ucrTryModelling.Name = "ucrTryModelling" Me.ucrTryModelling.RunCommandAsMultipleLines = False - Me.ucrTryModelling.Size = New System.Drawing.Size(393, 28) + Me.ucrTryModelling.Size = New System.Drawing.Size(393, 30) Me.ucrTryModelling.TabIndex = 13 ' 'ucrReceiverMultiple ' + Me.ucrReceiverMultiple.AutoSize = True Me.ucrReceiverMultiple.frmParent = Me Me.ucrReceiverMultiple.Location = New System.Drawing.Point(165, 288) Me.ucrReceiverMultiple.Margin = New System.Windows.Forms.Padding(0) @@ -1526,6 +1530,7 @@ Partial Class dlgHypothesisTestsCalculator ' 'ucrSaveResult ' + Me.ucrSaveResult.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrSaveResult.Location = New System.Drawing.Point(10, 397) Me.ucrSaveResult.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveResult.Name = "ucrSaveResult" @@ -1535,6 +1540,7 @@ Partial Class dlgHypothesisTestsCalculator 'ucrInputComboRPackage ' Me.ucrInputComboRPackage.AddQuotesIfUnrecognised = True + Me.ucrInputComboRPackage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboRPackage.GetSetSelectedIndex = -1 Me.ucrInputComboRPackage.IsReadOnly = False Me.ucrInputComboRPackage.Location = New System.Drawing.Point(308, 51) @@ -1546,44 +1552,49 @@ Partial Class dlgHypothesisTestsCalculator 'ucrBase ' Me.ucrBase.AutoSize = True + Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrBase.Location = New System.Drawing.Point(10, 430) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" - Me.ucrBase.Size = New System.Drawing.Size(452, 52) + Me.ucrBase.Size = New System.Drawing.Size(405, 52) Me.ucrBase.TabIndex = 15 ' 'ucrChkBy ' + Me.ucrChkBy.AutoSize = True Me.ucrChkBy.Checked = False Me.ucrChkBy.Enabled = False Me.ucrChkBy.Location = New System.Drawing.Point(165, 264) Me.ucrChkBy.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkBy.Name = "ucrChkBy" - Me.ucrChkBy.Size = New System.Drawing.Size(166, 20) + Me.ucrChkBy.Size = New System.Drawing.Size(166, 23) Me.ucrChkBy.TabIndex = 8 ' 'ucrSelectorColumn ' + Me.ucrSelectorColumn.AutoSize = True Me.ucrSelectorColumn.bDropUnusedFilterLevels = False Me.ucrSelectorColumn.bShowHiddenColumns = False Me.ucrSelectorColumn.bUseCurrentFilter = True Me.ucrSelectorColumn.Location = New System.Drawing.Point(10, 56) Me.ucrSelectorColumn.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumn.Name = "ucrSelectorColumn" - Me.ucrSelectorColumn.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorColumn.Size = New System.Drawing.Size(213, 183) Me.ucrSelectorColumn.TabIndex = 3 ' 'ucrChkIncludeArguments ' + Me.ucrChkIncludeArguments.AutoSize = True Me.ucrChkIncludeArguments.Checked = False Me.ucrChkIncludeArguments.Location = New System.Drawing.Point(443, 26) Me.ucrChkIncludeArguments.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkIncludeArguments.Name = "ucrChkIncludeArguments" - Me.ucrChkIncludeArguments.Size = New System.Drawing.Size(131, 20) + Me.ucrChkIncludeArguments.Size = New System.Drawing.Size(131, 23) Me.ucrChkIncludeArguments.TabIndex = 2 ' 'ucrReceiverForTestColumn ' + Me.ucrReceiverForTestColumn.AutoSize = True Me.ucrReceiverForTestColumn.frmParent = Me Me.ucrReceiverForTestColumn.Location = New System.Drawing.Point(55, 25) Me.ucrReceiverForTestColumn.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) @@ -1596,8 +1607,8 @@ Partial Class dlgHypothesisTestsCalculator ' 'dlgHypothesisTestsCalculator ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(643, 485) Me.Controls.Add(Me.grpTrend) From c9eae3639d601a18ff942010723970c01ceda9fe Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Mon, 10 Jan 2022 17:45:36 +0200 Subject: [PATCH 20/42] Bug fixes with the inventory plot --- instat/Model/Output/clsOutputElement.vb | 6 +++++- instat/UserControl/ucrOutputPage.vb | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/instat/Model/Output/clsOutputElement.vb b/instat/Model/Output/clsOutputElement.vb index 5297fe95b12..1a135979b8d 100644 --- a/instat/Model/Output/clsOutputElement.vb +++ b/instat/Model/Output/clsOutputElement.vb @@ -109,7 +109,11 @@ Public Class clsOutputElement ''' Public Sub AddScript(strScript As String) Dim rScript As New clsRScript(strScript) - For Each rToken In rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens + If RScript.GetLstTokens(RScript.GetLstLexemes(strScript)) Is Nothing Then + Exit Sub + End If + + For Each rToken In RScript.GetLstTokens(RScript.GetLstLexemes(strScript)) 'rScript.lstTokens _formattedRScript.Add(New clsRScriptElement With { .Text = rToken.strTxt, diff --git a/instat/UserControl/ucrOutputPage.vb b/instat/UserControl/ucrOutputPage.vb index 79351103bb5..f27a9311d7d 100644 --- a/instat/UserControl/ucrOutputPage.vb +++ b/instat/UserControl/ucrOutputPage.vb @@ -159,6 +159,10 @@ Public Class ucrOutputPage End Sub Private Function AddElementPanel(outputElement As clsOutputElement) As Panel + If outputElement.FormatedRScript Is Nothing Then + Exit Function + End If + Dim panel As New Panel With { .Height = 10, ' = 10 'small height as panel will grow .AutoSize = True, From 8cab067b36e39ddfaa1b81b58a8149e1c8c7e33a Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Mon, 10 Jan 2022 17:47:47 +0200 Subject: [PATCH 21/42] minor code change --- instat/Model/Output/clsOutputElement.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instat/Model/Output/clsOutputElement.vb b/instat/Model/Output/clsOutputElement.vb index 1a135979b8d..c82c84807c0 100644 --- a/instat/Model/Output/clsOutputElement.vb +++ b/instat/Model/Output/clsOutputElement.vb @@ -109,11 +109,11 @@ Public Class clsOutputElement ''' Public Sub AddScript(strScript As String) Dim rScript As New clsRScript(strScript) - If RScript.GetLstTokens(RScript.GetLstLexemes(strScript)) Is Nothing Then + If rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) Is Nothing Then Exit Sub End If - For Each rToken In RScript.GetLstTokens(RScript.GetLstLexemes(strScript)) 'rScript.lstTokens + For Each rToken In rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens _formattedRScript.Add(New clsRScriptElement With { .Text = rToken.strTxt, From ae26c90c977d0c8c4faec319391d9ffaa246da73 Mon Sep 17 00:00:00 2001 From: Lily Clements Date: Mon, 10 Jan 2022 16:11:17 +0000 Subject: [PATCH 22/42] reorder summaries --- .../InstatObject/R/Backend_Components/summary_functions.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instat/static/InstatObject/R/Backend_Components/summary_functions.R b/instat/static/InstatObject/R/Backend_Components/summary_functions.R index 855f8ffd6f1..cc6e19f75a2 100644 --- a/instat/static/InstatObject/R/Backend_Components/summary_functions.R +++ b/instat/static/InstatObject/R/Backend_Components/summary_functions.R @@ -1456,7 +1456,8 @@ DataBook$set("public", "summary_table", function(data_name, columns_to_summarise } } shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(value = round(value, signif_fig)) - if (store_table) { + shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(summary = as.factor(summary)) %>% dplyr::mutate(summary = forcats::fct_relevel(summary, summaries_display)) + if (store_table) { data_book$import_data(data_tables = list(shaped_cell_values = shaped_cell_values)) } return(shaped_cell_values) From fcaef4a641addee1f480a446982d0aa75db9aa5e Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Mon, 10 Jan 2022 20:24:19 +0200 Subject: [PATCH 23/42] Minor code change --- instat/Model/Output/clsOutputElement.vb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/instat/Model/Output/clsOutputElement.vb b/instat/Model/Output/clsOutputElement.vb index c82c84807c0..dd1c8fc3d24 100644 --- a/instat/Model/Output/clsOutputElement.vb +++ b/instat/Model/Output/clsOutputElement.vb @@ -109,11 +109,13 @@ Public Class clsOutputElement ''' Public Sub AddScript(strScript As String) Dim rScript As New clsRScript(strScript) - If rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) Is Nothing Then + Dim lstTokens = rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens + + If lstTokens Is Nothing Then Exit Sub End If - For Each rToken In rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens + For Each rToken In lstTokens _formattedRScript.Add(New clsRScriptElement With { .Text = rToken.strTxt, From b64324b8420a921cbefd686f945b4abadb87ec8d Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Mon, 10 Jan 2022 22:22:19 +0200 Subject: [PATCH 24/42] Added variable type --- instat/Model/Output/clsOutputElement.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/Model/Output/clsOutputElement.vb b/instat/Model/Output/clsOutputElement.vb index dd1c8fc3d24..d897eb65dc8 100644 --- a/instat/Model/Output/clsOutputElement.vb +++ b/instat/Model/Output/clsOutputElement.vb @@ -109,7 +109,7 @@ Public Class clsOutputElement ''' Public Sub AddScript(strScript As String) Dim rScript As New clsRScript(strScript) - Dim lstTokens = rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens + Dim lstTokens As List(Of clsRToken) = rScript.GetLstTokens(rScript.GetLstLexemes(strScript)) 'rScript.lstTokens If lstTokens Is Nothing Then Exit Sub From 15fc696f1252f31bb00e7184bfab84a0b1472c1e Mon Sep 17 00:00:00 2001 From: N-thony Date: Tue, 11 Jan 2022 10:57:12 +0200 Subject: [PATCH 25/42] Update instat/UserControl/ucrOutputPage.vb Co-authored-by: lloyddewit <57253949+lloyddewit@users.noreply.github.com> --- instat/UserControl/ucrOutputPage.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/UserControl/ucrOutputPage.vb b/instat/UserControl/ucrOutputPage.vb index f27a9311d7d..7b38cfd8a89 100644 --- a/instat/UserControl/ucrOutputPage.vb +++ b/instat/UserControl/ucrOutputPage.vb @@ -159,7 +159,7 @@ Public Class ucrOutputPage End Sub Private Function AddElementPanel(outputElement As clsOutputElement) As Panel - If outputElement.FormatedRScript Is Nothing Then + If outputElement Is Nothing OrElse outputElement.FormatedRScript Is Nothing Then Exit Function End If From 5e090052f5f1170e7b345d1328540a30d1f27de3 Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Tue, 11 Jan 2022 11:02:27 +0200 Subject: [PATCH 26/42] Resolved comment on the Return Nothing in AddElementPanel function --- instat/UserControl/ucrOutputPage.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/UserControl/ucrOutputPage.vb b/instat/UserControl/ucrOutputPage.vb index 7b38cfd8a89..cfc2da4665e 100644 --- a/instat/UserControl/ucrOutputPage.vb +++ b/instat/UserControl/ucrOutputPage.vb @@ -160,7 +160,7 @@ Public Class ucrOutputPage Private Function AddElementPanel(outputElement As clsOutputElement) As Panel If outputElement Is Nothing OrElse outputElement.FormatedRScript Is Nothing Then - Exit Function + Return Nothing End If Dim panel As New Panel With { From fa246a32e6b5ea08d99bab2be8ca80e14c1772b6 Mon Sep 17 00:00:00 2001 From: danny Date: Tue, 11 Jan 2022 11:48:21 +0000 Subject: [PATCH 27/42] fixed save control combo box not appearing --- instat/ucrSave.Designer.vb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/instat/ucrSave.Designer.vb b/instat/ucrSave.Designer.vb index cdd972cbf32..43f0625f36a 100644 --- a/instat/ucrSave.Designer.vb +++ b/instat/ucrSave.Designer.vb @@ -67,15 +67,14 @@ Partial Class ucrSave 'ucrInputComboSave ' Me.ucrInputComboSave.AddQuotesIfUnrecognised = True - Me.ucrInputComboSave.AutoSize = True Me.ucrInputComboSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputComboSave.Dock = System.Windows.Forms.DockStyle.Right Me.ucrInputComboSave.GetSetSelectedIndex = -1 Me.ucrInputComboSave.IsReadOnly = False - Me.ucrInputComboSave.Location = New System.Drawing.Point(349, 0) + Me.ucrInputComboSave.Location = New System.Drawing.Point(194, 0) Me.ucrInputComboSave.Margin = New System.Windows.Forms.Padding(9, 12, 9, 12) Me.ucrInputComboSave.Name = "ucrInputComboSave" - Me.ucrInputComboSave.Size = New System.Drawing.Size(0, 34) + Me.ucrInputComboSave.Size = New System.Drawing.Size(155, 34) Me.ucrInputComboSave.TabIndex = 4 ' 'ucrInputTextSave From 9fbc0f478e956427d037438aeb24b125addb2f79 Mon Sep 17 00:00:00 2001 From: danny Date: Tue, 11 Jan 2022 12:03:49 +0000 Subject: [PATCH 28/42] removed autosize for dialogs that have variable sizes --- instat/dlgCalculator.designer.vb | 1 - instat/dlgClimaticStationMaps.Designer.vb | 1 - instat/dlgOpenNetCDF.Designer.vb | 1 - 3 files changed, 3 deletions(-) diff --git a/instat/dlgCalculator.designer.vb b/instat/dlgCalculator.designer.vb index 26cf9d43d4b..5cfe60ec0a1 100644 --- a/instat/dlgCalculator.designer.vb +++ b/instat/dlgCalculator.designer.vb @@ -65,7 +65,6 @@ Partial Class dlgCalculator ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(507, 421) Me.Controls.Add(Me.ucrBase) Me.Controls.Add(Me.ucrCalc) diff --git a/instat/dlgClimaticStationMaps.Designer.vb b/instat/dlgClimaticStationMaps.Designer.vb index 8704763e2c0..f30c32c0ac0 100644 --- a/instat/dlgClimaticStationMaps.Designer.vb +++ b/instat/dlgClimaticStationMaps.Designer.vb @@ -353,7 +353,6 @@ Partial Class dlgClimaticStationMaps ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(756, 441) Me.Controls.Add(Me.grpMapOutline) Me.Controls.Add(Me.grpPoints) diff --git a/instat/dlgOpenNetCDF.Designer.vb b/instat/dlgOpenNetCDF.Designer.vb index d51ad3ff476..ee24982f66b 100644 --- a/instat/dlgOpenNetCDF.Designer.vb +++ b/instat/dlgOpenNetCDF.Designer.vb @@ -247,7 +247,6 @@ Partial Class dlgOpenNetCDF ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(821, 217) Me.Controls.Add(Me.lblFilesFound) Me.Controls.Add(Me.lblNFiles) From a20bb4309cfc43d9d81b69d047306ed04e0c2778 Mon Sep 17 00:00:00 2001 From: lloyddewit Date: Tue, 11 Jan 2022 16:39:03 +0100 Subject: [PATCH 29/42] Corrected typo identified by @shdarackibet in PR #7051 --- instat/ucrTry.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/ucrTry.vb b/instat/ucrTry.vb index f01b8c84b5a..201957df359 100644 --- a/instat/ucrTry.vb +++ b/instat/ucrTry.vb @@ -68,7 +68,7 @@ Public Class ucrTry If bIsCommand Then CommandModel = "Command" ElseIf bIsModel Then - CommandModel = "model" + CommandModel = "Model" End If End Sub Private Sub cmdTry_Click(sender As Object, e As EventArgs) Handles cmdTry.Click From 0ec62d842618e9d68dc8fbd919a0112e09d0db9e Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Tue, 11 Jan 2022 18:06:59 +0200 Subject: [PATCH 30/42] Added the issue id in comment for the InventoryPlot --- instat/translations/translateIgnore.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/translations/translateIgnore.txt b/instat/translations/translateIgnore.txt index 3e64a059c10..e222202a394 100644 --- a/instat/translations/translateIgnore.txt +++ b/instat/translations/translateIgnore.txt @@ -93,6 +93,6 @@ dlgClimaticBoxPlot_ucrInputWithinYear% dlgClimaticBoxPlot_ucrInputWithinYear_cboInput% # In the 'InventoryPlot' dialog, the selected 'Facet' should not be translated -# Partially fixes issue, related to PR #7070 +# Partially fixes issue #6989, related to PR #7070 dlgInventoryPlot_ucrInputFacetBy% dlgInventoryPlot_ucrInputFacetBy_cboInput% From 6caca2d5544268f76e5b8606b95f229c4e37c4af Mon Sep 17 00:00:00 2001 From: lilyclements Date: Tue, 11 Jan 2022 16:11:34 +0000 Subject: [PATCH 31/42] Update summary_functions.R --- .../InstatObject/R/Backend_Components/summary_functions.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/instat/static/InstatObject/R/Backend_Components/summary_functions.R b/instat/static/InstatObject/R/Backend_Components/summary_functions.R index cc6e19f75a2..f342ac05218 100644 --- a/instat/static/InstatObject/R/Backend_Components/summary_functions.R +++ b/instat/static/InstatObject/R/Backend_Components/summary_functions.R @@ -1456,8 +1456,10 @@ DataBook$set("public", "summary_table", function(data_name, columns_to_summarise } } shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(value = round(value, signif_fig)) +if (!is.null(shaped_cell_values$summary)){ shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(summary = as.factor(summary)) %>% dplyr::mutate(summary = forcats::fct_relevel(summary, summaries_display)) - if (store_table) { +} +if (store_table) { data_book$import_data(data_tables = list(shaped_cell_values = shaped_cell_values)) } return(shaped_cell_values) From 5c6fdfdf20c3d7050503869f543f6700d18d2a43 Mon Sep 17 00:00:00 2001 From: N-thony Date: Tue, 11 Jan 2022 18:26:29 +0200 Subject: [PATCH 32/42] Update instat/translations/translateIgnore.txt Co-authored-by: lloyddewit <57253949+lloyddewit@users.noreply.github.com> --- instat/translations/translateIgnore.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/instat/translations/translateIgnore.txt b/instat/translations/translateIgnore.txt index e222202a394..f0082befb35 100644 --- a/instat/translations/translateIgnore.txt +++ b/instat/translations/translateIgnore.txt @@ -95,4 +95,3 @@ dlgClimaticBoxPlot_ucrInputWithinYear_cboInput% # In the 'InventoryPlot' dialog, the selected 'Facet' should not be translated # Partially fixes issue #6989, related to PR #7070 dlgInventoryPlot_ucrInputFacetBy% -dlgInventoryPlot_ucrInputFacetBy_cboInput% From 223884956ab7a4832af4bdf89fecefbfcb877ef3 Mon Sep 17 00:00:00 2001 From: N-thony Date: Tue, 11 Jan 2022 18:26:36 +0200 Subject: [PATCH 33/42] Update instat/translations/translateIgnore.txt Co-authored-by: lloyddewit <57253949+lloyddewit@users.noreply.github.com> --- instat/translations/translateIgnore.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/instat/translations/translateIgnore.txt b/instat/translations/translateIgnore.txt index f0082befb35..d57aa9caed7 100644 --- a/instat/translations/translateIgnore.txt +++ b/instat/translations/translateIgnore.txt @@ -90,7 +90,6 @@ dlgEvapotranspiration_%_rdoHargreavesSamani dlgClimaticBoxPlot_ucrInputStation% dlgClimaticBoxPlot_ucrInputYear% dlgClimaticBoxPlot_ucrInputWithinYear% -dlgClimaticBoxPlot_ucrInputWithinYear_cboInput% # In the 'InventoryPlot' dialog, the selected 'Facet' should not be translated # Partially fixes issue #6989, related to PR #7070 From 3f317299478752882acf1107d9cdbd04929346d5 Mon Sep 17 00:00:00 2001 From: Antoine Ntalumeso Date: Tue, 11 Jan 2022 18:39:09 +0200 Subject: [PATCH 34/42] updated the database by setting the dlgClimaticBoxPlot_ucrInputs to DoNotTranslate --- instat/translations/rInstatTranslations.db | Bin 4849664 -> 4849664 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index f5f35f4f2c6b322588db8dd7c9c560c4c971bac0..6a6191715f1a9a913cb02ee6f77af75d0072ab20 100644 GIT binary patch delta 552 zcmZ9_%}Z2K9LDkPc)a(_IBM2RrE~M$Y%0@JzV@bh)s&G!5n5PqhDl^#YM=&mIkUL5 zi=+#ORuQyl*FZFvz-1eE`G2$!Bxn=(tyx4aKAY$F@|4RTBW1i!S(zQzvoaO!Ys=RW zUpM$#_`1>8wy&KpS{{6g#|ND$`_TSiuiMe^QB}Tch&28Te}9(0tdv|lkx;qhlftG~ z$Un`N^10dKgP=*MT-v zJx-gIP!5@DO*Ypryg&+-`4@|0XRCoDRQ~UL!nE$W^`h`qD7Si W%-}9&;b9K*Sin6jhWooq!`>02BlM^M delta 522 zcmYk#y-QnR6o7GVd~@?AF=`WIt6nvJwza0|TjRG@WBh7Fp;KG1@Jh+xpkh1Jp+g)l zT}m-{;o?-fxhWL62rhzy-Rl3*!KL6L_#_#0_$|-joKq+q_zKukP3+YkBIP>bNTC)hwf22}^;2m#=LCdWYb;$% zy6c{dMcySc+iRaQjw#gJyB;zt-TUFmFG6go9m8Eck;?shZiU>$N-FB^7KdB?d)s`z zH`)JZwS2ogl?Wn)Fsczj4Qf$`2Z$nudc@Iyhj@fWG@%(5N_Sh)h6LKtflhRx8$Ec8 zCwPipJVPInc#afaK;b3&k;VW9F@#}^U=(8*#{^zs5>v=v8d=O>7IT=#f_HiPI+eWz DwKeNQ From 1b58803134faf2f09c6e251ef08acfe02ce07bad Mon Sep 17 00:00:00 2001 From: Gioche6 Date: Tue, 11 Jan 2022 20:01:29 +0300 Subject: [PATCH 35/42] Fixing Designer VB changes, --- instat/sdgTwoWayFrequencies.Designer.vb | 356 +++++++++--------------- instat/sdgTwoWayFrequencies.resx | 267 ++++++++---------- instat/sdgTwoWayFrequencies.vb | 1 + 3 files changed, 250 insertions(+), 374 deletions(-) diff --git a/instat/sdgTwoWayFrequencies.Designer.vb b/instat/sdgTwoWayFrequencies.Designer.vb index f3ad807d7ab..b092c548c0c 100644 --- a/instat/sdgTwoWayFrequencies.Designer.vb +++ b/instat/sdgTwoWayFrequencies.Designer.vb @@ -38,38 +38,39 @@ Partial Class sdgTwoWayFrequencies 'Do not modify it using the code editor. Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(sdgTwoWayFrequencies)) Me.tbpTwoWayFrequencies = New System.Windows.Forms.TabControl() Me.tbpTable = New System.Windows.Forms.TabPage() Me.grpTableOptions = New System.Windows.Forms.GroupBox() Me.lblNumberOfDecimals = New System.Windows.Forms.Label() - Me.ucrNudDecimalPlaces = New instat.ucrNud() Me.lblGraphTitle = New System.Windows.Forms.Label() + Me.tbpGraph = New System.Windows.Forms.TabPage() + Me.grpGraphOptions = New System.Windows.Forms.GroupBox() + Me.lblTitle = New System.Windows.Forms.Label() + Me.lblHjust = New System.Windows.Forms.Label() + Me.lblVjust = New System.Windows.Forms.Label() + Me.grpGraphType = New System.Windows.Forms.GroupBox() + Me.rdoLineGraph = New System.Windows.Forms.RadioButton() + Me.rdoViolinPlot = New System.Windows.Forms.RadioButton() + Me.rdoBoxPlot = New System.Windows.Forms.RadioButton() + Me.rdoDot = New System.Windows.Forms.RadioButton() + Me.rdoBar = New System.Windows.Forms.RadioButton() + Me.ucrNudDecimalPlaces = New instat.ucrNud() Me.ucrInputTableTitle = New instat.ucrInputTextBox() Me.ucrChkTotalColumnName = New instat.ucrCheck() Me.ucrInputTotalsName = New instat.ucrInputTextBox() Me.ucrChkMissingValues = New instat.ucrCheck() Me.ucrChkBackgroundColour = New instat.ucrCheck() Me.ucrChkShowSummary = New instat.ucrCheck() - Me.tbpGraph = New System.Windows.Forms.TabPage() - Me.grpGraphOptions = New System.Windows.Forms.GroupBox() Me.ucrChkStack = New instat.ucrCheck() - Me.lblTitle = New System.Windows.Forms.Label() - Me.lblHjust = New System.Windows.Forms.Label() - Me.lblVjust = New System.Windows.Forms.Label() Me.ucrInputGraphTitle = New instat.ucrInputTextBox() Me.ucrInputHorizontalLabels = New instat.ucrInputComboBox() Me.ucrInputVerticalLabels = New instat.ucrInputComboBox() Me.ucrChkShowModelSummary = New instat.ucrCheck() Me.ucrChkShowPercentage = New instat.ucrCheck() Me.ucrChkShowCount = New instat.ucrCheck() - Me.grpGraphType = New System.Windows.Forms.GroupBox() - Me.rdoViolinPlot = New System.Windows.Forms.RadioButton() - Me.rdoBoxPlot = New System.Windows.Forms.RadioButton() - Me.rdoDot = New System.Windows.Forms.RadioButton() - Me.rdoBar = New System.Windows.Forms.RadioButton() Me.ucrPnlGraphType = New instat.UcrPanel() Me.ucrBaseSubDialogue = New instat.ucrButtonsSubdialogue() - Me.rdoLineGraph = New System.Windows.Forms.RadioButton() Me.tbpTwoWayFrequencies.SuspendLayout() Me.tbpTable.SuspendLayout() Me.grpTableOptions.SuspendLayout() @@ -82,21 +83,15 @@ Partial Class sdgTwoWayFrequencies ' Me.tbpTwoWayFrequencies.Controls.Add(Me.tbpTable) Me.tbpTwoWayFrequencies.Controls.Add(Me.tbpGraph) - Me.tbpTwoWayFrequencies.Location = New System.Drawing.Point(8, 8) + resources.ApplyResources(Me.tbpTwoWayFrequencies, "tbpTwoWayFrequencies") Me.tbpTwoWayFrequencies.Name = "tbpTwoWayFrequencies" Me.tbpTwoWayFrequencies.SelectedIndex = 0 - Me.tbpTwoWayFrequencies.Size = New System.Drawing.Size(321, 283) - Me.tbpTwoWayFrequencies.TabIndex = 0 ' 'tbpTable ' Me.tbpTable.Controls.Add(Me.grpTableOptions) - Me.tbpTable.Location = New System.Drawing.Point(4, 22) + resources.ApplyResources(Me.tbpTable, "tbpTable") Me.tbpTable.Name = "tbpTable" - Me.tbpTable.Padding = New System.Windows.Forms.Padding(3) - Me.tbpTable.Size = New System.Drawing.Size(313, 257) - Me.tbpTable.TabIndex = 0 - Me.tbpTable.Text = "Table" Me.tbpTable.UseVisualStyleBackColor = True ' 'grpTableOptions @@ -110,329 +105,230 @@ Partial Class sdgTwoWayFrequencies Me.grpTableOptions.Controls.Add(Me.ucrChkMissingValues) Me.grpTableOptions.Controls.Add(Me.ucrChkBackgroundColour) Me.grpTableOptions.Controls.Add(Me.ucrChkShowSummary) - Me.grpTableOptions.Location = New System.Drawing.Point(6, 6) + resources.ApplyResources(Me.grpTableOptions, "grpTableOptions") Me.grpTableOptions.Name = "grpTableOptions" - Me.grpTableOptions.Size = New System.Drawing.Size(304, 189) - Me.grpTableOptions.TabIndex = 0 Me.grpTableOptions.TabStop = False - Me.grpTableOptions.Text = "More Options" ' 'lblNumberOfDecimals ' - Me.lblNumberOfDecimals.AutoSize = True - Me.lblNumberOfDecimals.Location = New System.Drawing.Point(8, 101) + resources.ApplyResources(Me.lblNumberOfDecimals, "lblNumberOfDecimals") Me.lblNumberOfDecimals.Name = "lblNumberOfDecimals" - Me.lblNumberOfDecimals.Size = New System.Drawing.Size(161, 13) - Me.lblNumberOfDecimals.TabIndex = 3 - Me.lblNumberOfDecimals.Text = "Decimal Places for Percentages:" + ' + 'lblGraphTitle + ' + resources.ApplyResources(Me.lblGraphTitle, "lblGraphTitle") + Me.lblGraphTitle.Name = "lblGraphTitle" + ' + 'tbpGraph + ' + Me.tbpGraph.Controls.Add(Me.grpGraphOptions) + Me.tbpGraph.Controls.Add(Me.rdoViolinPlot) + Me.tbpGraph.Controls.Add(Me.grpGraphType) + resources.ApplyResources(Me.tbpGraph, "tbpGraph") + Me.tbpGraph.Name = "tbpGraph" + Me.tbpGraph.UseVisualStyleBackColor = True + ' + 'grpGraphOptions + ' + Me.grpGraphOptions.Controls.Add(Me.ucrChkStack) + Me.grpGraphOptions.Controls.Add(Me.lblTitle) + Me.grpGraphOptions.Controls.Add(Me.lblHjust) + Me.grpGraphOptions.Controls.Add(Me.lblVjust) + Me.grpGraphOptions.Controls.Add(Me.ucrInputGraphTitle) + Me.grpGraphOptions.Controls.Add(Me.ucrInputHorizontalLabels) + Me.grpGraphOptions.Controls.Add(Me.ucrInputVerticalLabels) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowModelSummary) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) + Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) + resources.ApplyResources(Me.grpGraphOptions, "grpGraphOptions") + Me.grpGraphOptions.Name = "grpGraphOptions" + Me.grpGraphOptions.TabStop = False + ' + 'lblTitle + ' + resources.ApplyResources(Me.lblTitle, "lblTitle") + Me.lblTitle.Name = "lblTitle" + ' + 'lblHjust + ' + resources.ApplyResources(Me.lblHjust, "lblHjust") + Me.lblHjust.Name = "lblHjust" + ' + 'lblVjust + ' + resources.ApplyResources(Me.lblVjust, "lblVjust") + Me.lblVjust.Name = "lblVjust" + ' + 'grpGraphType + ' + Me.grpGraphType.Controls.Add(Me.rdoLineGraph) + Me.grpGraphType.Controls.Add(Me.rdoBoxPlot) + Me.grpGraphType.Controls.Add(Me.rdoDot) + Me.grpGraphType.Controls.Add(Me.rdoBar) + Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) + resources.ApplyResources(Me.grpGraphType, "grpGraphType") + Me.grpGraphType.Name = "grpGraphType" + Me.grpGraphType.TabStop = False + ' + 'rdoLineGraph + ' + resources.ApplyResources(Me.rdoLineGraph, "rdoLineGraph") + Me.rdoLineGraph.Name = "rdoLineGraph" + Me.rdoLineGraph.TabStop = True + Me.rdoLineGraph.UseVisualStyleBackColor = True + ' + 'rdoViolinPlot + ' + resources.ApplyResources(Me.rdoViolinPlot, "rdoViolinPlot") + Me.rdoViolinPlot.Name = "rdoViolinPlot" + Me.rdoViolinPlot.TabStop = True + Me.rdoViolinPlot.UseVisualStyleBackColor = True + ' + 'rdoBoxPlot + ' + resources.ApplyResources(Me.rdoBoxPlot, "rdoBoxPlot") + Me.rdoBoxPlot.Name = "rdoBoxPlot" + Me.rdoBoxPlot.TabStop = True + Me.rdoBoxPlot.UseVisualStyleBackColor = True + ' + 'rdoDot + ' + resources.ApplyResources(Me.rdoDot, "rdoDot") + Me.rdoDot.Name = "rdoDot" + Me.rdoDot.TabStop = True + Me.rdoDot.UseVisualStyleBackColor = True + ' + 'rdoBar + ' + resources.ApplyResources(Me.rdoBar, "rdoBar") + Me.rdoBar.Name = "rdoBar" + Me.rdoBar.TabStop = True + Me.rdoBar.UseVisualStyleBackColor = True ' 'ucrNudDecimalPlaces ' - Me.ucrNudDecimalPlaces.AutoSize = True + resources.ApplyResources(Me.ucrNudDecimalPlaces, "ucrNudDecimalPlaces") Me.ucrNudDecimalPlaces.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimalPlaces.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudDecimalPlaces.Location = New System.Drawing.Point(176, 100) Me.ucrNudDecimalPlaces.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudDecimalPlaces.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudDecimalPlaces.Name = "ucrNudDecimalPlaces" - Me.ucrNudDecimalPlaces.Size = New System.Drawing.Size(50, 20) - Me.ucrNudDecimalPlaces.TabIndex = 4 Me.ucrNudDecimalPlaces.Value = New Decimal(New Integer() {0, 0, 0, 0}) ' - 'lblGraphTitle - ' - Me.lblGraphTitle.AutoSize = True - Me.lblGraphTitle.Location = New System.Drawing.Point(8, 157) - Me.lblGraphTitle.Name = "lblGraphTitle" - Me.lblGraphTitle.Size = New System.Drawing.Size(60, 13) - Me.lblGraphTitle.TabIndex = 7 - Me.lblGraphTitle.Text = "Table Title:" - ' 'ucrInputTableTitle ' Me.ucrInputTableTitle.AddQuotesIfUnrecognised = True - Me.ucrInputTableTitle.AutoSize = True + resources.ApplyResources(Me.ucrInputTableTitle, "ucrInputTableTitle") Me.ucrInputTableTitle.IsMultiline = False Me.ucrInputTableTitle.IsReadOnly = False - Me.ucrInputTableTitle.Location = New System.Drawing.Point(120, 153) Me.ucrInputTableTitle.Name = "ucrInputTableTitle" - Me.ucrInputTableTitle.Size = New System.Drawing.Size(178, 21) - Me.ucrInputTableTitle.TabIndex = 8 ' 'ucrChkTotalColumnName ' - Me.ucrChkTotalColumnName.AutoSize = True + resources.ApplyResources(Me.ucrChkTotalColumnName, "ucrChkTotalColumnName") Me.ucrChkTotalColumnName.Checked = False - Me.ucrChkTotalColumnName.Location = New System.Drawing.Point(10, 126) Me.ucrChkTotalColumnName.Name = "ucrChkTotalColumnName" - Me.ucrChkTotalColumnName.Size = New System.Drawing.Size(160, 23) - Me.ucrChkTotalColumnName.TabIndex = 5 ' 'ucrInputTotalsName ' Me.ucrInputTotalsName.AddQuotesIfUnrecognised = True - Me.ucrInputTotalsName.AutoSize = True + resources.ApplyResources(Me.ucrInputTotalsName, "ucrInputTotalsName") Me.ucrInputTotalsName.IsMultiline = False Me.ucrInputTotalsName.IsReadOnly = False - Me.ucrInputTotalsName.Location = New System.Drawing.Point(176, 126) Me.ucrInputTotalsName.Name = "ucrInputTotalsName" - Me.ucrInputTotalsName.Size = New System.Drawing.Size(122, 21) - Me.ucrInputTotalsName.TabIndex = 6 ' 'ucrChkMissingValues ' - Me.ucrChkMissingValues.AutoSize = True + resources.ApplyResources(Me.ucrChkMissingValues, "ucrChkMissingValues") Me.ucrChkMissingValues.Checked = False - Me.ucrChkMissingValues.Location = New System.Drawing.Point(10, 45) Me.ucrChkMissingValues.Name = "ucrChkMissingValues" - Me.ucrChkMissingValues.Size = New System.Drawing.Size(233, 23) - Me.ucrChkMissingValues.TabIndex = 1 ' 'ucrChkBackgroundColour ' - Me.ucrChkBackgroundColour.AutoSize = True + resources.ApplyResources(Me.ucrChkBackgroundColour, "ucrChkBackgroundColour") Me.ucrChkBackgroundColour.Checked = False - Me.ucrChkBackgroundColour.Location = New System.Drawing.Point(10, 71) Me.ucrChkBackgroundColour.Name = "ucrChkBackgroundColour" - Me.ucrChkBackgroundColour.Size = New System.Drawing.Size(290, 23) - Me.ucrChkBackgroundColour.TabIndex = 2 ' 'ucrChkShowSummary ' - Me.ucrChkShowSummary.AutoSize = True + resources.ApplyResources(Me.ucrChkShowSummary, "ucrChkShowSummary") Me.ucrChkShowSummary.Checked = False - Me.ucrChkShowSummary.Location = New System.Drawing.Point(10, 19) Me.ucrChkShowSummary.Name = "ucrChkShowSummary" - Me.ucrChkShowSummary.Size = New System.Drawing.Size(233, 23) - Me.ucrChkShowSummary.TabIndex = 0 - ' - 'tbpGraph - ' - Me.tbpGraph.Controls.Add(Me.grpGraphOptions) - Me.tbpGraph.Controls.Add(Me.grpGraphType) - Me.tbpGraph.Location = New System.Drawing.Point(4, 22) - Me.tbpGraph.Name = "tbpGraph" - Me.tbpGraph.Padding = New System.Windows.Forms.Padding(3) - Me.tbpGraph.Size = New System.Drawing.Size(313, 257) - Me.tbpGraph.TabIndex = 1 - Me.tbpGraph.Text = "Graph" - Me.tbpGraph.UseVisualStyleBackColor = True - ' - 'grpGraphOptions - ' - Me.grpGraphOptions.Controls.Add(Me.ucrChkStack) - Me.grpGraphOptions.Controls.Add(Me.lblTitle) - Me.grpGraphOptions.Controls.Add(Me.lblHjust) - Me.grpGraphOptions.Controls.Add(Me.lblVjust) - Me.grpGraphOptions.Controls.Add(Me.ucrInputGraphTitle) - Me.grpGraphOptions.Controls.Add(Me.ucrInputHorizontalLabels) - Me.grpGraphOptions.Controls.Add(Me.ucrInputVerticalLabels) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowModelSummary) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowPercentage) - Me.grpGraphOptions.Controls.Add(Me.ucrChkShowCount) - Me.grpGraphOptions.Location = New System.Drawing.Point(6, 59) - Me.grpGraphOptions.Name = "grpGraphOptions" - Me.grpGraphOptions.Size = New System.Drawing.Size(300, 195) - Me.grpGraphOptions.TabIndex = 1 - Me.grpGraphOptions.TabStop = False - Me.grpGraphOptions.Text = "Graph Options" ' 'ucrChkStack ' - Me.ucrChkStack.AutoSize = True + resources.ApplyResources(Me.ucrChkStack, "ucrChkStack") Me.ucrChkStack.Checked = False - Me.ucrChkStack.Location = New System.Drawing.Point(10, 92) Me.ucrChkStack.Name = "ucrChkStack" - Me.ucrChkStack.Size = New System.Drawing.Size(281, 23) - Me.ucrChkStack.TabIndex = 3 - ' - 'lblTitle - ' - Me.lblTitle.AutoSize = True - Me.lblTitle.Location = New System.Drawing.Point(10, 169) - Me.lblTitle.Name = "lblTitle" - Me.lblTitle.Size = New System.Drawing.Size(62, 13) - Me.lblTitle.TabIndex = 9 - Me.lblTitle.Text = "Graph Title:" - ' - 'lblHjust - ' - Me.lblHjust.AutoSize = True - Me.lblHjust.Location = New System.Drawing.Point(10, 143) - Me.lblHjust.Name = "lblHjust" - Me.lblHjust.Size = New System.Drawing.Size(126, 13) - Me.lblHjust.TabIndex = 7 - Me.lblHjust.Text = "Horizontal Label Position:" - ' - 'lblVjust - ' - Me.lblVjust.AutoSize = True - Me.lblVjust.Location = New System.Drawing.Point(10, 117) - Me.lblVjust.Name = "lblVjust" - Me.lblVjust.Size = New System.Drawing.Size(114, 13) - Me.lblVjust.TabIndex = 4 - Me.lblVjust.Text = "Vertical Label Position:" ' 'ucrInputGraphTitle ' Me.ucrInputGraphTitle.AddQuotesIfUnrecognised = True - Me.ucrInputGraphTitle.AutoSize = True + resources.ApplyResources(Me.ucrInputGraphTitle, "ucrInputGraphTitle") Me.ucrInputGraphTitle.IsMultiline = False Me.ucrInputGraphTitle.IsReadOnly = False - Me.ucrInputGraphTitle.Location = New System.Drawing.Point(125, 168) Me.ucrInputGraphTitle.Name = "ucrInputGraphTitle" - Me.ucrInputGraphTitle.Size = New System.Drawing.Size(166, 21) - Me.ucrInputGraphTitle.TabIndex = 0 ' 'ucrInputHorizontalLabels ' Me.ucrInputHorizontalLabels.AddQuotesIfUnrecognised = True - Me.ucrInputHorizontalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.ucrInputHorizontalLabels, "ucrInputHorizontalLabels") Me.ucrInputHorizontalLabels.GetSetSelectedIndex = -1 Me.ucrInputHorizontalLabels.IsReadOnly = False - Me.ucrInputHorizontalLabels.Location = New System.Drawing.Point(181, 143) - Me.ucrInputHorizontalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputHorizontalLabels.Name = "ucrInputHorizontalLabels" - Me.ucrInputHorizontalLabels.Size = New System.Drawing.Size(110, 21) - Me.ucrInputHorizontalLabels.TabIndex = 8 ' 'ucrInputVerticalLabels ' Me.ucrInputVerticalLabels.AddQuotesIfUnrecognised = True - Me.ucrInputVerticalLabels.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink + resources.ApplyResources(Me.ucrInputVerticalLabels, "ucrInputVerticalLabels") Me.ucrInputVerticalLabels.GetSetSelectedIndex = -1 Me.ucrInputVerticalLabels.IsReadOnly = False - Me.ucrInputVerticalLabels.Location = New System.Drawing.Point(181, 117) - Me.ucrInputVerticalLabels.Margin = New System.Windows.Forms.Padding(21, 17, 21, 17) Me.ucrInputVerticalLabels.Name = "ucrInputVerticalLabels" - Me.ucrInputVerticalLabels.Size = New System.Drawing.Size(110, 21) - Me.ucrInputVerticalLabels.TabIndex = 6 ' 'ucrChkShowModelSummary ' - Me.ucrChkShowModelSummary.AutoSize = True + resources.ApplyResources(Me.ucrChkShowModelSummary, "ucrChkShowModelSummary") Me.ucrChkShowModelSummary.Checked = False - Me.ucrChkShowModelSummary.Location = New System.Drawing.Point(10, 68) Me.ucrChkShowModelSummary.Name = "ucrChkShowModelSummary" - Me.ucrChkShowModelSummary.Size = New System.Drawing.Size(281, 23) - Me.ucrChkShowModelSummary.TabIndex = 2 ' 'ucrChkShowPercentage ' - Me.ucrChkShowPercentage.AutoSize = True + resources.ApplyResources(Me.ucrChkShowPercentage, "ucrChkShowPercentage") Me.ucrChkShowPercentage.Checked = False - Me.ucrChkShowPercentage.Location = New System.Drawing.Point(10, 20) Me.ucrChkShowPercentage.Name = "ucrChkShowPercentage" - Me.ucrChkShowPercentage.Size = New System.Drawing.Size(281, 23) - Me.ucrChkShowPercentage.TabIndex = 0 ' 'ucrChkShowCount ' - Me.ucrChkShowCount.AutoSize = True + resources.ApplyResources(Me.ucrChkShowCount, "ucrChkShowCount") Me.ucrChkShowCount.Checked = False - Me.ucrChkShowCount.Location = New System.Drawing.Point(10, 44) Me.ucrChkShowCount.Name = "ucrChkShowCount" - Me.ucrChkShowCount.Size = New System.Drawing.Size(281, 23) - Me.ucrChkShowCount.TabIndex = 1 - ' - 'grpGraphType - ' - Me.grpGraphType.Controls.Add(Me.rdoLineGraph) - Me.grpGraphType.Controls.Add(Me.rdoViolinPlot) - Me.grpGraphType.Controls.Add(Me.rdoBoxPlot) - Me.grpGraphType.Controls.Add(Me.rdoDot) - Me.grpGraphType.Controls.Add(Me.rdoBar) - Me.grpGraphType.Controls.Add(Me.ucrPnlGraphType) - Me.grpGraphType.Location = New System.Drawing.Point(6, 6) - Me.grpGraphType.Name = "grpGraphType" - Me.grpGraphType.Size = New System.Drawing.Size(300, 48) - Me.grpGraphType.TabIndex = 0 - Me.grpGraphType.TabStop = False - Me.grpGraphType.Text = "Type of Graph" - ' - 'rdoViolinPlot - ' - resources.ApplyResources(Me.rdoViolinPlot, "rdoViolinPlot") - Me.rdoViolinPlot.Name = "rdoViolinPlot" - Me.rdoViolinPlot.TabStop = True - Me.rdoViolinPlot.UseVisualStyleBackColor = True - ' - 'rdoBoxPlot - ' - resources.ApplyResources(Me.rdoBoxPlot, "rdoBoxPlot") - Me.rdoBoxPlot.Name = "rdoBoxPlot" - Me.rdoBoxPlot.TabStop = True - Me.rdoBoxPlot.UseVisualStyleBackColor = True - ' - 'rdoDot - ' - resources.ApplyResources(Me.rdoDot, "rdoDot") - Me.rdoDot.Name = "rdoDot" - Me.rdoDot.TabStop = True - Me.rdoDot.UseVisualStyleBackColor = True - Me.rdoLine.AutoSize = True - Me.rdoLine.Location = New System.Drawing.Point(167, 19) - Me.rdoLine.Name = "rdoLine" - Me.rdoLine.Size = New System.Drawing.Size(77, 17) - Me.rdoLine.TabIndex = 2 - Me.rdoLine.TabStop = True - Me.rdoLine.Text = "Line Graph" - Me.rdoLine.UseVisualStyleBackColor = True - ' - 'rdoBar - ' - Me.rdoBar.AutoSize = True - Me.rdoBar.Location = New System.Drawing.Point(12, 19) - Me.rdoBar.Name = "rdoBar" - Me.rdoBar.Size = New System.Drawing.Size(73, 17) - Me.rdoBar.TabIndex = 1 - Me.rdoBar.TabStop = True - Me.rdoBar.Text = "Bar Graph" - Me.rdoBar.UseVisualStyleBackColor = True ' 'ucrPnlGraphType ' - Me.ucrPnlGraphType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrPnlGraphType.Location = New System.Drawing.Point(6, 7) + resources.ApplyResources(Me.ucrPnlGraphType, "ucrPnlGraphType") Me.ucrPnlGraphType.Name = "ucrPnlGraphType" - Me.ucrPnlGraphType.Size = New System.Drawing.Size(288, 35) - Me.ucrPnlGraphType.TabIndex = 0 ' 'ucrBaseSubDialogue ' - Me.ucrBaseSubDialogue.AutoSize = True - Me.ucrBaseSubDialogue.Location = New System.Drawing.Point(89, 297) + resources.ApplyResources(Me.ucrBaseSubDialogue, "ucrBaseSubDialogue") Me.ucrBaseSubDialogue.Name = "ucrBaseSubDialogue" - Me.ucrBaseSubDialogue.RightToLeft = System.Windows.Forms.RightToLeft.No - Me.ucrBaseSubDialogue.Size = New System.Drawing.Size(224, 30) - Me.ucrBaseSubDialogue.TabIndex = 0 - ' - 'rdoLineGraph - ' - resources.ApplyResources(Me.rdoLineGraph, "rdoLineGraph") - Me.rdoLineGraph.Name = "rdoLineGraph" - Me.rdoLineGraph.TabStop = True - Me.rdoLineGraph.UseVisualStyleBackColor = True ' 'sdgTwoWayFrequencies ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(339, 328) Me.Controls.Add(Me.tbpTwoWayFrequencies) Me.Controls.Add(Me.ucrBaseSubDialogue) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "sdgTwoWayFrequencies" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Frequency Table & Graph Options" Me.tbpTwoWayFrequencies.ResumeLayout(False) Me.tbpTable.ResumeLayout(False) Me.grpTableOptions.ResumeLayout(False) Me.grpTableOptions.PerformLayout() Me.tbpGraph.ResumeLayout(False) + Me.tbpGraph.PerformLayout() Me.grpGraphOptions.ResumeLayout(False) Me.grpGraphOptions.PerformLayout() Me.grpGraphType.ResumeLayout(False) diff --git a/instat/sdgTwoWayFrequencies.resx b/instat/sdgTwoWayFrequencies.resx index f74a1a0bc83..733db1b7c2a 100644 --- a/instat/sdgTwoWayFrequencies.resx +++ b/instat/sdgTwoWayFrequencies.resx @@ -121,6 +121,10 @@ True + + + NoControl + 8, 101 @@ -146,6 +150,9 @@ 0 + + True + 176, 100 @@ -170,6 +177,9 @@ True + + NoControl + 8, 157 @@ -194,6 +204,9 @@ 2 + + True + 120, 153 @@ -215,11 +228,14 @@ 3 + + True + 10, 126 - 160, 20 + 160, 23 5 @@ -236,6 +252,9 @@ 4 + + True + 176, 126 @@ -257,11 +276,14 @@ 5 + + True + 10, 45 - 233, 20 + 233, 23 1 @@ -278,11 +300,14 @@ 6 + + True + 10, 71 - 290, 20 + 290, 23 2 @@ -299,11 +324,14 @@ 7 + + True + 10, 19 - 233, 20 + 233, 23 0 @@ -347,12 +375,11 @@ 4, 22 - 3, 3, 3, 3 - 365, 257 + 404, 257 0 @@ -372,11 +399,14 @@ 0 + + True + 10, 92 - 281, 20 + 281, 23 3 @@ -396,6 +426,9 @@ True + + NoControl + 10, 169 @@ -423,6 +456,9 @@ True + + NoControl + 10, 143 @@ -450,6 +486,9 @@ True + + NoControl + 10, 117 @@ -474,6 +513,9 @@ 3 + + True + 125, 168 @@ -495,6 +537,9 @@ 4 + + GrowAndShrink + 181, 143 @@ -519,6 +564,9 @@ 5 + + GrowAndShrink + 181, 117 @@ -543,11 +591,14 @@ 6 + + True + 10, 68 - 281, 20 + 281, 23 2 @@ -564,11 +615,14 @@ 7 + + True + 10, 20 - 281, 20 + 281, 23 0 @@ -585,11 +639,14 @@ 8 + + True + 10, 44 - 281, 20 + 281, 23 1 @@ -610,7 +667,7 @@ 6, 59 - 376, 195 + 300, 195 1 @@ -630,6 +687,36 @@ 0 + + True + + + NoControl + + + 308, 19 + + + 71, 17 + + + 4 + + + Violin Plot + + + rdoViolinPlot + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpGraph + + + 1 + True @@ -660,36 +747,6 @@ 0 - - True - - - NoControl - - - 304, 19 - - - 71, 17 - - - 4 - - - Violin Plot - - - rdoViolinPlot - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - grpGraphType - - - 1 - True @@ -718,32 +775,14 @@ grpGraphType - 2 - - - 300, 195 - - 1 - - Graph Options - - - grpGraphOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 0 - True + + NoControl + 237, 19 @@ -766,11 +805,14 @@ grpGraphType - 3 + 2 True + + NoControl + 12, 19 @@ -793,13 +835,16 @@ grpGraphType - 4 + 3 + + + GrowAndShrink 6, 7 - 373, 35 + 386, 35 0 @@ -814,13 +859,13 @@ grpGraphType - 5 + 4 6, 6 - 378, 48 + 377, 48 0 @@ -838,7 +883,7 @@ tbpGraph - 1 + 2 4, 22 @@ -847,7 +892,7 @@ 3, 3, 3, 3 - 388, 257 + 404, 257 1 @@ -871,7 +916,7 @@ 8, 8 - 396, 283 + 412, 283 0 @@ -888,77 +933,8 @@ 0 - - 6, 6 - - - 300, 48 - - - 0 - - - Type of Graph - - - grpGraphType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraph - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 313, 257 - - - 1 - - - Graph - - - tbpGraph - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpTwoWayFrequencies - - - 1 - - - 8, 8 - - - 321, 283 - - - 0 - - - tbpTwoWayFrequencies - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 + + True 89, 297 @@ -967,7 +943,7 @@ No - 152, 30 + 224, 30 0 @@ -988,13 +964,16 @@ True - 6, 13 + 96, 96 True - 408, 328 + 430, 328 + + + NoControl CenterScreen diff --git a/instat/sdgTwoWayFrequencies.vb b/instat/sdgTwoWayFrequencies.vb index b61288af38b..dbd58d47209 100644 --- a/instat/sdgTwoWayFrequencies.vb +++ b/instat/sdgTwoWayFrequencies.vb @@ -192,6 +192,7 @@ Public Class sdgTwoWayFrequencies clsTwoWayGraphFreq.RemoveParameterByName("show.values") End If End Sub + Private Sub InitialiseTabs() For i = 0 To tbpTwoWayFrequencies.TabCount - 1 tbpTwoWayFrequencies.SelectedIndex = i From 98c70e65d31de1c06bcd5760189de70109684ff7 Mon Sep 17 00:00:00 2001 From: danny Date: Tue, 11 Jan 2022 18:39:18 +0000 Subject: [PATCH 36/42] updated paths to use / instead of \ in some places for Linux version --- instat/clsRecentFiles.vb | 10 +++------- instat/dlgExportToCPT.vb | 2 +- instat/dlgImportDataset.vb | 13 +++++++++---- instat/dlgOpenNetCDF.vb | 22 ++++++++++++++++++---- instat/dlgSaveAs.vb | 2 +- instat/frmMain.vb | 15 --------------- instat/ucrDataView.vb | 4 ++-- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/instat/clsRecentFiles.vb b/instat/clsRecentFiles.vb index 26028f7fe8f..636cddef78f 100644 --- a/instat/clsRecentFiles.vb +++ b/instat/clsRecentFiles.vb @@ -65,13 +65,7 @@ Public Class clsRecentFiles Dim arrStrPaths() As String = File.ReadAllLines(strRecentFilesPath) For Each strPath As String In arrStrPaths If Not String.IsNullOrEmpty(strPath) Then - ' Disabled this so that you can still see files that don't exist in the list - ' only add files that still exist... - 'If File.Exists(sPath) Then - ' ' add to the list of recently opened files - ' strListMRU.Add(sPath) - 'End If - lstRecentOpenedFiles.Add(strPath) + lstRecentOpenedFiles.Add(strPath.Replace("\", "/")) End If Next 'display the recently opened files if there are any items to display in the file @@ -115,6 +109,7 @@ Public Class clsRecentFiles 'remove file if it exists(helps with making sure displayed file names are rearranged) lstRecentOpenedFiles.Remove(strFilePath) 'add to recent opened files list.. + strFilePath = strFilePath.Replace("\", "/") lstRecentOpenedFiles.Add(strFilePath) 'make sure there are only ever 30 items... 'todo. add this to the general options on the number of recently files to show @@ -192,6 +187,7 @@ Public Class clsRecentFiles End If Dim strFilePathTmp As String = strFilePath.Replace("MRU:", "") + strFilePathTmp = strFilePathTmp.Replace("\", "/") If File.Exists(strFilePathTmp) Then dlgImportDataset.strFileToOpenOn = strFilePathTmp dlgImportDataset.ShowDialog() diff --git a/instat/dlgExportToCPT.vb b/instat/dlgExportToCPT.vb index 05e26bbd768..d69aa8bfc6d 100644 --- a/instat/dlgExportToCPT.vb +++ b/instat/dlgExportToCPT.vb @@ -182,7 +182,7 @@ Public Class dlgExportToCPT Private Sub ucrBase_ClickOk(sender As Object, e As EventArgs) frmMain.strSaveFilePath = ucrInputFilePath.GetText() - frmMain.clsRecentItems.addToMenu(Replace(ucrInputFilePath.GetText(), "/", "\")) + frmMain.clsRecentItems.addToMenu(Replace(ucrInputFilePath.GetText(), "\", "/")) End Sub Private Sub cmdEditorSave_Click(sender As Object, e As EventArgs) Handles cmdChooseFile.Click diff --git a/instat/dlgImportDataset.vb b/instat/dlgImportDataset.vb index b5bd649c46f..d2a893abbc9 100644 --- a/instat/dlgImportDataset.vb +++ b/instat/dlgImportDataset.vb @@ -1,4 +1,5 @@ -Imports System.IO +Imports System.Runtime.InteropServices +Imports System.IO Imports RDotNet Imports instat.Translations @@ -420,12 +421,16 @@ Public Class dlgImportDataset dlgOpen.Multiselect = False If bFromLibrary Then dlgOpen.Title = "Import from Library" - dlgOpen.InitialDirectory = strLibraryPath + ' TODO There should be a way of using Path.GetDirectoryName to avoid needing the If but couldn't get this to work + If RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + dlgOpen.InitialDirectory = Replace(strLibraryPath, "\", "/") + Else + dlgOpen.InitialDirectory = strLibraryPath + End If Else dlgOpen.Title = "Open Data from file" dlgOpen.InitialDirectory = If(String.IsNullOrEmpty(strCurrentDirectory), frmMain.clsInstatOptions.strWorkingDirectory, strCurrentDirectory) End If - If DialogResult.OK = dlgOpen.ShowDialog() Then 'always reset the multiple files checkbox ucrChkMultipleFiles.Checked = False @@ -872,7 +877,7 @@ Public Class dlgImportDataset 'add the item to the MRU (Most Recently Used) list... 'only add if its a file that was selected, don't add if folder path was selected If Not bImportFromFolder Then - frmMain.clsRecentItems.addToMenu(strFilePathSystem) + frmMain.clsRecentItems.addToMenu(Replace(strFilePathSystem, "\", "/")) End If 'Sets the current data frame as the first new data frame diff --git a/instat/dlgOpenNetCDF.vb b/instat/dlgOpenNetCDF.vb index 68e104620f5..8e771e967c5 100644 --- a/instat/dlgOpenNetCDF.vb +++ b/instat/dlgOpenNetCDF.vb @@ -14,6 +14,7 @@ ' You should have received a copy of the GNU General Public License ' along with this program. If not, see . +Imports System.Runtime.InteropServices Imports instat.Translations Imports System.IO Imports RDotNet @@ -34,7 +35,7 @@ Public Class dlgOpenNetCDF Private bCloseFile As Boolean = False Private strFileAssignName As String = "nc" Private iExpandedWidth As Integer - Private strLibraryPath As String = Path.Combine(frmMain.strStaticPath, "Library", "Climatic", "_Satellite/") + Private strLibraryPath As String = frmMain.strStaticPath & "\" & "Library" & "\" & "Climatic" & "\" & "_Satellite" & "\" Private bFromLibrary As Boolean = False Private bSubDialogOKEnabled As Boolean = True Private bMultiImport As Boolean = False @@ -170,11 +171,24 @@ Public Class dlgOpenNetCDF dlgOpen.Filter = "All Data files|*.nc|NetCDF files|*.nc" dlgOpen.Title = "Open Data from file" If bFromLibrary Then - dlgOpen.InitialDirectory = Path.GetDirectoryName(Replace(strLibraryPath, "/", "\")) + ' TODO There should be a way of using Path.GetDirectoryName to avoid needing the If but couldn't get this to work + If RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + dlgOpen.InitialDirectory = Replace(strLibraryPath, "\", "/") + Else + dlgOpen.InitialDirectory = Path.GetDirectoryName(strLibraryPath) + End If ElseIf Not ucrInputPath.IsEmpty() Then - dlgOpen.InitialDirectory = Path.GetDirectoryName(Replace(ucrInputPath.GetText(), "/", "\")) + If RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + dlgOpen.InitialDirectory = Replace(Path.GetDirectoryName(ucrInputPath.GetText()), "\", "/") + Else + dlgOpen.InitialDirectory = Path.GetDirectoryName(Replace(ucrInputPath.GetText(), "/", "\")) + End If Else - dlgOpen.InitialDirectory = frmMain.clsInstatOptions.strWorkingDirectory + If RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + dlgOpen.InitialDirectory = Replace(frmMain.clsInstatOptions.strWorkingDirectory, "\", "/") + Else + dlgOpen.InitialDirectory = frmMain.clsInstatOptions.strWorkingDirectory + End If End If If dlgOpen.ShowDialog() = DialogResult.OK Then diff --git a/instat/dlgSaveAs.vb b/instat/dlgSaveAs.vb index 096daa62dc3..c6766389fc2 100644 --- a/instat/dlgSaveAs.vb +++ b/instat/dlgSaveAs.vb @@ -75,7 +75,7 @@ Public Class dlgSaveAs Private Sub ucrBase_ClickOk(sender As Object, e As EventArgs) Handles ucrBase.ClickOk frmMain.strSaveFilePath = ucrFilePath.FilePath - frmMain.clsRecentItems.addToMenu(Replace(ucrFilePath.FilePath, "/", "\")) + frmMain.clsRecentItems.addToMenu(Replace(ucrFilePath.FilePath, "\", "/")) frmMain.bDataSaved = True End Sub diff --git a/instat/frmMain.vb b/instat/frmMain.vb index b9924b905b3..68a20a2eb5b 100644 --- a/instat/frmMain.vb +++ b/instat/frmMain.vb @@ -83,9 +83,6 @@ Public Class frmMain Dim prdCustom As New clsCustomRenderer(New clsCustomColourTable) Dim bClose As Boolean = False - ' Note: this must change when R version changes - Dim strRPackagesPath As String = Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "R\win-library\3.6") - mnuBar.Renderer = prdCustom Tool_strip.Renderer = prdCustom SetMainMenusEnabled(False) @@ -120,18 +117,6 @@ Public Class frmMain strStaticPath = String.Concat(Application.StartupPath, "\static") strAppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "RInstat\") - ' We need to create the likely R package installation directory before R.NET connection is initialised - ' because of a bug in R.NET 1.8.2 where pop ups to create directories do not appear. - ' This assumes that R packages will be installed in "Documents" folder and also that - ' this is detected by "SpecialDirectories.MyDocuments". - ' If either of these fail then R packages will need to be installed from R/RStudio first. - Try - If Not Directory.Exists(strRPackagesPath) Then - System.IO.Directory.CreateDirectory(strRPackagesPath) - End If - Catch ex As Exception - ' This may fail for many reasons. We may want to inform users this may lead to packages not installing. - End Try bClose = AutoRecoverAndStartREngine() If bClose Then diff --git a/instat/ucrDataView.vb b/instat/ucrDataView.vb index 198a0aa2ad5..a67ed646a4b 100644 --- a/instat/ucrDataView.vb +++ b/instat/ucrDataView.vb @@ -654,7 +654,7 @@ Public Class ucrDataView panelRecentMenuItems.Controls.Add(linkMenuItem) 'add the label control. will be besides each other on the same Y axis - lblMenuItemPath.Text = If(String.IsNullOrEmpty(linkMenuItem.Tag), "", Path.GetDirectoryName(linkMenuItem.Tag)) + lblMenuItemPath.Text = If(String.IsNullOrEmpty(linkMenuItem.Tag), "", Path.GetDirectoryName(linkMenuItem.Tag).Replace("\", "/")) lblMenuItemPath.Location = New Point(linkMenuItem.Width + 10, position) lblMenuItemPath.Height = 13 lblMenuItemPath.AutoSize = True @@ -681,7 +681,7 @@ Public Class ucrDataView End Sub Private Sub linkHelpIntroduction_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkHelpIntroduction.LinkClicked - Help.ShowHelp(frmMain, frmMain.strStaticPath & "\" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "0") + Help.ShowHelp(frmMain, frmMain.strStaticPath & "/" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "0") End Sub Private Sub linkHelpRpackages_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkHelpRpackages.LinkClicked From 8ebbd28491fd3040ae39a88f6addda9f5b5acff7 Mon Sep 17 00:00:00 2001 From: danny Date: Tue, 11 Jan 2022 18:50:25 +0000 Subject: [PATCH 37/42] fixes #7099 dialog sizes --- instat/dlgCompareModels.Designer.vb | 1 - instat/dlgRandomSample.designer.vb | 3 +-- instat/dlgShowModel.Designer.vb | 3 +-- instat/sdgAddNewDistribution.Designer.vb | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/instat/dlgCompareModels.Designer.vb b/instat/dlgCompareModels.Designer.vb index 7f4914933ce..67cb49d4fe0 100644 --- a/instat/dlgCompareModels.Designer.vb +++ b/instat/dlgCompareModels.Designer.vb @@ -266,7 +266,6 @@ Partial Class dlgCompareModels ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(436, 384) Me.Controls.Add(Me.grpChangeLimits) Me.Controls.Add(Me.grpPlotOptions) diff --git a/instat/dlgRandomSample.designer.vb b/instat/dlgRandomSample.designer.vb index 86e50393857..6306381c6ec 100644 --- a/instat/dlgRandomSample.designer.vb +++ b/instat/dlgRandomSample.designer.vb @@ -139,7 +139,7 @@ Partial Class dlgRandomSample Me.ucrDistWithParameters.AutoSize = True Me.ucrDistWithParameters.Location = New System.Drawing.Point(10, 55) Me.ucrDistWithParameters.Name = "ucrDistWithParameters" - Me.ucrDistWithParameters.Size = New System.Drawing.Size(1037, 156) + Me.ucrDistWithParameters.Size = New System.Drawing.Size(1037, 172) Me.ucrDistWithParameters.TabIndex = 1 ' 'ucrBase @@ -155,7 +155,6 @@ Partial Class dlgRandomSample ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(479, 300) Me.Controls.Add(Me.ucrSaveRandomSample) Me.Controls.Add(Me.ucrNudNumberOfSamples) diff --git a/instat/dlgShowModel.Designer.vb b/instat/dlgShowModel.Designer.vb index 57df65e8d7b..43ab36472b6 100644 --- a/instat/dlgShowModel.Designer.vb +++ b/instat/dlgShowModel.Designer.vb @@ -197,7 +197,7 @@ Partial Class dlgShowModel Me.ucrDistributionAndParameters.AutoSize = True Me.ucrDistributionAndParameters.Location = New System.Drawing.Point(241, 101) Me.ucrDistributionAndParameters.Name = "ucrDistributionAndParameters" - Me.ucrDistributionAndParameters.Size = New System.Drawing.Size(1037, 147) + Me.ucrDistributionAndParameters.Size = New System.Drawing.Size(1037, 172) Me.ucrDistributionAndParameters.TabIndex = 6 ' 'ucrSelectorShowModel @@ -238,7 +238,6 @@ Partial Class dlgShowModel ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(500, 372) Me.Controls.Add(Me.ucrSaveNewColumn) Me.Controls.Add(Me.rdoValues) diff --git a/instat/sdgAddNewDistribution.Designer.vb b/instat/sdgAddNewDistribution.Designer.vb index bc58a87c519..3250fec2697 100644 --- a/instat/sdgAddNewDistribution.Designer.vb +++ b/instat/sdgAddNewDistribution.Designer.vb @@ -201,7 +201,6 @@ Partial Class sdgAddNewDistribution ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(395, 375) Me.Controls.Add(Me.lblAddedDistribution) Me.Controls.Add(Me.lstAddedDistribution) From 727157244cbfa04a3fae777c28a3f06ae136446d Mon Sep 17 00:00:00 2001 From: Lily Clements Date: Tue, 11 Jan 2022 23:37:10 +0000 Subject: [PATCH 38/42] bug fix --- .../InstatObject/R/Backend_Components/summary_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instat/static/InstatObject/R/Backend_Components/summary_functions.R b/instat/static/InstatObject/R/Backend_Components/summary_functions.R index f342ac05218..caab9d9b93a 100644 --- a/instat/static/InstatObject/R/Backend_Components/summary_functions.R +++ b/instat/static/InstatObject/R/Backend_Components/summary_functions.R @@ -1456,7 +1456,7 @@ DataBook$set("public", "summary_table", function(data_name, columns_to_summarise } } shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(value = round(value, signif_fig)) -if (!is.null(shaped_cell_values$summary)){ +if (is.null(shaped_cell_values$`summary-variable`)){ shaped_cell_values <- shaped_cell_values %>% dplyr::mutate(summary = as.factor(summary)) %>% dplyr::mutate(summary = forcats::fct_relevel(summary, summaries_display)) } if (store_table) { From 65a023bb078daf26bc5c0762ec3681c3d82bbaca Mon Sep 17 00:00:00 2001 From: danny Date: Wed, 12 Jan 2022 09:27:54 +0000 Subject: [PATCH 39/42] fixed Save As dialog size --- instat/dlgSaveAs.Designer.vb | 10 ++++------ instat/dlgSaveAs.resx | 14 -------------- instat/ucrFilePath.Designer.vb | 1 - 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/instat/dlgSaveAs.Designer.vb b/instat/dlgSaveAs.Designer.vb index b3875c681c9..86c7ed5c09c 100644 --- a/instat/dlgSaveAs.Designer.vb +++ b/instat/dlgSaveAs.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgSaveAs 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSaveAs)) Me.lblConfirm = New System.Windows.Forms.Label() Me.ucrBase = New instat.ucrButtons() Me.ucrFilePath = New instat.ucrFilePath() @@ -48,7 +47,7 @@ Partial Class dlgSaveAs ' Me.lblConfirm.AutoSize = True Me.lblConfirm.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblConfirm.Location = New System.Drawing.Point(96, 40) + Me.lblConfirm.Location = New System.Drawing.Point(96, 44) Me.lblConfirm.Name = "lblConfirm" Me.lblConfirm.Size = New System.Drawing.Size(140, 13) Me.lblConfirm.TabIndex = 3 @@ -69,22 +68,21 @@ Partial Class dlgSaveAs Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") + Me.ucrFilePath.FilePathBrowseText = "Browse" Me.ucrFilePath.FilePathDialogFilter = "RDS Data file (*.RDS)|*.RDS" Me.ucrFilePath.FilePathDialogTitle = "Save Data File" - Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FilePathLabel = "Save As:" Me.ucrFilePath.FolderBrowse = False Me.ucrFilePath.Location = New System.Drawing.Point(1, 11) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 - Me.ucrFilePath.Size = New System.Drawing.Size(3099, 71) + Me.ucrFilePath.Size = New System.Drawing.Size(429, 34) Me.ucrFilePath.TabIndex = 7 ' 'dlgSaveAs ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(434, 124) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblConfirm) diff --git a/instat/dlgSaveAs.resx b/instat/dlgSaveAs.resx index ba710e5708b..29dcb1b3a35 100644 --- a/instat/dlgSaveAs.resx +++ b/instat/dlgSaveAs.resx @@ -117,18 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Save Data To:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - \ No newline at end of file diff --git a/instat/ucrFilePath.Designer.vb b/instat/ucrFilePath.Designer.vb index 5e28dfbc7aa..52ff41536d6 100644 --- a/instat/ucrFilePath.Designer.vb +++ b/instat/ucrFilePath.Designer.vb @@ -81,7 +81,6 @@ Partial Class ucrFilePath ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.Controls.Add(Me.ucrInputFilePath) Me.Controls.Add(Me.btnBrowse) Me.Controls.Add(Me.lblName) From 7a4ff6b5ca47fd51321ae7c879e4b5d31f436e82 Mon Sep 17 00:00:00 2001 From: danny Date: Wed, 12 Jan 2022 10:39:27 +0000 Subject: [PATCH 40/42] remove Windows progress bar for Linux version and fixes #7101 dialog size --- instat/dlgFromLibrary.Designer.vb | 3 +-- instat/static/InstatObject/R/instat_object_R6.R | 7 ++++--- instat/static/InstatObject/R/stand_alone_functions.R | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/instat/dlgFromLibrary.Designer.vb b/instat/dlgFromLibrary.Designer.vb index 68f822fcfc3..0706e4d5a92 100644 --- a/instat/dlgFromLibrary.Designer.vb +++ b/instat/dlgFromLibrary.Designer.vb @@ -144,14 +144,13 @@ Partial Class dlgFromLibrary 'ucrInputPackages ' Me.ucrInputPackages.AddQuotesIfUnrecognised = True - Me.ucrInputPackages.AutoSize = True Me.ucrInputPackages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.ucrInputPackages.GetSetSelectedIndex = -1 Me.ucrInputPackages.IsReadOnly = False Me.ucrInputPackages.Location = New System.Drawing.Point(108, 51) Me.ucrInputPackages.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8) Me.ucrInputPackages.Name = "ucrInputPackages" - Me.ucrInputPackages.Size = New System.Drawing.Size(0, 0) + Me.ucrInputPackages.Size = New System.Drawing.Size(144, 23) Me.ucrInputPackages.TabIndex = 4 ' 'ucrBase diff --git a/instat/static/InstatObject/R/instat_object_R6.R b/instat/static/InstatObject/R/instat_object_R6.R index db4524d66a4..0b0b924775f 100644 --- a/instat/static/InstatObject/R/instat_object_R6.R +++ b/instat/static/InstatObject/R/instat_object_R6.R @@ -2663,7 +2663,8 @@ DataBook$set("public", "import_from_cds", function(user, dataset, elements, star all_dates <- seq(start_date, end_date, by = 1) all_periods <- unique(paste(lubridate::year(all_dates), sprintf("%02d", lubridate::month(all_dates)), sep = "-")) area <- c(lat[2], lon[1], lat[1], lon[2]) - pb <- winProgressBar(title = "Requesting data from CDS", min = 0, max = length(all_periods)) + is_win <- Sys.info()['sysname'] == "Windows" + if (is_win) pb <- winProgressBar(title = "Requesting data from CDS", min = 0, max = length(all_periods)) nc_files <- vector(mode = "character", length = length(all_periods)) for (i in seq_along(all_periods)) { y <- substr(all_periods[i], 1, 4) @@ -2683,7 +2684,7 @@ DataBook$set("public", "import_from_cds", function(user, dataset, elements, star target = paste0(dataset, "-", paste(elements, collapse = "_"), "-", all_periods[i], ".nc") ) info <- paste0("Requesting data for ", all_periods[i], " - ", round(100 * i / length(all_periods)), "%") - setWinProgressBar(pb, value = i, title = info, label = info) + if (is_win) setWinProgressBar(pb, value = i, title = info, label = info) ncfile <- ecmwfr::wf_request(user = user, request = request, transfer = TRUE, path = path, time_out = 3 * 3600) @@ -2693,7 +2694,7 @@ DataBook$set("public", "import_from_cds", function(user, dataset, elements, star ncdf4::nc_close(nc = nc) } } - close(pb) + if (is_win) close(pb) }) DataBook$set("public", "add_flag_fields", function(data_name, col_names, key_column_names) { diff --git a/instat/static/InstatObject/R/stand_alone_functions.R b/instat/static/InstatObject/R/stand_alone_functions.R index 3c6955d6814..0d938d80c7d 100644 --- a/instat/static/InstatObject/R/stand_alone_functions.R +++ b/instat/static/InstatObject/R/stand_alone_functions.R @@ -613,16 +613,17 @@ multiple_nc_as_data_frame <- function(path, vars, keep_raw_time = TRUE, include_ nc_list <- list() n_files <- length(filepaths) - pb <- winProgressBar(title = "Reading files", min = 0, max = n_files) + is_win <- Sys.info()['sysname'] == "Windows" + if (is_win) pb <- winProgressBar(title = "Reading files", min = 0, max = n_files) for(i in seq_along(filepaths)) { nc <- ncdf4::nc_open(filename = filepaths[i]) dat <- nc_as_data_frame(nc = nc, vars = vars, keep_raw_time = keep_raw_time, include_metadata = include_metadata, boundary = boundary, lon_points = lon_points, lat_points = lat_points, id_points = id_points, show_requested_points = show_requested_points, great_circle_dist = great_circle_dist) nc_list[[length(nc_list) + 1]] <- dat ncdf4::nc_close(nc) info <- paste0("Reading file ", i, " of ", n_files, " - ", round(100*i/n_files), "%") - setWinProgressBar(pb, value = i, title = info, label = info) + if (is_win) setWinProgressBar(pb, value = i, title = info, label = info) } - close(pb) + if (is_win) close(pb) names(nc_list) <- tools::file_path_sans_ext(filenames) merged_data <- dplyr::bind_rows(nc_list, .id = id) return(merged_data) From 876f6e4a21ff35cdd9f3ea18bd84f9fb912c87ea Mon Sep 17 00:00:00 2001 From: danny Date: Wed, 12 Jan 2022 11:02:26 +0000 Subject: [PATCH 41/42] don't use waiting form when running in Linux as sometimes doesn't close --- instat/clsRLink.vb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/instat/clsRLink.vb b/instat/clsRLink.vb index 00b1ed0c88b..d34261d1e00 100644 --- a/instat/clsRLink.vb +++ b/instat/clsRLink.vb @@ -14,6 +14,7 @@ ' You should have received a copy of the GNU General Public License ' along with this program. If not, see . +Imports System.Runtime.InteropServices Imports RDotNet Imports unvell.ReoGrid Imports System.IO @@ -1296,16 +1297,22 @@ Public Class RLink thrDelay.IsBackground = True thrWaitDisplay = New Threading.Thread(Sub() If bCurrentShowWaiting Then - frmSetupLoading.Show() + If Not RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + frmSetupLoading.Show() + End If End If - While thrRScript.IsAlive + While thrRScript.IsAlive If bErrorMessageOpen Then - frmSetupLoading.Close() + If Not RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + frmSetupLoading.Close() + End If End If Threading.Thread.Sleep(5) Application.DoEvents() End While - frmSetupLoading.Close() + If Not RuntimeInformation.IsOSPlatform(OSPlatform.Linux) Then + frmSetupLoading.Close() + End If evtWaitHandleWaitDisplayDone.Set() End Sub) thrWaitDisplay.IsBackground = True From add341ff8d0e25fed07f3333f584043b2fedb48a Mon Sep 17 00:00:00 2001 From: danny Date: Wed, 12 Jan 2022 12:41:07 +0000 Subject: [PATCH 42/42] fixed export dialog sizes --- instat/dlgExportDataset.Designer.vb | 11 +++++------ instat/dlgExportDataset.resx | 8 -------- instat/dlgExportGraphAsImage.Designer.vb | 14 ++++++-------- instat/dlgExportGraphAsImage.resx | 8 -------- instat/dlgExportRObjects.Designer.vb | 10 ++++------ instat/dlgExportRObjects.resx | 12 ------------ instat/dlgExportRWorkspace.Designer.vb | 8 +++----- instat/dlgExportRWorkspace.resx | 12 ------------ instat/ucrFilePath.Designer.vb | 3 --- 9 files changed, 18 insertions(+), 68 deletions(-) diff --git a/instat/dlgExportDataset.Designer.vb b/instat/dlgExportDataset.Designer.vb index 1a38cddc048..a7314cf4dbe 100644 --- a/instat/dlgExportDataset.Designer.vb +++ b/instat/dlgExportDataset.Designer.vb @@ -56,7 +56,7 @@ Partial Class dlgExportDataset Me.lblConfirm.AutoSize = True Me.lblConfirm.ForeColor = System.Drawing.Color.Green Me.lblConfirm.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblConfirm.Location = New System.Drawing.Point(85, 240) + Me.lblConfirm.Location = New System.Drawing.Point(85, 245) Me.lblConfirm.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblConfirm.Name = "lblConfirm" Me.lblConfirm.Size = New System.Drawing.Size(148, 13) @@ -119,15 +119,15 @@ Partial Class dlgExportDataset Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") + Me.ucrFilePath.FilePathBrowseText = "Browse" Me.ucrFilePath.FilePathDialogFilter = resources.GetString("ucrFilePath.FilePathDialogFilter") Me.ucrFilePath.FilePathDialogTitle = "Export Data File" - Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FilePathLabel = "Save As:" Me.ucrFilePath.FolderBrowse = False - Me.ucrFilePath.Location = New System.Drawing.Point(8, 211) + Me.ucrFilePath.Location = New System.Drawing.Point(8, 209) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 - Me.ucrFilePath.Size = New System.Drawing.Size(1001, 34) + Me.ucrFilePath.Size = New System.Drawing.Size(407, 34) Me.ucrFilePath.TabIndex = 5 ' 'ucrSelectorDataFrames @@ -169,7 +169,6 @@ Partial Class dlgExportDataset ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(441, 331) Me.Controls.Add(Me.chkSaveAsSingleFile) Me.Controls.Add(Me.cboFileType) diff --git a/instat/dlgExportDataset.resx b/instat/dlgExportDataset.resx index 81f3748134a..e280411fe39 100644 --- a/instat/dlgExportDataset.resx +++ b/instat/dlgExportDataset.resx @@ -117,15 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - Comma separated file (*.csv)|*.csv|Excel files (*.xlsx)|*.xlsx|TAB-separated data (*.tsv)|*.tsv|Pipe-separated data (*.psv)|*.psv|Feather r / Python interchange format (*.feather)|*.feather|Fixed-Width format data (*.fwf)|*.fwf|Serialized r objects (*.rds)|*.rds|Saved r objects (*.RData)|*.RData|JSON(*.json)|*.json|YAML(*.yml)|*.yml|Stata(*.dta)|*.dta|SPSS(*.sav)|*.sav|XBASE database files (*.dbf)|*.dbf| Weka Attribute - Relation File Format (*.arff)|*.arff|r syntax object (*.R)|*.R|Xml(*.xml)|*.xml|HTML(*.html)|*.html - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File(s):' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - \ No newline at end of file diff --git a/instat/dlgExportGraphAsImage.Designer.vb b/instat/dlgExportGraphAsImage.Designer.vb index 2a15e402ee5..fd1e85dd6e3 100644 --- a/instat/dlgExportGraphAsImage.Designer.vb +++ b/instat/dlgExportGraphAsImage.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExportGraphAsImage 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportGraphAsImage)) Me.lblSelectedGraph = New System.Windows.Forms.Label() Me.ucrSelectedGraphReceiver = New instat.ucrReceiverSingle() Me.ucrSelectorGraphAsImage = New instat.ucrSelectorByDataFrameAddRemove() @@ -83,7 +82,7 @@ Partial Class dlgExportGraphAsImage 'ucrBase ' Me.ucrBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink - Me.ucrBase.Location = New System.Drawing.Point(10, 224) + Me.ucrBase.Location = New System.Drawing.Point(10, 230) Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(404, 52) @@ -94,24 +93,23 @@ Partial Class dlgExportGraphAsImage Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") + Me.ucrFilePath.FilePathBrowseText = "Browse" Me.ucrFilePath.FilePathDialogFilter = "JPEG (*.jpeg)|*.jpeg|PNG(*.png)|*.png|BitMaP(*.bmp)|*.bmp|EPS(*.eps)|*.eps|PostSc" & "ript(*.ps)|*.ps|SVG(*.svg)|*.svg|WMF(*.wmf)|*.wmf|PDF(*.pdf)|*.pdf" Me.ucrFilePath.FilePathDialogTitle = "Save Graph As Image" - Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FilePathLabel = "Save As:" Me.ucrFilePath.FolderBrowse = False - Me.ucrFilePath.Location = New System.Drawing.Point(14, 195) + Me.ucrFilePath.Location = New System.Drawing.Point(7, 194) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 - Me.ucrFilePath.Size = New System.Drawing.Size(990, 34) + Me.ucrFilePath.Size = New System.Drawing.Size(400, 34) Me.ucrFilePath.TabIndex = 7 ' 'dlgExportGraphAsImage ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True - Me.ClientSize = New System.Drawing.Size(418, 280) + Me.ClientSize = New System.Drawing.Size(418, 285) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblSelectedGraph) Me.Controls.Add(Me.ucrSelectedGraphReceiver) diff --git a/instat/dlgExportGraphAsImage.resx b/instat/dlgExportGraphAsImage.resx index 0edae6639f1..1af7de150c9 100644 --- a/instat/dlgExportGraphAsImage.resx +++ b/instat/dlgExportGraphAsImage.resx @@ -117,12 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - \ No newline at end of file diff --git a/instat/dlgExportRObjects.Designer.vb b/instat/dlgExportRObjects.Designer.vb index 7d7c9370d19..7e46572f6a6 100644 --- a/instat/dlgExportRObjects.Designer.vb +++ b/instat/dlgExportRObjects.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExportRObjects 'Do not modify it using the code editor. Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportRObjects)) Me.lblObjects = New System.Windows.Forms.Label() Me.ucrFilePath = New instat.ucrFilePath() Me.ucrReceiverMultipleObjects = New instat.ucrReceiverMultiple() @@ -61,15 +60,15 @@ Partial Class dlgExportRObjects Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") + Me.ucrFilePath.FilePathBrowseText = "Browse" Me.ucrFilePath.FilePathDialogFilter = "Saved R objects (*.RData)|*.RData|Serialized R Objects (*.rds)|*.rds" Me.ucrFilePath.FilePathDialogTitle = "Export R Objects" - Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FilePathLabel = "Save As:" Me.ucrFilePath.FolderBrowse = False - Me.ucrFilePath.Location = New System.Drawing.Point(14, 199) + Me.ucrFilePath.Location = New System.Drawing.Point(12, 196) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 - Me.ucrFilePath.Size = New System.Drawing.Size(2384, 58) + Me.ucrFilePath.Size = New System.Drawing.Size(399, 34) Me.ucrFilePath.TabIndex = 7 ' 'ucrReceiverMultipleObjects @@ -111,7 +110,6 @@ Partial Class dlgExportRObjects ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(423, 288) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblObjects) diff --git a/instat/dlgExportRObjects.resx b/instat/dlgExportRObjects.resx index 95810065ed8..1af7de150c9 100644 --- a/instat/dlgExportRObjects.resx +++ b/instat/dlgExportRObjects.resx @@ -117,16 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - \ No newline at end of file diff --git a/instat/dlgExportRWorkspace.Designer.vb b/instat/dlgExportRWorkspace.Designer.vb index ce2834a8321..ad62eec5266 100644 --- a/instat/dlgExportRWorkspace.Designer.vb +++ b/instat/dlgExportRWorkspace.Designer.vb @@ -38,7 +38,6 @@ Partial Class dlgExportRWorkspace 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgExportRWorkspace)) Me.lblDataFrames = New System.Windows.Forms.Label() Me.lblSelectedDataFrames = New System.Windows.Forms.Label() Me.ucrSelectorForDataFrames = New instat.ucrSelectorAddRemove() @@ -135,22 +134,21 @@ Partial Class dlgExportRWorkspace Me.ucrFilePath.AutoSize = True Me.ucrFilePath.DefaultFileSuggestionName = "" Me.ucrFilePath.FilePath = "" - Me.ucrFilePath.FilePathBrowseText = resources.GetString("ucrFilePath.FilePathBrowseText") + Me.ucrFilePath.FilePathBrowseText = "Browse" Me.ucrFilePath.FilePathDialogFilter = "Saved R Objects (*.RData)|*.RData" Me.ucrFilePath.FilePathDialogTitle = "Export R Workspace" - Me.ucrFilePath.FilePathLabel = resources.GetString("ucrFilePath.FilePathLabel") + Me.ucrFilePath.FilePathLabel = "Save As:" Me.ucrFilePath.FolderBrowse = False Me.ucrFilePath.Location = New System.Drawing.Point(14, 245) Me.ucrFilePath.Name = "ucrFilePath" Me.ucrFilePath.SelectedFileFilterIndex = 1 - Me.ucrFilePath.Size = New System.Drawing.Size(2384, 58) + Me.ucrFilePath.Size = New System.Drawing.Size(400, 34) Me.ucrFilePath.TabIndex = 11 ' 'dlgExportRWorkspace ' Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi - Me.AutoSize = True Me.ClientSize = New System.Drawing.Size(417, 335) Me.Controls.Add(Me.ucrFilePath) Me.Controls.Add(Me.lblSelectedDataFrames) diff --git a/instat/dlgExportRWorkspace.resx b/instat/dlgExportRWorkspace.resx index 8105caf210c..1af7de150c9 100644 --- a/instat/dlgExportRWorkspace.resx +++ b/instat/dlgExportRWorkspace.resx @@ -117,16 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Browse' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - - - Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -A problem occured attempting to translate string 'Export File:' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\translations\rInstatTranslations.db.' to language en using database C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE/translations\rInstatTranslations.db. - \ No newline at end of file diff --git a/instat/ucrFilePath.Designer.vb b/instat/ucrFilePath.Designer.vb index 52ff41536d6..ef2a8fe1e34 100644 --- a/instat/ucrFilePath.Designer.vb +++ b/instat/ucrFilePath.Designer.vb @@ -47,7 +47,6 @@ Partial Class ucrFilePath Me.ucrInputFilePath.AddQuotesIfUnrecognised = True Me.ucrInputFilePath.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ucrInputFilePath.AutoSize = True Me.ucrInputFilePath.IsMultiline = False Me.ucrInputFilePath.IsReadOnly = True Me.ucrInputFilePath.Location = New System.Drawing.Point(136, 3) @@ -69,7 +68,6 @@ Partial Class ucrFilePath ' 'lblName ' - Me.lblName.AutoSize = True Me.lblName.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.lblName.Location = New System.Drawing.Point(2, 6) Me.lblName.Name = "lblName" @@ -87,7 +85,6 @@ Partial Class ucrFilePath Me.Name = "ucrFilePath" Me.Size = New System.Drawing.Size(392, 34) Me.ResumeLayout(False) - Me.PerformLayout() End Sub