namespace Lskj.Control { partial class LabelImageEdit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.cmsMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmi_cut = new System.Windows.Forms.ToolStripMenuItem(); this.tsmi_copy = new System.Windows.Forms.ToolStripMenuItem(); this.tsmi_delete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsmi_load = new System.Windows.Forms.ToolStripMenuItem(); this.tsmi_Preview = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.imgFile = new DevExpress.XtraEditors.PictureEdit(); this.plLeft = new System.Windows.Forms.Panel(); this.lblText = new System.Windows.Forms.Label(); this.cmsMenu.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imgFile.Properties)).BeginInit(); this.plLeft.SuspendLayout(); this.SuspendLayout(); // // cmsMenu // this.cmsMenu.AutoSize = false; this.cmsMenu.ImageScalingSize = new System.Drawing.Size(20, 20); this.cmsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmi_cut, this.tsmi_copy, this.tsmi_delete, this.toolStripSeparator2, this.tsmi_load, this.tsmi_Preview}); this.cmsMenu.Name = "cmsMenu"; this.cmsMenu.Size = new System.Drawing.Size(74, 175); this.cmsMenu.Opening += new System.ComponentModel.CancelEventHandler(this.cmsMenu_Opening); // // tsmi_cut // this.tsmi_cut.Image = global::Lskj.Control.Properties.Resources.cut; this.tsmi_cut.Name = "tsmi_cut"; this.tsmi_cut.Size = new System.Drawing.Size(184, 26); this.tsmi_cut.Text = "剪切"; this.tsmi_cut.Click += new System.EventHandler(this.tsmi_cut_Click); // // tsmi_copy // this.tsmi_copy.Image = global::Lskj.Control.Properties.Resources.copy; this.tsmi_copy.Name = "tsmi_copy"; this.tsmi_copy.Size = new System.Drawing.Size(184, 26); this.tsmi_copy.Text = "拷贝"; this.tsmi_copy.Click += new System.EventHandler(this.tsmi_copy_Click); // // tsmi_delete // this.tsmi_delete.Image = global::Lskj.Control.Properties.Resources.delete; this.tsmi_delete.Name = "tsmi_delete"; this.tsmi_delete.Size = new System.Drawing.Size(184, 26); this.tsmi_delete.Text = "删除"; this.tsmi_delete.Click += new System.EventHandler(this.tsmi_delete_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(70, 6); // // tsmi_load // this.tsmi_load.Image = global::Lskj.Control.Properties.Resources.folder; this.tsmi_load.Name = "tsmi_load"; this.tsmi_load.Size = new System.Drawing.Size(184, 26); this.tsmi_load.Text = "上传"; this.tsmi_load.Click += new System.EventHandler(this.tsmi_load_Click); // // tsmi_Preview // this.tsmi_Preview.Image = global::Lskj.Control.PrintRibbonControllerResources.RibbonPrintPreview_ZoomLarge; this.tsmi_Preview.Name = "tsmi_Preview"; this.tsmi_Preview.Size = new System.Drawing.Size(184, 26); this.tsmi_Preview.Text = "预览"; this.tsmi_Preview.Click += new System.EventHandler(this.tsmi_Preview_Click); // // panel1 // this.panel1.Controls.Add(this.imgFile); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(40, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(151, 135); this.panel1.TabIndex = 5; // // imgFile // this.imgFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.imgFile.Dock = System.Windows.Forms.DockStyle.Fill; this.imgFile.Location = new System.Drawing.Point(0, 0); this.imgFile.Name = "imgFile"; this.imgFile.Properties.ContextMenuStrip = this.cmsMenu; this.imgFile.Properties.ShowMenu = false; this.imgFile.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze; this.imgFile.Size = new System.Drawing.Size(151, 135); this.imgFile.TabIndex = 1; this.imgFile.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imgFile_MouseDoubleClick); // // plLeft // this.plLeft.Controls.Add(this.lblText); this.plLeft.Dock = System.Windows.Forms.DockStyle.Left; this.plLeft.Location = new System.Drawing.Point(0, 0); this.plLeft.Name = "plLeft"; this.plLeft.Size = new System.Drawing.Size(40, 135); this.plLeft.TabIndex = 4; // // lblText // this.lblText.AutoSize = true; this.lblText.Location = new System.Drawing.Point(5, 4); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(29, 12); this.lblText.TabIndex = 0; this.lblText.Text = "名称"; // // LabelImageEdit // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.panel1); this.Controls.Add(this.plLeft); this.Name = "LabelImageEdit"; this.Size = new System.Drawing.Size(191, 135); this.cmsMenu.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.imgFile.Properties)).EndInit(); this.plLeft.ResumeLayout(false); this.plLeft.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip cmsMenu; private System.Windows.Forms.ToolStripMenuItem tsmi_cut; private System.Windows.Forms.ToolStripMenuItem tsmi_copy; private System.Windows.Forms.ToolStripMenuItem tsmi_delete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem tsmi_load; private System.Windows.Forms.Panel plLeft; private System.Windows.Forms.Label lblText; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.PictureEdit imgFile; private System.Windows.Forms.ToolStripMenuItem tsmi_Preview; } }