namespace AutoAnswer { partial class ClearForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.bck_Is_Log = new UI.Framework.Controls.ButtonCheck(); this.label4 = new System.Windows.Forms.Label(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.linkLabel_clear = new System.Windows.Forms.LinkLabel(); this.numericUpDown_Day1 = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel_allclear = new System.Windows.Forms.LinkLabel(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Day1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.bck_Is_Log); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(23, 25); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(319, 64); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = " 留言管理开关 "; // // bck_Is_Log // this.bck_Is_Log.BackColor = System.Drawing.Color.Transparent; this.bck_Is_Log.Checked = false; this.bck_Is_Log.CheckStyleX = UI.Framework.Controls.CheckStyle.style1; this.bck_Is_Log.Cursor = System.Windows.Forms.Cursors.Hand; this.bck_Is_Log.Location = new System.Drawing.Point(238, 26); this.bck_Is_Log.Name = "bck_Is_Log"; this.bck_Is_Log.Size = new System.Drawing.Size(59, 20); this.bck_Is_Log.TabIndex = 18; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 9F); this.label4.Location = new System.Drawing.Point(19, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(197, 12); this.label4.TabIndex = 7; this.label4.Text = "记录未回复的信息(方便以后查询)"; // // groupBox4 // this.groupBox4.Controls.Add(this.label3); this.groupBox4.Controls.Add(this.linkLabel_clear); this.groupBox4.Controls.Add(this.numericUpDown_Day1); this.groupBox4.Controls.Add(this.label2); this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.linkLabel_allclear); this.groupBox4.Location = new System.Drawing.Point(23, 104); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(319, 124); this.groupBox4.TabIndex = 9; this.groupBox4.TabStop = false; this.groupBox4.Text = " 手动清理 "; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 86); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127, 15); this.label3.TabIndex = 5; this.label3.Text = "删除所有未回复数据:"; // // linkLabel_clear // this.linkLabel_clear.AutoSize = true; this.linkLabel_clear.Location = new System.Drawing.Point(242, 39); this.linkLabel_clear.Name = "linkLabel_clear"; this.linkLabel_clear.Size = new System.Drawing.Size(55, 15); this.linkLabel_clear.TabIndex = 4; this.linkLabel_clear.TabStop = true; this.linkLabel_clear.Text = "确定清空"; this.linkLabel_clear.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_clear_LinkClicked); // // numericUpDown_Day1 // this.numericUpDown_Day1.Location = new System.Drawing.Point(55, 35); this.numericUpDown_Day1.Name = "numericUpDown_Day1"; this.numericUpDown_Day1.Size = new System.Drawing.Size(49, 21); this.numericUpDown_Day1.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 15); this.label2.TabIndex = 2; this.label2.Text = "删除"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(107, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 1; this.label1.Text = "天前的数据"; // // linkLabel_allclear // this.linkLabel_allclear.AutoSize = true; this.linkLabel_allclear.Location = new System.Drawing.Point(242, 86); this.linkLabel_allclear.Name = "linkLabel_allclear"; this.linkLabel_allclear.Size = new System.Drawing.Size(55, 15); this.linkLabel_allclear.TabIndex = 0; this.linkLabel_allclear.TabStop = true; this.linkLabel_allclear.Text = "全部清空"; this.linkLabel_allclear.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_allclear_LinkClicked); // // ClearForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(360, 249); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox4); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ClearForm"; this.ShowIcon = false; this.Text = "清除缓存窗体"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ClearForm_FormClosing); this.Load += new System.EventHandler(this.ClearForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Day1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Label label3; private System.Windows.Forms.LinkLabel linkLabel_clear; private System.Windows.Forms.NumericUpDown numericUpDown_Day1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel_allclear; private UI.Framework.Controls.ButtonCheck bck_Is_Log; } }