759 lines
38 KiB
C#
759 lines
38 KiB
C#
namespace PDDRebate
|
||
{
|
||
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.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.pageControl1 = new UI.Framework.Controls.PageControl();
|
||
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
||
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
||
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
||
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
||
this.settingControl1 = new UI.Framework.Controls.SettingControl();
|
||
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
||
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
||
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
||
this.buttonCheck2 = new UI.Framework.Controls.ButtonCheck();
|
||
this.buttonCheck1 = new UI.Framework.Controls.ButtonCheck();
|
||
this.buttonCheck = new UI.Framework.Controls.ButtonCheck();
|
||
this.memoEdit6 = new DevExpress.XtraEditors.MemoEdit();
|
||
this.memoEdit5 = new DevExpress.XtraEditors.MemoEdit();
|
||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
|
||
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
||
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
|
||
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
|
||
this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
|
||
this.xtraTabPage1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
||
this.xtraTabControl1.SuspendLayout();
|
||
this.xtraTabPage2.SuspendLayout();
|
||
this.xtraTabPage3.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit6.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit5.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// xtraTabPage1
|
||
//
|
||
this.xtraTabPage1.Controls.Add(this.label1);
|
||
this.xtraTabPage1.Controls.Add(this.pageControl1);
|
||
this.xtraTabPage1.Controls.Add(this.gridControl1);
|
||
this.xtraTabPage1.Name = "xtraTabPage1";
|
||
this.xtraTabPage1.Size = new System.Drawing.Size(904, 509);
|
||
this.xtraTabPage1.Text = " 设 置 推 广 位 ";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
this.label1.AutoSize = true;
|
||
this.label1.BackColor = System.Drawing.Color.White;
|
||
this.label1.Font = new System.Drawing.Font("黑体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.label1.Location = new System.Drawing.Point(182, 177);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(537, 35);
|
||
this.label1.TabIndex = 8;
|
||
this.label1.Text = "尚未登录机器人,请先登录机器人";
|
||
//
|
||
// pageControl1
|
||
//
|
||
this.pageControl1.Location = new System.Drawing.Point(0, 470);
|
||
this.pageControl1.Name = "pageControl1";
|
||
this.pageControl1.Size = new System.Drawing.Size(900, 36);
|
||
this.pageControl1.TabIndex = 5;
|
||
//
|
||
// gridControl1
|
||
//
|
||
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
||
this.gridControl1.MainView = this.gridView1;
|
||
this.gridControl1.Name = "gridControl1";
|
||
this.gridControl1.Size = new System.Drawing.Size(904, 470);
|
||
this.gridControl1.TabIndex = 4;
|
||
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.gridColumn10,
|
||
this.gridColumn1,
|
||
this.gridColumn2,
|
||
this.gridColumn3,
|
||
this.gridColumn5,
|
||
this.gridColumn7,
|
||
this.gridColumn9});
|
||
this.gridView1.GridControl = this.gridControl1;
|
||
this.gridView1.Name = "gridView1";
|
||
this.gridView1.OptionsView.ShowGroupPanel = false;
|
||
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
|
||
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
||
//
|
||
// gridColumn10
|
||
//
|
||
this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn10.Caption = "ID";
|
||
this.gridColumn10.FieldName = "ID";
|
||
this.gridColumn10.Name = "gridColumn10";
|
||
this.gridColumn10.Visible = true;
|
||
this.gridColumn10.VisibleIndex = 0;
|
||
this.gridColumn10.Width = 50;
|
||
//
|
||
// gridColumn1
|
||
//
|
||
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn1.Caption = "平台类型";
|
||
this.gridColumn1.FieldName = "chattype";
|
||
this.gridColumn1.Name = "gridColumn1";
|
||
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn1.OptionsColumn.AllowFocus = false;
|
||
this.gridColumn1.Visible = true;
|
||
this.gridColumn1.VisibleIndex = 1;
|
||
this.gridColumn1.Width = 99;
|
||
//
|
||
// gridColumn2
|
||
//
|
||
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn2.Caption = "账号";
|
||
this.gridColumn2.FieldName = "name";
|
||
this.gridColumn2.Name = "gridColumn2";
|
||
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn2.OptionsColumn.AllowFocus = false;
|
||
this.gridColumn2.Visible = true;
|
||
this.gridColumn2.VisibleIndex = 2;
|
||
this.gridColumn2.Width = 148;
|
||
//
|
||
// gridColumn3
|
||
//
|
||
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn3.Caption = "账号昵称";
|
||
this.gridColumn3.FieldName = "nick";
|
||
this.gridColumn3.Name = "gridColumn3";
|
||
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn3.OptionsColumn.AllowFocus = false;
|
||
this.gridColumn3.Visible = true;
|
||
this.gridColumn3.VisibleIndex = 3;
|
||
this.gridColumn3.Width = 125;
|
||
//
|
||
// 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 = "pid_chief_name";
|
||
this.gridColumn5.Name = "gridColumn5";
|
||
this.gridColumn5.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn5.Visible = true;
|
||
this.gridColumn5.VisibleIndex = 4;
|
||
this.gridColumn5.Width = 149;
|
||
//
|
||
// 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 = "pid_deputy_name";
|
||
this.gridColumn7.Name = "gridColumn7";
|
||
this.gridColumn7.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn7.Visible = true;
|
||
this.gridColumn7.VisibleIndex = 5;
|
||
this.gridColumn7.Width = 158;
|
||
//
|
||
// gridColumn9
|
||
//
|
||
this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
|
||
this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.gridColumn9.Caption = "禁止使用";
|
||
this.gridColumn9.FieldName = "onoff";
|
||
this.gridColumn9.Name = "gridColumn9";
|
||
this.gridColumn9.OptionsColumn.AllowEdit = false;
|
||
this.gridColumn9.Visible = true;
|
||
this.gridColumn9.VisibleIndex = 6;
|
||
this.gridColumn9.Width = 66;
|
||
//
|
||
// xtraTabControl1
|
||
//
|
||
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
||
this.xtraTabControl1.Name = "xtraTabControl1";
|
||
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
||
this.xtraTabControl1.Size = new System.Drawing.Size(906, 535);
|
||
this.xtraTabControl1.TabIndex = 6;
|
||
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||
this.xtraTabPage1,
|
||
this.xtraTabPage2,
|
||
this.xtraTabPage3});
|
||
//
|
||
// xtraTabPage2
|
||
//
|
||
this.xtraTabPage2.Controls.Add(this.settingControl1);
|
||
this.xtraTabPage2.Name = "xtraTabPage2";
|
||
this.xtraTabPage2.Size = new System.Drawing.Size(904, 509);
|
||
this.xtraTabPage2.Text = " 应 用 设 置 ";
|
||
//
|
||
// settingControl1
|
||
//
|
||
this.settingControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.settingControl1.Location = new System.Drawing.Point(0, 0);
|
||
this.settingControl1.Name = "settingControl1";
|
||
this.settingControl1.Size = new System.Drawing.Size(904, 509);
|
||
this.settingControl1.TabIndex = 0;
|
||
//
|
||
// xtraTabPage3
|
||
//
|
||
this.xtraTabPage3.Controls.Add(this.groupBox1);
|
||
this.xtraTabPage3.Name = "xtraTabPage3";
|
||
this.xtraTabPage3.Size = new System.Drawing.Size(904, 509);
|
||
this.xtraTabPage3.Text = " 防 撸 设 置 ";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.labelControl6);
|
||
this.groupBox1.Controls.Add(this.labelControl9);
|
||
this.groupBox1.Controls.Add(this.comboBox4);
|
||
this.groupBox1.Controls.Add(this.checkBox3);
|
||
this.groupBox1.Controls.Add(this.checkBox2);
|
||
this.groupBox1.Controls.Add(this.checkBox1);
|
||
this.groupBox1.Controls.Add(this.labelControl5);
|
||
this.groupBox1.Controls.Add(this.buttonCheck2);
|
||
this.groupBox1.Controls.Add(this.buttonCheck1);
|
||
this.groupBox1.Controls.Add(this.buttonCheck);
|
||
this.groupBox1.Controls.Add(this.memoEdit6);
|
||
this.groupBox1.Controls.Add(this.memoEdit5);
|
||
this.groupBox1.Controls.Add(this.numericUpDown2);
|
||
this.groupBox1.Controls.Add(this.numericUpDown1);
|
||
this.groupBox1.Controls.Add(this.numericUpDown4);
|
||
this.groupBox1.Controls.Add(this.comboBox3);
|
||
this.groupBox1.Controls.Add(this.comboBox2);
|
||
this.groupBox1.Controls.Add(this.comboBox1);
|
||
this.groupBox1.Controls.Add(this.labelControl30);
|
||
this.groupBox1.Controls.Add(this.labelControl32);
|
||
this.groupBox1.Controls.Add(this.numericUpDown3);
|
||
this.groupBox1.Controls.Add(this.labelControl2);
|
||
this.groupBox1.Controls.Add(this.labelControl1);
|
||
this.groupBox1.Controls.Add(this.labelControl31);
|
||
this.groupBox1.Controls.Add(this.labelControl8);
|
||
this.groupBox1.Controls.Add(this.labelControl7);
|
||
this.groupBox1.Controls.Add(this.labelControl4);
|
||
this.groupBox1.Controls.Add(this.labelControl3);
|
||
this.groupBox1.Controls.Add(this.labelControl29);
|
||
this.groupBox1.Controls.Add(this.labelControl28);
|
||
this.groupBox1.Controls.Add(this.labelControl27);
|
||
this.groupBox1.Location = new System.Drawing.Point(23, 27);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(844, 455);
|
||
this.groupBox1.TabIndex = 4;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = " 基础设置 ";
|
||
//
|
||
// labelControl6
|
||
//
|
||
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Gray;
|
||
this.labelControl6.Appearance.Options.UseForeColor = true;
|
||
this.labelControl6.Location = new System.Drawing.Point(614, 154);
|
||
this.labelControl6.Name = "labelControl6";
|
||
this.labelControl6.Size = new System.Drawing.Size(215, 14);
|
||
this.labelControl6.TabIndex = 61;
|
||
this.labelControl6.Text = "(在【系统管理->群通知机器人】中添加)";
|
||
//
|
||
// labelControl9
|
||
//
|
||
this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Gray;
|
||
this.labelControl9.Appearance.Options.UseForeColor = true;
|
||
this.labelControl9.Location = new System.Drawing.Point(471, 154);
|
||
this.labelControl9.Name = "labelControl9";
|
||
this.labelControl9.Size = new System.Drawing.Size(130, 14);
|
||
this.labelControl9.TabIndex = 56;
|
||
this.labelControl9.Text = "(未选择时使用系统设置)";
|
||
//
|
||
// comboBox4
|
||
//
|
||
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox4.FormattingEnabled = true;
|
||
this.comboBox4.Location = new System.Drawing.Point(170, 151);
|
||
this.comboBox4.Name = "comboBox4";
|
||
this.comboBox4.Size = new System.Drawing.Size(293, 22);
|
||
this.comboBox4.TabIndex = 55;
|
||
//
|
||
// checkBox3
|
||
//
|
||
this.checkBox3.AutoSize = true;
|
||
this.checkBox3.Location = new System.Drawing.Point(664, 102);
|
||
this.checkBox3.Name = "checkBox3";
|
||
this.checkBox3.Size = new System.Drawing.Size(108, 18);
|
||
this.checkBox3.TabIndex = 32;
|
||
this.checkBox3.Text = "置顶用户(微信)";
|
||
this.checkBox3.UseVisualStyleBackColor = true;
|
||
this.checkBox3.Visible = false;
|
||
//
|
||
// checkBox2
|
||
//
|
||
this.checkBox2.AutoSize = true;
|
||
this.checkBox2.Location = new System.Drawing.Point(664, 66);
|
||
this.checkBox2.Name = "checkBox2";
|
||
this.checkBox2.Size = new System.Drawing.Size(108, 18);
|
||
this.checkBox2.TabIndex = 33;
|
||
this.checkBox2.Text = "置顶用户(微信)";
|
||
this.checkBox2.UseVisualStyleBackColor = true;
|
||
this.checkBox2.Visible = false;
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(664, 32);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(108, 18);
|
||
this.checkBox1.TabIndex = 34;
|
||
this.checkBox1.Text = "置顶用户(微信)";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
this.checkBox1.Visible = false;
|
||
//
|
||
// labelControl5
|
||
//
|
||
this.labelControl5.Location = new System.Drawing.Point(73, 154);
|
||
this.labelControl5.Name = "labelControl5";
|
||
this.labelControl5.Size = new System.Drawing.Size(91, 14);
|
||
this.labelControl5.TabIndex = 29;
|
||
this.labelControl5.Text = "群通知API接口:";
|
||
//
|
||
// buttonCheck2
|
||
//
|
||
this.buttonCheck2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonCheck2.BackColor = System.Drawing.Color.Transparent;
|
||
this.buttonCheck2.Checked = true;
|
||
this.buttonCheck2.CheckStyleX = UI.Framework.Controls.CheckStyle.style1;
|
||
this.buttonCheck2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.buttonCheck2.Location = new System.Drawing.Point(95, 100);
|
||
this.buttonCheck2.Margin = new System.Windows.Forms.Padding(1);
|
||
this.buttonCheck2.Name = "buttonCheck2";
|
||
this.buttonCheck2.Size = new System.Drawing.Size(57, 22);
|
||
this.buttonCheck2.TabIndex = 28;
|
||
//
|
||
// buttonCheck1
|
||
//
|
||
this.buttonCheck1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonCheck1.BackColor = System.Drawing.Color.Transparent;
|
||
this.buttonCheck1.Checked = true;
|
||
this.buttonCheck1.CheckStyleX = UI.Framework.Controls.CheckStyle.style1;
|
||
this.buttonCheck1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.buttonCheck1.Location = new System.Drawing.Point(95, 64);
|
||
this.buttonCheck1.Margin = new System.Windows.Forms.Padding(1);
|
||
this.buttonCheck1.Name = "buttonCheck1";
|
||
this.buttonCheck1.Size = new System.Drawing.Size(57, 22);
|
||
this.buttonCheck1.TabIndex = 28;
|
||
//
|
||
// buttonCheck
|
||
//
|
||
this.buttonCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonCheck.BackColor = System.Drawing.Color.Transparent;
|
||
this.buttonCheck.Checked = true;
|
||
this.buttonCheck.CheckStyleX = UI.Framework.Controls.CheckStyle.style1;
|
||
this.buttonCheck.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.buttonCheck.Location = new System.Drawing.Point(95, 30);
|
||
this.buttonCheck.Margin = new System.Windows.Forms.Padding(1);
|
||
this.buttonCheck.Name = "buttonCheck";
|
||
this.buttonCheck.Size = new System.Drawing.Size(57, 22);
|
||
this.buttonCheck.TabIndex = 28;
|
||
//
|
||
// memoEdit6
|
||
//
|
||
this.memoEdit6.Location = new System.Drawing.Point(50, 342);
|
||
this.memoEdit6.Name = "memoEdit6";
|
||
this.memoEdit6.Size = new System.Drawing.Size(740, 96);
|
||
this.memoEdit6.TabIndex = 26;
|
||
//
|
||
// memoEdit5
|
||
//
|
||
this.memoEdit5.Location = new System.Drawing.Point(50, 218);
|
||
this.memoEdit5.Name = "memoEdit5";
|
||
this.memoEdit5.Size = new System.Drawing.Size(740, 96);
|
||
this.memoEdit5.TabIndex = 27;
|
||
//
|
||
// numericUpDown2
|
||
//
|
||
this.numericUpDown2.Location = new System.Drawing.Point(712, 100);
|
||
this.numericUpDown2.Maximum = new decimal(new int[] {
|
||
9999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown2.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown2.Name = "numericUpDown2";
|
||
this.numericUpDown2.Size = new System.Drawing.Size(60, 22);
|
||
this.numericUpDown2.TabIndex = 22;
|
||
this.numericUpDown2.Value = new decimal(new int[] {
|
||
24,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown2.Visible = false;
|
||
//
|
||
// numericUpDown1
|
||
//
|
||
this.numericUpDown1.Location = new System.Drawing.Point(264, 100);
|
||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||
1000,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown1.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown1.Name = "numericUpDown1";
|
||
this.numericUpDown1.Size = new System.Drawing.Size(91, 22);
|
||
this.numericUpDown1.TabIndex = 22;
|
||
this.numericUpDown1.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// numericUpDown4
|
||
//
|
||
this.numericUpDown4.Location = new System.Drawing.Point(370, 64);
|
||
this.numericUpDown4.Maximum = new decimal(new int[] {
|
||
9999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.Name = "numericUpDown4";
|
||
this.numericUpDown4.Size = new System.Drawing.Size(93, 22);
|
||
this.numericUpDown4.TabIndex = 22;
|
||
this.numericUpDown4.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// comboBox3
|
||
//
|
||
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox3.FormattingEnabled = true;
|
||
this.comboBox3.Items.AddRange(new object[] {
|
||
"拉入黑名单",
|
||
"通知钉钉群",
|
||
"订单冻结"});
|
||
this.comboBox3.Location = new System.Drawing.Point(507, 100);
|
||
this.comboBox3.Name = "comboBox3";
|
||
this.comboBox3.Size = new System.Drawing.Size(121, 22);
|
||
this.comboBox3.TabIndex = 25;
|
||
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
|
||
//
|
||
// comboBox2
|
||
//
|
||
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox2.FormattingEnabled = true;
|
||
this.comboBox2.Items.AddRange(new object[] {
|
||
"拉入黑名单",
|
||
"通知钉钉群"});
|
||
this.comboBox2.Location = new System.Drawing.Point(507, 64);
|
||
this.comboBox2.Name = "comboBox2";
|
||
this.comboBox2.Size = new System.Drawing.Size(121, 22);
|
||
this.comboBox2.TabIndex = 25;
|
||
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Items.AddRange(new object[] {
|
||
"拉入黑名单",
|
||
"通知钉钉群"});
|
||
this.comboBox1.Location = new System.Drawing.Point(507, 30);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(121, 22);
|
||
this.comboBox1.TabIndex = 25;
|
||
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
||
//
|
||
// labelControl30
|
||
//
|
||
this.labelControl30.Location = new System.Drawing.Point(471, 68);
|
||
this.labelControl30.Name = "labelControl30";
|
||
this.labelControl30.Size = new System.Drawing.Size(16, 14);
|
||
this.labelControl30.TabIndex = 16;
|
||
this.labelControl30.Text = "次.";
|
||
//
|
||
// labelControl32
|
||
//
|
||
this.labelControl32.Location = new System.Drawing.Point(50, 322);
|
||
this.labelControl32.Name = "labelControl32";
|
||
this.labelControl32.Size = new System.Drawing.Size(72, 14);
|
||
this.labelControl32.TabIndex = 17;
|
||
this.labelControl32.Text = "屏蔽店铺ID:";
|
||
//
|
||
// numericUpDown3
|
||
//
|
||
this.numericUpDown3.Location = new System.Drawing.Point(370, 30);
|
||
this.numericUpDown3.Maximum = new decimal(new int[] {
|
||
9999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown3.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown3.Name = "numericUpDown3";
|
||
this.numericUpDown3.Size = new System.Drawing.Size(93, 22);
|
||
this.numericUpDown3.TabIndex = 23;
|
||
this.numericUpDown3.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// labelControl2
|
||
//
|
||
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray;
|
||
this.labelControl2.Appearance.Options.UseForeColor = true;
|
||
this.labelControl2.Location = new System.Drawing.Point(128, 322);
|
||
this.labelControl2.Name = "labelControl2";
|
||
this.labelControl2.Size = new System.Drawing.Size(132, 14);
|
||
this.labelControl2.TabIndex = 18;
|
||
this.labelControl2.Text = "(多个编码用逗号\",\"分隔)";
|
||
//
|
||
// labelControl1
|
||
//
|
||
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray;
|
||
this.labelControl1.Appearance.Options.UseForeColor = true;
|
||
this.labelControl1.Location = new System.Drawing.Point(128, 198);
|
||
this.labelControl1.Name = "labelControl1";
|
||
this.labelControl1.Size = new System.Drawing.Size(132, 14);
|
||
this.labelControl1.TabIndex = 18;
|
||
this.labelControl1.Text = "(多个编码用逗号\",\"分隔)";
|
||
//
|
||
// labelControl31
|
||
//
|
||
this.labelControl31.Location = new System.Drawing.Point(50, 198);
|
||
this.labelControl31.Name = "labelControl31";
|
||
this.labelControl31.Size = new System.Drawing.Size(72, 14);
|
||
this.labelControl31.TabIndex = 18;
|
||
this.labelControl31.Text = "屏蔽商品ID:";
|
||
//
|
||
// labelControl8
|
||
//
|
||
this.labelControl8.Location = new System.Drawing.Point(657, 104);
|
||
this.labelControl8.Name = "labelControl8";
|
||
this.labelControl8.Size = new System.Drawing.Size(48, 14);
|
||
this.labelControl8.TabIndex = 19;
|
||
this.labelControl8.Text = "订单冻结";
|
||
this.labelControl8.Visible = false;
|
||
//
|
||
// labelControl7
|
||
//
|
||
this.labelControl7.Location = new System.Drawing.Point(779, 104);
|
||
this.labelControl7.Name = "labelControl7";
|
||
this.labelControl7.Size = new System.Drawing.Size(28, 14);
|
||
this.labelControl7.TabIndex = 19;
|
||
this.labelControl7.Text = "小时.";
|
||
this.labelControl7.Visible = false;
|
||
//
|
||
// labelControl4
|
||
//
|
||
this.labelControl4.Location = new System.Drawing.Point(373, 104);
|
||
this.labelControl4.Name = "labelControl4";
|
||
this.labelControl4.Size = new System.Drawing.Size(64, 14);
|
||
this.labelControl4.TabIndex = 19;
|
||
this.labelControl4.Text = "小时内收货.";
|
||
//
|
||
// labelControl3
|
||
//
|
||
this.labelControl3.Location = new System.Drawing.Point(170, 104);
|
||
this.labelControl3.Name = "labelControl3";
|
||
this.labelControl3.Size = new System.Drawing.Size(84, 14);
|
||
this.labelControl3.TabIndex = 19;
|
||
this.labelControl3.Text = "用户购买的商品";
|
||
//
|
||
// labelControl29
|
||
//
|
||
this.labelControl29.Location = new System.Drawing.Point(170, 68);
|
||
this.labelControl29.Name = "labelControl29";
|
||
this.labelControl29.Size = new System.Drawing.Size(190, 14);
|
||
this.labelControl29.TabIndex = 19;
|
||
this.labelControl29.Text = "用户在同家店铺多次购物(不同商品)";
|
||
//
|
||
// labelControl28
|
||
//
|
||
this.labelControl28.Location = new System.Drawing.Point(471, 34);
|
||
this.labelControl28.Name = "labelControl28";
|
||
this.labelControl28.Size = new System.Drawing.Size(16, 14);
|
||
this.labelControl28.TabIndex = 20;
|
||
this.labelControl28.Text = "次.";
|
||
//
|
||
// labelControl27
|
||
//
|
||
this.labelControl27.Location = new System.Drawing.Point(170, 34);
|
||
this.labelControl27.Name = "labelControl27";
|
||
this.labelControl27.Size = new System.Drawing.Size(190, 14);
|
||
this.labelControl27.TabIndex = 21;
|
||
this.labelControl27.Text = "用户在同家店铺多次购买(同一商品)";
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(906, 535);
|
||
this.Controls.Add(this.xtraTabControl1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.IconOptions.ShowIcon = false;
|
||
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);
|
||
this.xtraTabPage1.ResumeLayout(false);
|
||
this.xtraTabPage1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
||
this.xtraTabControl1.ResumeLayout(false);
|
||
this.xtraTabPage2.ResumeLayout(false);
|
||
this.xtraTabPage3.ResumeLayout(false);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit6.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.memoEdit5.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||
private DevExpress.XtraGrid.GridControl gridControl1;
|
||
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
||
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 DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
||
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
||
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
||
private UI.Framework.Controls.PageControl pageControl1;
|
||
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
||
private UI.Framework.Controls.SettingControl settingControl1;
|
||
private System.Windows.Forms.Label label1;
|
||
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl5;
|
||
private UI.Framework.Controls.ButtonCheck buttonCheck2;
|
||
private UI.Framework.Controls.ButtonCheck buttonCheck1;
|
||
private UI.Framework.Controls.ButtonCheck buttonCheck;
|
||
private DevExpress.XtraEditors.MemoEdit memoEdit6;
|
||
private DevExpress.XtraEditors.MemoEdit memoEdit5;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown4;
|
||
private System.Windows.Forms.ComboBox comboBox3;
|
||
private System.Windows.Forms.ComboBox comboBox2;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl30;
|
||
private DevExpress.XtraEditors.LabelControl labelControl32;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl31;
|
||
private DevExpress.XtraEditors.LabelControl labelControl8;
|
||
private DevExpress.XtraEditors.LabelControl labelControl7;
|
||
private DevExpress.XtraEditors.LabelControl labelControl4;
|
||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl29;
|
||
private DevExpress.XtraEditors.LabelControl labelControl28;
|
||
private DevExpress.XtraEditors.LabelControl labelControl27;
|
||
private System.Windows.Forms.CheckBox checkBox3;
|
||
private System.Windows.Forms.CheckBox checkBox2;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl9;
|
||
private System.Windows.Forms.ComboBox comboBox4;
|
||
private DevExpress.XtraEditors.LabelControl labelControl6;
|
||
}
|
||
} |