Files
lserp_cs_6.0/插件库/Lskj.Control/FrmTreePicture.Designer.cs
T
2026-07-02 10:11:39 +00:00

93 lines
3.8 KiB
C#

namespace Lskj.Control
{
partial class FrmTreePicture
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.pictureEdit = new DevExpress.XtraEditors.PictureEdit();
this.lbRight = new System.Windows.Forms.Label();
this.lbLeft = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// pictureEdit
//
this.pictureEdit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.pictureEdit.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureEdit.Location = new System.Drawing.Point(0, 0);
this.pictureEdit.Name = "pictureEdit";
this.pictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit.Size = new System.Drawing.Size(787, 571);
this.pictureEdit.TabIndex = 44;
//
// lbRight
//
this.lbRight.BackColor = System.Drawing.Color.White;
this.lbRight.Dock = System.Windows.Forms.DockStyle.Right;
this.lbRight.Image = global::Lskj.Control.Properties.Resources.right;
this.lbRight.Location = new System.Drawing.Point(757, 0);
this.lbRight.Name = "lbRight";
this.lbRight.Size = new System.Drawing.Size(30, 571);
this.lbRight.TabIndex = 48;
//
// lbLeft
//
this.lbLeft.BackColor = System.Drawing.Color.White;
this.lbLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.lbLeft.Image = global::Lskj.Control.Properties.Resources.left;
this.lbLeft.Location = new System.Drawing.Point(0, 0);
this.lbLeft.Name = "lbLeft";
this.lbLeft.Size = new System.Drawing.Size(30, 571);
this.lbLeft.TabIndex = 47;
//
// FrmTreePicture
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(787, 571);
this.Controls.Add(this.lbRight);
this.Controls.Add(this.lbLeft);
this.Controls.Add(this.pictureEdit);
this.Name = "FrmTreePicture";
this.Text = "FrmTreePicture";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PictureEdit pictureEdit;
private System.Windows.Forms.Label lbLeft;
private System.Windows.Forms.Label lbRight;
}
}