OTSSplashScreen_IncA.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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.label4 = new System.Windows.Forms.Label();
  28. this.richTextBox3 = new System.Windows.Forms.RichTextBox();
  29. this.label5 = new System.Windows.Forms.Label();
  30. this.label6 = 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("Microsoft YaHei", 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, 204);
  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("Microsoft YaHei", 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, 259);
  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, 418);
  68. this.pictureBox1.Name = "pictureBox1";
  69. this.pictureBox1.Size = new System.Drawing.Size(154, 76);
  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, 24);
  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("SimSun", 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.2";
  96. //
  97. // label4
  98. //
  99. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  100. this.label4.AutoSize = true;
  101. this.label4.CausesValidation = false;
  102. this.label4.Font = new System.Drawing.Font("Microsoft YaHei", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
  104. this.label4.Location = new System.Drawing.Point(559, 321);
  105. this.label4.Name = "label4";
  106. this.label4.Size = new System.Drawing.Size(185, 39);
  107. this.label4.TabIndex = 8;
  108. this.label4.Text = "Convenient";
  109. //
  110. // richTextBox3
  111. //
  112. this.richTextBox3.BackColor = System.Drawing.SystemColors.Menu;
  113. this.richTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
  114. this.richTextBox3.CausesValidation = false;
  115. this.richTextBox3.Cursor = System.Windows.Forms.Cursors.Hand;
  116. this.richTextBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.richTextBox3.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this.richTextBox3.Location = new System.Drawing.Point(744, 2);
  119. this.richTextBox3.Margin = new System.Windows.Forms.Padding(2);
  120. this.richTextBox3.Name = "richTextBox3";
  121. this.richTextBox3.ReadOnly = true;
  122. this.richTextBox3.Size = new System.Drawing.Size(18, 21);
  123. this.richTextBox3.TabIndex = 9;
  124. this.richTextBox3.TabStop = false;
  125. this.richTextBox3.Text = "X";
  126. this.richTextBox3.Click += new System.EventHandler(this.richTextBox3_Click);
  127. //
  128. // label5
  129. //
  130. this.label5.AutoSize = true;
  131. this.label5.CausesValidation = false;
  132. 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)));
  133. this.label5.ForeColor = System.Drawing.SystemColors.Highlight;
  134. this.label5.Location = new System.Drawing.Point(498, 505);
  135. this.label5.Name = "label5";
  136. this.label5.Size = new System.Drawing.Size(251, 20);
  137. this.label5.TabIndex = 10;
  138. this.label5.Text = "Opton Copyright © 2025";
  139. //
  140. // label6
  141. //
  142. this.label6.Font = new System.Drawing.Font("Microsoft YaHei", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.label6.Location = new System.Drawing.Point(4, 440);
  144. this.label6.Name = "label6";
  145. this.label6.Size = new System.Drawing.Size(448, 43);
  146. this.label6.TabIndex = 11;
  147. this.label6.Text = "OTS IncA SteelMineralA";
  148. //
  149. // OTSSplashScreen_IncA
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  154. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  155. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  156. this.ClientSize = new System.Drawing.Size(761, 532);
  157. this.Controls.Add(this.label6);
  158. this.Controls.Add(this.label5);
  159. this.Controls.Add(this.richTextBox3);
  160. this.Controls.Add(this.label4);
  161. this.Controls.Add(this.label3);
  162. this.Controls.Add(this.pictureBox2);
  163. this.Controls.Add(this.pictureBox1);
  164. this.Controls.Add(this.label1);
  165. this.Controls.Add(this.label2);
  166. this.Cursor = System.Windows.Forms.Cursors.Default;
  167. this.DoubleBuffered = true;
  168. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  169. this.MaximizeBox = false;
  170. this.MinimizeBox = false;
  171. this.Name = "OTSSplashScreen_IncA";
  172. this.ShowIcon = false;
  173. this.ShowInTaskbar = false;
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  175. this.Text = "OTSSplashScreen";
  176. this.TopMost = true;
  177. this.Load += new System.EventHandler(this.OTSSplashScreen_Load);
  178. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OTSSplashScreen_IncA_MouseDown);
  179. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  181. this.ResumeLayout(false);
  182. this.PerformLayout();
  183. }
  184. #endregion
  185. private System.Windows.Forms.Label label2;
  186. private System.Windows.Forms.Label label1;
  187. private System.Windows.Forms.PictureBox pictureBox1;
  188. private System.Windows.Forms.PictureBox pictureBox2;
  189. private System.Windows.Forms.Label label3;
  190. private System.Windows.Forms.Label label4;
  191. private System.Windows.Forms.RichTextBox richTextBox3;
  192. private System.Windows.Forms.Label label5;
  193. private System.Windows.Forms.Label label6;
  194. }
  195. }