OTSSplashScreen_Cleanness.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. 
  2. namespace OTSMeasureApp._10_OTSSplashScreen
  3. {
  4. partial class OTSSplashScreen_Cleanness
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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>
  14. #region Windows Form Designer generated code
  15. /// <summary>
  16. /// Required method for Designer support - do not modify
  17. /// the contents of this method with the code editor.
  18. /// </summary>
  19. private void InitializeComponent()
  20. {
  21. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSSplashScreen_Cleanness));
  22. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  23. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  24. this.label3 = new System.Windows.Forms.Label();
  25. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  26. this.richTextBox3 = new System.Windows.Forms.RichTextBox();
  27. this.label5 = new System.Windows.Forms.Label();
  28. this.label7 = new System.Windows.Forms.Label();
  29. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  30. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // pictureBox1
  34. //
  35. this.pictureBox1.BackColor = System.Drawing.SystemColors.Menu;
  36. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  37. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  38. this.pictureBox1.Location = new System.Drawing.Point(595, 382);
  39. this.pictureBox1.Name = "pictureBox1";
  40. this.pictureBox1.Size = new System.Drawing.Size(154, 70);
  41. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  42. this.pictureBox1.TabIndex = 4;
  43. this.pictureBox1.TabStop = false;
  44. //
  45. // pictureBox2
  46. //
  47. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  48. this.pictureBox2.Location = new System.Drawing.Point(467, 411);
  49. this.pictureBox2.Name = "pictureBox2";
  50. this.pictureBox2.Size = new System.Drawing.Size(112, 22);
  51. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  52. this.pictureBox2.TabIndex = 5;
  53. this.pictureBox2.TabStop = false;
  54. //
  55. // label3
  56. //
  57. this.label3.AutoSize = true;
  58. this.label3.BackColor = System.Drawing.Color.Transparent;
  59. this.label3.CausesValidation = false;
  60. this.label3.Font = new System.Drawing.Font("SimSun", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.label3.ForeColor = System.Drawing.SystemColors.HighlightText;
  62. this.label3.Location = new System.Drawing.Point(12, 21);
  63. this.label3.Name = "label3";
  64. this.label3.Size = new System.Drawing.Size(139, 20);
  65. this.label3.TabIndex = 6;
  66. this.label3.Text = "Version : 3.1";
  67. //
  68. // richTextBox1
  69. //
  70. this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  71. this.richTextBox1.BackColor = System.Drawing.SystemColors.Menu;
  72. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  73. this.richTextBox1.CausesValidation = false;
  74. this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  75. this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.richTextBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
  77. this.richTextBox1.Location = new System.Drawing.Point(11, 455);
  78. this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
  79. this.richTextBox1.Name = "richTextBox1";
  80. this.richTextBox1.ReadOnly = true;
  81. this.richTextBox1.Size = new System.Drawing.Size(78, 19);
  82. this.richTextBox1.TabIndex = 7;
  83. this.richTextBox1.TabStop = false;
  84. this.richTextBox1.Text = "update log";
  85. this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click);
  86. //
  87. // richTextBox3
  88. //
  89. this.richTextBox3.BackColor = System.Drawing.SystemColors.Menu;
  90. this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
  91. this.richTextBox3.CausesValidation = false;
  92. this.richTextBox3.Cursor = System.Windows.Forms.Cursors.Hand;
  93. this.richTextBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.richTextBox3.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.richTextBox3.Location = new System.Drawing.Point(744, 2);
  96. this.richTextBox3.Margin = new System.Windows.Forms.Padding(2);
  97. this.richTextBox3.Name = "richTextBox3";
  98. this.richTextBox3.ReadOnly = true;
  99. this.richTextBox3.Size = new System.Drawing.Size(18, 19);
  100. this.richTextBox3.TabIndex = 9;
  101. this.richTextBox3.TabStop = false;
  102. this.richTextBox3.Text = "X";
  103. this.richTextBox3.Click += new System.EventHandler(this.richTextBox3_Click);
  104. //
  105. // label5
  106. //
  107. this.label5.AutoSize = true;
  108. this.label5.BackColor = System.Drawing.Color.Transparent;
  109. this.label5.CausesValidation = false;
  110. this.label5.Font = new System.Drawing.Font("SimSun", 15F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.label5.ForeColor = System.Drawing.SystemColors.Highlight;
  112. this.label5.Location = new System.Drawing.Point(229, 452);
  113. this.label5.Name = "label5";
  114. this.label5.Size = new System.Drawing.Size(251, 20);
  115. this.label5.TabIndex = 10;
  116. this.label5.Text = "Opton Copyright © 2024";
  117. //
  118. // label7
  119. //
  120. this.label7.AutoSize = true;
  121. this.label7.BackColor = System.Drawing.Color.Transparent;
  122. this.label7.Font = new System.Drawing.Font("STZhongsong", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label7.Location = new System.Drawing.Point(175, 197);
  124. this.label7.Name = "label7";
  125. this.label7.Size = new System.Drawing.Size(394, 55);
  126. this.label7.TabIndex = 12;
  127. this.label7.Text = "OTS Cleanness";
  128. //
  129. // OTSSplashScreen_Cleanness
  130. //
  131. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  133. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  134. this.BackgroundImage = global::OTSMeasureApp.Properties.Resources.Cleanliness;
  135. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  136. this.ClientSize = new System.Drawing.Size(761, 491);
  137. this.Controls.Add(this.label7);
  138. this.Controls.Add(this.label5);
  139. this.Controls.Add(this.richTextBox3);
  140. this.Controls.Add(this.richTextBox1);
  141. this.Controls.Add(this.label3);
  142. this.Controls.Add(this.pictureBox2);
  143. this.Controls.Add(this.pictureBox1);
  144. this.Cursor = System.Windows.Forms.Cursors.Default;
  145. this.DoubleBuffered = true;
  146. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  147. this.MaximizeBox = false;
  148. this.MinimizeBox = false;
  149. this.Name = "OTSSplashScreen_Cleanness";
  150. this.ShowIcon = false;
  151. this.ShowInTaskbar = false;
  152. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  153. this.Text = "OTSSplashScreen";
  154. this.TopMost = true;
  155. this.Load += new System.EventHandler(this.OTSSplashScreen_Load);
  156. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OTSSplashScreen_Cleanness_MouseDown);
  157. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  159. this.ResumeLayout(false);
  160. this.PerformLayout();
  161. }
  162. #endregion
  163. private System.Windows.Forms.PictureBox pictureBox1;
  164. private System.Windows.Forms.PictureBox pictureBox2;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.RichTextBox richTextBox1;
  167. private System.Windows.Forms.RichTextBox richTextBox3;
  168. private System.Windows.Forms.Label label5;
  169. private System.Windows.Forms.Label label7;
  170. }
  171. }