1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- namespace LYFZ.Software.UI.Dresses.SetSmallForm
- {
- partial class DressViewphotoSmallForm
- {
- /// <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(DressViewphotoSmallForm));
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- 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);
- this.plExMainContainer.Controls.Add(this.panelEx3);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx3.Location = new System.Drawing.Point(3, 452);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(904, 90);
- this.panelEx3.TabIndex = 2;
- //
- // pictureBoxEx1
- //
- this.pictureBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBoxEx1.Location = new System.Drawing.Point(3, 3);
- this.pictureBoxEx1.Name = "pictureBoxEx1";
- this.pictureBoxEx1.Size = new System.Drawing.Size(904, 449);
- this.pictureBoxEx1.TabIndex = 3;
- this.pictureBoxEx1.TabStop = false;
- //
- // DressViewphotoSmallForm
- //
- 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 = "DressViewphotoSmallForm";
- 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
- private ComponentLibrary.PictureBoxEx pictureBoxEx1;
- private ComponentLibrary.PanelEx panelEx3;
- }
- }
|