FrmOldCustomerOtherAdd.Designer.cs 68 KB

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