12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace LYFZ.Software.UI.Dresses.DressManagement
- {
- partial class FrmSelectPic
- {
- /// <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()
- {
- 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;
- }
- }
|