FrmCusSelect.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace LYFZ.Software.UI.Dresses.DressManagement
  2. {
  3. partial class FrmCusSelect
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCusSelect));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  31. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnclose = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  36. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.panelEx2.SuspendLayout();
  41. this.panelEx3.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx2);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. //
  57. // btnAppFormMinimize
  58. //
  59. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  60. //
  61. // panelEx2
  62. //
  63. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  64. this.panelEx2.BorderWidth = 1;
  65. this.panelEx2.Controls.Add(this.listViewData);
  66. this.panelEx2.Controls.Add(this.panelEx3);
  67. this.panelEx2.Controls.Add(this.ucPagerEx1);
  68. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  70. this.panelEx2.Name = "panelEx2";
  71. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  72. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  73. this.panelEx2.TabIndex = 195;
  74. //
  75. // ucPagerEx1
  76. //
  77. this.ucPagerEx1.CurrentPageCount = 0;
  78. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  79. this.ucPagerEx1.Location = new System.Drawing.Point(2, 499);
  80. this.ucPagerEx1.Name = "ucPagerEx1";
  81. this.ucPagerEx1.NMax = 0;
  82. this.ucPagerEx1.PageCount = 0;
  83. this.ucPagerEx1.PageCurrent = 1;
  84. this.ucPagerEx1.PageSize = 20;
  85. this.ucPagerEx1.Size = new System.Drawing.Size(886, 24);
  86. this.ucPagerEx1.TabIndex = 229;
  87. this.ucPagerEx1.TbDataSource = null;
  88. //
  89. // btnSlect
  90. //
  91. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  92. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  93. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  94. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  95. this.btnSlect.ForeColor = System.Drawing.Color.White;
  96. this.btnSlect.IsCustomBackImg = false;
  97. this.btnSlect.IsShowText = true;
  98. this.btnSlect.Location = new System.Drawing.Point(260, 8);
  99. this.btnSlect.Name = "btnSlect";
  100. this.btnSlect.Size = new System.Drawing.Size(85, 28);
  101. this.btnSlect.TabIndex = 227;
  102. this.btnSlect.Text = " 查 询";
  103. this.btnSlect.UseVisualStyleBackColor = false;
  104. //
  105. // btnclose
  106. //
  107. this.btnclose.BackColor = System.Drawing.Color.Transparent;
  108. this.btnclose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnclose.BackImg")));
  109. this.btnclose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  110. this.btnclose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  111. this.btnclose.ForeColor = System.Drawing.Color.White;
  112. this.btnclose.IsCustomBackImg = false;
  113. this.btnclose.IsShowText = true;
  114. this.btnclose.Location = new System.Drawing.Point(449, 8);
  115. this.btnclose.Name = "btnclose";
  116. this.btnclose.Size = new System.Drawing.Size(85, 28);
  117. this.btnclose.TabIndex = 226;
  118. this.btnclose.Text = " 取 消";
  119. this.btnclose.UseVisualStyleBackColor = false;
  120. //
  121. // btnOK
  122. //
  123. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  124. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  125. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  126. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  127. this.btnOK.ForeColor = System.Drawing.Color.White;
  128. this.btnOK.IsCustomBackImg = false;
  129. this.btnOK.IsShowText = true;
  130. this.btnOK.Location = new System.Drawing.Point(355, 8);
  131. this.btnOK.Name = "btnOK";
  132. this.btnOK.Size = new System.Drawing.Size(85, 28);
  133. this.btnOK.TabIndex = 225;
  134. this.btnOK.Text = " 按此资料";
  135. this.btnOK.UseVisualStyleBackColor = false;
  136. //
  137. // panelEx3
  138. //
  139. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  140. this.panelEx3.BorderWidth = 1;
  141. this.panelEx3.Controls.Add(this.txtkeyword);
  142. this.panelEx3.Controls.Add(this.labelEx1);
  143. this.panelEx3.Controls.Add(this.btnOK);
  144. this.panelEx3.Controls.Add(this.btnSlect);
  145. this.panelEx3.Controls.Add(this.btnclose);
  146. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.panelEx3.Location = new System.Drawing.Point(2, 2);
  148. this.panelEx3.Name = "panelEx3";
  149. this.panelEx3.Size = new System.Drawing.Size(886, 45);
  150. this.panelEx3.TabIndex = 230;
  151. //
  152. // listViewData
  153. //
  154. this.listViewData.AllowDrop = true;
  155. this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.listViewData.FullRowSelect = true;
  157. this.listViewData.Location = new System.Drawing.Point(2, 47);
  158. this.listViewData.Name = "listViewData";
  159. this.listViewData.Size = new System.Drawing.Size(886, 452);
  160. this.listViewData.TabIndex = 2298;
  161. this.listViewData.UseCompatibleStateImageBehavior = false;
  162. //
  163. // txtkeyword
  164. //
  165. this.txtkeyword.BackColor = System.Drawing.Color.Transparent;
  166. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  167. this.txtkeyword.Icon = null;
  168. this.txtkeyword.IconIsButton = false;
  169. this.txtkeyword.IsPasswordChat = '\0';
  170. this.txtkeyword.IsSystemPasswordChar = false;
  171. this.txtkeyword.Lines = new string[0];
  172. this.txtkeyword.Location = new System.Drawing.Point(62, 9);
  173. this.txtkeyword.Margin = new System.Windows.Forms.Padding(0);
  174. this.txtkeyword.MaxLength = 32767;
  175. this.txtkeyword.MinimumSize = new System.Drawing.Size(0, 24);
  176. this.txtkeyword.MouseBack = null;
  177. this.txtkeyword.Multiline = false;
  178. this.txtkeyword.Name = "txtkeyword";
  179. this.txtkeyword.NormlBack = null;
  180. this.txtkeyword.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  181. this.txtkeyword.ReadOnly = false;
  182. this.txtkeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  183. this.txtkeyword.Size = new System.Drawing.Size(186, 26);
  184. this.txtkeyword.TabIndex = 2232;
  185. this.txtkeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  186. this.txtkeyword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  187. this.txtkeyword.WaterText = "客户姓名/拼音、客户电话";
  188. this.txtkeyword.WordWrap = true;
  189. //
  190. // labelEx1
  191. //
  192. this.labelEx1.AutoSize = true;
  193. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  194. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  195. this.labelEx1.Location = new System.Drawing.Point(8, 14);
  196. this.labelEx1.Name = "labelEx1";
  197. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  198. this.labelEx1.TabIndex = 2233;
  199. this.labelEx1.Text = "关键字:";
  200. //
  201. // FrmCusSelect
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  206. this.ClientSize = new System.Drawing.Size(910, 610);
  207. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  208. this.Name = "FrmCusSelect";
  209. this.Text = "客户查询";
  210. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  211. this.plExMainContainer.ResumeLayout(false);
  212. this.plFormMainContent.ResumeLayout(false);
  213. this.panelEx2.ResumeLayout(false);
  214. this.panelEx3.ResumeLayout(false);
  215. this.panelEx3.PerformLayout();
  216. this.ResumeLayout(false);
  217. }
  218. #endregion
  219. private ComponentLibrary.PanelEx panelEx2;
  220. protected ComponentLibrary.ButtonEx btnclose;
  221. protected ComponentLibrary.ButtonEx btnOK;
  222. protected ComponentLibrary.ButtonEx btnSlect;
  223. protected UCPager.ucPagerEx ucPagerEx1;
  224. protected internal ComponentLibrary.ListViewEx listViewData;
  225. private ComponentLibrary.PanelEx panelEx3;
  226. protected internal ComponentLibrary.TextBoxEx txtkeyword;
  227. private ComponentLibrary.LabelEx labelEx1;
  228. }
  229. }