BaseForm360.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class BaseForm360
  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. this.components = new System.ComponentModel.Container();
  29. this.toolTipMessage = new System.Windows.Forms.ToolTip(this.components);
  30. this.btnAppFormSkin = new LYFZ.ComponentLibrary.ButtonExpand();
  31. this.btnAppFormMenu = new LYFZ.ComponentLibrary.ButtonExpand();
  32. this.btnAppFormMinimize = new LYFZ.ComponentLibrary.ButtonExpand();
  33. this.btnAppFormExit = new LYFZ.ComponentLibrary.ButtonExpand();
  34. this.btnAppFormMaximize = new LYFZ.ComponentLibrary.ButtonExpand();
  35. this.SuspendLayout();
  36. //
  37. // btnAppFormSkin
  38. //
  39. this.btnAppFormSkin.BackColor = System.Drawing.Color.Transparent;
  40. this.btnAppFormSkin.BackImg = global::LYFZ.ComponentLibrary.Properties.Resources.skin0;
  41. this.btnAppFormSkin.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  42. this.btnAppFormSkin.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  43. this.btnAppFormSkin.ForeColor = System.Drawing.Color.White;
  44. this.btnAppFormSkin.IsShowText = false;
  45. this.btnAppFormSkin.Location = new System.Drawing.Point(638, 0);
  46. this.btnAppFormSkin.Name = "btnAppFormSkin";
  47. this.btnAppFormSkin.Size = new System.Drawing.Size(27, 22);
  48. this.btnAppFormSkin.TabIndex = 5;
  49. this.btnAppFormSkin.Text = "皮肤设置";
  50. this.toolTipMessage.SetToolTip(this.btnAppFormSkin, "皮肤设置");
  51. this.btnAppFormSkin.UseVisualStyleBackColor = false;
  52. //
  53. // btnAppFormMenu
  54. //
  55. this.btnAppFormMenu.BackColor = System.Drawing.Color.Transparent;
  56. this.btnAppFormMenu.BackImg = global::LYFZ.ComponentLibrary.Properties.Resources.menu1;
  57. this.btnAppFormMenu.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  58. this.btnAppFormMenu.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  59. this.btnAppFormMenu.ForeColor = System.Drawing.Color.White;
  60. this.btnAppFormMenu.IsShowText = false;
  61. this.btnAppFormMenu.Location = new System.Drawing.Point(665, 0);
  62. this.btnAppFormMenu.Name = "btnAppFormMenu";
  63. this.btnAppFormMenu.Size = new System.Drawing.Size(27, 22);
  64. this.btnAppFormMenu.TabIndex = 6;
  65. this.btnAppFormMenu.Text = "系统菜单";
  66. this.toolTipMessage.SetToolTip(this.btnAppFormMenu, "系统菜单");
  67. this.btnAppFormMenu.UseVisualStyleBackColor = false;
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackColor = System.Drawing.Color.Transparent;
  72. this.btnAppFormMinimize.BackImg = global::LYFZ.ComponentLibrary.Properties.Resources.btn_mini;
  73. this.btnAppFormMinimize.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  74. this.btnAppFormMinimize.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  75. this.btnAppFormMinimize.ForeColor = System.Drawing.Color.White;
  76. this.btnAppFormMinimize.IsShowText = false;
  77. this.btnAppFormMinimize.Location = new System.Drawing.Point(692, 0);
  78. this.btnAppFormMinimize.Name = "btnAppFormMinimize";
  79. this.btnAppFormMinimize.Size = new System.Drawing.Size(27, 22);
  80. this.btnAppFormMinimize.TabIndex = 7;
  81. this.btnAppFormMinimize.Text = "最小化";
  82. this.toolTipMessage.SetToolTip(this.btnAppFormMinimize, "最小化");
  83. this.btnAppFormMinimize.UseVisualStyleBackColor = false;
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackColor = System.Drawing.Color.Transparent;
  88. this.btnAppFormExit.BackImg = global::LYFZ.ComponentLibrary.Properties.Resources.btn_close;
  89. this.btnAppFormExit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  90. this.btnAppFormExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  91. this.btnAppFormExit.ForeColor = System.Drawing.Color.White;
  92. this.btnAppFormExit.IsShowText = false;
  93. this.btnAppFormExit.Location = new System.Drawing.Point(746, 0);
  94. this.btnAppFormExit.Name = "btnAppFormExit";
  95. this.btnAppFormExit.Size = new System.Drawing.Size(27, 22);
  96. this.btnAppFormExit.TabIndex = 9;
  97. this.btnAppFormExit.Text = "关闭";
  98. this.toolTipMessage.SetToolTip(this.btnAppFormExit, "关闭");
  99. this.btnAppFormExit.UseVisualStyleBackColor = false;
  100. //
  101. // btnAppFormMaximize
  102. //
  103. this.btnAppFormMaximize.BackColor = System.Drawing.Color.Transparent;
  104. this.btnAppFormMaximize.BackImg = global::LYFZ.ComponentLibrary.Properties.Resources.btn_max;
  105. this.btnAppFormMaximize.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  106. this.btnAppFormMaximize.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  107. this.btnAppFormMaximize.ForeColor = System.Drawing.Color.White;
  108. this.btnAppFormMaximize.IsShowText = false;
  109. this.btnAppFormMaximize.Location = new System.Drawing.Point(719, 0);
  110. this.btnAppFormMaximize.Name = "btnAppFormMaximize";
  111. this.btnAppFormMaximize.Size = new System.Drawing.Size(27, 22);
  112. this.btnAppFormMaximize.TabIndex = 8;
  113. this.btnAppFormMaximize.Text = "最大化";
  114. this.toolTipMessage.SetToolTip(this.btnAppFormMaximize, "最大化");
  115. this.btnAppFormMaximize.UseVisualStyleBackColor = false;
  116. //
  117. // BaseForm360
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.BackColor = System.Drawing.Color.White;
  122. this.ClientSize = new System.Drawing.Size(780, 580);
  123. this.Controls.Add(this.btnAppFormSkin);
  124. this.Controls.Add(this.btnAppFormMenu);
  125. this.Controls.Add(this.btnAppFormMinimize);
  126. this.Controls.Add(this.btnAppFormExit);
  127. this.Controls.Add(this.btnAppFormMaximize);
  128. this.Name = "BaseForm360";
  129. this.Text = "BaseForm360";
  130. this.Paint += new System.Windows.Forms.PaintEventHandler(this.BaseForm360_Paint);
  131. this.ResumeLayout(false);
  132. }
  133. #endregion
  134. protected internal ButtonExpand btnAppFormMenu;
  135. protected internal ButtonExpand btnAppFormSkin;
  136. protected internal ButtonExpand btnAppFormMaximize;
  137. protected internal ButtonExpand btnAppFormExit;
  138. protected internal ButtonExpand btnAppFormMinimize;
  139. private System.Windows.Forms.ToolTip toolTipMessage;
  140. }
  141. }