BaseContentsFormMain.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class BaseContentsFormMain
  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(BaseContentsFormMain));
  29. this.tsmSystemConfig = new System.Windows.Forms.ToolStripMenuItem();
  30. this.tsmOptions = new System.Windows.Forms.ToolStripMenuItem();
  31. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  32. this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
  33. this.plExMainContainer = new LYFZ.ComponentLibrary.PanelEx();
  34. this.plFormMainContent.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plFormMainContent
  38. //
  39. this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
  40. this.plFormMainContent.Controls.Add(this.plExMainContainer);
  41. this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
  42. this.plFormMainContent.Size = new System.Drawing.Size(910, 545);
  43. //
  44. // btnAppFormMaximize
  45. //
  46. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  47. this.btnAppFormMaximize.Location = new System.Drawing.Point(851, 0);
  48. //
  49. // btnAppFormExit
  50. //
  51. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  52. this.btnAppFormExit.Location = new System.Drawing.Point(878, 0);
  53. //
  54. // btnAppFormMinimize
  55. //
  56. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  57. this.btnAppFormMinimize.Location = new System.Drawing.Point(824, 0);
  58. //
  59. // tsmSystemConfig
  60. //
  61. this.tsmSystemConfig.Name = "tsmSystemConfig";
  62. this.tsmSystemConfig.Size = new System.Drawing.Size(32, 19);
  63. //
  64. // tsmOptions
  65. //
  66. this.tsmOptions.Name = "tsmOptions";
  67. this.tsmOptions.Size = new System.Drawing.Size(32, 19);
  68. //
  69. // tsmHelp
  70. //
  71. this.tsmHelp.Name = "tsmHelp";
  72. this.tsmHelp.Size = new System.Drawing.Size(32, 19);
  73. //
  74. // tsmAbout
  75. //
  76. this.tsmAbout.Name = "tsmAbout";
  77. this.tsmAbout.Size = new System.Drawing.Size(32, 19);
  78. //
  79. // plExMainContainer
  80. //
  81. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  82. this.plExMainContainer.BorderColor = System.Drawing.Color.Black;
  83. this.plExMainContainer.BorderWidth = 1;
  84. this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
  85. this.plExMainContainer.Name = "plExMainContainer";
  86. this.plExMainContainer.Size = new System.Drawing.Size(910, 545);
  87. this.plExMainContainer.TabIndex = 1;
  88. this.plExMainContainer.MouseEnter += new System.EventHandler(this.plExMainContainer_MouseEnter);
  89. //
  90. // BaseContentsFormMain
  91. //
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  93. this.BackColor = System.Drawing.Color.White;
  94. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  95. this.ClientSize = new System.Drawing.Size(910, 610);
  96. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  97. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  98. this.ImeMode = System.Windows.Forms.ImeMode.On;
  99. this.IsUserControlsSize = true;
  100. this.Name = "BaseContentsFormMain";
  101. this.ShowBorder = false;
  102. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  103. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  104. this.TitleBgImageHeight = 40;
  105. this.plFormMainContent.ResumeLayout(false);
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. // protected internal System.Windows.Forms.Panel plFormMainContent;
  110. private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig;
  111. private System.Windows.Forms.ToolStripMenuItem tsmOptions;
  112. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  113. private System.Windows.Forms.ToolStripMenuItem tsmAbout;
  114. protected internal PanelEx plExMainContainer;
  115. }
  116. }