diff --git a/Crystallography.Controls/Crystal/EOSControl.cs b/Crystallography.Controls/Crystal/EOSControl.cs
index b506d96..6876984 100644
--- a/Crystallography.Controls/Crystal/EOSControl.cs
+++ b/Crystallography.Controls/Crystal/EOSControl.cs
@@ -141,7 +141,8 @@ public void CalculatePressure()
numericBoxEOS_V0perMol.Value = numericBoxEOS_V0perCell.Value * 6.0221367 / crystal.ChemicalFormulaZ / 10;
if (checkBoxUseEOS.Checked)
- numericBoxPressure.Value = crystal.EOSCondition.GetPressure(crystal.Volume * 1000);
+ EOScondition.Pressure = numericBoxPressure.Value = crystal.EOSCondition.GetPressure(crystal.Volume * 1000);
+
SkipEvent = false;
}
diff --git a/Crystallography.Controls/Properties/AssemblyInfo.cs b/Crystallography.Controls/Properties/AssemblyInfo.cs
index 62b094a..3d0328e 100644
--- a/Crystallography.Controls/Properties/AssemblyInfo.cs
+++ b/Crystallography.Controls/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2020.10.16.0824")]
-[assembly: AssemblyFileVersion("2020.10.16.0824")]
\ No newline at end of file
+[assembly: AssemblyVersion("2020.10.16.0943")]
+[assembly: AssemblyFileVersion("2020.10.16.0943")]
\ No newline at end of file
diff --git a/Crystallography/EOS.cs b/Crystallography/EOS.cs
index e1fcb7c..36726a0 100644
Binary files a/Crystallography/EOS.cs and b/Crystallography/EOS.cs differ
diff --git a/Crystallography/Properties/AssemblyInfo.cs b/Crystallography/Properties/AssemblyInfo.cs
index c9662db..36fc41c 100644
--- a/Crystallography/Properties/AssemblyInfo.cs
+++ b/Crystallography/Properties/AssemblyInfo.cs
@@ -26,7 +26,7 @@
// ɂ悤ɁA'*' gāAׂĂ̒lw肷邩A
// rhуrWԍlɂ邱Ƃł܂B
-[assembly: AssemblyVersion("2020.10.16.0824")]
+[assembly: AssemblyVersion("2020.10.16.0943")]
//
// AZuɏɂ́AgpL[w肵ȂȂ܂B
@@ -57,5 +57,5 @@
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(true)]
-[assembly: AssemblyFileVersion("2020.10.16.0824")]
+[assembly: AssemblyFileVersion("2020.10.16.0943")]
diff --git a/PDIndexer/FormFitting.Designer.cs b/PDIndexer/FormFitting.Designer.cs
index 4293fe4..290857c 100644
--- a/PDIndexer/FormFitting.Designer.cs
+++ b/PDIndexer/FormFitting.Designer.cs
@@ -80,6 +80,7 @@ private void InitializeComponent()
this.textBoxB = new System.Windows.Forms.TextBox();
this.textBoxAlpha = new System.Windows.Forms.TextBox();
this.textBoxBeta = new System.Windows.Forms.TextBox();
+ this.buttonResetTakeoffAngle = new System.Windows.Forms.Button();
this.buttonCopyCellConstantsToClipboard = new System.Windows.Forms.Button();
this.buttonConfirm = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
@@ -114,6 +115,8 @@ private void InitializeComponent()
this.buttonApplyRangeToAll = new System.Windows.Forms.Button();
this.dataGridViewCrystals = new System.Windows.Forms.DataGridView();
this.Check = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+ this.PeakColor = new System.Windows.Forms.DataGridViewImageColumn();
+ this.crystalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bindingSourceCrystals = new System.Windows.Forms.BindingSource(this.components);
this.dataSet = new PDIndexer.DataSet();
this.dataGridViewPlaneList = new System.Windows.Forms.DataGridView();
@@ -139,10 +142,7 @@ private void InitializeComponent()
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.buttonSaveTableAsCSV = new System.Windows.Forms.Button();
- this.buttonResetTakeoffAngle = new System.Windows.Forms.Button();
this.numericBoxEffectiveDigit = new Crystallography.Controls.NumericBox();
- this.PeakColor = new System.Windows.Forms.DataGridViewImageColumn();
- this.crystalDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.flowLayoutPanelPatternDecomposition.SuspendLayout();
@@ -204,12 +204,14 @@ private void InitializeComponent()
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
+ this.toolTip.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
//
// textBoxGamma_err
//
resources.ApplyResources(this.textBoxGamma_err, "textBoxGamma_err");
this.textBoxGamma_err.Name = "textBoxGamma_err";
this.textBoxGamma_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxGamma_err, resources.GetString("textBoxGamma_err.ToolTip"));
//
// textBoxAlpha_err
//
@@ -217,54 +219,63 @@ private void InitializeComponent()
this.textBoxAlpha_err.ForeColor = System.Drawing.SystemColors.WindowText;
this.textBoxAlpha_err.Name = "textBoxAlpha_err";
this.textBoxAlpha_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxAlpha_err, resources.GetString("textBoxAlpha_err.ToolTip"));
//
// textBoxBeta_err
//
resources.ApplyResources(this.textBoxBeta_err, "textBoxBeta_err");
this.textBoxBeta_err.Name = "textBoxBeta_err";
this.textBoxBeta_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxBeta_err, resources.GetString("textBoxBeta_err.ToolTip"));
//
// textBoxC_err
//
resources.ApplyResources(this.textBoxC_err, "textBoxC_err");
this.textBoxC_err.Name = "textBoxC_err";
this.textBoxC_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxC_err, resources.GetString("textBoxC_err.ToolTip"));
//
// textBoxB_err
//
resources.ApplyResources(this.textBoxB_err, "textBoxB_err");
this.textBoxB_err.Name = "textBoxB_err";
this.textBoxB_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxB_err, resources.GetString("textBoxB_err.ToolTip"));
//
// textBoxV
//
resources.ApplyResources(this.textBoxV, "textBoxV");
this.textBoxV.Name = "textBoxV";
this.textBoxV.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxV, resources.GetString("textBoxV.ToolTip"));
//
// textBoxV_err
//
resources.ApplyResources(this.textBoxV_err, "textBoxV_err");
this.textBoxV_err.Name = "textBoxV_err";
this.textBoxV_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxV_err, resources.GetString("textBoxV_err.ToolTip"));
//
// textBoxC
//
resources.ApplyResources(this.textBoxC, "textBoxC");
this.textBoxC.Name = "textBoxC";
this.textBoxC.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxC, resources.GetString("textBoxC.ToolTip"));
//
// textBoxGamma
//
resources.ApplyResources(this.textBoxGamma, "textBoxGamma");
this.textBoxGamma.Name = "textBoxGamma";
this.textBoxGamma.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxGamma, resources.GetString("textBoxGamma.ToolTip"));
//
// textBoxA_err
//
resources.ApplyResources(this.textBoxA_err, "textBoxA_err");
this.textBoxA_err.Name = "textBoxA_err";
this.textBoxA_err.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxA_err, resources.GetString("textBoxA_err.ToolTip"));
this.textBoxA_err.TextChanged += new System.EventHandler(this.textBoxA_TextChanged);
//
// textBoxA
@@ -272,88 +283,105 @@ private void InitializeComponent()
resources.ApplyResources(this.textBoxA, "textBoxA");
this.textBoxA.Name = "textBoxA";
this.textBoxA.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxA, resources.GetString("textBoxA.ToolTip"));
this.textBoxA.TextChanged += new System.EventHandler(this.textBoxA_TextChanged);
//
// label26
//
resources.ApplyResources(this.label26, "label26");
this.label26.Name = "label26";
+ this.toolTip.SetToolTip(this.label26, resources.GetString("label26.ToolTip"));
//
// label25
//
resources.ApplyResources(this.label25, "label25");
this.label25.Name = "label25";
+ this.toolTip.SetToolTip(this.label25, resources.GetString("label25.ToolTip"));
//
// label24
//
resources.ApplyResources(this.label24, "label24");
this.label24.Name = "label24";
+ this.toolTip.SetToolTip(this.label24, resources.GetString("label24.ToolTip"));
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
+ this.toolTip.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
//
// label29
//
resources.ApplyResources(this.label29, "label29");
this.label29.Name = "label29";
+ this.toolTip.SetToolTip(this.label29, resources.GetString("label29.ToolTip"));
//
// label23
//
resources.ApplyResources(this.label23, "label23");
this.label23.Name = "label23";
+ this.toolTip.SetToolTip(this.label23, resources.GetString("label23.ToolTip"));
//
// label22
//
resources.ApplyResources(this.label22, "label22");
this.label22.Name = "label22";
+ this.toolTip.SetToolTip(this.label22, resources.GetString("label22.ToolTip"));
//
// label21
//
resources.ApplyResources(this.label21, "label21");
this.label21.Name = "label21";
+ this.toolTip.SetToolTip(this.label21, resources.GetString("label21.ToolTip"));
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
+ this.toolTip.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
//
// label20
//
resources.ApplyResources(this.label20, "label20");
this.label20.Name = "label20";
+ this.toolTip.SetToolTip(this.label20, resources.GetString("label20.ToolTip"));
//
// label19
//
resources.ApplyResources(this.label19, "label19");
this.label19.Name = "label19";
+ this.toolTip.SetToolTip(this.label19, resources.GetString("label19.ToolTip"));
//
// label17
//
resources.ApplyResources(this.label17, "label17");
this.label17.Name = "label17";
+ this.toolTip.SetToolTip(this.label17, resources.GetString("label17.ToolTip"));
//
// label27
//
resources.ApplyResources(this.label27, "label27");
this.label27.Name = "label27";
+ this.toolTip.SetToolTip(this.label27, resources.GetString("label27.ToolTip"));
//
// label11
//
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
+ this.toolTip.SetToolTip(this.label11, resources.GetString("label11.ToolTip"));
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
+ this.toolTip.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
//
// textBoxB
//
resources.ApplyResources(this.textBoxB, "textBoxB");
this.textBoxB.Name = "textBoxB";
this.textBoxB.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxB, resources.GetString("textBoxB.ToolTip"));
//
// textBoxAlpha
//
@@ -361,59 +389,77 @@ private void InitializeComponent()
this.textBoxAlpha.ForeColor = System.Drawing.SystemColors.WindowText;
this.textBoxAlpha.Name = "textBoxAlpha";
this.textBoxAlpha.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxAlpha, resources.GetString("textBoxAlpha.ToolTip"));
//
// textBoxBeta
//
resources.ApplyResources(this.textBoxBeta, "textBoxBeta");
this.textBoxBeta.Name = "textBoxBeta";
this.textBoxBeta.ReadOnly = true;
+ this.toolTip.SetToolTip(this.textBoxBeta, resources.GetString("textBoxBeta.ToolTip"));
+ //
+ // buttonResetTakeoffAngle
+ //
+ resources.ApplyResources(this.buttonResetTakeoffAngle, "buttonResetTakeoffAngle");
+ this.buttonResetTakeoffAngle.Name = "buttonResetTakeoffAngle";
+ this.toolTip.SetToolTip(this.buttonResetTakeoffAngle, resources.GetString("buttonResetTakeoffAngle.ToolTip"));
+ this.buttonResetTakeoffAngle.Click += new System.EventHandler(this.buttonResetTakeoffAngle_Click);
//
// buttonCopyCellConstantsToClipboard
//
resources.ApplyResources(this.buttonCopyCellConstantsToClipboard, "buttonCopyCellConstantsToClipboard");
this.buttonCopyCellConstantsToClipboard.Name = "buttonCopyCellConstantsToClipboard";
+ this.toolTip.SetToolTip(this.buttonCopyCellConstantsToClipboard, resources.GetString("buttonCopyCellConstantsToClipboard.ToolTip"));
this.buttonCopyCellConstantsToClipboard.Click += new System.EventHandler(this.buttonCopyClipboard_Click);
//
// buttonConfirm
//
resources.ApplyResources(this.buttonConfirm, "buttonConfirm");
this.buttonConfirm.Name = "buttonConfirm";
+ this.toolTip.SetToolTip(this.buttonConfirm, resources.GetString("buttonConfirm.ToolTip"));
this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
+ this.toolTip.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
+ this.toolTip.SetToolTip(this.label12, resources.GetString("label12.ToolTip"));
//
// label28
//
resources.ApplyResources(this.label28, "label28");
this.label28.Name = "label28";
+ this.toolTip.SetToolTip(this.label28, resources.GetString("label28.ToolTip"));
//
// label13
//
resources.ApplyResources(this.label13, "label13");
this.label13.Name = "label13";
+ this.toolTip.SetToolTip(this.label13, resources.GetString("label13.ToolTip"));
//
// label14
//
resources.ApplyResources(this.label14, "label14");
this.label14.Name = "label14";
+ this.toolTip.SetToolTip(this.label14, resources.GetString("label14.ToolTip"));
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
+ this.toolTip.SetToolTip(this.label15, resources.GetString("label15.ToolTip"));
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
+ this.toolTip.SetToolTip(this.label16, resources.GetString("label16.ToolTip"));
//
// buttonCopyTableToClipboard
//
@@ -438,6 +484,7 @@ private void InitializeComponent()
this.groupBox3.Controls.Add(this.buttonApplyRangeToAll);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
+ this.toolTip.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip"));
//
// flowLayoutPanelPatternDecomposition
//
@@ -445,6 +492,7 @@ private void InitializeComponent()
this.flowLayoutPanelPatternDecomposition.Controls.Add(this.radioButtonEachCrystal);
this.flowLayoutPanelPatternDecomposition.Controls.Add(this.radioButtonBetweenCrystals);
this.flowLayoutPanelPatternDecomposition.Name = "flowLayoutPanelPatternDecomposition";
+ this.toolTip.SetToolTip(this.flowLayoutPanelPatternDecomposition, resources.GetString("flowLayoutPanelPatternDecomposition.ToolTip"));
//
// radioButtonEachCrystal
//
@@ -452,6 +500,7 @@ private void InitializeComponent()
this.radioButtonEachCrystal.Checked = true;
this.radioButtonEachCrystal.Name = "radioButtonEachCrystal";
this.radioButtonEachCrystal.TabStop = true;
+ this.toolTip.SetToolTip(this.radioButtonEachCrystal, resources.GetString("radioButtonEachCrystal.ToolTip"));
this.radioButtonEachCrystal.UseVisualStyleBackColor = true;
this.radioButtonEachCrystal.CheckedChanged += new System.EventHandler(this.radioButtonEachCrystal_CheckedChanged);
//
@@ -459,24 +508,27 @@ private void InitializeComponent()
//
resources.ApplyResources(this.radioButtonBetweenCrystals, "radioButtonBetweenCrystals");
this.radioButtonBetweenCrystals.Name = "radioButtonBetweenCrystals";
+ this.toolTip.SetToolTip(this.radioButtonBetweenCrystals, resources.GetString("radioButtonBetweenCrystals.ToolTip"));
this.radioButtonBetweenCrystals.UseVisualStyleBackColor = true;
//
// groupBox2
//
+ resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.radioButtonSymmetricPearson);
this.groupBox2.Controls.Add(this.radioButtonPseudoVoigt);
this.groupBox2.Controls.Add(this.radioButtonSplitPseudoVoigt);
this.groupBox2.Controls.Add(this.radioButtonSimple);
this.groupBox2.Controls.Add(this.radioButtonSplitPearson);
this.groupBox2.Controls.Add(this.buttonApplyFunctionToAll);
- resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
+ this.toolTip.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
//
// radioButtonSymmetricPearson
//
resources.ApplyResources(this.radioButtonSymmetricPearson, "radioButtonSymmetricPearson");
this.radioButtonSymmetricPearson.Name = "radioButtonSymmetricPearson";
+ this.toolTip.SetToolTip(this.radioButtonSymmetricPearson, resources.GetString("radioButtonSymmetricPearson.ToolTip"));
this.radioButtonSymmetricPearson.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
//
// radioButtonPseudoVoigt
@@ -485,49 +537,55 @@ private void InitializeComponent()
this.radioButtonPseudoVoigt.Checked = true;
this.radioButtonPseudoVoigt.Name = "radioButtonPseudoVoigt";
this.radioButtonPseudoVoigt.TabStop = true;
+ this.toolTip.SetToolTip(this.radioButtonPseudoVoigt, resources.GetString("radioButtonPseudoVoigt.ToolTip"));
this.radioButtonPseudoVoigt.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
//
// radioButtonSplitPseudoVoigt
//
resources.ApplyResources(this.radioButtonSplitPseudoVoigt, "radioButtonSplitPseudoVoigt");
this.radioButtonSplitPseudoVoigt.Name = "radioButtonSplitPseudoVoigt";
+ this.toolTip.SetToolTip(this.radioButtonSplitPseudoVoigt, resources.GetString("radioButtonSplitPseudoVoigt.ToolTip"));
this.radioButtonSplitPseudoVoigt.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
//
// radioButtonSimple
//
resources.ApplyResources(this.radioButtonSimple, "radioButtonSimple");
this.radioButtonSimple.Name = "radioButtonSimple";
+ this.toolTip.SetToolTip(this.radioButtonSimple, resources.GetString("radioButtonSimple.ToolTip"));
this.radioButtonSimple.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
//
// radioButtonSplitPearson
//
resources.ApplyResources(this.radioButtonSplitPearson, "radioButtonSplitPearson");
this.radioButtonSplitPearson.Name = "radioButtonSplitPearson";
+ this.toolTip.SetToolTip(this.radioButtonSplitPearson, resources.GetString("radioButtonSplitPearson.ToolTip"));
this.radioButtonSplitPearson.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
//
// buttonApplyFunctionToAll
//
resources.ApplyResources(this.buttonApplyFunctionToAll, "buttonApplyFunctionToAll");
this.buttonApplyFunctionToAll.Name = "buttonApplyFunctionToAll";
+ this.toolTip.SetToolTip(this.buttonApplyFunctionToAll, resources.GetString("buttonApplyFunctionToAll.ToolTip"));
this.buttonApplyFunctionToAll.Click += new System.EventHandler(this.buttonApplyFunctionToAll_Click);
//
// panelFWHM
//
+ resources.ApplyResources(this.panelFWHM, "panelFWHM");
this.panelFWHM.Controls.Add(this.numericUpDownInitialFWHM);
this.panelFWHM.Controls.Add(this.buttonApplyFWHMToAll);
this.panelFWHM.Controls.Add(this.label1);
- resources.ApplyResources(this.panelFWHM, "panelFWHM");
this.panelFWHM.Name = "panelFWHM";
+ this.toolTip.SetToolTip(this.panelFWHM, resources.GetString("panelFWHM.ToolTip"));
//
// numericUpDownInitialFWHM
//
+ resources.ApplyResources(this.numericUpDownInitialFWHM, "numericUpDownInitialFWHM");
this.numericUpDownInitialFWHM.DecimalPlaces = 3;
this.numericUpDownInitialFWHM.Increment = new decimal(new int[] {
2,
0,
0,
131072});
- resources.ApplyResources(this.numericUpDownInitialFWHM, "numericUpDownInitialFWHM");
this.numericUpDownInitialFWHM.Maximum = new decimal(new int[] {
100000,
0,
@@ -539,6 +597,7 @@ private void InitializeComponent()
0,
196608});
this.numericUpDownInitialFWHM.Name = "numericUpDownInitialFWHM";
+ this.toolTip.SetToolTip(this.numericUpDownInitialFWHM, resources.GetString("numericUpDownInitialFWHM.ToolTip"));
this.numericUpDownInitialFWHM.Value = new decimal(new int[] {
6,
0,
@@ -550,17 +609,20 @@ private void InitializeComponent()
//
resources.ApplyResources(this.buttonApplyFWHMToAll, "buttonApplyFWHMToAll");
this.buttonApplyFWHMToAll.Name = "buttonApplyFWHMToAll";
+ this.toolTip.SetToolTip(this.buttonApplyFWHMToAll, resources.GetString("buttonApplyFWHMToAll.ToolTip"));
this.buttonApplyFWHMToAll.Click += new System.EventHandler(this.buttonApplyFWHMToAll_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
+ this.toolTip.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
//
// checkBoxUseInitialFWHM
//
resources.ApplyResources(this.checkBoxUseInitialFWHM, "checkBoxUseInitialFWHM");
this.checkBoxUseInitialFWHM.Name = "checkBoxUseInitialFWHM";
+ this.toolTip.SetToolTip(this.checkBoxUseInitialFWHM, resources.GetString("checkBoxUseInitialFWHM.ToolTip"));
this.checkBoxUseInitialFWHM.UseVisualStyleBackColor = true;
this.checkBoxUseInitialFWHM.CheckedChanged += new System.EventHandler(this.checkBoxUseInitialFWHM_CheckedChanged);
//
@@ -568,18 +630,19 @@ private void InitializeComponent()
//
resources.ApplyResources(this.checkBoxPatternDecomposition, "checkBoxPatternDecomposition");
this.checkBoxPatternDecomposition.Name = "checkBoxPatternDecomposition";
+ this.toolTip.SetToolTip(this.checkBoxPatternDecomposition, resources.GetString("checkBoxPatternDecomposition.ToolTip"));
this.checkBoxPatternDecomposition.UseVisualStyleBackColor = true;
this.checkBoxPatternDecomposition.CheckedChanged += new System.EventHandler(this.checkBoxPatternDecomposition_CheckedChanged);
//
// numericUpDownSearchRange
//
+ resources.ApplyResources(this.numericUpDownSearchRange, "numericUpDownSearchRange");
this.numericUpDownSearchRange.DecimalPlaces = 3;
this.numericUpDownSearchRange.Increment = new decimal(new int[] {
2,
0,
0,
131072});
- resources.ApplyResources(this.numericUpDownSearchRange, "numericUpDownSearchRange");
this.numericUpDownSearchRange.Maximum = new decimal(new int[] {
100000,
0,
@@ -591,6 +654,7 @@ private void InitializeComponent()
0,
196608});
this.numericUpDownSearchRange.Name = "numericUpDownSearchRange";
+ this.toolTip.SetToolTip(this.numericUpDownSearchRange, resources.GetString("numericUpDownSearchRange.ToolTip"));
this.numericUpDownSearchRange.Value = new decimal(new int[] {
6,
0,
@@ -602,30 +666,34 @@ private void InitializeComponent()
//
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
+ this.toolTip.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
+ this.toolTip.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
//
// label18
//
resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
+ this.toolTip.SetToolTip(this.label18, resources.GetString("label18.ToolTip"));
//
// buttonApplyRangeToAll
//
resources.ApplyResources(this.buttonApplyRangeToAll, "buttonApplyRangeToAll");
this.buttonApplyRangeToAll.Name = "buttonApplyRangeToAll";
+ this.toolTip.SetToolTip(this.buttonApplyRangeToAll, resources.GetString("buttonApplyRangeToAll.ToolTip"));
this.buttonApplyRangeToAll.Click += new System.EventHandler(this.buttonApplyRangeToAll_Click);
//
// dataGridViewCrystals
//
+ resources.ApplyResources(this.dataGridViewCrystals, "dataGridViewCrystals");
this.dataGridViewCrystals.AllowUserToAddRows = false;
this.dataGridViewCrystals.AllowUserToDeleteRows = false;
this.dataGridViewCrystals.AllowUserToResizeColumns = false;
this.dataGridViewCrystals.AllowUserToResizeRows = false;
- resources.ApplyResources(this.dataGridViewCrystals, "dataGridViewCrystals");
this.dataGridViewCrystals.AutoGenerateColumns = false;
this.dataGridViewCrystals.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewCrystals.ColumnHeadersVisible = false;
@@ -648,6 +716,7 @@ private void InitializeComponent()
this.dataGridViewCrystals.RowHeadersVisible = false;
this.dataGridViewCrystals.RowTemplate.Height = 21;
this.dataGridViewCrystals.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.toolTip.SetToolTip(this.dataGridViewCrystals, resources.GetString("dataGridViewCrystals.ToolTip"));
this.dataGridViewCrystals.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCrystals_CellMouseClick);
this.dataGridViewCrystals.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCrystals_CellMouseClick);
//
@@ -658,6 +727,23 @@ private void InitializeComponent()
this.Check.Name = "Check";
this.Check.ReadOnly = true;
//
+ // PeakColor
+ //
+ this.PeakColor.DataPropertyName = "PeakColor";
+ resources.ApplyResources(this.PeakColor, "PeakColor");
+ this.PeakColor.Name = "PeakColor";
+ this.PeakColor.ReadOnly = true;
+ this.PeakColor.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+ this.PeakColor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
+ //
+ // crystalDataGridViewTextBoxColumn
+ //
+ this.crystalDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
+ this.crystalDataGridViewTextBoxColumn.DataPropertyName = "Crystal";
+ resources.ApplyResources(this.crystalDataGridViewTextBoxColumn, "crystalDataGridViewTextBoxColumn");
+ this.crystalDataGridViewTextBoxColumn.Name = "crystalDataGridViewTextBoxColumn";
+ this.crystalDataGridViewTextBoxColumn.ReadOnly = true;
+ //
// bindingSourceCrystals
//
this.bindingSourceCrystals.DataMember = "DataTableCrystal";
@@ -670,11 +756,11 @@ private void InitializeComponent()
//
// dataGridViewPlaneList
//
+ resources.ApplyResources(this.dataGridViewPlaneList, "dataGridViewPlaneList");
this.dataGridViewPlaneList.AllowUserToAddRows = false;
this.dataGridViewPlaneList.AllowUserToDeleteRows = false;
this.dataGridViewPlaneList.AllowUserToResizeColumns = false;
this.dataGridViewPlaneList.AllowUserToResizeRows = false;
- resources.ApplyResources(this.dataGridViewPlaneList, "dataGridViewPlaneList");
this.dataGridViewPlaneList.AutoGenerateColumns = false;
this.dataGridViewPlaneList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridViewPlaneList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
@@ -706,6 +792,7 @@ private void InitializeComponent()
this.dataGridViewPlaneList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dataGridViewPlaneList.RowTemplate.Height = 21;
this.dataGridViewPlaneList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
+ this.toolTip.SetToolTip(this.dataGridViewPlaneList, resources.GetString("dataGridViewPlaneList.ToolTip"));
this.dataGridViewPlaneList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPlanes_CellContentClick);
this.dataGridViewPlaneList.SelectionChanged += new System.EventHandler(this.dataGridViewPlaneList_SelectionChanged);
//
@@ -802,15 +889,16 @@ private void InitializeComponent()
//
// contextMenuStrip1
//
+ resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyToClipboradToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
- resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
+ this.toolTip.SetToolTip(this.contextMenuStrip1, resources.GetString("contextMenuStrip1.ToolTip"));
//
// copyToClipboradToolStripMenuItem
//
- this.copyToClipboradToolStripMenuItem.Name = "copyToClipboradToolStripMenuItem";
resources.ApplyResources(this.copyToClipboradToolStripMenuItem, "copyToClipboradToolStripMenuItem");
+ this.copyToClipboradToolStripMenuItem.Name = "copyToClipboradToolStripMenuItem";
//
// bindingSourcePlanes
//
@@ -822,9 +910,9 @@ private void InitializeComponent()
//
resources.ApplyResources(this.buttonSendToCellFinder, "buttonSendToCellFinder");
this.buttonSendToCellFinder.Name = "buttonSendToCellFinder";
+ this.toolTip.SetToolTip(this.buttonSendToCellFinder, resources.GetString("buttonSendToCellFinder.ToolTip"));
this.buttonSendToCellFinder.UseVisualStyleBackColor = true;
this.buttonSendToCellFinder.Click += new System.EventHandler(this.buttonSendToCellFinder_Click);
-
//
// useForCalcDataGridViewCheckBoxColumn
//
@@ -848,16 +936,19 @@ private void InitializeComponent()
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
+ this.toolTip.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip"));
//
// textBoxRemovedProfileName
//
resources.ApplyResources(this.textBoxRemovedProfileName, "textBoxRemovedProfileName");
this.textBoxRemovedProfileName.Name = "textBoxRemovedProfileName";
+ this.toolTip.SetToolTip(this.textBoxRemovedProfileName, resources.GetString("textBoxRemovedProfileName.ToolTip"));
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
+ this.toolTip.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
//
// groupBox5
//
@@ -865,6 +956,7 @@ private void InitializeComponent()
this.groupBox5.Controls.Add(this.buttonSendToCellFinder);
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
+ this.toolTip.SetToolTip(this.groupBox5, resources.GetString("groupBox5.ToolTip"));
//
// buttonSaveTableAsCSV
//
@@ -873,62 +965,29 @@ private void InitializeComponent()
this.toolTip.SetToolTip(this.buttonSaveTableAsCSV, resources.GetString("buttonSaveTableAsCSV.ToolTip"));
this.buttonSaveTableAsCSV.UseVisualStyleBackColor = true;
this.buttonSaveTableAsCSV.Click += new System.EventHandler(this.ButtonSaveTableAsCSV_Click);
-
- //
- // buttonResetTakeoffAngle
- //
- resources.ApplyResources(this.buttonResetTakeoffAngle, "buttonResetTakeoffAngle");
- this.buttonResetTakeoffAngle.Name = "buttonResetTakeoffAngle";
- this.buttonResetTakeoffAngle.Click += new System.EventHandler(this.buttonResetTakeoffAngle_Click);
//
// numericBoxEffectiveDigit
//
resources.ApplyResources(this.numericBoxEffectiveDigit, "numericBoxEffectiveDigit");
this.numericBoxEffectiveDigit.BackColor = System.Drawing.SystemColors.Control;
- this.numericBoxEffectiveDigit.DecimalPlaces = -2;
+ this.numericBoxEffectiveDigit.FooterBackColor = System.Drawing.SystemColors.Control;
+ this.numericBoxEffectiveDigit.HeaderBackColor = System.Drawing.SystemColors.Control;
this.numericBoxEffectiveDigit.Maximum = 16D;
this.numericBoxEffectiveDigit.Minimum = 1D;
- this.numericBoxEffectiveDigit.Multiline = false;
this.numericBoxEffectiveDigit.Name = "numericBoxEffectiveDigit";
this.numericBoxEffectiveDigit.RadianValue = 0.087266462599716474D;
- this.numericBoxEffectiveDigit.ReadOnly = false;
- this.numericBoxEffectiveDigit.RestrictLimitValue = true;
- this.numericBoxEffectiveDigit.ShowFraction = false;
- this.numericBoxEffectiveDigit.ShowPositiveSign = false;
this.numericBoxEffectiveDigit.ShowUpDown = true;
this.numericBoxEffectiveDigit.SkipEventDuringInput = false;
- this.numericBoxEffectiveDigit.SmartIncrement = false;
- this.numericBoxEffectiveDigit.TextBoxBackColor = System.Drawing.SystemColors.Window;
- this.numericBoxEffectiveDigit.TextBoxForeColor = System.Drawing.SystemColors.WindowText;
this.numericBoxEffectiveDigit.TextFont = new System.Drawing.Font("Segoe UI Symbol", 9F);
this.numericBoxEffectiveDigit.ThonsandsSeparator = true;
this.toolTip.SetToolTip(this.numericBoxEffectiveDigit, resources.GetString("numericBoxEffectiveDigit.ToolTip"));
- this.numericBoxEffectiveDigit.UpDown_Increment = 1D;
this.numericBoxEffectiveDigit.Value = 5D;
- this.numericBoxEffectiveDigit.WordWrap = true;
this.numericBoxEffectiveDigit.ValueChanged += new Crystallography.Controls.NumericBox.MyEventHandler(this.NumericBoxEffectiveDigit_ValueChanged);
//
- // PeakColor
- //
- this.PeakColor.DataPropertyName = "PeakColor";
- resources.ApplyResources(this.PeakColor, "PeakColor");
- this.PeakColor.Name = "PeakColor";
- this.PeakColor.ReadOnly = true;
- this.PeakColor.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.PeakColor.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // crystalDataGridViewTextBoxColumn
- //
- this.crystalDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.crystalDataGridViewTextBoxColumn.DataPropertyName = "Crystal";
- resources.ApplyResources(this.crystalDataGridViewTextBoxColumn, "crystalDataGridViewTextBoxColumn");
- this.crystalDataGridViewTextBoxColumn.Name = "crystalDataGridViewTextBoxColumn";
- this.crystalDataGridViewTextBoxColumn.ReadOnly = true;
- //
// FormFitting
//
- this.AllowDrop = true;
resources.ApplyResources(this, "$this");
+ this.AllowDrop = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.numericBoxEffectiveDigit);
this.Controls.Add(this.groupBox5);
@@ -942,6 +1001,7 @@ private void InitializeComponent()
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "FormFitting";
+ this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.Closed += new System.EventHandler(this.FormFitting_Closed);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFitting_FormClosing);
this.VisibleChanged += new System.EventHandler(this.FormFitting_VisibleChanged);
@@ -957,6 +1017,7 @@ private void InitializeComponent()
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panelFWHM.ResumeLayout(false);
+ this.panelFWHM.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownInitialFWHM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSearchRange)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrystals)).EndInit();
diff --git a/PDIndexer/FormFitting.ja.resx b/PDIndexer/FormFitting.ja.resx
index 273b3f9..8a406c5 100644
--- a/PDIndexer/FormFitting.ja.resx
+++ b/PDIndexer/FormFitting.ja.resx
@@ -117,7 +117,100 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 171, 193
+
+
+
+
メイリオ, 9pt
@@ -130,6 +223,9 @@
クリップボードにコピー
+
+
+
メイリオ, 9pt
@@ -142,6 +238,30 @@
選択中の結晶に適用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
メイリオ, 9pt
@@ -149,16 +269,19 @@
560, 326
- 193, 228
+ 232, 228
最適化した格子定数
+
+
+
メイリオ, 9pt
- 614, 0
+ 650, 0
150, 28
@@ -175,6 +298,9 @@
個々の結晶に対して
+
+
+
メイリオ, 9pt
@@ -187,36 +313,60 @@
全ての結晶に対して
+
+
+
280, 28
+
+
+
163, 22
+
+
+
169, 22
+
+
+
185, 38
130, 22
+
+
+
110, 22
+
+
+
185, 61
124, 22
+
+
+
126, 24
全てのピークに適用
+
+
+
メイリオ, 9pt
@@ -226,6 +376,9 @@
ピーク関数
+
+
+
True
@@ -233,6 +386,9 @@
75, 25
+
+
+
True
@@ -242,12 +398,21 @@
全てのピークに適用
+
+
+
+
+
+
メイリオ, 9pt
235, 31
+
+
+
メイリオ, 9pt
@@ -257,6 +422,9 @@
初期半値幅
+
+
+
メイリオ, 9pt
@@ -266,18 +434,27 @@
パターン分解
+
+
+
メイリオ, 9pt
75, 25
+
+
+
メイリオ, 9pt
93, 19
+
+
+
True
@@ -290,9 +467,15 @@
範囲
+
+
+
メイリオ, 9pt
+
+
+
True
@@ -305,6 +488,9 @@
全てのピークに適用
+
+
+
メイリオ, 9pt
@@ -317,35 +503,62 @@
フィッティング条件
+
+
+
196, 322
+
+
+
+
+
+
- 562, 295
+ 598, 295
+
+
+
+
+
+
172, 25
+
+
+
111, 18
+
+
+
メイリオ, 9pt
367, 326
+
+
+
メイリオ, 9pt
367, 458
+
+
+
メイリオ, 9pt
- 509, 0
+ 545, 0
102, 28
@@ -353,11 +566,23 @@
CSV形式で保存
+
+ メイリオ, 9pt
+
+
+ 小数点以下桁数
+
- 367, 2
+ 396, 2
+
+
+ 1000, 23
+
+
+ 146, 23
- 766, 555
+ 802, 555
@@ -445,4 +670,7 @@
//////////////////////////////////////////////////////////////////w=
+
+
+
\ No newline at end of file
diff --git a/PDIndexer/FormFitting.resx b/PDIndexer/FormFitting.resx
index 5769d9c..7dcb33b 100644
--- a/PDIndexer/FormFitting.resx
+++ b/PDIndexer/FormFitting.resx
@@ -117,2860 +117,2764 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- Arial, 9pt
-
-
- Disable
-
-
- 123, 119
+
+ 12, 187
-
- True
-
-
- 85, 19
-
-
- 13
-
-
- textBoxGamma_err
+
+ 52
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- groupBox1
+
+ in each crystal
-
- 0
+
+ 41
-
- Arial, 9pt
+
+ xDataGridViewTextBoxColumn
-
- Disable
+
+ 1, 23
-
- 123, 79
+
+ 208, 142
-
- True
+
+ 25
-
- 85, 19
+
+
+ NoControl
-
- 11
+
+ label26
-
- textBoxAlpha_err
+
+ NoControl
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
+
groupBox1
-
- 1
+
+ Segoe UI Symbol, 9pt
-
- Arial, 9pt
+
+ radioButtonBetweenCrystals
-
- Disable
+
+ Å
-
- 123, 99
+
+ 79, 25
-
- True
+
+ groupBox4
-
- 85, 19
+
+ 6, 20
-
- 12
+
+ ±
-
- textBoxBeta_err
+
+ 31
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 312, 299
-
- 2
+
+ label27
-
- Arial, 9pt
+
+ 1
-
- Disable
+
+ 137, 161
-
- 123, 58
+
+ textBoxV
-
- True
+
+ 54
-
- 85, 19
+
+
-
- 10
+
+ groupBox2
-
- textBoxC_err
+
+ groupBox3
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ bindingSourcePlanes
-
- groupBox1
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ 210, 121
-
+
Arial, 9pt
-
- Disable
-
-
- 123, 38
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 85, 19
+
+ Bottom, Left
-
- 9
+
+ 3, 3
-
- textBoxB_err
+
+ groupBox4
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- groupBox1
+
+
-
- 4
+
+ groupBox3
-
- Arial, 9pt
+
+ 15
-
- Disable
+
+ Microsoft Sans Serif, 8.25pt
-
- 20, 141
+
+ 29
-
- True
+
+ NoControl
-
- 85, 19
+
+ ±
-
- 10
+
+ 1
-
- textBoxV
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 155, 19
-
- 5
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Arial, 9pt
+
+ 46
-
- Disable
+
+ 17
-
- 123, 140
+
+ 210, 101
-
- True
+
+ Split Pearson VII
-
- 85, 19
+
+ False
-
- 10
+
+ flowLayoutPanelPatternDecomposition
-
- textBoxV_err
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ textBoxA_err
-
- groupBox1
+
+ Intensity
-
- 6
+
+ groupBox5
-
- Arial, 9pt
+
+ 75, 23
-
- Disable
+
+ 1
-
- 20, 59
+
+ label22
-
+
True
-
- 85, 19
-
-
- 10
+
+ FWHM
-
- textBoxC
+
+ 16
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 121, 19
-
- 7
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Arial, 9pt
+
+ 4, 61
-
- Disable
+
+ 169, 38
-
- 20, 120
+
+ 85, 19
-
- True
+
+ 8
-
- 85, 19
+
+ 9
-
- 13
+
+ a
-
- textBoxGamma
+
+ NoControl
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 1
-
- 8
+
+ label23
-
- Arial, 9pt
+
+ radioButtonEachCrystal
-
- Disable
+
+ Apply to all
-
- 123, 18
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ 34
-
- 85, 19
+
+ Search Range
-
- 8
+
+ Bottom, Left
-
- textBoxA_err
+
+ 62
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 172, 23
-
- groupBox1
+
+ X
-
- 9
+
+ 20, 120
-
- Arial, 9pt
+
+ label28
-
- Disable
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 20, 19
+
+ 9, 19
-
- True
+
+ 0
-
- 85, 19
+
+ Disable
-
- 8
+
+ 219, 142
-
- textBoxA
+
+ NoControl
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- groupBox1
+
+ 15
-
- 10
+
+ 169, 61
-
- Microsoft Sans Serif, 8.25pt
+
+ 168, 22
-
- NoControl
+
+
-
- 210, 121
+
+ True
-
- 8, 16
+
+ 4, 21
-
- 1
+
+ 2
-
- °
+
+ label29
-
- label26
+
+ 40
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
-
-
- 11
+
+ 36
-
- Microsoft Sans Serif, 8.25pt
+
+ 148, 19
-
- NoControl
+
+ groupBox1
-
- 210, 101
+
+
-
- 8, 16
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
1
-
- °
-
-
- label25
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ HKL
-
- groupBox1
+
+ 13
-
- 12
+
+ 20, 100
-
- Microsoft Sans Serif, 8.25pt
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
NoControl
-
- 210, 81
+
+ 9
-
- 8, 16
+
+ FormFitting
-
- 1
+
+ 37
-
- °
+
+ 39
-
- label24
+
+ label14
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
groupBox1
-
- 13
-
-
- True
-
-
- Microsoft Sans Serif, 6pt
+
+
-
+
NoControl
-
- 219, 142
-
-
- 9, 9
-
-
- 1
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
+
+ Disable
-
- label3
+
+ 7
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 6, 61
-
- 14
+
+ groupBox3
-
+
True
-
- Microsoft Sans Serif, 9pt
-
-
- NoControl
-
-
- 208, 142
-
-
- 15, 15
+
+ 6
-
- 1
+
+ System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Å
+
+ label15
-
- label29
+
+ 6, 38
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 10
-
- groupBox1
+
+ Save below table data as CSV file format.
-
- 15
+
+ $this
-
- Microsoft Sans Serif, 9pt
+
+ numericUpDownInitialFWHM
-
- NoControl
+
+ True
-
- 209, 60
+
+ groupBox1
-
- 16, 16
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ 85, 19
-
- Å
+
+ c
-
- label23
+
+ Disable
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Right
-
- groupBox1
+
+ System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 16
+
+ 1
-
- Microsoft Sans Serif, 9pt
+
+ 1
-
- NoControl
+
+ Arial, 9pt
-
- 209, 40
+
+ $this
-
- 16, 16
+
+ 22
-
- 1
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Å
-
- label22
+
+ 120, 25
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- groupBox1
+
+ Segoe UI Symbol, 9pt
-
- 17
+
+ 19
-
- Microsoft Sans Serif, 9pt
+
+ True
-
- NoControl
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 209, 20
+
+
-
- 16, 16
+
+ 9
-
- 1
+
+ Symmetric Pearson VII
-
- Å
+
+ Initial FWHM
-
- label21
+
+ 23
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Arial, 9pt
-
- groupBox1
+
+ textBoxBeta_err
-
- 18
+
+ 3
-
+
NoControl
-
- 107, 22
+
+
-
- 12, 16
+
+ NoControl
-
- 1
+
+ °
-
- ±
+
+ 60
label10
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 24
-
- 19
+
+
-
- NoControl
+
+ Microsoft Sans Serif, 8.25pt
-
- 107, 123
+
+ 143, 19
-
- 12, 16
+
+ Segoe UI Symbol, 9pt
-
- 1
+
+ True
-
- ±
+
+ 107, 22
-
- label20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- groupBox1
-
-
- 20
+
+ 1
-
+
NoControl
-
- 107, 103
+
+
-
- 12, 16
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ 440, 0
-
- ±
+
+ label11
-
- label19
+
+
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Arial, 9pt
-
+
+ Copy to clipborad
+
+
groupBox1
-
- 21
+
+ 38
-
+
+ textBoxRemovedProfileName
+
+
NoControl
-
- 107, 83
+
+ groupBox1
-
- 12, 16
+
+ 123, 18
-
+
1
-
- ±
-
-
- label17
+
+ buttonResetTakeoffAngle
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 54
-
- groupBox1
+
+ Save as CSV
22
-
- NoControl
+
+ label16
-
- 107, 140
+
+
-
- 12, 16
+
+
-
- 1
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ±
+
+ groupBox1
-
- label27
+
+ 2
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Segoe UI Symbol, 9pt
-
- groupBox1
+
+ 114, 25
-
- 23
+
+ 107, 140
-
- NoControl
+
+ 96, 96
-
- 107, 62
+
+ groupBox1
-
- 12, 16
+
+ groupBox1
-
- 1
+
+ 14
-
- ±
+
+ 112, 19
-
- label11
+
+ bindingSourceCrystals
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- groupBox1
+
+
-
- 24
+
+ True
-
- NoControl
+
+ 0
-
- 107, 42
+
+ True
-
- 12, 16
+
+ Top, Right
-
+
1
-
- ±
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- label9
+
+ label17
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 138, 23
-
+
groupBox1
-
- 25
+
+
-
- Arial, 9pt
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Disable
+
+ NoControl
-
- 20, 39
+
+ 20, 80
-
- True
+
+
-
- 85, 19
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 9
+
+ 42
-
- textBoxB
+
+ textBoxAlpha_err
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
-
- groupBox1
+
+ Check
-
- 26
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Arial, 9pt
+
+ Remove fitted peaks of the selected crystal from the current profiles, and generate the new profile
+
-
- Disable
+
+ groupBox3
-
- 20, 80
+
+ 224, 25
-
- True
+
+ toolTip
-
- 85, 19
+
+ groupBox1
-
- 11
+
+ ±
-
- textBoxAlpha
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- groupBox1
+
+ 2
-
- 27
+
+