About.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold);
  44. this.label1.Location = new System.Drawing.Point(23, 12);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(136, 19);
  47. this.label1.TabIndex = 1;
  48. this.label1.Text = "OTS System IncA";
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(498, 252);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(106, 37);
  55. this.button1.TabIndex = 2;
  56. this.button1.Text = "关 闭";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // listBox1
  61. //
  62. this.listBox1.FormattingEnabled = true;
  63. this.listBox1.ItemHeight = 18;
  64. this.listBox1.Items.AddRange(new object[] {
  65. "OTS IncA Measure APP",
  66. "OTS IncA Report APP",
  67. "OTS Tool App"});
  68. this.listBox1.Location = new System.Drawing.Point(12, 170);
  69. this.listBox1.Name = "listBox1";
  70. this.listBox1.Size = new System.Drawing.Size(592, 76);
  71. this.listBox1.TabIndex = 3;
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold);
  77. this.label2.Location = new System.Drawing.Point(22, 39);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(70, 19);
  80. this.label2.TabIndex = 1;
  81. this.label2.Text = "版本1.31";
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.label3.Location = new System.Drawing.Point(22, 67);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(214, 19);
  90. this.label3.TabIndex = 1;
  91. this.label3.Text = "©2019 OPTON Corporation";
  92. //
  93. // label4
  94. //
  95. this.label4.AutoSize = true;
  96. this.label4.Location = new System.Drawing.Point(12, 146);
  97. this.label4.Name = "label4";
  98. this.label4.Size = new System.Drawing.Size(107, 18);
  99. this.label4.TabIndex = 1;
  100. this.label4.Text = "已安装产品:";
  101. //
  102. // label5
  103. //
  104. this.label5.AutoSize = true;
  105. this.label5.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label5.Location = new System.Drawing.Point(22, 95);
  107. this.label5.Name = "label5";
  108. this.label5.Size = new System.Drawing.Size(99, 19);
  109. this.label5.TabIndex = 1;
  110. this.label5.Text = "保留所有权利";
  111. //
  112. // pictureBox1
  113. //
  114. this.pictureBox1.Image = global::OTSSysMgrApp.Properties.Resources.logo;
  115. this.pictureBox1.Location = new System.Drawing.Point(355, 12);
  116. this.pictureBox1.Name = "pictureBox1";
  117. this.pictureBox1.Size = new System.Drawing.Size(243, 60);
  118. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  119. this.pictureBox1.TabIndex = 0;
  120. this.pictureBox1.TabStop = false;
  121. //
  122. // button2
  123. //
  124. this.button2.Location = new System.Drawing.Point(376, 252);
  125. this.button2.Name = "button2";
  126. this.button2.Size = new System.Drawing.Size(106, 37);
  127. this.button2.TabIndex = 2;
  128. this.button2.Text = "版本说明";
  129. this.button2.UseVisualStyleBackColor = true;
  130. this.button2.Click += new System.EventHandler(this.button2_Click);
  131. //
  132. // About
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(610, 293);
  137. this.Controls.Add(this.listBox1);
  138. this.Controls.Add(this.button2);
  139. this.Controls.Add(this.button1);
  140. this.Controls.Add(this.label5);
  141. this.Controls.Add(this.label3);
  142. this.Controls.Add(this.label4);
  143. this.Controls.Add(this.label2);
  144. this.Controls.Add(this.label1);
  145. this.Controls.Add(this.pictureBox1);
  146. this.MaximizeBox = false;
  147. this.MaximumSize = new System.Drawing.Size(632, 349);
  148. this.MinimizeBox = false;
  149. this.MinimumSize = new System.Drawing.Size(632, 349);
  150. this.Name = "About";
  151. this.ShowIcon = false;
  152. this.ShowInTaskbar = false;
  153. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  154. this.Text = "关于OTS版本信息";
  155. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private System.Windows.Forms.PictureBox pictureBox1;
  161. private System.Windows.Forms.Label label1;
  162. private System.Windows.Forms.Button button1;
  163. private System.Windows.Forms.ListBox listBox1;
  164. private System.Windows.Forms.Label label2;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.Label label4;
  167. private System.Windows.Forms.Label label5;
  168. private System.Windows.Forms.Button button2;
  169. }
  170. }