FrmOldCustomerOtheEdit.Designer.cs 71 KB

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