UCComboxGridPanel.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-28-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="UCComboxGridPanel.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.Controls
  17. {
  18. /// <summary>
  19. /// Class UCComboxGridPanel.
  20. /// Implements the <see cref="System.Windows.Forms.UserControl" />
  21. /// </summary>
  22. /// <seealso cref="System.Windows.Forms.UserControl" />
  23. partial class UCComboxGridPanel
  24. {
  25. /// <summary>
  26. /// 必需的设计器变量。
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// 清理所有正在使用的资源。
  31. /// </summary>
  32. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  42. /// <summary>
  43. /// 设计器支持所需的方法 - 不要
  44. /// 使用代码编辑器修改此方法的内容。
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.components = new System.ComponentModel.Container();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. this.ucControlBase1 = new HZH_Controls.Controls.UCControlBase();
  51. this.ucDataGridView1 = new HZH_Controls.Controls.UCDataGridView();
  52. this.m_page = new HZH_Controls.Controls.UCPagerControl();
  53. this.panel2 = new System.Windows.Forms.Panel();
  54. this.txtSearch = new HZH_Controls.Controls.UCTextBoxEx();
  55. this.timer1 = new System.Windows.Forms.Timer(this.components);
  56. this.ucSplitLine_V2 = new HZH_Controls.Controls.UCSplitLine_V();
  57. this.ucSplitLine_V1 = new HZH_Controls.Controls.UCSplitLine_V();
  58. this.ucSplitLine_H2 = new HZH_Controls.Controls.UCSplitLine_H();
  59. this.ucSplitLine_H1 = new HZH_Controls.Controls.UCSplitLine_H();
  60. this.panel1.SuspendLayout();
  61. this.ucControlBase1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // panel1
  65. //
  66. this.panel1.Controls.Add(this.ucControlBase1);
  67. this.panel1.Controls.Add(this.panel2);
  68. this.panel1.Controls.Add(this.txtSearch);
  69. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.panel1.Location = new System.Drawing.Point(1, 1);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Padding = new System.Windows.Forms.Padding(5);
  73. this.panel1.Size = new System.Drawing.Size(447, 333);
  74. this.panel1.TabIndex = 4;
  75. //
  76. // ucControlBase1
  77. //
  78. this.ucControlBase1.ConerRadius = 5;
  79. this.ucControlBase1.Controls.Add(this.ucDataGridView1);
  80. this.ucControlBase1.Controls.Add(this.m_page);
  81. this.ucControlBase1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.ucControlBase1.FillColor = System.Drawing.Color.Transparent;
  83. this.ucControlBase1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  84. this.ucControlBase1.IsRadius = false;
  85. this.ucControlBase1.IsShowRect = true;
  86. this.ucControlBase1.Location = new System.Drawing.Point(5, 62);
  87. this.ucControlBase1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  88. this.ucControlBase1.Name = "ucControlBase1";
  89. this.ucControlBase1.Padding = new System.Windows.Forms.Padding(5);
  90. this.ucControlBase1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
  91. this.ucControlBase1.RectWidth = 1;
  92. this.ucControlBase1.Size = new System.Drawing.Size(437, 266);
  93. this.ucControlBase1.TabIndex = 2;
  94. this.ucControlBase1.TabStop = false;
  95. //
  96. // ucDataGridView1
  97. //
  98. this.ucDataGridView1.AutoScroll = true;
  99. this.ucDataGridView1.BackColor = System.Drawing.Color.White;
  100. this.ucDataGridView1.Columns = null;
  101. this.ucDataGridView1.DataSource = null;
  102. this.ucDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.ucDataGridView1.HeadFont = new System.Drawing.Font("微软雅黑", 12F);
  104. this.ucDataGridView1.HeadHeight = 40;
  105. this.ucDataGridView1.HeadPadingLeft = 0;
  106. this.ucDataGridView1.HeadTextColor = System.Drawing.Color.Black;
  107. this.ucDataGridView1.IsShowCheckBox = false;
  108. this.ucDataGridView1.IsShowHead = true;
  109. this.ucDataGridView1.Location = new System.Drawing.Point(5, 5);
  110. this.ucDataGridView1.Name = "ucDataGridView1";
  111. this.ucDataGridView1.RowHeight = 30;
  112. this.ucDataGridView1.RowType = typeof(HZH_Controls.Controls.UCDataGridViewRow);
  113. this.ucDataGridView1.Size = new System.Drawing.Size(427, 223);
  114. this.ucDataGridView1.TabIndex = 0;
  115. this.ucDataGridView1.TabStop = false;
  116. //
  117. // m_page
  118. //
  119. this.m_page.DataSource = null;
  120. this.m_page.Dock = System.Windows.Forms.DockStyle.Bottom;
  121. this.m_page.Location = new System.Drawing.Point(5, 228);
  122. this.m_page.Name = "m_page";
  123. this.m_page.PageCount = 0;
  124. this.m_page.PageIndex = 1;
  125. this.m_page.PageSize = 10;
  126. this.m_page.Size = new System.Drawing.Size(427, 33);
  127. this.m_page.StartIndex = 0;
  128. this.m_page.TabIndex = 1;
  129. //
  130. // panel2
  131. //
  132. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.panel2.Location = new System.Drawing.Point(5, 47);
  134. this.panel2.Name = "panel2";
  135. this.panel2.Size = new System.Drawing.Size(437, 15);
  136. this.panel2.TabIndex = 1;
  137. //
  138. // txtSearch
  139. //
  140. this.txtSearch.BackColor = System.Drawing.Color.Transparent;
  141. this.txtSearch.ConerRadius = 5;
  142. this.txtSearch.Cursor = System.Windows.Forms.Cursors.IBeam;
  143. this.txtSearch.DecLength = 2;
  144. this.txtSearch.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.txtSearch.FillColor = System.Drawing.Color.Empty;
  146. this.txtSearch.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  147. this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  148. this.txtSearch.InputText = "";
  149. this.txtSearch.InputType = HZH_Controls.TextInputType.NotControl;
  150. this.txtSearch.IsFocusColor = true;
  151. this.txtSearch.IsRadius = true;
  152. this.txtSearch.IsShowClearBtn = true;
  153. this.txtSearch.IsShowKeyboard = false;
  154. this.txtSearch.IsShowRect = true;
  155. this.txtSearch.IsShowSearchBtn = false;
  156. this.txtSearch.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderAll_EN;
  157. this.txtSearch.Location = new System.Drawing.Point(5, 5);
  158. this.txtSearch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  159. this.txtSearch.MaxValue = new decimal(new int[] {
  160. 1000000,
  161. 0,
  162. 0,
  163. 0});
  164. this.txtSearch.MinValue = new decimal(new int[] {
  165. 1000000,
  166. 0,
  167. 0,
  168. -2147483648});
  169. this.txtSearch.Name = "txtSearch";
  170. this.txtSearch.Padding = new System.Windows.Forms.Padding(5);
  171. this.txtSearch.PromptColor = System.Drawing.Color.Gray;
  172. this.txtSearch.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  173. this.txtSearch.PromptText = "输入内容模糊搜索";
  174. this.txtSearch.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
  175. this.txtSearch.RectWidth = 1;
  176. this.txtSearch.RegexPattern = "";
  177. this.txtSearch.Size = new System.Drawing.Size(437, 42);
  178. this.txtSearch.TabIndex = 0;
  179. //
  180. // timer1
  181. //
  182. this.timer1.Interval = 1000;
  183. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  184. //
  185. // ucSplitLine_V2
  186. //
  187. this.ucSplitLine_V2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
  188. this.ucSplitLine_V2.Dock = System.Windows.Forms.DockStyle.Right;
  189. this.ucSplitLine_V2.Location = new System.Drawing.Point(448, 1);
  190. this.ucSplitLine_V2.Name = "ucSplitLine_V2";
  191. this.ucSplitLine_V2.Size = new System.Drawing.Size(1, 333);
  192. this.ucSplitLine_V2.TabIndex = 3;
  193. this.ucSplitLine_V2.TabStop = false;
  194. //
  195. // ucSplitLine_V1
  196. //
  197. this.ucSplitLine_V1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
  198. this.ucSplitLine_V1.Dock = System.Windows.Forms.DockStyle.Left;
  199. this.ucSplitLine_V1.Location = new System.Drawing.Point(0, 1);
  200. this.ucSplitLine_V1.Name = "ucSplitLine_V1";
  201. this.ucSplitLine_V1.Size = new System.Drawing.Size(1, 333);
  202. this.ucSplitLine_V1.TabIndex = 2;
  203. this.ucSplitLine_V1.TabStop = false;
  204. //
  205. // ucSplitLine_H2
  206. //
  207. this.ucSplitLine_H2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
  208. this.ucSplitLine_H2.Dock = System.Windows.Forms.DockStyle.Bottom;
  209. this.ucSplitLine_H2.Location = new System.Drawing.Point(0, 334);
  210. this.ucSplitLine_H2.Name = "ucSplitLine_H2";
  211. this.ucSplitLine_H2.Size = new System.Drawing.Size(449, 1);
  212. this.ucSplitLine_H2.TabIndex = 1;
  213. this.ucSplitLine_H2.TabStop = false;
  214. //
  215. // ucSplitLine_H1
  216. //
  217. this.ucSplitLine_H1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
  218. this.ucSplitLine_H1.Dock = System.Windows.Forms.DockStyle.Top;
  219. this.ucSplitLine_H1.Location = new System.Drawing.Point(0, 0);
  220. this.ucSplitLine_H1.Name = "ucSplitLine_H1";
  221. this.ucSplitLine_H1.Size = new System.Drawing.Size(449, 1);
  222. this.ucSplitLine_H1.TabIndex = 0;
  223. this.ucSplitLine_H1.TabStop = false;
  224. //
  225. // UCComboxGridPanel
  226. //
  227. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  228. this.BackColor = System.Drawing.Color.White;
  229. this.Controls.Add(this.panel1);
  230. this.Controls.Add(this.ucSplitLine_V2);
  231. this.Controls.Add(this.ucSplitLine_V1);
  232. this.Controls.Add(this.ucSplitLine_H2);
  233. this.Controls.Add(this.ucSplitLine_H1);
  234. this.Name = "UCComboxGridPanel";
  235. this.Size = new System.Drawing.Size(449, 335);
  236. this.Load += new System.EventHandler(this.UCComboxGridPanel_Load);
  237. this.panel1.ResumeLayout(false);
  238. this.ucControlBase1.ResumeLayout(false);
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. /// <summary>
  243. /// The uc split line h1
  244. /// </summary>
  245. private UCSplitLine_H ucSplitLine_H1;
  246. /// <summary>
  247. /// The uc split line h2
  248. /// </summary>
  249. private UCSplitLine_H ucSplitLine_H2;
  250. /// <summary>
  251. /// The uc split line v1
  252. /// </summary>
  253. private UCSplitLine_V ucSplitLine_V1;
  254. /// <summary>
  255. /// The uc split line v2
  256. /// </summary>
  257. private UCSplitLine_V ucSplitLine_V2;
  258. /// <summary>
  259. /// The panel1
  260. /// </summary>
  261. private System.Windows.Forms.Panel panel1;
  262. /// <summary>
  263. /// The uc control base1
  264. /// </summary>
  265. private UCControlBase ucControlBase1;
  266. /// <summary>
  267. /// The uc data grid view1
  268. /// </summary>
  269. private UCDataGridView ucDataGridView1;
  270. /// <summary>
  271. /// The panel2
  272. /// </summary>
  273. private System.Windows.Forms.Panel panel2;
  274. /// <summary>
  275. /// The timer1
  276. /// </summary>
  277. private System.Windows.Forms.Timer timer1;
  278. /// <summary>
  279. /// The text search
  280. /// </summary>
  281. private UCTextBoxEx txtSearch;
  282. private UCPagerControl m_page;
  283. }
  284. }