old_flsystem/应用/WPHRebate/MainForm.Designer.cs

782 lines
39 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace WPHRebate
{
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.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
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.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.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.separatorControl2 = new DevExpress.XtraEditors.SeparatorControl();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
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();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.xtraTabPage2.SuspendLayout();
this.xtraTabPage3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
((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();
//
// 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(991, 577);
this.xtraTabControl1.TabIndex = 8;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2,
this.xtraTabPage3});
//
// 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(989, 551);
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(224, 189);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(537, 35);
this.label1.TabIndex = 7;
this.label1.Text = "尚未登录机器人,请先登录机器人";
//
// pageControl1
//
this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageControl1.Location = new System.Drawing.Point(0, 514);
this.pageControl1.Name = "pageControl1";
this.pageControl1.Size = new System.Drawing.Size(989, 37);
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(989, 508);
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 = 55;
//
// 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 = 110;
//
// 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 = 164;
//
// 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 = 138;
//
// 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 = 148;
//
// 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 = 130;
//
// 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 = 109;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.settingControl1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(989, 551);
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(989, 551);
this.settingControl1.TabIndex = 0;
//
// xtraTabPage3
//
this.xtraTabPage3.Controls.Add(this.groupBox1);
this.xtraTabPage3.Name = "xtraTabPage3";
this.xtraTabPage3.Size = new System.Drawing.Size(989, 551);
this.xtraTabPage3.Text = " 防 撸 设 置 ";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labelControl5);
this.groupBox1.Controls.Add(this.labelControl19);
this.groupBox1.Controls.Add(this.comboBox4);
this.groupBox1.Controls.Add(this.labelControl20);
this.groupBox1.Controls.Add(this.separatorControl2);
this.groupBox1.Controls.Add(this.separatorControl1);
this.groupBox1.Controls.Add(this.checkBox3);
this.groupBox1.Controls.Add(this.checkBox2);
this.groupBox1.Controls.Add(this.checkBox1);
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(38, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(916, 498);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 基础设置 ";
//
// labelControl5
//
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl5.Appearance.Options.UseForeColor = true;
this.labelControl5.Location = new System.Drawing.Point(651, 188);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(215, 14);
this.labelControl5.TabIndex = 60;
this.labelControl5.Text = "(在【系统管理->群通知机器人】中添加)";
//
// labelControl19
//
this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl19.Appearance.Options.UseForeColor = true;
this.labelControl19.Location = new System.Drawing.Point(505, 188);
this.labelControl19.Name = "labelControl19";
this.labelControl19.Size = new System.Drawing.Size(130, 14);
this.labelControl19.TabIndex = 59;
this.labelControl19.Text = "(未选择时使用系统设置)";
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(170, 185);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(308, 22);
this.comboBox4.TabIndex = 58;
//
// labelControl20
//
this.labelControl20.Location = new System.Drawing.Point(73, 188);
this.labelControl20.Name = "labelControl20";
this.labelControl20.Size = new System.Drawing.Size(91, 14);
this.labelControl20.TabIndex = 57;
this.labelControl20.Text = "群通知API接口";
//
// separatorControl2
//
this.separatorControl2.Location = new System.Drawing.Point(44, 103);
this.separatorControl2.Name = "separatorControl2";
this.separatorControl2.Size = new System.Drawing.Size(823, 23);
this.separatorControl2.TabIndex = 32;
//
// separatorControl1
//
this.separatorControl1.Location = new System.Drawing.Point(44, 50);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Size = new System.Drawing.Size(823, 23);
this.separatorControl1.TabIndex = 32;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(651, 133);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(108, 18);
this.checkBox3.TabIndex = 31;
this.checkBox3.Text = "置顶用户(微信)";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.Visible = false;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(651, 81);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(108, 18);
this.checkBox2.TabIndex = 31;
this.checkBox2.Text = "置顶用户(微信)";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.Visible = false;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(651, 28);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(108, 18);
this.checkBox1.TabIndex = 31;
this.checkBox1.Text = "置顶用户(微信)";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.Visible = false;
//
// 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(89, 132);
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(89, 79);
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(89, 26);
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, 389);
this.memoEdit6.Name = "memoEdit6";
this.memoEdit6.Size = new System.Drawing.Size(817, 96);
this.memoEdit6.TabIndex = 26;
//
// memoEdit5
//
this.memoEdit5.Location = new System.Drawing.Point(50, 263);
this.memoEdit5.Name = "memoEdit5";
this.memoEdit5.Size = new System.Drawing.Size(817, 96);
this.memoEdit5.TabIndex = 27;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(708, 131);
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(75, 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, 132);
this.numericUpDown1.Maximum = new decimal(new int[] {
999999,
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, 79);
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, 131);
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, 79);
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, 26);
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, 83);
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, 369);
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, 26);
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, 369);
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, 243);
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, 243);
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(653, 135);
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(789, 135);
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, 136);
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, 136);
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, 83);
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, 30);
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, 30);
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(991, 577);
this.Controls.Add(this.xtraTabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
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.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.xtraTabPage2.ResumeLayout(false);
this.xtraTabPage3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
((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.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private System.Windows.Forms.Label label1;
private UI.Framework.Controls.PageControl pageControl1;
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.XtraTabPage xtraTabPage2;
private UI.Framework.Controls.SettingControl settingControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl19;
private System.Windows.Forms.ComboBox comboBox4;
private DevExpress.XtraEditors.LabelControl labelControl20;
private DevExpress.XtraEditors.SeparatorControl separatorControl2;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
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;
}
}