DistexForm.Designer.cs 59 KB

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