namespace LYFZ.Software.UI.InventoryManagement
{
partial class FrmViewPhoto
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmViewPhoto));
this.pictureBoxEx1 = new LYFZ.ComponentLibrary.PictureBoxEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.pictureBoxEx1);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// pictureBoxEx1
//
this.pictureBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBoxEx1.Location = new System.Drawing.Point(0, 0);
this.pictureBoxEx1.Name = "pictureBoxEx1";
this.pictureBoxEx1.Size = new System.Drawing.Size(910, 545);
this.pictureBoxEx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBoxEx1.TabIndex = 1;
this.pictureBoxEx1.TabStop = false;
//
// FrmViewPhoto
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(910, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "FrmViewPhoto";
this.Text = "查看图片";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.PictureBoxEx pictureBoxEx1;
}
}