FrmSelectImage.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. namespace HZH_Controls
  2. {
  3. partial class FrmSelectImage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.ucTextBoxEx1 = new HZH_Controls.Controls.UCTextBoxEx();
  31. this.tabControlExt1 = new HZH_Controls.Controls.TabControlExt();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.tabPage2 = new System.Windows.Forms.TabPage();
  35. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.txtForeColor = new System.Windows.Forms.TextBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.txtBackcolor = new System.Windows.Forms.TextBox();
  40. this.panel1.SuspendLayout();
  41. this.tabControlExt1.SuspendLayout();
  42. this.tabPage1.SuspendLayout();
  43. this.tabPage2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.panel1.BackColor = System.Drawing.Color.White;
  51. this.panel1.Controls.Add(this.txtBackcolor);
  52. this.panel1.Controls.Add(this.txtForeColor);
  53. this.panel1.Controls.Add(this.label3);
  54. this.panel1.Controls.Add(this.ucTextBoxEx1);
  55. this.panel1.Controls.Add(this.label2);
  56. this.panel1.Controls.Add(this.label1);
  57. this.panel1.Location = new System.Drawing.Point(122, 0);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(532, 51);
  60. this.panel1.TabIndex = 0;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(12, 19);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(53, 12);
  68. this.label1.TabIndex = 0;
  69. this.label1.Text = "图标大小";
  70. //
  71. // ucTextBoxEx1
  72. //
  73. this.ucTextBoxEx1.BackColor = System.Drawing.Color.Transparent;
  74. this.ucTextBoxEx1.ConerRadius = 5;
  75. this.ucTextBoxEx1.Cursor = System.Windows.Forms.Cursors.IBeam;
  76. this.ucTextBoxEx1.DecLength = 2;
  77. this.ucTextBoxEx1.FillColor = System.Drawing.Color.Empty;
  78. this.ucTextBoxEx1.FocusBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
  79. this.ucTextBoxEx1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  80. this.ucTextBoxEx1.InputText = "32";
  81. this.ucTextBoxEx1.InputType = HZH_Controls.TextInputType.Integer;
  82. this.ucTextBoxEx1.IsFocusColor = true;
  83. this.ucTextBoxEx1.IsRadius = true;
  84. this.ucTextBoxEx1.IsShowClearBtn = false;
  85. this.ucTextBoxEx1.IsShowKeyboard = false;
  86. this.ucTextBoxEx1.IsShowRect = true;
  87. this.ucTextBoxEx1.IsShowSearchBtn = false;
  88. this.ucTextBoxEx1.KeyBoardType = HZH_Controls.Controls.KeyBoardType.UCKeyBorderAll_EN;
  89. this.ucTextBoxEx1.Location = new System.Drawing.Point(72, 4);
  90. this.ucTextBoxEx1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  91. this.ucTextBoxEx1.MaxValue = new decimal(new int[] {
  92. 100,
  93. 0,
  94. 0,
  95. 0});
  96. this.ucTextBoxEx1.MinValue = new decimal(new int[] {
  97. 1,
  98. 0,
  99. 0,
  100. 0});
  101. this.ucTextBoxEx1.Name = "ucTextBoxEx1";
  102. this.ucTextBoxEx1.Padding = new System.Windows.Forms.Padding(5);
  103. this.ucTextBoxEx1.PromptColor = System.Drawing.Color.Gray;
  104. this.ucTextBoxEx1.PromptFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  105. this.ucTextBoxEx1.PromptText = "";
  106. this.ucTextBoxEx1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
  107. this.ucTextBoxEx1.RectWidth = 1;
  108. this.ucTextBoxEx1.RegexPattern = "";
  109. this.ucTextBoxEx1.Size = new System.Drawing.Size(64, 42);
  110. this.ucTextBoxEx1.TabIndex = 1;
  111. //
  112. // tabControlExt1
  113. //
  114. this.tabControlExt1.Controls.Add(this.tabPage1);
  115. this.tabControlExt1.Controls.Add(this.tabPage2);
  116. this.tabControlExt1.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.tabControlExt1.IsShowCloseBtn = false;
  118. this.tabControlExt1.ItemSize = new System.Drawing.Size(0, 50);
  119. this.tabControlExt1.Location = new System.Drawing.Point(0, 0);
  120. this.tabControlExt1.Name = "tabControlExt1";
  121. this.tabControlExt1.SelectedIndex = 0;
  122. this.tabControlExt1.Size = new System.Drawing.Size(654, 493);
  123. this.tabControlExt1.TabIndex = 0;
  124. this.tabControlExt1.SelectedIndexChanged += new System.EventHandler(this.tabControlExt1_SelectedIndexChanged);
  125. //
  126. // tabPage1
  127. //
  128. this.tabPage1.AutoScroll = true;
  129. this.tabPage1.Controls.Add(this.flowLayoutPanel1);
  130. this.tabPage1.Location = new System.Drawing.Point(4, 54);
  131. this.tabPage1.Name = "tabPage1";
  132. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  133. this.tabPage1.Size = new System.Drawing.Size(646, 435);
  134. this.tabPage1.TabIndex = 0;
  135. this.tabPage1.Text = "Awesome";
  136. this.tabPage1.UseVisualStyleBackColor = true;
  137. //
  138. // flowLayoutPanel1
  139. //
  140. this.flowLayoutPanel1.AutoScroll = true;
  141. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  143. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  144. this.flowLayoutPanel1.Size = new System.Drawing.Size(640, 429);
  145. this.flowLayoutPanel1.TabIndex = 0;
  146. //
  147. // tabPage2
  148. //
  149. this.tabPage2.AutoScroll = true;
  150. this.tabPage2.Controls.Add(this.flowLayoutPanel2);
  151. this.tabPage2.Location = new System.Drawing.Point(4, 54);
  152. this.tabPage2.Name = "tabPage2";
  153. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  154. this.tabPage2.Size = new System.Drawing.Size(646, 435);
  155. this.tabPage2.TabIndex = 1;
  156. this.tabPage2.Text = "Elegant";
  157. this.tabPage2.UseVisualStyleBackColor = true;
  158. //
  159. // flowLayoutPanel2
  160. //
  161. this.flowLayoutPanel2.AutoScroll = true;
  162. this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3);
  164. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  165. this.flowLayoutPanel2.Size = new System.Drawing.Size(640, 429);
  166. this.flowLayoutPanel2.TabIndex = 1;
  167. //
  168. // label2
  169. //
  170. this.label2.AutoSize = true;
  171. this.label2.Location = new System.Drawing.Point(157, 19);
  172. this.label2.Name = "label2";
  173. this.label2.Size = new System.Drawing.Size(41, 12);
  174. this.label2.TabIndex = 0;
  175. this.label2.Text = "前景色";
  176. //
  177. // txtForeColor
  178. //
  179. this.txtForeColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(85)))), ((int)(((byte)(51)))));
  180. this.txtForeColor.BorderStyle = System.Windows.Forms.BorderStyle.None;
  181. this.txtForeColor.Font = new System.Drawing.Font("宋体", 12F);
  182. this.txtForeColor.ForeColor = System.Drawing.Color.White;
  183. this.txtForeColor.Location = new System.Drawing.Point(204, 16);
  184. this.txtForeColor.Name = "txtForeColor";
  185. this.txtForeColor.ReadOnly = true;
  186. this.txtForeColor.Size = new System.Drawing.Size(111, 19);
  187. this.txtForeColor.TabIndex = 3;
  188. this.txtForeColor.Text = "255, 85, 51";
  189. this.txtForeColor.DoubleClick += new System.EventHandler(this.textBox1_DoubleClick);
  190. //
  191. // label3
  192. //
  193. this.label3.AutoSize = true;
  194. this.label3.Location = new System.Drawing.Point(336, 18);
  195. this.label3.Name = "label3";
  196. this.label3.Size = new System.Drawing.Size(41, 12);
  197. this.label3.TabIndex = 0;
  198. this.label3.Text = "背景色";
  199. //
  200. // txtBackcolor
  201. //
  202. this.txtBackcolor.BackColor = System.Drawing.Color.White;
  203. this.txtBackcolor.BorderStyle = System.Windows.Forms.BorderStyle.None;
  204. this.txtBackcolor.Font = new System.Drawing.Font("宋体", 12F);
  205. this.txtBackcolor.ForeColor = System.Drawing.Color.Black;
  206. this.txtBackcolor.Location = new System.Drawing.Point(383, 15);
  207. this.txtBackcolor.Name = "txtBackcolor";
  208. this.txtBackcolor.ReadOnly = true;
  209. this.txtBackcolor.Size = new System.Drawing.Size(111, 19);
  210. this.txtBackcolor.TabIndex = 3;
  211. this.txtBackcolor.Text = "255,255,255";
  212. this.txtBackcolor.DoubleClick += new System.EventHandler(this.textBox1_DoubleClick);
  213. //
  214. // FrmSelectImage
  215. //
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  217. this.ClientSize = new System.Drawing.Size(654, 493);
  218. this.Controls.Add(this.panel1);
  219. this.Controls.Add(this.tabControlExt1);
  220. this.Name = "FrmSelectImage";
  221. this.Text = "选择图标";
  222. this.Load += new System.EventHandler(this.FrmSelectImage_Load);
  223. this.panel1.ResumeLayout(false);
  224. this.panel1.PerformLayout();
  225. this.tabControlExt1.ResumeLayout(false);
  226. this.tabPage1.ResumeLayout(false);
  227. this.tabPage2.ResumeLayout(false);
  228. this.ResumeLayout(false);
  229. }
  230. #endregion
  231. private System.Windows.Forms.Panel panel1;
  232. private HZH_Controls.Controls.TabControlExt tabControlExt1;
  233. private System.Windows.Forms.TabPage tabPage1;
  234. private System.Windows.Forms.TabPage tabPage2;
  235. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  236. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  237. private Controls.UCTextBoxEx ucTextBoxEx1;
  238. private System.Windows.Forms.Label label1;
  239. private System.Windows.Forms.Label label2;
  240. private System.Windows.Forms.TextBox txtBackcolor;
  241. private System.Windows.Forms.TextBox txtForeColor;
  242. private System.Windows.Forms.Label label3;
  243. }
  244. }