About.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace OTSSysMgrApp
  2. {
  3. partial class About
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.listBox1 = new System.Windows.Forms.ListBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.button2 = new System.Windows.Forms.Button();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold);
  44. this.label1.Location = new System.Drawing.Point(15, 8);
  45. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(92, 15);
  48. this.label1.TabIndex = 1;
  49. this.label1.Text = "OTS System IncA";
  50. //
  51. // button1
  52. //
  53. this.button1.Location = new System.Drawing.Point(332, 168);
  54. this.button1.Margin = new System.Windows.Forms.Padding(2);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(71, 25);
  57. this.button1.TabIndex = 2;
  58. this.button1.Text = "关 闭";
  59. this.button1.UseVisualStyleBackColor = true;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // listBox1
  63. //
  64. this.listBox1.FormattingEnabled = true;
  65. this.listBox1.ItemHeight = 12;
  66. this.listBox1.Items.AddRange(new object[] {
  67. "OTS IncA Measure APP",
  68. "OTS IncA Report APP",
  69. "OTS Tool App"});
  70. this.listBox1.Location = new System.Drawing.Point(8, 113);
  71. this.listBox1.Margin = new System.Windows.Forms.Padding(2);
  72. this.listBox1.Name = "listBox1";
  73. this.listBox1.Size = new System.Drawing.Size(396, 52);
  74. this.listBox1.TabIndex = 3;
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold);
  80. this.label2.Location = new System.Drawing.Point(15, 26);
  81. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(42, 15);
  84. this.label2.TabIndex = 1;
  85. this.label2.Text = "版本3.0";
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label3.Location = new System.Drawing.Point(15, 45);
  92. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(145, 15);
  95. this.label3.TabIndex = 1;
  96. this.label3.Text = "©2019 OPTON Corporation";
  97. //
  98. // label4
  99. //
  100. this.label4.AutoSize = true;
  101. this.label4.Location = new System.Drawing.Point(8, 97);
  102. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(71, 12);
  105. this.label4.TabIndex = 1;
  106. this.label4.Text = "已安装产品:";
  107. //
  108. // label5
  109. //
  110. this.label5.AutoSize = true;
  111. this.label5.Font = new System.Drawing.Font("Microsoft YaHei", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.label5.Location = new System.Drawing.Point(15, 63);
  113. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  114. this.label5.Name = "label5";
  115. this.label5.Size = new System.Drawing.Size(67, 15);
  116. this.label5.TabIndex = 1;
  117. this.label5.Text = "保留所有权利";
  118. //
  119. // pictureBox1
  120. //
  121. this.pictureBox1.Image = global::OTSSysMgrApp.Properties.Resources.logo;
  122. this.pictureBox1.Location = new System.Drawing.Point(237, 8);
  123. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  124. this.pictureBox1.Name = "pictureBox1";
  125. this.pictureBox1.Size = new System.Drawing.Size(162, 40);
  126. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  127. this.pictureBox1.TabIndex = 0;
  128. this.pictureBox1.TabStop = false;
  129. //
  130. // button2
  131. //
  132. this.button2.Location = new System.Drawing.Point(251, 168);
  133. this.button2.Margin = new System.Windows.Forms.Padding(2);
  134. this.button2.Name = "button2";
  135. this.button2.Size = new System.Drawing.Size(71, 25);
  136. this.button2.TabIndex = 2;
  137. this.button2.Text = "版本说明";
  138. this.button2.UseVisualStyleBackColor = true;
  139. this.button2.Click += new System.EventHandler(this.button2_Click);
  140. //
  141. // About
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(411, 207);
  146. this.Controls.Add(this.listBox1);
  147. this.Controls.Add(this.button2);
  148. this.Controls.Add(this.button1);
  149. this.Controls.Add(this.label5);
  150. this.Controls.Add(this.label3);
  151. this.Controls.Add(this.label4);
  152. this.Controls.Add(this.label2);
  153. this.Controls.Add(this.label1);
  154. this.Controls.Add(this.pictureBox1);
  155. this.Margin = new System.Windows.Forms.Padding(2);
  156. this.MaximizeBox = false;
  157. this.MaximumSize = new System.Drawing.Size(427, 246);
  158. this.MinimizeBox = false;
  159. this.MinimumSize = new System.Drawing.Size(427, 246);
  160. this.Name = "About";
  161. this.ShowIcon = false;
  162. this.ShowInTaskbar = false;
  163. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  164. this.Text = "关于OTS版本信息";
  165. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  166. this.ResumeLayout(false);
  167. this.PerformLayout();
  168. }
  169. #endregion
  170. private System.Windows.Forms.PictureBox pictureBox1;
  171. private System.Windows.Forms.Label label1;
  172. private System.Windows.Forms.Button button1;
  173. private System.Windows.Forms.ListBox listBox1;
  174. private System.Windows.Forms.Label label2;
  175. private System.Windows.Forms.Label label3;
  176. private System.Windows.Forms.Label label4;
  177. private System.Windows.Forms.Label label5;
  178. private System.Windows.Forms.Button button2;
  179. }
  180. }