UserControl1.Designer.cs
资源名称:alarm.rar [点击查看]
上传用户:sz2001
上传日期:2022-07-12
资源大小:85k
文件大小:20k
源码类别:
C#编程
开发平台:
C#
- namespace alarm
- {
- partial class alarm
- {
- /// <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.timer1 = new System.Windows.Forms.Timer(this.components);
- this.timelab = new System.Windows.Forms.Label();
- this.box = new System.Windows.Forms.GroupBox();
- this.setAl = new System.Windows.Forms.Button();
- this.delAlr = new System.Windows.Forms.Button();
- this.showAl = new System.Windows.Forms.Button();
- this.megBox = new System.Windows.Forms.TextBox();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.当前时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.定时时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.最近定时ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.循环显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.循环时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.秒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.秒ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.秒ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.秒ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.FontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.forcolourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.backcolourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.borderStyleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.noToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.fixedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.fixed3DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.fontDialog1 = new System.Windows.Forms.FontDialog();
- this.colorDialog1 = new System.Windows.Forms.ColorDialog();
- this.timer3 = new System.Windows.Forms.Timer(this.components);
- this.box.SuspendLayout();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // timelab
- //
- this.timelab.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.timelab.Location = new System.Drawing.Point(41, 17);
- this.timelab.Name = "timelab";
- this.timelab.Size = new System.Drawing.Size(233, 43);
- this.timelab.TabIndex = 0;
- this.timelab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // box
- //
- this.box.Controls.Add(this.timelab);
- this.box.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.box.Location = new System.Drawing.Point(39, 49);
- this.box.Name = "box";
- this.box.Size = new System.Drawing.Size(311, 73);
- this.box.TabIndex = 1;
- this.box.TabStop = false;
- this.box.Text = "Time:";
- //
- // setAl
- //
- this.setAl.Location = new System.Drawing.Point(39, 213);
- this.setAl.Name = "setAl";
- this.setAl.Size = new System.Drawing.Size(75, 23);
- this.setAl.TabIndex = 3;
- this.setAl.Text = "设定闹钟";
- this.setAl.UseVisualStyleBackColor = true;
- this.setAl.Click += new System.EventHandler(this.setAl_Click);
- //
- // delAlr
- //
- this.delAlr.Location = new System.Drawing.Point(157, 213);
- this.delAlr.Name = "delAlr";
- this.delAlr.Size = new System.Drawing.Size(75, 23);
- this.delAlr.TabIndex = 4;
- this.delAlr.Text = "删除定时";
- this.delAlr.UseVisualStyleBackColor = true;
- this.delAlr.Click += new System.EventHandler(this.delAl_Click);
- //
- // showAl
- //
- this.showAl.Location = new System.Drawing.Point(275, 213);
- this.showAl.Name = "showAl";
- this.showAl.Size = new System.Drawing.Size(75, 23);
- this.showAl.TabIndex = 5;
- this.showAl.Text = "显示定时";
- this.showAl.UseVisualStyleBackColor = true;
- this.showAl.Click += new System.EventHandler(this.定时时间ToolStripMenuItem_Click);
- //
- // megBox
- //
- this.megBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.megBox.Location = new System.Drawing.Point(227, 138);
- this.megBox.Name = "megBox";
- this.megBox.Size = new System.Drawing.Size(134, 30);
- this.megBox.TabIndex = 6;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
- this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
- this.dateTimePicker1.Location = new System.Drawing.Point(70, 138);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.ShowUpDown = true;
- this.dateTimePicker1.Size = new System.Drawing.Size(108, 30);
- this.dateTimePicker1.TabIndex = 7;
- //
- // timer2
- //
- this.timer2.Interval = 1000;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.显示ToolStripMenuItem,
- this.设置ToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(392, 25);
- this.menuStrip1.TabIndex = 8;
- this.menuStrip1.Text = "menuStrip1";
- //
- // 显示ToolStripMenuItem
- //
- this.显示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.当前时间ToolStripMenuItem,
- this.定时时间ToolStripMenuItem});
- this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
- this.显示ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
- this.显示ToolStripMenuItem.Text = "查看";
- //
- // 当前时间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);
- //
- // 定时时间ToolStripMenuItem
- //
- this.定时时间ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.最近定时ToolStripMenuItem,
- this.循环显示ToolStripMenuItem,
- this.循环时间ToolStripMenuItem});
- this.定时时间ToolStripMenuItem.Name = "定时时间ToolStripMenuItem";
- this.定时时间ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
- this.定时时间ToolStripMenuItem.Text = "定时时间";
- //
- // 最近定时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);
- //
- // 循环显示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);
- //
- // 循环时间ToolStripMenuItem
- //
- this.循环时间ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.秒ToolStripMenuItem,
- this.秒ToolStripMenuItem1,
- this.秒ToolStripMenuItem2,
- this.秒ToolStripMenuItem3});
- this.循环时间ToolStripMenuItem.Name = "循环时间ToolStripMenuItem";
- this.循环时间ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
- this.循环时间ToolStripMenuItem.Text = "循环时间";
- //
- // 秒ToolStripMenuItem
- //
- this.秒ToolStripMenuItem.Name = "秒ToolStripMenuItem";
- this.秒ToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
- this.秒ToolStripMenuItem.Text = "0.5秒";
- this.秒ToolStripMenuItem.Click += new System.EventHandler(this.秒ToolStripMenuItem_Click);
- //
- // 秒ToolStripMenuItem1
- //
- this.秒ToolStripMenuItem1.Name = "秒ToolStripMenuItem1";
- this.秒ToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
- this.秒ToolStripMenuItem1.Text = "1秒";
- this.秒ToolStripMenuItem1.Click += new System.EventHandler(this.秒ToolStripMenuItem1_Click);
- //
- // 秒ToolStripMenuItem2
- //
- this.秒ToolStripMenuItem2.Name = "秒ToolStripMenuItem2";
- this.秒ToolStripMenuItem2.Size = new System.Drawing.Size(105, 22);
- this.秒ToolStripMenuItem2.Text = "1.5秒";
- this.秒ToolStripMenuItem2.Click += new System.EventHandler(this.秒ToolStripMenuItem2_Click);
- //
- // 秒ToolStripMenuItem3
- //
- this.秒ToolStripMenuItem3.Name = "秒ToolStripMenuItem3";
- this.秒ToolStripMenuItem3.Size = new System.Drawing.Size(105, 22);
- this.秒ToolStripMenuItem3.Text = "2秒";
- this.秒ToolStripMenuItem3.Click += new System.EventHandler(this.秒ToolStripMenuItem3_Click);
- //
- // 设置ToolStripMenuItem
- //
- this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.FontToolStripMenuItem,
- this.forcolourToolStripMenuItem,
- this.backcolourToolStripMenuItem,
- this.borderStyleToolStripMenuItem});
- this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
- this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
- this.设置ToolStripMenuItem.Text = "设置";
- //
- // FontToolStripMenuItem
- //
- this.FontToolStripMenuItem.Name = "FontToolStripMenuItem";
- this.FontToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
- this.FontToolStripMenuItem.Text = "Font";
- this.FontToolStripMenuItem.Click += new System.EventHandler(this.FontToolStripMenuItem_Click);
- //
- // forcolourToolStripMenuItem
- //
- this.forcolourToolStripMenuItem.Name = "forcolourToolStripMenuItem";
- this.forcolourToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
- this.forcolourToolStripMenuItem.Text = "Forcolour";
- this.forcolourToolStripMenuItem.Click += new System.EventHandler(this.forcolourToolStripMenuItem_Click);
- //
- // backcolourToolStripMenuItem
- //
- this.backcolourToolStripMenuItem.Name = "backcolourToolStripMenuItem";
- this.backcolourToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
- this.backcolourToolStripMenuItem.Text = "Backcolour";
- this.backcolourToolStripMenuItem.Click += new System.EventHandler(this.backcolourToolStripMenuItem_Click);
- //
- // borderStyleToolStripMenuItem
- //
- this.borderStyleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.noToolStripMenuItem,
- this.fixedToolStripMenuItem,
- this.fixed3DToolStripMenuItem});
- this.borderStyleToolStripMenuItem.Name = "borderStyleToolStripMenuItem";
- this.borderStyleToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
- this.borderStyleToolStripMenuItem.Text = "BorderStyle";
- //
- // noToolStripMenuItem
- //
- this.noToolStripMenuItem.Name = "noToolStripMenuItem";
- this.noToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
- this.noToolStripMenuItem.Text = "None";
- this.noToolStripMenuItem.Click += new System.EventHandler(this.noToolStripMenuItem_Click);
- //
- // fixedToolStripMenuItem
- //
- this.fixedToolStripMenuItem.Name = "fixedToolStripMenuItem";
- this.fixedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
- this.fixedToolStripMenuItem.Text = "FixedSingle";
- this.fixedToolStripMenuItem.Click += new System.EventHandler(this.fixedToolStripMenuItem_Click);
- //
- // fixed3DToolStripMenuItem
- //
- this.fixed3DToolStripMenuItem.Name = "fixed3DToolStripMenuItem";
- this.fixed3DToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
- this.fixed3DToolStripMenuItem.Text = "Fixed3D";
- this.fixed3DToolStripMenuItem.Click += new System.EventHandler(this.fixed3DToolStripMenuItem_Click);
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(27, 148);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(37, 18);
- this.label1.TabIndex = 9;
- this.label1.Text = "定时:";
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(184, 148);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(37, 18);
- this.label2.TabIndex = 10;
- this.label2.Text = "提示:";
- //
- // timer3
- //
- this.timer3.Interval = 1500;
- this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
- //
- // alarm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.dateTimePicker1);
- this.Controls.Add(this.megBox);
- this.Controls.Add(this.showAl);
- this.Controls.Add(this.delAlr);
- this.Controls.Add(this.setAl);
- this.Controls.Add(this.box);
- this.Controls.Add(this.menuStrip1);
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Name = "alarm";
- this.Size = new System.Drawing.Size(392, 257);
- this.box.ResumeLayout(false);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label timelab;
- private System.Windows.Forms.GroupBox box;
- private System.Windows.Forms.Button setAl;
- private System.Windows.Forms.Button delAlr;
- private System.Windows.Forms.Button showAl;
- private System.Windows.Forms.TextBox megBox;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.Timer timer2;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 显示ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 当前时间ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 定时时间ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem FontToolStripMenuItem;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.FontDialog fontDialog1;
- private System.Windows.Forms.ToolStripMenuItem forcolourToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem backcolourToolStripMenuItem;
- private System.Windows.Forms.ColorDialog colorDialog1;
- private System.Windows.Forms.ToolStripMenuItem borderStyleToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem noToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem fixedToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem fixed3DToolStripMenuItem;
- private System.Windows.Forms.Timer timer3;
- private System.Windows.Forms.ToolStripMenuItem 最近定时ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 循环显示ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 循环时间ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem3;
- }
- }