1065 lines
57 KiB
C#
1065 lines
57 KiB
C#
namespace CleaningTools
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <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.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
|
||
this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
||
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
||
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
||
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
||
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.一键清理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
||
this.点击更新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.一键清理ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tabNavigationPage3 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
||
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.progressBar5 = new System.Windows.Forms.ProgressBar();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
||
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
|
||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox();
|
||
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tabNavigationPage4 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
||
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
||
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.tabNavigationPage5 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
||
this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
|
||
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
||
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
||
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
|
||
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit();
|
||
this.tabPane1.SuspendLayout();
|
||
this.tabNavigationPage2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
||
this.groupControl2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
||
this.groupControl1.SuspendLayout();
|
||
this.tabNavigationPage1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.tabNavigationPage3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
||
this.menuStrip2.SuspendLayout();
|
||
this.tabNavigationPage4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
|
||
this.groupControl3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
|
||
this.tabNavigationPage5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
|
||
this.groupControl4.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// tabPane1
|
||
//
|
||
this.tabPane1.Controls.Add(this.tabNavigationPage2);
|
||
this.tabPane1.Controls.Add(this.tabNavigationPage1);
|
||
this.tabPane1.Controls.Add(this.tabNavigationPage3);
|
||
this.tabPane1.Controls.Add(this.tabNavigationPage4);
|
||
this.tabPane1.Controls.Add(this.tabNavigationPage5);
|
||
this.tabPane1.Location = new System.Drawing.Point(12, 12);
|
||
this.tabPane1.Name = "tabPane1";
|
||
this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] {
|
||
this.tabNavigationPage1,
|
||
this.tabNavigationPage3,
|
||
this.tabNavigationPage2,
|
||
this.tabNavigationPage4,
|
||
this.tabNavigationPage5});
|
||
this.tabPane1.RegularSize = new System.Drawing.Size(734, 430);
|
||
this.tabPane1.SelectedPage = this.tabNavigationPage1;
|
||
this.tabPane1.Size = new System.Drawing.Size(734, 430);
|
||
this.tabPane1.TabIndex = 0;
|
||
this.tabPane1.Text = "tabPane1";
|
||
//
|
||
// tabNavigationPage2
|
||
//
|
||
this.tabNavigationPage2.Caption = "自 动 清 理";
|
||
this.tabNavigationPage2.Controls.Add(this.groupControl2);
|
||
this.tabNavigationPage2.Controls.Add(this.groupControl1);
|
||
this.tabNavigationPage2.Name = "tabNavigationPage2";
|
||
this.tabNavigationPage2.Size = new System.Drawing.Size(734, 392);
|
||
//
|
||
// groupControl2
|
||
//
|
||
this.groupControl2.Controls.Add(this.labelControl5);
|
||
this.groupControl2.Controls.Add(this.labelControl3);
|
||
this.groupControl2.Controls.Add(this.numericUpDown3);
|
||
this.groupControl2.Controls.Add(this.labelControl1);
|
||
this.groupControl2.Controls.Add(this.numericUpDown2);
|
||
this.groupControl2.Controls.Add(this.labelControl4);
|
||
this.groupControl2.Controls.Add(this.numericUpDown1);
|
||
this.groupControl2.Controls.Add(this.checkBox3);
|
||
this.groupControl2.Location = new System.Drawing.Point(65, 47);
|
||
this.groupControl2.Name = "groupControl2";
|
||
this.groupControl2.Size = new System.Drawing.Size(599, 131);
|
||
this.groupControl2.TabIndex = 3;
|
||
this.groupControl2.Text = "微信好友清理";
|
||
//
|
||
// labelControl5
|
||
//
|
||
this.labelControl5.Location = new System.Drawing.Point(467, 92);
|
||
this.labelControl5.Name = "labelControl5";
|
||
this.labelControl5.Size = new System.Drawing.Size(48, 14);
|
||
this.labelControl5.TabIndex = 10;
|
||
this.labelControl5.Text = "个僵尸粉";
|
||
//
|
||
// labelControl3
|
||
//
|
||
this.labelControl3.Location = new System.Drawing.Point(289, 92);
|
||
this.labelControl3.Name = "labelControl3";
|
||
this.labelControl3.Size = new System.Drawing.Size(108, 14);
|
||
this.labelControl3.TabIndex = 9;
|
||
this.labelControl3.Text = "每次触发清理上限:";
|
||
//
|
||
// numericUpDown3
|
||
//
|
||
this.numericUpDown3.Location = new System.Drawing.Point(403, 88);
|
||
this.numericUpDown3.Maximum = new decimal(new int[] {
|
||
999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown3.Name = "numericUpDown3";
|
||
this.numericUpDown3.Size = new System.Drawing.Size(58, 22);
|
||
this.numericUpDown3.TabIndex = 8;
|
||
//
|
||
// labelControl1
|
||
//
|
||
this.labelControl1.Location = new System.Drawing.Point(467, 47);
|
||
this.labelControl1.Name = "labelControl1";
|
||
this.labelControl1.Size = new System.Drawing.Size(24, 14);
|
||
this.labelControl1.TabIndex = 7;
|
||
this.labelControl1.Text = "秒钟";
|
||
//
|
||
// numericUpDown2
|
||
//
|
||
this.numericUpDown2.Location = new System.Drawing.Point(403, 43);
|
||
this.numericUpDown2.Name = "numericUpDown2";
|
||
this.numericUpDown2.Size = new System.Drawing.Size(58, 22);
|
||
this.numericUpDown2.TabIndex = 6;
|
||
//
|
||
// labelControl4
|
||
//
|
||
this.labelControl4.Location = new System.Drawing.Point(171, 47);
|
||
this.labelControl4.Name = "labelControl4";
|
||
this.labelControl4.Size = new System.Drawing.Size(216, 14);
|
||
this.labelControl4.TabIndex = 5;
|
||
this.labelControl4.Text = "天,自动清理已删除好友,每删一个休眠";
|
||
//
|
||
// numericUpDown1
|
||
//
|
||
this.numericUpDown1.Location = new System.Drawing.Point(111, 43);
|
||
this.numericUpDown1.Name = "numericUpDown1";
|
||
this.numericUpDown1.Size = new System.Drawing.Size(54, 22);
|
||
this.numericUpDown1.TabIndex = 4;
|
||
//
|
||
// checkBox3
|
||
//
|
||
this.checkBox3.AutoSize = true;
|
||
this.checkBox3.Location = new System.Drawing.Point(61, 45);
|
||
this.checkBox3.Name = "checkBox3";
|
||
this.checkBox3.Size = new System.Drawing.Size(50, 18);
|
||
this.checkBox3.TabIndex = 3;
|
||
this.checkBox3.Text = "每隔";
|
||
this.checkBox3.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupControl1
|
||
//
|
||
this.groupControl1.Controls.Add(this.simpleButton1);
|
||
this.groupControl1.Controls.Add(this.labelControl2);
|
||
this.groupControl1.Controls.Add(this.dateTimePicker1);
|
||
this.groupControl1.Controls.Add(this.checkBox1);
|
||
this.groupControl1.Location = new System.Drawing.Point(65, 223);
|
||
this.groupControl1.Name = "groupControl1";
|
||
this.groupControl1.Size = new System.Drawing.Size(599, 111);
|
||
this.groupControl1.TabIndex = 2;
|
||
this.groupControl1.Text = "垃圾数据清理";
|
||
//
|
||
// simpleButton1
|
||
//
|
||
this.simpleButton1.Location = new System.Drawing.Point(481, 52);
|
||
this.simpleButton1.Name = "simpleButton1";
|
||
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
||
this.simpleButton1.TabIndex = 5;
|
||
this.simpleButton1.Text = "立即清理";
|
||
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
||
//
|
||
// labelControl2
|
||
//
|
||
this.labelControl2.Location = new System.Drawing.Point(224, 56);
|
||
this.labelControl2.Name = "labelControl2";
|
||
this.labelControl2.Size = new System.Drawing.Size(249, 14);
|
||
this.labelControl2.TabIndex = 3;
|
||
this.labelControl2.Text = "自动清理Cache文件夹缓存数据,冗余数据等!";
|
||
//
|
||
// dateTimePicker1
|
||
//
|
||
this.dateTimePicker1.CustomFormat = "HH:mm";
|
||
this.dateTimePicker1.Enabled = false;
|
||
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker1.Location = new System.Drawing.Point(139, 53);
|
||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||
this.dateTimePicker1.ShowUpDown = true;
|
||
this.dateTimePicker1.Size = new System.Drawing.Size(68, 22);
|
||
this.dateTimePicker1.TabIndex = 2;
|
||
this.dateTimePicker1.Value = new System.DateTime(2019, 1, 27, 2, 30, 0, 0);
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(83, 55);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(50, 18);
|
||
this.checkBox1.TabIndex = 1;
|
||
this.checkBox1.Text = "每天";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
//
|
||
// tabNavigationPage1
|
||
//
|
||
this.tabNavigationPage1.Caption = "tabNavigationPage1";
|
||
this.tabNavigationPage1.Controls.Add(this.label2);
|
||
this.tabNavigationPage1.Controls.Add(this.progressBar1);
|
||
this.tabNavigationPage1.Controls.Add(this.label1);
|
||
this.tabNavigationPage1.Controls.Add(this.gridControl1);
|
||
this.tabNavigationPage1.Controls.Add(this.menuStrip1);
|
||
this.tabNavigationPage1.Name = "tabNavigationPage1";
|
||
this.tabNavigationPage1.PageText = "清 理 单 向 微 信 好 友";
|
||
this.tabNavigationPage1.Size = new System.Drawing.Size(734, 392);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.BackColor = System.Drawing.Color.White;
|
||
this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.label2.ForeColor = System.Drawing.Color.Blue;
|
||
this.label2.Location = new System.Drawing.Point(187, 180);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(282, 24);
|
||
this.label2.TabIndex = 8;
|
||
this.label2.Text = "终止操作";
|
||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.label2.Visible = false;
|
||
this.label2.Click += new System.EventHandler(this.label2_Click);
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Location = new System.Drawing.Point(187, 154);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(282, 23);
|
||
this.progressBar1.TabIndex = 7;
|
||
this.progressBar1.Visible = false;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.BackColor = System.Drawing.Color.White;
|
||
this.label1.Location = new System.Drawing.Point(187, 127);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(282, 24);
|
||
this.label1.TabIndex = 6;
|
||
this.label1.Text = "label1";
|
||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.label1.Visible = false;
|
||
//
|
||
// gridControl1
|
||
//
|
||
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.gridControl1.Location = new System.Drawing.Point(0, 29);
|
||
this.gridControl1.MainView = this.gridView1;
|
||
this.gridControl1.Name = "gridControl1";
|
||
this.gridControl1.Size = new System.Drawing.Size(734, 354);
|
||
this.gridControl1.TabIndex = 5;
|
||
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||
this.gridView1});
|
||
//
|
||
// gridView1
|
||
//
|
||
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||
this.gridColumn1,
|
||
this.gridColumn2,
|
||
this.gridColumn5,
|
||
this.gridColumn9,
|
||
this.gridColumn3});
|
||
this.gridView1.GridControl = this.gridControl1;
|
||
this.gridView1.IndicatorWidth = 48;
|
||
this.gridView1.Name = "gridView1";
|
||
this.gridView1.OptionsView.ShowGroupPanel = false;
|
||
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
|
||
//
|
||
// gridColumn1
|
||
//
|
||
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn1.Caption = "微信号";
|
||
this.gridColumn1.FieldName = "weixinhao";
|
||
this.gridColumn1.Name = "gridColumn1";
|
||
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn1.Visible = true;
|
||
this.gridColumn1.VisibleIndex = 0;
|
||
this.gridColumn1.Width = 80;
|
||
//
|
||
// gridColumn2
|
||
//
|
||
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn2.Caption = "机器人昵称";
|
||
this.gridColumn2.FieldName = "robotnick";
|
||
this.gridColumn2.Name = "gridColumn2";
|
||
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn2.Visible = true;
|
||
this.gridColumn2.VisibleIndex = 1;
|
||
this.gridColumn2.Width = 110;
|
||
//
|
||
// gridColumn5
|
||
//
|
||
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
||
this.gridColumn5.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
||
this.gridColumn5.AppearanceCell.Options.UseFont = true;
|
||
this.gridColumn5.AppearanceCell.Options.UseForeColor = true;
|
||
this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn5.Caption = "用户微信昵称";
|
||
this.gridColumn5.FieldName = "weixinnice";
|
||
this.gridColumn5.Name = "gridColumn5";
|
||
this.gridColumn5.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn5.Visible = true;
|
||
this.gridColumn5.VisibleIndex = 2;
|
||
this.gridColumn5.Width = 146;
|
||
//
|
||
// gridColumn9
|
||
//
|
||
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.gridColumn9.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
||
this.gridColumn9.AppearanceCell.Options.UseFont = true;
|
||
this.gridColumn9.AppearanceCell.Options.UseForeColor = true;
|
||
this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
|
||
this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn9.Caption = "用户微信备注";
|
||
this.gridColumn9.FieldName = "usernick";
|
||
this.gridColumn9.Name = "gridColumn9";
|
||
this.gridColumn9.Visible = true;
|
||
this.gridColumn9.VisibleIndex = 3;
|
||
this.gridColumn9.Width = 119;
|
||
//
|
||
// gridColumn3
|
||
//
|
||
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn3.Caption = "用户微信Id";
|
||
this.gridColumn3.FieldName = "weixinid";
|
||
this.gridColumn3.Name = "gridColumn3";
|
||
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn3.Visible = true;
|
||
this.gridColumn3.VisibleIndex = 4;
|
||
this.gridColumn3.Width = 167;
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.一键清理ToolStripMenuItem,
|
||
this.toolStripComboBox1,
|
||
this.点击更新ToolStripMenuItem,
|
||
this.toolStripMenuItem1,
|
||
this.一键清理ToolStripMenuItem2});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(734, 29);
|
||
this.menuStrip1.TabIndex = 0;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// 一键清理ToolStripMenuItem
|
||
//
|
||
this.一键清理ToolStripMenuItem.Name = "一键清理ToolStripMenuItem";
|
||
this.一键清理ToolStripMenuItem.Size = new System.Drawing.Size(68, 25);
|
||
this.一键清理ToolStripMenuItem.Text = "请选择:";
|
||
//
|
||
// toolStripComboBox1
|
||
//
|
||
this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.toolStripComboBox1.DropDownWidth = 230;
|
||
this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
||
this.toolStripComboBox1.Size = new System.Drawing.Size(230, 25);
|
||
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
|
||
//
|
||
// 点击更新ToolStripMenuItem
|
||
//
|
||
this.点击更新ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.点击更新ToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||
this.点击更新ToolStripMenuItem.Name = "点击更新ToolStripMenuItem";
|
||
this.点击更新ToolStripMenuItem.Size = new System.Drawing.Size(100, 25);
|
||
this.点击更新ToolStripMenuItem.Text = " 刷 新 通 讯 录";
|
||
this.点击更新ToolStripMenuItem.Click += new System.EventHandler(this.点击更新ToolStripMenuItem_Click);
|
||
//
|
||
// toolStripMenuItem1
|
||
//
|
||
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
||
this.toolStripMenuItem1.Size = new System.Drawing.Size(23, 25);
|
||
this.toolStripMenuItem1.Text = "|";
|
||
//
|
||
// 一键清理ToolStripMenuItem2
|
||
//
|
||
this.一键清理ToolStripMenuItem2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.一键清理ToolStripMenuItem2.ForeColor = System.Drawing.Color.Blue;
|
||
this.一键清理ToolStripMenuItem2.Name = "一键清理ToolStripMenuItem2";
|
||
this.一键清理ToolStripMenuItem2.Size = new System.Drawing.Size(112, 25);
|
||
this.一键清理ToolStripMenuItem2.Text = "删 除 下 方 好 友";
|
||
this.一键清理ToolStripMenuItem2.Click += new System.EventHandler(this.一键清理ToolStripMenuItem2_Click);
|
||
//
|
||
// tabNavigationPage3
|
||
//
|
||
this.tabNavigationPage3.Caption = "清 理 长 期 未 交 互 好 友";
|
||
this.tabNavigationPage3.Controls.Add(this.labelControl6);
|
||
this.tabNavigationPage3.Controls.Add(this.label6);
|
||
this.tabNavigationPage3.Controls.Add(this.numericUpDown4);
|
||
this.tabNavigationPage3.Controls.Add(this.label5);
|
||
this.tabNavigationPage3.Controls.Add(this.progressBar5);
|
||
this.tabNavigationPage3.Controls.Add(this.label4);
|
||
this.tabNavigationPage3.Controls.Add(this.gridControl2);
|
||
this.tabNavigationPage3.Controls.Add(this.menuStrip2);
|
||
this.tabNavigationPage3.Name = "tabNavigationPage3";
|
||
this.tabNavigationPage3.Size = new System.Drawing.Size(734, 392);
|
||
//
|
||
// labelControl6
|
||
//
|
||
this.labelControl6.Location = new System.Drawing.Point(597, 14);
|
||
this.labelControl6.Name = "labelControl6";
|
||
this.labelControl6.Size = new System.Drawing.Size(48, 14);
|
||
this.labelControl6.TabIndex = 14;
|
||
this.labelControl6.Text = "天未交涉";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(545, 14);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(0, 14);
|
||
this.label6.TabIndex = 13;
|
||
//
|
||
// numericUpDown4
|
||
//
|
||
this.numericUpDown4.Location = new System.Drawing.Point(536, 10);
|
||
this.numericUpDown4.Maximum = new decimal(new int[] {
|
||
4000,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.Name = "numericUpDown4";
|
||
this.numericUpDown4.Size = new System.Drawing.Size(55, 22);
|
||
this.numericUpDown4.TabIndex = 12;
|
||
this.numericUpDown4.Value = new decimal(new int[] {
|
||
30,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.BackColor = System.Drawing.Color.White;
|
||
this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.label5.ForeColor = System.Drawing.Color.Blue;
|
||
this.label5.Location = new System.Drawing.Point(201, 188);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(282, 24);
|
||
this.label5.TabIndex = 11;
|
||
this.label5.Text = "终止操作";
|
||
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.label5.Visible = false;
|
||
this.label5.Click += new System.EventHandler(this.label5_Click);
|
||
//
|
||
// progressBar5
|
||
//
|
||
this.progressBar5.Location = new System.Drawing.Point(201, 162);
|
||
this.progressBar5.Name = "progressBar5";
|
||
this.progressBar5.Size = new System.Drawing.Size(282, 23);
|
||
this.progressBar5.TabIndex = 10;
|
||
this.progressBar5.Visible = false;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.BackColor = System.Drawing.Color.White;
|
||
this.label4.Location = new System.Drawing.Point(201, 135);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(282, 24);
|
||
this.label4.TabIndex = 9;
|
||
this.label4.Text = "label4";
|
||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.label4.Visible = false;
|
||
//
|
||
// gridControl2
|
||
//
|
||
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.gridControl2.Location = new System.Drawing.Point(0, 63);
|
||
this.gridControl2.MainView = this.gridView2;
|
||
this.gridControl2.Name = "gridControl2";
|
||
this.gridControl2.Size = new System.Drawing.Size(734, 329);
|
||
this.gridControl2.TabIndex = 7;
|
||
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||
this.gridView2});
|
||
//
|
||
// gridView2
|
||
//
|
||
this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
||
this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
||
this.gridColumn4,
|
||
this.gridColumn6,
|
||
this.gridColumn7,
|
||
this.gridColumn10,
|
||
this.gridColumn8});
|
||
this.gridView2.GridControl = this.gridControl2;
|
||
this.gridView2.IndicatorWidth = 48;
|
||
this.gridView2.Name = "gridView2";
|
||
this.gridView2.OptionsView.ShowGroupPanel = false;
|
||
this.gridView2.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView2_CustomDrawRowIndicator);
|
||
//
|
||
// gridColumn4
|
||
//
|
||
this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn4.Caption = "微信号";
|
||
this.gridColumn4.FieldName = "weixinhao";
|
||
this.gridColumn4.Name = "gridColumn4";
|
||
this.gridColumn4.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn4.Visible = true;
|
||
this.gridColumn4.VisibleIndex = 0;
|
||
this.gridColumn4.Width = 110;
|
||
//
|
||
// gridColumn6
|
||
//
|
||
this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn6.Caption = "机器人昵称";
|
||
this.gridColumn6.FieldName = "robotnick";
|
||
this.gridColumn6.Name = "gridColumn6";
|
||
this.gridColumn6.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn6.Visible = true;
|
||
this.gridColumn6.VisibleIndex = 1;
|
||
this.gridColumn6.Width = 170;
|
||
//
|
||
// gridColumn7
|
||
//
|
||
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
||
this.gridColumn7.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
||
this.gridColumn7.AppearanceCell.Options.UseFont = true;
|
||
this.gridColumn7.AppearanceCell.Options.UseForeColor = true;
|
||
this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn7.Caption = "用户微信昵称";
|
||
this.gridColumn7.FieldName = "weixinnice";
|
||
this.gridColumn7.Name = "gridColumn7";
|
||
this.gridColumn7.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn7.Visible = true;
|
||
this.gridColumn7.VisibleIndex = 2;
|
||
this.gridColumn7.Width = 170;
|
||
//
|
||
// gridColumn10
|
||
//
|
||
this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.gridColumn10.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
||
this.gridColumn10.AppearanceCell.Options.UseFont = true;
|
||
this.gridColumn10.AppearanceCell.Options.UseForeColor = true;
|
||
this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
|
||
this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn10.Caption = "用户微信备注";
|
||
this.gridColumn10.FieldName = "usernick";
|
||
this.gridColumn10.Name = "gridColumn10";
|
||
this.gridColumn10.Visible = true;
|
||
this.gridColumn10.VisibleIndex = 3;
|
||
this.gridColumn10.Width = 138;
|
||
//
|
||
// gridColumn8
|
||
//
|
||
this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn8.Caption = "用户微信Id";
|
||
this.gridColumn8.FieldName = "weixinid";
|
||
this.gridColumn8.Name = "gridColumn8";
|
||
this.gridColumn8.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn8.Visible = true;
|
||
this.gridColumn8.VisibleIndex = 4;
|
||
this.gridColumn8.Width = 150;
|
||
//
|
||
// menuStrip2
|
||
//
|
||
this.menuStrip2.Dock = System.Windows.Forms.DockStyle.None;
|
||
this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripMenuItem2,
|
||
this.toolStripComboBox2,
|
||
this.toolStripMenuItem3,
|
||
this.toolStripMenuItem4,
|
||
this.toolStripMenuItem5,
|
||
this.toolStripMenuItem6});
|
||
this.menuStrip2.Location = new System.Drawing.Point(3, 7);
|
||
this.menuStrip2.Name = "menuStrip2";
|
||
this.menuStrip2.Size = new System.Drawing.Size(530, 29);
|
||
this.menuStrip2.TabIndex = 6;
|
||
this.menuStrip2.Text = "menuStrip2";
|
||
//
|
||
// toolStripMenuItem2
|
||
//
|
||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||
this.toolStripMenuItem2.Size = new System.Drawing.Size(68, 25);
|
||
this.toolStripMenuItem2.Text = "请选择:";
|
||
//
|
||
// toolStripComboBox2
|
||
//
|
||
this.toolStripComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.toolStripComboBox2.DropDownWidth = 230;
|
||
this.toolStripComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||
this.toolStripComboBox2.Name = "toolStripComboBox2";
|
||
this.toolStripComboBox2.Size = new System.Drawing.Size(230, 25);
|
||
this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged);
|
||
//
|
||
// toolStripMenuItem3
|
||
//
|
||
this.toolStripMenuItem3.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.toolStripMenuItem3.ForeColor = System.Drawing.Color.Blue;
|
||
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
||
this.toolStripMenuItem3.Size = new System.Drawing.Size(84, 25);
|
||
this.toolStripMenuItem3.Text = " 刷新通讯录";
|
||
this.toolStripMenuItem3.Click += new System.EventHandler(this.点击更新ToolStripMenuItem1_Click);
|
||
//
|
||
// toolStripMenuItem4
|
||
//
|
||
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
||
this.toolStripMenuItem4.Size = new System.Drawing.Size(23, 25);
|
||
this.toolStripMenuItem4.Text = "|";
|
||
//
|
||
// toolStripMenuItem5
|
||
//
|
||
this.toolStripMenuItem5.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.toolStripMenuItem5.ForeColor = System.Drawing.Color.Blue;
|
||
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
||
this.toolStripMenuItem5.Size = new System.Drawing.Size(92, 25);
|
||
this.toolStripMenuItem5.Text = "删除下方好友";
|
||
this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem5_Click);
|
||
//
|
||
// toolStripMenuItem6
|
||
//
|
||
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
||
this.toolStripMenuItem6.Size = new System.Drawing.Size(23, 25);
|
||
this.toolStripMenuItem6.Text = "|";
|
||
//
|
||
// tabNavigationPage4
|
||
//
|
||
this.tabNavigationPage4.Caption = "清 理 联 盟 历 史 订 单";
|
||
this.tabNavigationPage4.Controls.Add(this.groupControl3);
|
||
this.tabNavigationPage4.Name = "tabNavigationPage4";
|
||
this.tabNavigationPage4.Size = new System.Drawing.Size(734, 392);
|
||
//
|
||
// groupControl3
|
||
//
|
||
this.groupControl3.Controls.Add(this.checkBox7);
|
||
this.groupControl3.Controls.Add(this.separatorControl1);
|
||
this.groupControl3.Controls.Add(this.label10);
|
||
this.groupControl3.Controls.Add(this.label9);
|
||
this.groupControl3.Controls.Add(this.dateTimePicker2);
|
||
this.groupControl3.Controls.Add(this.label8);
|
||
this.groupControl3.Controls.Add(this.label7);
|
||
this.groupControl3.Controls.Add(this.label3);
|
||
this.groupControl3.Controls.Add(this.checkBox5);
|
||
this.groupControl3.Controls.Add(this.checkBox4);
|
||
this.groupControl3.Controls.Add(this.checkBox2);
|
||
this.groupControl3.Controls.Add(this.button1);
|
||
this.groupControl3.Location = new System.Drawing.Point(42, 29);
|
||
this.groupControl3.Name = "groupControl3";
|
||
this.groupControl3.Size = new System.Drawing.Size(652, 344);
|
||
this.groupControl3.TabIndex = 4;
|
||
this.groupControl3.Text = "清理联盟历史订单";
|
||
//
|
||
// separatorControl1
|
||
//
|
||
this.separatorControl1.Location = new System.Drawing.Point(3, 134);
|
||
this.separatorControl1.Name = "separatorControl1";
|
||
this.separatorControl1.Size = new System.Drawing.Size(647, 23);
|
||
this.separatorControl1.TabIndex = 7;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold);
|
||
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
this.label10.Location = new System.Drawing.Point(37, 57);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(493, 72);
|
||
this.label10.TabIndex = 6;
|
||
this.label10.Text = "数据无价,请决定要删除历史订单后在进行以下操作\r\n\r\n时间不要选错... 时间不要选错... 时间不要选错...";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
|
||
this.label9.ForeColor = System.Drawing.Color.Red;
|
||
this.label9.Location = new System.Drawing.Point(37, 35);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(184, 18);
|
||
this.label9.TabIndex = 6;
|
||
this.label9.Text = "删除之前请看清楚说明:";
|
||
//
|
||
// dateTimePicker2
|
||
//
|
||
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
||
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker2.Location = new System.Drawing.Point(177, 222);
|
||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||
this.dateTimePicker2.Size = new System.Drawing.Size(169, 22);
|
||
this.dateTimePicker2.TabIndex = 5;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("Tahoma", 9F);
|
||
this.label8.ForeColor = System.Drawing.Color.Red;
|
||
this.label8.Location = new System.Drawing.Point(350, 226);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(247, 14);
|
||
this.label8.TabIndex = 4;
|
||
this.label8.Text = "(注:清理的时间为删除该时间之前的订单)";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.label7.ForeColor = System.Drawing.Color.Blue;
|
||
this.label7.Location = new System.Drawing.Point(15, 224);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(158, 18);
|
||
this.label7.TabIndex = 4;
|
||
this.label7.Text = "二、设置清理的时间:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("Tahoma", 11F);
|
||
this.label3.ForeColor = System.Drawing.Color.Blue;
|
||
this.label3.Location = new System.Drawing.Point(15, 161);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(158, 18);
|
||
this.label3.TabIndex = 4;
|
||
this.label3.Text = "一、选择清理的联盟:";
|
||
//
|
||
// checkBox5
|
||
//
|
||
this.checkBox5.AutoSize = true;
|
||
this.checkBox5.Location = new System.Drawing.Point(341, 188);
|
||
this.checkBox5.Name = "checkBox5";
|
||
this.checkBox5.Size = new System.Drawing.Size(134, 18);
|
||
this.checkBox5.TabIndex = 3;
|
||
this.checkBox5.Text = "清理拼多多历史订单";
|
||
this.checkBox5.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBox4
|
||
//
|
||
this.checkBox4.AutoSize = true;
|
||
this.checkBox4.Location = new System.Drawing.Point(196, 188);
|
||
this.checkBox4.Name = "checkBox4";
|
||
this.checkBox4.Size = new System.Drawing.Size(122, 18);
|
||
this.checkBox4.TabIndex = 2;
|
||
this.checkBox4.Text = "清理京东历史订单";
|
||
this.checkBox4.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBox2
|
||
//
|
||
this.checkBox2.AutoSize = true;
|
||
this.checkBox2.Location = new System.Drawing.Point(51, 188);
|
||
this.checkBox2.Name = "checkBox2";
|
||
this.checkBox2.Size = new System.Drawing.Size(122, 18);
|
||
this.checkBox2.TabIndex = 1;
|
||
this.checkBox2.Text = "清理淘宝历史订单";
|
||
this.checkBox2.UseVisualStyleBackColor = true;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(210, 268);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(225, 40);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = " 开 始 删 除 历 史 订 单 ";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// tabNavigationPage5
|
||
//
|
||
this.tabNavigationPage5.Caption = "Pc微 信 清 理 聊 天 记 录";
|
||
this.tabNavigationPage5.Controls.Add(this.groupControl4);
|
||
this.tabNavigationPage5.Name = "tabNavigationPage5";
|
||
this.tabNavigationPage5.Size = new System.Drawing.Size(734, 392);
|
||
//
|
||
// groupControl4
|
||
//
|
||
this.groupControl4.Controls.Add(this.simpleButton2);
|
||
this.groupControl4.Controls.Add(this.labelControl7);
|
||
this.groupControl4.Controls.Add(this.dateTimePicker3);
|
||
this.groupControl4.Controls.Add(this.checkBox6);
|
||
this.groupControl4.Location = new System.Drawing.Point(68, 98);
|
||
this.groupControl4.Name = "groupControl4";
|
||
this.groupControl4.Size = new System.Drawing.Size(599, 174);
|
||
this.groupControl4.TabIndex = 5;
|
||
this.groupControl4.Text = "定时清理PC微信历史聊天记录";
|
||
//
|
||
// simpleButton2
|
||
//
|
||
this.simpleButton2.Location = new System.Drawing.Point(412, 71);
|
||
this.simpleButton2.Name = "simpleButton2";
|
||
this.simpleButton2.Size = new System.Drawing.Size(116, 45);
|
||
this.simpleButton2.TabIndex = 5;
|
||
this.simpleButton2.Text = "立即清理";
|
||
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
||
//
|
||
// labelControl7
|
||
//
|
||
this.labelControl7.Location = new System.Drawing.Point(245, 85);
|
||
this.labelControl7.Name = "labelControl7";
|
||
this.labelControl7.Size = new System.Drawing.Size(137, 14);
|
||
this.labelControl7.TabIndex = 3;
|
||
this.labelControl7.Text = "自动清理Pc微信聊天记录!";
|
||
//
|
||
// dateTimePicker3
|
||
//
|
||
this.dateTimePicker3.CustomFormat = "HH:mm";
|
||
this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker3.Location = new System.Drawing.Point(171, 82);
|
||
this.dateTimePicker3.Name = "dateTimePicker3";
|
||
this.dateTimePicker3.ShowUpDown = true;
|
||
this.dateTimePicker3.Size = new System.Drawing.Size(68, 22);
|
||
this.dateTimePicker3.TabIndex = 2;
|
||
this.dateTimePicker3.Value = new System.DateTime(2019, 1, 27, 1, 30, 0, 0);
|
||
//
|
||
// checkBox6
|
||
//
|
||
this.checkBox6.AutoSize = true;
|
||
this.checkBox6.Location = new System.Drawing.Point(115, 85);
|
||
this.checkBox6.Name = "checkBox6";
|
||
this.checkBox6.Size = new System.Drawing.Size(50, 18);
|
||
this.checkBox6.TabIndex = 1;
|
||
this.checkBox6.Text = "每天";
|
||
this.checkBox6.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBox7
|
||
//
|
||
this.checkBox7.AutoSize = true;
|
||
this.checkBox7.Location = new System.Drawing.Point(498, 188);
|
||
this.checkBox7.Name = "checkBox7";
|
||
this.checkBox7.Size = new System.Drawing.Size(134, 18);
|
||
this.checkBox7.TabIndex = 8;
|
||
this.checkBox7.Text = "清理唯品会历史订单";
|
||
this.checkBox7.UseVisualStyleBackColor = true;
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(758, 454);
|
||
this.Controls.Add(this.tabPane1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "MainForm";
|
||
this.Text = "MainForm";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||
this.Load += new System.EventHandler(this.MainForm_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit();
|
||
this.tabPane1.ResumeLayout(false);
|
||
this.tabNavigationPage2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
||
this.groupControl2.ResumeLayout(false);
|
||
this.groupControl2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
||
this.groupControl1.ResumeLayout(false);
|
||
this.groupControl1.PerformLayout();
|
||
this.tabNavigationPage1.ResumeLayout(false);
|
||
this.tabNavigationPage1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.tabNavigationPage3.ResumeLayout(false);
|
||
this.tabNavigationPage3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
||
this.menuStrip2.ResumeLayout(false);
|
||
this.menuStrip2.PerformLayout();
|
||
this.tabNavigationPage4.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
|
||
this.groupControl3.ResumeLayout(false);
|
||
this.groupControl3.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
|
||
this.tabNavigationPage5.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
|
||
this.groupControl4.ResumeLayout(false);
|
||
this.groupControl4.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
|
||
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
|
||
private DevExpress.XtraEditors.GroupControl groupControl1;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
|
||
private DevExpress.XtraGrid.GridControl gridControl1;
|
||
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem 一键清理ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
||
private System.Windows.Forms.ToolStripMenuItem 点击更新ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
||
private System.Windows.Forms.ToolStripMenuItem 一键清理ToolStripMenuItem2;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.Label label2;
|
||
private DevExpress.XtraEditors.GroupControl groupControl2;
|
||
private DevExpress.XtraEditors.LabelControl labelControl4;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||
private System.Windows.Forms.CheckBox checkBox3;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl5;
|
||
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage3;
|
||
private DevExpress.XtraGrid.GridControl gridControl2;
|
||
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
||
private System.Windows.Forms.MenuStrip menuStrip2;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
||
private System.Windows.Forms.ToolStripComboBox toolStripComboBox2;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.ProgressBar progressBar5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown4;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
||
private DevExpress.XtraEditors.LabelControl labelControl6;
|
||
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage4;
|
||
private DevExpress.XtraEditors.GroupControl groupControl3;
|
||
private System.Windows.Forms.CheckBox checkBox5;
|
||
private System.Windows.Forms.CheckBox checkBox4;
|
||
private System.Windows.Forms.CheckBox checkBox2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label10;
|
||
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
|
||
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage5;
|
||
private DevExpress.XtraEditors.GroupControl groupControl4;
|
||
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
||
private DevExpress.XtraEditors.LabelControl labelControl7;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker3;
|
||
private System.Windows.Forms.CheckBox checkBox6;
|
||
private System.Windows.Forms.CheckBox checkBox7;
|
||
}
|
||
} |