• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 namespace distribution_explorer
2 {
3     partial class DistexForm
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9 
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22 
23         #region Windows Form Designer generated code
24 
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
InitializeComponent()29         private void InitializeComponent()
30         {
31           this.components = new System.ComponentModel.Container();
32           System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DistexForm));
33           this.modeLabel = new System.Windows.Forms.Label();
34           this.propertiesTab = new System.Windows.Forms.TabControl();
35           this.DistributionTab = new System.Windows.Forms.TabPage();
36           this.parameter3 = new System.Windows.Forms.TextBox();
37           this.parameter3Label = new System.Windows.Forms.Label();
38           this.distributionNameLabel = new System.Windows.Forms.Label();
39           this.parameter2Label = new System.Windows.Forms.Label();
40           this.parameter1Label = new System.Windows.Forms.Label();
41           this.parameter2 = new System.Windows.Forms.TextBox();
42           this.parameter1 = new System.Windows.Forms.TextBox();
43           this.distribution = new System.Windows.Forms.ComboBox();
44           this.PropertiesTabPage = new System.Windows.Forms.TabPage();
45           this.toLabel2 = new System.Windows.Forms.Label();
46           this.toLabel1 = new System.Windows.Forms.Label();
47           this.supportUpperLabel = new System.Windows.Forms.Label();
48           this.supportLowerLabel = new System.Windows.Forms.Label();
49           this.supportLabel = new System.Windows.Forms.Label();
50           this.rangeGreatestLabel = new System.Windows.Forms.Label();
51           this.rangeLowestLabel = new System.Windows.Forms.Label();
52           this.rangeLabel = new System.Windows.Forms.Label();
53           this.parameter3ValueLabel = new System.Windows.Forms.Label();
54           this.parameter2ValueLabel = new System.Windows.Forms.Label();
55           this.parameter1ValueLabel = new System.Windows.Forms.Label();
56           this.distributionValueLabel = new System.Windows.Forms.Label();
57           this.parameterLabel3 = new System.Windows.Forms.Label();
58           this.parameterLabel2 = new System.Windows.Forms.Label();
59           this.parameterLabel1 = new System.Windows.Forms.Label();
60           this.DistributionLabel = new System.Windows.Forms.Label();
61           this.coefficient_of_variation = new System.Windows.Forms.Label();
62           this.CVlabel = new System.Windows.Forms.Label();
63           this.kurtosis_excess = new System.Windows.Forms.Label();
64           this.kurtosisExcessLabel = new System.Windows.Forms.Label();
65           this.kurtosis = new System.Windows.Forms.Label();
66           this.kurtosisLabel = new System.Windows.Forms.Label();
67           this.skewness = new System.Windows.Forms.Label();
68           this.skewnessLabel = new System.Windows.Forms.Label();
69           this.median = new System.Windows.Forms.Label();
70           this.standard_deviation = new System.Windows.Forms.Label();
71           this.stddevLabel = new System.Windows.Forms.Label();
72           this.variance = new System.Windows.Forms.Label();
73           this.varianceLabel = new System.Windows.Forms.Label();
74           this.medianLabel = new System.Windows.Forms.Label();
75           this.mode = new System.Windows.Forms.Label();
76           this.mean = new System.Windows.Forms.Label();
77           this.meanLabel = new System.Windows.Forms.Label();
78           this.cdfTabPage = new System.Windows.Forms.TabPage();
79           this.CDF_data = new System.Windows.Forms.DataGridView();
80           this.RandomVariable = new System.Windows.Forms.DataGridViewTextBoxColumn();
81           this.PDF = new System.Windows.Forms.DataGridViewTextBoxColumn();
82           this.CDF = new System.Windows.Forms.DataGridViewTextBoxColumn();
83           this.CCDF = new System.Windows.Forms.DataGridViewTextBoxColumn();
84           this.QuantileTabPage = new System.Windows.Forms.TabPage();
85           this.QuantileData = new System.Windows.Forms.DataGridView();
86           this.RiskLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
87           this.LowerCriticalValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
88           this.UpperCriticalValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
89           this.menuStrip1 = new System.Windows.Forms.MenuStrip();
90           this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91           this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92           this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
93           this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
94           this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95           this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
96           this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
97           this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98           this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
99           this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100           this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
101           this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
102           this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103           this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
104           this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
105           this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
106           this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
107           this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
108           this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
109           this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
110           this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
111           this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
112           this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
113           this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
114           this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
115           this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
116           this.propertiesTab.SuspendLayout();
117           this.DistributionTab.SuspendLayout();
118           this.PropertiesTabPage.SuspendLayout();
119           this.cdfTabPage.SuspendLayout();
120           ((System.ComponentModel.ISupportInitialize)(this.CDF_data)).BeginInit();
121           this.QuantileTabPage.SuspendLayout();
122           ((System.ComponentModel.ISupportInitialize)(this.QuantileData)).BeginInit();
123           this.menuStrip1.SuspendLayout();
124           this.SuspendLayout();
125           //
126           // modeLabel
127           //
128           this.modeLabel.AutoSize = true;
129           this.modeLabel.Location = new System.Drawing.Point(45, 197);
130           this.modeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
131           this.modeLabel.Name = "modeLabel";
132           this.modeLabel.Size = new System.Drawing.Size(44, 18);
133           this.modeLabel.TabIndex = 0;
134           this.modeLabel.Text = "Mode";
135           //
136           // propertiesTab
137           //
138           this.propertiesTab.AccessibleDescription = "Statistical distribution properties tab";
139           this.propertiesTab.AccessibleName = "Properties tab";
140           this.propertiesTab.Controls.Add(this.DistributionTab);
141           this.propertiesTab.Controls.Add(this.PropertiesTabPage);
142           this.propertiesTab.Controls.Add(this.cdfTabPage);
143           this.propertiesTab.Controls.Add(this.QuantileTabPage);
144           this.propertiesTab.Dock = System.Windows.Forms.DockStyle.Fill;
145           this.propertiesTab.Font = new System.Drawing.Font("Tahoma", 8.400001F);
146           this.propertiesTab.Location = new System.Drawing.Point(0, 26);
147           this.propertiesTab.Margin = new System.Windows.Forms.Padding(4);
148           this.propertiesTab.Name = "propertiesTab";
149           this.propertiesTab.SelectedIndex = 0;
150           this.propertiesTab.ShowToolTips = true;
151           this.propertiesTab.Size = new System.Drawing.Size(642, 585);
152           this.propertiesTab.TabIndex = 0;
153           this.propertiesTab.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.properties_tab_Deselecting);
154           this.propertiesTab.SelectedIndexChanged += new System.EventHandler(this.properties_tab_SelectedIndexChanged);
155           //
156           // DistributionTab
157           //
158           this.DistributionTab.AccessibleDescription = "Distribution Tab";
159           this.DistributionTab.AccessibleName = "DistributionTab";
160           this.DistributionTab.BackColor = System.Drawing.SystemColors.Control;
161           this.DistributionTab.Controls.Add(this.parameter3);
162           this.DistributionTab.Controls.Add(this.parameter3Label);
163           this.DistributionTab.Controls.Add(this.distributionNameLabel);
164           this.DistributionTab.Controls.Add(this.parameter2Label);
165           this.DistributionTab.Controls.Add(this.parameter1Label);
166           this.DistributionTab.Controls.Add(this.parameter2);
167           this.DistributionTab.Controls.Add(this.parameter1);
168           this.DistributionTab.Controls.Add(this.distribution);
169           this.DistributionTab.Location = new System.Drawing.Point(4, 26);
170           this.DistributionTab.Margin = new System.Windows.Forms.Padding(700, 4, 4, 4);
171           this.DistributionTab.Name = "DistributionTab";
172           this.DistributionTab.Padding = new System.Windows.Forms.Padding(4);
173           this.DistributionTab.Size = new System.Drawing.Size(634, 555);
174           this.DistributionTab.TabIndex = 0;
175           this.DistributionTab.Text = "Distribution";
176           this.DistributionTab.ToolTipText = "Choose the Statistical Distribution and provide parameter(s)";
177           this.DistributionTab.UseVisualStyleBackColor = true;
178           this.DistributionTab.Click += new System.EventHandler(this.tabPage1_Click);
179           //
180           // parameter3
181           //
182           this.parameter3.Location = new System.Drawing.Point(200, 232);
183           this.parameter3.Name = "parameter3";
184           this.parameter3.Size = new System.Drawing.Size(341, 24);
185           this.parameter3.TabIndex = 6;
186           //
187           // parameter3Label
188           //
189           this.parameter3Label.AutoSize = true;
190           this.parameter3Label.Location = new System.Drawing.Point(31, 232);
191           this.parameter3Label.Name = "parameter3Label";
192           this.parameter3Label.Size = new System.Drawing.Size(170, 18);
193           this.parameter3Label.TabIndex = 5;
194           this.parameter3Label.Text = "Parameter 3 (if required)";
195           this.parameter3Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
196           this.toolTip1.SetToolTip(this.parameter3Label, "Enter value of 3nd Parameter of the chosen distribution");
197           //
198           // distributionNameLabel
199           //
200           this.distributionNameLabel.AutoSize = true;
201           this.distributionNameLabel.Location = new System.Drawing.Point(31, 58);
202           this.distributionNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
203           this.distributionNameLabel.Name = "distributionNameLabel";
204           this.distributionNameLabel.Size = new System.Drawing.Size(78, 18);
205           this.distributionNameLabel.TabIndex = 2;
206           this.distributionNameLabel.Text = "Distribution";
207           this.distributionNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
208           //
209           // parameter2Label
210           //
211           this.parameter2Label.AutoSize = true;
212           this.parameter2Label.Location = new System.Drawing.Point(28, 174);
213           this.parameter2Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
214           this.parameter2Label.Name = "parameter2Label";
215           this.parameter2Label.Size = new System.Drawing.Size(170, 18);
216           this.parameter2Label.TabIndex = 4;
217           this.parameter2Label.Text = "Parameter 2 (if required)";
218           this.parameter2Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
219           this.toolTip1.SetToolTip(this.parameter2Label, "Enter value of 2nd Parameter of the chosen distribution");
220           //
221           // parameter1Label
222           //
223           this.parameter1Label.AutoSize = true;
224           this.parameter1Label.ForeColor = System.Drawing.Color.Black;
225           this.parameter1Label.Location = new System.Drawing.Point(28, 116);
226           this.parameter1Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
227           this.parameter1Label.Name = "parameter1Label";
228           this.parameter1Label.Size = new System.Drawing.Size(89, 18);
229           this.parameter1Label.TabIndex = 3;
230           this.parameter1Label.Text = "Parameter 1";
231           this.parameter1Label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
232           //
233           // parameter2
234           //
235           this.parameter2.Location = new System.Drawing.Point(200, 171);
236           this.parameter2.Margin = new System.Windows.Forms.Padding(4);
237           this.parameter2.Name = "parameter2";
238           this.parameter2.Size = new System.Drawing.Size(341, 24);
239           this.parameter2.TabIndex = 2;
240           //
241           // parameter1
242           //
243           this.parameter1.Location = new System.Drawing.Point(200, 110);
244           this.parameter1.Margin = new System.Windows.Forms.Padding(4);
245           this.parameter1.Name = "parameter1";
246           this.parameter1.Size = new System.Drawing.Size(341, 24);
247           this.parameter1.TabIndex = 1;
248           //
249           // distribution
250           //
251           this.distribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
252           this.distribution.FormattingEnabled = true;
253           this.distribution.Location = new System.Drawing.Point(200, 51);
254           this.distribution.Margin = new System.Windows.Forms.Padding(4);
255           this.distribution.MaxDropDownItems = 20;
256           this.distribution.Name = "distribution";
257           this.distribution.Size = new System.Drawing.Size(341, 25);
258           this.distribution.TabIndex = 0;
259           this.distribution.SelectedIndexChanged += new System.EventHandler(this.distribution_SelectedIndexChanged);
260           //
261           // PropertiesTabPage
262           //
263           this.PropertiesTabPage.AccessibleDescription = "Show properties of distribution ";
264           this.PropertiesTabPage.AccessibleName = "PropertiesTabPage";
265           this.PropertiesTabPage.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
266           this.PropertiesTabPage.BackColor = System.Drawing.SystemColors.Control;
267           this.PropertiesTabPage.Controls.Add(this.toLabel2);
268           this.PropertiesTabPage.Controls.Add(this.toLabel1);
269           this.PropertiesTabPage.Controls.Add(this.supportUpperLabel);
270           this.PropertiesTabPage.Controls.Add(this.supportLowerLabel);
271           this.PropertiesTabPage.Controls.Add(this.supportLabel);
272           this.PropertiesTabPage.Controls.Add(this.rangeGreatestLabel);
273           this.PropertiesTabPage.Controls.Add(this.rangeLowestLabel);
274           this.PropertiesTabPage.Controls.Add(this.rangeLabel);
275           this.PropertiesTabPage.Controls.Add(this.parameter3ValueLabel);
276           this.PropertiesTabPage.Controls.Add(this.parameter2ValueLabel);
277           this.PropertiesTabPage.Controls.Add(this.parameter1ValueLabel);
278           this.PropertiesTabPage.Controls.Add(this.distributionValueLabel);
279           this.PropertiesTabPage.Controls.Add(this.parameterLabel3);
280           this.PropertiesTabPage.Controls.Add(this.parameterLabel2);
281           this.PropertiesTabPage.Controls.Add(this.parameterLabel1);
282           this.PropertiesTabPage.Controls.Add(this.DistributionLabel);
283           this.PropertiesTabPage.Controls.Add(this.coefficient_of_variation);
284           this.PropertiesTabPage.Controls.Add(this.CVlabel);
285           this.PropertiesTabPage.Controls.Add(this.kurtosis_excess);
286           this.PropertiesTabPage.Controls.Add(this.kurtosisExcessLabel);
287           this.PropertiesTabPage.Controls.Add(this.kurtosis);
288           this.PropertiesTabPage.Controls.Add(this.kurtosisLabel);
289           this.PropertiesTabPage.Controls.Add(this.skewness);
290           this.PropertiesTabPage.Controls.Add(this.skewnessLabel);
291           this.PropertiesTabPage.Controls.Add(this.median);
292           this.PropertiesTabPage.Controls.Add(this.standard_deviation);
293           this.PropertiesTabPage.Controls.Add(this.stddevLabel);
294           this.PropertiesTabPage.Controls.Add(this.variance);
295           this.PropertiesTabPage.Controls.Add(this.varianceLabel);
296           this.PropertiesTabPage.Controls.Add(this.medianLabel);
297           this.PropertiesTabPage.Controls.Add(this.mode);
298           this.PropertiesTabPage.Controls.Add(this.modeLabel);
299           this.PropertiesTabPage.Controls.Add(this.mean);
300           this.PropertiesTabPage.Controls.Add(this.meanLabel);
301           this.PropertiesTabPage.ForeColor = System.Drawing.SystemColors.WindowText;
302           this.PropertiesTabPage.Location = new System.Drawing.Point(4, 26);
303           this.PropertiesTabPage.Margin = new System.Windows.Forms.Padding(4);
304           this.PropertiesTabPage.Name = "PropertiesTabPage";
305           this.PropertiesTabPage.Padding = new System.Windows.Forms.Padding(4);
306           this.PropertiesTabPage.Size = new System.Drawing.Size(634, 555);
307           this.PropertiesTabPage.TabIndex = 1;
308           this.PropertiesTabPage.Text = "Properties";
309           this.PropertiesTabPage.ToolTipText = "Shows properties of chosen distribution.";
310           this.PropertiesTabPage.UseVisualStyleBackColor = true;
311           this.PropertiesTabPage.Enter += new System.EventHandler(this.tabPage2_Enter);
312           //
313           // toLabel2
314           //
315           this.toLabel2.AutoSize = true;
316           this.toLabel2.Location = new System.Drawing.Point(384, 483);
317           this.toLabel2.Name = "toLabel2";
318           this.toLabel2.Size = new System.Drawing.Size(21, 18);
319           this.toLabel2.TabIndex = 25;
320           this.toLabel2.Text = "to";
321           //
322           // toLabel1
323           //
324           this.toLabel1.AutoSize = true;
325           this.toLabel1.Location = new System.Drawing.Point(384, 449);
326           this.toLabel1.Name = "toLabel1";
327           this.toLabel1.Size = new System.Drawing.Size(21, 18);
328           this.toLabel1.TabIndex = 24;
329           this.toLabel1.Text = "to";
330           //
331           // supportUpperLabel
332           //
333           this.supportUpperLabel.AutoSize = true;
334           this.supportUpperLabel.Location = new System.Drawing.Point(411, 483);
335           this.supportUpperLabel.Name = "supportUpperLabel";
336           this.supportUpperLabel.Size = new System.Drawing.Size(131, 18);
337           this.supportUpperLabel.TabIndex = 23;
338           this.supportUpperLabel.Text = "supportUpperValue";
339           this.toolTip1.SetToolTip(this.supportUpperLabel, "PDF and CDF are unity for x argument values greater than this value.");
340           //
341           // supportLowerLabel
342           //
343           this.supportLowerLabel.AutoSize = true;
344           this.supportLowerLabel.Location = new System.Drawing.Point(207, 483);
345           this.supportLowerLabel.Name = "supportLowerLabel";
346           this.supportLowerLabel.Size = new System.Drawing.Size(130, 18);
347           this.supportLowerLabel.TabIndex = 22;
348           this.supportLowerLabel.Text = "supportLowerValue";
349           this.toolTip1.SetToolTip(this.supportLowerLabel, "PDF and CDF are zero for values of argument X less than this value.");
350           //
351           // supportLabel
352           //
353           this.supportLabel.AutoSize = true;
354           this.supportLabel.Location = new System.Drawing.Point(45, 483);
355           this.supportLabel.Name = "supportLabel";
356           this.supportLabel.Size = new System.Drawing.Size(74, 18);
357           this.supportLabel.TabIndex = 21;
358           this.supportLabel.Text = "Supported";
359           this.toolTip1.SetToolTip(this.supportLabel, "Range over which pdf  is >0 but not yet =1");
360           //
361           // rangeGreatestLabel
362           //
363           this.rangeGreatestLabel.AutoSize = true;
364           this.rangeGreatestLabel.Location = new System.Drawing.Point(411, 449);
365           this.rangeGreatestLabel.Name = "rangeGreatestLabel";
366           this.rangeGreatestLabel.Size = new System.Drawing.Size(136, 18);
367           this.rangeGreatestLabel.TabIndex = 20;
368           this.rangeGreatestLabel.Text = "rangeGreatestValue";
369           this.toolTip1.SetToolTip(this.rangeGreatestLabel, "Greatest argument X for calculating PDF and CDF.");
370           //
371           // rangeLowestLabel
372           //
373           this.rangeLowestLabel.AllowDrop = true;
374           this.rangeLowestLabel.AutoSize = true;
375           this.rangeLowestLabel.Location = new System.Drawing.Point(207, 449);
376           this.rangeLowestLabel.Name = "rangeLowestLabel";
377           this.rangeLowestLabel.Size = new System.Drawing.Size(125, 18);
378           this.rangeLowestLabel.TabIndex = 19;
379           this.rangeLowestLabel.Text = "rangeLowestValue";
380           this.toolTip1.SetToolTip(this.rangeLowestLabel, "Lowest argument X for calculating PDF and CDF.");
381           //
382           // rangeLabel
383           //
384           this.rangeLabel.AutoSize = true;
385           this.rangeLabel.Location = new System.Drawing.Point(45, 449);
386           this.rangeLabel.Name = "rangeLabel";
387           this.rangeLabel.Size = new System.Drawing.Size(49, 18);
388           this.rangeLabel.TabIndex = 18;
389           this.rangeLabel.Text = "Range";
390           this.toolTip1.SetToolTip(this.rangeLabel, "Lowest and greatest possible value of x argument for PDF & CDF.");
391           //
392           // parameter3ValueLabel
393           //
394           this.parameter3ValueLabel.AutoSize = true;
395           this.parameter3ValueLabel.Location = new System.Drawing.Point(204, 118);
396           this.parameter3ValueLabel.Name = "parameter3ValueLabel";
397           this.parameter3ValueLabel.Size = new System.Drawing.Size(128, 18);
398           this.parameter3ValueLabel.TabIndex = 17;
399           this.parameter3ValueLabel.Text = "parameter 3 value";
400           this.toolTip1.SetToolTip(this.parameter3ValueLabel, "Show 3rd parameter provided (if any).");
401           //
402           // parameter2ValueLabel
403           //
404           this.parameter2ValueLabel.AutoSize = true;
405           this.parameter2ValueLabel.Location = new System.Drawing.Point(204, 87);
406           this.parameter2ValueLabel.Name = "parameter2ValueLabel";
407           this.parameter2ValueLabel.Size = new System.Drawing.Size(128, 18);
408           this.parameter2ValueLabel.TabIndex = 16;
409           this.parameter2ValueLabel.Text = "parameter 2 value";
410           this.toolTip1.SetToolTip(this.parameter2ValueLabel, "Show 2nd parameter provided (if any).");
411           //
412           // parameter1ValueLabel
413           //
414           this.parameter1ValueLabel.AutoSize = true;
415           this.parameter1ValueLabel.Location = new System.Drawing.Point(204, 54);
416           this.parameter1ValueLabel.Name = "parameter1ValueLabel";
417           this.parameter1ValueLabel.Size = new System.Drawing.Size(128, 18);
418           this.parameter1ValueLabel.TabIndex = 15;
419           this.parameter1ValueLabel.Text = "parameter 1 value";
420           this.toolTip1.SetToolTip(this.parameter1ValueLabel, "Show 1st parameter provided.");
421           //
422           // distributionValueLabel
423           //
424           this.distributionValueLabel.AutoSize = true;
425           this.distributionValueLabel.Location = new System.Drawing.Point(204, 24);
426           this.distributionValueLabel.Name = "distributionValueLabel";
427           this.distributionValueLabel.Size = new System.Drawing.Size(118, 18);
428           this.distributionValueLabel.TabIndex = 14;
429           this.distributionValueLabel.Text = "distribution name";
430           this.toolTip1.SetToolTip(this.distributionValueLabel, "Show name of chosen distribution");
431           //
432           // parameterLabel3
433           //
434           this.parameterLabel3.AutoSize = true;
435           this.parameterLabel3.Location = new System.Drawing.Point(45, 118);
436           this.parameterLabel3.Name = "parameterLabel3";
437           this.parameterLabel3.Size = new System.Drawing.Size(142, 18);
438           this.parameterLabel3.TabIndex = 13;
439           this.parameterLabel3.Text = "Parameter 3 (if any)";
440           //
441           // parameterLabel2
442           //
443           this.parameterLabel2.AutoSize = true;
444           this.parameterLabel2.Location = new System.Drawing.Point(45, 87);
445           this.parameterLabel2.Name = "parameterLabel2";
446           this.parameterLabel2.Size = new System.Drawing.Size(142, 18);
447           this.parameterLabel2.TabIndex = 12;
448           this.parameterLabel2.Text = "Parameter 2 (if any)";
449           //
450           // parameterLabel1
451           //
452           this.parameterLabel1.AutoSize = true;
453           this.parameterLabel1.Location = new System.Drawing.Point(45, 54);
454           this.parameterLabel1.Name = "parameterLabel1";
455           this.parameterLabel1.Size = new System.Drawing.Size(89, 18);
456           this.parameterLabel1.TabIndex = 11;
457           this.parameterLabel1.Text = "Parameter 1";
458           //
459           // DistributionLabel
460           //
461           this.DistributionLabel.AutoSize = true;
462           this.DistributionLabel.Location = new System.Drawing.Point(45, 24);
463           this.DistributionLabel.Name = "DistributionLabel";
464           this.DistributionLabel.Size = new System.Drawing.Size(78, 18);
465           this.DistributionLabel.TabIndex = 10;
466           this.DistributionLabel.Text = "Distribution";
467           //
468           // coefficient_of_variation
469           //
470           this.coefficient_of_variation.AutoSize = true;
471           this.coefficient_of_variation.Location = new System.Drawing.Point(204, 318);
472           this.coefficient_of_variation.Name = "coefficient_of_variation";
473           this.coefficient_of_variation.Size = new System.Drawing.Size(65, 18);
474           this.coefficient_of_variation.TabIndex = 9;
475           this.coefficient_of_variation.Text = "CV value";
476           //
477           // CVlabel
478           //
479           this.CVlabel.AutoSize = true;
480           this.CVlabel.Location = new System.Drawing.Point(45, 318);
481           this.CVlabel.Name = "CVlabel";
482           this.CVlabel.Size = new System.Drawing.Size(152, 18);
483           this.CVlabel.TabIndex = 8;
484           this.CVlabel.Text = "Coefficient of variation";
485           this.toolTip1.SetToolTip(this.CVlabel, "or relative standard deviation that is standard deviation/mean");
486           //
487           // kurtosis_excess
488           //
489           this.kurtosis_excess.AutoSize = true;
490           this.kurtosis_excess.Location = new System.Drawing.Point(204, 414);
491           this.kurtosis_excess.Name = "kurtosis_excess";
492           this.kurtosis_excess.Size = new System.Drawing.Size(146, 18);
493           this.kurtosis_excess.TabIndex = 7;
494           this.kurtosis_excess.Text = "kurtosis excess value";
495           //
496           // kurtosisExcessLabel
497           //
498           this.kurtosisExcessLabel.AutoSize = true;
499           this.kurtosisExcessLabel.Location = new System.Drawing.Point(45, 414);
500           this.kurtosisExcessLabel.Name = "kurtosisExcessLabel";
501           this.kurtosisExcessLabel.Size = new System.Drawing.Size(109, 18);
502           this.kurtosisExcessLabel.TabIndex = 6;
503           this.kurtosisExcessLabel.Text = "Kurtosis excess";
504           //
505           // kurtosis
506           //
507           this.kurtosis.AutoSize = true;
508           this.kurtosis.Location = new System.Drawing.Point(204, 383);
509           this.kurtosis.Name = "kurtosis";
510           this.kurtosis.Size = new System.Drawing.Size(96, 18);
511           this.kurtosis.TabIndex = 5;
512           this.kurtosis.Text = "kurtosis value";
513           //
514           // kurtosisLabel
515           //
516           this.kurtosisLabel.AutoSize = true;
517           this.kurtosisLabel.Location = new System.Drawing.Point(45, 383);
518           this.kurtosisLabel.Name = "kurtosisLabel";
519           this.kurtosisLabel.Size = new System.Drawing.Size(59, 18);
520           this.kurtosisLabel.TabIndex = 4;
521           this.kurtosisLabel.Text = "Kurtosis";
522           //
523           // skewness
524           //
525           this.skewness.AutoSize = true;
526           this.skewness.Location = new System.Drawing.Point(204, 351);
527           this.skewness.Name = "skewness";
528           this.skewness.Size = new System.Drawing.Size(109, 18);
529           this.skewness.TabIndex = 3;
530           this.skewness.Text = "skewness value";
531           //
532           // skewnessLabel
533           //
534           this.skewnessLabel.AutoSize = true;
535           this.skewnessLabel.Location = new System.Drawing.Point(45, 351);
536           this.skewnessLabel.Name = "skewnessLabel";
537           this.skewnessLabel.Size = new System.Drawing.Size(71, 18);
538           this.skewnessLabel.TabIndex = 0;
539           this.skewnessLabel.Text = "Skewness";
540           //
541           // median
542           //
543           this.median.AutoSize = true;
544           this.median.Location = new System.Drawing.Point(204, 228);
545           this.median.Name = "median";
546           this.median.Size = new System.Drawing.Size(94, 18);
547           this.median.TabIndex = 1;
548           this.median.Text = "median value";
549           //
550           // standard_deviation
551           //
552           this.standard_deviation.AutoSize = true;
553           this.standard_deviation.Location = new System.Drawing.Point(204, 286);
554           this.standard_deviation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
555           this.standard_deviation.Name = "standard_deviation";
556           this.standard_deviation.Size = new System.Drawing.Size(94, 18);
557           this.standard_deviation.TabIndex = 0;
558           this.standard_deviation.Text = "StdDev value";
559           //
560           // stddevLabel
561           //
562           this.stddevLabel.AutoSize = true;
563           this.stddevLabel.Location = new System.Drawing.Point(45, 286);
564           this.stddevLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
565           this.stddevLabel.Name = "stddevLabel";
566           this.stddevLabel.Size = new System.Drawing.Size(130, 18);
567           this.stddevLabel.TabIndex = 0;
568           this.stddevLabel.Text = "Standard Deviation";
569           this.toolTip1.SetToolTip(this.stddevLabel, "sqrt(");
570           //
571           // variance
572           //
573           this.variance.AutoSize = true;
574           this.variance.Location = new System.Drawing.Point(204, 257);
575           this.variance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
576           this.variance.Name = "variance";
577           this.variance.Size = new System.Drawing.Size(101, 18);
578           this.variance.TabIndex = 0;
579           this.variance.Text = "variance value";
580           //
581           // varianceLabel
582           //
583           this.varianceLabel.AutoSize = true;
584           this.varianceLabel.Location = new System.Drawing.Point(45, 257);
585           this.varianceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
586           this.varianceLabel.Name = "varianceLabel";
587           this.varianceLabel.Size = new System.Drawing.Size(63, 18);
588           this.varianceLabel.TabIndex = 0;
589           this.varianceLabel.Text = "Variance";
590           this.toolTip1.SetToolTip(this.varianceLabel, "standard deviation squared");
591           //
592           // medianLabel
593           //
594           this.medianLabel.AutoSize = true;
595           this.medianLabel.Location = new System.Drawing.Point(45, 228);
596           this.medianLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
597           this.medianLabel.Name = "medianLabel";
598           this.medianLabel.Size = new System.Drawing.Size(54, 18);
599           this.medianLabel.TabIndex = 0;
600           this.medianLabel.Text = "Median";
601           this.toolTip1.SetToolTip(this.medianLabel, "media is quantile(0.5)");
602           //
603           // mode
604           //
605           this.mode.AutoSize = true;
606           this.mode.Location = new System.Drawing.Point(204, 197);
607           this.mode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
608           this.mode.Name = "mode";
609           this.mode.Size = new System.Drawing.Size(84, 18);
610           this.mode.TabIndex = 0;
611           this.mode.Text = "mode value";
612           //
613           // mean
614           //
615           this.mean.AutoSize = true;
616           this.mean.Location = new System.Drawing.Point(204, 169);
617           this.mean.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
618           this.mean.Name = "mean";
619           this.mean.Size = new System.Drawing.Size(84, 18);
620           this.mean.TabIndex = 0;
621           this.mean.Text = "mean value";
622           //
623           // meanLabel
624           //
625           this.meanLabel.AutoSize = true;
626           this.meanLabel.Location = new System.Drawing.Point(45, 169);
627           this.meanLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
628           this.meanLabel.Name = "meanLabel";
629           this.meanLabel.Size = new System.Drawing.Size(44, 18);
630           this.meanLabel.TabIndex = 0;
631           this.meanLabel.Text = "Mean";
632           //
633           // cdfTabPage
634           //
635           this.cdfTabPage.Controls.Add(this.CDF_data);
636           this.cdfTabPage.Location = new System.Drawing.Point(4, 26);
637           this.cdfTabPage.Margin = new System.Windows.Forms.Padding(4);
638           this.cdfTabPage.Name = "cdfTabPage";
639           this.cdfTabPage.Padding = new System.Windows.Forms.Padding(4);
640           this.cdfTabPage.Size = new System.Drawing.Size(634, 555);
641           this.cdfTabPage.TabIndex = 2;
642           this.cdfTabPage.Text = "PDF and CDF";
643           this.cdfTabPage.ToolTipText = "Probability Density and Cumulative Distribution Function (and complement) for ran" +
644               "dom variate x";
645           this.cdfTabPage.UseVisualStyleBackColor = true;
646           //
647           // CDF_data
648           //
649           this.CDF_data.AccessibleDescription = "PDF, CDF & complement Data Page";
650           this.CDF_data.AccessibleName = "CDF Tab";
651           this.CDF_data.AccessibleRole = System.Windows.Forms.AccessibleRole.PageTab;
652           this.CDF_data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
653           this.CDF_data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
654             this.RandomVariable,
655             this.PDF,
656             this.CDF,
657             this.CCDF});
658           this.CDF_data.Dock = System.Windows.Forms.DockStyle.Fill;
659           this.CDF_data.Location = new System.Drawing.Point(4, 4);
660           this.CDF_data.Margin = new System.Windows.Forms.Padding(4);
661           this.CDF_data.Name = "CDF_data";
662           this.CDF_data.RowTemplate.Height = 24;
663           this.CDF_data.Size = new System.Drawing.Size(626, 547);
664           this.CDF_data.TabIndex = 0;
665           this.CDF_data.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
666           this.CDF_data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CDF_data_CellContentClick);
667           //
668           // RandomVariable
669           //
670           this.RandomVariable.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
671           this.RandomVariable.HeaderText = "Random Variable";
672           this.RandomVariable.Name = "RandomVariable";
673           //
674           // PDF
675           //
676           this.PDF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
677           this.PDF.HeaderText = "PDF";
678           this.PDF.Name = "PDF";
679           this.PDF.ReadOnly = true;
680           //
681           // CDF
682           //
683           this.CDF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
684           this.CDF.HeaderText = "CDF";
685           this.CDF.Name = "CDF";
686           this.CDF.ReadOnly = true;
687           //
688           // CCDF
689           //
690           this.CCDF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
691           this.CCDF.HeaderText = "1-CDF";
692           this.CCDF.Name = "CCDF";
693           this.CCDF.ReadOnly = true;
694           //
695           // QuantileTabPage
696           //
697           this.QuantileTabPage.Controls.Add(this.QuantileData);
698           this.QuantileTabPage.Location = new System.Drawing.Point(4, 26);
699           this.QuantileTabPage.Margin = new System.Windows.Forms.Padding(4);
700           this.QuantileTabPage.Name = "QuantileTabPage";
701           this.QuantileTabPage.Padding = new System.Windows.Forms.Padding(4);
702           this.QuantileTabPage.Size = new System.Drawing.Size(634, 555);
703           this.QuantileTabPage.TabIndex = 3;
704           this.QuantileTabPage.Text = "Critical Values";
705           this.QuantileTabPage.ToolTipText = "Critical values (quantiles or percentiles of probability 1 - alpha)";
706           this.QuantileTabPage.UseVisualStyleBackColor = true;
707           this.QuantileTabPage.Enter += new System.EventHandler(this.QuantileTab_Enter);
708           //
709           // QuantileData
710           //
711           this.QuantileData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
712           this.QuantileData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
713             this.RiskLevel,
714             this.LowerCriticalValue,
715             this.UpperCriticalValue});
716           this.QuantileData.Dock = System.Windows.Forms.DockStyle.Fill;
717           this.QuantileData.Location = new System.Drawing.Point(4, 4);
718           this.QuantileData.Margin = new System.Windows.Forms.Padding(4);
719           this.QuantileData.Name = "QuantileData";
720           this.QuantileData.RowTemplate.Height = 24;
721           this.QuantileData.Size = new System.Drawing.Size(626, 547);
722           this.QuantileData.TabIndex = 0;
723           this.QuantileData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.QuantileData_CellEndEdit);
724           //
725           // RiskLevel
726           //
727           this.RiskLevel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
728           this.RiskLevel.HeaderText = "Risk Level (alpha)";
729           this.RiskLevel.Name = "RiskLevel";
730           //
731           // LowerCriticalValue
732           //
733           this.LowerCriticalValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
734           this.LowerCriticalValue.HeaderText = "Lower Critical Value";
735           this.LowerCriticalValue.Name = "LowerCriticalValue";
736           this.LowerCriticalValue.ReadOnly = true;
737           //
738           // UpperCriticalValue
739           //
740           this.UpperCriticalValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
741           this.UpperCriticalValue.HeaderText = "Upper Critical Value";
742           this.UpperCriticalValue.Name = "UpperCriticalValue";
743           this.UpperCriticalValue.ReadOnly = true;
744           //
745           // menuStrip1
746           //
747           this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
748           this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
749             this.fileToolStripMenuItem,
750             this.editToolStripMenuItem,
751             this.helpToolStripMenuItem});
752           this.menuStrip1.Location = new System.Drawing.Point(0, 0);
753           this.menuStrip1.Name = "menuStrip1";
754           this.menuStrip1.Size = new System.Drawing.Size(642, 26);
755           this.menuStrip1.TabIndex = 1;
756           this.menuStrip1.Text = "menuStrip1";
757           //
758           // fileToolStripMenuItem
759           //
760           this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
761             this.newToolStripMenuItem,
762             this.openToolStripMenuItem,
763             this.toolStripSeparator,
764             this.saveToolStripMenuItem,
765             this.toolStripSeparator1,
766             this.printToolStripMenuItem,
767             this.printPreviewToolStripMenuItem,
768             this.toolStripSeparator2,
769             this.exitToolStripMenuItem});
770           this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
771           this.fileToolStripMenuItem.Size = new System.Drawing.Size(40, 22);
772           this.fileToolStripMenuItem.Text = "&File";
773           //
774           // newToolStripMenuItem
775           //
776           this.newToolStripMenuItem.Enabled = false;
777           this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
778           this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
779           this.newToolStripMenuItem.Name = "newToolStripMenuItem";
780           this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
781           this.newToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
782           this.newToolStripMenuItem.Text = "&New";
783           this.newToolStripMenuItem.ToolTipText = "New is not yet implemented. Enter data into dialog boxes.";
784           this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
785           //
786           // openToolStripMenuItem
787           //
788           this.openToolStripMenuItem.Enabled = false;
789           this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
790           this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
791           this.openToolStripMenuItem.Name = "openToolStripMenuItem";
792           this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
793           this.openToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
794           this.openToolStripMenuItem.Text = "&Open";
795           this.openToolStripMenuItem.ToolTipText = "Open is not yet implemented. Enter data into dialog boxes.";
796           this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
797           //
798           // toolStripSeparator
799           //
800           this.toolStripSeparator.Name = "toolStripSeparator";
801           this.toolStripSeparator.Size = new System.Drawing.Size(174, 6);
802           //
803           // saveToolStripMenuItem
804           //
805           this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
806           this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
807           this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
808           this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
809           this.saveToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
810           this.saveToolStripMenuItem.Text = "&Save";
811           this.saveToolStripMenuItem.ToolTipText = "Save all values, input and output, to a file.";
812           this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
813           //
814           // toolStripSeparator1
815           //
816           this.toolStripSeparator1.Name = "toolStripSeparator1";
817           this.toolStripSeparator1.Size = new System.Drawing.Size(174, 6);
818           //
819           // printToolStripMenuItem
820           //
821           this.printToolStripMenuItem.Enabled = false;
822           this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
823           this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
824           this.printToolStripMenuItem.Name = "printToolStripMenuItem";
825           this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
826           this.printToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
827           this.printToolStripMenuItem.Text = "&Print";
828           this.printToolStripMenuItem.ToolTipText = "Printing not yet available.  Output to a file and print that instead.";
829           this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click);
830           //
831           // printPreviewToolStripMenuItem
832           //
833           this.printPreviewToolStripMenuItem.Enabled = false;
834           this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
835           this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
836           this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
837           this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
838           this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
839           this.printPreviewToolStripMenuItem.ToolTipText = "Printing not yet available.  Output to a file and print that instead.";
840           this.printPreviewToolStripMenuItem.Visible = false;
841           this.printPreviewToolStripMenuItem.Click += new System.EventHandler(this.printPreviewToolStripMenuItem_Click);
842           //
843           // toolStripSeparator2
844           //
845           this.toolStripSeparator2.Name = "toolStripSeparator2";
846           this.toolStripSeparator2.Size = new System.Drawing.Size(174, 6);
847           //
848           // exitToolStripMenuItem
849           //
850           this.exitToolStripMenuItem.AutoToolTip = true;
851           this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
852           this.exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
853           this.exitToolStripMenuItem.Text = "E&xit";
854           this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
855           //
856           // editToolStripMenuItem
857           //
858           this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
859             this.undoToolStripMenuItem,
860             this.redoToolStripMenuItem,
861             this.toolStripSeparator3,
862             this.cutToolStripMenuItem,
863             this.copyToolStripMenuItem,
864             this.pasteToolStripMenuItem,
865             this.toolStripSeparator4,
866             this.selectAllToolStripMenuItem});
867           this.editToolStripMenuItem.Enabled = false;
868           this.editToolStripMenuItem.Name = "editToolStripMenuItem";
869           this.editToolStripMenuItem.Size = new System.Drawing.Size(43, 22);
870           this.editToolStripMenuItem.Text = "&Edit";
871           this.editToolStripMenuItem.Visible = false;
872           //
873           // undoToolStripMenuItem
874           //
875           this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
876           this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
877           this.undoToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
878           this.undoToolStripMenuItem.Text = "&Undo";
879           //
880           // redoToolStripMenuItem
881           //
882           this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
883           this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
884           this.redoToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
885           this.redoToolStripMenuItem.Text = "&Redo";
886           //
887           // toolStripSeparator3
888           //
889           this.toolStripSeparator3.Name = "toolStripSeparator3";
890           this.toolStripSeparator3.Size = new System.Drawing.Size(173, 6);
891           //
892           // cutToolStripMenuItem
893           //
894           this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
895           this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
896           this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
897           this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
898           this.cutToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
899           this.cutToolStripMenuItem.Text = "Cu&t";
900           //
901           // copyToolStripMenuItem
902           //
903           this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
904           this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
905           this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
906           this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
907           this.copyToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
908           this.copyToolStripMenuItem.Text = "&Copy";
909           //
910           // pasteToolStripMenuItem
911           //
912           this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
913           this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
914           this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
915           this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
916           this.pasteToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
917           this.pasteToolStripMenuItem.Text = "&Paste";
918           //
919           // toolStripSeparator4
920           //
921           this.toolStripSeparator4.Name = "toolStripSeparator4";
922           this.toolStripSeparator4.Size = new System.Drawing.Size(173, 6);
923           //
924           // selectAllToolStripMenuItem
925           //
926           this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
927           this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
928           this.selectAllToolStripMenuItem.Text = "Select &All";
929           //
930           // helpToolStripMenuItem
931           //
932           this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
933             this.contentsToolStripMenuItem,
934             this.toolStripSeparator5,
935             this.aboutToolStripMenuItem});
936           this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
937           this.helpToolStripMenuItem.Size = new System.Drawing.Size(48, 22);
938           this.helpToolStripMenuItem.Text = "&Help";
939           //
940           // contentsToolStripMenuItem
941           //
942           this.contentsToolStripMenuItem.AutoToolTip = true;
943           this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
944           this.contentsToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
945           this.contentsToolStripMenuItem.Text = "&Contents";
946           this.contentsToolStripMenuItem.Click += new System.EventHandler(this.contentsToolStripMenuItem_Click);
947           //
948           // toolStripSeparator5
949           //
950           this.toolStripSeparator5.Name = "toolStripSeparator5";
951           this.toolStripSeparator5.Size = new System.Drawing.Size(146, 6);
952           //
953           // aboutToolStripMenuItem
954           //
955           this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
956           this.aboutToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
957           this.aboutToolStripMenuItem.Text = "&About...";
958           this.aboutToolStripMenuItem.ToolTipText = "About this program";
959           this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
960           //
961           // customizeToolStripMenuItem
962           //
963           this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
964           this.customizeToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
965           this.customizeToolStripMenuItem.Text = "&Customize";
966           //
967           // saveFileDialog
968           //
969           this.saveFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
970           //
971           // DistexForm
972           //
973           this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
974           this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
975           this.BackColor = System.Drawing.SystemColors.ControlLight;
976           this.ClientSize = new System.Drawing.Size(642, 611);
977           this.Controls.Add(this.propertiesTab);
978           this.Controls.Add(this.menuStrip1);
979           this.Font = new System.Drawing.Font("Tahoma", 8.400001F);
980           this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
981           this.MainMenuStrip = this.menuStrip1;
982           this.Margin = new System.Windows.Forms.Padding(4);
983           this.MaximizeBox = false;
984           this.MinimumSize = new System.Drawing.Size(650, 645);
985           this.Name = "DistexForm";
986           this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
987           this.Text = "Statistical Distribution Explorer";
988           this.toolTip1.SetToolTip(this, "Statistical Distribution Explorer main form");
989           this.Activated += new System.EventHandler(this.DistexForm_Activated);
990           this.Load += new System.EventHandler(this.Form_Load);
991           this.propertiesTab.ResumeLayout(false);
992           this.DistributionTab.ResumeLayout(false);
993           this.DistributionTab.PerformLayout();
994           this.PropertiesTabPage.ResumeLayout(false);
995           this.PropertiesTabPage.PerformLayout();
996           this.cdfTabPage.ResumeLayout(false);
997           ((System.ComponentModel.ISupportInitialize)(this.CDF_data)).EndInit();
998           this.QuantileTabPage.ResumeLayout(false);
999           ((System.ComponentModel.ISupportInitialize)(this.QuantileData)).EndInit();
1000           this.menuStrip1.ResumeLayout(false);
1001           this.menuStrip1.PerformLayout();
1002           this.ResumeLayout(false);
1003           this.PerformLayout();
1004 
1005         }
1006 
1007         #endregion
1008 
1009         private System.Windows.Forms.TabControl propertiesTab;
1010         private System.Windows.Forms.TabPage DistributionTab;
1011         private System.Windows.Forms.TabPage PropertiesTabPage;
1012         private System.Windows.Forms.Label distributionNameLabel;
1013         private System.Windows.Forms.Label parameter2Label;
1014         private System.Windows.Forms.Label parameter1Label;
1015         private System.Windows.Forms.TextBox parameter2;
1016         private System.Windows.Forms.TextBox parameter1;
1017         private System.Windows.Forms.ComboBox distribution;
1018         private System.Windows.Forms.Label standard_deviation;
1019         private System.Windows.Forms.Label stddevLabel;
1020         private System.Windows.Forms.Label variance;
1021         private System.Windows.Forms.Label varianceLabel;
1022         private System.Windows.Forms.Label medianLabel;
1023         private System.Windows.Forms.Label mode;
1024         private System.Windows.Forms.Label mean;
1025         private System.Windows.Forms.Label meanLabel;
1026         private System.Windows.Forms.TabPage cdfTabPage;
1027         private System.Windows.Forms.DataGridView CDF_data;
1028         private System.Windows.Forms.DataGridViewTextBoxColumn RandomVariable;
1029         private System.Windows.Forms.DataGridViewTextBoxColumn PDF;
1030         private System.Windows.Forms.DataGridViewTextBoxColumn CDF;
1031         private System.Windows.Forms.DataGridViewTextBoxColumn CCDF;
1032         private System.Windows.Forms.TabPage QuantileTabPage;
1033         private System.Windows.Forms.DataGridView QuantileData;
1034         private System.Windows.Forms.DataGridViewTextBoxColumn RiskLevel;
1035         private System.Windows.Forms.DataGridViewTextBoxColumn LowerCriticalValue;
1036         private System.Windows.Forms.DataGridViewTextBoxColumn UpperCriticalValue;
1037         private System.Windows.Forms.MenuStrip menuStrip1;
1038         private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
1039         private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
1040         private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
1041         private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
1042         private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
1043         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
1044         private System.Windows.Forms.ToolStripMenuItem printToolStripMenuItem;
1045         private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
1046         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
1047         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
1048         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
1049         private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
1050         private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
1051         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
1052         private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
1053         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
1054         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
1055         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
1056         private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
1057         private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
1058         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
1059       private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
1060         private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
1061         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
1062         private System.Windows.Forms.Label median;
1063         private System.Windows.Forms.Label skewness;
1064         private System.Windows.Forms.Label skewnessLabel;
1065         private System.Windows.Forms.Label kurtosis;
1066         private System.Windows.Forms.Label kurtosisLabel;
1067         private System.Windows.Forms.Label kurtosis_excess;
1068         private System.Windows.Forms.Label kurtosisExcessLabel;
1069         private System.Windows.Forms.Label modeLabel;
1070         private System.Windows.Forms.ToolTip toolTip1;
1071         private System.Windows.Forms.Label CVlabel;
1072         private System.Windows.Forms.Label coefficient_of_variation;
1073         private System.Windows.Forms.Label parameter3Label;
1074         private System.Windows.Forms.TextBox parameter3;
1075       private System.Windows.Forms.Label parameterLabel3;
1076       private System.Windows.Forms.Label parameterLabel2;
1077       private System.Windows.Forms.Label parameterLabel1;
1078       private System.Windows.Forms.Label DistributionLabel;
1079       private System.Windows.Forms.Label parameter3ValueLabel;
1080       private System.Windows.Forms.Label parameter2ValueLabel;
1081       private System.Windows.Forms.Label parameter1ValueLabel;
1082       private System.Windows.Forms.Label distributionValueLabel;
1083       private System.Windows.Forms.SaveFileDialog saveFileDialog;
1084       private System.Windows.Forms.Label supportLabel;
1085       private System.Windows.Forms.Label rangeGreatestLabel;
1086       private System.Windows.Forms.Label rangeLowestLabel;
1087       private System.Windows.Forms.Label rangeLabel;
1088       private System.Windows.Forms.Label supportUpperLabel;
1089       private System.Windows.Forms.Label supportLowerLabel;
1090       private System.Windows.Forms.Label toLabel2;
1091       private System.Windows.Forms.Label toLabel1;
1092     }
1093 }
1094 
1095