OTSSplashScreen_IncA.Designer.cs 12 KB

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