namespace FLSystem.Forms { partial class member_manage_control { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(member_manage_control)); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.修改资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.设置私人信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.推荐列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.查看平台订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.淘宝订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.拼多多订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.京东订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.唯品联盟订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.抖音联盟订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.苏宁易购订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.快手联盟订单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.查看积分信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.积分日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.未兑换提现ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.已兑换提现ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.检测是否为云黑名单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.添加到云黑名单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.系统人工兑换类型ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageControl1 = new UI.Framework.Controls.PageControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.comboBoxEdit3 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControl1.ContextMenuStrip = this.contextMenuStrip1; this.gridControl1.Location = new System.Drawing.Point(0, 82); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(868, 355); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.修改资料ToolStripMenuItem, this.设置私人信息ToolStripMenuItem, this.推荐列表ToolStripMenuItem, this.查看平台订单ToolStripMenuItem, this.查看积分信息ToolStripMenuItem, this.toolStripSeparator1, this.检测是否为云黑名单ToolStripMenuItem, this.添加到云黑名单ToolStripMenuItem, this.系统人工兑换类型ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(191, 208); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // 修改资料ToolStripMenuItem // this.修改资料ToolStripMenuItem.Checked = true; this.修改资料ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.修改资料ToolStripMenuItem.Name = "修改资料ToolStripMenuItem"; this.修改资料ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.修改资料ToolStripMenuItem.Text = "修改资料"; this.修改资料ToolStripMenuItem.Click += new System.EventHandler(this.修改资料ToolStripMenuItem_Click); // // 设置私人信息ToolStripMenuItem // this.设置私人信息ToolStripMenuItem.Name = "设置私人信息ToolStripMenuItem"; this.设置私人信息ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.设置私人信息ToolStripMenuItem.Text = "设置私人信息"; this.设置私人信息ToolStripMenuItem.Click += new System.EventHandler(this.设置私人信息ToolStripMenuItem_Click); // // 推荐列表ToolStripMenuItem // this.推荐列表ToolStripMenuItem.Name = "推荐列表ToolStripMenuItem"; this.推荐列表ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.推荐列表ToolStripMenuItem.Text = "查看下级列表"; this.推荐列表ToolStripMenuItem.Click += new System.EventHandler(this.推荐列表ToolStripMenuItem_Click); // // 查看平台订单ToolStripMenuItem // this.查看平台订单ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.淘宝订单ToolStripMenuItem, this.拼多多订单ToolStripMenuItem, this.京东订单ToolStripMenuItem, this.唯品联盟订单ToolStripMenuItem, this.抖音联盟订单ToolStripMenuItem, this.苏宁易购订单ToolStripMenuItem, this.快手联盟订单ToolStripMenuItem}); this.查看平台订单ToolStripMenuItem.Name = "查看平台订单ToolStripMenuItem"; this.查看平台订单ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.查看平台订单ToolStripMenuItem.Text = "查看平台订单"; // // 淘宝订单ToolStripMenuItem // this.淘宝订单ToolStripMenuItem.Name = "淘宝订单ToolStripMenuItem"; this.淘宝订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.淘宝订单ToolStripMenuItem.Text = "阿里妈妈订单"; this.淘宝订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 拼多多订单ToolStripMenuItem // this.拼多多订单ToolStripMenuItem.Name = "拼多多订单ToolStripMenuItem"; this.拼多多订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.拼多多订单ToolStripMenuItem.Text = "多多进宝订单"; this.拼多多订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 京东订单ToolStripMenuItem // this.京东订单ToolStripMenuItem.Name = "京东订单ToolStripMenuItem"; this.京东订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.京东订单ToolStripMenuItem.Text = "京东联盟订单"; this.京东订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 唯品联盟订单ToolStripMenuItem // this.唯品联盟订单ToolStripMenuItem.Name = "唯品联盟订单ToolStripMenuItem"; this.唯品联盟订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.唯品联盟订单ToolStripMenuItem.Text = "唯品联盟订单"; this.唯品联盟订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 抖音联盟订单ToolStripMenuItem // this.抖音联盟订单ToolStripMenuItem.Name = "抖音联盟订单ToolStripMenuItem"; this.抖音联盟订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.抖音联盟订单ToolStripMenuItem.Text = "抖音联盟订单"; this.抖音联盟订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 苏宁易购订单ToolStripMenuItem // this.苏宁易购订单ToolStripMenuItem.Name = "苏宁易购订单ToolStripMenuItem"; this.苏宁易购订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.苏宁易购订单ToolStripMenuItem.Text = "苏宁易购订单"; this.苏宁易购订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 快手联盟订单ToolStripMenuItem // this.快手联盟订单ToolStripMenuItem.Name = "快手联盟订单ToolStripMenuItem"; this.快手联盟订单ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.快手联盟订单ToolStripMenuItem.Text = "快手联盟订单"; this.快手联盟订单ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // 查看积分信息ToolStripMenuItem // this.查看积分信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.积分日志ToolStripMenuItem, this.未兑换提现ToolStripMenuItem, this.已兑换提现ToolStripMenuItem}); this.查看积分信息ToolStripMenuItem.Name = "查看积分信息ToolStripMenuItem"; this.查看积分信息ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.查看积分信息ToolStripMenuItem.Text = "查看积分信息"; // // 积分日志ToolStripMenuItem // this.积分日志ToolStripMenuItem.Name = "积分日志ToolStripMenuItem"; this.积分日志ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.积分日志ToolStripMenuItem.Text = "积分日志"; this.积分日志ToolStripMenuItem.Click += new System.EventHandler(this.积分ToolStripMenuItem_Click); // // 未兑换提现ToolStripMenuItem // this.未兑换提现ToolStripMenuItem.Name = "未兑换提现ToolStripMenuItem"; this.未兑换提现ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.未兑换提现ToolStripMenuItem.Text = "未兑换提现"; this.未兑换提现ToolStripMenuItem.Click += new System.EventHandler(this.积分ToolStripMenuItem_Click); // // 已兑换提现ToolStripMenuItem // this.已兑换提现ToolStripMenuItem.Name = "已兑换提现ToolStripMenuItem"; this.已兑换提现ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.已兑换提现ToolStripMenuItem.Text = "已兑换提现"; this.已兑换提现ToolStripMenuItem.Click += new System.EventHandler(this.积分ToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6); // // 检测是否为云黑名单ToolStripMenuItem // this.检测是否为云黑名单ToolStripMenuItem.Name = "检测是否为云黑名单ToolStripMenuItem"; this.检测是否为云黑名单ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.检测是否为云黑名单ToolStripMenuItem.Text = "检测是否为云黑名单"; this.检测是否为云黑名单ToolStripMenuItem.Click += new System.EventHandler(this.检测是否为云黑名单ToolStripMenuItem_Click); // // 添加到云黑名单ToolStripMenuItem // this.添加到云黑名单ToolStripMenuItem.Name = "添加到云黑名单ToolStripMenuItem"; this.添加到云黑名单ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.添加到云黑名单ToolStripMenuItem.Text = "添加/删除 - 云黑名"; this.添加到云黑名单ToolStripMenuItem.Click += new System.EventHandler(this.添加到云黑名单ToolStripMenuItem_Click); // // 系统人工兑换类型ToolStripMenuItem // this.系统人工兑换类型ToolStripMenuItem.Name = "系统人工兑换类型ToolStripMenuItem"; this.系统人工兑换类型ToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.系统人工兑换类型ToolStripMenuItem.Text = "系统/人工 - 兑换类型"; this.系统人工兑换类型ToolStripMenuItem.Click += new System.EventHandler(this.系统人工兑换类型ToolStripMenuItem_Click); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.SelectedRow.Options.UseTextOptions = true; this.gridView1.Appearance.SelectedRow.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn6, this.gridColumn2, this.gridColumn23, this.gridColumn3, this.gridColumn18, this.gridColumn17, this.gridColumn16, this.gridColumn12, this.gridColumn13, this.gridColumn14, this.gridColumn15, this.gridColumn21, this.gridColumn24, this.gridColumn25, this.gridColumn4, this.gridColumn5, this.gridColumn19, this.gridColumn20, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn22, this.gridColumn10, this.gridColumn11}); this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData); this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); // // gridColumn1 // this.gridColumn1.Caption = "编号"; this.gridColumn1.FieldName = "id"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 46; // // gridColumn6 // this.gridColumn6.Caption = "用户类型"; this.gridColumn6.FieldName = "robot_type"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 1; this.gridColumn6.Width = 80; // // gridColumn2 // this.gridColumn2.Caption = "用户名"; this.gridColumn2.FieldName = "username"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 130; // // gridColumn23 // this.gridColumn23.Caption = "微信号"; this.gridColumn23.FieldName = "wechatid"; this.gridColumn23.Name = "gridColumn23"; this.gridColumn23.Visible = true; this.gridColumn23.VisibleIndex = 3; this.gridColumn23.Width = 102; // // gridColumn3 // this.gridColumn3.Caption = "昵称"; this.gridColumn3.FieldName = "usernick"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 4; this.gridColumn3.Width = 150; // // gridColumn18 // this.gridColumn18.AppearanceCell.Options.UseTextOptions = true; this.gridColumn18.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn18.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn18.Caption = "备注"; this.gridColumn18.FieldName = "remark"; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 5; this.gridColumn18.Width = 120; // // gridColumn17 // this.gridColumn17.Caption = "状态"; this.gridColumn17.FieldName = "status"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 6; // // gridColumn16 // this.gridColumn16.Caption = "剩余积分"; this.gridColumn16.FieldName = "cur_point"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 7; this.gridColumn16.Width = 80; // // gridColumn12 // this.gridColumn12.Caption = "消费奖励(共)"; this.gridColumn12.FieldName = "buy_point"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 8; this.gridColumn12.Width = 90; // // gridColumn13 // this.gridColumn13.Caption = "推荐提成(共)"; this.gridColumn13.FieldName = "ext_point"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 9; this.gridColumn13.Width = 90; // // gridColumn14 // this.gridColumn14.Caption = "其他奖励(共)"; this.gridColumn14.FieldName = "rew_point"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 10; this.gridColumn14.Width = 90; // // gridColumn15 // this.gridColumn15.Caption = "累计积分(共)"; this.gridColumn15.FieldName = "sum_point"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 11; this.gridColumn15.Width = 90; // // gridColumn21 // this.gridColumn21.AppearanceCell.Options.UseTextOptions = true; this.gridColumn21.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn21.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn21.Caption = "完成订单数"; this.gridColumn21.FieldName = "finish_order"; this.gridColumn21.Name = "gridColumn21"; this.gridColumn21.Visible = true; this.gridColumn21.VisibleIndex = 12; // // gridColumn24 // this.gridColumn24.AppearanceCell.Options.UseTextOptions = true; this.gridColumn24.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn24.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn24.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn24.Caption = "私人比例"; this.gridColumn24.DisplayFormat.FormatString = "{0}%"; this.gridColumn24.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.gridColumn24.FieldName = "private_ratio"; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.OptionsColumn.AllowEdit = false; this.gridColumn24.OptionsColumn.AllowFocus = false; this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 13; // // gridColumn25 // this.gridColumn25.Caption = "兑换类型"; this.gridColumn25.FieldName = "exchange_type"; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.Visible = true; this.gridColumn25.VisibleIndex = 14; // // gridColumn4 // this.gridColumn4.Caption = "支付宝账号"; this.gridColumn4.FieldName = "alipay_num"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 15; this.gridColumn4.Width = 150; // // gridColumn5 // this.gridColumn5.Caption = "支付宝姓名"; this.gridColumn5.FieldName = "alipay_name"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 16; this.gridColumn5.Width = 80; // // gridColumn19 // this.gridColumn19.Caption = "身份证名称"; this.gridColumn19.FieldName = "identity_name"; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 17; // // gridColumn20 // this.gridColumn20.Caption = "身份证号码"; this.gridColumn20.FieldName = "identity_card"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 18; // // gridColumn7 // this.gridColumn7.Caption = "邀请人编号"; this.gridColumn7.FieldName = "inviter_id"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 19; this.gridColumn7.Width = 80; // // gridColumn8 // this.gridColumn8.Caption = "分组等级"; this.gridColumn8.FieldName = "gridColumn8"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.UnboundType = DevExpress.Data.UnboundColumnType.String; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 20; this.gridColumn8.Width = 120; // // gridColumn9 // this.gridColumn9.Caption = "机器人账号"; this.gridColumn9.FieldName = "robot_name"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 21; this.gridColumn9.Width = 150; // // gridColumn22 // this.gridColumn22.Caption = "限制兑换时间"; this.gridColumn22.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn22.FieldName = "ban_exchange_time"; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; this.gridColumn22.VisibleIndex = 22; this.gridColumn22.Width = 150; // // gridColumn10 // this.gridColumn10.Caption = "最后沟通时间"; this.gridColumn10.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn10.FieldName = "upd_time"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 23; this.gridColumn10.Width = 150; // // gridColumn11 // this.gridColumn11.Caption = "注册时间"; this.gridColumn11.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn11.FieldName = "crt_time"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 24; this.gridColumn11.Width = 150; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Location = new System.Drawing.Point(0, 443); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(868, 33); this.pageControl1.TabIndex = 1; // // groupControl1 // this.groupControl1.Controls.Add(this.comboBoxEdit3); this.groupControl1.Controls.Add(this.comboBoxEdit2); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.simpleButton1); this.groupControl1.Controls.Add(this.comboBoxEdit1); this.groupControl1.Controls.Add(this.textEdit1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(868, 76); this.groupControl1.TabIndex = 2; this.groupControl1.Text = "搜索条件"; // // comboBoxEdit3 // this.comboBoxEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.comboBoxEdit3.EditValue = "全部状态"; this.comboBoxEdit3.Location = new System.Drawing.Point(430, 35); this.comboBoxEdit3.Name = "comboBoxEdit3"; this.comboBoxEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit3.Properties.Items.AddRange(new object[] { "全部状态"}); this.comboBoxEdit3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxEdit3.Size = new System.Drawing.Size(85, 20); this.comboBoxEdit3.TabIndex = 8; // // comboBoxEdit2 // this.comboBoxEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.comboBoxEdit2.EditValue = "最近新增"; this.comboBoxEdit2.Location = new System.Drawing.Point(591, 35); this.comboBoxEdit2.Name = "comboBoxEdit2"; this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit2.Properties.Items.AddRange(new object[] { "最近新增", "最近聊天", "最早聊天", "消费最多"}); this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxEdit2.Size = new System.Drawing.Size(85, 20); this.comboBoxEdit2.TabIndex = 8; // // labelControl3 // this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.labelControl3.Location = new System.Drawing.Point(373, 38); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(52, 14); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "用户状态:"; // // labelControl2 // this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.labelControl2.Location = new System.Drawing.Point(533, 38); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 14); this.labelControl2.TabIndex = 7; this.labelControl2.Text = "排序方式:"; // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.labelControl1.Location = new System.Drawing.Point(22, 38); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(28, 14); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "内容:"; // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(695, 32); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(99, 26); this.simpleButton1.TabIndex = 5; this.simpleButton1.Text = "搜索"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // comboBoxEdit1 // this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.comboBoxEdit1.EditValue = "全部数据"; this.comboBoxEdit1.Location = new System.Drawing.Point(242, 35); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Properties.Items.AddRange(new object[] { "全部数据", "客户账号", "客户昵称", "客户编号", "上级账号", "上级昵称", "上级编号", "支付宝账号", "支付宝姓名", "积分为负数", "私人推广位", "私人比例"}); this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxEdit1.Size = new System.Drawing.Size(109, 20); this.comboBoxEdit1.TabIndex = 2; this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged); // // textEdit1 // this.textEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.textEdit1.Enabled = false; this.textEdit1.Location = new System.Drawing.Point(66, 35); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(166, 20); this.textEdit1.TabIndex = 1; // // member_manage_control // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.groupControl1); this.Controls.Add(this.pageControl1); this.Controls.Add(this.gridControl1); this.Name = "member_manage_control"; this.Size = new System.Drawing.Size(868, 476); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private UI.Framework.Controls.PageControl pageControl1; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; private DevExpress.XtraEditors.TextEdit textEdit1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn13; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 修改资料ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private System.Windows.Forms.ToolStripMenuItem 设置私人信息ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 推荐列表ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit3; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.ToolStripMenuItem 查看平台订单ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 淘宝订单ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 拼多多订单ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 京东订单ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn21; private System.Windows.Forms.ToolStripMenuItem 查看积分信息ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 未兑换提现ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 积分日志ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 已兑换提现ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem 添加到云黑名单ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; private System.Windows.Forms.ToolStripMenuItem 检测是否为云黑名单ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn24; private System.Windows.Forms.ToolStripMenuItem 唯品联盟订单ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 抖音联盟订单ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 苏宁易购订单ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn25; private System.Windows.Forms.ToolStripMenuItem 系统人工兑换类型ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 快手联盟订单ToolStripMenuItem; } }