FrmProductPic.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. namespace LYFZ.Software.UI.InitialSet.Product
  2. {
  3. partial class FrmProductPic
  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(FrmProductPic));
  29. this.pictureBoxEx1 = new LYFZ.ComponentLibrary.PictureBoxEx();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // plExMainContainer
  36. //
  37. this.plExMainContainer.Controls.Add(this.pictureBoxEx1);
  38. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(1);
  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. // pictureBoxEx1
  49. //
  50. this.pictureBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.pictureBoxEx1.Location = new System.Drawing.Point(1, 1);
  52. this.pictureBoxEx1.Name = "pictureBoxEx1";
  53. this.pictureBoxEx1.Size = new System.Drawing.Size(908, 543);
  54. this.pictureBoxEx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  55. this.pictureBoxEx1.TabIndex = 1;
  56. this.pictureBoxEx1.TabStop = false;
  57. //
  58. // FrmProductPic
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  63. this.ClientSize = new System.Drawing.Size(910, 610);
  64. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  65. this.Name = "FrmProductPic";
  66. this.Text = "查看图片";
  67. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  68. this.plExMainContainer.ResumeLayout(false);
  69. this.plFormMainContent.ResumeLayout(false);
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
  71. this.ResumeLayout(false);
  72. }
  73. #endregion
  74. protected ComponentLibrary.PictureBoxEx pictureBoxEx1;
  75. }
  76. }