namespace LYFZ.Software.UI.Dresses.DressManagement
{
partial class FrmSelectPic
{
///
/// 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(FrmSelectPic));
this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.picDsfm_PicturePath);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// picDsfm_PicturePath
//
this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
this.picDsfm_PicturePath.Dock = System.Windows.Forms.DockStyle.Fill;
this.picDsfm_PicturePath.Enabled = false;
this.picDsfm_PicturePath.Location = new System.Drawing.Point(10, 10);
this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
this.picDsfm_PicturePath.Size = new System.Drawing.Size(890, 525);
this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picDsfm_PicturePath.TabIndex = 265;
this.picDsfm_PicturePath.TabStop = false;
//
// FrmSelectPic
//
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 = "FrmSelectPic";
this.Text = "礼服查看";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
}
}