FrmViewPhoto.Designer.cs 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmViewPhoto
  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(FrmViewPhoto));
  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. //
  39. // btnAppFormExit
  40. //
  41. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  42. //
  43. // btnAppFormMinimize
  44. //
  45. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  46. //
  47. // pictureBoxEx1
  48. //
  49. this.pictureBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.pictureBoxEx1.Location = new System.Drawing.Point(0, 0);
  51. this.pictureBoxEx1.Name = "pictureBoxEx1";
  52. this.pictureBoxEx1.Size = new System.Drawing.Size(910, 545);
  53. this.pictureBoxEx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  54. this.pictureBoxEx1.TabIndex = 1;
  55. this.pictureBoxEx1.TabStop = false;
  56. //
  57. // FrmViewPhoto
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  62. this.ClientSize = new System.Drawing.Size(910, 610);
  63. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  64. this.Name = "FrmViewPhoto";
  65. this.Text = "查看图片";
  66. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  67. this.plExMainContainer.ResumeLayout(false);
  68. this.plFormMainContent.ResumeLayout(false);
  69. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
  70. this.ResumeLayout(false);
  71. }
  72. #endregion
  73. protected ComponentLibrary.PictureBoxEx pictureBoxEx1;
  74. }
  75. }