12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace LYFZ.Software.UI.Dresses.DressManagement
- {
- partial class FrmSelectPic
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- 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();
-
-
-
- this.plExMainContainer.Controls.Add(this.picDsfm_PicturePath);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
-
-
-
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
-
-
-
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
-
-
-
- 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;
-
-
-
- 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;
- }
- }
|