FrmOldCustomerRecordBaby.Designer.cs 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class FrmOldCustomerRecordBaby
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOldCustomerRecordBaby));
  33. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.labelEx26 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx23 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.txtBaby_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  39. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.txtCus_FixedPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.cmbCus_Region = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.cmbCus_CustomerSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  45. this.btnQQCall = new LYFZ.ComponentLibrary.ButtonQQ();
  46. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  47. this.cmbCus_Relations = new LYFZ.ComponentLibrary.ComboBoxEx();
  48. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtCus_Telephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  50. this.chkQT = new LYFZ.ComponentLibrary.CheckBoxEx();
  51. this.chkPYJS = new LYFZ.ComponentLibrary.CheckBoxEx();
  52. this.chkLKH = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.btnCustomerSource = new LYFZ.ComponentLibrary.ButtonForm();
  54. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  55. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Cus_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Cus_Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Cus_BirthdayLunar = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Cus_QQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Cus_MicroSignal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Cus_FixedPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Cus_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Cus_WorkUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GM_Relation = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Cus_CustomerNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GMID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  72. this.chkCus_Lunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  73. this.btnRegion = new LYFZ.ComponentLibrary.ButtonForm();
  74. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.radCus_Nv = new LYFZ.ComponentLibrary.RadioButtonEx();
  76. this.radCus_Nan = new LYFZ.ComponentLibrary.RadioButtonEx();
  77. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  78. this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  79. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.txtCus_MicroSignal = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  81. this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  82. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  83. this.cmbBaby = new LYFZ.ComponentLibrary.TextBoxEx();
  84. this.labelEx51 = new LYFZ.ComponentLibrary.LabelEx();
  85. this.chkBaby_Lunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  86. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  87. this.txtBaby_name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  88. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  89. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  90. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  91. this.radioBaby_nan = new LYFZ.ComponentLibrary.RadioButtonEx();
  92. this.radioBaby_nv = new LYFZ.ComponentLibrary.RadioButtonEx();
  93. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  94. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  95. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  96. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  97. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  98. this.labelEx27 = new LYFZ.ComponentLibrary.LabelEx();
  99. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  100. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  101. this.txtMicroID = new LYFZ.ComponentLibrary.TextBoxEx();
  102. this.btnUnbind = new LYFZ.ComponentLibrary.ButtonForm();
  103. this.plExMainContainer.SuspendLayout();
  104. this.plFormMainContent.SuspendLayout();
  105. this.panelEx1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  107. this.panelEx3.SuspendLayout();
  108. this.SuspendLayout();
  109. //
  110. // plExMainContainer
  111. //
  112. this.plExMainContainer.Controls.Add(this.panelEx1);
  113. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  114. //
  115. // btnAppFormMaximize
  116. //
  117. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  118. this.btnAppFormMaximize.Location = new System.Drawing.Point(753, 0);
  119. //
  120. // btnAppFormExit
  121. //
  122. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  123. //
  124. // btnAppFormMinimize
  125. //
  126. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  127. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  128. //
  129. // btnUpdate
  130. //
  131. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  132. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  133. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  134. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  135. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  136. this.btnUpdate.IsCustomBackImg = false;
  137. this.btnUpdate.IsShowText = true;
  138. this.btnUpdate.Location = new System.Drawing.Point(301, 239);
  139. this.btnUpdate.Name = "btnUpdate";
  140. this.btnUpdate.Size = new System.Drawing.Size(87, 26);
  141. this.btnUpdate.TabIndex = 210;
  142. this.btnUpdate.Text = "保存";
  143. this.btnUpdate.UseVisualStyleBackColor = false;
  144. //
  145. // btnClose
  146. //
  147. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  148. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  149. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  150. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  151. this.btnClose.ForeColor = System.Drawing.Color.White;
  152. this.btnClose.IsCustomBackImg = false;
  153. this.btnClose.IsShowText = true;
  154. this.btnClose.Location = new System.Drawing.Point(444, 239);
  155. this.btnClose.Name = "btnClose";
  156. this.btnClose.Size = new System.Drawing.Size(87, 26);
  157. this.btnClose.TabIndex = 211;
  158. this.btnClose.Text = "关闭";
  159. this.btnClose.UseVisualStyleBackColor = false;
  160. //
  161. // labelEx26
  162. //
  163. this.labelEx26.AutoSize = true;
  164. this.labelEx26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.labelEx26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.labelEx26.Location = new System.Drawing.Point(485, 48);
  167. this.labelEx26.Name = "labelEx26";
  168. this.labelEx26.Size = new System.Drawing.Size(68, 17);
  169. this.labelEx26.TabIndex = 272;
  170. this.labelEx26.Text = "宝贝生日:";
  171. //
  172. // labelEx23
  173. //
  174. this.labelEx23.AutoSize = true;
  175. this.labelEx23.BackColor = System.Drawing.Color.Transparent;
  176. this.labelEx23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  177. this.labelEx23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  178. this.labelEx23.Location = new System.Drawing.Point(11, 270);
  179. this.labelEx23.Name = "labelEx23";
  180. this.labelEx23.Size = new System.Drawing.Size(56, 17);
  181. this.labelEx23.TabIndex = 315;
  182. this.labelEx23.Text = "客户关系";
  183. //
  184. // panelEx8
  185. //
  186. this.panelEx8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  187. | System.Windows.Forms.AnchorStyles.Right)));
  188. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  189. this.panelEx8.BorderWidth = 1;
  190. this.panelEx8.Location = new System.Drawing.Point(3, 462);
  191. this.panelEx8.Name = "panelEx8";
  192. this.panelEx8.Size = new System.Drawing.Size(890, 1);
  193. this.panelEx8.TabIndex = 315;
  194. //
  195. // txtBaby_Birthday
  196. //
  197. this.txtBaby_Birthday.Location = new System.Drawing.Point(556, 46);
  198. this.txtBaby_Birthday.Name = "txtBaby_Birthday";
  199. this.txtBaby_Birthday.Size = new System.Drawing.Size(90, 21);
  200. this.txtBaby_Birthday.StrValue = "";
  201. this.txtBaby_Birthday.TabIndex = 320;
  202. //
  203. // panelEx1
  204. //
  205. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  206. this.panelEx1.BorderWidth = 1;
  207. this.panelEx1.Controls.Add(this.btnUnbind);
  208. this.panelEx1.Controls.Add(this.txtMicroID);
  209. this.panelEx1.Controls.Add(this.labelEx14);
  210. this.panelEx1.Controls.Add(this.txtCus_WorkUnit);
  211. this.panelEx1.Controls.Add(this.txtCus_FixedPhone);
  212. this.panelEx1.Controls.Add(this.txtCus_Name);
  213. this.panelEx1.Controls.Add(this.cmbCus_Region);
  214. this.panelEx1.Controls.Add(this.cmbCus_CustomerSource);
  215. this.panelEx1.Controls.Add(this.btnQQCall);
  216. this.panelEx1.Controls.Add(this.btnDial);
  217. this.panelEx1.Controls.Add(this.cmbCus_Relations);
  218. this.panelEx1.Controls.Add(this.labelEx15);
  219. this.panelEx1.Controls.Add(this.txtCus_Telephone);
  220. this.panelEx1.Controls.Add(this.chkQT);
  221. this.panelEx1.Controls.Add(this.chkPYJS);
  222. this.panelEx1.Controls.Add(this.chkLKH);
  223. this.panelEx1.Controls.Add(this.btnCustomerSource);
  224. this.panelEx1.Controls.Add(this.dgv2);
  225. this.panelEx1.Controls.Add(this.labelEx1);
  226. this.panelEx1.Controls.Add(this.txtCus_Birthday);
  227. this.panelEx1.Controls.Add(this.chkCus_Lunar);
  228. this.panelEx1.Controls.Add(this.btnRegion);
  229. this.panelEx1.Controls.Add(this.labelEx2);
  230. this.panelEx1.Controls.Add(this.radCus_Nv);
  231. this.panelEx1.Controls.Add(this.radCus_Nan);
  232. this.panelEx1.Controls.Add(this.labelEx12);
  233. this.panelEx1.Controls.Add(this.txtCus_Address);
  234. this.panelEx1.Controls.Add(this.labelEx9);
  235. this.panelEx1.Controls.Add(this.txtCus_MicroSignal);
  236. this.panelEx1.Controls.Add(this.txtCus_QQ);
  237. this.panelEx1.Controls.Add(this.labelEx4);
  238. this.panelEx1.Controls.Add(this.cmbBaby);
  239. this.panelEx1.Controls.Add(this.labelEx51);
  240. this.panelEx1.Controls.Add(this.chkBaby_Lunar);
  241. this.panelEx1.Controls.Add(this.labelEx5);
  242. this.panelEx1.Controls.Add(this.txtBaby_name);
  243. this.panelEx1.Controls.Add(this.labelEx3);
  244. this.panelEx1.Controls.Add(this.panelEx3);
  245. this.panelEx1.Controls.Add(this.txtBaby_Birthday);
  246. this.panelEx1.Controls.Add(this.panelEx8);
  247. this.panelEx1.Controls.Add(this.labelEx23);
  248. this.panelEx1.Controls.Add(this.labelEx26);
  249. this.panelEx1.Controls.Add(this.btnClose);
  250. this.panelEx1.Controls.Add(this.btnUpdate);
  251. this.panelEx1.Controls.Add(this.labelEx8);
  252. this.panelEx1.Controls.Add(this.labelEx6);
  253. this.panelEx1.Controls.Add(this.labelEx16);
  254. this.panelEx1.Controls.Add(this.labelEx11);
  255. this.panelEx1.Controls.Add(this.labelEx7);
  256. this.panelEx1.Controls.Add(this.labelEx27);
  257. this.panelEx1.Controls.Add(this.labelEx10);
  258. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  260. this.panelEx1.Name = "panelEx1";
  261. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  262. this.panelEx1.TabIndex = 2;
  263. this.panelEx1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelEx1_Paint);
  264. //
  265. // txtCus_WorkUnit
  266. //
  267. this.txtCus_WorkUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  268. this.txtCus_WorkUnit.EmptyTextTip = null;
  269. this.txtCus_WorkUnit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  270. this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 9F);
  271. this.txtCus_WorkUnit.Location = new System.Drawing.Point(93, 165);
  272. this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
  273. this.txtCus_WorkUnit.Size = new System.Drawing.Size(296, 23);
  274. this.txtCus_WorkUnit.TabIndex = 344;
  275. //
  276. // txtCus_FixedPhone
  277. //
  278. this.txtCus_FixedPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  279. this.txtCus_FixedPhone.EmptyTextTip = null;
  280. this.txtCus_FixedPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  281. this.txtCus_FixedPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
  282. this.txtCus_FixedPhone.Location = new System.Drawing.Point(93, 133);
  283. this.txtCus_FixedPhone.MaxLength = 20;
  284. this.txtCus_FixedPhone.Name = "txtCus_FixedPhone";
  285. this.txtCus_FixedPhone.Size = new System.Drawing.Size(110, 23);
  286. this.txtCus_FixedPhone.TabIndex = 341;
  287. //
  288. // txtCus_Name
  289. //
  290. this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  291. this.txtCus_Name.EmptyTextTip = null;
  292. this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  293. this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  294. this.txtCus_Name.Location = new System.Drawing.Point(93, 101);
  295. this.txtCus_Name.Name = "txtCus_Name";
  296. this.txtCus_Name.Size = new System.Drawing.Size(110, 23);
  297. this.txtCus_Name.TabIndex = 337;
  298. //
  299. // cmbCus_Region
  300. //
  301. this.cmbCus_Region.AfterSelectLevelFirstNode = false;
  302. this.cmbCus_Region.DropDownHeight = 220;
  303. this.cmbCus_Region.DropDownShow = false;
  304. this.cmbCus_Region.FormattingEnabled = true;
  305. this.cmbCus_Region.IntegralHeight = false;
  306. this.cmbCus_Region.IsNodeMouseClick = false;
  307. this.cmbCus_Region.IsSelectParentNode = false;
  308. this.cmbCus_Region.Location = new System.Drawing.Point(689, 103);
  309. this.cmbCus_Region.Name = "cmbCus_Region";
  310. this.cmbCus_Region.ReadOnly = true;
  311. this.cmbCus_Region.SelectedNode = null;
  312. this.cmbCus_Region.Size = new System.Drawing.Size(126, 20);
  313. this.cmbCus_Region.StrGetName = "";
  314. this.cmbCus_Region.StrKey = null;
  315. this.cmbCus_Region.TabIndex = 432;
  316. //
  317. // cmbCus_CustomerSource
  318. //
  319. this.cmbCus_CustomerSource.AfterSelectLevelFirstNode = false;
  320. this.cmbCus_CustomerSource.DropDownHeight = 220;
  321. this.cmbCus_CustomerSource.DropDownShow = false;
  322. this.cmbCus_CustomerSource.FormattingEnabled = true;
  323. this.cmbCus_CustomerSource.IntegralHeight = false;
  324. this.cmbCus_CustomerSource.IsNodeMouseClick = false;
  325. this.cmbCus_CustomerSource.IsSelectParentNode = false;
  326. this.cmbCus_CustomerSource.Location = new System.Drawing.Point(368, 13);
  327. this.cmbCus_CustomerSource.Name = "cmbCus_CustomerSource";
  328. this.cmbCus_CustomerSource.ReadOnly = true;
  329. this.cmbCus_CustomerSource.SelectedNode = null;
  330. this.cmbCus_CustomerSource.Size = new System.Drawing.Size(200, 20);
  331. this.cmbCus_CustomerSource.StrGetName = "";
  332. this.cmbCus_CustomerSource.StrKey = null;
  333. this.cmbCus_CustomerSource.TabIndex = 431;
  334. //
  335. // btnQQCall
  336. //
  337. this.btnQQCall.BackColor = System.Drawing.Color.Transparent;
  338. this.btnQQCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQQCall.BackImg")));
  339. this.btnQQCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  340. this.btnQQCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnQQCall.ForeColor = System.Drawing.Color.White;
  342. this.btnQQCall.IsCustomBackImg = false;
  343. this.btnQQCall.IsShowText = false;
  344. this.btnQQCall.Location = new System.Drawing.Point(393, 136);
  345. this.btnQQCall.Name = "btnQQCall";
  346. this.btnQQCall.Size = new System.Drawing.Size(27, 22);
  347. this.btnQQCall.TabIndex = 400;
  348. this.btnQQCall.Text = "buttonQQ2";
  349. this.btnQQCall.UseVisualStyleBackColor = false;
  350. //
  351. // btnDial
  352. //
  353. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  354. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
  355. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  356. this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  357. this.btnDial.ForeColor = System.Drawing.Color.White;
  358. this.btnDial.IsCustomBackImg = false;
  359. this.btnDial.IsShowText = false;
  360. this.btnDial.Location = new System.Drawing.Point(394, 99);
  361. this.btnDial.Name = "btnDial";
  362. this.btnDial.Size = new System.Drawing.Size(27, 22);
  363. this.btnDial.TabIndex = 399;
  364. this.btnDial.Text = "buttonTel1";
  365. this.btnDial.UseVisualStyleBackColor = false;
  366. //
  367. // cmbCus_Relations
  368. //
  369. this.cmbCus_Relations.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  370. this.cmbCus_Relations.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  371. this.cmbCus_Relations.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  372. this.cmbCus_Relations.Font = new System.Drawing.Font("宋体", 10.5F);
  373. this.cmbCus_Relations.FormattingEnabled = true;
  374. this.cmbCus_Relations.IsCustomColor = false;
  375. this.cmbCus_Relations.Location = new System.Drawing.Point(147, 198);
  376. this.cmbCus_Relations.Name = "cmbCus_Relations";
  377. this.cmbCus_Relations.ReadOnly = true;
  378. this.cmbCus_Relations.Size = new System.Drawing.Size(143, 22);
  379. this.cmbCus_Relations.TabIndex = 375;
  380. //
  381. // labelEx15
  382. //
  383. this.labelEx15.AutoSize = true;
  384. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  386. this.labelEx15.Location = new System.Drawing.Point(22, 201);
  387. this.labelEx15.Name = "labelEx15";
  388. this.labelEx15.Size = new System.Drawing.Size(122, 17);
  389. this.labelEx15.TabIndex = 376;
  390. this.labelEx15.Text = "*宝贝与客户的关系:";
  391. //
  392. // txtCus_Telephone
  393. //
  394. this.txtCus_Telephone.Location = new System.Drawing.Point(289, 102);
  395. this.txtCus_Telephone.Mask = "000 0000 0000";
  396. this.txtCus_Telephone.Name = "txtCus_Telephone";
  397. this.txtCus_Telephone.PromptChar = ' ';
  398. this.txtCus_Telephone.Size = new System.Drawing.Size(100, 21);
  399. this.txtCus_Telephone.TabIndex = 374;
  400. //
  401. // chkQT
  402. //
  403. this.chkQT.AutoSize = true;
  404. this.chkQT.BackColor = System.Drawing.Color.Transparent;
  405. this.chkQT.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  406. this.chkQT.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  407. this.chkQT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  408. this.chkQT.Fourstates = false;
  409. this.chkQT.IsGreenTick = false;
  410. this.chkQT.Location = new System.Drawing.Point(301, 12);
  411. this.chkQT.Name = "chkQT";
  412. this.chkQT.Size = new System.Drawing.Size(63, 21);
  413. this.chkQT.TabIndex = 372;
  414. this.chkQT.Text = "其他:";
  415. this.chkQT.UseVisualStyleBackColor = false;
  416. //
  417. // chkPYJS
  418. //
  419. this.chkPYJS.AutoSize = true;
  420. this.chkPYJS.BackColor = System.Drawing.Color.Transparent;
  421. this.chkPYJS.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  422. this.chkPYJS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  423. this.chkPYJS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  424. this.chkPYJS.Fourstates = false;
  425. this.chkPYJS.IsGreenTick = false;
  426. this.chkPYJS.Location = new System.Drawing.Point(188, 12);
  427. this.chkPYJS.Name = "chkPYJS";
  428. this.chkPYJS.Size = new System.Drawing.Size(75, 21);
  429. this.chkPYJS.TabIndex = 371;
  430. this.chkPYJS.Text = "朋友介绍";
  431. this.chkPYJS.UseVisualStyleBackColor = false;
  432. //
  433. // chkLKH
  434. //
  435. this.chkLKH.AutoSize = true;
  436. this.chkLKH.BackColor = System.Drawing.Color.Transparent;
  437. this.chkLKH.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  438. this.chkLKH.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  439. this.chkLKH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  440. this.chkLKH.Fourstates = false;
  441. this.chkLKH.IsGreenTick = false;
  442. this.chkLKH.Location = new System.Drawing.Point(91, 12);
  443. this.chkLKH.Name = "chkLKH";
  444. this.chkLKH.Size = new System.Drawing.Size(63, 21);
  445. this.chkLKH.TabIndex = 370;
  446. this.chkLKH.Text = "老客户";
  447. this.chkLKH.UseVisualStyleBackColor = false;
  448. //
  449. // btnCustomerSource
  450. //
  451. this.btnCustomerSource.BackColor = System.Drawing.Color.Transparent;
  452. this.btnCustomerSource.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustomerSource.BackImg")));
  453. this.btnCustomerSource.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  454. this.btnCustomerSource.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  455. this.btnCustomerSource.ForeColor = System.Drawing.Color.White;
  456. this.btnCustomerSource.IsCustomBackImg = false;
  457. this.btnCustomerSource.IsShowText = true;
  458. this.btnCustomerSource.Location = new System.Drawing.Point(574, 11);
  459. this.btnCustomerSource.Name = "btnCustomerSource";
  460. this.btnCustomerSource.Size = new System.Drawing.Size(50, 24);
  461. this.btnCustomerSource.TabIndex = 369;
  462. this.btnCustomerSource.Text = " 设置";
  463. this.btnCustomerSource.UseVisualStyleBackColor = false;
  464. //
  465. // dgv2
  466. //
  467. this.dgv2.AllowUserToAddRows = false;
  468. this.dgv2.AllowUserToDeleteRows = false;
  469. this.dgv2.AllowUserToResizeRows = false;
  470. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  471. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  472. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  473. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  474. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  475. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  476. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  477. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  479. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  480. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  481. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  482. this.dgv2.ColumnHeadersHeight = 24;
  483. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  484. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  485. this.Cus_Name,
  486. this.Cus_Sex,
  487. this.Cus_Birthday,
  488. this.Cus_BirthdayLunar,
  489. this.Cus_QQ,
  490. this.Cus_MicroSignal,
  491. this.Cus_Telephone,
  492. this.Cus_FixedPhone,
  493. this.Cus_Region,
  494. this.Cus_Address,
  495. this.Cus_WorkUnit,
  496. this.ID,
  497. this.GM_Relation,
  498. this.Cus_CustomerNumber,
  499. this.GMID});
  500. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  501. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  502. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  504. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  505. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  506. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  507. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  508. this.dgv2.EnableHeadersVisualStyles = false;
  509. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  510. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  511. this.dgv2.IsCompleteBonding = false;
  512. this.dgv2.IsCopyCellValue = true;
  513. this.dgv2.Location = new System.Drawing.Point(5, 295);
  514. this.dgv2.MultiSelect = false;
  515. this.dgv2.Name = "dgv2";
  516. this.dgv2.ReadOnly = true;
  517. this.dgv2.RowHeadersVisible = false;
  518. this.dgv2.RowTemplate.Height = 23;
  519. this.dgv2.RowTemplate.ReadOnly = true;
  520. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  521. this.dgv2.Size = new System.Drawing.Size(880, 225);
  522. this.dgv2.TabIndex = 367;
  523. //
  524. // Cus_Name
  525. //
  526. this.Cus_Name.HeaderText = "客户姓名";
  527. this.Cus_Name.Name = "Cus_Name";
  528. this.Cus_Name.ReadOnly = true;
  529. //
  530. // Cus_Sex
  531. //
  532. this.Cus_Sex.HeaderText = "性别";
  533. this.Cus_Sex.Name = "Cus_Sex";
  534. this.Cus_Sex.ReadOnly = true;
  535. //
  536. // Cus_Birthday
  537. //
  538. this.Cus_Birthday.HeaderText = "生日";
  539. this.Cus_Birthday.Name = "Cus_Birthday";
  540. this.Cus_Birthday.ReadOnly = true;
  541. //
  542. // Cus_BirthdayLunar
  543. //
  544. this.Cus_BirthdayLunar.HeaderText = "生日历类";
  545. this.Cus_BirthdayLunar.Name = "Cus_BirthdayLunar";
  546. this.Cus_BirthdayLunar.ReadOnly = true;
  547. //
  548. // Cus_QQ
  549. //
  550. this.Cus_QQ.HeaderText = "QQ";
  551. this.Cus_QQ.Name = "Cus_QQ";
  552. this.Cus_QQ.ReadOnly = true;
  553. //
  554. // Cus_MicroSignal
  555. //
  556. this.Cus_MicroSignal.HeaderText = "微信号";
  557. this.Cus_MicroSignal.Name = "Cus_MicroSignal";
  558. this.Cus_MicroSignal.ReadOnly = true;
  559. //
  560. // Cus_Telephone
  561. //
  562. this.Cus_Telephone.HeaderText = "客户电话";
  563. this.Cus_Telephone.Name = "客户电话";
  564. this.Cus_Telephone.ReadOnly = true;
  565. //
  566. // Cus_FixedPhone
  567. //
  568. this.Cus_FixedPhone.HeaderText = "固定电话";
  569. this.Cus_FixedPhone.Name = "固定电话";
  570. this.Cus_FixedPhone.ReadOnly = true;
  571. //
  572. // Cus_Region
  573. //
  574. this.Cus_Region.HeaderText = "地区";
  575. this.Cus_Region.Name = "Cus_Region";
  576. this.Cus_Region.ReadOnly = true;
  577. //
  578. // Cus_Address
  579. //
  580. this.Cus_Address.HeaderText = "地址";
  581. this.Cus_Address.Name = "Cus_Address";
  582. this.Cus_Address.ReadOnly = true;
  583. //
  584. // Cus_WorkUnit
  585. //
  586. this.Cus_WorkUnit.HeaderText = "工作单位";
  587. this.Cus_WorkUnit.Name = "Cus_WorkUnit";
  588. this.Cus_WorkUnit.ReadOnly = true;
  589. //
  590. // ID
  591. //
  592. this.ID.HeaderText = "ID";
  593. this.ID.Name = "ID";
  594. this.ID.ReadOnly = true;
  595. this.ID.Visible = false;
  596. //
  597. // GM_Relation
  598. //
  599. this.GM_Relation.HeaderText = "关系";
  600. this.GM_Relation.Name = "GM_Relation";
  601. this.GM_Relation.ReadOnly = true;
  602. //
  603. // Cus_CustomerNumber
  604. //
  605. this.Cus_CustomerNumber.HeaderText = "客户编号";
  606. this.Cus_CustomerNumber.Name = "Cus_CustomerNumber";
  607. this.Cus_CustomerNumber.ReadOnly = true;
  608. this.Cus_CustomerNumber.Visible = false;
  609. //
  610. // GMID
  611. //
  612. this.GMID.HeaderText = "GMID";
  613. this.GMID.Name = "GMID";
  614. this.GMID.ReadOnly = true;
  615. this.GMID.Visible = false;
  616. //
  617. // labelEx1
  618. //
  619. this.labelEx1.AutoSize = true;
  620. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  621. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  622. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  623. this.labelEx1.Location = new System.Drawing.Point(11, 13);
  624. this.labelEx1.Name = "labelEx1";
  625. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  626. this.labelEx1.TabIndex = 363;
  627. this.labelEx1.Text = "客户来源";
  628. //
  629. // txtCus_Birthday
  630. //
  631. this.txtCus_Birthday.Location = new System.Drawing.Point(689, 134);
  632. this.txtCus_Birthday.Name = "txtCus_Birthday";
  633. this.txtCus_Birthday.Size = new System.Drawing.Size(126, 21);
  634. this.txtCus_Birthday.StrValue = "";
  635. this.txtCus_Birthday.TabIndex = 362;
  636. //
  637. // chkCus_Lunar
  638. //
  639. this.chkCus_Lunar.AutoSize = true;
  640. this.chkCus_Lunar.BackColor = System.Drawing.Color.Transparent;
  641. this.chkCus_Lunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  642. this.chkCus_Lunar.Font = new System.Drawing.Font("微软雅黑", 9F);
  643. this.chkCus_Lunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  644. this.chkCus_Lunar.Fourstates = false;
  645. this.chkCus_Lunar.IsGreenTick = false;
  646. this.chkCus_Lunar.Location = new System.Drawing.Point(820, 133);
  647. this.chkCus_Lunar.Name = "chkCus_Lunar";
  648. this.chkCus_Lunar.Size = new System.Drawing.Size(51, 21);
  649. this.chkCus_Lunar.TabIndex = 360;
  650. this.chkCus_Lunar.Text = "农历";
  651. this.chkCus_Lunar.UseVisualStyleBackColor = false;
  652. //
  653. // btnRegion
  654. //
  655. this.btnRegion.BackColor = System.Drawing.Color.Transparent;
  656. this.btnRegion.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegion.BackImg")));
  657. this.btnRegion.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  658. this.btnRegion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  659. this.btnRegion.ForeColor = System.Drawing.Color.White;
  660. this.btnRegion.IsCustomBackImg = false;
  661. this.btnRegion.IsShowText = true;
  662. this.btnRegion.Location = new System.Drawing.Point(821, 100);
  663. this.btnRegion.Name = "btnRegion";
  664. this.btnRegion.Size = new System.Drawing.Size(50, 24);
  665. this.btnRegion.TabIndex = 358;
  666. this.btnRegion.Text = " 设置";
  667. this.btnRegion.UseVisualStyleBackColor = false;
  668. //
  669. // labelEx2
  670. //
  671. this.labelEx2.AutoSize = true;
  672. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  673. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  674. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  675. this.labelEx2.Location = new System.Drawing.Point(11, 82);
  676. this.labelEx2.Name = "labelEx2";
  677. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  678. this.labelEx2.TabIndex = 357;
  679. this.labelEx2.Text = "客户资料";
  680. //
  681. // radCus_Nv
  682. //
  683. this.radCus_Nv.AutoSize = true;
  684. this.radCus_Nv.BackColor = System.Drawing.Color.Transparent;
  685. this.radCus_Nv.Font = new System.Drawing.Font("微软雅黑", 9F);
  686. this.radCus_Nv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  687. this.radCus_Nv.Location = new System.Drawing.Point(546, 102);
  688. this.radCus_Nv.Name = "radCus_Nv";
  689. this.radCus_Nv.Size = new System.Drawing.Size(38, 21);
  690. this.radCus_Nv.TabIndex = 356;
  691. this.radCus_Nv.Text = "女";
  692. this.radCus_Nv.UseVisualStyleBackColor = false;
  693. //
  694. // radCus_Nan
  695. //
  696. this.radCus_Nan.AutoSize = true;
  697. this.radCus_Nan.BackColor = System.Drawing.Color.Transparent;
  698. this.radCus_Nan.Checked = true;
  699. this.radCus_Nan.Font = new System.Drawing.Font("微软雅黑", 9F);
  700. this.radCus_Nan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  701. this.radCus_Nan.Location = new System.Drawing.Point(491, 102);
  702. this.radCus_Nan.Name = "radCus_Nan";
  703. this.radCus_Nan.Size = new System.Drawing.Size(38, 21);
  704. this.radCus_Nan.TabIndex = 355;
  705. this.radCus_Nan.TabStop = true;
  706. this.radCus_Nan.Text = "男";
  707. this.radCus_Nan.UseVisualStyleBackColor = false;
  708. //
  709. // labelEx12
  710. //
  711. this.labelEx12.AutoSize = true;
  712. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  713. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  714. this.labelEx12.Location = new System.Drawing.Point(27, 168);
  715. this.labelEx12.Name = "labelEx12";
  716. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  717. this.labelEx12.TabIndex = 353;
  718. this.labelEx12.Text = "工作单位:";
  719. //
  720. // txtCus_Address
  721. //
  722. this.txtCus_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  723. this.txtCus_Address.EmptyTextTip = null;
  724. this.txtCus_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  725. this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
  726. this.txtCus_Address.Location = new System.Drawing.Point(488, 165);
  727. this.txtCus_Address.Name = "txtCus_Address";
  728. this.txtCus_Address.Size = new System.Drawing.Size(383, 23);
  729. this.txtCus_Address.TabIndex = 343;
  730. //
  731. // labelEx9
  732. //
  733. this.labelEx9.AutoSize = true;
  734. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  735. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  736. this.labelEx9.Location = new System.Drawing.Point(27, 136);
  737. this.labelEx9.Name = "labelEx9";
  738. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  739. this.labelEx9.TabIndex = 350;
  740. this.labelEx9.Text = "固定电话:";
  741. //
  742. // txtCus_MicroSignal
  743. //
  744. this.txtCus_MicroSignal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  745. this.txtCus_MicroSignal.EmptyTextTip = null;
  746. this.txtCus_MicroSignal.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  747. this.txtCus_MicroSignal.Font = new System.Drawing.Font("微软雅黑", 9F);
  748. this.txtCus_MicroSignal.Location = new System.Drawing.Point(488, 133);
  749. this.txtCus_MicroSignal.Name = "txtCus_MicroSignal";
  750. this.txtCus_MicroSignal.Size = new System.Drawing.Size(120, 23);
  751. this.txtCus_MicroSignal.TabIndex = 339;
  752. //
  753. // txtCus_QQ
  754. //
  755. this.txtCus_QQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  756. this.txtCus_QQ.EmptyTextTip = null;
  757. this.txtCus_QQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  758. this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 9F);
  759. this.txtCus_QQ.Location = new System.Drawing.Point(289, 133);
  760. this.txtCus_QQ.MaxLength = 13;
  761. this.txtCus_QQ.Name = "txtCus_QQ";
  762. this.txtCus_QQ.Size = new System.Drawing.Size(100, 23);
  763. this.txtCus_QQ.TabIndex = 338;
  764. //
  765. // labelEx4
  766. //
  767. this.labelEx4.AutoSize = true;
  768. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  769. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  770. this.labelEx4.Location = new System.Drawing.Point(22, 104);
  771. this.labelEx4.Name = "labelEx4";
  772. this.labelEx4.Size = new System.Drawing.Size(73, 17);
  773. this.labelEx4.TabIndex = 346;
  774. this.labelEx4.Text = "*客户姓名:";
  775. //
  776. // cmbBaby
  777. //
  778. this.cmbBaby.BackColor = System.Drawing.Color.Transparent;
  779. this.cmbBaby.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  780. this.cmbBaby.Icon = null;
  781. this.cmbBaby.IconIsButton = false;
  782. this.cmbBaby.IsPasswordChat = '\0';
  783. this.cmbBaby.IsSystemPasswordChar = false;
  784. this.cmbBaby.Lines = new string[0];
  785. this.cmbBaby.Location = new System.Drawing.Point(784, 44);
  786. this.cmbBaby.Margin = new System.Windows.Forms.Padding(0);
  787. this.cmbBaby.MaxLength = 32767;
  788. this.cmbBaby.MinimumSize = new System.Drawing.Size(0, 24);
  789. this.cmbBaby.MouseBack = null;
  790. this.cmbBaby.Multiline = false;
  791. this.cmbBaby.Name = "cmbBaby";
  792. this.cmbBaby.NormlBack = null;
  793. this.cmbBaby.Padding = new System.Windows.Forms.Padding(5);
  794. this.cmbBaby.ReadOnly = true;
  795. this.cmbBaby.ScrollBars = System.Windows.Forms.ScrollBars.None;
  796. this.cmbBaby.Size = new System.Drawing.Size(90, 25);
  797. this.cmbBaby.TabIndex = 335;
  798. this.cmbBaby.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  799. this.cmbBaby.WaterColor = System.Drawing.Color.DarkGray;
  800. this.cmbBaby.WaterText = "";
  801. this.cmbBaby.WordWrap = true;
  802. //
  803. // labelEx51
  804. //
  805. this.labelEx51.AutoSize = true;
  806. this.labelEx51.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  807. this.labelEx51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  808. this.labelEx51.Location = new System.Drawing.Point(714, 48);
  809. this.labelEx51.Name = "labelEx51";
  810. this.labelEx51.Size = new System.Drawing.Size(68, 17);
  811. this.labelEx51.TabIndex = 336;
  812. this.labelEx51.Text = "宝贝生肖:";
  813. //
  814. // chkBaby_Lunar
  815. //
  816. this.chkBaby_Lunar.AutoSize = true;
  817. this.chkBaby_Lunar.BackColor = System.Drawing.Color.Transparent;
  818. this.chkBaby_Lunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  819. this.chkBaby_Lunar.Font = new System.Drawing.Font("微软雅黑", 9F);
  820. this.chkBaby_Lunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  821. this.chkBaby_Lunar.Fourstates = false;
  822. this.chkBaby_Lunar.IsGreenTick = false;
  823. this.chkBaby_Lunar.Location = new System.Drawing.Point(651, 46);
  824. this.chkBaby_Lunar.Name = "chkBaby_Lunar";
  825. this.chkBaby_Lunar.Size = new System.Drawing.Size(51, 21);
  826. this.chkBaby_Lunar.TabIndex = 332;
  827. this.chkBaby_Lunar.Text = "农历";
  828. this.chkBaby_Lunar.UseVisualStyleBackColor = false;
  829. //
  830. // labelEx5
  831. //
  832. this.labelEx5.AutoSize = true;
  833. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  834. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  835. this.labelEx5.Location = new System.Drawing.Point(88, 48);
  836. this.labelEx5.Name = "labelEx5";
  837. this.labelEx5.Size = new System.Drawing.Size(73, 17);
  838. this.labelEx5.TabIndex = 331;
  839. this.labelEx5.Text = "*宝贝姓名:";
  840. //
  841. // txtBaby_name
  842. //
  843. this.txtBaby_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  844. this.txtBaby_name.EmptyTextTip = null;
  845. this.txtBaby_name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  846. this.txtBaby_name.Font = new System.Drawing.Font("微软雅黑", 9F);
  847. this.txtBaby_name.Location = new System.Drawing.Point(164, 45);
  848. this.txtBaby_name.Name = "txtBaby_name";
  849. this.txtBaby_name.Size = new System.Drawing.Size(110, 23);
  850. this.txtBaby_name.TabIndex = 330;
  851. //
  852. // labelEx3
  853. //
  854. this.labelEx3.AutoSize = true;
  855. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  856. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  857. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  858. this.labelEx3.Location = new System.Drawing.Point(11, 47);
  859. this.labelEx3.Name = "labelEx3";
  860. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  861. this.labelEx3.TabIndex = 329;
  862. this.labelEx3.Text = "宝贝资料";
  863. //
  864. // panelEx3
  865. //
  866. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  867. this.panelEx3.BorderWidth = 1;
  868. this.panelEx3.Controls.Add(this.labelEx13);
  869. this.panelEx3.Controls.Add(this.radioBaby_nan);
  870. this.panelEx3.Controls.Add(this.radioBaby_nv);
  871. this.panelEx3.Location = new System.Drawing.Point(291, 44);
  872. this.panelEx3.Name = "panelEx3";
  873. this.panelEx3.Size = new System.Drawing.Size(173, 28);
  874. this.panelEx3.TabIndex = 328;
  875. //
  876. // labelEx13
  877. //
  878. this.labelEx13.AutoSize = true;
  879. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  880. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  881. this.labelEx13.Location = new System.Drawing.Point(8, 4);
  882. this.labelEx13.Name = "labelEx13";
  883. this.labelEx13.Size = new System.Drawing.Size(49, 17);
  884. this.labelEx13.TabIndex = 266;
  885. this.labelEx13.Text = "*性别:";
  886. //
  887. // radioBaby_nan
  888. //
  889. this.radioBaby_nan.AutoSize = true;
  890. this.radioBaby_nan.BackColor = System.Drawing.Color.Transparent;
  891. this.radioBaby_nan.Checked = true;
  892. this.radioBaby_nan.Font = new System.Drawing.Font("微软雅黑", 9F);
  893. this.radioBaby_nan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  894. this.radioBaby_nan.Location = new System.Drawing.Point(66, 2);
  895. this.radioBaby_nan.Name = "radioBaby_nan";
  896. this.radioBaby_nan.Size = new System.Drawing.Size(38, 21);
  897. this.radioBaby_nan.TabIndex = 324;
  898. this.radioBaby_nan.TabStop = true;
  899. this.radioBaby_nan.Text = "男";
  900. this.radioBaby_nan.UseVisualStyleBackColor = false;
  901. //
  902. // radioBaby_nv
  903. //
  904. this.radioBaby_nv.AutoSize = true;
  905. this.radioBaby_nv.BackColor = System.Drawing.Color.Transparent;
  906. this.radioBaby_nv.Font = new System.Drawing.Font("微软雅黑", 9F);
  907. this.radioBaby_nv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  908. this.radioBaby_nv.Location = new System.Drawing.Point(113, 2);
  909. this.radioBaby_nv.Name = "radioBaby_nv";
  910. this.radioBaby_nv.Size = new System.Drawing.Size(38, 21);
  911. this.radioBaby_nv.TabIndex = 325;
  912. this.radioBaby_nv.Text = "女";
  913. this.radioBaby_nv.UseVisualStyleBackColor = false;
  914. //
  915. // labelEx8
  916. //
  917. this.labelEx8.AutoSize = true;
  918. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  919. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  920. this.labelEx8.Location = new System.Drawing.Point(218, 104);
  921. this.labelEx8.Name = "labelEx8";
  922. this.labelEx8.Size = new System.Drawing.Size(73, 17);
  923. this.labelEx8.TabIndex = 349;
  924. this.labelEx8.Text = "*手机号码:";
  925. //
  926. // labelEx6
  927. //
  928. this.labelEx6.AutoSize = true;
  929. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  930. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  931. this.labelEx6.Location = new System.Drawing.Point(251, 136);
  932. this.labelEx6.Name = "labelEx6";
  933. this.labelEx6.Size = new System.Drawing.Size(40, 17);
  934. this.labelEx6.TabIndex = 347;
  935. this.labelEx6.Text = "QQ:";
  936. //
  937. // labelEx16
  938. //
  939. this.labelEx16.AutoSize = true;
  940. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  941. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  942. this.labelEx16.Location = new System.Drawing.Point(443, 104);
  943. this.labelEx16.Name = "labelEx16";
  944. this.labelEx16.Size = new System.Drawing.Size(49, 17);
  945. this.labelEx16.TabIndex = 354;
  946. this.labelEx16.Text = "*性别:";
  947. //
  948. // labelEx11
  949. //
  950. this.labelEx11.AutoSize = true;
  951. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  952. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  953. this.labelEx11.Location = new System.Drawing.Point(446, 168);
  954. this.labelEx11.Name = "labelEx11";
  955. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  956. this.labelEx11.TabIndex = 352;
  957. this.labelEx11.Text = "地址:";
  958. //
  959. // labelEx7
  960. //
  961. this.labelEx7.AutoSize = true;
  962. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  963. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  964. this.labelEx7.Location = new System.Drawing.Point(435, 136);
  965. this.labelEx7.Name = "labelEx7";
  966. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  967. this.labelEx7.TabIndex = 348;
  968. this.labelEx7.Text = "微信号:";
  969. //
  970. // labelEx27
  971. //
  972. this.labelEx27.AutoSize = true;
  973. this.labelEx27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  974. this.labelEx27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  975. this.labelEx27.Location = new System.Drawing.Point(647, 136);
  976. this.labelEx27.Name = "labelEx27";
  977. this.labelEx27.Size = new System.Drawing.Size(44, 17);
  978. this.labelEx27.TabIndex = 361;
  979. this.labelEx27.Text = "生日:";
  980. //
  981. // labelEx10
  982. //
  983. this.labelEx10.AutoSize = true;
  984. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  985. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  986. this.labelEx10.Location = new System.Drawing.Point(624, 104);
  987. this.labelEx10.Name = "labelEx10";
  988. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  989. this.labelEx10.TabIndex = 351;
  990. this.labelEx10.Text = "客户区域:";
  991. //
  992. // labelEx14
  993. //
  994. this.labelEx14.AutoSize = true;
  995. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  996. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  997. this.labelEx14.Location = new System.Drawing.Point(435, 201);
  998. this.labelEx14.Name = "labelEx14";
  999. this.labelEx14.Size = new System.Drawing.Size(104, 17);
  1000. this.labelEx14.TabIndex = 433;
  1001. this.labelEx14.Text = "是否绑定微信号:";
  1002. //
  1003. // txtMicroID
  1004. //
  1005. this.txtMicroID.BackColor = System.Drawing.Color.Transparent;
  1006. this.txtMicroID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1007. this.txtMicroID.Icon = null;
  1008. this.txtMicroID.IconIsButton = false;
  1009. this.txtMicroID.IsPasswordChat = '\0';
  1010. this.txtMicroID.IsSystemPasswordChar = false;
  1011. this.txtMicroID.Lines = new string[0];
  1012. this.txtMicroID.Location = new System.Drawing.Point(541, 197);
  1013. this.txtMicroID.Margin = new System.Windows.Forms.Padding(0);
  1014. this.txtMicroID.MaxLength = 32767;
  1015. this.txtMicroID.MinimumSize = new System.Drawing.Size(0, 24);
  1016. this.txtMicroID.MouseBack = null;
  1017. this.txtMicroID.Multiline = false;
  1018. this.txtMicroID.Name = "txtMicroID";
  1019. this.txtMicroID.NormlBack = null;
  1020. this.txtMicroID.Padding = new System.Windows.Forms.Padding(5);
  1021. this.txtMicroID.ReadOnly = true;
  1022. this.txtMicroID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1023. this.txtMicroID.Size = new System.Drawing.Size(90, 25);
  1024. this.txtMicroID.TabIndex = 434;
  1025. this.txtMicroID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1026. this.txtMicroID.WaterColor = System.Drawing.Color.DarkGray;
  1027. this.txtMicroID.WaterText = "";
  1028. this.txtMicroID.WordWrap = true;
  1029. //
  1030. // btnUnbind
  1031. //
  1032. this.btnUnbind.BackColor = System.Drawing.Color.Transparent;
  1033. this.btnUnbind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnbind.BackImg")));
  1034. this.btnUnbind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1035. this.btnUnbind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1036. this.btnUnbind.ForeColor = System.Drawing.Color.White;
  1037. this.btnUnbind.IsCustomBackImg = false;
  1038. this.btnUnbind.IsShowText = true;
  1039. this.btnUnbind.Location = new System.Drawing.Point(637, 198);
  1040. this.btnUnbind.Name = "btnUnbind";
  1041. this.btnUnbind.Size = new System.Drawing.Size(50, 24);
  1042. this.btnUnbind.TabIndex = 435;
  1043. this.btnUnbind.Text = " 解除";
  1044. this.btnUnbind.UseVisualStyleBackColor = false;
  1045. //
  1046. // FrmOldCustomerRecordBaby
  1047. //
  1048. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1049. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1050. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1051. this.ClientSize = new System.Drawing.Size(910, 610);
  1052. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1053. this.IsUserControlsSize = false;
  1054. this.MaximizeBox = false;
  1055. this.Name = "FrmOldCustomerRecordBaby";
  1056. this.Text = "编辑儿童版老客户资料";
  1057. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1058. this.plExMainContainer.ResumeLayout(false);
  1059. this.plFormMainContent.ResumeLayout(false);
  1060. this.panelEx1.ResumeLayout(false);
  1061. this.panelEx1.PerformLayout();
  1062. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  1063. this.panelEx3.ResumeLayout(false);
  1064. this.panelEx3.PerformLayout();
  1065. this.ResumeLayout(false);
  1066. }
  1067. #endregion
  1068. private ComponentLibrary.PanelEx panelEx1;
  1069. protected ComponentLibrary.MaskedTextDateEx txtBaby_Birthday;
  1070. private ComponentLibrary.PanelEx panelEx8;
  1071. private ComponentLibrary.LabelEx labelEx23;
  1072. private ComponentLibrary.LabelEx labelEx26;
  1073. protected ComponentLibrary.ButtonEx btnClose;
  1074. protected ComponentLibrary.ButtonEx btnUpdate;
  1075. private ComponentLibrary.LabelEx labelEx5;
  1076. protected ComponentLibrary.TextBoxBasicEx txtBaby_name;
  1077. private ComponentLibrary.LabelEx labelEx3;
  1078. private ComponentLibrary.PanelEx panelEx3;
  1079. private ComponentLibrary.LabelEx labelEx13;
  1080. protected ComponentLibrary.RadioButtonEx radioBaby_nan;
  1081. protected ComponentLibrary.RadioButtonEx radioBaby_nv;
  1082. protected ComponentLibrary.CheckBoxEx chkBaby_Lunar;
  1083. protected ComponentLibrary.TextBoxEx cmbBaby;
  1084. private ComponentLibrary.LabelEx labelEx51;
  1085. private ComponentLibrary.LabelEx labelEx1;
  1086. protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
  1087. private ComponentLibrary.LabelEx labelEx27;
  1088. protected ComponentLibrary.CheckBoxEx chkCus_Lunar;
  1089. protected ComponentLibrary.ButtonForm btnRegion;
  1090. private ComponentLibrary.LabelEx labelEx2;
  1091. protected ComponentLibrary.RadioButtonEx radCus_Nv;
  1092. protected ComponentLibrary.RadioButtonEx radCus_Nan;
  1093. private ComponentLibrary.LabelEx labelEx16;
  1094. private ComponentLibrary.LabelEx labelEx12;
  1095. protected ComponentLibrary.TextBoxBasicEx txtCus_WorkUnit;
  1096. private ComponentLibrary.LabelEx labelEx11;
  1097. protected ComponentLibrary.TextBoxBasicEx txtCus_Address;
  1098. private ComponentLibrary.LabelEx labelEx10;
  1099. private ComponentLibrary.LabelEx labelEx9;
  1100. protected ComponentLibrary.TextBoxBasicEx txtCus_FixedPhone;
  1101. private ComponentLibrary.LabelEx labelEx8;
  1102. private ComponentLibrary.LabelEx labelEx7;
  1103. protected ComponentLibrary.TextBoxBasicEx txtCus_MicroSignal;
  1104. private ComponentLibrary.LabelEx labelEx6;
  1105. protected ComponentLibrary.TextBoxBasicEx txtCus_QQ;
  1106. private ComponentLibrary.LabelEx labelEx4;
  1107. protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
  1108. protected ComponentLibrary.DataGridViewEx dgv2;
  1109. protected ComponentLibrary.CheckBoxEx chkQT;
  1110. protected ComponentLibrary.CheckBoxEx chkPYJS;
  1111. protected ComponentLibrary.CheckBoxEx chkLKH;
  1112. protected ComponentLibrary.ButtonForm btnCustomerSource;
  1113. protected ComponentLibrary.MaskedTextBoxEx txtCus_Telephone;
  1114. protected ComponentLibrary.ComboBoxEx cmbCus_Relations;
  1115. private ComponentLibrary.LabelEx labelEx15;
  1116. protected ComponentLibrary.ButtonQQ btnQQCall;
  1117. protected ComponentLibrary.ButtonTel btnDial;
  1118. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_Region;
  1119. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_CustomerSource;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Sex;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Birthday;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_BirthdayLunar;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_QQ;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_MicroSignal;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_FixedPhone;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Address;
  1130. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_WorkUnit;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  1132. private System.Windows.Forms.DataGridViewTextBoxColumn GM_Relation;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_CustomerNumber;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn GMID;
  1135. protected ComponentLibrary.TextBoxEx txtMicroID;
  1136. private ComponentLibrary.LabelEx labelEx14;
  1137. protected internal ComponentLibrary.ButtonForm btnUnbind;
  1138. }
  1139. }