namespace TBAppraisalTools.Forms { 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.myPanel = new TBAppraisalTools.重绘.MyPanel(); this.menuStrip_Add = 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.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.label1 = new System.Windows.Forms.Label(); this.myPictureBox2 = new TBAppraisalTools.重绘.MyPictureBox(); this.myPictureBox1 = new TBAppraisalTools.重绘.MyPictureBox(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.settingControl1 = new UI.Framework.Controls.SettingControl(); this.menuStrip_Photo = new System.Windows.Forms.ContextMenuStrip(this.components); this.修改选中图片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除选中图片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip_Text = new System.Windows.Forms.ContextMenuStrip(this.components); this.修改选中文本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除选中控件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); this.myPanel.SuspendLayout(); this.menuStrip_Add.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.myPictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.myPictureBox1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); this.menuStrip_Photo.SuspendLayout(); this.menuStrip_Text.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(680, 624); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); // // xtraTabPage1 // this.xtraTabPage1.AutoScroll = true; this.xtraTabPage1.Controls.Add(this.button2); this.xtraTabPage1.Controls.Add(this.button1); this.xtraTabPage1.Controls.Add(this.myPanel); this.xtraTabPage1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.ImageOptions.Image"))); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(674, 577); this.xtraTabPage1.Text = " 优 惠 券 模 板 "; // // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(491, 517); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(149, 38); this.button2.TabIndex = 2; this.button2.Text = "登录淘宝"; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(491, 94); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(149, 117); this.button1.TabIndex = 1; this.button1.Text = "保存模板"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // myPanel // this.myPanel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("myPanel.BackgroundImage"))); this.myPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.myPanel.ContextMenuStrip = this.menuStrip_Add; this.myPanel.Controls.Add(this.label7); this.myPanel.Controls.Add(this.label6); this.myPanel.Controls.Add(this.label5); this.myPanel.Controls.Add(this.label4); this.myPanel.Controls.Add(this.label3); this.myPanel.Controls.Add(this.label2); this.myPanel.Controls.Add(this.label1); this.myPanel.Controls.Add(this.myPictureBox2); this.myPanel.Controls.Add(this.myPictureBox1); this.myPanel.Location = new System.Drawing.Point(11, 12); this.myPanel.Name = "myPanel"; this.myPanel.Size = new System.Drawing.Size(387, 555); this.myPanel.TabIndex = 0; this.myPanel.Tag = "#底图"; this.myPanel.MouseEnter += new System.EventHandler(this.MouseEnter); // // menuStrip_Add // this.menuStrip_Add.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.增加图片ToolStripMenuItem, this.增加文字ToolStripMenuItem, this.修改底图ToolStripMenuItem}); this.menuStrip_Add.Name = "menuStrip_Photo"; this.menuStrip_Add.Size = new System.Drawing.Size(125, 70); // // 增加图片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); // // 修改底图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); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(248, 412); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(64, 14); this.label7.TabIndex = 8; this.label7.Tag = ""; this.label7.Text = "#券后特价"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(220, 384); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(64, 14); this.label6.TabIndex = 7; this.label6.Tag = ""; this.label6.Text = "#商品现价"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(248, 356); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 14); this.label5.TabIndex = 6; this.label5.Tag = ""; this.label5.Text = "#月销售量"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(156, 306); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 14); this.label4.TabIndex = 5; this.label4.Tag = ""; this.label4.Text = "#商品标题"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(80, 251); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 14); this.label3.TabIndex = 4; this.label3.Tag = ""; this.label3.Text = "#开始时间 - #结束时间"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(136, 199); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 14); this.label2.TabIndex = 3; this.label2.Tag = ""; this.label2.Text = "#优惠券价"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(166, 141); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 14); this.label1.TabIndex = 2; this.label1.Tag = ""; this.label1.Text = "#店铺名称"; // // myPictureBox2 // this.myPictureBox2.Location = new System.Drawing.Point(13, 316); this.myPictureBox2.Name = "myPictureBox2"; this.myPictureBox2.Size = new System.Drawing.Size(121, 148); this.myPictureBox2.TabIndex = 1; this.myPictureBox2.TabStop = false; this.myPictureBox2.Tag = "#商品主图"; // // myPictureBox1 // this.myPictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.myPictureBox1.Location = new System.Drawing.Point(159, 55); this.myPictureBox1.Name = "myPictureBox1"; this.myPictureBox1.Size = new System.Drawing.Size(80, 80); this.myPictureBox1.TabIndex = 0; this.myPictureBox1.TabStop = false; this.myPictureBox1.Tag = "#店铺头像"; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.settingControl1); this.xtraTabPage2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.ImageOptions.Image"))); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(674, 577); 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(674, 577); this.settingControl1.TabIndex = 0; // // menuStrip_Photo // this.menuStrip_Photo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.修改选中图片ToolStripMenuItem, this.删除选中图片ToolStripMenuItem}); this.menuStrip_Photo.Name = "menuStrip_Photo"; this.menuStrip_Photo.Size = new System.Drawing.Size(149, 48); // // 修改选中图片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); // // menuStrip_Text // this.menuStrip_Text.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.修改选中文本ToolStripMenuItem, this.删除选中控件ToolStripMenuItem}); this.menuStrip_Text.Name = "menuStrip_Photo"; this.menuStrip_Text.Size = new System.Drawing.Size(149, 48); // // 修改选中文本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); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(680, 624); 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.myPanel.ResumeLayout(false); this.myPanel.PerformLayout(); this.menuStrip_Add.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.myPictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.myPictureBox1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); this.menuStrip_Photo.ResumeLayout(false); this.menuStrip_Text.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private 重绘.MyPanel myPanel; private 重绘.MyPictureBox myPictureBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private 重绘.MyPictureBox myPictureBox2; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button2; private System.Windows.Forms.ContextMenuStrip menuStrip_Photo; private System.Windows.Forms.ContextMenuStrip menuStrip_Text; private System.Windows.Forms.ContextMenuStrip menuStrip_Add; private System.Windows.Forms.ToolStripMenuItem 修改选中图片ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除选中图片ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改选中文本ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除选中控件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 增加图片ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 增加文字ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改底图ToolStripMenuItem; private UI.Framework.Controls.SettingControl settingControl1; } }