namespace FLSystem.Forms { partial class tb_adzone_group_form { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tb_adzone_group_form)); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.label4 = new System.Windows.Forms.Label(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.label6 = new System.Windows.Forms.Label(); 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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.groupControl4 = new DevExpress.XtraEditors.GroupControl(); this.label2 = new System.Windows.Forms.Label(); this.gridControl2 = 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.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit(); this.groupControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.SuspendLayout(); // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.labelControl1); this.groupControl2.Controls.Add(this.comboBoxEdit1); this.groupControl2.Controls.Add(this.label4); this.groupControl2.Location = new System.Drawing.Point(12, 12); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(609, 61); this.groupControl2.TabIndex = 48; this.groupControl2.Text = "账号选择"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(353, 33); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(246, 14); this.labelControl1.TabIndex = 56; this.labelControl1.Text = "(注意:推广位信息获取,需要先登录好淘宝账号)"; // // comboBoxEdit1 // this.comboBoxEdit1.Location = new System.Drawing.Point(126, 30); 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.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxEdit1.Size = new System.Drawing.Size(208, 20); this.comboBoxEdit1.TabIndex = 55; this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(53, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 14); this.label4.TabIndex = 47; this.label4.Text = "操作账号:"; // // groupControl1 // this.groupControl1.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.groupControl1.Controls.Add(this.label6); this.groupControl1.Controls.Add(this.pageControl1); this.groupControl1.Controls.Add(this.gridControl1); this.groupControl1.Location = new System.Drawing.Point(12, 79); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(610, 481); this.groupControl1.TabIndex = 47; this.groupControl1.Text = "推广位列表"; // // label6 // this.label6.BackColor = System.Drawing.Color.White; this.label6.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(5, 117); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(594, 33); this.label6.TabIndex = 2; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label6.Visible = false; // // pageControl1 // this.pageControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pageControl1.Location = new System.Drawing.Point(2, 442); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(607, 36); this.pageControl1.TabIndex = 1; // // gridControl1 // this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridControl1.Location = new System.Drawing.Point(0, 24); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(610, 415); this.gridControl1.TabIndex = 0; 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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3}); this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.OptionsView.ShowIndicator = false; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged); // // gridColumn1 // this.gridColumn1.Caption = "名称"; this.gridColumn1.FieldName = "name"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.AllowFocus = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 1; this.gridColumn1.Width = 200; // // gridColumn2 // this.gridColumn2.Caption = "PID"; this.gridColumn2.FieldName = "pid"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.AllowFocus = false; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 271; // // gridColumn3 // this.gridColumn3.Caption = "联盟昵称"; this.gridColumn3.FieldName = "membernick"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.AllowFocus = false; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 3; this.gridColumn3.Width = 218; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(159, 28); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(203, 22); this.textBox1.TabIndex = 49; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(100, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 14); this.label1.TabIndex = 50; this.label1.Text = "组名称:"; // // simpleButton3 // this.simpleButton3.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.simpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.ImageOptions.Image"))); this.simpleButton3.Location = new System.Drawing.Point(626, 578); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(126, 32); this.simpleButton3.TabIndex = 56; this.simpleButton3.Text = " 取 消 "; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton1 // this.simpleButton1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(430, 578); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(126, 32); this.simpleButton1.TabIndex = 55; this.simpleButton1.Text = " 确 认 "; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // groupControl3 // this.groupControl3.Controls.Add(this.textBox1); this.groupControl3.Controls.Add(this.label1); this.groupControl3.Location = new System.Drawing.Point(637, 12); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(490, 61); this.groupControl3.TabIndex = 57; this.groupControl3.Text = "已选推广位"; // // groupControl4 // this.groupControl4.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.groupControl4.Controls.Add(this.label2); this.groupControl4.Controls.Add(this.gridControl2); this.groupControl4.Location = new System.Drawing.Point(637, 79); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(490, 481); this.groupControl4.TabIndex = 48; this.groupControl4.Text = "推广位列表"; // // label2 // this.label2.BackColor = System.Drawing.Color.White; this.label2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Red; this.label2.Location = new System.Drawing.Point(5, 117); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(480, 33); this.label2.TabIndex = 2; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.label2.Visible = false; // // gridControl2 // this.gridControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridControl2.ContextMenuStrip = this.contextMenuStrip1; this.gridControl2.Location = new System.Drawing.Point(0, 24); this.gridControl2.MainView = this.gridView2; this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(490, 457); this.gridControl2.TabIndex = 0; this.gridControl2.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(161, 48); // // 删除勾选推广位ToolStripMenuItem // this.删除勾选推广位ToolStripMenuItem.Name = "删除勾选推广位ToolStripMenuItem"; this.删除勾选推广位ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 22); this.删除全部推广位ToolStripMenuItem.Text = "删除全部推广位"; 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.Appearance.Row.Options.UseTextOptions = true; this.gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn4, this.gridColumn5, this.gridColumn6}); this.gridView2.GridControl = this.gridControl2; this.gridView2.IndicatorWidth = 50; this.gridView2.Name = "gridView2"; this.gridView2.OptionsBehavior.ReadOnly = true; this.gridView2.OptionsSelection.MultiSelect = true; this.gridView2.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView2.OptionsView.ShowGroupPanel = false; this.gridView2.OptionsView.ShowIndicator = false; this.gridView2.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView2_CustomColumnDisplayText); // // gridColumn4 // this.gridColumn4.Caption = "阿里名称"; this.gridColumn4.FieldName = "Member"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.OptionsColumn.AllowFocus = false; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 1; this.gridColumn4.Width = 200; // // gridColumn5 // this.gridColumn5.Caption = "推广位名称"; this.gridColumn5.FieldName = "Name"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.OptionsColumn.AllowFocus = false; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 2; this.gridColumn5.Width = 271; // // gridColumn6 // this.gridColumn6.Caption = "PID"; this.gridColumn6.FieldName = "Pid"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.OptionsColumn.AllowEdit = false; this.gridColumn6.OptionsColumn.AllowFocus = false; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 3; this.gridColumn6.Width = 218; // // tb_adzone_group_form // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1139, 622); this.Controls.Add(this.groupControl4); this.Controls.Add(this.groupControl3); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.groupControl2); this.Controls.Add(this.groupControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "tb_adzone_group_form"; this.Text = "adzone_group_form"; this.Load += new System.EventHandler(this.tb_adzone_group_form_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); this.groupControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit(); this.groupControl4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; private System.Windows.Forms.Label label4; private DevExpress.XtraEditors.GroupControl groupControl1; private System.Windows.Forms.Label label6; 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 gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.GroupControl groupControl3; private DevExpress.XtraEditors.GroupControl groupControl4; private System.Windows.Forms.Label label2; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除勾选推广位ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除全部推广位ToolStripMenuItem; } }