FrmOldCustomer.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class FrmOldCustomer
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOldCustomer));
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnExcel = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.chkHs = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.chkEt = new LYFZ.ComponentLibrary.CheckBoxEx();
  48. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.chkXz = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.panelFw = new LYFZ.ComponentLibrary.PanelEx();
  51. this.chkFw = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.panelTotalCount = new LYFZ.ComponentLibrary.PanelEx();
  53. this.lblTotalCount = new LYFZ.ComponentLibrary.LabelEx();
  54. this.GP_CustomerGroupID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GP_CustomerType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.客户生日 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.客户婚期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GP_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.History_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.History_money = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.History_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.plExMainContainer.SuspendLayout();
  68. this.plFormMainContent.SuspendLayout();
  69. this.panelEx2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  71. this.flowLayoutPanel1.SuspendLayout();
  72. this.panelEx1.SuspendLayout();
  73. this.panelEx3.SuspendLayout();
  74. this.panelEx4.SuspendLayout();
  75. this.panelFw.SuspendLayout();
  76. this.panelTotalCount.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // plExMainContainer
  80. //
  81. this.plExMainContainer.AutoScroll = true;
  82. this.plExMainContainer.Controls.Add(this.panelEx2);
  83. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  84. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  85. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  86. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  87. //
  88. // btnAppFormMaximize
  89. //
  90. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  91. //
  92. // btnAppFormExit
  93. //
  94. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  95. //
  96. // btnAppFormMinimize
  97. //
  98. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  99. //
  100. // panelEx2
  101. //
  102. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  103. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  105. this.panelEx2.BorderWidth = 1;
  106. this.panelEx2.Controls.Add(this.dgv);
  107. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  108. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  110. this.panelEx2.Name = "panelEx2";
  111. this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
  112. this.panelEx2.Size = new System.Drawing.Size(900, 485);
  113. this.panelEx2.TabIndex = 194;
  114. //
  115. // dgv
  116. //
  117. this.dgv.AllowUserToAddRows = false;
  118. this.dgv.AllowUserToDeleteRows = false;
  119. this.dgv.AllowUserToResizeRows = false;
  120. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  121. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  122. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  123. this.dgv.BackgroundColor = System.Drawing.Color.White;
  124. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  125. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  126. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  128. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  130. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  133. this.dgv.ColumnHeadersHeight = 24;
  134. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  135. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  136. this.GP_CustomerGroupID,
  137. this.Cus_Name,
  138. this.sex,
  139. this.客户电话,
  140. this.Cus_Region,
  141. this.GP_CustomerType,
  142. this.Column1,
  143. this.客户生日,
  144. this.客户婚期,
  145. this.GP_CreateDatetime,
  146. this.History_Type,
  147. this.History_money,
  148. this.History_Time});
  149. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  150. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  151. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  153. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  154. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  155. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  156. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  157. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.dgv.EnableHeadersVisualStyles = false;
  159. this.dgv.EraseCell = false;
  160. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  161. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  162. this.dgv.IsCompleteBonding = false;
  163. this.dgv.IsCopyCellValue = true;
  164. this.dgv.Location = new System.Drawing.Point(5, 41);
  165. this.dgv.Name = "dgv";
  166. this.dgv.ReadOnly = true;
  167. this.dgv.RowHeadersVisible = false;
  168. this.dgv.RowTemplate.Height = 23;
  169. this.dgv.RowTemplate.ReadOnly = true;
  170. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  171. this.dgv.Size = new System.Drawing.Size(888, 437);
  172. this.dgv.TabIndex = 213;
  173. //
  174. // flowLayoutPanel1
  175. //
  176. this.flowLayoutPanel1.Controls.Add(this.cmbQueryText);
  177. this.flowLayoutPanel1.Controls.Add(this.btnSlect);
  178. this.flowLayoutPanel1.Controls.Add(this.btnAdd);
  179. this.flowLayoutPanel1.Controls.Add(this.btnUpdate);
  180. this.flowLayoutPanel1.Controls.Add(this.btnDelete);
  181. this.flowLayoutPanel1.Controls.Add(this.btnTexting);
  182. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  183. this.flowLayoutPanel1.Controls.Add(this.btnExcel);
  184. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  185. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  186. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  187. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  188. this.flowLayoutPanel1.Controls.Add(this.panelFw);
  189. this.flowLayoutPanel1.Controls.Add(this.panelTotalCount);
  190. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  191. this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
  192. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  193. this.flowLayoutPanel1.Size = new System.Drawing.Size(888, 36);
  194. this.flowLayoutPanel1.TabIndex = 215;
  195. //
  196. // cmbQueryText
  197. //
  198. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  199. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  200. this.cmbQueryText.Icon = null;
  201. this.cmbQueryText.IconIsButton = false;
  202. this.cmbQueryText.IsPasswordChat = '\0';
  203. this.cmbQueryText.IsSystemPasswordChar = false;
  204. this.cmbQueryText.Lines = new string[0];
  205. this.cmbQueryText.Location = new System.Drawing.Point(1, 3);
  206. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(1, 3, 0, 0);
  207. this.cmbQueryText.MaxLength = 32767;
  208. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  209. this.cmbQueryText.MouseBack = null;
  210. this.cmbQueryText.Multiline = false;
  211. this.cmbQueryText.Name = "cmbQueryText";
  212. this.cmbQueryText.NormlBack = null;
  213. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  214. this.cmbQueryText.ReadOnly = false;
  215. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  216. this.cmbQueryText.Size = new System.Drawing.Size(160, 28);
  217. this.cmbQueryText.TabIndex = 218;
  218. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  219. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  220. this.cmbQueryText.WaterText = "姓名、手机号、区域";
  221. this.cmbQueryText.WordWrap = true;
  222. //
  223. // btnSlect
  224. //
  225. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  226. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  227. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  228. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  229. this.btnSlect.ForeColor = System.Drawing.Color.White;
  230. this.btnSlect.IsCustomBackImg = false;
  231. this.btnSlect.IsShowText = true;
  232. this.btnSlect.Location = new System.Drawing.Point(164, 3);
  233. this.btnSlect.Name = "btnSlect";
  234. this.btnSlect.Size = new System.Drawing.Size(85, 28);
  235. this.btnSlect.TabIndex = 198;
  236. this.btnSlect.Text = " 查 询";
  237. this.btnSlect.UseVisualStyleBackColor = false;
  238. //
  239. // btnAdd
  240. //
  241. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  242. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  243. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  244. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  245. this.btnAdd.ForeColor = System.Drawing.Color.White;
  246. this.btnAdd.IsCustomBackImg = false;
  247. this.btnAdd.IsShowText = true;
  248. this.btnAdd.Location = new System.Drawing.Point(255, 3);
  249. this.btnAdd.Name = "btnAdd";
  250. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  251. this.btnAdd.TabIndex = 200;
  252. this.btnAdd.Text = " 添 加";
  253. this.btnAdd.UseVisualStyleBackColor = false;
  254. //
  255. // btnUpdate
  256. //
  257. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  258. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  259. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  260. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  261. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  262. this.btnUpdate.IsCustomBackImg = false;
  263. this.btnUpdate.IsShowText = true;
  264. this.btnUpdate.Location = new System.Drawing.Point(346, 3);
  265. this.btnUpdate.Name = "btnUpdate";
  266. this.btnUpdate.Size = new System.Drawing.Size(85, 28);
  267. this.btnUpdate.TabIndex = 201;
  268. this.btnUpdate.Text = " 修 改";
  269. this.btnUpdate.UseVisualStyleBackColor = false;
  270. //
  271. // btnDelete
  272. //
  273. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  274. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  275. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  276. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  277. this.btnDelete.ForeColor = System.Drawing.Color.White;
  278. this.btnDelete.IsCustomBackImg = false;
  279. this.btnDelete.IsShowText = true;
  280. this.btnDelete.Location = new System.Drawing.Point(437, 3);
  281. this.btnDelete.Name = "btnDelete";
  282. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  283. this.btnDelete.TabIndex = 202;
  284. this.btnDelete.Text = " 删 除";
  285. this.btnDelete.UseVisualStyleBackColor = false;
  286. //
  287. // btnTexting
  288. //
  289. this.btnTexting.BackColor = System.Drawing.Color.Transparent;
  290. this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
  291. this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  292. this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  293. this.btnTexting.ForeColor = System.Drawing.Color.White;
  294. this.btnTexting.IsCustomBackImg = false;
  295. this.btnTexting.IsShowText = true;
  296. this.btnTexting.Location = new System.Drawing.Point(528, 3);
  297. this.btnTexting.Name = "btnTexting";
  298. this.btnTexting.Size = new System.Drawing.Size(85, 28);
  299. this.btnTexting.TabIndex = 203;
  300. this.btnTexting.Text = " 发送短信";
  301. this.btnTexting.UseVisualStyleBackColor = false;
  302. //
  303. // btnExport
  304. //
  305. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  306. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  307. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  308. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  309. this.btnExport.ForeColor = System.Drawing.Color.White;
  310. this.btnExport.IsCustomBackImg = false;
  311. this.btnExport.IsShowText = true;
  312. this.btnExport.Location = new System.Drawing.Point(619, 3);
  313. this.btnExport.Name = "btnExport";
  314. this.btnExport.Size = new System.Drawing.Size(85, 28);
  315. this.btnExport.TabIndex = 204;
  316. this.btnExport.Text = " 导 出";
  317. this.btnExport.UseVisualStyleBackColor = false;
  318. //
  319. // btnExcel
  320. //
  321. this.btnExcel.BackColor = System.Drawing.Color.Transparent;
  322. this.btnExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExcel.BackImg")));
  323. this.btnExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  324. this.btnExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  325. this.btnExcel.ForeColor = System.Drawing.Color.White;
  326. this.btnExcel.IsCustomBackImg = false;
  327. this.btnExcel.IsShowText = true;
  328. this.btnExcel.Location = new System.Drawing.Point(710, 3);
  329. this.btnExcel.Name = "btnExcel";
  330. this.btnExcel.Size = new System.Drawing.Size(85, 28);
  331. this.btnExcel.TabIndex = 205;
  332. this.btnExcel.Text = " 导入Excel";
  333. this.btnExcel.UseVisualStyleBackColor = false;
  334. //
  335. // btnClose
  336. //
  337. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  338. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  339. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnClose.ForeColor = System.Drawing.Color.White;
  342. this.btnClose.IsCustomBackImg = false;
  343. this.btnClose.IsShowText = true;
  344. this.btnClose.Location = new System.Drawing.Point(3, 37);
  345. this.btnClose.Name = "btnClose";
  346. this.btnClose.Size = new System.Drawing.Size(85, 28);
  347. this.btnClose.TabIndex = 205;
  348. this.btnClose.Text = " 关 闭";
  349. this.btnClose.UseVisualStyleBackColor = false;
  350. //
  351. // panelEx1
  352. //
  353. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  354. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  355. this.panelEx1.BorderWidth = 1;
  356. this.panelEx1.Controls.Add(this.chkHs);
  357. this.panelEx1.Location = new System.Drawing.Point(94, 37);
  358. this.panelEx1.Margin = new System.Windows.Forms.Padding(3, 3, 1, 3);
  359. this.panelEx1.Name = "panelEx1";
  360. this.panelEx1.Size = new System.Drawing.Size(62, 28);
  361. this.panelEx1.TabIndex = 216;
  362. //
  363. // chkHs
  364. //
  365. this.chkHs.AutoSize = true;
  366. this.chkHs.BackColor = System.Drawing.Color.Transparent;
  367. this.chkHs.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  368. this.chkHs.Font = new System.Drawing.Font("微软雅黑", 9F);
  369. this.chkHs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  370. this.chkHs.Fourstates = false;
  371. this.chkHs.IsGreenTick = false;
  372. this.chkHs.Location = new System.Drawing.Point(4, 4);
  373. this.chkHs.Name = "chkHs";
  374. this.chkHs.Size = new System.Drawing.Size(51, 21);
  375. this.chkHs.TabIndex = 209;
  376. this.chkHs.Text = "婚纱";
  377. this.chkHs.UseVisualStyleBackColor = false;
  378. //
  379. // panelEx3
  380. //
  381. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  382. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  383. this.panelEx3.BorderWidth = 1;
  384. this.panelEx3.Controls.Add(this.chkEt);
  385. this.panelEx3.Location = new System.Drawing.Point(158, 37);
  386. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  387. this.panelEx3.Name = "panelEx3";
  388. this.panelEx3.Size = new System.Drawing.Size(62, 28);
  389. this.panelEx3.TabIndex = 217;
  390. //
  391. // chkEt
  392. //
  393. this.chkEt.AutoSize = true;
  394. this.chkEt.BackColor = System.Drawing.Color.Transparent;
  395. this.chkEt.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  396. this.chkEt.Font = new System.Drawing.Font("微软雅黑", 9F);
  397. this.chkEt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  398. this.chkEt.Fourstates = false;
  399. this.chkEt.IsGreenTick = false;
  400. this.chkEt.Location = new System.Drawing.Point(4, 4);
  401. this.chkEt.Name = "chkEt";
  402. this.chkEt.Size = new System.Drawing.Size(51, 21);
  403. this.chkEt.TabIndex = 210;
  404. this.chkEt.Text = "儿童";
  405. this.chkEt.UseVisualStyleBackColor = false;
  406. //
  407. // panelEx4
  408. //
  409. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  410. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  411. this.panelEx4.BorderWidth = 1;
  412. this.panelEx4.Controls.Add(this.chkXz);
  413. this.panelEx4.Location = new System.Drawing.Point(222, 37);
  414. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  415. this.panelEx4.Name = "panelEx4";
  416. this.panelEx4.Size = new System.Drawing.Size(62, 28);
  417. this.panelEx4.TabIndex = 217;
  418. //
  419. // chkXz
  420. //
  421. this.chkXz.AutoSize = true;
  422. this.chkXz.BackColor = System.Drawing.Color.Transparent;
  423. this.chkXz.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  424. this.chkXz.Font = new System.Drawing.Font("微软雅黑", 9F);
  425. this.chkXz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  426. this.chkXz.Fourstates = false;
  427. this.chkXz.IsGreenTick = false;
  428. this.chkXz.Location = new System.Drawing.Point(4, 4);
  429. this.chkXz.Name = "chkXz";
  430. this.chkXz.Size = new System.Drawing.Size(51, 21);
  431. this.chkXz.TabIndex = 211;
  432. this.chkXz.Text = "写真";
  433. this.chkXz.UseVisualStyleBackColor = false;
  434. //
  435. // panelFw
  436. //
  437. this.panelFw.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  438. this.panelFw.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  439. this.panelFw.BorderWidth = 1;
  440. this.panelFw.Controls.Add(this.chkFw);
  441. this.panelFw.Location = new System.Drawing.Point(286, 37);
  442. this.panelFw.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  443. this.panelFw.Name = "panelFw";
  444. this.panelFw.Size = new System.Drawing.Size(62, 28);
  445. this.panelFw.TabIndex = 217;
  446. //
  447. // chkFw
  448. //
  449. this.chkFw.AutoSize = true;
  450. this.chkFw.BackColor = System.Drawing.Color.Transparent;
  451. this.chkFw.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  452. this.chkFw.Font = new System.Drawing.Font("微软雅黑", 9F);
  453. this.chkFw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  454. this.chkFw.Fourstates = false;
  455. this.chkFw.IsGreenTick = false;
  456. this.chkFw.Location = new System.Drawing.Point(4, 4);
  457. this.chkFw.Name = "chkFw";
  458. this.chkFw.Size = new System.Drawing.Size(51, 21);
  459. this.chkFw.TabIndex = 212;
  460. this.chkFw.Text = "服务";
  461. this.chkFw.UseVisualStyleBackColor = false;
  462. //
  463. // panelTotalCount
  464. //
  465. this.panelTotalCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  466. this.panelTotalCount.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  467. this.panelTotalCount.BorderWidth = 1;
  468. this.panelTotalCount.Controls.Add(this.lblTotalCount);
  469. this.panelTotalCount.Location = new System.Drawing.Point(350, 37);
  470. this.panelTotalCount.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  471. this.panelTotalCount.Name = "panelTotalCount";
  472. this.panelTotalCount.Size = new System.Drawing.Size(110, 28);
  473. this.panelTotalCount.TabIndex = 219;
  474. //
  475. // lblTotalCount
  476. //
  477. this.lblTotalCount.AutoSize = true;
  478. this.lblTotalCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  479. this.lblTotalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  480. this.lblTotalCount.Location = new System.Drawing.Point(1, 6);
  481. this.lblTotalCount.Name = "lblTotalCount";
  482. this.lblTotalCount.Size = new System.Drawing.Size(63, 17);
  483. this.lblTotalCount.TabIndex = 0;
  484. this.lblTotalCount.Text = "总条数:0";
  485. //
  486. // GP_CustomerGroupID
  487. //
  488. this.GP_CustomerGroupID.HeaderText = "客户组ID";
  489. this.GP_CustomerGroupID.Name = "GP_CustomerGroupID";
  490. this.GP_CustomerGroupID.ReadOnly = true;
  491. this.GP_CustomerGroupID.Visible = false;
  492. //
  493. // Cus_Name
  494. //
  495. this.Cus_Name.HeaderText = "客户姓名";
  496. this.Cus_Name.Name = "Cus_Name";
  497. this.Cus_Name.ReadOnly = true;
  498. //
  499. // sex
  500. //
  501. this.sex.HeaderText = "性别";
  502. this.sex.Name = "sex";
  503. this.sex.ReadOnly = true;
  504. //
  505. // 客户电话
  506. //
  507. this.客户电话.HeaderText = "客户电话";
  508. this.客户电话.Name = "客户电话";
  509. this.客户电话.ReadOnly = true;
  510. //
  511. // Cus_Region
  512. //
  513. this.Cus_Region.HeaderText = "地区";
  514. this.Cus_Region.Name = "Cus_Region";
  515. this.Cus_Region.ReadOnly = true;
  516. //
  517. // GP_CustomerType
  518. //
  519. this.GP_CustomerType.HeaderText = "订单类型";
  520. this.GP_CustomerType.Name = "GP_CustomerType";
  521. this.GP_CustomerType.ReadOnly = true;
  522. //
  523. // Column1
  524. //
  525. this.Column1.HeaderText = "客户来源";
  526. this.Column1.Name = "Column1";
  527. this.Column1.ReadOnly = true;
  528. //
  529. // 客户生日
  530. //
  531. this.客户生日.HeaderText = "客户生日";
  532. this.客户生日.Name = "客户生日";
  533. this.客户生日.ReadOnly = true;
  534. //
  535. // 客户婚期
  536. //
  537. this.客户婚期.HeaderText = "客户婚期";
  538. this.客户婚期.Name = "客户婚期";
  539. this.客户婚期.ReadOnly = true;
  540. //
  541. // GP_CreateDatetime
  542. //
  543. this.GP_CreateDatetime.HeaderText = "添加时间";
  544. this.GP_CreateDatetime.Name = "GP_CreateDatetime";
  545. this.GP_CreateDatetime.ReadOnly = true;
  546. //
  547. // History_Type
  548. //
  549. this.History_Type.HeaderText = "套系名称";
  550. this.History_Type.Name = "History_Type";
  551. this.History_Type.ReadOnly = true;
  552. //
  553. // History_money
  554. //
  555. this.History_money.HeaderText = "套系价格";
  556. this.History_money.Name = "History_money";
  557. this.History_money.ReadOnly = true;
  558. //
  559. // History_Time
  560. //
  561. this.History_Time.HeaderText = "订单时间";
  562. this.History_Time.Name = "History_Time";
  563. this.History_Time.ReadOnly = true;
  564. //
  565. // FrmOldCustomer
  566. //
  567. this.AcceptButton = this.btnSlect;
  568. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  569. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  570. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  571. this.ClientSize = new System.Drawing.Size(910, 610);
  572. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  573. this.IsShowUcNavigationTool = true;
  574. this.Name = "FrmOldCustomer";
  575. this.Text = "老客户";
  576. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  577. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  578. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  579. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  580. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  581. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  582. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  583. this.plExMainContainer.ResumeLayout(false);
  584. this.plFormMainContent.ResumeLayout(false);
  585. this.panelEx2.ResumeLayout(false);
  586. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  587. this.flowLayoutPanel1.ResumeLayout(false);
  588. this.panelEx1.ResumeLayout(false);
  589. this.panelEx1.PerformLayout();
  590. this.panelEx3.ResumeLayout(false);
  591. this.panelEx3.PerformLayout();
  592. this.panelEx4.ResumeLayout(false);
  593. this.panelEx4.PerformLayout();
  594. this.panelFw.ResumeLayout(false);
  595. this.panelFw.PerformLayout();
  596. this.panelTotalCount.ResumeLayout(false);
  597. this.panelTotalCount.PerformLayout();
  598. this.ResumeLayout(false);
  599. }
  600. #endregion
  601. private ComponentLibrary.PanelEx panelEx2;
  602. protected ComponentLibrary.DataGridViewEx dgv;
  603. protected ComponentLibrary.CheckBoxEx chkXz;
  604. protected ComponentLibrary.CheckBoxEx chkEt;
  605. protected ComponentLibrary.CheckBoxEx chkHs;
  606. private ComponentLibrary.PanelEx panelEx1;
  607. private ComponentLibrary.PanelEx panelEx4;
  608. private ComponentLibrary.PanelEx panelEx3;
  609. protected internal ComponentLibrary.ButtonEx btnClose;
  610. protected internal ComponentLibrary.ButtonEx btnExport;
  611. protected internal ComponentLibrary.ButtonEx btnTexting;
  612. protected internal ComponentLibrary.ButtonEx btnUpdate;
  613. protected internal ComponentLibrary.ButtonEx btnDelete;
  614. protected internal ComponentLibrary.ButtonEx btnAdd;
  615. protected internal ComponentLibrary.ButtonEx btnSlect;
  616. protected internal ComponentLibrary.ButtonEx btnExcel;
  617. protected internal ComponentLibrary.TextBoxEx cmbQueryText;
  618. protected internal ComponentLibrary.CheckBoxEx chkFw;
  619. protected internal ComponentLibrary.PanelEx panelFw;
  620. protected internal ComponentLibrary.PanelEx panelTotalCount;
  621. protected internal ComponentLibrary.LabelEx lblTotalCount;
  622. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn GP_CustomerGroupID;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn sex;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn GP_CustomerType;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn 客户生日;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn 客户婚期;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn GP_CreateDatetime;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn History_Type;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn History_money;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn History_Time;
  636. }
  637. }