OTSSplashScreen_Cleanness.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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.label2 = new System.Windows.Forms.Label();
  23. this.label1 = new System.Windows.Forms.Label();
  24. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  25. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  26. this.label3 = new System.Windows.Forms.Label();
  27. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  28. this.label4 = new System.Windows.Forms.Label();
  29. this.richTextBox3 = new System.Windows.Forms.RichTextBox();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label7 = new System.Windows.Forms.Label();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // label2
  37. //
  38. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  39. this.label2.AutoSize = true;
  40. this.label2.BackColor = System.Drawing.Color.Transparent;
  41. this.label2.CausesValidation = false;
  42. this.label2.Font = new System.Drawing.Font("微软雅黑", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.label2.ForeColor = System.Drawing.SystemColors.InfoText;
  44. this.label2.Location = new System.Drawing.Point(265, 297);
  45. this.label2.Name = "label2";
  46. this.label2.Size = new System.Drawing.Size(76, 39);
  47. this.label2.TabIndex = 1;
  48. this.label2.Text = "Fast";
  49. this.label2.Click += new System.EventHandler(this.label2_Click);
  50. //
  51. // label1
  52. //
  53. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  54. this.label1.AutoSize = true;
  55. this.label1.BackColor = System.Drawing.Color.Transparent;
  56. this.label1.CausesValidation = false;
  57. this.label1.Font = new System.Drawing.Font("微软雅黑", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
  59. this.label1.Location = new System.Drawing.Point(29, 297);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(146, 39);
  62. this.label1.TabIndex = 1;
  63. this.label1.Text = "Accurate";
  64. //
  65. // pictureBox1
  66. //
  67. this.pictureBox1.BackColor = System.Drawing.SystemColors.Menu;
  68. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  69. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  70. this.pictureBox1.Location = new System.Drawing.Point(595, 382);
  71. this.pictureBox1.Name = "pictureBox1";
  72. this.pictureBox1.Size = new System.Drawing.Size(154, 70);
  73. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  74. this.pictureBox1.TabIndex = 4;
  75. this.pictureBox1.TabStop = false;
  76. //
  77. // pictureBox2
  78. //
  79. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  80. this.pictureBox2.Location = new System.Drawing.Point(467, 411);
  81. this.pictureBox2.Name = "pictureBox2";
  82. this.pictureBox2.Size = new System.Drawing.Size(112, 22);
  83. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  84. this.pictureBox2.TabIndex = 5;
  85. this.pictureBox2.TabStop = false;
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.BackColor = System.Drawing.Color.Transparent;
  91. this.label3.CausesValidation = false;
  92. this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label3.ForeColor = System.Drawing.SystemColors.HighlightText;
  94. this.label3.Location = new System.Drawing.Point(12, 21);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(139, 20);
  97. this.label3.TabIndex = 6;
  98. this.label3.Text = "Version : 3.1";
  99. //
  100. // richTextBox1
  101. //
  102. this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  103. this.richTextBox1.BackColor = System.Drawing.SystemColors.Menu;
  104. this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  105. this.richTextBox1.CausesValidation = false;
  106. this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  108. this.richTextBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
  109. this.richTextBox1.Location = new System.Drawing.Point(11, 455);
  110. this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
  111. this.richTextBox1.Name = "richTextBox1";
  112. this.richTextBox1.ReadOnly = true;
  113. this.richTextBox1.Size = new System.Drawing.Size(78, 19);
  114. this.richTextBox1.TabIndex = 7;
  115. this.richTextBox1.TabStop = false;
  116. this.richTextBox1.Text = "update log";
  117. this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click);
  118. //
  119. // label4
  120. //
  121. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.label4.AutoSize = true;
  123. this.label4.BackColor = System.Drawing.Color.Transparent;
  124. this.label4.CausesValidation = false;
  125. this.label4.Font = new System.Drawing.Font("微软雅黑", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  127. this.label4.Location = new System.Drawing.Point(443, 297);
  128. this.label4.Name = "label4";
  129. this.label4.Size = new System.Drawing.Size(185, 39);
  130. this.label4.TabIndex = 8;
  131. this.label4.Text = "Convenient";
  132. //
  133. // richTextBox3
  134. //
  135. this.richTextBox3.BackColor = System.Drawing.SystemColors.Menu;
  136. this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
  137. this.richTextBox3.CausesValidation = false;
  138. this.richTextBox3.Cursor = System.Windows.Forms.Cursors.Hand;
  139. this.richTextBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.richTextBox3.ForeColor = System.Drawing.SystemColors.ControlText;
  141. this.richTextBox3.Location = new System.Drawing.Point(744, 2);
  142. this.richTextBox3.Margin = new System.Windows.Forms.Padding(2);
  143. this.richTextBox3.Name = "richTextBox3";
  144. this.richTextBox3.ReadOnly = true;
  145. this.richTextBox3.Size = new System.Drawing.Size(18, 19);
  146. this.richTextBox3.TabIndex = 9;
  147. this.richTextBox3.TabStop = false;
  148. this.richTextBox3.Text = "X";
  149. this.richTextBox3.Click += new System.EventHandler(this.richTextBox3_Click);
  150. //
  151. // label5
  152. //
  153. this.label5.AutoSize = true;
  154. this.label5.BackColor = System.Drawing.Color.Transparent;
  155. this.label5.CausesValidation = false;
  156. this.label5.Font = new System.Drawing.Font("宋体", 15F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.label5.ForeColor = System.Drawing.SystemColors.Highlight;
  158. this.label5.Location = new System.Drawing.Point(229, 452);
  159. this.label5.Name = "label5";
  160. this.label5.Size = new System.Drawing.Size(251, 20);
  161. this.label5.TabIndex = 10;
  162. this.label5.Text = "Opton Copyright © 2024";
  163. //
  164. // label7
  165. //
  166. this.label7.AutoSize = true;
  167. this.label7.BackColor = System.Drawing.Color.Transparent;
  168. this.label7.Font = new System.Drawing.Font("华文中宋", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label7.Location = new System.Drawing.Point(58, 129);
  170. this.label7.Name = "label7";
  171. this.label7.Size = new System.Drawing.Size(646, 64);
  172. this.label7.TabIndex = 12;
  173. this.label7.Text = "O T S C l e a n n e s s";
  174. //
  175. // OTSSplashScreen_Cleanness
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  180. this.BackgroundImage = global::OTSMeasureApp.Properties.Resources.Cleanliness;
  181. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  182. this.ClientSize = new System.Drawing.Size(761, 491);
  183. this.Controls.Add(this.label7);
  184. this.Controls.Add(this.label5);
  185. this.Controls.Add(this.richTextBox3);
  186. this.Controls.Add(this.label4);
  187. this.Controls.Add(this.richTextBox1);
  188. this.Controls.Add(this.label3);
  189. this.Controls.Add(this.pictureBox2);
  190. this.Controls.Add(this.pictureBox1);
  191. this.Controls.Add(this.label1);
  192. this.Controls.Add(this.label2);
  193. this.Cursor = System.Windows.Forms.Cursors.Default;
  194. this.DoubleBuffered = true;
  195. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  196. this.MaximizeBox = false;
  197. this.MinimizeBox = false;
  198. this.Name = "OTSSplashScreen_Cleanness";
  199. this.ShowIcon = false;
  200. this.ShowInTaskbar = false;
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  202. this.Text = "OTSSplashScreen";
  203. this.TopMost = true;
  204. this.Load += new System.EventHandler(this.OTSSplashScreen_Load);
  205. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OTSSplashScreen_Cleanness_MouseDown);
  206. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private System.Windows.Forms.Label label2;
  213. private System.Windows.Forms.Label label1;
  214. private System.Windows.Forms.PictureBox pictureBox1;
  215. private System.Windows.Forms.PictureBox pictureBox2;
  216. private System.Windows.Forms.Label label3;
  217. private System.Windows.Forms.RichTextBox richTextBox1;
  218. private System.Windows.Forms.Label label4;
  219. private System.Windows.Forms.RichTextBox richTextBox3;
  220. private System.Windows.Forms.Label label5;
  221. private System.Windows.Forms.Label label7;
  222. }
  223. }