269 lines
15 KiB
C#
269 lines
15 KiB
C#
|
namespace Weixin.CircleTools
|
|||
|
{
|
|||
|
partial class SetTGWForm
|
|||
|
{
|
|||
|
/// <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.pageControl1 = new UI.Framework.Controls.PageControl();
|
|||
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip();
|
|||
|
this.删除选中阿里妈妈推广位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.删除选中京东推广位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.gridColumn11 = 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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
this.contextMenuStrip1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pageControl1
|
|||
|
//
|
|||
|
this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.pageControl1.Location = new System.Drawing.Point(0, 408);
|
|||
|
this.pageControl1.Name = "pageControl1";
|
|||
|
this.pageControl1.Size = new System.Drawing.Size(858, 36);
|
|||
|
this.pageControl1.TabIndex = 15;
|
|||
|
//
|
|||
|
// gridControl1
|
|||
|
//
|
|||
|
this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|||
|
this.gridControl1.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.gridControl1.MainView = this.gridView2;
|
|||
|
this.gridControl1.Name = "gridControl1";
|
|||
|
this.gridControl1.Size = new System.Drawing.Size(857, 407);
|
|||
|
this.gridControl1.TabIndex = 16;
|
|||
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView2});
|
|||
|
//
|
|||
|
// contextMenuStrip1
|
|||
|
//
|
|||
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.删除选中阿里妈妈推广位ToolStripMenuItem,
|
|||
|
this.删除选中京东推广位ToolStripMenuItem});
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(185, 48);
|
|||
|
//
|
|||
|
// 删除选中阿里妈妈推广位ToolStripMenuItem
|
|||
|
//
|
|||
|
this.删除选中阿里妈妈推广位ToolStripMenuItem.Name = "删除选中阿里妈妈推广位ToolStripMenuItem";
|
|||
|
this.删除选中阿里妈妈推广位ToolStripMenuItem.Size = new System.Drawing.Size(184, 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(184, 22);
|
|||
|
this.删除选中京东推广位ToolStripMenuItem.Text = "删除选中京东推广位";
|
|||
|
this.删除选中京东推广位ToolStripMenuItem.Visible = false;
|
|||
|
this.删除选中京东推广位ToolStripMenuItem.Click += new System.EventHandler(this.删除选中京东推广位ToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// gridView2
|
|||
|
//
|
|||
|
this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
|||
|
this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
this.gridColumn11,
|
|||
|
this.gridColumn12,
|
|||
|
this.gridColumn13,
|
|||
|
this.gridColumn14,
|
|||
|
this.gridColumn15,
|
|||
|
this.gridColumn2,
|
|||
|
this.gridColumn1,
|
|||
|
this.gridColumn17});
|
|||
|
this.gridView2.GridControl = this.gridControl1;
|
|||
|
this.gridView2.Name = "gridView2";
|
|||
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|||
|
this.gridView2.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView2_RowCellClick);
|
|||
|
this.gridView2.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView2_CustomColumnDisplayText);
|
|||
|
//
|
|||
|
// gridColumn11
|
|||
|
//
|
|||
|
this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn11.Caption = "ID";
|
|||
|
this.gridColumn11.FieldName = "ID";
|
|||
|
this.gridColumn11.Name = "gridColumn11";
|
|||
|
this.gridColumn11.Visible = true;
|
|||
|
this.gridColumn11.VisibleIndex = 0;
|
|||
|
this.gridColumn11.Width = 50;
|
|||
|
//
|
|||
|
// gridColumn12
|
|||
|
//
|
|||
|
this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn12.Caption = "平台类型";
|
|||
|
this.gridColumn12.FieldName = "chattype";
|
|||
|
this.gridColumn12.Name = "gridColumn12";
|
|||
|
this.gridColumn12.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn12.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn12.Visible = true;
|
|||
|
this.gridColumn12.VisibleIndex = 1;
|
|||
|
this.gridColumn12.Width = 99;
|
|||
|
//
|
|||
|
// gridColumn13
|
|||
|
//
|
|||
|
this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn13.Caption = "账号";
|
|||
|
this.gridColumn13.FieldName = "name";
|
|||
|
this.gridColumn13.Name = "gridColumn13";
|
|||
|
this.gridColumn13.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn13.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn13.Visible = true;
|
|||
|
this.gridColumn13.VisibleIndex = 2;
|
|||
|
this.gridColumn13.Width = 148;
|
|||
|
//
|
|||
|
// gridColumn14
|
|||
|
//
|
|||
|
this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn14.Caption = "账号昵称";
|
|||
|
this.gridColumn14.FieldName = "nick";
|
|||
|
this.gridColumn14.Name = "gridColumn14";
|
|||
|
this.gridColumn14.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn14.OptionsColumn.AllowFocus = false;
|
|||
|
this.gridColumn14.Visible = true;
|
|||
|
this.gridColumn14.VisibleIndex = 3;
|
|||
|
this.gridColumn14.Width = 125;
|
|||
|
//
|
|||
|
// gridColumn15
|
|||
|
//
|
|||
|
this.gridColumn15.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|||
|
this.gridColumn15.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|||
|
this.gridColumn15.AppearanceCell.Options.UseFont = true;
|
|||
|
this.gridColumn15.AppearanceCell.Options.UseForeColor = true;
|
|||
|
this.gridColumn15.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn15.Caption = "淘宝推广位";
|
|||
|
this.gridColumn15.FieldName = "adzone_name";
|
|||
|
this.gridColumn15.Name = "gridColumn15";
|
|||
|
this.gridColumn15.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn15.Visible = true;
|
|||
|
this.gridColumn15.VisibleIndex = 4;
|
|||
|
this.gridColumn15.Width = 135;
|
|||
|
//
|
|||
|
// gridColumn2
|
|||
|
//
|
|||
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|||
|
this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|||
|
this.gridColumn2.AppearanceCell.Options.UseFont = true;
|
|||
|
this.gridColumn2.AppearanceCell.Options.UseForeColor = true;
|
|||
|
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn2.Caption = "京东推广位";
|
|||
|
this.gridColumn2.FieldName = "adzone_name_jd";
|
|||
|
this.gridColumn2.Name = "gridColumn2";
|
|||
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn2.Width = 130;
|
|||
|
//
|
|||
|
// gridColumn1
|
|||
|
//
|
|||
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline);
|
|||
|
this.gridColumn1.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
|
|||
|
this.gridColumn1.AppearanceCell.Options.UseFont = true;
|
|||
|
this.gridColumn1.AppearanceCell.Options.UseForeColor = true;
|
|||
|
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
|
|||
|
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn1.Caption = "拼多多推广位";
|
|||
|
this.gridColumn1.Name = "gridColumn1";
|
|||
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|||
|
//
|
|||
|
// gridColumn17
|
|||
|
//
|
|||
|
this.gridColumn17.AppearanceCell.Options.UseTextOptions = true;
|
|||
|
this.gridColumn17.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.gridColumn17.Caption = "禁止使用";
|
|||
|
this.gridColumn17.FieldName = "onoff";
|
|||
|
this.gridColumn17.Name = "gridColumn17";
|
|||
|
this.gridColumn17.OptionsColumn.AllowEdit = false;
|
|||
|
this.gridColumn17.Visible = true;
|
|||
|
this.gridColumn17.VisibleIndex = 5;
|
|||
|
this.gridColumn17.Width = 66;
|
|||
|
//
|
|||
|
// 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.Transparent;
|
|||
|
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(170, 159);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(537, 35);
|
|||
|
this.label1.TabIndex = 17;
|
|||
|
this.label1.Text = "尚未登录机器人,请先登录机器人";
|
|||
|
//
|
|||
|
// SetTGWForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(858, 444);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.gridControl1);
|
|||
|
this.Controls.Add(this.pageControl1);
|
|||
|
this.Name = "SetTGWForm";
|
|||
|
this.Text = "SetTGWForm";
|
|||
|
this.Load += new System.EventHandler(this.SetTGWForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
this.contextMenuStrip1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.Framework.Controls.PageControl pageControl1;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
|||
|
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 gridColumn17;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|||
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 删除选中阿里妈妈推广位ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 删除选中京东推广位ToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|