A_EventAideFormMain.Designer.cs 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class A_EventAideFormMain
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_EventAideFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  35. this.tabPanel = new LYFZ.ComponentLibrary.TabControlEx();
  36. this.tb_Marry = new System.Windows.Forms.TabPage();
  37. this.tb_MemorialDay = new System.Windows.Forms.TabPage();
  38. this.tb_Birthday = new System.Windows.Forms.TabPage();
  39. this.tb_ChildBirthday = new System.Windows.Forms.TabPage();
  40. this.tb_Referral = new System.Windows.Forms.TabPage();
  41. this.tb_Points = new System.Windows.Forms.TabPage();
  42. this.tb_PregnantCycle = new System.Windows.Forms.TabPage();
  43. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  44. this.panelDateTime = new System.Windows.Forms.Panel();
  45. this.dtDateEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  46. this.dtpDateStrat = new LYFZ.ComponentLibrary.DateTimePickerEx();
  47. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.panelMonthDay = new System.Windows.Forms.Panel();
  50. this.dtDayEnd = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  51. this.dtMonthEnd = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  52. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.dtDayStart = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  54. this.dtMonthStart = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  55. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.panelClientName = new LYFZ.ComponentLibrary.PanelEx();
  59. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  60. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.panelPoints = new System.Windows.Forms.Panel();
  62. this.chkTotalPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  63. this.chkAvailablePoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  64. this.txtPointsStart = new LYFZ.ComponentLibrary.TextBoxEx();
  65. this.txtPointsEnd = new LYFZ.ComponentLibrary.TextBoxEx();
  66. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.butnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.btnHighSelect = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.butnAddRecord = new LYFZ.ComponentLibrary.ButtonEx();
  72. this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx();
  73. this.butnRecordingsPlay = new LYFZ.ComponentLibrary.ButtonEx();
  74. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  75. this.butnColse = new LYFZ.ComponentLibrary.ButtonEx();
  76. this.paneldgvPoints = new LYFZ.ComponentLibrary.PanelEx();
  77. this.paneldgvReferral = new LYFZ.ComponentLibrary.PanelEx();
  78. this.paneldgvBirthday = new LYFZ.ComponentLibrary.PanelEx();
  79. this.paneldgvMemorialDay = new LYFZ.ComponentLibrary.PanelEx();
  80. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  81. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  82. this.dtYearStart = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  83. this.dtYearEnd = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  84. this.lab_ChildBirth = new LYFZ.ComponentLibrary.LabelEx();
  85. this.plExMainContainer.SuspendLayout();
  86. this.plFormMainContent.SuspendLayout();
  87. this.panelMain.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  89. this.tabPanel.SuspendLayout();
  90. this.flowLayoutPanel1.SuspendLayout();
  91. this.panelDateTime.SuspendLayout();
  92. this.panelMonthDay.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dtDayEnd)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dtMonthEnd)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.dtDayStart)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.dtMonthStart)).BeginInit();
  97. this.panelClientName.SuspendLayout();
  98. this.panelPoints.SuspendLayout();
  99. this.panelEx1.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.dtYearStart)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.dtYearEnd)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // plExMainContainer
  105. //
  106. this.plExMainContainer.Controls.Add(this.panelMain);
  107. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  108. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  109. this.plExMainContainer.Size = new System.Drawing.Size(1595, 607);
  110. //
  111. // plFormMainContent
  112. //
  113. this.plFormMainContent.Controls.Add(this.panelEx1);
  114. this.plFormMainContent.Size = new System.Drawing.Size(1595, 647);
  115. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  116. this.plFormMainContent.Controls.SetChildIndex(this.panelEx1, 0);
  117. //
  118. // btnAppFormMaximize
  119. //
  120. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  121. this.btnAppFormMaximize.Location = new System.Drawing.Point(1536, 0);
  122. //
  123. // btnAppFormExit
  124. //
  125. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  126. this.btnAppFormExit.Location = new System.Drawing.Point(1563, 0);
  127. //
  128. // btnAppFormMinimize
  129. //
  130. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  131. this.btnAppFormMinimize.Location = new System.Drawing.Point(1509, 0);
  132. //
  133. // panelMain
  134. //
  135. this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  136. this.panelMain.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  137. this.panelMain.BorderWidth = 1;
  138. this.panelMain.Controls.Add(this.dgvData);
  139. this.panelMain.Controls.Add(this.dataGridViewStatisticsCount1);
  140. this.panelMain.Controls.Add(this.tabPanel);
  141. this.panelMain.Controls.Add(this.flowLayoutPanel1);
  142. this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelMain.Location = new System.Drawing.Point(5, 10);
  144. this.panelMain.Name = "panelMain";
  145. this.panelMain.Padding = new System.Windows.Forms.Padding(3);
  146. this.panelMain.Size = new System.Drawing.Size(1585, 587);
  147. this.panelMain.TabIndex = 3;
  148. //
  149. // dgvData
  150. //
  151. this.dgvData.AllowUserToAddRows = false;
  152. this.dgvData.AllowUserToDeleteRows = false;
  153. this.dgvData.AllowUserToOrderColumns = true;
  154. this.dgvData.AllowUserToResizeRows = false;
  155. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  156. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  157. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  158. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  159. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  161. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  162. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  163. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  164. this.dgvData.ColumnHeadersHeight = 24;
  165. this.dgvData.dgvColumnHeadersHeight = 24;
  166. this.dgvData.dgvCurrentColumnOriginalSet = "";
  167. this.dgvData.dgvCurrentColumnWidth = "";
  168. this.dgvData.dgvCurrentHideColumn = null;
  169. this.dgvData.dgvFixedHideColumn = null;
  170. this.dgvData.dgvGuidName = null;
  171. this.dgvData.dgvUserEmployeeID = null;
  172. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.dgvData.EnableHeadersVisualStyles = false;
  174. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  175. this.dgvData.ImageHeight = 15;
  176. this.dgvData.ImageWidth = 15;
  177. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  178. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  179. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  180. this.dgvData.IsCompleteBonding = false;
  181. this.dgvData.IsCopyCellValue = true;
  182. this.dgvData.IsShowSerialNumber = true;
  183. this.dgvData.IsSortedRedraw = true;
  184. this.dgvData.IsSortMode = true;
  185. this.dgvData.Location = new System.Drawing.Point(3, 70);
  186. this.dgvData.Name = "dgvData";
  187. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  188. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  189. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  191. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  192. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  193. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  194. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  195. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  196. this.dgvData.RowHeadersWidth = 50;
  197. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  198. this.dgvData.RowTemplate.Height = 23;
  199. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  200. this.dgvData.Size = new System.Drawing.Size(1579, 488);
  201. this.dgvData.StrSecondStageNull = "";
  202. this.dgvData.StrValueNullColumn = "";
  203. this.dgvData.TabIndex = 31;
  204. this.dgvData.ViceCount = 1;
  205. //
  206. // dataGridViewStatisticsCount1
  207. //
  208. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  209. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  210. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 558);
  211. this.dataGridViewStatisticsCount1.LocationX = 1;
  212. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  213. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(1579, 26);
  214. this.dataGridViewStatisticsCount1.StrUnit = "单";
  215. this.dataGridViewStatisticsCount1.TabIndex = 32;
  216. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  217. //
  218. // tabPanel
  219. //
  220. this.tabPanel.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  221. this.tabPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  222. this.tabPanel.Controls.Add(this.tb_Marry);
  223. this.tabPanel.Controls.Add(this.tb_MemorialDay);
  224. this.tabPanel.Controls.Add(this.tb_Birthday);
  225. this.tabPanel.Controls.Add(this.tb_ChildBirthday);
  226. this.tabPanel.Controls.Add(this.tb_Referral);
  227. this.tabPanel.Controls.Add(this.tb_Points);
  228. this.tabPanel.Controls.Add(this.tb_PregnantCycle);
  229. this.tabPanel.Dock = System.Windows.Forms.DockStyle.Top;
  230. this.tabPanel.ItemSize = new System.Drawing.Size(100, 30);
  231. this.tabPanel.Location = new System.Drawing.Point(3, 37);
  232. this.tabPanel.Name = "tabPanel";
  233. this.tabPanel.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  234. this.tabPanel.SelectedIndex = 0;
  235. this.tabPanel.Size = new System.Drawing.Size(1579, 33);
  236. this.tabPanel.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  237. this.tabPanel.TabIndex = 28;
  238. //
  239. // tb_Marry
  240. //
  241. this.tb_Marry.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  242. this.tb_Marry.Location = new System.Drawing.Point(4, 34);
  243. this.tb_Marry.Name = "tb_Marry";
  244. this.tb_Marry.Padding = new System.Windows.Forms.Padding(3);
  245. this.tb_Marry.Size = new System.Drawing.Size(1571, 0);
  246. this.tb_Marry.TabIndex = 0;
  247. this.tb_Marry.Text = "结婚客人";
  248. //
  249. // tb_MemorialDay
  250. //
  251. this.tb_MemorialDay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  252. this.tb_MemorialDay.Location = new System.Drawing.Point(4, 34);
  253. this.tb_MemorialDay.Name = "tb_MemorialDay";
  254. this.tb_MemorialDay.Padding = new System.Windows.Forms.Padding(3);
  255. this.tb_MemorialDay.Size = new System.Drawing.Size(886, 0);
  256. this.tb_MemorialDay.TabIndex = 1;
  257. this.tb_MemorialDay.Text = "结婚纪念日";
  258. //
  259. // tb_Birthday
  260. //
  261. this.tb_Birthday.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  262. this.tb_Birthday.Location = new System.Drawing.Point(4, 34);
  263. this.tb_Birthday.Name = "tb_Birthday";
  264. this.tb_Birthday.Padding = new System.Windows.Forms.Padding(3);
  265. this.tb_Birthday.Size = new System.Drawing.Size(886, 0);
  266. this.tb_Birthday.TabIndex = 2;
  267. this.tb_Birthday.Text = "客户生日";
  268. //
  269. // tb_ChildBirthday
  270. //
  271. this.tb_ChildBirthday.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  272. this.tb_ChildBirthday.Location = new System.Drawing.Point(4, 34);
  273. this.tb_ChildBirthday.Name = "tb_ChildBirthday";
  274. this.tb_ChildBirthday.Padding = new System.Windows.Forms.Padding(3);
  275. this.tb_ChildBirthday.Size = new System.Drawing.Size(886, 0);
  276. this.tb_ChildBirthday.TabIndex = 3;
  277. this.tb_ChildBirthday.Text = "宝宝生日";
  278. //
  279. // tb_Referral
  280. //
  281. this.tb_Referral.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  282. this.tb_Referral.Location = new System.Drawing.Point(4, 34);
  283. this.tb_Referral.Name = "tb_Referral";
  284. this.tb_Referral.Padding = new System.Windows.Forms.Padding(3);
  285. this.tb_Referral.Size = new System.Drawing.Size(886, 0);
  286. this.tb_Referral.TabIndex = 4;
  287. this.tb_Referral.Text = "转介绍客户";
  288. //
  289. // tb_Points
  290. //
  291. this.tb_Points.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  292. this.tb_Points.Location = new System.Drawing.Point(4, 34);
  293. this.tb_Points.Name = "tb_Points";
  294. this.tb_Points.Padding = new System.Windows.Forms.Padding(3);
  295. this.tb_Points.Size = new System.Drawing.Size(886, 0);
  296. this.tb_Points.TabIndex = 5;
  297. this.tb_Points.Text = "会员积分";
  298. //
  299. // tb_PregnantCycle
  300. //
  301. this.tb_PregnantCycle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  302. this.tb_PregnantCycle.Location = new System.Drawing.Point(4, 34);
  303. this.tb_PregnantCycle.Name = "tb_PregnantCycle";
  304. this.tb_PregnantCycle.Padding = new System.Windows.Forms.Padding(3);
  305. this.tb_PregnantCycle.Size = new System.Drawing.Size(886, 0);
  306. this.tb_PregnantCycle.TabIndex = 6;
  307. this.tb_PregnantCycle.Text = "孕妇周期";
  308. //
  309. // flowLayoutPanel1
  310. //
  311. this.flowLayoutPanel1.Controls.Add(this.panelDateTime);
  312. this.flowLayoutPanel1.Controls.Add(this.panelMonthDay);
  313. this.flowLayoutPanel1.Controls.Add(this.panelClientName);
  314. this.flowLayoutPanel1.Controls.Add(this.panelPoints);
  315. this.flowLayoutPanel1.Controls.Add(this.butnQuery);
  316. this.flowLayoutPanel1.Controls.Add(this.btnHighSelect);
  317. this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai);
  318. this.flowLayoutPanel1.Controls.Add(this.butnAddRecord);
  319. this.flowLayoutPanel1.Controls.Add(this.buttonEx1);
  320. this.flowLayoutPanel1.Controls.Add(this.butnRecordingsPlay);
  321. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  322. this.flowLayoutPanel1.Controls.Add(this.butnColse);
  323. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  324. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  325. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  326. this.flowLayoutPanel1.Size = new System.Drawing.Size(1579, 34);
  327. this.flowLayoutPanel1.TabIndex = 30;
  328. //
  329. // panelDateTime
  330. //
  331. this.panelDateTime.Controls.Add(this.dtDateEnd);
  332. this.panelDateTime.Controls.Add(this.dtpDateStrat);
  333. this.panelDateTime.Controls.Add(this.labelEx10);
  334. this.panelDateTime.Controls.Add(this.labelEx11);
  335. this.panelDateTime.Location = new System.Drawing.Point(0, 0);
  336. this.panelDateTime.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
  337. this.panelDateTime.Name = "panelDateTime";
  338. this.panelDateTime.Size = new System.Drawing.Size(280, 30);
  339. this.panelDateTime.TabIndex = 26;
  340. //
  341. // dtDateEnd
  342. //
  343. this.dtDateEnd.CustomFormat = " ";
  344. this.dtDateEnd.DateValue = "";
  345. this.dtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  346. this.dtDateEnd.IsShowTime = false;
  347. this.dtDateEnd.Location = new System.Drawing.Point(185, 5);
  348. this.dtDateEnd.Name = "dtDateEnd";
  349. this.dtDateEnd.Size = new System.Drawing.Size(90, 21);
  350. this.dtDateEnd.TabIndex = 26;
  351. //
  352. // dtpDateStrat
  353. //
  354. this.dtpDateStrat.CustomFormat = " ";
  355. this.dtpDateStrat.DateValue = "";
  356. this.dtpDateStrat.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  357. this.dtpDateStrat.IsShowTime = false;
  358. this.dtpDateStrat.Location = new System.Drawing.Point(70, 5);
  359. this.dtpDateStrat.Name = "dtpDateStrat";
  360. this.dtpDateStrat.Size = new System.Drawing.Size(90, 21);
  361. this.dtpDateStrat.TabIndex = 25;
  362. //
  363. // labelEx10
  364. //
  365. this.labelEx10.AutoSize = true;
  366. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  367. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  368. this.labelEx10.Location = new System.Drawing.Point(4, 7);
  369. this.labelEx10.Name = "labelEx10";
  370. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  371. this.labelEx10.TabIndex = 24;
  372. this.labelEx10.Text = "订单日期:";
  373. //
  374. // labelEx11
  375. //
  376. this.labelEx11.AutoSize = true;
  377. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  378. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  379. this.labelEx11.Location = new System.Drawing.Point(162, 7);
  380. this.labelEx11.Name = "labelEx11";
  381. this.labelEx11.Size = new System.Drawing.Size(21, 17);
  382. this.labelEx11.TabIndex = 10;
  383. this.labelEx11.Text = "—";
  384. //
  385. // panelMonthDay
  386. //
  387. this.panelMonthDay.Controls.Add(this.lab_ChildBirth);
  388. this.panelMonthDay.Controls.Add(this.dtDayEnd);
  389. this.panelMonthDay.Controls.Add(this.dtMonthEnd);
  390. this.panelMonthDay.Controls.Add(this.labelEx7);
  391. this.panelMonthDay.Controls.Add(this.dtDayStart);
  392. this.panelMonthDay.Controls.Add(this.dtYearEnd);
  393. this.panelMonthDay.Controls.Add(this.dtYearStart);
  394. this.panelMonthDay.Controls.Add(this.dtMonthStart);
  395. this.panelMonthDay.Controls.Add(this.labelEx6);
  396. this.panelMonthDay.Controls.Add(this.labelEx5);
  397. this.panelMonthDay.Controls.Add(this.labelEx1);
  398. this.panelMonthDay.Location = new System.Drawing.Point(280, 0);
  399. this.panelMonthDay.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
  400. this.panelMonthDay.Name = "panelMonthDay";
  401. this.panelMonthDay.Size = new System.Drawing.Size(543, 30);
  402. this.panelMonthDay.TabIndex = 18;
  403. //
  404. // dtDayEnd
  405. //
  406. this.dtDayEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  407. this.dtDayEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  408. this.dtDayEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  409. this.dtDayEnd.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  410. this.dtDayEnd.IsCustomColor = false;
  411. this.dtDayEnd.Location = new System.Drawing.Point(470, 4);
  412. this.dtDayEnd.Maximum = new decimal(new int[] {
  413. 31,
  414. 0,
  415. 0,
  416. 0});
  417. this.dtDayEnd.Minimum = new decimal(new int[] {
  418. 1,
  419. 0,
  420. 0,
  421. 0});
  422. this.dtDayEnd.Name = "dtDayEnd";
  423. this.dtDayEnd.Size = new System.Drawing.Size(47, 22);
  424. this.dtDayEnd.TabIndex = 37;
  425. this.dtDayEnd.Value = new decimal(new int[] {
  426. 1,
  427. 0,
  428. 0,
  429. 0});
  430. //
  431. // dtMonthEnd
  432. //
  433. this.dtMonthEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  434. this.dtMonthEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  435. this.dtMonthEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  436. this.dtMonthEnd.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  437. this.dtMonthEnd.IsCustomColor = false;
  438. this.dtMonthEnd.Location = new System.Drawing.Point(401, 4);
  439. this.dtMonthEnd.Maximum = new decimal(new int[] {
  440. 12,
  441. 0,
  442. 0,
  443. 0});
  444. this.dtMonthEnd.Minimum = new decimal(new int[] {
  445. 1,
  446. 0,
  447. 0,
  448. 0});
  449. this.dtMonthEnd.Name = "dtMonthEnd";
  450. this.dtMonthEnd.Size = new System.Drawing.Size(47, 22);
  451. this.dtMonthEnd.TabIndex = 36;
  452. this.dtMonthEnd.Value = new decimal(new int[] {
  453. 1,
  454. 0,
  455. 0,
  456. 0});
  457. //
  458. // labelEx7
  459. //
  460. this.labelEx7.AutoSize = true;
  461. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  462. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  463. this.labelEx7.Location = new System.Drawing.Point(380, 7);
  464. this.labelEx7.Name = "labelEx7";
  465. this.labelEx7.Size = new System.Drawing.Size(156, 17);
  466. this.labelEx7.TabIndex = 35;
  467. this.labelEx7.Text = "年 月 日";
  468. //
  469. // dtDayStart
  470. //
  471. this.dtDayStart.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  472. this.dtDayStart.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  473. this.dtDayStart.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  474. this.dtDayStart.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  475. this.dtDayStart.IsCustomColor = false;
  476. this.dtDayStart.Location = new System.Drawing.Point(221, 4);
  477. this.dtDayStart.Maximum = new decimal(new int[] {
  478. 31,
  479. 0,
  480. 0,
  481. 0});
  482. this.dtDayStart.Minimum = new decimal(new int[] {
  483. 1,
  484. 0,
  485. 0,
  486. 0});
  487. this.dtDayStart.Name = "dtDayStart";
  488. this.dtDayStart.Size = new System.Drawing.Size(47, 22);
  489. this.dtDayStart.TabIndex = 34;
  490. this.dtDayStart.Value = new decimal(new int[] {
  491. 1,
  492. 0,
  493. 0,
  494. 0});
  495. //
  496. // dtMonthStart
  497. //
  498. this.dtMonthStart.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  499. this.dtMonthStart.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  500. this.dtMonthStart.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  501. this.dtMonthStart.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  502. this.dtMonthStart.IsCustomColor = false;
  503. this.dtMonthStart.Location = new System.Drawing.Point(152, 4);
  504. this.dtMonthStart.Maximum = new decimal(new int[] {
  505. 12,
  506. 0,
  507. 0,
  508. 0});
  509. this.dtMonthStart.Minimum = new decimal(new int[] {
  510. 1,
  511. 0,
  512. 0,
  513. 0});
  514. this.dtMonthStart.Name = "dtMonthStart";
  515. this.dtMonthStart.Size = new System.Drawing.Size(47, 22);
  516. this.dtMonthStart.TabIndex = 33;
  517. this.dtMonthStart.Value = new decimal(new int[] {
  518. 1,
  519. 0,
  520. 0,
  521. 0});
  522. //
  523. // labelEx6
  524. //
  525. this.labelEx6.AutoSize = true;
  526. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  527. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  528. this.labelEx6.Location = new System.Drawing.Point(132, 7);
  529. this.labelEx6.Name = "labelEx6";
  530. this.labelEx6.Size = new System.Drawing.Size(156, 17);
  531. this.labelEx6.TabIndex = 25;
  532. this.labelEx6.Text = "年 月 日";
  533. //
  534. // labelEx5
  535. //
  536. this.labelEx5.AutoSize = true;
  537. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  538. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  539. this.labelEx5.Location = new System.Drawing.Point(4, 7);
  540. this.labelEx5.Name = "labelEx5";
  541. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  542. this.labelEx5.TabIndex = 24;
  543. this.labelEx5.Text = "结婚日期:";
  544. //
  545. // labelEx1
  546. //
  547. this.labelEx1.AutoSize = true;
  548. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  549. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  550. this.labelEx1.Location = new System.Drawing.Point(291, 6);
  551. this.labelEx1.Name = "labelEx1";
  552. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  553. this.labelEx1.TabIndex = 10;
  554. this.labelEx1.Text = "—";
  555. //
  556. // panelClientName
  557. //
  558. this.panelClientName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  559. this.panelClientName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  560. this.panelClientName.BorderWidth = 1;
  561. this.panelClientName.Controls.Add(this.txtQuery);
  562. this.panelClientName.Controls.Add(this.labelEx2);
  563. this.panelClientName.Location = new System.Drawing.Point(823, 0);
  564. this.panelClientName.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
  565. this.panelClientName.Name = "panelClientName";
  566. this.panelClientName.Size = new System.Drawing.Size(150, 30);
  567. this.panelClientName.TabIndex = 23;
  568. //
  569. // txtQuery
  570. //
  571. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  572. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  573. this.txtQuery.Icon = null;
  574. this.txtQuery.IconIsButton = false;
  575. this.txtQuery.IsPasswordChat = '\0';
  576. this.txtQuery.IsSystemPasswordChar = false;
  577. this.txtQuery.Lines = new string[0];
  578. this.txtQuery.Location = new System.Drawing.Point(43, 3);
  579. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  580. this.txtQuery.MaxLength = 32767;
  581. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  582. this.txtQuery.MouseBack = null;
  583. this.txtQuery.Multiline = false;
  584. this.txtQuery.Name = "txtQuery";
  585. this.txtQuery.NormlBack = null;
  586. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  587. this.txtQuery.ReadOnly = false;
  588. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  589. this.txtQuery.Size = new System.Drawing.Size(102, 25);
  590. this.txtQuery.TabIndex = 0;
  591. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  592. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  593. this.txtQuery.WaterText = "客户名";
  594. this.txtQuery.WordWrap = true;
  595. //
  596. // labelEx2
  597. //
  598. this.labelEx2.AutoSize = true;
  599. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  600. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  601. this.labelEx2.Location = new System.Drawing.Point(3, 7);
  602. this.labelEx2.Name = "labelEx2";
  603. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  604. this.labelEx2.TabIndex = 23;
  605. this.labelEx2.Text = "姓名:";
  606. //
  607. // panelPoints
  608. //
  609. this.panelPoints.Controls.Add(this.chkTotalPoints);
  610. this.panelPoints.Controls.Add(this.chkAvailablePoints);
  611. this.panelPoints.Controls.Add(this.txtPointsStart);
  612. this.panelPoints.Controls.Add(this.txtPointsEnd);
  613. this.panelPoints.Controls.Add(this.labelEx4);
  614. this.panelPoints.Controls.Add(this.labelEx3);
  615. this.panelPoints.Location = new System.Drawing.Point(973, 0);
  616. this.panelPoints.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
  617. this.panelPoints.Name = "panelPoints";
  618. this.panelPoints.Size = new System.Drawing.Size(350, 30);
  619. this.panelPoints.TabIndex = 24;
  620. this.panelPoints.Visible = false;
  621. //
  622. // chkTotalPoints
  623. //
  624. this.chkTotalPoints.AutoSize = true;
  625. this.chkTotalPoints.BackColor = System.Drawing.Color.Transparent;
  626. this.chkTotalPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  627. this.chkTotalPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  628. this.chkTotalPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  629. this.chkTotalPoints.Fourstates = false;
  630. this.chkTotalPoints.IsGreenTick = false;
  631. this.chkTotalPoints.Location = new System.Drawing.Point(286, 5);
  632. this.chkTotalPoints.Name = "chkTotalPoints";
  633. this.chkTotalPoints.Size = new System.Drawing.Size(63, 21);
  634. this.chkTotalPoints.TabIndex = 27;
  635. this.chkTotalPoints.Text = "总积分";
  636. this.chkTotalPoints.UseVisualStyleBackColor = false;
  637. //
  638. // chkAvailablePoints
  639. //
  640. this.chkAvailablePoints.AutoSize = true;
  641. this.chkAvailablePoints.BackColor = System.Drawing.Color.Transparent;
  642. this.chkAvailablePoints.Checked = true;
  643. this.chkAvailablePoints.CheckState = System.Windows.Forms.CheckState.Checked;
  644. this.chkAvailablePoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  645. this.chkAvailablePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  646. this.chkAvailablePoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  647. this.chkAvailablePoints.Fourstates = false;
  648. this.chkAvailablePoints.IsGreenTick = false;
  649. this.chkAvailablePoints.Location = new System.Drawing.Point(210, 5);
  650. this.chkAvailablePoints.Name = "chkAvailablePoints";
  651. this.chkAvailablePoints.Size = new System.Drawing.Size(75, 21);
  652. this.chkAvailablePoints.TabIndex = 26;
  653. this.chkAvailablePoints.Text = "可用积分";
  654. this.chkAvailablePoints.UseVisualStyleBackColor = false;
  655. //
  656. // txtPointsStart
  657. //
  658. this.txtPointsStart.BackColor = System.Drawing.Color.Transparent;
  659. this.txtPointsStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  660. this.txtPointsStart.Icon = null;
  661. this.txtPointsStart.IconIsButton = false;
  662. this.txtPointsStart.IsPasswordChat = '\0';
  663. this.txtPointsStart.IsSystemPasswordChar = false;
  664. this.txtPointsStart.Lines = new string[0];
  665. this.txtPointsStart.Location = new System.Drawing.Point(43, 3);
  666. this.txtPointsStart.Margin = new System.Windows.Forms.Padding(0);
  667. this.txtPointsStart.MaxLength = 32767;
  668. this.txtPointsStart.MinimumSize = new System.Drawing.Size(0, 24);
  669. this.txtPointsStart.MouseBack = null;
  670. this.txtPointsStart.Multiline = false;
  671. this.txtPointsStart.Name = "txtPointsStart";
  672. this.txtPointsStart.NormlBack = null;
  673. this.txtPointsStart.Padding = new System.Windows.Forms.Padding(5);
  674. this.txtPointsStart.ReadOnly = false;
  675. this.txtPointsStart.ScrollBars = System.Windows.Forms.ScrollBars.None;
  676. this.txtPointsStart.Size = new System.Drawing.Size(70, 25);
  677. this.txtPointsStart.TabIndex = 11;
  678. this.txtPointsStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  679. this.txtPointsStart.WaterColor = System.Drawing.Color.DarkGray;
  680. this.txtPointsStart.WaterText = "最小积分";
  681. this.txtPointsStart.WordWrap = true;
  682. //
  683. // txtPointsEnd
  684. //
  685. this.txtPointsEnd.BackColor = System.Drawing.Color.Transparent;
  686. this.txtPointsEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  687. this.txtPointsEnd.Icon = null;
  688. this.txtPointsEnd.IconIsButton = false;
  689. this.txtPointsEnd.IsPasswordChat = '\0';
  690. this.txtPointsEnd.IsSystemPasswordChar = false;
  691. this.txtPointsEnd.Lines = new string[0];
  692. this.txtPointsEnd.Location = new System.Drawing.Point(136, 3);
  693. this.txtPointsEnd.Margin = new System.Windows.Forms.Padding(0);
  694. this.txtPointsEnd.MaxLength = 32767;
  695. this.txtPointsEnd.MinimumSize = new System.Drawing.Size(0, 24);
  696. this.txtPointsEnd.MouseBack = null;
  697. this.txtPointsEnd.Multiline = false;
  698. this.txtPointsEnd.Name = "txtPointsEnd";
  699. this.txtPointsEnd.NormlBack = null;
  700. this.txtPointsEnd.Padding = new System.Windows.Forms.Padding(5);
  701. this.txtPointsEnd.ReadOnly = false;
  702. this.txtPointsEnd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  703. this.txtPointsEnd.Size = new System.Drawing.Size(70, 25);
  704. this.txtPointsEnd.TabIndex = 25;
  705. this.txtPointsEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  706. this.txtPointsEnd.WaterColor = System.Drawing.Color.DarkGray;
  707. this.txtPointsEnd.WaterText = "最大积分";
  708. this.txtPointsEnd.WordWrap = true;
  709. //
  710. // labelEx4
  711. //
  712. this.labelEx4.AutoSize = true;
  713. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  714. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  715. this.labelEx4.Location = new System.Drawing.Point(3, 7);
  716. this.labelEx4.Name = "labelEx4";
  717. this.labelEx4.Size = new System.Drawing.Size(44, 17);
  718. this.labelEx4.TabIndex = 24;
  719. this.labelEx4.Text = "积分:";
  720. //
  721. // labelEx3
  722. //
  723. this.labelEx3.AutoSize = true;
  724. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  725. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  726. this.labelEx3.Location = new System.Drawing.Point(115, 7);
  727. this.labelEx3.Name = "labelEx3";
  728. this.labelEx3.Size = new System.Drawing.Size(21, 17);
  729. this.labelEx3.TabIndex = 10;
  730. this.labelEx3.Text = "—";
  731. //
  732. // butnQuery
  733. //
  734. this.butnQuery.BackColor = System.Drawing.Color.Transparent;
  735. this.butnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnQuery.BackImg")));
  736. this.butnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  737. this.butnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  738. this.butnQuery.ForeColor = System.Drawing.Color.White;
  739. this.butnQuery.IsCustomBackImg = false;
  740. this.butnQuery.IsShowText = true;
  741. this.butnQuery.Location = new System.Drawing.Point(1326, 2);
  742. this.butnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  743. this.butnQuery.Name = "butnQuery";
  744. this.butnQuery.Size = new System.Drawing.Size(80, 28);
  745. this.butnQuery.TabIndex = 14;
  746. this.butnQuery.Text = " 查 询";
  747. this.butnQuery.UseVisualStyleBackColor = false;
  748. //
  749. // btnHighSelect
  750. //
  751. this.btnHighSelect.BackColor = System.Drawing.Color.Transparent;
  752. this.btnHighSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHighSelect.BackImg")));
  753. this.btnHighSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  754. this.btnHighSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  755. this.btnHighSelect.ForeColor = System.Drawing.Color.White;
  756. this.btnHighSelect.IsCustomBackImg = false;
  757. this.btnHighSelect.IsShowText = true;
  758. this.btnHighSelect.Location = new System.Drawing.Point(1412, 2);
  759. this.btnHighSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  760. this.btnHighSelect.Name = "btnHighSelect";
  761. this.btnHighSelect.Size = new System.Drawing.Size(80, 28);
  762. this.btnHighSelect.TabIndex = 20;
  763. this.btnHighSelect.Text = " 高级查询";
  764. this.btnHighSelect.UseVisualStyleBackColor = false;
  765. //
  766. // btnClientServiceAnPai
  767. //
  768. this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
  769. this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
  770. this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  771. this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  772. this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
  773. this.btnClientServiceAnPai.IsCustomBackImg = false;
  774. this.btnClientServiceAnPai.IsShowText = true;
  775. this.btnClientServiceAnPai.Location = new System.Drawing.Point(3, 35);
  776. this.btnClientServiceAnPai.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  777. this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
  778. this.btnClientServiceAnPai.Size = new System.Drawing.Size(80, 28);
  779. this.btnClientServiceAnPai.TabIndex = 25;
  780. this.btnClientServiceAnPai.Text = " 安排客服";
  781. this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
  782. //
  783. // butnAddRecord
  784. //
  785. this.butnAddRecord.BackColor = System.Drawing.Color.Transparent;
  786. this.butnAddRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnAddRecord.BackImg")));
  787. this.butnAddRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  788. this.butnAddRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  789. this.butnAddRecord.ForeColor = System.Drawing.Color.White;
  790. this.butnAddRecord.IsCustomBackImg = false;
  791. this.butnAddRecord.IsShowText = true;
  792. this.butnAddRecord.Location = new System.Drawing.Point(89, 35);
  793. this.butnAddRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  794. this.butnAddRecord.Name = "butnAddRecord";
  795. this.butnAddRecord.Size = new System.Drawing.Size(80, 28);
  796. this.butnAddRecord.TabIndex = 16;
  797. this.butnAddRecord.Text = " 添加记录";
  798. this.butnAddRecord.UseVisualStyleBackColor = false;
  799. //
  800. // buttonEx1
  801. //
  802. this.buttonEx1.BackColor = System.Drawing.Color.Transparent;
  803. this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg")));
  804. this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  805. this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  806. this.buttonEx1.ForeColor = System.Drawing.Color.White;
  807. this.buttonEx1.IsCustomBackImg = false;
  808. this.buttonEx1.IsShowText = true;
  809. this.buttonEx1.Location = new System.Drawing.Point(175, 35);
  810. this.buttonEx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  811. this.buttonEx1.Name = "buttonEx1";
  812. this.buttonEx1.Size = new System.Drawing.Size(80, 28);
  813. this.buttonEx1.TabIndex = 19;
  814. this.buttonEx1.Text = " 沟通详情";
  815. this.buttonEx1.UseVisualStyleBackColor = false;
  816. //
  817. // butnRecordingsPlay
  818. //
  819. this.butnRecordingsPlay.BackColor = System.Drawing.Color.Transparent;
  820. this.butnRecordingsPlay.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnRecordingsPlay.BackImg")));
  821. this.butnRecordingsPlay.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  822. this.butnRecordingsPlay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  823. this.butnRecordingsPlay.ForeColor = System.Drawing.Color.White;
  824. this.butnRecordingsPlay.IsCustomBackImg = false;
  825. this.butnRecordingsPlay.IsShowText = true;
  826. this.butnRecordingsPlay.Location = new System.Drawing.Point(261, 35);
  827. this.butnRecordingsPlay.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  828. this.butnRecordingsPlay.Name = "butnRecordingsPlay";
  829. this.butnRecordingsPlay.Size = new System.Drawing.Size(80, 28);
  830. this.butnRecordingsPlay.TabIndex = 17;
  831. this.butnRecordingsPlay.Text = " 录音回放";
  832. this.butnRecordingsPlay.UseVisualStyleBackColor = false;
  833. this.butnRecordingsPlay.Visible = false;
  834. //
  835. // btnExport
  836. //
  837. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  838. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  839. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  840. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  841. this.btnExport.ForeColor = System.Drawing.Color.White;
  842. this.btnExport.IsCustomBackImg = false;
  843. this.btnExport.IsShowText = true;
  844. this.btnExport.Location = new System.Drawing.Point(347, 35);
  845. this.btnExport.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  846. this.btnExport.Name = "btnExport";
  847. this.btnExport.Size = new System.Drawing.Size(80, 28);
  848. this.btnExport.TabIndex = 15;
  849. this.btnExport.Text = " 导 出";
  850. this.btnExport.UseVisualStyleBackColor = false;
  851. //
  852. // butnColse
  853. //
  854. this.butnColse.BackColor = System.Drawing.Color.Transparent;
  855. this.butnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnColse.BackImg")));
  856. this.butnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  857. this.butnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  858. this.butnColse.ForeColor = System.Drawing.Color.White;
  859. this.butnColse.IsCustomBackImg = false;
  860. this.butnColse.IsShowText = true;
  861. this.butnColse.Location = new System.Drawing.Point(433, 35);
  862. this.butnColse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
  863. this.butnColse.Name = "butnColse";
  864. this.butnColse.Size = new System.Drawing.Size(80, 28);
  865. this.butnColse.TabIndex = 15;
  866. this.butnColse.Text = " 关 闭";
  867. this.butnColse.UseVisualStyleBackColor = false;
  868. //
  869. // paneldgvPoints
  870. //
  871. this.paneldgvPoints.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  872. this.paneldgvPoints.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  873. this.paneldgvPoints.BorderWidth = 1;
  874. this.paneldgvPoints.Location = new System.Drawing.Point(0, 0);
  875. this.paneldgvPoints.Name = "paneldgvPoints";
  876. this.paneldgvPoints.Size = new System.Drawing.Size(200, 100);
  877. this.paneldgvPoints.TabIndex = 0;
  878. //
  879. // paneldgvReferral
  880. //
  881. this.paneldgvReferral.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  882. this.paneldgvReferral.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  883. this.paneldgvReferral.BorderWidth = 1;
  884. this.paneldgvReferral.Location = new System.Drawing.Point(0, 0);
  885. this.paneldgvReferral.Name = "paneldgvReferral";
  886. this.paneldgvReferral.Size = new System.Drawing.Size(200, 100);
  887. this.paneldgvReferral.TabIndex = 0;
  888. //
  889. // paneldgvBirthday
  890. //
  891. this.paneldgvBirthday.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  892. this.paneldgvBirthday.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  893. this.paneldgvBirthday.BorderWidth = 1;
  894. this.paneldgvBirthday.Dock = System.Windows.Forms.DockStyle.Fill;
  895. this.paneldgvBirthday.Location = new System.Drawing.Point(3, 3);
  896. this.paneldgvBirthday.Name = "paneldgvBirthday";
  897. this.paneldgvBirthday.Size = new System.Drawing.Size(860, 375);
  898. this.paneldgvBirthday.TabIndex = 1;
  899. //
  900. // paneldgvMemorialDay
  901. //
  902. this.paneldgvMemorialDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  903. this.paneldgvMemorialDay.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  904. this.paneldgvMemorialDay.BorderWidth = 1;
  905. this.paneldgvMemorialDay.Location = new System.Drawing.Point(0, 0);
  906. this.paneldgvMemorialDay.Name = "paneldgvMemorialDay";
  907. this.paneldgvMemorialDay.Size = new System.Drawing.Size(200, 100);
  908. this.paneldgvMemorialDay.TabIndex = 0;
  909. //
  910. // cmbtreevStoreName
  911. //
  912. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  913. this.cmbtreevStoreName.DropDownHeight = 220;
  914. this.cmbtreevStoreName.DropDownShow = false;
  915. this.cmbtreevStoreName.FormattingEnabled = true;
  916. this.cmbtreevStoreName.IntegralHeight = false;
  917. this.cmbtreevStoreName.IsNodeMouseClick = true;
  918. this.cmbtreevStoreName.IsSelectParentNode = false;
  919. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 3);
  920. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  921. this.cmbtreevStoreName.ReadOnly = true;
  922. this.cmbtreevStoreName.SelectedNode = null;
  923. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  924. this.cmbtreevStoreName.StrGetName = "";
  925. this.cmbtreevStoreName.StrGetTagName = "";
  926. this.cmbtreevStoreName.StrKey = null;
  927. this.cmbtreevStoreName.TabIndex = 275;
  928. //
  929. // panelEx1
  930. //
  931. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  932. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  933. this.panelEx1.BorderWidth = 1;
  934. this.panelEx1.Controls.Add(this.cmbtreevStoreName);
  935. this.panelEx1.Location = new System.Drawing.Point(187, 8);
  936. this.panelEx1.Name = "panelEx1";
  937. this.panelEx1.Size = new System.Drawing.Size(209, 26);
  938. this.panelEx1.TabIndex = 276;
  939. //
  940. // dtYearStart
  941. //
  942. this.dtYearStart.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  943. this.dtYearStart.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  944. this.dtYearStart.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  945. this.dtYearStart.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  946. this.dtYearStart.IsCustomColor = false;
  947. this.dtYearStart.Location = new System.Drawing.Point(76, 4);
  948. this.dtYearStart.Maximum = new decimal(new int[] {
  949. 9999,
  950. 0,
  951. 0,
  952. 0});
  953. this.dtYearStart.Minimum = new decimal(new int[] {
  954. 1900,
  955. 0,
  956. 0,
  957. 0});
  958. this.dtYearStart.Name = "dtYearStart";
  959. this.dtYearStart.Size = new System.Drawing.Size(52, 22);
  960. this.dtYearStart.TabIndex = 33;
  961. this.dtYearStart.Value = new decimal(new int[] {
  962. 1950,
  963. 0,
  964. 0,
  965. 0});
  966. //
  967. // dtYearEnd
  968. //
  969. this.dtYearEnd.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  970. this.dtYearEnd.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  971. this.dtYearEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  972. this.dtYearEnd.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  973. this.dtYearEnd.IsCustomColor = false;
  974. this.dtYearEnd.Location = new System.Drawing.Point(325, 4);
  975. this.dtYearEnd.Maximum = new decimal(new int[] {
  976. 9999,
  977. 0,
  978. 0,
  979. 0});
  980. this.dtYearEnd.Minimum = new decimal(new int[] {
  981. 1900,
  982. 0,
  983. 0,
  984. 0});
  985. this.dtYearEnd.Name = "dtYearEnd";
  986. this.dtYearEnd.Size = new System.Drawing.Size(52, 22);
  987. this.dtYearEnd.TabIndex = 33;
  988. this.dtYearEnd.Value = new decimal(new int[] {
  989. 1950,
  990. 0,
  991. 0,
  992. 0});
  993. //
  994. // lab_ChildBirth
  995. //
  996. this.lab_ChildBirth.BackColor = System.Drawing.Color.DodgerBlue;
  997. this.lab_ChildBirth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  998. this.lab_ChildBirth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  999. this.lab_ChildBirth.Location = new System.Drawing.Point(58, 2);
  1000. this.lab_ChildBirth.Name = "lab_ChildBirth";
  1001. this.lab_ChildBirth.Size = new System.Drawing.Size(10, 10);
  1002. this.lab_ChildBirth.TabIndex = 38;
  1003. //
  1004. // A_EventAideFormMain
  1005. //
  1006. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1007. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1008. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1009. this.ClientSize = new System.Drawing.Size(1595, 712);
  1010. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1011. this.IsShowUcNavigationTool = true;
  1012. this.Name = "A_EventAideFormMain";
  1013. this.Text = "沟通助手";
  1014. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1015. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1016. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1017. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1018. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1019. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1020. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1021. this.plExMainContainer.ResumeLayout(false);
  1022. this.plFormMainContent.ResumeLayout(false);
  1023. this.panelMain.ResumeLayout(false);
  1024. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1025. this.tabPanel.ResumeLayout(false);
  1026. this.flowLayoutPanel1.ResumeLayout(false);
  1027. this.panelDateTime.ResumeLayout(false);
  1028. this.panelDateTime.PerformLayout();
  1029. this.panelMonthDay.ResumeLayout(false);
  1030. this.panelMonthDay.PerformLayout();
  1031. ((System.ComponentModel.ISupportInitialize)(this.dtDayEnd)).EndInit();
  1032. ((System.ComponentModel.ISupportInitialize)(this.dtMonthEnd)).EndInit();
  1033. ((System.ComponentModel.ISupportInitialize)(this.dtDayStart)).EndInit();
  1034. ((System.ComponentModel.ISupportInitialize)(this.dtMonthStart)).EndInit();
  1035. this.panelClientName.ResumeLayout(false);
  1036. this.panelClientName.PerformLayout();
  1037. this.panelPoints.ResumeLayout(false);
  1038. this.panelPoints.PerformLayout();
  1039. this.panelEx1.ResumeLayout(false);
  1040. ((System.ComponentModel.ISupportInitialize)(this.dtYearStart)).EndInit();
  1041. ((System.ComponentModel.ISupportInitialize)(this.dtYearEnd)).EndInit();
  1042. this.ResumeLayout(false);
  1043. }
  1044. #endregion
  1045. private ComponentLibrary.PanelEx panelMain;
  1046. protected ComponentLibrary.PanelEx paneldvgMarry;
  1047. protected ComponentLibrary.PanelEx paneldgvMemorialDay;
  1048. protected ComponentLibrary.PanelEx paneldgvBirthday;
  1049. protected ComponentLibrary.PanelEx paneldgvReferral;
  1050. protected ComponentLibrary.PanelEx paneldgvPoints;
  1051. protected internal ComponentLibrary.TabControlEx tabPanel;
  1052. protected internal System.Windows.Forms.Panel panelMonthDay;
  1053. private ComponentLibrary.LabelEx labelEx1;
  1054. protected internal ComponentLibrary.PanelEx panelClientName;
  1055. protected internal ComponentLibrary.LabelEx labelEx2;
  1056. protected internal ComponentLibrary.TextBoxEx txtQuery;
  1057. protected internal System.Windows.Forms.Panel panelPoints;
  1058. protected internal ComponentLibrary.TextBoxEx txtPointsEnd;
  1059. protected internal ComponentLibrary.LabelEx labelEx4;
  1060. protected internal ComponentLibrary.TextBoxEx txtPointsStart;
  1061. private ComponentLibrary.LabelEx labelEx3;
  1062. protected ComponentLibrary.ButtonEx butnQuery;
  1063. protected ComponentLibrary.ButtonEx butnAddRecord;
  1064. public ComponentLibrary.ButtonEx buttonEx1;
  1065. protected ComponentLibrary.ButtonEx btnHighSelect;
  1066. protected ComponentLibrary.ButtonEx butnColse;
  1067. protected ComponentLibrary.ButtonEx butnRecordingsPlay;
  1068. protected internal ComponentLibrary.LabelEx labelEx5;
  1069. protected internal ComponentLibrary.ButtonEx btnExport;
  1070. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1071. protected internal ComponentLibrary.DataGridViewEc dgvData;
  1072. protected internal System.Windows.Forms.TabPage tb_Marry;
  1073. protected internal System.Windows.Forms.TabPage tb_MemorialDay;
  1074. protected internal System.Windows.Forms.TabPage tb_Birthday;
  1075. protected internal System.Windows.Forms.TabPage tb_ChildBirthday;
  1076. protected internal System.Windows.Forms.TabPage tb_Referral;
  1077. protected internal System.Windows.Forms.TabPage tb_Points;
  1078. protected internal System.Windows.Forms.TabPage tb_PregnantCycle;
  1079. public ComponentLibrary.ButtonEx btnClientServiceAnPai;
  1080. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  1081. protected internal ComponentLibrary.LabelEx labelEx7;
  1082. protected internal ComponentLibrary.LabelEx labelEx6;
  1083. protected internal ComponentLibrary.NumericUpDownEx dtDayEnd;
  1084. protected internal ComponentLibrary.NumericUpDownEx dtMonthEnd;
  1085. protected internal ComponentLibrary.NumericUpDownEx dtDayStart;
  1086. protected internal ComponentLibrary.NumericUpDownEx dtMonthStart;
  1087. protected internal System.Windows.Forms.Panel panelDateTime;
  1088. protected internal ComponentLibrary.LabelEx labelEx10;
  1089. private ComponentLibrary.LabelEx labelEx11;
  1090. protected internal ComponentLibrary.DateTimePickerEx dtpDateStrat;
  1091. protected internal ComponentLibrary.DateTimePickerEx dtDateEnd;
  1092. protected internal ComponentLibrary.CheckBoxEx chkTotalPoints;
  1093. protected internal ComponentLibrary.CheckBoxEx chkAvailablePoints;
  1094. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  1095. private ComponentLibrary.PanelEx panelEx1;
  1096. protected internal ComponentLibrary.NumericUpDownEx dtYearEnd;
  1097. protected internal ComponentLibrary.NumericUpDownEx dtYearStart;
  1098. protected internal ComponentLibrary.LabelEx lab_ChildBirth;
  1099. }
  1100. }