FrmSelectPic.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. namespace LYFZ.Software.UI.Dresses.DressManagement
  2. {
  3. partial class FrmSelectPic
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSelectPic));
  29. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // plExMainContainer
  36. //
  37. this.plExMainContainer.Controls.Add(this.picDsfm_PicturePath);
  38. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  39. //
  40. // btnAppFormExit
  41. //
  42. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  43. //
  44. // btnAppFormMinimize
  45. //
  46. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  47. //
  48. // picDsfm_PicturePath
  49. //
  50. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  51. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  52. this.picDsfm_PicturePath.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.picDsfm_PicturePath.Enabled = false;
  54. this.picDsfm_PicturePath.Location = new System.Drawing.Point(10, 10);
  55. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  56. this.picDsfm_PicturePath.Size = new System.Drawing.Size(890, 525);
  57. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  58. this.picDsfm_PicturePath.TabIndex = 265;
  59. this.picDsfm_PicturePath.TabStop = false;
  60. //
  61. // FrmSelectPic
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  66. this.ClientSize = new System.Drawing.Size(910, 610);
  67. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  68. this.Name = "FrmSelectPic";
  69. this.Text = "礼服查看";
  70. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  71. this.plExMainContainer.ResumeLayout(false);
  72. this.plFormMainContent.ResumeLayout(false);
  73. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  74. this.ResumeLayout(false);
  75. }
  76. #endregion
  77. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  78. }
  79. }