LoginInfo.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. namespace IntelligentControlForsx.MyControls
  2. {
  3. partial class LoginInfo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.lblUser = new System.Windows.Forms.Label();
  32. this.lblLoginTime = new System.Windows.Forms.Label();
  33. this.timer1 = new System.Windows.Forms.Timer(this.components);
  34. this.cMenuControl = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.menuRegister = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menuEdit = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menuLogin = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menuLogout = new System.Windows.Forms.ToolStripMenuItem();
  39. this.lblKeepDay = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.lblKeepHour = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.lblKeepMinute = new System.Windows.Forms.Label();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.lblKeepSecond = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.cMenuControl.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.label2.ForeColor = System.Drawing.Color.White;
  55. this.label2.Location = new System.Drawing.Point(73, 10);
  56. this.label2.Name = "label2";
  57. this.label2.Size = new System.Drawing.Size(79, 19);
  58. this.label2.TabIndex = 0;
  59. this.label2.Text = "登陆时间:";
  60. //
  61. // label3
  62. //
  63. this.label3.AutoSize = true;
  64. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.label3.ForeColor = System.Drawing.Color.White;
  66. this.label3.Location = new System.Drawing.Point(333, 10);
  67. this.label3.Name = "label3";
  68. this.label3.Size = new System.Drawing.Size(69, 19);
  69. this.label3.TabIndex = 0;
  70. this.label3.Text = "登陆时长:";
  71. //
  72. // lblUser
  73. //
  74. this.lblUser.AutoSize = true;
  75. this.lblUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.lblUser.ForeColor = System.Drawing.Color.White;
  77. this.lblUser.Location = new System.Drawing.Point(8, 10);
  78. this.lblUser.Name = "lblUser";
  79. this.lblUser.Size = new System.Drawing.Size(51, 19);
  80. this.lblUser.TabIndex = 0;
  81. this.lblUser.Text = "未登录";
  82. //
  83. // lblLoginTime
  84. //
  85. this.lblLoginTime.AutoSize = true;
  86. this.lblLoginTime.Font = new System.Drawing.Font("DS-Digital", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  87. this.lblLoginTime.ForeColor = System.Drawing.Color.White;
  88. this.lblLoginTime.Location = new System.Drawing.Point(150, 11);
  89. this.lblLoginTime.Name = "lblLoginTime";
  90. this.lblLoginTime.Size = new System.Drawing.Size(179, 20);
  91. this.lblLoginTime.TabIndex = 0;
  92. this.lblLoginTime.Text = "0000-00-00 00:00:00";
  93. //
  94. // timer1
  95. //
  96. this.timer1.Interval = 1000;
  97. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  98. //
  99. // cMenuControl
  100. //
  101. this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.menuRegister,
  103. this.menuEdit,
  104. this.menuLogin,
  105. this.menuLogout});
  106. this.cMenuControl.Name = "cMenuControl";
  107. this.cMenuControl.Size = new System.Drawing.Size(101, 92);
  108. this.cMenuControl.Opened += new System.EventHandler(this.cMenuControl_Opened);
  109. //
  110. // menuRegister
  111. //
  112. this.menuRegister.Name = "menuRegister";
  113. this.menuRegister.Size = new System.Drawing.Size(100, 22);
  114. this.menuRegister.Text = "注册";
  115. this.menuRegister.Click += new System.EventHandler(this.menuRegister_Click);
  116. //
  117. // menuEdit
  118. //
  119. this.menuEdit.Name = "menuEdit";
  120. this.menuEdit.Size = new System.Drawing.Size(100, 22);
  121. this.menuEdit.Text = "编辑";
  122. this.menuEdit.Click += new System.EventHandler(this.menuEdit_Click);
  123. //
  124. // menuLogin
  125. //
  126. this.menuLogin.Name = "menuLogin";
  127. this.menuLogin.Size = new System.Drawing.Size(100, 22);
  128. this.menuLogin.Text = "登陆";
  129. this.menuLogin.Click += new System.EventHandler(this.menuLogin_Click);
  130. //
  131. // menuLogout
  132. //
  133. this.menuLogout.Name = "menuLogout";
  134. this.menuLogout.Size = new System.Drawing.Size(100, 22);
  135. this.menuLogout.Text = "退出";
  136. this.menuLogout.Click += new System.EventHandler(this.menuLogout_Click);
  137. //
  138. // lblKeepDay
  139. //
  140. this.lblKeepDay.AutoSize = true;
  141. this.lblKeepDay.Font = new System.Drawing.Font("DS-Digital", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  142. this.lblKeepDay.ForeColor = System.Drawing.Color.White;
  143. this.lblKeepDay.Location = new System.Drawing.Point(408, 11);
  144. this.lblKeepDay.Name = "lblKeepDay";
  145. this.lblKeepDay.Size = new System.Drawing.Size(29, 20);
  146. this.lblKeepDay.TabIndex = 0;
  147. this.lblKeepDay.Text = "00";
  148. //
  149. // label1
  150. //
  151. this.label1.AutoSize = true;
  152. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label1.ForeColor = System.Drawing.Color.White;
  154. this.label1.Location = new System.Drawing.Point(437, 10);
  155. this.label1.Name = "label1";
  156. this.label1.Size = new System.Drawing.Size(23, 19);
  157. this.label1.TabIndex = 0;
  158. this.label1.Text = "天";
  159. //
  160. // lblKeepHour
  161. //
  162. this.lblKeepHour.AutoSize = true;
  163. this.lblKeepHour.Font = new System.Drawing.Font("DS-Digital", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  164. this.lblKeepHour.ForeColor = System.Drawing.Color.White;
  165. this.lblKeepHour.Location = new System.Drawing.Point(460, 11);
  166. this.lblKeepHour.Name = "lblKeepHour";
  167. this.lblKeepHour.Size = new System.Drawing.Size(29, 20);
  168. this.lblKeepHour.TabIndex = 0;
  169. this.lblKeepHour.Text = "00";
  170. //
  171. // label5
  172. //
  173. this.label5.AutoSize = true;
  174. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.label5.ForeColor = System.Drawing.Color.White;
  176. this.label5.Location = new System.Drawing.Point(489, 10);
  177. this.label5.Name = "label5";
  178. this.label5.Size = new System.Drawing.Size(23, 19);
  179. this.label5.TabIndex = 0;
  180. this.label5.Text = "时";
  181. //
  182. // lblKeepMinute
  183. //
  184. this.lblKeepMinute.AutoSize = true;
  185. this.lblKeepMinute.Font = new System.Drawing.Font("DS-Digital", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  186. this.lblKeepMinute.ForeColor = System.Drawing.Color.White;
  187. this.lblKeepMinute.Location = new System.Drawing.Point(512, 11);
  188. this.lblKeepMinute.Name = "lblKeepMinute";
  189. this.lblKeepMinute.Size = new System.Drawing.Size(29, 20);
  190. this.lblKeepMinute.TabIndex = 0;
  191. this.lblKeepMinute.Text = "00";
  192. //
  193. // label7
  194. //
  195. this.label7.AutoSize = true;
  196. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label7.ForeColor = System.Drawing.Color.White;
  198. this.label7.Location = new System.Drawing.Point(541, 10);
  199. this.label7.Name = "label7";
  200. this.label7.Size = new System.Drawing.Size(23, 19);
  201. this.label7.TabIndex = 0;
  202. this.label7.Text = "分";
  203. //
  204. // lblKeepSecond
  205. //
  206. this.lblKeepSecond.AutoSize = true;
  207. this.lblKeepSecond.Font = new System.Drawing.Font("DS-Digital", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  208. this.lblKeepSecond.ForeColor = System.Drawing.Color.White;
  209. this.lblKeepSecond.Location = new System.Drawing.Point(564, 11);
  210. this.lblKeepSecond.Name = "lblKeepSecond";
  211. this.lblKeepSecond.Size = new System.Drawing.Size(29, 20);
  212. this.lblKeepSecond.TabIndex = 0;
  213. this.lblKeepSecond.Text = "00";
  214. //
  215. // label9
  216. //
  217. this.label9.AutoSize = true;
  218. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.label9.ForeColor = System.Drawing.Color.White;
  220. this.label9.Location = new System.Drawing.Point(593, 10);
  221. this.label9.Name = "label9";
  222. this.label9.Size = new System.Drawing.Size(23, 19);
  223. this.label9.TabIndex = 0;
  224. this.label9.Text = "秒";
  225. //
  226. // LoginInfo
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.BackColor = System.Drawing.Color.Transparent;
  231. this.Controls.Add(this.label9);
  232. this.Controls.Add(this.label7);
  233. this.Controls.Add(this.label5);
  234. this.Controls.Add(this.lblKeepSecond);
  235. this.Controls.Add(this.lblKeepMinute);
  236. this.Controls.Add(this.label1);
  237. this.Controls.Add(this.lblKeepHour);
  238. this.Controls.Add(this.label3);
  239. this.Controls.Add(this.lblKeepDay);
  240. this.Controls.Add(this.lblLoginTime);
  241. this.Controls.Add(this.label2);
  242. this.Controls.Add(this.lblUser);
  243. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  245. this.Name = "LoginInfo";
  246. this.Size = new System.Drawing.Size(630, 39);
  247. this.cMenuControl.ResumeLayout(false);
  248. this.ResumeLayout(false);
  249. this.PerformLayout();
  250. }
  251. #endregion
  252. private System.Windows.Forms.Label label2;
  253. private System.Windows.Forms.Label label3;
  254. private System.Windows.Forms.Label lblUser;
  255. private System.Windows.Forms.Label lblLoginTime;
  256. private System.Windows.Forms.Timer timer1;
  257. private System.Windows.Forms.ContextMenuStrip cMenuControl;
  258. private System.Windows.Forms.ToolStripMenuItem menuLogin;
  259. private System.Windows.Forms.ToolStripMenuItem menuLogout;
  260. private System.Windows.Forms.ToolStripMenuItem menuRegister;
  261. private System.Windows.Forms.ToolStripMenuItem menuEdit;
  262. private System.Windows.Forms.Label lblKeepDay;
  263. private System.Windows.Forms.Label label1;
  264. private System.Windows.Forms.Label lblKeepHour;
  265. private System.Windows.Forms.Label label5;
  266. private System.Windows.Forms.Label lblKeepMinute;
  267. private System.Windows.Forms.Label label7;
  268. private System.Windows.Forms.Label lblKeepSecond;
  269. private System.Windows.Forms.Label label9;
  270. }
  271. }