tijian_tieying/web/dccdc.Selfhelp/frm_ymVideo.Designer.cs
2025-02-20 12:14:39 +08:00

89 lines
3.6 KiB
C#

namespace dccdc.Selfhelp
{
partial class frm_ymVideo
{
/// <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(frm_ymVideo));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.lbl_sj = new System.Windows.Forms.Label();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 10000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// lbl_sj
//
this.lbl_sj.AutoSize = true;
this.lbl_sj.BackColor = System.Drawing.Color.Transparent;
this.lbl_sj.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_sj.Location = new System.Drawing.Point(668, 39);
this.lbl_sj.Name = "lbl_sj";
this.lbl_sj.Size = new System.Drawing.Size(299, 28);
this.lbl_sj.TabIndex = 0;
this.lbl_sj.Text = "2019年12月02日 星期一 11:19";
//
// timer2
//
this.timer2.Interval = 2000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// timer3
//
this.timer3.Interval = 6000;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// frm_ymVideo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.hjbj;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.lbl_sj);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_ymVideo";
this.Text = "frm_ymVideo";
this.Load += new System.EventHandler(this.frm_ymVideo_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label lbl_sj;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Timer timer3;
}
}