1 Star 1 Fork 1

longware/休息提醒闹钟

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TipForm.Designer.cs 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
longware 提交于 2021-04-12 21:47 . init
namespace TipTip
{
partial class TipForm
{
/// <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(TipForm));
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(12, 186);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(760, 75);
this.label1.TabIndex = 0;
this.label1.Text = "亲,该休息一下啦!";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label2
//
this.label2.Location = new System.Drawing.Point(19, 408);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(753, 23);
this.label2.TabIndex = 1;
this.label2.Text = " ";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TipForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TipForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "该休息啦";
this.Load += new System.EventHandler(this.TipForm_Load);
this.Resize += new System.EventHandler(this.TipForm_Resize);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label2;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/longware/TipTip.git
[email protected]:longware/TipTip.git
longware
TipTip
休息提醒闹钟
master

搜索帮助