namespace Main { 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.components = new System.ComponentModel.Container(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.刷新数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.label10 = new System.Windows.Forms.Label(); this.buttonCheck1 = new UI.Framework.Controls.ButtonCheck(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.button1 = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.contextMenuStrip1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.tabPage2.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.刷新数据ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26); // // 刷新数据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); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(800, 450); this.tabControl1.TabIndex = 8; // // tabPage1 // this.tabPage1.Controls.Add(this.gridControl1); this.tabPage1.Location = new System.Drawing.Point(4, 23); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(792, 423); this.tabPage1.TabIndex = 0; this.tabPage1.Text = " 数 据 列 表 "; this.tabPage1.UseVisualStyleBackColor = true; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(3, 3); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(786, 417); this.gridControl1.TabIndex = 8; 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.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn10, this.gridColumn4, this.gridColumn2, this.gridColumn3, this.gridColumn9}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsPrint.PrintVertLines = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging); // // 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 = 70; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "平台类型"; this.gridColumn4.FieldName = "chattype"; 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 = 103; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "账号"; this.gridColumn2.FieldName = "name"; 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 = 150; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "账号昵称"; this.gridColumn3.FieldName = "nick"; 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 = 172; // // gridColumn9 // this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.gridColumn9.AppearanceCell.BackColor2 = System.Drawing.Color.LightGray; this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Underline); this.gridColumn9.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gridColumn9.AppearanceCell.Options.UseBackColor = true; this.gridColumn9.AppearanceCell.Options.UseFont = true; this.gridColumn9.AppearanceCell.Options.UseForeColor = true; this.gridColumn9.AppearanceCell.Options.UseTextOptions = true; this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn9.Caption = "邀请码【直接输入】"; this.gridColumn9.FieldName = "invitecode"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 4; this.gridColumn9.Width = 257; // // tabPage2 // this.tabPage2.Controls.Add(this.panel1); this.tabPage2.Controls.Add(this.button1); this.tabPage2.Location = new System.Drawing.Point(4, 23); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(792, 423); this.tabPage2.TabIndex = 1; this.tabPage2.Text = " 基 础 设 置 "; this.tabPage2.UseVisualStyleBackColor = true; // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.buttonCheck1); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.radioButton2); this.panel1.Controls.Add(this.radioButton3); this.panel1.Location = new System.Drawing.Point(8, 6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(776, 334); this.panel1.TabIndex = 6; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(37, 311); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(91, 14); this.label10.TabIndex = 35; this.label10.Text = "自动通过好友:"; // // buttonCheck1 // this.buttonCheck1.BackColor = System.Drawing.Color.Transparent; this.buttonCheck1.Checked = false; this.buttonCheck1.CheckStyleX = UI.Framework.Controls.CheckStyle.style1; this.buttonCheck1.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonCheck1.Location = new System.Drawing.Point(134, 307); this.buttonCheck1.Name = "buttonCheck1"; this.buttonCheck1.Size = new System.Drawing.Size(62, 22); this.buttonCheck1.TabIndex = 34; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Location = new System.Drawing.Point(24, 340); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(717, 147); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "新增好友回复语"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(16, 23); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(503, 114); this.textBox2.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(91, 14); this.label1.TabIndex = 3; this.label1.Text = "回复消息格式:"; // // groupBox1 // this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(24, 84); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(717, 203); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = " 自定义模式设置 "; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Blue; this.label9.Location = new System.Drawing.Point(520, 125); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(65, 14); this.label9.TabIndex = 11; this.label9.Text = "[下单地址]"; this.label9.Click += new System.EventHandler(this.label3_Click); // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Blue; this.label8.Location = new System.Drawing.Point(590, 101); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 14); this.label8.TabIndex = 10; this.label8.Text = "[文案描述]"; this.label8.Click += new System.EventHandler(this.label3_Click); // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Blue; this.label7.Location = new System.Drawing.Point(520, 101); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 14); this.label7.TabIndex = 9; this.label7.Text = "[红包金额]"; this.label7.Click += new System.EventHandler(this.label3_Click); // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Blue; this.label6.Location = new System.Drawing.Point(590, 77); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 14); this.label6.TabIndex = 8; this.label6.Text = "[优惠券]"; this.label6.Click += new System.EventHandler(this.label3_Click); // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Blue; this.label5.Location = new System.Drawing.Point(520, 77); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 14); this.label5.TabIndex = 7; this.label5.Text = "[下单价]"; this.label5.Click += new System.EventHandler(this.label3_Click); // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Blue; this.label4.Location = new System.Drawing.Point(590, 53); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 14); this.label4.TabIndex = 6; this.label4.Text = "[标题]"; this.label4.Click += new System.EventHandler(this.label3_Click); // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Blue; this.label3.Location = new System.Drawing.Point(520, 53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 14); this.label3.TabIndex = 5; this.label3.Text = "[商品图片]"; this.label3.Click += new System.EventHandler(this.label3_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(517, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 4; this.label2.Text = "支持变量:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(16, 32); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(485, 150); this.textBox1.TabIndex = 0; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(59, 50); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(73, 18); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "卡片模式"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.CheckedChanged); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(152, 50); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(73, 18); this.radioButton2.TabIndex = 1; this.radioButton2.Text = "图文模式"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.CheckedChanged); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(241, 50); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(85, 18); this.radioButton3.TabIndex = 2; this.radioButton3.TabStop = true; this.radioButton3.Text = "自定义模式"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.CheckedChanged); // // button1 // this.button1.Location = new System.Drawing.Point(323, 357); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(180, 34); this.button1.TabIndex = 4; this.button1.Text = " 保 存 "; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(509, 157); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(107, 14); this.label11.TabIndex = 12; this.label11.Text = "发送图片使用变量:"; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Blue; this.label12.Location = new System.Drawing.Point(617, 157); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(89, 14); this.label12.TabIndex = 13; this.label12.Text = "[商品图片消息]"; this.label12.Click += new System.EventHandler(this.label3_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.tabControl1); this.Name = "MainForm"; this.Text = "配置界面"; this.Load += new System.EventHandler(this.MainForm_Load); this.contextMenuStrip1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.tabPage2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 刷新数据ToolStripMenuItem; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label10; private UI.Framework.Controls.ButtonCheck buttonCheck1; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; } }