FrmAddInterestedBuyers.Designer.cs 89 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538
  1. namespace LYFZ.Software.UI.Customers.OldCustomer
  2. {
  3. partial class FrmAddInterestedBuyers
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddInterestedBuyers));
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.客服人员 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.沟通状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.沟通时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.沟通时长 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.沟通类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.沟通方式 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.具体事项 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.沟通备注 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.btnAddcommunication = new LYFZ.ComponentLibrary.ButtonForm();
  48. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.panelBelongsPerson = new LYFZ.ComponentLibrary.PanelEx();
  53. this.cmbtreevBelongsPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  54. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.btnIntentLevel = new LYFZ.ComponentLibrary.ButtonForm();
  57. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.panelClientStatusReason = new LYFZ.ComponentLibrary.PanelEx();
  60. this.btnClientStatusTypeSet = new LYFZ.ComponentLibrary.ButtonForm();
  61. this.cmbtreevClientStatusType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  62. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.txtClientStatusReason = new LYFZ.ComponentLibrary.TextBoxEx();
  64. this.lblClientStatusReason = new LYFZ.ComponentLibrary.LabelEx();
  65. this.txtMicroID = new LYFZ.ComponentLibrary.TextBoxEx();
  66. this.btnUnbind = new LYFZ.ComponentLibrary.ButtonForm();
  67. this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxEx();
  68. this.lblMicroID = new LYFZ.ComponentLibrary.LabelEx();
  69. this.panXiangxi = new LYFZ.ComponentLibrary.PanelEx();
  70. this.txtXiangxi = new LYFZ.ComponentLibrary.TextBoxEx();
  71. this.btnXiangXi = new LYFZ.ComponentLibrary.ButtonForm();
  72. this.cmbtreevClientStatus = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  73. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  75. this.rdoCus_Sex1_1 = new LYFZ.ComponentLibrary.RadioButtonEx();
  76. this.rdoCus_Sex1_2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  77. this.txtCus_MicroSignal = new LYFZ.ComponentLibrary.TextBoxEx();
  78. this.cmbDegree = new LYFZ.ComponentLibrary.ComboBoxEx();
  79. this.comType = new LYFZ.ComponentLibrary.ComboBoxEx();
  80. this.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  81. this.labelEx66 = new LYFZ.ComponentLibrary.LabelEx();
  82. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  84. this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
  85. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  86. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.cmbCus_Region = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  88. this.cmbCus_CustomerSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  89. this.btnRegion = new LYFZ.ComponentLibrary.ButtonForm();
  90. this.chkQT = new LYFZ.ComponentLibrary.CheckBoxEx();
  91. this.chkPYJS = new LYFZ.ComponentLibrary.CheckBoxEx();
  92. this.chkLKH = new LYFZ.ComponentLibrary.CheckBoxEx();
  93. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  94. this.btnCustomerSource = new LYFZ.ComponentLibrary.ButtonForm();
  95. this.labelEx31 = new LYFZ.ComponentLibrary.LabelEx();
  96. this.btnQQCall = new LYFZ.ComponentLibrary.ButtonQQ();
  97. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  98. this.txtCus_Telephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  99. this.labelEx23 = new LYFZ.ComponentLibrary.LabelEx();
  100. this.labelEx27 = new LYFZ.ComponentLibrary.LabelEx();
  101. this.chkCus_Lunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  102. this.txtCus_FixedPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  103. this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxEx();
  104. this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxEx();
  105. this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxEx();
  106. this.lblcolorRed3 = new LYFZ.ComponentLibrary.LabelEx();
  107. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  108. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  109. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  110. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  111. this.labelEx21 = new LYFZ.ComponentLibrary.LabelEx();
  112. this.labelEx25 = new LYFZ.ComponentLibrary.LabelEx();
  113. this.labelEx67 = new LYFZ.ComponentLibrary.LabelEx();
  114. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  115. this.plExMainContainer.SuspendLayout();
  116. this.plFormMainContent.SuspendLayout();
  117. this.panelEx1.SuspendLayout();
  118. this.panelEx3.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  120. this.panelEx4.SuspendLayout();
  121. this.panelEx2.SuspendLayout();
  122. this.panelBelongsPerson.SuspendLayout();
  123. this.panelClientStatusReason.SuspendLayout();
  124. this.panXiangxi.SuspendLayout();
  125. this.panelEx6.SuspendLayout();
  126. this.SuspendLayout();
  127. //
  128. // plExMainContainer
  129. //
  130. this.plExMainContainer.Controls.Add(this.panelEx1);
  131. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
  132. this.plExMainContainer.Size = new System.Drawing.Size(930, 545);
  133. //
  134. // plFormMainContent
  135. //
  136. this.plFormMainContent.Size = new System.Drawing.Size(930, 545);
  137. //
  138. // btnAppFormMaximize
  139. //
  140. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  141. this.btnAppFormMaximize.Location = new System.Drawing.Point(861, 0);
  142. //
  143. // btnAppFormExit
  144. //
  145. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  146. this.btnAppFormExit.Location = new System.Drawing.Point(898, 0);
  147. //
  148. // btnAppFormMinimize
  149. //
  150. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  151. this.btnAppFormMinimize.Location = new System.Drawing.Point(871, 0);
  152. //
  153. // panelEx1
  154. //
  155. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  157. this.panelEx1.BorderWidth = 1;
  158. this.panelEx1.Controls.Add(this.panelEx3);
  159. this.panelEx1.Controls.Add(this.panelEx2);
  160. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  161. this.panelEx1.Location = new System.Drawing.Point(8, 8);
  162. this.panelEx1.Name = "panelEx1";
  163. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  164. this.panelEx1.Size = new System.Drawing.Size(914, 529);
  165. this.panelEx1.TabIndex = 0;
  166. //
  167. // panelEx3
  168. //
  169. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  170. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  171. this.panelEx3.BorderWidth = 1;
  172. this.panelEx3.Controls.Add(this.dgvData);
  173. this.panelEx3.Controls.Add(this.panelEx4);
  174. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.panelEx3.Location = new System.Drawing.Point(2, 277);
  176. this.panelEx3.Name = "panelEx3";
  177. this.panelEx3.Padding = new System.Windows.Forms.Padding(5);
  178. this.panelEx3.Size = new System.Drawing.Size(910, 250);
  179. this.panelEx3.TabIndex = 495;
  180. //
  181. // dgvData
  182. //
  183. this.dgvData.AllowUserToAddRows = false;
  184. this.dgvData.AllowUserToDeleteRows = false;
  185. this.dgvData.AllowUserToResizeRows = false;
  186. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  187. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  188. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  189. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  190. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.None;
  191. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  192. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  193. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  194. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  196. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  197. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  198. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  199. this.dgvData.ColumnHeadersHeight = 24;
  200. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  201. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  202. this.客服人员,
  203. this.沟通状态,
  204. this.沟通时间,
  205. this.沟通时长,
  206. this.沟通类型,
  207. this.沟通方式,
  208. this.具体事项,
  209. this.沟通备注,
  210. this.ID});
  211. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.dgvData.EnableHeadersVisualStyles = false;
  213. this.dgvData.EraseCell = false;
  214. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  215. this.dgvData.GridViewUniquelyIdentify = resources.GetString("dgvData.GridViewUniquelyIdentify");
  216. this.dgvData.IsCompleteBonding = false;
  217. this.dgvData.IsCopyCellValue = true;
  218. this.dgvData.Location = new System.Drawing.Point(5, 45);
  219. this.dgvData.Name = "dgvData";
  220. this.dgvData.RowHeadersVisible = false;
  221. this.dgvData.RowTemplate.Height = 23;
  222. this.dgvData.RowTemplate.ReadOnly = true;
  223. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  224. this.dgvData.Size = new System.Drawing.Size(900, 200);
  225. this.dgvData.TabIndex = 468;
  226. //
  227. // 客服人员
  228. //
  229. this.客服人员.HeaderText = "客服人员";
  230. this.客服人员.Name = "客服人员";
  231. //
  232. // 沟通状态
  233. //
  234. this.沟通状态.HeaderText = "沟通状态";
  235. this.沟通状态.Name = "沟通状态";
  236. //
  237. // 沟通时间
  238. //
  239. this.沟通时间.HeaderText = "沟通时间";
  240. this.沟通时间.Name = "沟通时间";
  241. //
  242. // 沟通时长
  243. //
  244. this.沟通时长.HeaderText = "沟通时长";
  245. this.沟通时长.Name = "沟通时长";
  246. //
  247. // 沟通类型
  248. //
  249. this.沟通类型.HeaderText = "沟通类型";
  250. this.沟通类型.Name = "沟通类型";
  251. //
  252. // 沟通方式
  253. //
  254. this.沟通方式.HeaderText = "沟通方式";
  255. this.沟通方式.Name = "沟通方式";
  256. //
  257. // 具体事项
  258. //
  259. this.具体事项.HeaderText = "具体事项";
  260. this.具体事项.Name = "具体事项";
  261. //
  262. // 沟通备注
  263. //
  264. this.沟通备注.HeaderText = "沟通备注";
  265. this.沟通备注.Name = "沟通备注";
  266. //
  267. // ID
  268. //
  269. this.ID.HeaderText = "ID";
  270. this.ID.Name = "ID";
  271. this.ID.Visible = false;
  272. //
  273. // panelEx4
  274. //
  275. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  276. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  277. this.panelEx4.BorderWidth = 1;
  278. this.panelEx4.Controls.Add(this.labelEx5);
  279. this.panelEx4.Controls.Add(this.btnDelete);
  280. this.panelEx4.Controls.Add(this.btnAddcommunication);
  281. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  282. this.panelEx4.Location = new System.Drawing.Point(5, 5);
  283. this.panelEx4.Name = "panelEx4";
  284. this.panelEx4.Size = new System.Drawing.Size(900, 40);
  285. this.panelEx4.TabIndex = 0;
  286. //
  287. // labelEx5
  288. //
  289. this.labelEx5.AutoSize = true;
  290. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  291. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  292. this.labelEx5.ForeColor = System.Drawing.Color.Red;
  293. this.labelEx5.Location = new System.Drawing.Point(8, 15);
  294. this.labelEx5.Name = "labelEx5";
  295. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  296. this.labelEx5.TabIndex = 474;
  297. this.labelEx5.Text = "沟通记录";
  298. //
  299. // btnDelete
  300. //
  301. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  302. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  303. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  304. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  305. this.btnDelete.ForeColor = System.Drawing.Color.White;
  306. this.btnDelete.IsCustomBackImg = false;
  307. this.btnDelete.IsShowText = true;
  308. this.btnDelete.Location = new System.Drawing.Point(811, 10);
  309. this.btnDelete.Name = "btnDelete";
  310. this.btnDelete.Size = new System.Drawing.Size(85, 26);
  311. this.btnDelete.TabIndex = 473;
  312. this.btnDelete.Text = " 删 除";
  313. this.btnDelete.UseVisualStyleBackColor = false;
  314. //
  315. // btnAddcommunication
  316. //
  317. this.btnAddcommunication.BackColor = System.Drawing.Color.Transparent;
  318. this.btnAddcommunication.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddcommunication.BackImg")));
  319. this.btnAddcommunication.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  320. this.btnAddcommunication.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  321. this.btnAddcommunication.ForeColor = System.Drawing.Color.White;
  322. this.btnAddcommunication.IsCustomBackImg = false;
  323. this.btnAddcommunication.IsShowText = true;
  324. this.btnAddcommunication.Location = new System.Drawing.Point(706, 10);
  325. this.btnAddcommunication.Name = "btnAddcommunication";
  326. this.btnAddcommunication.Size = new System.Drawing.Size(100, 26);
  327. this.btnAddcommunication.TabIndex = 472;
  328. this.btnAddcommunication.Text = " 添加沟通记录";
  329. this.btnAddcommunication.UseVisualStyleBackColor = false;
  330. //
  331. // panelEx2
  332. //
  333. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  334. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  335. this.panelEx2.BorderWidth = 1;
  336. this.panelEx2.Controls.Add(this.txtCus_Telephone);
  337. this.panelEx2.Controls.Add(this.labelEx17);
  338. this.panelEx2.Controls.Add(this.labelEx1);
  339. this.panelEx2.Controls.Add(this.labelEx12);
  340. this.panelEx2.Controls.Add(this.panelBelongsPerson);
  341. this.panelEx2.Controls.Add(this.panelEx5);
  342. this.panelEx2.Controls.Add(this.btnIntentLevel);
  343. this.panelEx2.Controls.Add(this.labelEx8);
  344. this.panelEx2.Controls.Add(this.labelEx9);
  345. this.panelEx2.Controls.Add(this.panelClientStatusReason);
  346. this.panelEx2.Controls.Add(this.txtMicroID);
  347. this.panelEx2.Controls.Add(this.btnUnbind);
  348. this.panelEx2.Controls.Add(this.txtCus_Address);
  349. this.panelEx2.Controls.Add(this.lblMicroID);
  350. this.panelEx2.Controls.Add(this.panXiangxi);
  351. this.panelEx2.Controls.Add(this.cmbtreevClientStatus);
  352. this.panelEx2.Controls.Add(this.labelEx7);
  353. this.panelEx2.Controls.Add(this.panelEx6);
  354. this.panelEx2.Controls.Add(this.txtCus_MicroSignal);
  355. this.panelEx2.Controls.Add(this.cmbDegree);
  356. this.panelEx2.Controls.Add(this.comType);
  357. this.panelEx2.Controls.Add(this.txtCus_Birthday);
  358. this.panelEx2.Controls.Add(this.labelEx66);
  359. this.panelEx2.Controls.Add(this.labelEx6);
  360. this.panelEx2.Controls.Add(this.labelEx4);
  361. this.panelEx2.Controls.Add(this.btnClear);
  362. this.panelEx2.Controls.Add(this.btnClose);
  363. this.panelEx2.Controls.Add(this.btnSave);
  364. this.panelEx2.Controls.Add(this.cmbCus_Region);
  365. this.panelEx2.Controls.Add(this.cmbCus_CustomerSource);
  366. this.panelEx2.Controls.Add(this.btnRegion);
  367. this.panelEx2.Controls.Add(this.chkQT);
  368. this.panelEx2.Controls.Add(this.chkPYJS);
  369. this.panelEx2.Controls.Add(this.chkLKH);
  370. this.panelEx2.Controls.Add(this.labelEx3);
  371. this.panelEx2.Controls.Add(this.btnCustomerSource);
  372. this.panelEx2.Controls.Add(this.labelEx31);
  373. this.panelEx2.Controls.Add(this.btnQQCall);
  374. this.panelEx2.Controls.Add(this.btnDial);
  375. this.panelEx2.Controls.Add(this.labelEx23);
  376. this.panelEx2.Controls.Add(this.labelEx27);
  377. this.panelEx2.Controls.Add(this.chkCus_Lunar);
  378. this.panelEx2.Controls.Add(this.txtCus_FixedPhone);
  379. this.panelEx2.Controls.Add(this.txtCus_Name);
  380. this.panelEx2.Controls.Add(this.txtCus_QQ);
  381. this.panelEx2.Controls.Add(this.txtCus_WorkUnit);
  382. this.panelEx2.Controls.Add(this.lblcolorRed3);
  383. this.panelEx2.Controls.Add(this.labelEx2);
  384. this.panelEx2.Controls.Add(this.labelEx19);
  385. this.panelEx2.Controls.Add(this.labelEx13);
  386. this.panelEx2.Controls.Add(this.labelEx15);
  387. this.panelEx2.Controls.Add(this.labelEx21);
  388. this.panelEx2.Controls.Add(this.labelEx25);
  389. this.panelEx2.Controls.Add(this.labelEx67);
  390. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  391. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  392. this.panelEx2.Name = "panelEx2";
  393. this.panelEx2.Size = new System.Drawing.Size(910, 275);
  394. this.panelEx2.TabIndex = 494;
  395. this.panelEx2.Paint += new System.Windows.Forms.PaintEventHandler(this.panelEx2_Paint);
  396. //
  397. // labelEx17
  398. //
  399. this.labelEx17.AutoSize = true;
  400. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  401. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  402. this.labelEx17.Location = new System.Drawing.Point(282, 70);
  403. this.labelEx17.Name = "labelEx17";
  404. this.labelEx17.Size = new System.Drawing.Size(68, 17);
  405. this.labelEx17.TabIndex = 504;
  406. this.labelEx17.Text = "手机号码:";
  407. //
  408. // labelEx1
  409. //
  410. this.labelEx1.AutoSize = true;
  411. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  412. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  413. this.labelEx1.Location = new System.Drawing.Point(506, 101);
  414. this.labelEx1.Name = "labelEx1";
  415. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  416. this.labelEx1.TabIndex = 512;
  417. this.labelEx1.Text = "微信号:";
  418. //
  419. // labelEx12
  420. //
  421. this.labelEx12.AutoSize = true;
  422. this.labelEx12.BackColor = System.Drawing.Color.Transparent;
  423. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  424. this.labelEx12.ForeColor = System.Drawing.Color.Red;
  425. this.labelEx12.Location = new System.Drawing.Point(471, 100);
  426. this.labelEx12.Name = "labelEx12";
  427. this.labelEx12.Size = new System.Drawing.Size(40, 17);
  428. this.labelEx12.TabIndex = 519;
  429. this.labelEx12.Text = "(可选)";
  430. //
  431. // panelBelongsPerson
  432. //
  433. this.panelBelongsPerson.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  434. this.panelBelongsPerson.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  435. this.panelBelongsPerson.BorderWidth = 1;
  436. this.panelBelongsPerson.Controls.Add(this.labelEx14);
  437. this.panelBelongsPerson.Controls.Add(this.cmbtreevBelongsPerson);
  438. this.panelBelongsPerson.Controls.Add(this.labelEx11);
  439. this.panelBelongsPerson.Location = new System.Drawing.Point(11, 224);
  440. this.panelBelongsPerson.Name = "panelBelongsPerson";
  441. this.panelBelongsPerson.Size = new System.Drawing.Size(293, 30);
  442. this.panelBelongsPerson.TabIndex = 546;
  443. this.panelBelongsPerson.Visible = false;
  444. //
  445. // cmbtreevBelongsPerson
  446. //
  447. this.cmbtreevBelongsPerson.AfterSelectLevelFirstNode = true;
  448. this.cmbtreevBelongsPerson.DropDownHeight = 220;
  449. this.cmbtreevBelongsPerson.DropDownShow = false;
  450. this.cmbtreevBelongsPerson.FormattingEnabled = true;
  451. this.cmbtreevBelongsPerson.IntegralHeight = false;
  452. this.cmbtreevBelongsPerson.IsNodeMouseClick = true;
  453. this.cmbtreevBelongsPerson.IsSelectParentNode = false;
  454. this.cmbtreevBelongsPerson.Location = new System.Drawing.Point(80, 5);
  455. this.cmbtreevBelongsPerson.Name = "cmbtreevBelongsPerson";
  456. this.cmbtreevBelongsPerson.ReadOnly = true;
  457. this.cmbtreevBelongsPerson.SelectedNode = null;
  458. this.cmbtreevBelongsPerson.Size = new System.Drawing.Size(131, 20);
  459. this.cmbtreevBelongsPerson.StrGetName = "";
  460. this.cmbtreevBelongsPerson.StrGetTagName = "";
  461. this.cmbtreevBelongsPerson.StrKey = null;
  462. this.cmbtreevBelongsPerson.TabIndex = 491;
  463. //
  464. // labelEx11
  465. //
  466. this.labelEx11.AutoSize = true;
  467. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  468. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  469. this.labelEx11.Location = new System.Drawing.Point(26, 6);
  470. this.labelEx11.Name = "labelEx11";
  471. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  472. this.labelEx11.TabIndex = 490;
  473. this.labelEx11.Text = "跟进人:";
  474. //
  475. // panelEx5
  476. //
  477. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  478. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  479. this.panelEx5.BorderWidth = 1;
  480. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  481. this.panelEx5.Location = new System.Drawing.Point(0, 274);
  482. this.panelEx5.Name = "panelEx5";
  483. this.panelEx5.Size = new System.Drawing.Size(910, 1);
  484. this.panelEx5.TabIndex = 545;
  485. //
  486. // btnIntentLevel
  487. //
  488. this.btnIntentLevel.BackColor = System.Drawing.Color.Transparent;
  489. this.btnIntentLevel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnIntentLevel.BackImg")));
  490. this.btnIntentLevel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  491. this.btnIntentLevel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  492. this.btnIntentLevel.ForeColor = System.Drawing.Color.White;
  493. this.btnIntentLevel.IsCustomBackImg = false;
  494. this.btnIntentLevel.IsShowText = true;
  495. this.btnIntentLevel.Location = new System.Drawing.Point(848, 99);
  496. this.btnIntentLevel.Name = "btnIntentLevel";
  497. this.btnIntentLevel.Size = new System.Drawing.Size(45, 23);
  498. this.btnIntentLevel.TabIndex = 544;
  499. this.btnIntentLevel.Text = " 设置";
  500. this.btnIntentLevel.UseVisualStyleBackColor = false;
  501. //
  502. // labelEx8
  503. //
  504. this.labelEx8.AutoSize = true;
  505. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  506. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  507. this.labelEx8.ForeColor = System.Drawing.Color.Red;
  508. this.labelEx8.Location = new System.Drawing.Point(16, 165);
  509. this.labelEx8.Name = "labelEx8";
  510. this.labelEx8.Size = new System.Drawing.Size(13, 17);
  511. this.labelEx8.TabIndex = 543;
  512. this.labelEx8.Text = "*";
  513. //
  514. // labelEx9
  515. //
  516. this.labelEx9.AutoSize = true;
  517. this.labelEx9.BackColor = System.Drawing.Color.Transparent;
  518. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  519. this.labelEx9.ForeColor = System.Drawing.Color.Red;
  520. this.labelEx9.Location = new System.Drawing.Point(673, 135);
  521. this.labelEx9.Name = "labelEx9";
  522. this.labelEx9.Size = new System.Drawing.Size(13, 17);
  523. this.labelEx9.TabIndex = 542;
  524. this.labelEx9.Text = "*";
  525. //
  526. // panelClientStatusReason
  527. //
  528. this.panelClientStatusReason.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  529. this.panelClientStatusReason.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  530. this.panelClientStatusReason.BorderWidth = 1;
  531. this.panelClientStatusReason.Controls.Add(this.btnClientStatusTypeSet);
  532. this.panelClientStatusReason.Controls.Add(this.cmbtreevClientStatusType);
  533. this.panelClientStatusReason.Controls.Add(this.labelEx10);
  534. this.panelClientStatusReason.Controls.Add(this.txtClientStatusReason);
  535. this.panelClientStatusReason.Controls.Add(this.lblClientStatusReason);
  536. this.panelClientStatusReason.Location = new System.Drawing.Point(11, 191);
  537. this.panelClientStatusReason.Name = "panelClientStatusReason";
  538. this.panelClientStatusReason.Size = new System.Drawing.Size(890, 30);
  539. this.panelClientStatusReason.TabIndex = 541;
  540. this.panelClientStatusReason.Visible = false;
  541. //
  542. // btnClientStatusTypeSet
  543. //
  544. this.btnClientStatusTypeSet.BackColor = System.Drawing.Color.Transparent;
  545. this.btnClientStatusTypeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientStatusTypeSet.BackImg")));
  546. this.btnClientStatusTypeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  547. this.btnClientStatusTypeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  548. this.btnClientStatusTypeSet.ForeColor = System.Drawing.Color.White;
  549. this.btnClientStatusTypeSet.IsCustomBackImg = false;
  550. this.btnClientStatusTypeSet.IsShowText = true;
  551. this.btnClientStatusTypeSet.Location = new System.Drawing.Point(217, 4);
  552. this.btnClientStatusTypeSet.Name = "btnClientStatusTypeSet";
  553. this.btnClientStatusTypeSet.Size = new System.Drawing.Size(45, 23);
  554. this.btnClientStatusTypeSet.TabIndex = 490;
  555. this.btnClientStatusTypeSet.Text = " 设置";
  556. this.btnClientStatusTypeSet.UseVisualStyleBackColor = false;
  557. //
  558. // cmbtreevClientStatusType
  559. //
  560. this.cmbtreevClientStatusType.AfterSelectLevelFirstNode = true;
  561. this.cmbtreevClientStatusType.DropDownHeight = 220;
  562. this.cmbtreevClientStatusType.DropDownShow = false;
  563. this.cmbtreevClientStatusType.FormattingEnabled = true;
  564. this.cmbtreevClientStatusType.IntegralHeight = false;
  565. this.cmbtreevClientStatusType.IsNodeMouseClick = true;
  566. this.cmbtreevClientStatusType.IsSelectParentNode = false;
  567. this.cmbtreevClientStatusType.Location = new System.Drawing.Point(80, 5);
  568. this.cmbtreevClientStatusType.Name = "cmbtreevClientStatusType";
  569. this.cmbtreevClientStatusType.ReadOnly = true;
  570. this.cmbtreevClientStatusType.SelectedNode = null;
  571. this.cmbtreevClientStatusType.Size = new System.Drawing.Size(131, 20);
  572. this.cmbtreevClientStatusType.StrGetName = "";
  573. this.cmbtreevClientStatusType.StrGetTagName = "";
  574. this.cmbtreevClientStatusType.StrKey = null;
  575. this.cmbtreevClientStatusType.TabIndex = 489;
  576. //
  577. // labelEx10
  578. //
  579. this.labelEx10.AutoSize = true;
  580. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  581. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  582. this.labelEx10.Location = new System.Drawing.Point(14, 6);
  583. this.labelEx10.Name = "labelEx10";
  584. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  585. this.labelEx10.TabIndex = 488;
  586. this.labelEx10.Text = "流失类型:";
  587. //
  588. // txtClientStatusReason
  589. //
  590. this.txtClientStatusReason.BackColor = System.Drawing.Color.Transparent;
  591. this.txtClientStatusReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  592. this.txtClientStatusReason.Icon = null;
  593. this.txtClientStatusReason.IconIsButton = false;
  594. this.txtClientStatusReason.IsPasswordChat = '\0';
  595. this.txtClientStatusReason.IsSystemPasswordChar = false;
  596. this.txtClientStatusReason.Lines = new string[0];
  597. this.txtClientStatusReason.Location = new System.Drawing.Point(331, 2);
  598. this.txtClientStatusReason.Margin = new System.Windows.Forms.Padding(0);
  599. this.txtClientStatusReason.MaxLength = 32767;
  600. this.txtClientStatusReason.MinimumSize = new System.Drawing.Size(0, 24);
  601. this.txtClientStatusReason.MouseBack = null;
  602. this.txtClientStatusReason.Multiline = false;
  603. this.txtClientStatusReason.Name = "txtClientStatusReason";
  604. this.txtClientStatusReason.NormlBack = null;
  605. this.txtClientStatusReason.Padding = new System.Windows.Forms.Padding(5);
  606. this.txtClientStatusReason.ReadOnly = false;
  607. this.txtClientStatusReason.ScrollBars = System.Windows.Forms.ScrollBars.None;
  608. this.txtClientStatusReason.Size = new System.Drawing.Size(551, 25);
  609. this.txtClientStatusReason.TabIndex = 486;
  610. this.txtClientStatusReason.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  611. this.txtClientStatusReason.WaterColor = System.Drawing.Color.DarkGray;
  612. this.txtClientStatusReason.WaterText = "";
  613. this.txtClientStatusReason.WordWrap = true;
  614. //
  615. // lblClientStatusReason
  616. //
  617. this.lblClientStatusReason.AutoSize = true;
  618. this.lblClientStatusReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  619. this.lblClientStatusReason.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  620. this.lblClientStatusReason.Location = new System.Drawing.Point(265, 6);
  621. this.lblClientStatusReason.Name = "lblClientStatusReason";
  622. this.lblClientStatusReason.Size = new System.Drawing.Size(68, 17);
  623. this.lblClientStatusReason.TabIndex = 487;
  624. this.lblClientStatusReason.Text = "流失原因:";
  625. //
  626. // txtMicroID
  627. //
  628. this.txtMicroID.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  629. this.txtMicroID.BackColor = System.Drawing.Color.Transparent;
  630. this.txtMicroID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  631. this.txtMicroID.Icon = null;
  632. this.txtMicroID.IconIsButton = false;
  633. this.txtMicroID.IsPasswordChat = '\0';
  634. this.txtMicroID.IsSystemPasswordChar = false;
  635. this.txtMicroID.Lines = new string[] {
  636. "未绑定"};
  637. this.txtMicroID.Location = new System.Drawing.Point(347, 161);
  638. this.txtMicroID.Margin = new System.Windows.Forms.Padding(0);
  639. this.txtMicroID.MaxLength = 32767;
  640. this.txtMicroID.MinimumSize = new System.Drawing.Size(0, 24);
  641. this.txtMicroID.MouseBack = null;
  642. this.txtMicroID.Multiline = false;
  643. this.txtMicroID.Name = "txtMicroID";
  644. this.txtMicroID.NormlBack = null;
  645. this.txtMicroID.Padding = new System.Windows.Forms.Padding(5);
  646. this.txtMicroID.ReadOnly = true;
  647. this.txtMicroID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  648. this.txtMicroID.Size = new System.Drawing.Size(75, 25);
  649. this.txtMicroID.TabIndex = 536;
  650. this.txtMicroID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  651. this.txtMicroID.WaterColor = System.Drawing.Color.DarkGray;
  652. this.txtMicroID.WaterText = "";
  653. this.txtMicroID.WordWrap = true;
  654. //
  655. // btnUnbind
  656. //
  657. this.btnUnbind.BackColor = System.Drawing.Color.Transparent;
  658. this.btnUnbind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnbind.BackImg")));
  659. this.btnUnbind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  660. this.btnUnbind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  661. this.btnUnbind.ForeColor = System.Drawing.Color.White;
  662. this.btnUnbind.IsCustomBackImg = false;
  663. this.btnUnbind.IsShowText = true;
  664. this.btnUnbind.Location = new System.Drawing.Point(426, 162);
  665. this.btnUnbind.Name = "btnUnbind";
  666. this.btnUnbind.Size = new System.Drawing.Size(45, 23);
  667. this.btnUnbind.TabIndex = 537;
  668. this.btnUnbind.Text = " 解除";
  669. this.btnUnbind.UseVisualStyleBackColor = false;
  670. //
  671. // txtCus_Address
  672. //
  673. this.txtCus_Address.BackColor = System.Drawing.Color.Transparent;
  674. this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  675. this.txtCus_Address.Icon = null;
  676. this.txtCus_Address.IconIsButton = false;
  677. this.txtCus_Address.IsPasswordChat = '\0';
  678. this.txtCus_Address.IsSystemPasswordChar = false;
  679. this.txtCus_Address.Lines = new string[0];
  680. this.txtCus_Address.Location = new System.Drawing.Point(347, 129);
  681. this.txtCus_Address.Margin = new System.Windows.Forms.Padding(0);
  682. this.txtCus_Address.MaxLength = 32767;
  683. this.txtCus_Address.MinimumSize = new System.Drawing.Size(0, 24);
  684. this.txtCus_Address.MouseBack = null;
  685. this.txtCus_Address.Multiline = false;
  686. this.txtCus_Address.Name = "txtCus_Address";
  687. this.txtCus_Address.NormlBack = null;
  688. this.txtCus_Address.Padding = new System.Windows.Forms.Padding(5);
  689. this.txtCus_Address.ReadOnly = false;
  690. this.txtCus_Address.ScrollBars = System.Windows.Forms.ScrollBars.None;
  691. this.txtCus_Address.Size = new System.Drawing.Size(304, 25);
  692. this.txtCus_Address.TabIndex = 501;
  693. this.txtCus_Address.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  694. this.txtCus_Address.WaterColor = System.Drawing.Color.DarkGray;
  695. this.txtCus_Address.WaterText = "";
  696. this.txtCus_Address.WordWrap = true;
  697. //
  698. // lblMicroID
  699. //
  700. this.lblMicroID.AutoSize = true;
  701. this.lblMicroID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  702. this.lblMicroID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  703. this.lblMicroID.Location = new System.Drawing.Point(246, 165);
  704. this.lblMicroID.Name = "lblMicroID";
  705. this.lblMicroID.Size = new System.Drawing.Size(104, 17);
  706. this.lblMicroID.TabIndex = 535;
  707. this.lblMicroID.Text = "是否绑定微信号:";
  708. //
  709. // panXiangxi
  710. //
  711. this.panXiangxi.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  712. this.panXiangxi.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  713. this.panXiangxi.BorderWidth = 1;
  714. this.panXiangxi.Controls.Add(this.txtXiangxi);
  715. this.panXiangxi.Controls.Add(this.btnXiangXi);
  716. this.panXiangxi.Location = new System.Drawing.Point(11, 235);
  717. this.panXiangxi.Name = "panXiangxi";
  718. this.panXiangxi.Size = new System.Drawing.Size(293, 30);
  719. this.panXiangxi.TabIndex = 540;
  720. this.panXiangxi.Visible = false;
  721. //
  722. // txtXiangxi
  723. //
  724. this.txtXiangxi.BackColor = System.Drawing.Color.Transparent;
  725. this.txtXiangxi.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  726. this.txtXiangxi.Icon = null;
  727. this.txtXiangxi.IconIsButton = false;
  728. this.txtXiangxi.IsPasswordChat = '\0';
  729. this.txtXiangxi.IsSystemPasswordChar = false;
  730. this.txtXiangxi.Lines = new string[0];
  731. this.txtXiangxi.Location = new System.Drawing.Point(9, 2);
  732. this.txtXiangxi.Margin = new System.Windows.Forms.Padding(0);
  733. this.txtXiangxi.MaxLength = 32767;
  734. this.txtXiangxi.MinimumSize = new System.Drawing.Size(0, 24);
  735. this.txtXiangxi.MouseBack = null;
  736. this.txtXiangxi.Multiline = false;
  737. this.txtXiangxi.Name = "txtXiangxi";
  738. this.txtXiangxi.NormlBack = null;
  739. this.txtXiangxi.Padding = new System.Windows.Forms.Padding(5);
  740. this.txtXiangxi.ReadOnly = true;
  741. this.txtXiangxi.ScrollBars = System.Windows.Forms.ScrollBars.None;
  742. this.txtXiangxi.Size = new System.Drawing.Size(185, 25);
  743. this.txtXiangxi.TabIndex = 478;
  744. this.txtXiangxi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  745. this.txtXiangxi.WaterColor = System.Drawing.Color.DarkGray;
  746. this.txtXiangxi.WaterText = "";
  747. this.txtXiangxi.WordWrap = true;
  748. //
  749. // btnXiangXi
  750. //
  751. this.btnXiangXi.BackColor = System.Drawing.Color.Transparent;
  752. this.btnXiangXi.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnXiangXi.BackImg")));
  753. this.btnXiangXi.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  754. this.btnXiangXi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  755. this.btnXiangXi.ForeColor = System.Drawing.Color.White;
  756. this.btnXiangXi.IsCustomBackImg = false;
  757. this.btnXiangXi.IsShowText = true;
  758. this.btnXiangXi.Location = new System.Drawing.Point(197, 2);
  759. this.btnXiangXi.Name = "btnXiangXi";
  760. this.btnXiangXi.Size = new System.Drawing.Size(80, 25);
  761. this.btnXiangXi.TabIndex = 473;
  762. this.btnXiangXi.Text = " 查看详细";
  763. this.btnXiangXi.UseVisualStyleBackColor = false;
  764. //
  765. // cmbtreevClientStatus
  766. //
  767. this.cmbtreevClientStatus.AfterSelectLevelFirstNode = true;
  768. this.cmbtreevClientStatus.DropDownHeight = 220;
  769. this.cmbtreevClientStatus.DropDownShow = false;
  770. this.cmbtreevClientStatus.FormattingEnabled = true;
  771. this.cmbtreevClientStatus.IntegralHeight = false;
  772. this.cmbtreevClientStatus.IsNodeMouseClick = true;
  773. this.cmbtreevClientStatus.IsSelectParentNode = false;
  774. this.cmbtreevClientStatus.Location = new System.Drawing.Point(91, 164);
  775. this.cmbtreevClientStatus.Name = "cmbtreevClientStatus";
  776. this.cmbtreevClientStatus.ReadOnly = true;
  777. this.cmbtreevClientStatus.SelectedNode = null;
  778. this.cmbtreevClientStatus.Size = new System.Drawing.Size(131, 20);
  779. this.cmbtreevClientStatus.StrGetName = "";
  780. this.cmbtreevClientStatus.StrGetTagName = "";
  781. this.cmbtreevClientStatus.StrKey = null;
  782. this.cmbtreevClientStatus.TabIndex = 539;
  783. //
  784. // labelEx7
  785. //
  786. this.labelEx7.AutoSize = true;
  787. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  788. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  789. this.labelEx7.Location = new System.Drawing.Point(25, 165);
  790. this.labelEx7.Name = "labelEx7";
  791. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  792. this.labelEx7.TabIndex = 538;
  793. this.labelEx7.Text = "客户状态:";
  794. //
  795. // panelEx6
  796. //
  797. this.panelEx6.BorderColor = System.Drawing.Color.Black;
  798. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  799. this.panelEx6.BorderWidth = 1;
  800. this.panelEx6.Controls.Add(this.rdoCus_Sex1_1);
  801. this.panelEx6.Controls.Add(this.rdoCus_Sex1_2);
  802. this.panelEx6.Location = new System.Drawing.Point(559, 66);
  803. this.panelEx6.Name = "panelEx6";
  804. this.panelEx6.Size = new System.Drawing.Size(97, 24);
  805. this.panelEx6.TabIndex = 513;
  806. //
  807. // rdoCus_Sex1_1
  808. //
  809. this.rdoCus_Sex1_1.AutoSize = true;
  810. this.rdoCus_Sex1_1.BackColor = System.Drawing.Color.Transparent;
  811. this.rdoCus_Sex1_1.Checked = true;
  812. this.rdoCus_Sex1_1.Font = new System.Drawing.Font("微软雅黑", 9F);
  813. this.rdoCus_Sex1_1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  814. this.rdoCus_Sex1_1.Location = new System.Drawing.Point(3, 2);
  815. this.rdoCus_Sex1_1.Name = "rdoCus_Sex1_1";
  816. this.rdoCus_Sex1_1.Size = new System.Drawing.Size(38, 21);
  817. this.rdoCus_Sex1_1.TabIndex = 3;
  818. this.rdoCus_Sex1_1.TabStop = true;
  819. this.rdoCus_Sex1_1.Text = "男";
  820. this.rdoCus_Sex1_1.UseVisualStyleBackColor = false;
  821. //
  822. // rdoCus_Sex1_2
  823. //
  824. this.rdoCus_Sex1_2.AutoSize = true;
  825. this.rdoCus_Sex1_2.BackColor = System.Drawing.Color.Transparent;
  826. this.rdoCus_Sex1_2.Font = new System.Drawing.Font("微软雅黑", 9F);
  827. this.rdoCus_Sex1_2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  828. this.rdoCus_Sex1_2.Location = new System.Drawing.Point(56, 2);
  829. this.rdoCus_Sex1_2.Name = "rdoCus_Sex1_2";
  830. this.rdoCus_Sex1_2.Size = new System.Drawing.Size(38, 21);
  831. this.rdoCus_Sex1_2.TabIndex = 4;
  832. this.rdoCus_Sex1_2.Text = "女";
  833. this.rdoCus_Sex1_2.UseVisualStyleBackColor = false;
  834. //
  835. // txtCus_MicroSignal
  836. //
  837. this.txtCus_MicroSignal.BackColor = System.Drawing.Color.Transparent;
  838. this.txtCus_MicroSignal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  839. this.txtCus_MicroSignal.Icon = null;
  840. this.txtCus_MicroSignal.IconIsButton = false;
  841. this.txtCus_MicroSignal.IsPasswordChat = '\0';
  842. this.txtCus_MicroSignal.IsSystemPasswordChar = false;
  843. this.txtCus_MicroSignal.Lines = new string[0];
  844. this.txtCus_MicroSignal.Location = new System.Drawing.Point(559, 97);
  845. this.txtCus_MicroSignal.Margin = new System.Windows.Forms.Padding(0);
  846. this.txtCus_MicroSignal.MaxLength = 20;
  847. this.txtCus_MicroSignal.MinimumSize = new System.Drawing.Size(4, 24);
  848. this.txtCus_MicroSignal.MouseBack = null;
  849. this.txtCus_MicroSignal.Multiline = false;
  850. this.txtCus_MicroSignal.Name = "txtCus_MicroSignal";
  851. this.txtCus_MicroSignal.NormlBack = null;
  852. this.txtCus_MicroSignal.Padding = new System.Windows.Forms.Padding(5);
  853. this.txtCus_MicroSignal.ReadOnly = false;
  854. this.txtCus_MicroSignal.ScrollBars = System.Windows.Forms.ScrollBars.None;
  855. this.txtCus_MicroSignal.Size = new System.Drawing.Size(97, 25);
  856. this.txtCus_MicroSignal.TabIndex = 498;
  857. this.txtCus_MicroSignal.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  858. this.txtCus_MicroSignal.WaterColor = System.Drawing.Color.DarkGray;
  859. this.txtCus_MicroSignal.WaterText = "";
  860. this.txtCus_MicroSignal.WordWrap = true;
  861. //
  862. // cmbDegree
  863. //
  864. this.cmbDegree.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  865. this.cmbDegree.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  866. this.cmbDegree.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  867. this.cmbDegree.Font = new System.Drawing.Font("宋体", 10.5F);
  868. this.cmbDegree.FormattingEnabled = true;
  869. this.cmbDegree.IsCustomColor = false;
  870. this.cmbDegree.Location = new System.Drawing.Point(753, 99);
  871. this.cmbDegree.Name = "cmbDegree";
  872. this.cmbDegree.ReadOnly = true;
  873. this.cmbDegree.Size = new System.Drawing.Size(90, 22);
  874. this.cmbDegree.TabIndex = 533;
  875. //
  876. // comType
  877. //
  878. this.comType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  879. this.comType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  880. this.comType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  881. this.comType.Font = new System.Drawing.Font("宋体", 10.5F);
  882. this.comType.FormattingEnabled = true;
  883. this.comType.IsCustomColor = false;
  884. this.comType.Location = new System.Drawing.Point(753, 130);
  885. this.comType.Name = "comType";
  886. this.comType.ReadOnly = true;
  887. this.comType.Size = new System.Drawing.Size(140, 22);
  888. this.comType.TabIndex = 532;
  889. //
  890. // txtCus_Birthday
  891. //
  892. this.txtCus_Birthday.Location = new System.Drawing.Point(753, 68);
  893. this.txtCus_Birthday.Name = "txtCus_Birthday";
  894. this.txtCus_Birthday.Size = new System.Drawing.Size(90, 21);
  895. this.txtCus_Birthday.StrValue = "";
  896. this.txtCus_Birthday.TabIndex = 519;
  897. //
  898. // labelEx66
  899. //
  900. this.labelEx66.AutoSize = true;
  901. this.labelEx66.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  902. this.labelEx66.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  903. this.labelEx66.Location = new System.Drawing.Point(518, 70);
  904. this.labelEx66.Name = "labelEx66";
  905. this.labelEx66.Size = new System.Drawing.Size(44, 17);
  906. this.labelEx66.TabIndex = 510;
  907. this.labelEx66.Text = "性别:";
  908. //
  909. // labelEx6
  910. //
  911. this.labelEx6.AutoSize = true;
  912. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  913. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  914. this.labelEx6.Location = new System.Drawing.Point(687, 101);
  915. this.labelEx6.Name = "labelEx6";
  916. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  917. this.labelEx6.TabIndex = 534;
  918. this.labelEx6.Text = "意向程度:";
  919. //
  920. // labelEx4
  921. //
  922. this.labelEx4.AutoSize = true;
  923. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  924. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  925. this.labelEx4.Location = new System.Drawing.Point(687, 133);
  926. this.labelEx4.Name = "labelEx4";
  927. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  928. this.labelEx4.TabIndex = 531;
  929. this.labelEx4.Text = "客户类型:";
  930. //
  931. // btnClear
  932. //
  933. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  934. this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
  935. this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  936. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  937. this.btnClear.ForeColor = System.Drawing.Color.White;
  938. this.btnClear.IsCustomBackImg = false;
  939. this.btnClear.IsShowText = true;
  940. this.btnClear.Location = new System.Drawing.Point(458, 237);
  941. this.btnClear.Name = "btnClear";
  942. this.btnClear.Size = new System.Drawing.Size(102, 26);
  943. this.btnClear.TabIndex = 530;
  944. this.btnClear.Text = " 重 置";
  945. this.btnClear.UseVisualStyleBackColor = false;
  946. //
  947. // btnClose
  948. //
  949. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  950. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  951. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  952. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  953. this.btnClose.ForeColor = System.Drawing.Color.White;
  954. this.btnClose.IsCustomBackImg = false;
  955. this.btnClose.IsShowText = true;
  956. this.btnClose.Location = new System.Drawing.Point(575, 237);
  957. this.btnClose.Name = "btnClose";
  958. this.btnClose.Size = new System.Drawing.Size(95, 26);
  959. this.btnClose.TabIndex = 529;
  960. this.btnClose.Text = " 关 闭";
  961. this.btnClose.UseVisualStyleBackColor = false;
  962. //
  963. // btnSave
  964. //
  965. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  966. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  967. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  968. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  969. this.btnSave.ForeColor = System.Drawing.Color.White;
  970. this.btnSave.IsCustomBackImg = false;
  971. this.btnSave.IsShowText = true;
  972. this.btnSave.Location = new System.Drawing.Point(342, 237);
  973. this.btnSave.Name = "btnSave";
  974. this.btnSave.Size = new System.Drawing.Size(100, 26);
  975. this.btnSave.TabIndex = 528;
  976. this.btnSave.Text = " 保 存";
  977. this.btnSave.UseVisualStyleBackColor = false;
  978. //
  979. // cmbCus_Region
  980. //
  981. this.cmbCus_Region.AfterSelectLevelFirstNode = true;
  982. this.cmbCus_Region.DropDownHeight = 220;
  983. this.cmbCus_Region.DropDownShow = false;
  984. this.cmbCus_Region.FormattingEnabled = true;
  985. this.cmbCus_Region.IntegralHeight = false;
  986. this.cmbCus_Region.IsNodeMouseClick = true;
  987. this.cmbCus_Region.IsSelectParentNode = false;
  988. this.cmbCus_Region.Location = new System.Drawing.Point(91, 132);
  989. this.cmbCus_Region.Name = "cmbCus_Region";
  990. this.cmbCus_Region.ReadOnly = true;
  991. this.cmbCus_Region.SelectedNode = null;
  992. this.cmbCus_Region.Size = new System.Drawing.Size(131, 20);
  993. this.cmbCus_Region.StrGetName = "";
  994. this.cmbCus_Region.StrGetTagName = "";
  995. this.cmbCus_Region.StrKey = null;
  996. this.cmbCus_Region.TabIndex = 527;
  997. //
  998. // cmbCus_CustomerSource
  999. //
  1000. this.cmbCus_CustomerSource.AfterSelectLevelFirstNode = true;
  1001. this.cmbCus_CustomerSource.DropDownHeight = 220;
  1002. this.cmbCus_CustomerSource.DropDownShow = false;
  1003. this.cmbCus_CustomerSource.FormattingEnabled = true;
  1004. this.cmbCus_CustomerSource.IntegralHeight = false;
  1005. this.cmbCus_CustomerSource.IsNodeMouseClick = true;
  1006. this.cmbCus_CustomerSource.IsSelectParentNode = false;
  1007. this.cmbCus_CustomerSource.Location = new System.Drawing.Point(368, 8);
  1008. this.cmbCus_CustomerSource.Name = "cmbCus_CustomerSource";
  1009. this.cmbCus_CustomerSource.ReadOnly = true;
  1010. this.cmbCus_CustomerSource.SelectedNode = null;
  1011. this.cmbCus_CustomerSource.Size = new System.Drawing.Size(200, 20);
  1012. this.cmbCus_CustomerSource.StrGetName = "";
  1013. this.cmbCus_CustomerSource.StrGetTagName = "";
  1014. this.cmbCus_CustomerSource.StrKey = null;
  1015. this.cmbCus_CustomerSource.TabIndex = 526;
  1016. //
  1017. // btnRegion
  1018. //
  1019. this.btnRegion.BackColor = System.Drawing.Color.Transparent;
  1020. this.btnRegion.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegion.BackImg")));
  1021. this.btnRegion.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1022. this.btnRegion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1023. this.btnRegion.ForeColor = System.Drawing.Color.White;
  1024. this.btnRegion.IsCustomBackImg = false;
  1025. this.btnRegion.IsShowText = true;
  1026. this.btnRegion.Location = new System.Drawing.Point(228, 131);
  1027. this.btnRegion.Name = "btnRegion";
  1028. this.btnRegion.Size = new System.Drawing.Size(45, 23);
  1029. this.btnRegion.TabIndex = 525;
  1030. this.btnRegion.Text = " 设置";
  1031. this.btnRegion.UseVisualStyleBackColor = false;
  1032. //
  1033. // chkQT
  1034. //
  1035. this.chkQT.AutoSize = true;
  1036. this.chkQT.BackColor = System.Drawing.Color.Transparent;
  1037. this.chkQT.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1038. this.chkQT.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1039. this.chkQT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1040. this.chkQT.Fourstates = false;
  1041. this.chkQT.IsGreenTick = false;
  1042. this.chkQT.Location = new System.Drawing.Point(307, 7);
  1043. this.chkQT.Name = "chkQT";
  1044. this.chkQT.Size = new System.Drawing.Size(63, 21);
  1045. this.chkQT.TabIndex = 524;
  1046. this.chkQT.Text = "其他:";
  1047. this.chkQT.UseVisualStyleBackColor = false;
  1048. //
  1049. // chkPYJS
  1050. //
  1051. this.chkPYJS.AutoSize = true;
  1052. this.chkPYJS.BackColor = System.Drawing.Color.Transparent;
  1053. this.chkPYJS.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1054. this.chkPYJS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1055. this.chkPYJS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1056. this.chkPYJS.Fourstates = false;
  1057. this.chkPYJS.IsGreenTick = false;
  1058. this.chkPYJS.Location = new System.Drawing.Point(192, 7);
  1059. this.chkPYJS.Name = "chkPYJS";
  1060. this.chkPYJS.Size = new System.Drawing.Size(75, 21);
  1061. this.chkPYJS.TabIndex = 523;
  1062. this.chkPYJS.Text = "朋友介绍";
  1063. this.chkPYJS.UseVisualStyleBackColor = false;
  1064. //
  1065. // chkLKH
  1066. //
  1067. this.chkLKH.AutoSize = true;
  1068. this.chkLKH.BackColor = System.Drawing.Color.Transparent;
  1069. this.chkLKH.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1070. this.chkLKH.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1071. this.chkLKH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1072. this.chkLKH.Fourstates = false;
  1073. this.chkLKH.IsGreenTick = false;
  1074. this.chkLKH.Location = new System.Drawing.Point(91, 7);
  1075. this.chkLKH.Name = "chkLKH";
  1076. this.chkLKH.Size = new System.Drawing.Size(63, 21);
  1077. this.chkLKH.TabIndex = 522;
  1078. this.chkLKH.Text = "老客户";
  1079. this.chkLKH.UseVisualStyleBackColor = false;
  1080. //
  1081. // labelEx3
  1082. //
  1083. this.labelEx3.AutoSize = true;
  1084. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  1085. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1086. this.labelEx3.ForeColor = System.Drawing.Color.Red;
  1087. this.labelEx3.Location = new System.Drawing.Point(8, 9);
  1088. this.labelEx3.Name = "labelEx3";
  1089. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  1090. this.labelEx3.TabIndex = 521;
  1091. this.labelEx3.Text = "客户来源";
  1092. //
  1093. // btnCustomerSource
  1094. //
  1095. this.btnCustomerSource.BackColor = System.Drawing.Color.Transparent;
  1096. this.btnCustomerSource.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustomerSource.BackImg")));
  1097. this.btnCustomerSource.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1098. this.btnCustomerSource.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1099. this.btnCustomerSource.ForeColor = System.Drawing.Color.White;
  1100. this.btnCustomerSource.IsCustomBackImg = false;
  1101. this.btnCustomerSource.IsShowText = true;
  1102. this.btnCustomerSource.Location = new System.Drawing.Point(575, 7);
  1103. this.btnCustomerSource.Name = "btnCustomerSource";
  1104. this.btnCustomerSource.Size = new System.Drawing.Size(55, 23);
  1105. this.btnCustomerSource.TabIndex = 520;
  1106. this.btnCustomerSource.Text = " 设置";
  1107. this.btnCustomerSource.UseVisualStyleBackColor = false;
  1108. //
  1109. // labelEx31
  1110. //
  1111. this.labelEx31.AutoSize = true;
  1112. this.labelEx31.BackColor = System.Drawing.Color.Transparent;
  1113. this.labelEx31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1114. this.labelEx31.ForeColor = System.Drawing.Color.Red;
  1115. this.labelEx31.Location = new System.Drawing.Point(508, 72);
  1116. this.labelEx31.Name = "labelEx31";
  1117. this.labelEx31.Size = new System.Drawing.Size(13, 17);
  1118. this.labelEx31.TabIndex = 518;
  1119. this.labelEx31.Text = "*";
  1120. //
  1121. // btnQQCall
  1122. //
  1123. this.btnQQCall.BackColor = System.Drawing.Color.Transparent;
  1124. this.btnQQCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQQCall.BackImg")));
  1125. this.btnQQCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  1126. this.btnQQCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1127. this.btnQQCall.ForeColor = System.Drawing.Color.White;
  1128. this.btnQQCall.IsCustomBackImg = false;
  1129. this.btnQQCall.IsShowText = false;
  1130. this.btnQQCall.Location = new System.Drawing.Point(448, 99);
  1131. this.btnQQCall.Name = "btnQQCall";
  1132. this.btnQQCall.Size = new System.Drawing.Size(27, 22);
  1133. this.btnQQCall.TabIndex = 515;
  1134. this.btnQQCall.Text = "buttonQQ2";
  1135. this.btnQQCall.UseVisualStyleBackColor = false;
  1136. //
  1137. // btnDial
  1138. //
  1139. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  1140. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
  1141. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  1142. this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1143. this.btnDial.ForeColor = System.Drawing.Color.White;
  1144. this.btnDial.IsCustomBackImg = false;
  1145. this.btnDial.IsShowText = false;
  1146. this.btnDial.Location = new System.Drawing.Point(449, 68);
  1147. this.btnDial.Name = "btnDial";
  1148. this.btnDial.Size = new System.Drawing.Size(27, 22);
  1149. this.btnDial.TabIndex = 514;
  1150. this.btnDial.Text = "buttonTel1";
  1151. this.btnDial.UseVisualStyleBackColor = false;
  1152. //
  1153. // txtCus_Telephone
  1154. //
  1155. this.txtCus_Telephone.Location = new System.Drawing.Point(347, 68);
  1156. this.txtCus_Telephone.Mask = "000 0000 0000";
  1157. this.txtCus_Telephone.Name = "txtCus_Telephone";
  1158. this.txtCus_Telephone.PromptChar = ' ';
  1159. this.txtCus_Telephone.Size = new System.Drawing.Size(100, 21);
  1160. this.txtCus_Telephone.TabIndex = 495;
  1161. //
  1162. // labelEx23
  1163. //
  1164. this.labelEx23.AutoSize = true;
  1165. this.labelEx23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1166. this.labelEx23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1167. this.labelEx23.Location = new System.Drawing.Point(306, 133);
  1168. this.labelEx23.Name = "labelEx23";
  1169. this.labelEx23.Size = new System.Drawing.Size(44, 17);
  1170. this.labelEx23.TabIndex = 507;
  1171. this.labelEx23.Text = "地址:";
  1172. //
  1173. // labelEx27
  1174. //
  1175. this.labelEx27.AutoSize = true;
  1176. this.labelEx27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1177. this.labelEx27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1178. this.labelEx27.Location = new System.Drawing.Point(711, 70);
  1179. this.labelEx27.Name = "labelEx27";
  1180. this.labelEx27.Size = new System.Drawing.Size(44, 17);
  1181. this.labelEx27.TabIndex = 509;
  1182. this.labelEx27.Text = "生日:";
  1183. //
  1184. // chkCus_Lunar
  1185. //
  1186. this.chkCus_Lunar.AutoSize = true;
  1187. this.chkCus_Lunar.BackColor = System.Drawing.Color.Transparent;
  1188. this.chkCus_Lunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  1189. this.chkCus_Lunar.Font = new System.Drawing.Font("微软雅黑", 9F);
  1190. this.chkCus_Lunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1191. this.chkCus_Lunar.Fourstates = false;
  1192. this.chkCus_Lunar.IsGreenTick = false;
  1193. this.chkCus_Lunar.Location = new System.Drawing.Point(847, 67);
  1194. this.chkCus_Lunar.Name = "chkCus_Lunar";
  1195. this.chkCus_Lunar.Size = new System.Drawing.Size(51, 21);
  1196. this.chkCus_Lunar.TabIndex = 496;
  1197. this.chkCus_Lunar.Text = "农历";
  1198. this.chkCus_Lunar.UseVisualStyleBackColor = false;
  1199. //
  1200. // txtCus_FixedPhone
  1201. //
  1202. this.txtCus_FixedPhone.BackColor = System.Drawing.Color.Transparent;
  1203. this.txtCus_FixedPhone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1204. this.txtCus_FixedPhone.Icon = null;
  1205. this.txtCus_FixedPhone.IconIsButton = false;
  1206. this.txtCus_FixedPhone.IsPasswordChat = '\0';
  1207. this.txtCus_FixedPhone.IsSystemPasswordChar = false;
  1208. this.txtCus_FixedPhone.Lines = new string[0];
  1209. this.txtCus_FixedPhone.Location = new System.Drawing.Point(90, 97);
  1210. this.txtCus_FixedPhone.Margin = new System.Windows.Forms.Padding(0);
  1211. this.txtCus_FixedPhone.MaxLength = 13;
  1212. this.txtCus_FixedPhone.MinimumSize = new System.Drawing.Size(0, 24);
  1213. this.txtCus_FixedPhone.MouseBack = null;
  1214. this.txtCus_FixedPhone.Multiline = false;
  1215. this.txtCus_FixedPhone.Name = "txtCus_FixedPhone";
  1216. this.txtCus_FixedPhone.NormlBack = null;
  1217. this.txtCus_FixedPhone.Padding = new System.Windows.Forms.Padding(5);
  1218. this.txtCus_FixedPhone.ReadOnly = false;
  1219. this.txtCus_FixedPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1220. this.txtCus_FixedPhone.Size = new System.Drawing.Size(133, 25);
  1221. this.txtCus_FixedPhone.TabIndex = 499;
  1222. this.txtCus_FixedPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1223. this.txtCus_FixedPhone.WaterColor = System.Drawing.Color.DarkGray;
  1224. this.txtCus_FixedPhone.WaterText = "";
  1225. this.txtCus_FixedPhone.WordWrap = true;
  1226. //
  1227. // txtCus_Name
  1228. //
  1229. this.txtCus_Name.BackColor = System.Drawing.Color.Transparent;
  1230. this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1231. this.txtCus_Name.Icon = null;
  1232. this.txtCus_Name.IconIsButton = false;
  1233. this.txtCus_Name.IsPasswordChat = '\0';
  1234. this.txtCus_Name.IsSystemPasswordChar = false;
  1235. this.txtCus_Name.Lines = new string[0];
  1236. this.txtCus_Name.Location = new System.Drawing.Point(90, 66);
  1237. this.txtCus_Name.Margin = new System.Windows.Forms.Padding(0);
  1238. this.txtCus_Name.MaxLength = 15;
  1239. this.txtCus_Name.MinimumSize = new System.Drawing.Size(0, 24);
  1240. this.txtCus_Name.MouseBack = null;
  1241. this.txtCus_Name.Multiline = false;
  1242. this.txtCus_Name.Name = "txtCus_Name";
  1243. this.txtCus_Name.NormlBack = null;
  1244. this.txtCus_Name.Padding = new System.Windows.Forms.Padding(5);
  1245. this.txtCus_Name.ReadOnly = false;
  1246. this.txtCus_Name.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1247. this.txtCus_Name.Size = new System.Drawing.Size(133, 25);
  1248. this.txtCus_Name.TabIndex = 494;
  1249. this.txtCus_Name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1250. this.txtCus_Name.WaterColor = System.Drawing.Color.DarkGray;
  1251. this.txtCus_Name.WaterText = "";
  1252. this.txtCus_Name.WordWrap = true;
  1253. //
  1254. // txtCus_QQ
  1255. //
  1256. this.txtCus_QQ.BackColor = System.Drawing.Color.Transparent;
  1257. this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1258. this.txtCus_QQ.Icon = null;
  1259. this.txtCus_QQ.IconIsButton = false;
  1260. this.txtCus_QQ.IsPasswordChat = '\0';
  1261. this.txtCus_QQ.IsSystemPasswordChar = false;
  1262. this.txtCus_QQ.Lines = new string[0];
  1263. this.txtCus_QQ.Location = new System.Drawing.Point(347, 97);
  1264. this.txtCus_QQ.Margin = new System.Windows.Forms.Padding(0);
  1265. this.txtCus_QQ.MaxLength = 13;
  1266. this.txtCus_QQ.MinimumSize = new System.Drawing.Size(0, 24);
  1267. this.txtCus_QQ.MouseBack = null;
  1268. this.txtCus_QQ.Multiline = false;
  1269. this.txtCus_QQ.Name = "txtCus_QQ";
  1270. this.txtCus_QQ.NormlBack = null;
  1271. this.txtCus_QQ.Padding = new System.Windows.Forms.Padding(5);
  1272. this.txtCus_QQ.ReadOnly = false;
  1273. this.txtCus_QQ.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1274. this.txtCus_QQ.Size = new System.Drawing.Size(100, 25);
  1275. this.txtCus_QQ.TabIndex = 497;
  1276. this.txtCus_QQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1277. this.txtCus_QQ.WaterColor = System.Drawing.Color.DarkGray;
  1278. this.txtCus_QQ.WaterText = "";
  1279. this.txtCus_QQ.WordWrap = true;
  1280. //
  1281. // txtCus_WorkUnit
  1282. //
  1283. this.txtCus_WorkUnit.BackColor = System.Drawing.Color.Transparent;
  1284. this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1285. this.txtCus_WorkUnit.Icon = null;
  1286. this.txtCus_WorkUnit.IconIsButton = false;
  1287. this.txtCus_WorkUnit.IsPasswordChat = '\0';
  1288. this.txtCus_WorkUnit.IsSystemPasswordChar = false;
  1289. this.txtCus_WorkUnit.Lines = new string[0];
  1290. this.txtCus_WorkUnit.Location = new System.Drawing.Point(559, 161);
  1291. this.txtCus_WorkUnit.Margin = new System.Windows.Forms.Padding(0);
  1292. this.txtCus_WorkUnit.MaxLength = 32767;
  1293. this.txtCus_WorkUnit.MinimumSize = new System.Drawing.Size(0, 24);
  1294. this.txtCus_WorkUnit.MouseBack = null;
  1295. this.txtCus_WorkUnit.Multiline = false;
  1296. this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
  1297. this.txtCus_WorkUnit.NormlBack = null;
  1298. this.txtCus_WorkUnit.Padding = new System.Windows.Forms.Padding(5);
  1299. this.txtCus_WorkUnit.ReadOnly = false;
  1300. this.txtCus_WorkUnit.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1301. this.txtCus_WorkUnit.Size = new System.Drawing.Size(334, 25);
  1302. this.txtCus_WorkUnit.TabIndex = 500;
  1303. this.txtCus_WorkUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1304. this.txtCus_WorkUnit.WaterColor = System.Drawing.Color.DarkGray;
  1305. this.txtCus_WorkUnit.WaterText = "";
  1306. this.txtCus_WorkUnit.WordWrap = true;
  1307. //
  1308. // lblcolorRed3
  1309. //
  1310. this.lblcolorRed3.AutoSize = true;
  1311. this.lblcolorRed3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1312. this.lblcolorRed3.ForeColor = System.Drawing.Color.Red;
  1313. this.lblcolorRed3.Location = new System.Drawing.Point(8, 44);
  1314. this.lblcolorRed3.Name = "lblcolorRed3";
  1315. this.lblcolorRed3.Size = new System.Drawing.Size(56, 17);
  1316. this.lblcolorRed3.TabIndex = 502;
  1317. this.lblcolorRed3.Text = "客人资料";
  1318. //
  1319. // labelEx2
  1320. //
  1321. this.labelEx2.AutoSize = true;
  1322. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  1323. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1324. this.labelEx2.ForeColor = System.Drawing.Color.Red;
  1325. this.labelEx2.Location = new System.Drawing.Point(247, 69);
  1326. this.labelEx2.Margin = new System.Windows.Forms.Padding(0);
  1327. this.labelEx2.Name = "labelEx2";
  1328. this.labelEx2.Size = new System.Drawing.Size(40, 17);
  1329. this.labelEx2.TabIndex = 517;
  1330. this.labelEx2.Text = "(可选)";
  1331. //
  1332. // labelEx19
  1333. //
  1334. this.labelEx19.AutoSize = true;
  1335. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1336. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1337. this.labelEx19.Location = new System.Drawing.Point(306, 101);
  1338. this.labelEx19.Name = "labelEx19";
  1339. this.labelEx19.Size = new System.Drawing.Size(44, 17);
  1340. this.labelEx19.TabIndex = 505;
  1341. this.labelEx19.Text = "Q Q:";
  1342. //
  1343. // labelEx13
  1344. //
  1345. this.labelEx13.AutoSize = true;
  1346. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  1347. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1348. this.labelEx13.ForeColor = System.Drawing.Color.Red;
  1349. this.labelEx13.Location = new System.Drawing.Point(16, 72);
  1350. this.labelEx13.Name = "labelEx13";
  1351. this.labelEx13.Size = new System.Drawing.Size(13, 17);
  1352. this.labelEx13.TabIndex = 516;
  1353. this.labelEx13.Text = "*";
  1354. //
  1355. // labelEx15
  1356. //
  1357. this.labelEx15.AutoSize = true;
  1358. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1359. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1360. this.labelEx15.Location = new System.Drawing.Point(25, 70);
  1361. this.labelEx15.Name = "labelEx15";
  1362. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  1363. this.labelEx15.TabIndex = 503;
  1364. this.labelEx15.Text = "客户姓名:";
  1365. //
  1366. // labelEx21
  1367. //
  1368. this.labelEx21.AutoSize = true;
  1369. this.labelEx21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1370. this.labelEx21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1371. this.labelEx21.Location = new System.Drawing.Point(49, 133);
  1372. this.labelEx21.Name = "labelEx21";
  1373. this.labelEx21.Size = new System.Drawing.Size(44, 17);
  1374. this.labelEx21.TabIndex = 506;
  1375. this.labelEx21.Text = "地区:";
  1376. //
  1377. // labelEx25
  1378. //
  1379. this.labelEx25.AutoSize = true;
  1380. this.labelEx25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1381. this.labelEx25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1382. this.labelEx25.Location = new System.Drawing.Point(494, 165);
  1383. this.labelEx25.Name = "labelEx25";
  1384. this.labelEx25.Size = new System.Drawing.Size(68, 17);
  1385. this.labelEx25.TabIndex = 508;
  1386. this.labelEx25.Text = "工作单位:";
  1387. //
  1388. // labelEx67
  1389. //
  1390. this.labelEx67.AutoSize = true;
  1391. this.labelEx67.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1392. this.labelEx67.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1393. this.labelEx67.Location = new System.Drawing.Point(25, 101);
  1394. this.labelEx67.Name = "labelEx67";
  1395. this.labelEx67.Size = new System.Drawing.Size(68, 17);
  1396. this.labelEx67.TabIndex = 511;
  1397. this.labelEx67.Text = "固定电话:";
  1398. //
  1399. // labelEx14
  1400. //
  1401. this.labelEx14.AutoSize = true;
  1402. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  1403. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1404. this.labelEx14.ForeColor = System.Drawing.Color.Red;
  1405. this.labelEx14.Location = new System.Drawing.Point(14, 6);
  1406. this.labelEx14.Name = "labelEx14";
  1407. this.labelEx14.Size = new System.Drawing.Size(13, 17);
  1408. this.labelEx14.TabIndex = 544;
  1409. this.labelEx14.Text = "*";
  1410. //
  1411. // FrmAddInterestedBuyers
  1412. //
  1413. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1414. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1415. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1416. this.ClientSize = new System.Drawing.Size(930, 610);
  1417. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1418. this.IsUserControlsSize = false;
  1419. this.MaximizeBox = false;
  1420. this.Name = "FrmAddInterestedBuyers";
  1421. this.Text = "添加意向客户";
  1422. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1423. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1424. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1425. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1426. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1427. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1428. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1429. this.plExMainContainer.ResumeLayout(false);
  1430. this.plFormMainContent.ResumeLayout(false);
  1431. this.panelEx1.ResumeLayout(false);
  1432. this.panelEx3.ResumeLayout(false);
  1433. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1434. this.panelEx4.ResumeLayout(false);
  1435. this.panelEx4.PerformLayout();
  1436. this.panelEx2.ResumeLayout(false);
  1437. this.panelEx2.PerformLayout();
  1438. this.panelBelongsPerson.ResumeLayout(false);
  1439. this.panelBelongsPerson.PerformLayout();
  1440. this.panelClientStatusReason.ResumeLayout(false);
  1441. this.panelClientStatusReason.PerformLayout();
  1442. this.panXiangxi.ResumeLayout(false);
  1443. this.panelEx6.ResumeLayout(false);
  1444. this.panelEx6.PerformLayout();
  1445. this.ResumeLayout(false);
  1446. }
  1447. #endregion
  1448. private ComponentLibrary.PanelEx panelEx1;
  1449. private ComponentLibrary.PanelEx panelEx3;
  1450. protected ComponentLibrary.DataGridViewEx dgvData;
  1451. private System.Windows.Forms.DataGridViewTextBoxColumn 客服人员;
  1452. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通状态;
  1453. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通时间;
  1454. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通时长;
  1455. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通类型;
  1456. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通方式;
  1457. private System.Windows.Forms.DataGridViewTextBoxColumn 具体事项;
  1458. private System.Windows.Forms.DataGridViewTextBoxColumn 沟通备注;
  1459. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  1460. private ComponentLibrary.PanelEx panelEx4;
  1461. private ComponentLibrary.LabelEx labelEx5;
  1462. protected internal ComponentLibrary.ButtonForm btnDelete;
  1463. protected internal ComponentLibrary.ButtonForm btnAddcommunication;
  1464. private ComponentLibrary.PanelEx panelEx2;
  1465. protected internal ComponentLibrary.ButtonForm btnIntentLevel;
  1466. private ComponentLibrary.LabelEx labelEx8;
  1467. private ComponentLibrary.LabelEx labelEx9;
  1468. protected internal ComponentLibrary.PanelEx panelClientStatusReason;
  1469. protected internal ComponentLibrary.ButtonForm btnClientStatusTypeSet;
  1470. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientStatusType;
  1471. private ComponentLibrary.LabelEx labelEx10;
  1472. protected internal ComponentLibrary.TextBoxEx txtClientStatusReason;
  1473. protected internal ComponentLibrary.LabelEx lblClientStatusReason;
  1474. protected ComponentLibrary.TextBoxEx txtMicroID;
  1475. protected internal ComponentLibrary.ButtonForm btnUnbind;
  1476. protected ComponentLibrary.TextBoxEx txtCus_Address;
  1477. protected internal ComponentLibrary.LabelEx lblMicroID;
  1478. protected internal ComponentLibrary.PanelEx panXiangxi;
  1479. protected internal ComponentLibrary.TextBoxEx txtXiangxi;
  1480. protected internal ComponentLibrary.ButtonForm btnXiangXi;
  1481. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientStatus;
  1482. private ComponentLibrary.LabelEx labelEx7;
  1483. private ComponentLibrary.PanelEx panelEx6;
  1484. protected ComponentLibrary.RadioButtonEx rdoCus_Sex1_1;
  1485. protected ComponentLibrary.RadioButtonEx rdoCus_Sex1_2;
  1486. protected ComponentLibrary.TextBoxEx txtCus_MicroSignal;
  1487. protected internal ComponentLibrary.ComboBoxEx cmbDegree;
  1488. protected internal ComponentLibrary.ComboBoxEx comType;
  1489. protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
  1490. private ComponentLibrary.LabelEx labelEx66;
  1491. private ComponentLibrary.LabelEx labelEx6;
  1492. private ComponentLibrary.LabelEx labelEx4;
  1493. protected ComponentLibrary.ButtonEx btnClear;
  1494. protected ComponentLibrary.ButtonEx btnClose;
  1495. protected ComponentLibrary.ButtonEx btnSave;
  1496. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_Region;
  1497. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_CustomerSource;
  1498. protected ComponentLibrary.ButtonForm btnRegion;
  1499. protected ComponentLibrary.CheckBoxEx chkQT;
  1500. protected ComponentLibrary.CheckBoxEx chkPYJS;
  1501. protected ComponentLibrary.CheckBoxEx chkLKH;
  1502. private ComponentLibrary.LabelEx labelEx3;
  1503. protected ComponentLibrary.ButtonForm btnCustomerSource;
  1504. protected ComponentLibrary.LabelEx labelEx31;
  1505. protected ComponentLibrary.ButtonQQ btnQQCall;
  1506. protected ComponentLibrary.ButtonTel btnDial;
  1507. protected ComponentLibrary.MaskedTextBoxEx txtCus_Telephone;
  1508. private ComponentLibrary.LabelEx labelEx1;
  1509. private ComponentLibrary.LabelEx labelEx23;
  1510. private ComponentLibrary.LabelEx labelEx27;
  1511. protected ComponentLibrary.CheckBoxEx chkCus_Lunar;
  1512. protected ComponentLibrary.TextBoxEx txtCus_FixedPhone;
  1513. protected ComponentLibrary.TextBoxEx txtCus_Name;
  1514. protected ComponentLibrary.TextBoxEx txtCus_QQ;
  1515. protected ComponentLibrary.TextBoxEx txtCus_WorkUnit;
  1516. protected ComponentLibrary.LabelEx lblcolorRed3;
  1517. private ComponentLibrary.LabelEx labelEx2;
  1518. private ComponentLibrary.LabelEx labelEx17;
  1519. private ComponentLibrary.LabelEx labelEx19;
  1520. private ComponentLibrary.LabelEx labelEx13;
  1521. private ComponentLibrary.LabelEx labelEx15;
  1522. private ComponentLibrary.LabelEx labelEx21;
  1523. private ComponentLibrary.LabelEx labelEx25;
  1524. private ComponentLibrary.LabelEx labelEx67;
  1525. private ComponentLibrary.PanelEx panelEx5;
  1526. protected internal ComponentLibrary.PanelEx panelBelongsPerson;
  1527. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevBelongsPerson;
  1528. private ComponentLibrary.LabelEx labelEx11;
  1529. protected ComponentLibrary.LabelEx labelEx12;
  1530. private ComponentLibrary.LabelEx labelEx14;
  1531. }
  1532. }