namespace FLSystem.Forms { partial class member_inviter_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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(member_inviter_control)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit(); 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(); this.pageControl1 = new UI.Framework.Controls.PageControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); 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.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.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.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Controls.Add(this.groupControl1); this.panelControl1.Controls.Add(this.pageControl1); this.panelControl1.Controls.Add(this.gridControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(821, 501); this.panelControl1.TabIndex = 0; // // groupControl1 // this.groupControl1.Controls.Add(this.comboBoxEdit2); 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(2, 2); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(817, 76); this.groupControl1.TabIndex = 4; this.groupControl1.Text = "搜索条件"; // // comboBoxEdit2 // this.comboBoxEdit2.EditValue = "最近新增"; this.comboBoxEdit2.Location = new System.Drawing.Point(520, 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; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(457, 38); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(52, 14); this.labelControl2.TabIndex = 7; this.labelControl2.Text = "排序方式:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(55, 38); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(28, 14); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "内容:"; // // simpleButton1 // this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(621, 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.EditValue = "全部数据"; this.comboBoxEdit1.Location = new System.Drawing.Point(275, 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.Enabled = false; this.textEdit1.Location = new System.Drawing.Point(99, 35); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(166, 20); this.textEdit1.TabIndex = 1; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Location = new System.Drawing.Point(2, 466); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(817, 33); this.pageControl1.TabIndex = 3; // // 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.Location = new System.Drawing.Point(0, 84); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(821, 380); this.gridControl1.TabIndex = 2; 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.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.gridColumn3, this.gridColumn18, this.gridColumn17, this.gridColumn16, this.gridColumn12, this.gridColumn13, this.gridColumn14, this.gridColumn15, this.gridColumn4, this.gridColumn5, this.gridColumn19, this.gridColumn20, this.gridColumn7, this.gridColumn8, this.gridColumn9, 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 = 150; // // gridColumn3 // this.gridColumn3.Caption = "昵称"; this.gridColumn3.FieldName = "usernick"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 3; 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 = 4; this.gridColumn18.Width = 120; // // gridColumn17 // this.gridColumn17.Caption = "状态"; this.gridColumn17.FieldName = "status"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 5; // // gridColumn16 // this.gridColumn16.Caption = "剩余积分"; this.gridColumn16.FieldName = "cur_point"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 6; this.gridColumn16.Width = 80; // // gridColumn12 // this.gridColumn12.Caption = "消费奖励(共)"; this.gridColumn12.FieldName = "buy_point"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 7; this.gridColumn12.Width = 90; // // gridColumn13 // this.gridColumn13.Caption = "推荐提成(共)"; this.gridColumn13.FieldName = "ext_point"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 8; this.gridColumn13.Width = 90; // // gridColumn14 // this.gridColumn14.Caption = "其他奖励(共)"; this.gridColumn14.FieldName = "rew_point"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 9; this.gridColumn14.Width = 90; // // gridColumn15 // this.gridColumn15.Caption = "累计积分(共)"; this.gridColumn15.FieldName = "sum_point"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 10; this.gridColumn15.Width = 90; // // gridColumn4 // this.gridColumn4.Caption = "支付宝账号"; this.gridColumn4.FieldName = "alipay_num"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 11; this.gridColumn4.Width = 150; // // gridColumn5 // this.gridColumn5.Caption = "支付宝姓名"; this.gridColumn5.FieldName = "alipay_name"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 12; this.gridColumn5.Width = 80; // // gridColumn19 // this.gridColumn19.Caption = "身份证名称"; this.gridColumn19.FieldName = "identity_name"; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 13; // // gridColumn20 // this.gridColumn20.Caption = "身份证号码"; this.gridColumn20.FieldName = "identity_card"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 14; // // gridColumn7 // this.gridColumn7.Caption = "邀请人编号"; this.gridColumn7.FieldName = "inviter_id"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 15; 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 = 16; this.gridColumn8.Width = 120; // // gridColumn9 // this.gridColumn9.Caption = "机器人账号"; this.gridColumn9.FieldName = "robot_name"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 17; this.gridColumn9.Width = 150; // // gridColumn10 // this.gridColumn10.Caption = "最后沟通时间"; this.gridColumn10.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn10.FieldName = "upd_time"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 18; this.gridColumn10.Width = 150; // // gridColumn11 // this.gridColumn11.Caption = "注册时间"; this.gridColumn11.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn11.FieldName = "crt_time"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 19; this.gridColumn11.Width = 150; // // member_inviter_control // this.AcceptButton = this.simpleButton1; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(821, 501); this.Controls.Add(this.panelControl1); this.Name = "member_inviter_control"; this.Text = "下级列表"; this.Load += new System.EventHandler(this.member_inviter_control_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private UI.Framework.Controls.PageControl pageControl1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; 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 gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; 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.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; } }