191 lines
9.1 KiB
C#
191 lines
9.1 KiB
C#
namespace TimeClock.DbOp
|
|
{
|
|
partial class FrmBeforeRestTip
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBeforeRestTip));
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.LblSecond = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.LblDelay = new System.Windows.Forms.LinkLabel();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.立即休息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.LblMode = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(26, 47);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(91, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "距离休息还有";
|
|
//
|
|
// LblSecond
|
|
//
|
|
this.LblSecond.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LblSecond.ForeColor = System.Drawing.Color.Red;
|
|
this.LblSecond.Location = new System.Drawing.Point(116, 37);
|
|
this.LblSecond.Name = "LblSecond";
|
|
this.LblSecond.Size = new System.Drawing.Size(39, 30);
|
|
this.LblSecond.TabIndex = 1;
|
|
this.LblSecond.Text = "60";
|
|
this.LblSecond.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(155, 47);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(49, 14);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "秒时间";
|
|
//
|
|
// LblDelay
|
|
//
|
|
this.LblDelay.AutoSize = true;
|
|
this.LblDelay.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.LblDelay.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LblDelay.Location = new System.Drawing.Point(218, 47);
|
|
this.LblDelay.Name = "LblDelay";
|
|
this.LblDelay.Size = new System.Drawing.Size(63, 14);
|
|
this.LblDelay.TabIndex = 3;
|
|
this.LblDelay.TabStop = true;
|
|
this.LblDelay.Text = "延迟休息";
|
|
this.LblDelay.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblDelay_LinkClicked);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.立即休息ToolStripMenuItem,
|
|
this.toolStripMenuItem1});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 32);
|
|
//
|
|
// 立即休息ToolStripMenuItem
|
|
//
|
|
this.立即休息ToolStripMenuItem.Name = "立即休息ToolStripMenuItem";
|
|
this.立即休息ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
this.立即休息ToolStripMenuItem.Text = "立即休息";
|
|
this.立即休息ToolStripMenuItem.Click += new System.EventHandler(this.立即休息ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(121, 6);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.LblMode);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(328, 128);
|
|
this.panel1.TabIndex = 4;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// LblMode
|
|
//
|
|
this.LblMode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LblMode.ForeColor = System.Drawing.Color.Red;
|
|
this.LblMode.Location = new System.Drawing.Point(184, 44);
|
|
this.LblMode.Name = "LblMode";
|
|
this.LblMode.Size = new System.Drawing.Size(67, 30);
|
|
this.LblMode.TabIndex = 2;
|
|
this.LblMode.Text = "全屏";
|
|
this.LblMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(87, 52);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(98, 14);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "暂停计时,因为";
|
|
//
|
|
// FrmBeforeRestTip
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(328, 128);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.LblDelay);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.LblSecond);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmBeforeRestTip";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "即将进入休息";
|
|
this.TopMost = true;
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmBeforeRestTip_FormClosed);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label LblSecond;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.LinkLabel LblDelay;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 立即休息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label LblMode;
|
|
}
|
|
} |