509 lines
27 KiB
C#
509 lines
27 KiB
C#
namespace Weixin.SNCirclePromotion
|
|
{
|
|
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.components = new System.ComponentModel.Container();
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.pageControl1 = new UI.Framework.Controls.PageControl();
|
|
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.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn6 = 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.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pageControl2 = new UI.Framework.Controls.PageControl();
|
|
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
|
|
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.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.settingControl1 = new UI.Framework.Controls.SettingControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
this.xtraTabControl1.SuspendLayout();
|
|
this.xtraTabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.xtraTabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
this.xtraTabPage3.SuspendLayout();
|
|
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(878, 530);
|
|
this.xtraTabControl1.TabIndex = 10;
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage1,
|
|
this.xtraTabPage2,
|
|
this.xtraTabPage3});
|
|
this.xtraTabControl1.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.xtraTabControl1_Selected);
|
|
this.xtraTabControl1.TabIndexChanged += new System.EventHandler(this.xtraTabControl1_TabIndexChanged);
|
|
//
|
|
// xtraTabPage1
|
|
//
|
|
this.xtraTabPage1.Controls.Add(this.label2);
|
|
this.xtraTabPage1.Controls.Add(this.pageControl1);
|
|
this.xtraTabPage1.Controls.Add(this.gridControl1);
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(876, 504);
|
|
this.xtraTabPage1.Text = " 数 据 采 集 列 表 ";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.White;
|
|
this.label2.Font = new System.Drawing.Font("黑体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(283, 205);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(303, 35);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "数据采集列表为空";
|
|
//
|
|
// pageControl1
|
|
//
|
|
this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pageControl1.Location = new System.Drawing.Point(0, 468);
|
|
this.pageControl1.Name = "pageControl1";
|
|
this.pageControl1.Size = new System.Drawing.Size(876, 36);
|
|
this.pageControl1.TabIndex = 9;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
|
|
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(876, 468);
|
|
this.gridControl1.TabIndex = 8;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.删除选中项ToolStripMenuItem,
|
|
this.删除所有已发ToolStripMenuItem,
|
|
this.删除所有数据ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(149, 70);
|
|
//
|
|
// 删除选中项ToolStripMenuItem
|
|
//
|
|
this.删除选中项ToolStripMenuItem.Name = "删除选中项ToolStripMenuItem";
|
|
this.删除选中项ToolStripMenuItem.Size = new System.Drawing.Size(148, 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(148, 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(148, 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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn16,
|
|
this.gridColumn10,
|
|
this.gridColumn1,
|
|
this.gridColumn3,
|
|
this.gridColumn18,
|
|
this.gridColumn6,
|
|
this.gridColumn7,
|
|
this.gridColumn8,
|
|
this.gridColumn9});
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
|
//
|
|
// gridColumn16
|
|
//
|
|
this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn16.Caption = "店铺名";
|
|
this.gridColumn16.FieldName = "supplierName";
|
|
this.gridColumn16.Name = "gridColumn16";
|
|
this.gridColumn16.Visible = true;
|
|
this.gridColumn16.VisibleIndex = 1;
|
|
this.gridColumn16.Width = 116;
|
|
//
|
|
// gridColumn10
|
|
//
|
|
this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn10.Caption = "商品ID";
|
|
this.gridColumn10.FieldName = "goodsid";
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
this.gridColumn10.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn10.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn10.Visible = true;
|
|
this.gridColumn10.VisibleIndex = 2;
|
|
this.gridColumn10.Width = 85;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn1.Caption = "商品标题";
|
|
this.gridColumn1.FieldName = "goodsname";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn1.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 3;
|
|
this.gridColumn1.Width = 108;
|
|
//
|
|
// gridColumn3
|
|
//
|
|
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn3.Caption = "价格";
|
|
this.gridColumn3.FieldName = "vipPrice";
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn3.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn3.Visible = true;
|
|
this.gridColumn3.VisibleIndex = 4;
|
|
this.gridColumn3.Width = 79;
|
|
//
|
|
// gridColumn18
|
|
//
|
|
this.gridColumn18.Caption = "优惠券金额";
|
|
this.gridColumn18.FieldName = "coupon_discount";
|
|
this.gridColumn18.Name = "gridColumn18";
|
|
this.gridColumn18.Visible = true;
|
|
this.gridColumn18.VisibleIndex = 5;
|
|
//
|
|
// gridColumn6
|
|
//
|
|
this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn6.Caption = "佣金比例";
|
|
this.gridColumn6.FieldName = "commissionRate";
|
|
this.gridColumn6.Name = "gridColumn6";
|
|
this.gridColumn6.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn6.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn6.Visible = true;
|
|
this.gridColumn6.VisibleIndex = 6;
|
|
this.gridColumn6.Width = 66;
|
|
//
|
|
// gridColumn7
|
|
//
|
|
this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn7.Caption = "发送状态";
|
|
this.gridColumn7.FieldName = "state";
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
this.gridColumn7.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn7.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn7.Visible = true;
|
|
this.gridColumn7.VisibleIndex = 7;
|
|
this.gridColumn7.Width = 54;
|
|
//
|
|
// gridColumn8
|
|
//
|
|
this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn8.Caption = "采集日期";
|
|
this.gridColumn8.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.gridColumn8.FieldName = "cur_time";
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
this.gridColumn8.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn8.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn8.Visible = true;
|
|
this.gridColumn8.VisibleIndex = 8;
|
|
this.gridColumn8.Width = 100;
|
|
//
|
|
// gridColumn9
|
|
//
|
|
this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn9.Caption = "数据来源";
|
|
this.gridColumn9.FieldName = "goods_source";
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
this.gridColumn9.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn9.OptionsColumn.AllowFocus = false;
|
|
this.gridColumn9.Visible = true;
|
|
this.gridColumn9.VisibleIndex = 9;
|
|
this.gridColumn9.Width = 83;
|
|
//
|
|
// xtraTabPage2
|
|
//
|
|
this.xtraTabPage2.Controls.Add(this.label1);
|
|
this.xtraTabPage2.Controls.Add(this.pageControl2);
|
|
this.xtraTabPage2.Controls.Add(this.gridControl2);
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(876, 504);
|
|
this.xtraTabPage2.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(168, 205);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(537, 35);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "尚未登录机器人,请先登录机器人";
|
|
//
|
|
// pageControl2
|
|
//
|
|
this.pageControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pageControl2.Location = new System.Drawing.Point(0, 468);
|
|
this.pageControl2.Name = "pageControl2";
|
|
this.pageControl2.Size = new System.Drawing.Size(876, 36);
|
|
this.pageControl2.TabIndex = 7;
|
|
//
|
|
// gridControl2
|
|
//
|
|
this.gridControl2.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.gridControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl2.MainView = this.gridView2;
|
|
this.gridControl2.Name = "gridControl2";
|
|
this.gridControl2.Size = new System.Drawing.Size(872, 461);
|
|
this.gridControl2.TabIndex = 6;
|
|
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// 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.gridColumn17});
|
|
this.gridView2.GridControl = this.gridControl2;
|
|
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 = 149;
|
|
//
|
|
// 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;
|
|
//
|
|
// xtraTabPage3
|
|
//
|
|
this.xtraTabPage3.Controls.Add(this.settingControl1);
|
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
|
this.xtraTabPage3.Size = new System.Drawing.Size(876, 504);
|
|
this.xtraTabPage3.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(876, 504);
|
|
this.settingControl1.TabIndex = 0;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(878, 530);
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
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();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
this.xtraTabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
this.xtraTabPage3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.Framework.Controls.PageControl pageControl1;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
|
|
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.XtraTab.XtraTabPage xtraTabPage2;
|
|
private System.Windows.Forms.Label label1;
|
|
private UI.Framework.Controls.PageControl pageControl2;
|
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
|
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 DevExpress.XtraTab.XtraTabPage xtraTabPage3;
|
|
private UI.Framework.Controls.SettingControl settingControl1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除选中项ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除所有已发ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除所有数据ToolStripMenuItem;
|
|
}
|
|
} |