namespace AllRebatesActivity { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.label21 = new System.Windows.Forms.Label(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.linkLabel5 = new System.Windows.Forms.LinkLabel(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); 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.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.checkedComboBoxEdit1 = new DevExpress.XtraEditors.CheckedComboBoxEdit(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label19 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.checkedComboBoxEdit_ChatType = new DevExpress.XtraEditors.CheckedComboBoxEdit(); this.simpleButton = new DevExpress.XtraEditors.SimpleButton(); this.time_end = new System.Windows.Forms.DateTimePicker(); this.time_begin = new System.Windows.Forms.DateTimePicker(); this.text_name = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pageControl1 = new UI.Framework.Controls.PageControl(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).BeginInit(); 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(992, 567); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.label21); this.xtraTabPage1.Controls.Add(this.groupControl2); this.xtraTabPage1.Controls.Add(this.gridControl1); this.xtraTabPage1.Controls.Add(this.groupControl1); this.xtraTabPage1.Controls.Add(this.pageControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(990, 541); this.xtraTabPage1.Text = " 免 单 活 动 设 置 "; // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Font = new System.Drawing.Font("黑体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.Location = new System.Drawing.Point(117, 189); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(267, 35); this.label21.TabIndex = 17; this.label21.Text = "当前无免单活动"; // // groupControl2 // this.groupControl2.Controls.Add(this.linkLabel5); this.groupControl2.Controls.Add(this.textBox2); this.groupControl2.Controls.Add(this.label20); this.groupControl2.Location = new System.Drawing.Point(499, 3); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(486, 73); this.groupControl2.TabIndex = 16; this.groupControl2.Text = "全局推广位"; // // linkLabel5 // this.linkLabel5.AutoSize = true; this.linkLabel5.Location = new System.Drawing.Point(384, 39); this.linkLabel5.Name = "linkLabel5"; this.linkLabel5.Size = new System.Drawing.Size(67, 14); this.linkLabel5.TabIndex = 12; this.linkLabel5.TabStop = true; this.linkLabel5.Text = "设置推广位"; this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked); // // textBox2 // this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(122, 36); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(247, 22); this.textBox2.TabIndex = 11; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(43, 39); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(79, 14); this.label20.TabIndex = 10; this.label20.Text = "活动推广位:"; // // gridControl1 // this.gridControl1.ContextMenuStrip = this.contextMenuStrip1; this.gridControl1.Location = new System.Drawing.Point(-5, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(498, 498); this.gridControl1.TabIndex = 15; 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.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48); // // 删除选中项ToolStripMenuItem // this.删除选中项ToolStripMenuItem.Name = "删除选中项ToolStripMenuItem"; this.删除选中项ToolStripMenuItem.Size = new System.Drawing.Size(124, 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(124, 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.gridColumn10, this.gridColumn3, this.gridColumn1, this.gridColumn2, this.gridColumn5}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick); // // gridColumn10 // this.gridColumn10.AppearanceCell.Options.UseTextOptions = true; this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn10.Caption = "ID"; this.gridColumn10.FieldName = "id"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 0; this.gridColumn10.Width = 55; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "活动名称"; this.gridColumn3.FieldName = "name"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.AllowFocus = false; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; this.gridColumn3.Width = 138; // // gridColumn1 // this.gridColumn1.Caption = "领取开始时间"; this.gridColumn1.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn1.FieldName = "time_begin"; this.gridColumn1.Name = "gridColumn1"; // // gridColumn2 // this.gridColumn2.Caption = "领取结束时间"; this.gridColumn2.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn2.FieldName = "time_end"; this.gridColumn2.Name = "gridColumn2"; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseTextOptions = true; this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "活动状态"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 2; this.gridColumn5.Width = 148; // // groupControl1 // this.groupControl1.Controls.Add(this.labelControl9); this.groupControl1.Controls.Add(this.labelControl8); this.groupControl1.Controls.Add(this.numericUpDown2); this.groupControl1.Controls.Add(this.checkedComboBoxEdit1); this.groupControl1.Controls.Add(this.groupBox2); this.groupControl1.Controls.Add(this.checkedComboBoxEdit_ChatType); this.groupControl1.Controls.Add(this.simpleButton); this.groupControl1.Controls.Add(this.time_end); this.groupControl1.Controls.Add(this.time_begin); this.groupControl1.Controls.Add(this.text_name); this.groupControl1.Controls.Add(this.label3); this.groupControl1.Controls.Add(this.label5); this.groupControl1.Controls.Add(this.label4); this.groupControl1.Controls.Add(this.label2); this.groupControl1.Controls.Add(this.label8); this.groupControl1.Controls.Add(this.label1); this.groupControl1.Location = new System.Drawing.Point(499, 84); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(486, 414); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "活动编辑"; // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Location = new System.Drawing.Point(321, 35); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(130, 14); this.labelControl9.TabIndex = 10; this.labelControl9.Text = "(活动名称不存在为添加)"; // // labelControl8 // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl8.Appearance.Options.UseForeColor = true; this.labelControl8.Location = new System.Drawing.Point(257, 146); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(194, 14); this.labelControl8.TabIndex = 10; this.labelControl8.Text = "(一次性购买数量超过设定值,将无效)"; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(122, 142); this.numericUpDown2.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(120, 22); this.numericUpDown2.TabIndex = 9; this.numericUpDown2.Value = new decimal(new int[] { 1, 0, 0, 0}); // // checkedComboBoxEdit1 // this.checkedComboBoxEdit1.Location = new System.Drawing.Point(122, 114); this.checkedComboBoxEdit1.Name = "checkedComboBoxEdit1"; this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.checkedComboBoxEdit1.Size = new System.Drawing.Size(329, 20); this.checkedComboBoxEdit1.TabIndex = 1; // // groupBox2 // this.groupBox2.Controls.Add(this.labelControl10); this.groupBox2.Controls.Add(this.labelControl7); this.groupBox2.Controls.Add(this.labelControl6); this.groupBox2.Controls.Add(this.labelControl5); this.groupBox2.Controls.Add(this.labelControl4); this.groupBox2.Controls.Add(this.labelControl3); this.groupBox2.Controls.Add(this.labelControl2); this.groupBox2.Controls.Add(this.labelControl1); this.groupBox2.Controls.Add(this.numericUpDown1); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label16); this.groupBox2.Controls.Add(this.simpleButton1); this.groupBox2.Controls.Add(this.label19); this.groupBox2.Controls.Add(this.label15); this.groupBox2.Controls.Add(this.label14); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Location = new System.Drawing.Point(12, 176); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(462, 185); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = " 免单宝贝 "; // // labelControl10 // this.labelControl10.Appearance.ForeColor = System.Drawing.Color.DimGray; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Location = new System.Drawing.Point(369, 152); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(82, 14); this.labelControl10.TabIndex = 8; this.labelControl10.Text = "(给客户的金额)"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(221, 152); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(60, 14); this.labelControl7.TabIndex = 8; this.labelControl7.Text = "客户所得:"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(62, 152); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 8; this.labelControl6.Text = "返利金额:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(221, 124); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(60, 14); this.labelControl5.TabIndex = 8; this.labelControl5.Text = "返利比例:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(50, 124); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(72, 14); this.labelControl4.TabIndex = 8; this.labelControl4.Text = "优惠券金额:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(221, 96); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 8; this.labelControl3.Text = "商品单价:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(62, 96); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 8; this.labelControl2.Text = "商品编码:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(62, 68); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 8; this.labelControl1.Text = "商品标题:"; // // numericUpDown1 // this.numericUpDown1.DecimalPlaces = 2; this.numericUpDown1.Location = new System.Drawing.Point(281, 148); this.numericUpDown1.Maximum = new decimal(new int[] { 9999999, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(82, 22); this.numericUpDown1.TabIndex = 2; this.numericUpDown1.Value = new decimal(new int[] { 10, 0, 0, 0}); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(132, 30); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(219, 22); this.textBox1.TabIndex = 1; this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter); // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.Color.Blue; this.label16.Location = new System.Drawing.Point(132, 152); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(14, 14); this.label16.TabIndex = 0; this.label16.Text = "0"; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(357, 26); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(76, 29); this.simpleButton1.TabIndex = 7; this.simpleButton1.Text = " 解 析 "; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label19 // this.label19.AutoSize = true; this.label19.ForeColor = System.Drawing.Color.Blue; this.label19.Location = new System.Drawing.Point(291, 124); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(26, 14); this.label19.TabIndex = 0; this.label19.Text = "0%"; // // label15 // this.label15.AutoSize = true; this.label15.ForeColor = System.Drawing.Color.Blue; this.label15.Location = new System.Drawing.Point(132, 124); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(14, 14); this.label15.TabIndex = 0; this.label15.Text = "0"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Blue; this.label14.Location = new System.Drawing.Point(291, 96); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(14, 14); this.label14.TabIndex = 0; this.label14.Text = "0"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.Blue; this.label13.Location = new System.Drawing.Point(132, 96); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(0, 14); this.label13.TabIndex = 0; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.Blue; this.label11.Location = new System.Drawing.Point(132, 68); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(0, 14); this.label11.TabIndex = 0; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(35, 33); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(91, 14); this.label12.TabIndex = 0; this.label12.Text = "免单商品链接:"; // // checkedComboBoxEdit_ChatType // this.checkedComboBoxEdit_ChatType.EditValue = ""; this.checkedComboBoxEdit_ChatType.Location = new System.Drawing.Point(122, 59); this.checkedComboBoxEdit_ChatType.Name = "checkedComboBoxEdit_ChatType"; this.checkedComboBoxEdit_ChatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.checkedComboBoxEdit_ChatType.Size = new System.Drawing.Size(329, 20); this.checkedComboBoxEdit_ChatType.TabIndex = 2; // // simpleButton // this.simpleButton.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton.ImageOptions.Image"))); this.simpleButton.Location = new System.Drawing.Point(191, 372); this.simpleButton.Name = "simpleButton"; this.simpleButton.Size = new System.Drawing.Size(96, 29); this.simpleButton.TabIndex = 7; this.simpleButton.Text = "保 存 配 置 "; this.simpleButton.Click += new System.EventHandler(this.simpleButton_Click); // // time_end // this.time_end.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.time_end.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.time_end.Location = new System.Drawing.Point(293, 86); this.time_end.Name = "time_end"; this.time_end.Size = new System.Drawing.Size(158, 22); this.time_end.TabIndex = 4; this.time_end.Value = new System.DateTime(2019, 5, 9, 14, 21, 0, 0); // // time_begin // this.time_begin.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.time_begin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.time_begin.Location = new System.Drawing.Point(122, 86); this.time_begin.Name = "time_begin"; this.time_begin.Size = new System.Drawing.Size(158, 22); this.time_begin.TabIndex = 3; this.time_begin.Value = new System.DateTime(2019, 5, 9, 14, 21, 0, 0); // // text_name // this.text_name.Location = new System.Drawing.Point(122, 32); this.text_name.Name = "text_name"; this.text_name.Size = new System.Drawing.Size(193, 22); this.text_name.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(281, 90); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(11, 14); this.label3.TabIndex = 0; this.label3.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(43, 146); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 14); this.label5.TabIndex = 0; this.label5.Text = "限制购买量:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(43, 117); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 14); this.label4.TabIndex = 0; this.label4.Text = "参加用户组:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(55, 90); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 0; this.label2.Text = "活动日期:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(43, 62); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(79, 14); this.label8.TabIndex = 0; this.label8.Text = "活动机器人:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(55, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 14); this.label1.TabIndex = 0; this.label1.Text = "活动名称:"; // // pageControl1 // this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.pageControl1.Location = new System.Drawing.Point(0, 504); this.pageControl1.Name = "pageControl1"; this.pageControl1.Size = new System.Drawing.Size(990, 37); this.pageControl1.TabIndex = 13; // // xtraTabPage2 // this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.PageVisible = false; this.xtraTabPage2.Size = new System.Drawing.Size(990, 541); this.xtraTabPage2.Text = "xtraTabPage2"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(992, 567); this.Controls.Add(this.xtraTabControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; this.Text = "MainForm"; 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.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit_ChatType.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit_ChatType; private DevExpress.XtraEditors.SimpleButton simpleButton; private System.Windows.Forms.DateTimePicker time_end; private System.Windows.Forms.DateTimePicker time_begin; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox text_name; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label1; private UI.Framework.Controls.PageControl pageControl1; private System.Windows.Forms.GroupBox groupBox2; private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEdit1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label11; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label19; private DevExpress.XtraEditors.SimpleButton simpleButton1; private System.Windows.Forms.LinkLabel linkLabel5; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label20; private DevExpress.XtraEditors.GroupControl groupControl2; private System.Windows.Forms.Label label21; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl7; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除选中项ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除所有ToolStripMenuItem; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown numericUpDown2; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl10; } }