UserControl1.Designer.cs
上传用户:sz2001
上传日期:2022-07-12
资源大小:85k
文件大小:20k
源码类别:

C#编程

开发平台:

C#

  1. namespace alarm
  2. {
  3.     partial class alarm
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region 组件设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             this.timer1 = new System.Windows.Forms.Timer(this.components);
  30.             this.timelab = new System.Windows.Forms.Label();
  31.             this.box = new System.Windows.Forms.GroupBox();
  32.             this.setAl = new System.Windows.Forms.Button();
  33.             this.delAlr = new System.Windows.Forms.Button();
  34.             this.showAl = new System.Windows.Forms.Button();
  35.             this.megBox = new System.Windows.Forms.TextBox();
  36.             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  37.             this.timer2 = new System.Windows.Forms.Timer(this.components);
  38.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  39.             this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40.             this.当前时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.定时时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42.             this.最近定时ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43.             this.循环显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44.             this.循环时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.             this.秒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46.             this.秒ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.秒ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  48.             this.秒ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  49.             this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50.             this.FontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51.             this.forcolourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52.             this.backcolourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53.             this.borderStyleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54.             this.noToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55.             this.fixedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56.             this.fixed3DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  57.             this.label1 = new System.Windows.Forms.Label();
  58.             this.label2 = new System.Windows.Forms.Label();
  59.             this.fontDialog1 = new System.Windows.Forms.FontDialog();
  60.             this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  61.             this.timer3 = new System.Windows.Forms.Timer(this.components);
  62.             this.box.SuspendLayout();
  63.             this.menuStrip1.SuspendLayout();
  64.             this.SuspendLayout();
  65.             // 
  66.             // timer1
  67.             // 
  68.             this.timer1.Enabled = true;
  69.             this.timer1.Interval = 1000;
  70.             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  71.             // 
  72.             // timelab
  73.             // 
  74.             this.timelab.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75.             this.timelab.Location = new System.Drawing.Point(41, 17);
  76.             this.timelab.Name = "timelab";
  77.             this.timelab.Size = new System.Drawing.Size(233, 43);
  78.             this.timelab.TabIndex = 0;
  79.             this.timelab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80.             // 
  81.             // box
  82.             // 
  83.             this.box.Controls.Add(this.timelab);
  84.             this.box.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85.             this.box.Location = new System.Drawing.Point(39, 49);
  86.             this.box.Name = "box";
  87.             this.box.Size = new System.Drawing.Size(311, 73);
  88.             this.box.TabIndex = 1;
  89.             this.box.TabStop = false;
  90.             this.box.Text = "Time:";
  91.             // 
  92.             // setAl
  93.             // 
  94.             this.setAl.Location = new System.Drawing.Point(39, 213);
  95.             this.setAl.Name = "setAl";
  96.             this.setAl.Size = new System.Drawing.Size(75, 23);
  97.             this.setAl.TabIndex = 3;
  98.             this.setAl.Text = "设定闹钟";
  99.             this.setAl.UseVisualStyleBackColor = true;
  100.             this.setAl.Click += new System.EventHandler(this.setAl_Click);
  101.             // 
  102.             // delAlr
  103.             // 
  104.             this.delAlr.Location = new System.Drawing.Point(157, 213);
  105.             this.delAlr.Name = "delAlr";
  106.             this.delAlr.Size = new System.Drawing.Size(75, 23);
  107.             this.delAlr.TabIndex = 4;
  108.             this.delAlr.Text = "删除定时";
  109.             this.delAlr.UseVisualStyleBackColor = true;
  110.             this.delAlr.Click += new System.EventHandler(this.delAl_Click);
  111.             // 
  112.             // showAl
  113.             // 
  114.             this.showAl.Location = new System.Drawing.Point(275, 213);
  115.             this.showAl.Name = "showAl";
  116.             this.showAl.Size = new System.Drawing.Size(75, 23);
  117.             this.showAl.TabIndex = 5;
  118.             this.showAl.Text = "显示定时";
  119.             this.showAl.UseVisualStyleBackColor = true;
  120.             this.showAl.Click += new System.EventHandler(this.定时时间ToolStripMenuItem_Click);
  121.             // 
  122.             // megBox
  123.             // 
  124.             this.megBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125.             this.megBox.Location = new System.Drawing.Point(227, 138);
  126.             this.megBox.Name = "megBox";
  127.             this.megBox.Size = new System.Drawing.Size(134, 30);
  128.             this.megBox.TabIndex = 6;
  129.             // 
  130.             // dateTimePicker1
  131.             // 
  132.             this.dateTimePicker1.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
  133.             this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134.             this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  135.             this.dateTimePicker1.Location = new System.Drawing.Point(70, 138);
  136.             this.dateTimePicker1.Name = "dateTimePicker1";
  137.             this.dateTimePicker1.ShowUpDown = true;
  138.             this.dateTimePicker1.Size = new System.Drawing.Size(108, 30);
  139.             this.dateTimePicker1.TabIndex = 7;
  140.             // 
  141.             // timer2
  142.             // 
  143.             this.timer2.Interval = 1000;
  144.             this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  145.             // 
  146.             // menuStrip1
  147.             // 
  148.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  149.             this.显示ToolStripMenuItem,
  150.             this.设置ToolStripMenuItem});
  151.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  152.             this.menuStrip1.Name = "menuStrip1";
  153.             this.menuStrip1.Size = new System.Drawing.Size(392, 25);
  154.             this.menuStrip1.TabIndex = 8;
  155.             this.menuStrip1.Text = "menuStrip1";
  156.             // 
  157.             // 显示ToolStripMenuItem
  158.             // 
  159.             this.显示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  160.             this.当前时间ToolStripMenuItem,
  161.             this.定时时间ToolStripMenuItem});
  162.             this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
  163.             this.显示ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  164.             this.显示ToolStripMenuItem.Text = "查看";
  165.             // 
  166.             // 当前时间ToolStripMenuItem
  167.             // 
  168.             this.当前时间ToolStripMenuItem.Name = "当前时间ToolStripMenuItem";
  169.             this.当前时间ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  170.             this.当前时间ToolStripMenuItem.Text = "当前时间";
  171.             this.当前时间ToolStripMenuItem.Click += new System.EventHandler(this.当前时间ToolStripMenuItem_Click);
  172.             // 
  173.             // 定时时间ToolStripMenuItem
  174.             // 
  175.             this.定时时间ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  176.             this.最近定时ToolStripMenuItem,
  177.             this.循环显示ToolStripMenuItem,
  178.             this.循环时间ToolStripMenuItem});
  179.             this.定时时间ToolStripMenuItem.Name = "定时时间ToolStripMenuItem";
  180.             this.定时时间ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  181.             this.定时时间ToolStripMenuItem.Text = "定时时间";
  182.             // 
  183.             // 最近定时ToolStripMenuItem
  184.             // 
  185.             this.最近定时ToolStripMenuItem.Name = "最近定时ToolStripMenuItem";
  186.             this.最近定时ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  187.             this.最近定时ToolStripMenuItem.Text = "最近定时";
  188.             this.最近定时ToolStripMenuItem.Click += new System.EventHandler(this.定时时间ToolStripMenuItem_Click);
  189.             // 
  190.             // 循环显示ToolStripMenuItem
  191.             // 
  192.             this.循环显示ToolStripMenuItem.Name = "循环显示ToolStripMenuItem";
  193.             this.循环显示ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  194.             this.循环显示ToolStripMenuItem.Text = "循环显示";
  195.             this.循环显示ToolStripMenuItem.Click += new System.EventHandler(this.循环显示ToolStripMenuItem_Click);
  196.             // 
  197.             // 循环时间ToolStripMenuItem
  198.             // 
  199.             this.循环时间ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  200.             this.秒ToolStripMenuItem,
  201.             this.秒ToolStripMenuItem1,
  202.             this.秒ToolStripMenuItem2,
  203.             this.秒ToolStripMenuItem3});
  204.             this.循环时间ToolStripMenuItem.Name = "循环时间ToolStripMenuItem";
  205.             this.循环时间ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  206.             this.循环时间ToolStripMenuItem.Text = "循环时间";
  207.             // 
  208.             // 秒ToolStripMenuItem
  209.             // 
  210.             this.秒ToolStripMenuItem.Name = "秒ToolStripMenuItem";
  211.             this.秒ToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
  212.             this.秒ToolStripMenuItem.Text = "0.5秒";
  213.             this.秒ToolStripMenuItem.Click += new System.EventHandler(this.秒ToolStripMenuItem_Click);
  214.             // 
  215.             // 秒ToolStripMenuItem1
  216.             // 
  217.             this.秒ToolStripMenuItem1.Name = "秒ToolStripMenuItem1";
  218.             this.秒ToolStripMenuItem1.Size = new System.Drawing.Size(105, 22);
  219.             this.秒ToolStripMenuItem1.Text = "1秒";
  220.             this.秒ToolStripMenuItem1.Click += new System.EventHandler(this.秒ToolStripMenuItem1_Click);
  221.             // 
  222.             // 秒ToolStripMenuItem2
  223.             // 
  224.             this.秒ToolStripMenuItem2.Name = "秒ToolStripMenuItem2";
  225.             this.秒ToolStripMenuItem2.Size = new System.Drawing.Size(105, 22);
  226.             this.秒ToolStripMenuItem2.Text = "1.5秒";
  227.             this.秒ToolStripMenuItem2.Click += new System.EventHandler(this.秒ToolStripMenuItem2_Click);
  228.             // 
  229.             // 秒ToolStripMenuItem3
  230.             // 
  231.             this.秒ToolStripMenuItem3.Name = "秒ToolStripMenuItem3";
  232.             this.秒ToolStripMenuItem3.Size = new System.Drawing.Size(105, 22);
  233.             this.秒ToolStripMenuItem3.Text = "2秒";
  234.             this.秒ToolStripMenuItem3.Click += new System.EventHandler(this.秒ToolStripMenuItem3_Click);
  235.             // 
  236.             // 设置ToolStripMenuItem
  237.             // 
  238.             this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  239.             this.FontToolStripMenuItem,
  240.             this.forcolourToolStripMenuItem,
  241.             this.backcolourToolStripMenuItem,
  242.             this.borderStyleToolStripMenuItem});
  243.             this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  244.             this.设置ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  245.             this.设置ToolStripMenuItem.Text = "设置";
  246.             // 
  247.             // FontToolStripMenuItem
  248.             // 
  249.             this.FontToolStripMenuItem.Name = "FontToolStripMenuItem";
  250.             this.FontToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  251.             this.FontToolStripMenuItem.Text = "Font";
  252.             this.FontToolStripMenuItem.Click += new System.EventHandler(this.FontToolStripMenuItem_Click);
  253.             // 
  254.             // forcolourToolStripMenuItem
  255.             // 
  256.             this.forcolourToolStripMenuItem.Name = "forcolourToolStripMenuItem";
  257.             this.forcolourToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  258.             this.forcolourToolStripMenuItem.Text = "Forcolour";
  259.             this.forcolourToolStripMenuItem.Click += new System.EventHandler(this.forcolourToolStripMenuItem_Click);
  260.             // 
  261.             // backcolourToolStripMenuItem
  262.             // 
  263.             this.backcolourToolStripMenuItem.Name = "backcolourToolStripMenuItem";
  264.             this.backcolourToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  265.             this.backcolourToolStripMenuItem.Text = "Backcolour";
  266.             this.backcolourToolStripMenuItem.Click += new System.EventHandler(this.backcolourToolStripMenuItem_Click);
  267.             // 
  268.             // borderStyleToolStripMenuItem
  269.             // 
  270.             this.borderStyleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  271.             this.noToolStripMenuItem,
  272.             this.fixedToolStripMenuItem,
  273.             this.fixed3DToolStripMenuItem});
  274.             this.borderStyleToolStripMenuItem.Name = "borderStyleToolStripMenuItem";
  275.             this.borderStyleToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
  276.             this.borderStyleToolStripMenuItem.Text = "BorderStyle";
  277.             // 
  278.             // noToolStripMenuItem
  279.             // 
  280.             this.noToolStripMenuItem.Name = "noToolStripMenuItem";
  281.             this.noToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
  282.             this.noToolStripMenuItem.Text = "None";
  283.             this.noToolStripMenuItem.Click += new System.EventHandler(this.noToolStripMenuItem_Click);
  284.             // 
  285.             // fixedToolStripMenuItem
  286.             // 
  287.             this.fixedToolStripMenuItem.Name = "fixedToolStripMenuItem";
  288.             this.fixedToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
  289.             this.fixedToolStripMenuItem.Text = "FixedSingle";
  290.             this.fixedToolStripMenuItem.Click += new System.EventHandler(this.fixedToolStripMenuItem_Click);
  291.             // 
  292.             // fixed3DToolStripMenuItem
  293.             // 
  294.             this.fixed3DToolStripMenuItem.Name = "fixed3DToolStripMenuItem";
  295.             this.fixed3DToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
  296.             this.fixed3DToolStripMenuItem.Text = "Fixed3D";
  297.             this.fixed3DToolStripMenuItem.Click += new System.EventHandler(this.fixed3DToolStripMenuItem_Click);
  298.             // 
  299.             // label1
  300.             // 
  301.             this.label1.Location = new System.Drawing.Point(27, 148);
  302.             this.label1.Name = "label1";
  303.             this.label1.Size = new System.Drawing.Size(37, 18);
  304.             this.label1.TabIndex = 9;
  305.             this.label1.Text = "定时:";
  306.             // 
  307.             // label2
  308.             // 
  309.             this.label2.Location = new System.Drawing.Point(184, 148);
  310.             this.label2.Name = "label2";
  311.             this.label2.Size = new System.Drawing.Size(37, 18);
  312.             this.label2.TabIndex = 10;
  313.             this.label2.Text = "提示:";
  314.             // 
  315.             // timer3
  316.             // 
  317.             this.timer3.Interval = 1500;
  318.             this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
  319.             // 
  320.             // alarm
  321.             // 
  322.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  323.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324.             this.Controls.Add(this.label2);
  325.             this.Controls.Add(this.label1);
  326.             this.Controls.Add(this.dateTimePicker1);
  327.             this.Controls.Add(this.megBox);
  328.             this.Controls.Add(this.showAl);
  329.             this.Controls.Add(this.delAlr);
  330.             this.Controls.Add(this.setAl);
  331.             this.Controls.Add(this.box);
  332.             this.Controls.Add(this.menuStrip1);
  333.             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334.             this.ForeColor = System.Drawing.SystemColors.ControlText;
  335.             this.Name = "alarm";
  336.             this.Size = new System.Drawing.Size(392, 257);
  337.             this.box.ResumeLayout(false);
  338.             this.menuStrip1.ResumeLayout(false);
  339.             this.menuStrip1.PerformLayout();
  340.             this.ResumeLayout(false);
  341.             this.PerformLayout();
  342.         }
  343.         #endregion
  344.         private System.Windows.Forms.Timer timer1;
  345.         private System.Windows.Forms.Label timelab;
  346.         private System.Windows.Forms.GroupBox box;
  347.         private System.Windows.Forms.Button setAl;
  348.         private System.Windows.Forms.Button delAlr;
  349.         private System.Windows.Forms.Button showAl;
  350.         private System.Windows.Forms.TextBox megBox;
  351.         private System.Windows.Forms.DateTimePicker dateTimePicker1;
  352.         private System.Windows.Forms.Timer timer2;
  353.         private System.Windows.Forms.MenuStrip menuStrip1;
  354.         private System.Windows.Forms.ToolStripMenuItem 显示ToolStripMenuItem;
  355.         private System.Windows.Forms.ToolStripMenuItem 当前时间ToolStripMenuItem;
  356.         private System.Windows.Forms.ToolStripMenuItem 定时时间ToolStripMenuItem;
  357.         private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  358.         private System.Windows.Forms.ToolStripMenuItem FontToolStripMenuItem;
  359.         private System.Windows.Forms.Label label1;
  360.         private System.Windows.Forms.Label label2;
  361.         private System.Windows.Forms.FontDialog fontDialog1;
  362.         private System.Windows.Forms.ToolStripMenuItem forcolourToolStripMenuItem;
  363.         private System.Windows.Forms.ToolStripMenuItem backcolourToolStripMenuItem;
  364.         private System.Windows.Forms.ColorDialog colorDialog1;
  365.         private System.Windows.Forms.ToolStripMenuItem borderStyleToolStripMenuItem;
  366.         private System.Windows.Forms.ToolStripMenuItem noToolStripMenuItem;
  367.         private System.Windows.Forms.ToolStripMenuItem fixedToolStripMenuItem;
  368.         private System.Windows.Forms.ToolStripMenuItem fixed3DToolStripMenuItem;
  369.         private System.Windows.Forms.Timer timer3;
  370.         private System.Windows.Forms.ToolStripMenuItem 最近定时ToolStripMenuItem;
  371.         private System.Windows.Forms.ToolStripMenuItem 循环显示ToolStripMenuItem;
  372.         private System.Windows.Forms.ToolStripMenuItem 循环时间ToolStripMenuItem;
  373.         private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem;
  374.         private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem1;
  375.         private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem2;
  376.         private System.Windows.Forms.ToolStripMenuItem 秒ToolStripMenuItem3;
  377.     }
  378. }