⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 短信自动回复.designer.cs

📁 本人觉得C#的软件是不需要源代码的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace SmartAnswerCall
{
    partial class 短信自动回复
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuHide = new System.Windows.Forms.MenuItem();
            this.menuMore = new System.Windows.Forms.MenuItem();
            this.menuSetTime = new System.Windows.Forms.MenuItem();
            this.menuSetTimeQuit = new System.Windows.Forms.MenuItem();
            this.menu10m = new System.Windows.Forms.MenuItem();
            this.menu20m = new System.Windows.Forms.MenuItem();
            this.menu30m = new System.Windows.Forms.MenuItem();
            this.menu60m = new System.Windows.Forms.MenuItem();
            this.menu90m = new System.Windows.Forms.MenuItem();
            this.menu2h = new System.Windows.Forms.MenuItem();
            this.menu3h = new System.Windows.Forms.MenuItem();
            this.menu5h = new System.Windows.Forms.MenuItem();
            this.menuReback = new System.Windows.Forms.MenuItem();
            this.menuTry1 = new System.Windows.Forms.MenuItem();
            this.menuAbout = new System.Windows.Forms.MenuItem();
            this.menuHelp = new System.Windows.Forms.MenuItem();
            this.menuExit = new System.Windows.Forms.MenuItem();
            this.mainMenu2 = new System.Windows.Forms.MainMenu();
            this.menuOK = new System.Windows.Forms.MenuItem();
            this.menuCancle = new System.Windows.Forms.MenuItem();
            this.tim = new System.Windows.Forms.Timer();
            this.tim_time = new System.Windows.Forms.Timer();
            this.timer1 = new System.Windows.Forms.Timer();
            this.label5 = new System.Windows.Forms.Label();
            this.textStartm = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.sysStat = new System.Windows.Forms.Label();
            this.comRType = new System.Windows.Forms.ComboBox();
            this.timeNow = new System.Windows.Forms.Label();
            this.textkey = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.textStarth = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.comboHis = new System.Windows.Forms.ComboBox();
            this.textEndh = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuHide);
            this.mainMenu1.MenuItems.Add(this.menuMore);
            // 
            // menuHide
            // 
            this.menuHide.Text = "隐藏";
            this.menuHide.Click += new System.EventHandler(this.menuHide_Click_1);
            // 
            // menuMore
            // 
            this.menuMore.MenuItems.Add(this.menuSetTime);
            this.menuMore.MenuItems.Add(this.menuSetTimeQuit);
            this.menuMore.MenuItems.Add(this.menuReback);
            this.menuMore.MenuItems.Add(this.menuTry1);
            this.menuMore.MenuItems.Add(this.menuAbout);
            this.menuMore.MenuItems.Add(this.menuHelp);
            this.menuMore.MenuItems.Add(this.menuExit);
            this.menuMore.Text = "其他";
            // 
            // menuSetTime
            // 
            this.menuSetTime.Text = "详细设置";
            this.menuSetTime.Click += new System.EventHandler(this.menuSetTime_Click);
            // 
            // menuSetTimeQuit
            // 
            this.menuSetTimeQuit.MenuItems.Add(this.menu10m);
            this.menuSetTimeQuit.MenuItems.Add(this.menu20m);
            this.menuSetTimeQuit.MenuItems.Add(this.menu30m);
            this.menuSetTimeQuit.MenuItems.Add(this.menu60m);
            this.menuSetTimeQuit.MenuItems.Add(this.menu90m);
            this.menuSetTimeQuit.MenuItems.Add(this.menu2h);
            this.menuSetTimeQuit.MenuItems.Add(this.menu3h);
            this.menuSetTimeQuit.MenuItems.Add(this.menu5h);
            this.menuSetTimeQuit.Text = "快速设置";
            // 
            // menu10m
            // 
            this.menu10m.Text = "十分钟";
            this.menu10m.Click += new System.EventHandler(this.menu10m_Click);
            // 
            // menu20m
            // 
            this.menu20m.Text = "二十分钟";
            this.menu20m.Click += new System.EventHandler(this.menu20m_Click);
            // 
            // menu30m
            // 
            this.menu30m.Text = "三十分钟";
            this.menu30m.Click += new System.EventHandler(this.menu30m_Click);
            // 
            // menu60m
            // 
            this.menu60m.Text = "六十分钟";
            this.menu60m.Click += new System.EventHandler(this.menu60m_Click);
            // 
            // menu90m
            // 
            this.menu90m.Text = "九十分钟";
            this.menu90m.Click += new System.EventHandler(this.menu90m_Click);
            // 
            // menu2h
            // 
            this.menu2h.Text = "两小时";
            this.menu2h.Click += new System.EventHandler(this.menu2h_Click);
            // 
            // menu3h
            // 
            this.menu3h.Text = "三小时";
            this.menu3h.Click += new System.EventHandler(this.menu3h_Click);
            // 
            // menu5h
            // 
            this.menu5h.Text = "五小时";
            this.menu5h.Click += new System.EventHandler(this.menu5h_Click);
            // 
            // menuReback
            // 
            this.menuReback.Text = "回拨选中电话";
            this.menuReback.Click += new System.EventHandler(this.menuReback_Click);
            // 
            // menuTry1
            // 
            this.menuTry1.Text = "预览短信";
            this.menuTry1.Click += new System.EventHandler(this.menuTry1_Click);
            // 
            // menuAbout
            // 
            this.menuAbout.Text = "关于";
            this.menuAbout.Click += new System.EventHandler(this.menuAbout_Click);
            // 
            // menuHelp
            // 
            this.menuHelp.Text = "帮助";
            this.menuHelp.Click += new System.EventHandler(this.menuHelp_Click);
            // 
            // menuExit
            // 
            this.menuExit.Text = "退出";
            this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
            // 
            // mainMenu2
            // 
            this.mainMenu2.MenuItems.Add(this.menuOK);
            this.mainMenu2.MenuItems.Add(this.menuCancle);
            // 
            // menuOK
            // 
            this.menuOK.Text = "确定";
            this.menuOK.Click += new System.EventHandler(this.menuOK_Click);
            // 
            // menuCancle
            // 
            this.menuCancle.Text = "取消";
            this.menuCancle.Click += new System.EventHandler(this.menuCancle_Click);
            // 
            // tim_time
            // 
            this.tim_time.Enabled = true;
            this.tim_time.Tick += new System.EventHandler(this.tim_time_Tick);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("Segoe Condensed", 8F, System.Drawing.FontStyle.Regular);
            this.label5.Location = new System.Drawing.Point(167, 71);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(45, 18);
            this.label5.Text = "分钟";
            // 
            // textStartm
            // 
            this.textStartm.AcceptsReturn = true;
            this.textStartm.BackColor = System.Drawing.SystemColors.Control;
            this.textStartm.ForeColor = System.Drawing.Color.Blue;
            this.textStartm.Location = new System.Drawing.Point(136, 40);
            this.textStartm.MaxLength = 2;
            this.textStartm.Name = "textStartm";
            this.textStartm.Size = new System.Drawing.Size(27, 21);
            this.textStartm.TabIndex = 22;
            this.textStartm.Text = "30";
            this.textStartm.GotFocus += new System.EventHandler(this.textStartm_GotFocus);
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(12, 170);
            this.label1.Name = "label1";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -