FrmDialog.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmDialog.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 FrmDialog.
  20. /// Implements the <see cref="HZH_Controls.Forms.FrmBase" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Forms.FrmBase" />
  23. partial class FrmDialog
  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(FrmDialog));
  49. this.btnClose = new System.Windows.Forms.Panel();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  52. this.btnCancel = new HZH_Controls.Controls.UCBtnExt();
  53. this.ucSplitLine_V1 = new HZH_Controls.Controls.UCSplitLine_V();
  54. this.btnOK = new HZH_Controls.Controls.UCBtnExt();
  55. this.lblMsg = new System.Windows.Forms.Label();
  56. this.lblTitle = new System.Windows.Forms.Label();
  57. this.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
  58. this.ucSplitLine_H2 = new HZH_Controls.Controls.UCSplitLine_H();
  59. this.panel1.SuspendLayout();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // btnClose
  64. //
  65. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnClose.BackgroundImage = global::HZH_Controls.Properties.Resources.dialog_close;
  67. this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  68. this.btnClose.Location = new System.Drawing.Point(383, 0);
  69. this.btnClose.Name = "btnClose";
  70. this.btnClose.Size = new System.Drawing.Size(28, 60);
  71. this.btnClose.TabIndex = 4;
  72. this.btnClose.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnClose_MouseDown);
  73. //
  74. // panel1
  75. //
  76. this.panel1.Controls.Add(this.tableLayoutPanel1);
  77. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  78. this.panel1.Location = new System.Drawing.Point(0, 214);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(427, 64);
  81. this.panel1.TabIndex = 3;
  82. //
  83. // tableLayoutPanel1
  84. //
  85. this.tableLayoutPanel1.ColumnCount = 3;
  86. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  87. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1F));
  88. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  89. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 2, 0);
  90. this.tableLayoutPanel1.Controls.Add(this.ucSplitLine_V1, 1, 0);
  91. this.tableLayoutPanel1.Controls.Add(this.btnOK, 0, 0);
  92. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  94. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  95. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  96. this.tableLayoutPanel1.RowCount = 1;
  97. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  98. this.tableLayoutPanel1.Size = new System.Drawing.Size(427, 64);
  99. this.tableLayoutPanel1.TabIndex = 5;
  100. //
  101. // btnCancel
  102. //
  103. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  104. this.btnCancel.BtnBackColor = System.Drawing.Color.Transparent;
  105. this.btnCancel.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btnCancel.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(119)))), ((int)(((byte)(232)))));
  107. this.btnCancel.BtnText = "取消";
  108. this.btnCancel.ConerRadius = 5;
  109. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  110. this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.btnCancel.FillColor = System.Drawing.Color.White;
  112. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  113. this.btnCancel.IsRadius = false;
  114. this.btnCancel.IsShowRect = false;
  115. this.btnCancel.IsShowTips = false;
  116. this.btnCancel.Location = new System.Drawing.Point(214, 0);
  117. this.btnCancel.Margin = new System.Windows.Forms.Padding(0);
  118. this.btnCancel.Name = "btnCancel";
  119. this.btnCancel.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  120. this.btnCancel.RectWidth = 1;
  121. this.btnCancel.Size = new System.Drawing.Size(213, 64);
  122. this.btnCancel.TabIndex = 1;
  123. this.btnCancel.TabStop = false;
  124. this.btnCancel.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  125. this.btnCancel.TipsText = "";
  126. this.btnCancel.BtnClick += new System.EventHandler(this.btnCancel_BtnClick);
  127. //
  128. // ucSplitLine_V1
  129. //
  130. this.ucSplitLine_V1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  131. this.ucSplitLine_V1.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.ucSplitLine_V1.Location = new System.Drawing.Point(213, 15);
  133. this.ucSplitLine_V1.Margin = new System.Windows.Forms.Padding(0, 15, 0, 15);
  134. this.ucSplitLine_V1.Name = "ucSplitLine_V1";
  135. this.ucSplitLine_V1.Size = new System.Drawing.Size(1, 34);
  136. this.ucSplitLine_V1.TabIndex = 2;
  137. this.ucSplitLine_V1.TabStop = false;
  138. //
  139. // btnOK
  140. //
  141. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  142. this.btnOK.BtnBackColor = System.Drawing.Color.Transparent;
  143. this.btnOK.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btnOK.BtnForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  145. this.btnOK.BtnText = "确定";
  146. this.btnOK.ConerRadius = 5;
  147. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  148. this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.btnOK.FillColor = System.Drawing.Color.White;
  150. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  151. this.btnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  152. this.btnOK.IsRadius = false;
  153. this.btnOK.IsShowRect = false;
  154. this.btnOK.IsShowTips = false;
  155. this.btnOK.Location = new System.Drawing.Point(0, 0);
  156. this.btnOK.Margin = new System.Windows.Forms.Padding(0);
  157. this.btnOK.Name = "btnOK";
  158. this.btnOK.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  159. this.btnOK.RectWidth = 1;
  160. this.btnOK.Size = new System.Drawing.Size(213, 64);
  161. this.btnOK.TabIndex = 0;
  162. this.btnOK.TabStop = false;
  163. this.btnOK.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99)))));
  164. this.btnOK.TipsText = "";
  165. this.btnOK.BtnClick += new System.EventHandler(this.btnOK_BtnClick);
  166. //
  167. // lblMsg
  168. //
  169. this.lblMsg.BackColor = System.Drawing.Color.White;
  170. this.lblMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 12F);
  172. this.lblMsg.Location = new System.Drawing.Point(0, 60);
  173. this.lblMsg.Name = "lblMsg";
  174. this.lblMsg.Padding = new System.Windows.Forms.Padding(20);
  175. this.lblMsg.Size = new System.Drawing.Size(427, 218);
  176. this.lblMsg.TabIndex = 2;
  177. this.lblMsg.Text = "这是一个提示信息。";
  178. //
  179. // lblTitle
  180. //
  181. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  182. this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 17F);
  184. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  185. this.lblTitle.Name = "lblTitle";
  186. this.lblTitle.Size = new System.Drawing.Size(427, 60);
  187. this.lblTitle.TabIndex = 0;
  188. this.lblTitle.Text = "提示";
  189. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  190. //
  191. // ucSplitLine_H1
  192. //
  193. this.ucSplitLine_H1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  194. this.ucSplitLine_H1.Dock = System.Windows.Forms.DockStyle.Top;
  195. this.ucSplitLine_H1.Location = new System.Drawing.Point(0, 60);
  196. this.ucSplitLine_H1.Name = "ucSplitLine_H1";
  197. this.ucSplitLine_H1.Size = new System.Drawing.Size(427, 1);
  198. this.ucSplitLine_H1.TabIndex = 5;
  199. this.ucSplitLine_H1.TabStop = false;
  200. //
  201. // ucSplitLine_H2
  202. //
  203. this.ucSplitLine_H2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
  204. this.ucSplitLine_H2.Dock = System.Windows.Forms.DockStyle.Bottom;
  205. this.ucSplitLine_H2.Location = new System.Drawing.Point(0, 213);
  206. this.ucSplitLine_H2.Name = "ucSplitLine_H2";
  207. this.ucSplitLine_H2.Size = new System.Drawing.Size(427, 1);
  208. this.ucSplitLine_H2.TabIndex = 6;
  209. this.ucSplitLine_H2.TabStop = false;
  210. //
  211. // FrmDialog
  212. //
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  214. this.BackColor = System.Drawing.Color.White;
  215. this.ClientSize = new System.Drawing.Size(427, 278);
  216. this.Controls.Add(this.ucSplitLine_H2);
  217. this.Controls.Add(this.ucSplitLine_H1);
  218. this.Controls.Add(this.btnClose);
  219. this.Controls.Add(this.panel1);
  220. this.Controls.Add(this.lblMsg);
  221. this.Controls.Add(this.lblTitle);
  222. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  223. this.IsFullSize = false;
  224. this.IsShowRegion = true;
  225. this.Name = "FrmDialog";
  226. this.Redraw = true;
  227. this.ShowIcon = false;
  228. this.ShowInTaskbar = false;
  229. this.Text = "FrmDialoag";
  230. this.VisibleChanged += new System.EventHandler(this.FrmDialog_VisibleChanged);
  231. this.panel1.ResumeLayout(false);
  232. this.tableLayoutPanel1.ResumeLayout(false);
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. /// <summary>
  237. /// The label title
  238. /// </summary>
  239. private System.Windows.Forms.Label lblTitle;
  240. /// <summary>
  241. /// The BTN ok
  242. /// </summary>
  243. private Controls.UCBtnExt btnOK;
  244. /// <summary>
  245. /// The BTN cancel
  246. /// </summary>
  247. private Controls.UCBtnExt btnCancel;
  248. /// <summary>
  249. /// The label MSG
  250. /// </summary>
  251. private System.Windows.Forms.Label lblMsg;
  252. /// <summary>
  253. /// The panel1
  254. /// </summary>
  255. private System.Windows.Forms.Panel panel1;
  256. /// <summary>
  257. /// The uc split line v1
  258. /// </summary>
  259. private Controls.UCSplitLine_V ucSplitLine_V1;
  260. /// <summary>
  261. /// The BTN close
  262. /// </summary>
  263. private System.Windows.Forms.Panel btnClose;
  264. /// <summary>
  265. /// The table layout panel1
  266. /// </summary>
  267. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  268. /// <summary>
  269. /// The uc split line h1
  270. /// </summary>
  271. private Controls.UCSplitLine_H ucSplitLine_H1;
  272. /// <summary>
  273. /// The uc split line h2
  274. /// </summary>
  275. private Controls.UCSplitLine_H ucSplitLine_H2;
  276. }
  277. }