frmShowPictureBox.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmShowPictureBox
  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(frmShowPictureBox));
  29. this.pbImageBox = new LYFZ.ComponentLibrary.PictureBoxEx();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. ((System.ComponentModel.ISupportInitialize)(this.pbImageBox)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // plExMainContainer
  36. //
  37. this.plExMainContainer.BackColor = System.Drawing.Color.Black;
  38. this.plExMainContainer.Controls.Add(this.pbImageBox);
  39. this.plExMainContainer.Size = new System.Drawing.Size(740, 585);
  40. //
  41. // plFormMainContent
  42. //
  43. this.plFormMainContent.Size = new System.Drawing.Size(740, 585);
  44. //
  45. // btnAppFormMaximize
  46. //
  47. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  48. this.btnAppFormMaximize.Location = new System.Drawing.Point(681, 0);
  49. //
  50. // btnAppFormExit
  51. //
  52. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  53. this.btnAppFormExit.Location = new System.Drawing.Point(708, 0);
  54. //
  55. // btnAppFormMinimize
  56. //
  57. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  58. this.btnAppFormMinimize.Location = new System.Drawing.Point(681, 0);
  59. //
  60. // pbImageBox
  61. //
  62. this.pbImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.pbImageBox.Location = new System.Drawing.Point(0, 0);
  64. this.pbImageBox.Name = "pbImageBox";
  65. this.pbImageBox.Size = new System.Drawing.Size(740, 585);
  66. this.pbImageBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  67. this.pbImageBox.TabIndex = 0;
  68. this.pbImageBox.TabStop = false;
  69. //
  70. // frmShowPictureBox
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  75. this.ClientSize = new System.Drawing.Size(740, 650);
  76. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  77. this.MaximizeBox = false;
  78. this.MinimizeBox = false;
  79. this.Name = "frmShowPictureBox";
  80. this.Text = "图片预览";
  81. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  82. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  83. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  84. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  85. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  86. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  87. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  88. this.plExMainContainer.ResumeLayout(false);
  89. this.plFormMainContent.ResumeLayout(false);
  90. ((System.ComponentModel.ISupportInitialize)(this.pbImageBox)).EndInit();
  91. this.ResumeLayout(false);
  92. }
  93. #endregion
  94. protected internal ComponentLibrary.PictureBoxEx pbImageBox;
  95. }
  96. }