SVN-Revision: r290
This commit is contained in:
cyf
2025-02-27 08:30:36 +00:00
parent d505d86cc0
commit 32f7cb9806
7 changed files with 95 additions and 201 deletions
+22 -56
View File
@@ -32,19 +32,18 @@
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_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_Preview = new System.Windows.Forms.ToolStripMenuItem();
this.plLeft = new System.Windows.Forms.Panel();
this.lblText = new System.Windows.Forms.Label();
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.plLeft.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgFile.Properties)).BeginInit();
this.plLeft.SuspendLayout();
this.SuspendLayout();
//
// cmsMenu
@@ -54,7 +53,6 @@
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,
@@ -79,14 +77,6 @@
this.tsmi_copy.Text = "拷贝";
this.tsmi_copy.Click += new System.EventHandler(this.tsmi_copy_Click);
//
// tsmi_paste
//
this.tsmi_paste.Image = global::Lskj.Control.Properties.Resources.paste;
this.tsmi_paste.Name = "tsmi_paste";
this.tsmi_paste.Size = new System.Drawing.Size(184, 26);
this.tsmi_paste.Text = "粘贴";
this.tsmi_paste.Click += new System.EventHandler(this.tsmi_paste_Click);
//
// tsmi_delete
//
this.tsmi_delete.Image = global::Lskj.Control.Properties.Resources.delete;
@@ -116,24 +106,6 @@
this.tsmi_Preview.Text = "预览";
this.tsmi_Preview.Click += new System.EventHandler(this.tsmi_Preview_Click);
//
// 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 = "名称";
//
// panel1
//
this.panel1.Controls.Add(this.imgFile);
@@ -156,6 +128,24 @@
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;
@@ -164,28 +154,4 @@
this.Controls.Add(this.plLeft);
this.Name = "LabelImageEdit";
this.Size = new System.Drawing.Size(191, 135);
this.cmsMenu.ResumeLayout(false);
this.plLeft.ResumeLayout(false);
this.plLeft.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.imgFile.Properties)).EndInit();
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_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.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;
}
}
this.cmsMenu.ResumeLayou