FrmWithOKCancel1.Designer.cs 11 KB

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