FrmOldCustomerEditBaby.Designer.cs 76 KB

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