FrmBack.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmBack.Designer.cs">
  7. // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
  8. // </copyright>
  9. //
  10. // Blog: https://www.cnblogs.com/bfyx
  11. // GitHub:https://github.com/kwwwvagaa/NetWinformControl
  12. // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
  13. //
  14. // If you use this code, please keep this note.
  15. // ***********************************************************************
  16. namespace HZH_Controls.Forms
  17. {
  18. /// <summary>
  19. /// Class FrmBack.
  20. /// Implements the <see cref="HZH_Controls.Forms.FrmBase" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Forms.FrmBase" />
  23. partial class FrmBack
  24. {
  25. /// <summary>
  26. /// Required designer variable.
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// Clean up any resources being used.
  31. /// </summary>
  32. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. #region Windows Form Designer generated code
  42. /// <summary>
  43. /// Required method for Designer support - do not modify
  44. /// the contents of this method with the code editor.
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.components = new System.ComponentModel.Container();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBack));
  50. this.panTop = new System.Windows.Forms.Panel();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.btnBack1 = new HZH_Controls.Controls.UCBtnImg();
  53. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  54. this.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
  55. this.panTop.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // panTop
  59. //
  60. this.panTop.Controls.Add(this.label1);
  61. this.panTop.Controls.Add(this.btnBack1);
  62. this.panTop.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.panTop.Location = new System.Drawing.Point(0, 0);
  64. this.panTop.Name = "panTop";
  65. this.panTop.Size = new System.Drawing.Size(679, 60);
  66. this.panTop.TabIndex = 2;
  67. //
  68. // label1
  69. //
  70. this.label1.BackColor = System.Drawing.Color.Transparent;
  71. this.label1.Dock = System.Windows.Forms.DockStyle.Right;
  72. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  73. this.label1.Image = global::HZH_Controls.Properties.Resources.help;
  74. this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  75. this.label1.Location = new System.Drawing.Point(612, 0);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(67, 60);
  78. this.label1.TabIndex = 1;
  79. this.label1.Text = "帮助";
  80. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. this.label1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.label1_MouseDown);
  82. //
  83. // btnBack1
  84. //
  85. this.btnBack1.BackColor = System.Drawing.Color.Transparent;
  86. this.btnBack1.BtnBackColor = System.Drawing.Color.Transparent;
  87. this.btnBack1.BtnFont = new System.Drawing.Font("微软雅黑", 17F);
  88. this.btnBack1.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
  89. this.btnBack1.BtnText = " 自定义按钮";
  90. this.btnBack1.ConerRadius = 5;
  91. this.btnBack1.Cursor = System.Windows.Forms.Cursors.Hand;
  92. this.btnBack1.Dock = System.Windows.Forms.DockStyle.Left;
  93. this.btnBack1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  94. this.btnBack1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  95. this.btnBack1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
  96. this.btnBack1.Image = ((System.Drawing.Image)(resources.GetObject("btnBack1.Image")));
  97. this.btnBack1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  98. this.btnBack1.ImageFontIcons = null;
  99. this.btnBack1.IsRadius = true;
  100. this.btnBack1.IsShowRect = true;
  101. this.btnBack1.IsShowTips = false;
  102. this.btnBack1.Location = new System.Drawing.Point(0, 0);
  103. this.btnBack1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.btnBack1.Name = "btnBack1";
  105. this.btnBack1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  106. this.btnBack1.RectWidth = 1;
  107. this.btnBack1.Size = new System.Drawing.Size(200, 60);
  108. this.btnBack1.TabIndex = 0;
  109. this.btnBack1.TabStop = false;
  110. this.btnBack1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  111. this.btnBack1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  112. this.btnBack1.TipsText = "";
  113. this.btnBack1.BtnClick += new System.EventHandler(this.btnBack1_btnClick);
  114. //
  115. // imageList1
  116. //
  117. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  118. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  119. this.imageList1.Images.SetKeyName(0, "help.png");
  120. //
  121. // ucSplitLine_H1
  122. //
  123. this.ucSplitLine_H1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  124. this.ucSplitLine_H1.Dock = System.Windows.Forms.DockStyle.Top;
  125. this.ucSplitLine_H1.Location = new System.Drawing.Point(0, 60);
  126. this.ucSplitLine_H1.MaximumSize = new System.Drawing.Size(0, 1);
  127. this.ucSplitLine_H1.Name = "ucSplitLine_H1";
  128. this.ucSplitLine_H1.Size = new System.Drawing.Size(679, 1);
  129. this.ucSplitLine_H1.TabIndex = 0;
  130. this.ucSplitLine_H1.TabStop = false;
  131. //
  132. // FrmBack
  133. //
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  135. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  136. this.ClientSize = new System.Drawing.Size(679, 477);
  137. this.Controls.Add(this.ucSplitLine_H1);
  138. this.Controls.Add(this.panTop);
  139. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  140. this.Name = "FrmBack";
  141. this.ShowIcon = false;
  142. this.ShowInTaskbar = false;
  143. this.Text = "FrmTemp1";
  144. this.panTop.ResumeLayout(false);
  145. this.ResumeLayout(false);
  146. }
  147. #endregion
  148. /// <summary>
  149. /// The BTN back1
  150. /// </summary>
  151. private Controls.UCBtnImg btnBack1;
  152. /// <summary>
  153. /// The label1
  154. /// </summary>
  155. private System.Windows.Forms.Label label1;
  156. /// <summary>
  157. /// The image list1
  158. /// </summary>
  159. private System.Windows.Forms.ImageList imageList1;
  160. /// <summary>
  161. /// The uc split line h1
  162. /// </summary>
  163. private Controls.UCSplitLine_H ucSplitLine_H1;
  164. /// <summary>
  165. /// The pan top
  166. /// </summary>
  167. private System.Windows.Forms.Panel panTop;
  168. }
  169. }