Files
lserp_cs_5.0/插件库/Lskj.MyControl/LabelPicFileEx.designer.cs
T
2026-07-10 15:25:05 +08:00

220 lines
9.9 KiB
C#

namespace Lskj.MyControl
{
partial class LabelPicFileEx
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.ImgFile = new DevExpress.XtraEditors.PictureEdit();
this.cmsMenu = new System.Windows.Forms.ContextMenuStrip();
this.tsmi_cut = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_copy = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_paste = 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_save = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmi_union = new System.Windows.Forms.ToolStripMenuItem();
this.tsmi_upload = new System.Windows.Forms.ToolStripMenuItem();
this.pl_left = new System.Windows.Forms.Panel();
this.lbMsg = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ImgFile.Properties)).BeginInit();
this.cmsMenu.SuspendLayout();
this.pl_left.SuspendLayout();
this.SuspendLayout();
//
// 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 = 3;
//
// 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 = 0;
this.ImgFile.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ImgFile_MouseDoubleClick);
//
// cmsMenu
//
this.cmsMenu.AutoSize = false;
this.cmsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmi_cut,
this.tsmi_copy,
this.tsmi_paste,
this.tsmi_delete,
this.toolStripSeparator2,
this.tsmi_load,
this.tsmi_save,
this.toolStripSeparator1,
this.tsmi_union,
this.tsmi_upload});
this.cmsMenu.Name = "cmsMenu";
this.cmsMenu.Size = new System.Drawing.Size(74, 194);
this.cmsMenu.Opening += new System.ComponentModel.CancelEventHandler(this.cmsMenu_Opening);
//
// tsmi_cut
//
this.tsmi_cut.Image = global::Lskj.MyControl.Properties.Resources.cut;
this.tsmi_cut.Name = "tsmi_cut";
this.tsmi_cut.Size = new System.Drawing.Size(98, 22);
this.tsmi_cut.Text = "剪切";
this.tsmi_cut.Click += new System.EventHandler(this.tsmi_cut_Click);
//
// tsmi_copy
//
this.tsmi_copy.Image = global::Lskj.MyControl.Properties.Resources.copy;
this.tsmi_copy.Name = "tsmi_copy";
this.tsmi_copy.Size = new System.Drawing.Size(98, 22);
this.tsmi_copy.Text = "拷贝";
this.tsmi_copy.Click += new System.EventHandler(this.tsmi_copy_Click);
//
// tsmi_paste
//
this.tsmi_paste.Image = global::Lskj.MyControl.Properties.Resources.paste;
this.tsmi_paste.Name = "tsmi_paste";
this.tsmi_paste.Size = new System.Drawing.Size(98, 22);
this.tsmi_paste.Text = "粘贴";
this.tsmi_paste.Click += new System.EventHandler(this.tsmi_paste_Click);
//
// tsmi_delete
//
this.tsmi_delete.Image = global::Lskj.MyControl.Properties.Resources.delete;
this.tsmi_delete.Name = "tsmi_delete";
this.tsmi_delete.Size = new System.Drawing.Size(98, 22);
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.MyControl.Properties.Resources.folder;
this.tsmi_load.Name = "tsmi_load";
this.tsmi_load.Size = new System.Drawing.Size(98, 22);
this.tsmi_load.Text = "选择";
this.tsmi_load.Click += new System.EventHandler(this.tsmi_load_Click);
//
// tsmi_save
//
this.tsmi_save.Image = global::Lskj.MyControl.Properties.Resources.save;
this.tsmi_save.Name = "tsmi_save";
this.tsmi_save.Size = new System.Drawing.Size(98, 22);
this.tsmi_save.Text = "保存";
this.tsmi_save.Click += new System.EventHandler(this.tsmi_save_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(70, 6);
//
// tsmi_union
//
this.tsmi_union.Image = global::Lskj.MyControl.Properties.Resources.refresh;
this.tsmi_union.Name = "tsmi_union";
this.tsmi_union.Size = new System.Drawing.Size(98, 22);
this.tsmi_union.Text = "关联";
this.tsmi_union.Click += new System.EventHandler(this.tsmi_union_Click);
//
// tsmi_upload
//
this.tsmi_upload.Image = global::Lskj.MyControl.Properties.Resources.upload;
this.tsmi_upload.Name = "tsmi_upload";
this.tsmi_upload.Size = new System.Drawing.Size(98, 22);
this.tsmi_upload.Text = "上传";
this.tsmi_upload.Click += new System.EventHandler(this.tsmi_upload_Click);
//
// pl_left
//
this.pl_left.Controls.Add(this.lbMsg);
this.pl_left.Dock = System.Windows.Forms.DockStyle.Left;
this.pl_left.Location = new System.Drawing.Point(0, 0);
this.pl_left.Name = "pl_left";
this.pl_left.Size = new System.Drawing.Size(40, 135);
this.pl_left.TabIndex = 2;
//
// lbMsg
//
this.lbMsg.AutoSize = true;
this.lbMsg.Location = new System.Drawing.Point(5, 4);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(29, 12);
this.lbMsg.TabIndex = 0;
this.lbMsg.Text = "名称";
//
// LabelPicFileEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Controls.Add(this.pl_left);
this.Name = "LabelPicFileEx";
this.Size = new System.Drawing.Size(191, 135);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ImgFile.Properties)).EndInit();
this.cmsMenu.ResumeLayout(false);
this.pl_left.ResumeLayout(false);
this.pl_left.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.PictureEdit ImgFile;
private System.Windows.Forms.Panel pl_left;
private System.Windows.Forms.Label lbMsg;
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_paste;
private System.Windows.Forms.ToolStripMenuItem tsmi_delete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem tsmi_load;
private System.Windows.Forms.ToolStripMenuItem tsmi_save;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem tsmi_union;
private System.Windows.Forms.ToolStripMenuItem tsmi_upload;
}
}