DistexSplash.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. namespace distribution_explorer
  2. {
  3. partial class distexSplash
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(distexSplash));
  29. this.labelApplicationTitle = new System.Windows.Forms.Label();
  30. this.labelApplicationVersion = new System.Windows.Forms.Label();
  31. this.labelApplicationCopyright = new System.Windows.Forms.Label();
  32. this.labelApplicationDescription = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.groupBox1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // labelApplicationTitle
  40. //
  41. this.labelApplicationTitle.BackColor = System.Drawing.SystemColors.Control;
  42. this.labelApplicationTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F);
  43. this.labelApplicationTitle.ForeColor = System.Drawing.Color.Black;
  44. this.labelApplicationTitle.Location = new System.Drawing.Point(331, 27);
  45. this.labelApplicationTitle.Name = "labelApplicationTitle";
  46. this.labelApplicationTitle.Size = new System.Drawing.Size(313, 133);
  47. this.labelApplicationTitle.TabIndex = 0;
  48. this.labelApplicationTitle.Text = "labelApplicationTitle";
  49. this.labelApplicationTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  50. //
  51. // labelApplicationVersion
  52. //
  53. this.labelApplicationVersion.BackColor = System.Drawing.SystemColors.Control;
  54. this.labelApplicationVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.labelApplicationVersion.ForeColor = System.Drawing.SystemColors.ControlText;
  56. this.labelApplicationVersion.Location = new System.Drawing.Point(302, 158);
  57. this.labelApplicationVersion.Name = "labelApplicationVersion";
  58. this.labelApplicationVersion.Size = new System.Drawing.Size(320, 20);
  59. this.labelApplicationVersion.TabIndex = 1;
  60. this.labelApplicationVersion.Text = "labelApplicationVersion";
  61. this.labelApplicationVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  62. this.labelApplicationVersion.Click += new System.EventHandler(this.labelApplicationVersion_Click);
  63. //
  64. // labelApplicationCopyright
  65. //
  66. this.labelApplicationCopyright.BackColor = System.Drawing.SystemColors.Control;
  67. this.labelApplicationCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  68. this.labelApplicationCopyright.ForeColor = System.Drawing.SystemColors.ControlText;
  69. this.labelApplicationCopyright.Location = new System.Drawing.Point(59, 191);
  70. this.labelApplicationCopyright.Name = "labelApplicationCopyright";
  71. this.labelApplicationCopyright.Size = new System.Drawing.Size(563, 20);
  72. this.labelApplicationCopyright.TabIndex = 2;
  73. this.labelApplicationCopyright.Text = "labelApplicationCopyright";
  74. this.labelApplicationCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  75. //
  76. // labelApplicationDescription
  77. //
  78. this.labelApplicationDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  79. this.labelApplicationDescription.ForeColor = System.Drawing.SystemColors.ControlText;
  80. this.labelApplicationDescription.Location = new System.Drawing.Point(27, 234);
  81. this.labelApplicationDescription.Name = "labelApplicationDescription";
  82. this.labelApplicationDescription.Size = new System.Drawing.Size(608, 29);
  83. this.labelApplicationDescription.TabIndex = 3;
  84. this.labelApplicationDescription.Text = "labelApplicationDescription";
  85. this.labelApplicationDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  86. //
  87. // pictureBox1
  88. //
  89. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  90. this.pictureBox1.Location = new System.Drawing.Point(27, 27);
  91. this.pictureBox1.Name = "pictureBox1";
  92. this.pictureBox1.Size = new System.Drawing.Size(282, 92);
  93. this.pictureBox1.TabIndex = 4;
  94. this.pictureBox1.TabStop = false;
  95. //
  96. // groupBox1
  97. //
  98. this.groupBox1.Controls.Add(this.labelApplicationVersion);
  99. this.groupBox1.Controls.Add(this.labelApplicationCopyright);
  100. this.groupBox1.Location = new System.Drawing.Point(13, 12);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(644, 254);
  103. this.groupBox1.TabIndex = 5;
  104. this.groupBox1.TabStop = false;
  105. //
  106. // distexSplash
  107. //
  108. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  109. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  110. this.BackColor = System.Drawing.SystemColors.Control;
  111. this.ClientSize = new System.Drawing.Size(669, 276);
  112. this.Controls.Add(this.pictureBox1);
  113. this.Controls.Add(this.labelApplicationDescription);
  114. this.Controls.Add(this.labelApplicationTitle);
  115. this.Controls.Add(this.groupBox1);
  116. this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  118. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  119. this.Name = "distexSplash";
  120. this.ShowInTaskbar = false;
  121. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  122. this.Text = "Statistical Distribution Explorer";
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  124. this.groupBox1.ResumeLayout(false);
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private System.Windows.Forms.Label labelApplicationTitle;
  129. private System.Windows.Forms.Label labelApplicationVersion;
  130. private System.Windows.Forms.Label labelApplicationCopyright;
  131. private System.Windows.Forms.Label labelApplicationDescription;
  132. private System.Windows.Forms.PictureBox pictureBox1;
  133. private System.Windows.Forms.GroupBox groupBox1;
  134. }
  135. }