| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- namespace IntelligentControlForsx.MyControls
- {
- partial class LoginInfo
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.lblUser = new System.Windows.Forms.Label();
- this.lblLoginTime = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.cMenuControl = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.menuRegister = new System.Windows.Forms.ToolStripMenuItem();
- this.menuEdit = new System.Windows.Forms.ToolStripMenuItem();
- this.menuLogin = new System.Windows.Forms.ToolStripMenuItem();
- this.menuLogout = new System.Windows.Forms.ToolStripMenuItem();
- this.lblKeepDay = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.lblKeepHour = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.lblKeepMinute = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.lblKeepSecond = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.cMenuControl.SuspendLayout();
- this.SuspendLayout();
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(73, 10);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(79, 19);
- this.label2.TabIndex = 0;
- this.label2.Text = "登陆时间:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(333, 10);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(69, 19);
- this.label3.TabIndex = 0;
- this.label3.Text = "登陆时长:";
- //
- // lblUser
- //
- this.lblUser.AutoSize = true;
- this.lblUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUser.ForeColor = System.Drawing.Color.White;
- this.lblUser.Location = new System.Drawing.Point(8, 10);
- this.lblUser.Name = "lblUser";
- this.lblUser.Size = new System.Drawing.Size(51, 19);
- this.lblUser.TabIndex = 0;
- this.lblUser.Text = "未登录";
- //
- // lblLoginTime
- //
- this.lblLoginTime.AutoSize = true;
- 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)));
- this.lblLoginTime.ForeColor = System.Drawing.Color.White;
- this.lblLoginTime.Location = new System.Drawing.Point(150, 11);
- this.lblLoginTime.Name = "lblLoginTime";
- this.lblLoginTime.Size = new System.Drawing.Size(179, 20);
- this.lblLoginTime.TabIndex = 0;
- this.lblLoginTime.Text = "0000-00-00 00:00:00";
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // cMenuControl
- //
- this.cMenuControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.menuRegister,
- this.menuEdit,
- this.menuLogin,
- this.menuLogout});
- this.cMenuControl.Name = "cMenuControl";
- this.cMenuControl.Size = new System.Drawing.Size(101, 92);
- this.cMenuControl.Opened += new System.EventHandler(this.cMenuControl_Opened);
- //
- // menuRegister
- //
- this.menuRegister.Name = "menuRegister";
- this.menuRegister.Size = new System.Drawing.Size(100, 22);
- this.menuRegister.Text = "注册";
- this.menuRegister.Click += new System.EventHandler(this.menuRegister_Click);
- //
- // menuEdit
- //
- this.menuEdit.Name = "menuEdit";
- this.menuEdit.Size = new System.Drawing.Size(100, 22);
- this.menuEdit.Text = "编辑";
- this.menuEdit.Click += new System.EventHandler(this.menuEdit_Click);
- //
- // menuLogin
- //
- this.menuLogin.Name = "menuLogin";
- this.menuLogin.Size = new System.Drawing.Size(100, 22);
- this.menuLogin.Text = "登陆";
- this.menuLogin.Click += new System.EventHandler(this.menuLogin_Click);
- //
- // menuLogout
- //
- this.menuLogout.Name = "menuLogout";
- this.menuLogout.Size = new System.Drawing.Size(100, 22);
- this.menuLogout.Text = "退出";
- this.menuLogout.Click += new System.EventHandler(this.menuLogout_Click);
- //
- // lblKeepDay
- //
- this.lblKeepDay.AutoSize = true;
- 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)));
- this.lblKeepDay.ForeColor = System.Drawing.Color.White;
- this.lblKeepDay.Location = new System.Drawing.Point(408, 11);
- this.lblKeepDay.Name = "lblKeepDay";
- this.lblKeepDay.Size = new System.Drawing.Size(29, 20);
- this.lblKeepDay.TabIndex = 0;
- this.lblKeepDay.Text = "00";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(437, 10);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(23, 19);
- this.label1.TabIndex = 0;
- this.label1.Text = "天";
- //
- // lblKeepHour
- //
- this.lblKeepHour.AutoSize = true;
- 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)));
- this.lblKeepHour.ForeColor = System.Drawing.Color.White;
- this.lblKeepHour.Location = new System.Drawing.Point(460, 11);
- this.lblKeepHour.Name = "lblKeepHour";
- this.lblKeepHour.Size = new System.Drawing.Size(29, 20);
- this.lblKeepHour.TabIndex = 0;
- this.lblKeepHour.Text = "00";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(489, 10);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(23, 19);
- this.label5.TabIndex = 0;
- this.label5.Text = "时";
- //
- // lblKeepMinute
- //
- this.lblKeepMinute.AutoSize = true;
- 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)));
- this.lblKeepMinute.ForeColor = System.Drawing.Color.White;
- this.lblKeepMinute.Location = new System.Drawing.Point(512, 11);
- this.lblKeepMinute.Name = "lblKeepMinute";
- this.lblKeepMinute.Size = new System.Drawing.Size(29, 20);
- this.lblKeepMinute.TabIndex = 0;
- this.lblKeepMinute.Text = "00";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.ForeColor = System.Drawing.Color.White;
- this.label7.Location = new System.Drawing.Point(541, 10);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(23, 19);
- this.label7.TabIndex = 0;
- this.label7.Text = "分";
- //
- // lblKeepSecond
- //
- this.lblKeepSecond.AutoSize = true;
- 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)));
- this.lblKeepSecond.ForeColor = System.Drawing.Color.White;
- this.lblKeepSecond.Location = new System.Drawing.Point(564, 11);
- this.lblKeepSecond.Name = "lblKeepSecond";
- this.lblKeepSecond.Size = new System.Drawing.Size(29, 20);
- this.lblKeepSecond.TabIndex = 0;
- this.lblKeepSecond.Text = "00";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.ForeColor = System.Drawing.Color.White;
- this.label9.Location = new System.Drawing.Point(593, 10);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(23, 19);
- this.label9.TabIndex = 0;
- this.label9.Text = "秒";
- //
- // LoginInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.lblKeepSecond);
- this.Controls.Add(this.lblKeepMinute);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.lblKeepHour);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.lblKeepDay);
- this.Controls.Add(this.lblLoginTime);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.lblUser);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "LoginInfo";
- this.Size = new System.Drawing.Size(630, 39);
- this.cMenuControl.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label lblUser;
- private System.Windows.Forms.Label lblLoginTime;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.ContextMenuStrip cMenuControl;
- private System.Windows.Forms.ToolStripMenuItem menuLogin;
- private System.Windows.Forms.ToolStripMenuItem menuLogout;
- private System.Windows.Forms.ToolStripMenuItem menuRegister;
- private System.Windows.Forms.ToolStripMenuItem menuEdit;
- private System.Windows.Forms.Label lblKeepDay;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label lblKeepHour;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label lblKeepMinute;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label lblKeepSecond;
- private System.Windows.Forms.Label label9;
- }
- }
|