FrmWithOKCancel2.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmWithOKCancel2.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 FrmWithOKCancel2.
  20. /// Implements the <see cref="HZH_Controls.Forms.FrmWithTitle" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Forms.FrmWithTitle" />
  23. partial class FrmWithOKCancel2
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWithOKCancel2));
  49. this.panel2 = new System.Windows.Forms.Panel();
  50. this.panel4 = new System.Windows.Forms.Panel();
  51. this.panel5 = new System.Windows.Forms.Panel();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.ucSplitLine_V1 = new HZH_Controls.Controls.UCSplitLine_V();
  54. this.btnOK = new HZH_Controls.Controls.UCBtnExt();
  55. this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
  56. this.panel3 = new System.Windows.Forms.Panel();
  57. this.ucSplitLine_H2 = new HZH_Controls.Controls.UCSplitLine_H();
  58. this.panel2.SuspendLayout();
  59. this.panel4.SuspendLayout();
  60. this.panel5.SuspendLayout();
  61. this.panel1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // panel2
  65. //
  66. this.panel2.BackColor = System.Drawing.Color.Transparent;
  67. this.panel2.Controls.Add(this.panel4);
  68. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  69. this.panel2.Location = new System.Drawing.Point(0, 246);
  70. this.panel2.Name = "panel2";
  71. this.panel2.Size = new System.Drawing.Size(427, 64);
  72. this.panel2.TabIndex = 5;
  73. //
  74. // panel4
  75. //
  76. this.panel4.BackColor = System.Drawing.Color.Transparent;
  77. this.panel4.Controls.Add(this.panel5);
  78. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  79. this.panel4.Location = new System.Drawing.Point(227, 0);
  80. this.panel4.Name = "panel4";
  81. this.panel4.Size = new System.Drawing.Size(200, 64);
  82. this.panel4.TabIndex = 0;
  83. //
  84. // panel5
  85. //
  86. this.panel5.BackColor = System.Drawing.Color.Transparent;
  87. this.panel5.Controls.Add(this.panel1);
  88. this.panel5.Controls.Add(this.btnOK);
  89. this.panel5.Controls.Add(this.btnCancel);
  90. this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  91. this.panel5.Location = new System.Drawing.Point(0, 0);
  92. this.panel5.Name = "panel5";
  93. this.panel5.Size = new System.Drawing.Size(200, 64);
  94. this.panel5.TabIndex = 5;
  95. //
  96. // panel1
  97. //
  98. this.panel1.BackColor = System.Drawing.Color.Transparent;
  99. this.panel1.Controls.Add(this.ucSplitLine_V1);
  100. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  101. this.panel1.Location = new System.Drawing.Point(99, 0);
  102. this.panel1.Name = "panel1";
  103. this.panel1.Padding = new System.Windows.Forms.Padding(0, 15, 0, 15);
  104. this.panel1.Size = new System.Drawing.Size(1, 64);
  105. this.panel1.TabIndex = 1;
  106. //
  107. // ucSplitLine_V1
  108. //
  109. this.ucSplitLine_V1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
  110. this.ucSplitLine_V1.Dock = System.Windows.Forms.DockStyle.Right;
  111. this.ucSplitLine_V1.Location = new System.Drawing.Point(0, 15);
  112. this.ucSplitLine_V1.Name = "ucSplitLine_V1";
  113. this.ucSplitLine_V1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 10);
  114. this.ucSplitLine_V1.Size = new System.Drawing.Size(1, 34);
  115. this.ucSplitLine_V1.TabIndex = 2;
  116. this.ucSplitLine_V1.TabStop = false;
  117. //
  118. // btnOK
  119. //
  120. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  121. this.btnOK.BtnBackColor = System.Drawing.Color.Transparent;
  122. this.btnOK.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.btnOK.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  124. this.btnOK.BtnText = "确定";
  125. this.btnOK.ConerRadius = 5;
  126. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  127. this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.btnOK.FillColor = System.Drawing.Color.White;
  129. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  130. this.btnOK.IsRadius = false;
  131. this.btnOK.IsShowRect = false;
  132. this.btnOK.IsShowTips = false;
  133. this.btnOK.Location = new System.Drawing.Point(0, 0);
  134. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  135. this.btnOK.Name = "btnOK";
  136. this.btnOK.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  137. this.btnOK.RectWidth = 1;
  138. this.btnOK.Size = new System.Drawing.Size(100, 64);
  139. this.btnOK.TabIndex = 0;
  140. this.btnOK.TabStop = false;
  141. this.btnOK.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  142. this.btnOK.TipsText = "";
  143. this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
  144. //
  145. // btnCancel
  146. //
  147. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  148. this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
  149. this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.btnCancel.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(119)))), ((int)(((byte)(232)))));
  151. this.btnCancel.BtnText = "取消";
  152. this.btnCancel.ConerRadius = 5;
  153. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  154. this.btnCancel.Dock = System.Windows.Forms.DockStyle.Right;
  155. this.btnCancel.FillColor = System.Drawing.Color.White;
  156. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  157. this.btnCancel.IsRadius = false;
  158. this.btnCancel.IsShowRect = false;
  159. this.btnCancel.IsShowTips = false;
  160. this.btnCancel.Location = new System.Drawing.Point(100, 0);
  161. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  162. this.btnCancel.Name = "btnCancel";
  163. this.btnCancel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  164. this.btnCancel.RectWidth = 1;
  165. this.btnCancel.Size = new System.Drawing.Size(100, 64);
  166. this.btnCancel.TabIndex = 1;
  167. this.btnCancel.TabStop = false;
  168. this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  169. this.btnCancel.TipsText = "";
  170. this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
  171. //
  172. // panel3
  173. //
  174. this.panel3.BackColor = System.Drawing.Color.White;
  175. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.panel3.Location = new System.Drawing.Point(0, 61);
  177. this.panel3.Name = "panel3";
  178. this.panel3.Size = new System.Drawing.Size(427, 185);
  179. this.panel3.TabIndex = 6;
  180. //
  181. // ucSplitLine_H2
  182. //
  183. this.ucSplitLine_H2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  184. this.ucSplitLine_H2.Dock = System.Windows.Forms.DockStyle.Bottom;
  185. this.ucSplitLine_H2.Location = new System.Drawing.Point(0, 245);
  186. this.ucSplitLine_H2.Name = "ucSplitLine_H2";
  187. this.ucSplitLine_H2.Size = new System.Drawing.Size(427, 1);
  188. this.ucSplitLine_H2.TabIndex = 7;
  189. this.ucSplitLine_H2.TabStop = false;
  190. //
  191. // FrmWithOKCancel2
  192. //
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  194. this.ClientSize = new System.Drawing.Size(427, 310);
  195. this.Controls.Add(this.ucSplitLine_H2);
  196. this.Controls.Add(this.panel3);
  197. this.Controls.Add(this.panel2);
  198. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  199. this.Name = "FrmWithOKCancel2";
  200. this.Text = "FrmWithOKCancel2";
  201. this.VisibleChanged += new System.EventHandler(this.FrmWithOKCancel2_VisibleChanged);
  202. this.Controls.SetChildIndex(this.panel2, 0);
  203. this.Controls.SetChildIndex(this.panel3, 0);
  204. this.Controls.SetChildIndex(this.ucSplitLine_H2, 0);
  205. this.panel2.ResumeLayout(false);
  206. this.panel4.ResumeLayout(false);
  207. this.panel5.ResumeLayout(false);
  208. this.panel1.ResumeLayout(false);
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. /// <summary>
  213. /// The panel4
  214. /// </summary>
  215. private System.Windows.Forms.Panel panel4;
  216. /// <summary>
  217. /// The panel5
  218. /// </summary>
  219. private System.Windows.Forms.Panel panel5;
  220. /// <summary>
  221. /// The uc split line v1
  222. /// </summary>
  223. private Controls.UCSplitLine_V ucSplitLine_V1;
  224. /// <summary>
  225. /// The BTN ok
  226. /// </summary>
  227. private Controls.UCBtnExt btnOK;
  228. /// <summary>
  229. /// The BTN cancel
  230. /// </summary>
  231. private Controls.UCBtnExt btnCancel;
  232. /// <summary>
  233. /// The panel3
  234. /// </summary>
  235. public System.Windows.Forms.Panel panel3;
  236. /// <summary>
  237. /// The panel2
  238. /// </summary>
  239. public System.Windows.Forms.Panel panel2;
  240. /// <summary>
  241. /// The panel1
  242. /// </summary>
  243. private System.Windows.Forms.Panel panel1;
  244. /// <summary>
  245. /// The uc split line h2
  246. /// </summary>
  247. private Controls.UCSplitLine_H ucSplitLine_H2;
  248. }
  249. }