about.cs
上传用户:toshiba_01
上传日期:2007-06-08
资源大小:306k
文件大小:9k
源码类别:

酒店行业

开发平台:

C#

  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6. namespace RoomManage
  7. {
  8. /// <summary>
  9. /// about 的摘要说明。
  10. /// </summary>
  11. public class about : System.Windows.Forms.Form
  12. {
  13. private System.Windows.Forms.PictureBox pictureBox1;
  14. private System.Windows.Forms.Label label1;
  15. private System.Windows.Forms.Label label2;
  16. private System.Windows.Forms.Label label4;
  17. private System.Windows.Forms.GroupBox groupBox1;
  18. private System.Windows.Forms.Label label3;
  19. private System.Windows.Forms.GroupBox groupBox2;
  20. private System.Windows.Forms.Label label7;
  21. private System.Windows.Forms.LinkLabel linkLabel1;
  22. private System.Windows.Forms.LinkLabel linkLabel2;
  23. /// <summary>
  24. /// 必需的设计器变量。
  25. /// </summary>
  26. private System.ComponentModel.Container components = null;
  27. public about()
  28. {
  29. //
  30. // Windows 窗体设计器支持所必需的
  31. //
  32. InitializeComponent();
  33. //
  34. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  35. //
  36. }
  37. /// <summary>
  38. /// 清理所有正在使用的资源。
  39. /// </summary>
  40. protected override void Dispose( bool disposing )
  41. {
  42. if( disposing )
  43. {
  44. if(components != null)
  45. {
  46. components.Dispose();
  47. }
  48. }
  49. base.Dispose( disposing );
  50. }
  51. #region Windows 窗体设计器生成的代码
  52. /// <summary>
  53. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  54. /// 此方法的内容。
  55. /// </summary>
  56. private void InitializeComponent()
  57. {
  58. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(about));
  59. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.label2 = new System.Windows.Forms.Label();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.groupBox1 = new System.Windows.Forms.GroupBox();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.groupBox2 = new System.Windows.Forms.GroupBox();
  66. this.label7 = new System.Windows.Forms.Label();
  67. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  68. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  69. this.SuspendLayout();
  70. // 
  71. // pictureBox1
  72. // 
  73. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  74. this.pictureBox1.Location = new System.Drawing.Point(8, 8);
  75. this.pictureBox1.Name = "pictureBox1";
  76. this.pictureBox1.Size = new System.Drawing.Size(136, 216);
  77. this.pictureBox1.TabIndex = 0;
  78. this.pictureBox1.TabStop = false;
  79. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  80. // 
  81. // label1
  82. // 
  83. this.label1.Font = new System.Drawing.Font("楷体_GB2312", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  84. this.label1.ForeColor = System.Drawing.Color.Red;
  85. this.label1.Location = new System.Drawing.Point(144, 8);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(136, 32);
  88. this.label1.TabIndex = 1;
  89. this.label1.Text = "客房管理系统";
  90. this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
  91. this.label1.Click += new System.EventHandler(this.about_Click);
  92. // 
  93. // label2
  94. // 
  95. this.label2.Font = new System.Drawing.Font("楷体_GB2312", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  96. this.label2.ForeColor = System.Drawing.Color.Red;
  97. this.label2.Location = new System.Drawing.Point(280, 17);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(80, 23);
  100. this.label2.TabIndex = 2;
  101. this.label2.Text = "Vision1.0";
  102. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. this.label2.Click += new System.EventHandler(this.about_Click);
  104. // 
  105. // label4
  106. // 
  107. this.label4.BackColor = System.Drawing.Color.Transparent;
  108. this.label4.Font = new System.Drawing.Font("楷体_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  109. this.label4.ForeColor = System.Drawing.Color.Black;
  110. this.label4.Location = new System.Drawing.Point(152, 93);
  111. this.label4.Name = "label4";
  112. this.label4.Size = new System.Drawing.Size(208, 23);
  113. this.label4.TabIndex = 0;
  114. this.label4.Text = "技术支持:软件学院项目开发组";
  115. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  116. this.label4.Click += new System.EventHandler(this.about_Click);
  117. // 
  118. // groupBox1
  119. // 
  120. this.groupBox1.Location = new System.Drawing.Point(144, 40);
  121. this.groupBox1.Name = "groupBox1";
  122. this.groupBox1.Size = new System.Drawing.Size(232, 3);
  123. this.groupBox1.TabIndex = 3;
  124. this.groupBox1.TabStop = false;
  125. // 
  126. // label3
  127. // 
  128. this.label3.BackColor = System.Drawing.Color.Transparent;
  129. this.label3.Font = new System.Drawing.Font("楷体_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  130. this.label3.ForeColor = System.Drawing.Color.Black;
  131. this.label3.Location = new System.Drawing.Point(152, 56);
  132. this.label3.Name = "label3";
  133. this.label3.Size = new System.Drawing.Size(208, 23);
  134. this.label3.TabIndex = 0;
  135. this.label3.Text = "版本信息:1.0";
  136. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  137. this.label3.Click += new System.EventHandler(this.about_Click);
  138. // 
  139. // groupBox2
  140. // 
  141. this.groupBox2.Location = new System.Drawing.Point(144, 192);
  142. this.groupBox2.Name = "groupBox2";
  143. this.groupBox2.Size = new System.Drawing.Size(232, 3);
  144. this.groupBox2.TabIndex = 3;
  145. this.groupBox2.TabStop = false;
  146. // 
  147. // label7
  148. // 
  149. this.label7.BackColor = System.Drawing.Color.Transparent;
  150. this.label7.Font = new System.Drawing.Font("楷体_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  151. this.label7.ForeColor = System.Drawing.Color.DodgerBlue;
  152. this.label7.Location = new System.Drawing.Point(152, 200);
  153. this.label7.Name = "label7";
  154. this.label7.Size = new System.Drawing.Size(208, 23);
  155. this.label7.TabIndex = 0;
  156. this.label7.Text = "版权所有:2001-2005";
  157. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  158. this.label7.Click += new System.EventHandler(this.about_Click);
  159. // 
  160. // linkLabel1
  161. // 
  162. this.linkLabel1.Font = new System.Drawing.Font("楷体_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  163. this.linkLabel1.LinkArea = new System.Windows.Forms.LinkArea(5, 13);
  164. this.linkLabel1.Location = new System.Drawing.Point(152, 167);
  165. this.linkLabel1.Name = "linkLabel1";
  166. this.linkLabel1.Size = new System.Drawing.Size(176, 23);
  167. this.linkLabel1.TabIndex = 4;
  168. this.linkLabel1.TabStop = true;
  169. this.linkLabel1.Text = "电子信箱:zh_06@163.com";
  170. // 
  171. // linkLabel2
  172. // 
  173. this.linkLabel2.Font = new System.Drawing.Font("楷体_GB2312", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
  174. this.linkLabel2.LinkArea = new System.Windows.Forms.LinkArea(5, 16);
  175. this.linkLabel2.Location = new System.Drawing.Point(152, 130);
  176. this.linkLabel2.Name = "linkLabel2";
  177. this.linkLabel2.Size = new System.Drawing.Size(192, 23);
  178. this.linkLabel2.TabIndex = 5;
  179. this.linkLabel2.TabStop = true;
  180. this.linkLabel2.Text = "网  址:www.software.com";
  181. // 
  182. // about
  183. // 
  184. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  185. this.BackColor = System.Drawing.Color.White;
  186. this.ClientSize = new System.Drawing.Size(384, 232);
  187. this.ControlBox = false;
  188. this.Controls.Add(this.linkLabel2);
  189. this.Controls.Add(this.linkLabel1);
  190. this.Controls.Add(this.groupBox1);
  191. this.Controls.Add(this.label2);
  192. this.Controls.Add(this.label1);
  193. this.Controls.Add(this.pictureBox1);
  194. this.Controls.Add(this.label4);
  195. this.Controls.Add(this.label3);
  196. this.Controls.Add(this.groupBox2);
  197. this.Controls.Add(this.label7);
  198. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  199. this.Name = "about";
  200. this.ShowInTaskbar = false;
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  202. this.Text = "about";
  203. this.TopMost = true;
  204. this.Click += new System.EventHandler(this.about_Click);
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. private void about_Click(object sender, System.EventArgs e)
  209. {
  210. this.Close ();
  211. }
  212. private void pictureBox1_Click(object sender, System.EventArgs e)
  213. {
  214. this.Close ();
  215. }
  216. }
  217. }