namespace Weixin.AccurateCircle { partial class MainForm { /// /// 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() { 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.删除选中项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.gridColumn6 = 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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); this.xtraTabPage3 = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.xtraTabPage2 = 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(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.xtraTabPage2.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(966, 540); this.xtraTabControl1.TabIndex = 1; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage3, this.xtraTabPage2}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // 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(960, 511); 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.Transparent; 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(327, 187); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(303, 35); this.label2.TabIndex = 14; this.label2.Text = "数据采集列表为空"; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Location = new System.Drawing.Point(0, 475); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(960, 36); this.pageControl1.TabIndex = 13; // // 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.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemPictureEdit1}); this.gridControl1.Size = new System.Drawing.Size(960, 472); this.gridControl1.TabIndex = 12; 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.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.gridColumn6, this.gridColumn10, this.gridColumn1, this.gridColumn3, this.gridColumn2, this.gridColumn5}); 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; // // gridColumn6 // this.gridColumn6.AppearanceCell.Options.UseTextOptions = true; this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn6.Caption = "编码"; this.gridColumn6.FieldName = "id"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 1; // // gridColumn10 // this.gridColumn10.AppearanceCell.Options.UseTextOptions = true; this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn10.Caption = "发送时间"; this.gridColumn10.DisplayFormat.FormatString = "HH:mm:ss"; this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.gridColumn10.FieldName = "Sendtime"; 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 = 86; // // gridColumn1 // this.gridColumn1.AppearanceCell.Options.UseTextOptions = true; this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.Caption = "正文"; this.gridColumn1.FieldName = "Content"; 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 = 162; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "评语"; this.gridColumn3.FieldName = "Comment"; 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 = 282; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "发送状态"; this.gridColumn2.FieldName = "state"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.AllowFocus = false; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 5; this.gridColumn2.Width = 181; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseTextOptions = true; this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "采集时间"; this.gridColumn5.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn5.FieldName = "cur_time"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.OptionsColumn.AllowFocus = false; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 6; this.gridColumn5.Width = 154; // // repositoryItemPictureEdit1 // this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1"; this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch; // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.label1); this.xtraTabPage3.Controls.Add(this.pageControl2); this.xtraTabPage3.Controls.Add(this.gridControl2); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(960, 511); this.xtraTabPage3.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.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(207, 183); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(537, 35); this.label1.TabIndex = 14; this.label1.Text = "尚未登录机器人,请先登录机器人"; // // pageControl2 // this.pageControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl2.Location = new System.Drawing.Point(0, 475); this.pageControl2.Name = "pageControl2"; this.pageControl2.Size = new System.Drawing.Size(960, 36); this.pageControl2.TabIndex = 9; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Top; 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(960, 471); this.gridControl2.TabIndex = 8; 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.gridColumn4, this.gridColumn16, 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 = "tb_adzone_name"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.OptionsColumn.AllowEdit = false; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 4; this.gridColumn15.Width = 121; // // gridColumn4 // this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline); this.gridColumn4.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gridColumn4.AppearanceCell.Options.UseFont = true; this.gridColumn4.AppearanceCell.Options.UseForeColor = true; this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "京东推广位"; this.gridColumn4.FieldName = "jd_adzone_name"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 5; this.gridColumn4.Width = 107; // // gridColumn16 // this.gridColumn16.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline); this.gridColumn16.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gridColumn16.AppearanceCell.Options.UseFont = true; this.gridColumn16.AppearanceCell.Options.UseForeColor = true; this.gridColumn16.AppearanceCell.Options.UseTextOptions = true; this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn16.Caption = "拼多多推广位"; this.gridColumn16.FieldName = "pdd_adzone_name"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.OptionsColumn.AllowEdit = false; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 6; this.gridColumn16.Width = 109; // // 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 = 7; this.gridColumn17.Width = 66; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.settingControl1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(960, 530); 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(960, 530); 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(966, 540); this.Controls.Add(this.xtraTabControl1); this.MaximizeBox = false; this.MinimizeBox = false; 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(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit(); this.xtraTabPage3.ResumeLayout(false); this.xtraTabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.xtraTabPage2.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 gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1; private DevExpress.XtraTab.XtraTabPage xtraTabPage3; 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 xtraTabPage2; private UI.Framework.Controls.SettingControl settingControl1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除选中项ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除所有已发ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除所有数据ToolStripMenuItem; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; } }