FrmOldCustomerRecord.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class FrmOldCustomerRecord
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOldCustomerRecord));
  33. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnUnbind = new LYFZ.ComponentLibrary.ButtonForm();
  35. this.txtMicroID = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtCus_Telephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  38. this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.txtCus_FixedPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.cmbCus_Region = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  43. this.cmbCus_CustomerSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.btnQQCall = new LYFZ.ComponentLibrary.ButtonQQ();
  45. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  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.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  52. this.chkCus_Lunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.btnRegion = new LYFZ.ComponentLibrary.ButtonForm();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.radCus_Nv = new LYFZ.ComponentLibrary.RadioButtonEx();
  58. this.radCus_Nan = new LYFZ.ComponentLibrary.RadioButtonEx();
  59. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  61. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.txtCus_MicroSignal = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  64. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.labelEx27 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  72. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  73. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Cus_Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Cus_Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Cus_BirthdayLunar = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Cus_QQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Cus_MicroSignal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Cus_FixedPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Cus_Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Cus_WorkUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GP_CustomerSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.Cus_CustomerNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GMID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  89. this.plExMainContainer.SuspendLayout();
  90. this.plFormMainContent.SuspendLayout();
  91. this.panelEx1.SuspendLayout();
  92. this.panelEx2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  94. this.SuspendLayout();
  95. //
  96. // plExMainContainer
  97. //
  98. this.plExMainContainer.Controls.Add(this.panelEx2);
  99. this.plExMainContainer.Controls.Add(this.panelEx1);
  100. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  101. //
  102. // btnAppFormMaximize
  103. //
  104. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  105. this.btnAppFormMaximize.Location = new System.Drawing.Point(719, 0);
  106. //
  107. // btnAppFormExit
  108. //
  109. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  110. //
  111. // btnAppFormMinimize
  112. //
  113. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  114. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  119. this.panelEx1.BorderWidth = 1;
  120. this.panelEx1.Controls.Add(this.btnUnbind);
  121. this.panelEx1.Controls.Add(this.txtMicroID);
  122. this.panelEx1.Controls.Add(this.labelEx14);
  123. this.panelEx1.Controls.Add(this.txtCus_Telephone);
  124. this.panelEx1.Controls.Add(this.txtCus_QQ);
  125. this.panelEx1.Controls.Add(this.txtCus_WorkUnit);
  126. this.panelEx1.Controls.Add(this.txtCus_FixedPhone);
  127. this.panelEx1.Controls.Add(this.txtCus_Name);
  128. this.panelEx1.Controls.Add(this.cmbCus_Region);
  129. this.panelEx1.Controls.Add(this.cmbCus_CustomerSource);
  130. this.panelEx1.Controls.Add(this.btnQQCall);
  131. this.panelEx1.Controls.Add(this.btnDial);
  132. this.panelEx1.Controls.Add(this.chkQT);
  133. this.panelEx1.Controls.Add(this.chkPYJS);
  134. this.panelEx1.Controls.Add(this.chkLKH);
  135. this.panelEx1.Controls.Add(this.labelEx3);
  136. this.panelEx1.Controls.Add(this.btnCustomerSource);
  137. this.panelEx1.Controls.Add(this.txtCus_Birthday);
  138. this.panelEx1.Controls.Add(this.chkCus_Lunar);
  139. this.panelEx1.Controls.Add(this.btnRegion);
  140. this.panelEx1.Controls.Add(this.labelEx1);
  141. this.panelEx1.Controls.Add(this.btnClose);
  142. this.panelEx1.Controls.Add(this.btnUpdate);
  143. this.panelEx1.Controls.Add(this.radCus_Nv);
  144. this.panelEx1.Controls.Add(this.radCus_Nan);
  145. this.panelEx1.Controls.Add(this.labelEx12);
  146. this.panelEx1.Controls.Add(this.txtCus_Address);
  147. this.panelEx1.Controls.Add(this.labelEx9);
  148. this.panelEx1.Controls.Add(this.labelEx8);
  149. this.panelEx1.Controls.Add(this.txtCus_MicroSignal);
  150. this.panelEx1.Controls.Add(this.labelEx6);
  151. this.panelEx1.Controls.Add(this.labelEx2);
  152. this.panelEx1.Controls.Add(this.labelEx16);
  153. this.panelEx1.Controls.Add(this.labelEx11);
  154. this.panelEx1.Controls.Add(this.labelEx7);
  155. this.panelEx1.Controls.Add(this.labelEx27);
  156. this.panelEx1.Controls.Add(this.labelEx10);
  157. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  158. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  159. this.panelEx1.Name = "panelEx1";
  160. this.panelEx1.Size = new System.Drawing.Size(890, 233);
  161. this.panelEx1.TabIndex = 1;
  162. //
  163. // btnUnbind
  164. //
  165. this.btnUnbind.BackColor = System.Drawing.Color.Transparent;
  166. this.btnUnbind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnbind.BackImg")));
  167. this.btnUnbind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  168. this.btnUnbind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  169. this.btnUnbind.ForeColor = System.Drawing.Color.White;
  170. this.btnUnbind.IsCustomBackImg = false;
  171. this.btnUnbind.IsShowText = true;
  172. this.btnUnbind.Location = new System.Drawing.Point(230, 162);
  173. this.btnUnbind.Name = "btnUnbind";
  174. this.btnUnbind.Size = new System.Drawing.Size(50, 24);
  175. this.btnUnbind.TabIndex = 438;
  176. this.btnUnbind.Text = " 解除";
  177. this.btnUnbind.UseVisualStyleBackColor = false;
  178. //
  179. // txtMicroID
  180. //
  181. this.txtMicroID.BackColor = System.Drawing.Color.Transparent;
  182. this.txtMicroID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  183. this.txtMicroID.Icon = null;
  184. this.txtMicroID.IconIsButton = false;
  185. this.txtMicroID.IsPasswordChat = '\0';
  186. this.txtMicroID.IsSystemPasswordChar = false;
  187. this.txtMicroID.Lines = new string[0];
  188. this.txtMicroID.Location = new System.Drawing.Point(134, 162);
  189. this.txtMicroID.Margin = new System.Windows.Forms.Padding(0);
  190. this.txtMicroID.MaxLength = 32767;
  191. this.txtMicroID.MinimumSize = new System.Drawing.Size(0, 24);
  192. this.txtMicroID.MouseBack = null;
  193. this.txtMicroID.Multiline = false;
  194. this.txtMicroID.Name = "txtMicroID";
  195. this.txtMicroID.NormlBack = null;
  196. this.txtMicroID.Padding = new System.Windows.Forms.Padding(5);
  197. this.txtMicroID.ReadOnly = true;
  198. this.txtMicroID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  199. this.txtMicroID.Size = new System.Drawing.Size(90, 25);
  200. this.txtMicroID.TabIndex = 437;
  201. this.txtMicroID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  202. this.txtMicroID.WaterColor = System.Drawing.Color.DarkGray;
  203. this.txtMicroID.WaterText = "";
  204. this.txtMicroID.WordWrap = true;
  205. //
  206. // labelEx14
  207. //
  208. this.labelEx14.AutoSize = true;
  209. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.labelEx14.Location = new System.Drawing.Point(28, 166);
  212. this.labelEx14.Name = "labelEx14";
  213. this.labelEx14.Size = new System.Drawing.Size(104, 17);
  214. this.labelEx14.TabIndex = 436;
  215. this.labelEx14.Text = "是否绑定微信号:";
  216. //
  217. // txtCus_Telephone
  218. //
  219. this.txtCus_Telephone.Location = new System.Drawing.Point(289, 67);
  220. this.txtCus_Telephone.Mask = "000 0000 0000";
  221. this.txtCus_Telephone.Name = "txtCus_Telephone";
  222. this.txtCus_Telephone.PromptChar = ' ';
  223. this.txtCus_Telephone.Size = new System.Drawing.Size(107, 21);
  224. this.txtCus_Telephone.TabIndex = 375;
  225. //
  226. // txtCus_QQ
  227. //
  228. this.txtCus_QQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  229. this.txtCus_QQ.EmptyTextTip = null;
  230. this.txtCus_QQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  231. this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 9F);
  232. this.txtCus_QQ.Location = new System.Drawing.Point(289, 97);
  233. this.txtCus_QQ.MaxLength = 13;
  234. this.txtCus_QQ.Name = "txtCus_QQ";
  235. this.txtCus_QQ.Size = new System.Drawing.Size(107, 23);
  236. this.txtCus_QQ.TabIndex = 4;
  237. //
  238. // txtCus_WorkUnit
  239. //
  240. this.txtCus_WorkUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  241. this.txtCus_WorkUnit.EmptyTextTip = null;
  242. this.txtCus_WorkUnit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  243. this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 9F);
  244. this.txtCus_WorkUnit.Location = new System.Drawing.Point(94, 129);
  245. this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
  246. this.txtCus_WorkUnit.Size = new System.Drawing.Size(302, 23);
  247. this.txtCus_WorkUnit.TabIndex = 10;
  248. //
  249. // txtCus_FixedPhone
  250. //
  251. this.txtCus_FixedPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  252. this.txtCus_FixedPhone.EmptyTextTip = null;
  253. this.txtCus_FixedPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  254. this.txtCus_FixedPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
  255. this.txtCus_FixedPhone.Location = new System.Drawing.Point(94, 97);
  256. this.txtCus_FixedPhone.MaxLength = 20;
  257. this.txtCus_FixedPhone.Name = "txtCus_FixedPhone";
  258. this.txtCus_FixedPhone.Size = new System.Drawing.Size(110, 23);
  259. this.txtCus_FixedPhone.TabIndex = 7;
  260. //
  261. // txtCus_Name
  262. //
  263. this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  264. this.txtCus_Name.EmptyTextTip = null;
  265. this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  266. this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  267. this.txtCus_Name.Location = new System.Drawing.Point(94, 66);
  268. this.txtCus_Name.Name = "txtCus_Name";
  269. this.txtCus_Name.Size = new System.Drawing.Size(110, 23);
  270. this.txtCus_Name.TabIndex = 1;
  271. //
  272. // cmbCus_Region
  273. //
  274. this.cmbCus_Region.AfterSelectLevelFirstNode = false;
  275. this.cmbCus_Region.DropDownHeight = 220;
  276. this.cmbCus_Region.DropDownShow = false;
  277. this.cmbCus_Region.FormattingEnabled = true;
  278. this.cmbCus_Region.IntegralHeight = false;
  279. this.cmbCus_Region.IsNodeMouseClick = false;
  280. this.cmbCus_Region.IsSelectParentNode = false;
  281. this.cmbCus_Region.Location = new System.Drawing.Point(685, 67);
  282. this.cmbCus_Region.Name = "cmbCus_Region";
  283. this.cmbCus_Region.ReadOnly = true;
  284. this.cmbCus_Region.SelectedNode = null;
  285. this.cmbCus_Region.Size = new System.Drawing.Size(128, 20);
  286. this.cmbCus_Region.StrGetName = "";
  287. this.cmbCus_Region.StrKey = null;
  288. this.cmbCus_Region.TabIndex = 432;
  289. //
  290. // cmbCus_CustomerSource
  291. //
  292. this.cmbCus_CustomerSource.AfterSelectLevelFirstNode = false;
  293. this.cmbCus_CustomerSource.DropDownHeight = 220;
  294. this.cmbCus_CustomerSource.DropDownShow = false;
  295. this.cmbCus_CustomerSource.FormattingEnabled = true;
  296. this.cmbCus_CustomerSource.IntegralHeight = false;
  297. this.cmbCus_CustomerSource.IsNodeMouseClick = false;
  298. this.cmbCus_CustomerSource.IsSelectParentNode = false;
  299. this.cmbCus_CustomerSource.Location = new System.Drawing.Point(371, 12);
  300. this.cmbCus_CustomerSource.Name = "cmbCus_CustomerSource";
  301. this.cmbCus_CustomerSource.ReadOnly = true;
  302. this.cmbCus_CustomerSource.SelectedNode = null;
  303. this.cmbCus_CustomerSource.Size = new System.Drawing.Size(211, 20);
  304. this.cmbCus_CustomerSource.StrGetName = "";
  305. this.cmbCus_CustomerSource.StrKey = null;
  306. this.cmbCus_CustomerSource.TabIndex = 431;
  307. //
  308. // btnQQCall
  309. //
  310. this.btnQQCall.BackColor = System.Drawing.Color.Transparent;
  311. this.btnQQCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQQCall.BackImg")));
  312. this.btnQQCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  313. this.btnQQCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  314. this.btnQQCall.ForeColor = System.Drawing.Color.White;
  315. this.btnQQCall.IsCustomBackImg = false;
  316. this.btnQQCall.IsShowText = false;
  317. this.btnQQCall.Location = new System.Drawing.Point(402, 97);
  318. this.btnQQCall.Name = "btnQQCall";
  319. this.btnQQCall.Size = new System.Drawing.Size(27, 22);
  320. this.btnQQCall.TabIndex = 400;
  321. this.btnQQCall.Text = "buttonQQ2";
  322. this.btnQQCall.UseVisualStyleBackColor = false;
  323. //
  324. // btnDial
  325. //
  326. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  327. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
  328. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  329. this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  330. this.btnDial.ForeColor = System.Drawing.Color.White;
  331. this.btnDial.IsCustomBackImg = false;
  332. this.btnDial.IsShowText = false;
  333. this.btnDial.Location = new System.Drawing.Point(401, 67);
  334. this.btnDial.Name = "btnDial";
  335. this.btnDial.Size = new System.Drawing.Size(27, 22);
  336. this.btnDial.TabIndex = 399;
  337. this.btnDial.Text = "buttonTel1";
  338. this.btnDial.UseVisualStyleBackColor = false;
  339. //
  340. // chkQT
  341. //
  342. this.chkQT.AutoSize = true;
  343. this.chkQT.BackColor = System.Drawing.Color.Transparent;
  344. this.chkQT.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  345. this.chkQT.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  346. this.chkQT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  347. this.chkQT.Fourstates = false;
  348. this.chkQT.IsGreenTick = false;
  349. this.chkQT.Location = new System.Drawing.Point(307, 12);
  350. this.chkQT.Name = "chkQT";
  351. this.chkQT.Size = new System.Drawing.Size(63, 21);
  352. this.chkQT.TabIndex = 323;
  353. this.chkQT.Text = "其他:";
  354. this.chkQT.UseVisualStyleBackColor = false;
  355. //
  356. // chkPYJS
  357. //
  358. this.chkPYJS.AutoSize = true;
  359. this.chkPYJS.BackColor = System.Drawing.Color.Transparent;
  360. this.chkPYJS.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  361. this.chkPYJS.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  362. this.chkPYJS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  363. this.chkPYJS.Fourstates = false;
  364. this.chkPYJS.IsGreenTick = false;
  365. this.chkPYJS.Location = new System.Drawing.Point(188, 12);
  366. this.chkPYJS.Name = "chkPYJS";
  367. this.chkPYJS.Size = new System.Drawing.Size(75, 21);
  368. this.chkPYJS.TabIndex = 322;
  369. this.chkPYJS.Text = "朋友介绍";
  370. this.chkPYJS.UseVisualStyleBackColor = false;
  371. //
  372. // chkLKH
  373. //
  374. this.chkLKH.AutoSize = true;
  375. this.chkLKH.BackColor = System.Drawing.Color.Transparent;
  376. this.chkLKH.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  377. this.chkLKH.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  378. this.chkLKH.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  379. this.chkLKH.Fourstates = false;
  380. this.chkLKH.IsGreenTick = false;
  381. this.chkLKH.Location = new System.Drawing.Point(94, 12);
  382. this.chkLKH.Name = "chkLKH";
  383. this.chkLKH.Size = new System.Drawing.Size(63, 21);
  384. this.chkLKH.TabIndex = 321;
  385. this.chkLKH.Text = "老客户";
  386. this.chkLKH.UseVisualStyleBackColor = false;
  387. //
  388. // labelEx3
  389. //
  390. this.labelEx3.AutoSize = true;
  391. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  392. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  393. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  394. this.labelEx3.Location = new System.Drawing.Point(11, 13);
  395. this.labelEx3.Name = "labelEx3";
  396. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  397. this.labelEx3.TabIndex = 320;
  398. this.labelEx3.Text = "客户来源";
  399. //
  400. // btnCustomerSource
  401. //
  402. this.btnCustomerSource.BackColor = System.Drawing.Color.Transparent;
  403. this.btnCustomerSource.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustomerSource.BackImg")));
  404. this.btnCustomerSource.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  405. this.btnCustomerSource.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  406. this.btnCustomerSource.ForeColor = System.Drawing.Color.White;
  407. this.btnCustomerSource.IsCustomBackImg = false;
  408. this.btnCustomerSource.IsShowText = true;
  409. this.btnCustomerSource.Location = new System.Drawing.Point(590, 10);
  410. this.btnCustomerSource.Name = "btnCustomerSource";
  411. this.btnCustomerSource.Size = new System.Drawing.Size(50, 24);
  412. this.btnCustomerSource.TabIndex = 198;
  413. this.btnCustomerSource.Text = " 设置";
  414. this.btnCustomerSource.UseVisualStyleBackColor = false;
  415. //
  416. // txtCus_Birthday
  417. //
  418. this.txtCus_Birthday.Location = new System.Drawing.Point(685, 97);
  419. this.txtCus_Birthday.Name = "txtCus_Birthday";
  420. this.txtCus_Birthday.Size = new System.Drawing.Size(128, 21);
  421. this.txtCus_Birthday.StrValue = "";
  422. this.txtCus_Birthday.TabIndex = 318;
  423. //
  424. // chkCus_Lunar
  425. //
  426. this.chkCus_Lunar.AutoSize = true;
  427. this.chkCus_Lunar.BackColor = System.Drawing.Color.Transparent;
  428. this.chkCus_Lunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  429. this.chkCus_Lunar.Font = new System.Drawing.Font("微软雅黑", 9F);
  430. this.chkCus_Lunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  431. this.chkCus_Lunar.Fourstates = false;
  432. this.chkCus_Lunar.IsGreenTick = false;
  433. this.chkCus_Lunar.Location = new System.Drawing.Point(820, 96);
  434. this.chkCus_Lunar.Name = "chkCus_Lunar";
  435. this.chkCus_Lunar.Size = new System.Drawing.Size(51, 21);
  436. this.chkCus_Lunar.TabIndex = 316;
  437. this.chkCus_Lunar.Text = "农历";
  438. this.chkCus_Lunar.UseVisualStyleBackColor = false;
  439. //
  440. // btnRegion
  441. //
  442. this.btnRegion.BackColor = System.Drawing.Color.Transparent;
  443. this.btnRegion.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegion.BackImg")));
  444. this.btnRegion.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  445. this.btnRegion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  446. this.btnRegion.ForeColor = System.Drawing.Color.White;
  447. this.btnRegion.IsCustomBackImg = false;
  448. this.btnRegion.IsShowText = true;
  449. this.btnRegion.Location = new System.Drawing.Point(820, 64);
  450. this.btnRegion.Name = "btnRegion";
  451. this.btnRegion.Size = new System.Drawing.Size(50, 24);
  452. this.btnRegion.TabIndex = 194;
  453. this.btnRegion.Text = " 设置";
  454. this.btnRegion.UseVisualStyleBackColor = false;
  455. //
  456. // labelEx1
  457. //
  458. this.labelEx1.AutoSize = true;
  459. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  460. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  461. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  462. this.labelEx1.Location = new System.Drawing.Point(11, 43);
  463. this.labelEx1.Name = "labelEx1";
  464. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  465. this.labelEx1.TabIndex = 193;
  466. this.labelEx1.Text = "客户资料";
  467. //
  468. // btnClose
  469. //
  470. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  471. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  472. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  473. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  474. this.btnClose.ForeColor = System.Drawing.Color.White;
  475. this.btnClose.IsCustomBackImg = false;
  476. this.btnClose.IsShowText = true;
  477. this.btnClose.Location = new System.Drawing.Point(469, 197);
  478. this.btnClose.Name = "btnClose";
  479. this.btnClose.Size = new System.Drawing.Size(87, 26);
  480. this.btnClose.TabIndex = 188;
  481. this.btnClose.Text = " 关 闭";
  482. this.btnClose.UseVisualStyleBackColor = false;
  483. //
  484. // btnUpdate
  485. //
  486. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  487. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  488. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  489. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  490. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  491. this.btnUpdate.IsCustomBackImg = false;
  492. this.btnUpdate.IsShowText = true;
  493. this.btnUpdate.Location = new System.Drawing.Point(337, 197);
  494. this.btnUpdate.Name = "btnUpdate";
  495. this.btnUpdate.Size = new System.Drawing.Size(87, 26);
  496. this.btnUpdate.TabIndex = 187;
  497. this.btnUpdate.Text = " 保 存";
  498. this.btnUpdate.UseVisualStyleBackColor = false;
  499. //
  500. // radCus_Nv
  501. //
  502. this.radCus_Nv.AutoSize = true;
  503. this.radCus_Nv.BackColor = System.Drawing.Color.Transparent;
  504. this.radCus_Nv.Font = new System.Drawing.Font("微软雅黑", 9F);
  505. this.radCus_Nv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  506. this.radCus_Nv.Location = new System.Drawing.Point(559, 67);
  507. this.radCus_Nv.Name = "radCus_Nv";
  508. this.radCus_Nv.Size = new System.Drawing.Size(38, 21);
  509. this.radCus_Nv.TabIndex = 178;
  510. this.radCus_Nv.Text = "女";
  511. this.radCus_Nv.UseVisualStyleBackColor = false;
  512. //
  513. // radCus_Nan
  514. //
  515. this.radCus_Nan.AutoSize = true;
  516. this.radCus_Nan.BackColor = System.Drawing.Color.Transparent;
  517. this.radCus_Nan.Checked = true;
  518. this.radCus_Nan.Font = new System.Drawing.Font("微软雅黑", 9F);
  519. this.radCus_Nan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  520. this.radCus_Nan.Location = new System.Drawing.Point(499, 67);
  521. this.radCus_Nan.Name = "radCus_Nan";
  522. this.radCus_Nan.Size = new System.Drawing.Size(38, 21);
  523. this.radCus_Nan.TabIndex = 177;
  524. this.radCus_Nan.TabStop = true;
  525. this.radCus_Nan.Text = "男";
  526. this.radCus_Nan.UseVisualStyleBackColor = false;
  527. //
  528. // labelEx12
  529. //
  530. this.labelEx12.AutoSize = true;
  531. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  532. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  533. this.labelEx12.Location = new System.Drawing.Point(28, 131);
  534. this.labelEx12.Name = "labelEx12";
  535. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  536. this.labelEx12.TabIndex = 172;
  537. this.labelEx12.Text = "工作单位:";
  538. //
  539. // txtCus_Address
  540. //
  541. this.txtCus_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  542. this.txtCus_Address.EmptyTextTip = null;
  543. this.txtCus_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  544. this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
  545. this.txtCus_Address.Location = new System.Drawing.Point(499, 128);
  546. this.txtCus_Address.Name = "txtCus_Address";
  547. this.txtCus_Address.Size = new System.Drawing.Size(372, 23);
  548. this.txtCus_Address.TabIndex = 9;
  549. //
  550. // labelEx9
  551. //
  552. this.labelEx9.AutoSize = true;
  553. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  554. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  555. this.labelEx9.Location = new System.Drawing.Point(28, 100);
  556. this.labelEx9.Name = "labelEx9";
  557. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  558. this.labelEx9.TabIndex = 167;
  559. this.labelEx9.Text = "固定电话:";
  560. //
  561. // labelEx8
  562. //
  563. this.labelEx8.AutoSize = true;
  564. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  565. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  566. this.labelEx8.Location = new System.Drawing.Point(223, 69);
  567. this.labelEx8.Name = "labelEx8";
  568. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  569. this.labelEx8.TabIndex = 165;
  570. this.labelEx8.Text = "手机号码:";
  571. //
  572. // txtCus_MicroSignal
  573. //
  574. this.txtCus_MicroSignal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  575. this.txtCus_MicroSignal.EmptyTextTip = null;
  576. this.txtCus_MicroSignal.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  577. this.txtCus_MicroSignal.Font = new System.Drawing.Font("微软雅黑", 9F);
  578. this.txtCus_MicroSignal.Location = new System.Drawing.Point(499, 97);
  579. this.txtCus_MicroSignal.Name = "txtCus_MicroSignal";
  580. this.txtCus_MicroSignal.Size = new System.Drawing.Size(106, 23);
  581. this.txtCus_MicroSignal.TabIndex = 5;
  582. //
  583. // labelEx6
  584. //
  585. this.labelEx6.AutoSize = true;
  586. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  587. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  588. this.labelEx6.Location = new System.Drawing.Point(251, 100);
  589. this.labelEx6.Name = "labelEx6";
  590. this.labelEx6.Size = new System.Drawing.Size(40, 17);
  591. this.labelEx6.TabIndex = 161;
  592. this.labelEx6.Text = "QQ:";
  593. //
  594. // labelEx2
  595. //
  596. this.labelEx2.AutoSize = true;
  597. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  598. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  599. this.labelEx2.Location = new System.Drawing.Point(28, 69);
  600. this.labelEx2.Name = "labelEx2";
  601. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  602. this.labelEx2.TabIndex = 152;
  603. this.labelEx2.Text = "客户姓名:";
  604. //
  605. // labelEx16
  606. //
  607. this.labelEx16.AutoSize = true;
  608. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  609. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  610. this.labelEx16.Location = new System.Drawing.Point(457, 69);
  611. this.labelEx16.Name = "labelEx16";
  612. this.labelEx16.Size = new System.Drawing.Size(44, 17);
  613. this.labelEx16.TabIndex = 176;
  614. this.labelEx16.Text = "性别:";
  615. //
  616. // labelEx11
  617. //
  618. this.labelEx11.AutoSize = true;
  619. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  620. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  621. this.labelEx11.Location = new System.Drawing.Point(457, 131);
  622. this.labelEx11.Name = "labelEx11";
  623. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  624. this.labelEx11.TabIndex = 170;
  625. this.labelEx11.Text = "地址:";
  626. //
  627. // labelEx7
  628. //
  629. this.labelEx7.AutoSize = true;
  630. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  631. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  632. this.labelEx7.Location = new System.Drawing.Point(445, 100);
  633. this.labelEx7.Name = "labelEx7";
  634. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  635. this.labelEx7.TabIndex = 163;
  636. this.labelEx7.Text = "微信号:";
  637. //
  638. // labelEx27
  639. //
  640. this.labelEx27.AutoSize = true;
  641. this.labelEx27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  642. this.labelEx27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  643. this.labelEx27.Location = new System.Drawing.Point(643, 100);
  644. this.labelEx27.Name = "labelEx27";
  645. this.labelEx27.Size = new System.Drawing.Size(44, 17);
  646. this.labelEx27.TabIndex = 317;
  647. this.labelEx27.Text = "生日:";
  648. //
  649. // labelEx10
  650. //
  651. this.labelEx10.AutoSize = true;
  652. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  653. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  654. this.labelEx10.Location = new System.Drawing.Point(619, 69);
  655. this.labelEx10.Name = "labelEx10";
  656. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  657. this.labelEx10.TabIndex = 169;
  658. this.labelEx10.Text = "客户区域:";
  659. //
  660. // panelEx2
  661. //
  662. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  663. this.panelEx2.BorderWidth = 1;
  664. this.panelEx2.Controls.Add(this.dgv2);
  665. this.panelEx2.Controls.Add(this.labelEx13);
  666. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  667. this.panelEx2.Location = new System.Drawing.Point(10, 243);
  668. this.panelEx2.Name = "panelEx2";
  669. this.panelEx2.Size = new System.Drawing.Size(890, 292);
  670. this.panelEx2.TabIndex = 2;
  671. //
  672. // dgv2
  673. //
  674. this.dgv2.AllowUserToAddRows = false;
  675. this.dgv2.AllowUserToDeleteRows = false;
  676. this.dgv2.AllowUserToResizeRows = false;
  677. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  678. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  679. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  680. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  681. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  682. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  683. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  684. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  685. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  686. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  687. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  688. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  689. this.dgv2.ColumnHeadersHeight = 24;
  690. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  691. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  692. this.Cus_Name,
  693. this.Cus_Sex,
  694. this.Cus_Birthday,
  695. this.Cus_BirthdayLunar,
  696. this.Cus_QQ,
  697. this.Cus_MicroSignal,
  698. this.Cus_Telephone,
  699. this.Cus_FixedPhone,
  700. this.Cus_Region,
  701. this.Cus_Address,
  702. this.Cus_WorkUnit,
  703. this.ID,
  704. this.GP_CustomerSource,
  705. this.Cus_CustomerNumber,
  706. this.GMID});
  707. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  708. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  709. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  710. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  711. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  712. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  713. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  714. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  715. this.dgv2.EnableHeadersVisualStyles = false;
  716. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  717. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  718. this.dgv2.IsCompleteBonding = false;
  719. this.dgv2.IsCopyCellValue = true;
  720. this.dgv2.Location = new System.Drawing.Point(5, 32);
  721. this.dgv2.MultiSelect = false;
  722. this.dgv2.Name = "dgv2";
  723. this.dgv2.ReadOnly = true;
  724. this.dgv2.RowHeadersVisible = false;
  725. this.dgv2.RowTemplate.Height = 23;
  726. this.dgv2.RowTemplate.ReadOnly = true;
  727. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  728. this.dgv2.Size = new System.Drawing.Size(880, 280);
  729. this.dgv2.TabIndex = 200;
  730. //
  731. // Cus_Name
  732. //
  733. this.Cus_Name.HeaderText = "客户姓名";
  734. this.Cus_Name.Name = "Cus_Name";
  735. this.Cus_Name.ReadOnly = true;
  736. //
  737. // Cus_Sex
  738. //
  739. this.Cus_Sex.HeaderText = "性别";
  740. this.Cus_Sex.Name = "Cus_Sex";
  741. this.Cus_Sex.ReadOnly = true;
  742. //
  743. // Cus_Birthday
  744. //
  745. this.Cus_Birthday.HeaderText = "生日";
  746. this.Cus_Birthday.Name = "Cus_Birthday";
  747. this.Cus_Birthday.ReadOnly = true;
  748. //
  749. // Cus_BirthdayLunar
  750. //
  751. this.Cus_BirthdayLunar.HeaderText = " 生日历类";
  752. this.Cus_BirthdayLunar.Name = "Cus_BirthdayLunar";
  753. this.Cus_BirthdayLunar.ReadOnly = true;
  754. //
  755. // Cus_QQ
  756. //
  757. this.Cus_QQ.HeaderText = "QQ";
  758. this.Cus_QQ.Name = "Cus_QQ";
  759. this.Cus_QQ.ReadOnly = true;
  760. //
  761. // Cus_MicroSignal
  762. //
  763. this.Cus_MicroSignal.HeaderText = "微信号";
  764. this.Cus_MicroSignal.Name = "Cus_MicroSignal";
  765. this.Cus_MicroSignal.ReadOnly = true;
  766. //
  767. // Cus_Telephone
  768. //
  769. this.Cus_Telephone.HeaderText = "客户电话";
  770. this.Cus_Telephone.Name = "客户电话";
  771. this.Cus_Telephone.ReadOnly = true;
  772. //
  773. // Cus_FixedPhone
  774. //
  775. this.Cus_FixedPhone.HeaderText = "固定电话";
  776. this.Cus_FixedPhone.Name = "固定电话";
  777. this.Cus_FixedPhone.ReadOnly = true;
  778. //
  779. // Cus_Region
  780. //
  781. this.Cus_Region.HeaderText = "地区";
  782. this.Cus_Region.Name = "Cus_Region";
  783. this.Cus_Region.ReadOnly = true;
  784. //
  785. // Cus_Address
  786. //
  787. this.Cus_Address.HeaderText = "地址";
  788. this.Cus_Address.Name = "Cus_Address";
  789. this.Cus_Address.ReadOnly = true;
  790. //
  791. // Cus_WorkUnit
  792. //
  793. this.Cus_WorkUnit.HeaderText = "工作单位";
  794. this.Cus_WorkUnit.Name = "Cus_WorkUnit";
  795. this.Cus_WorkUnit.ReadOnly = true;
  796. //
  797. // ID
  798. //
  799. this.ID.HeaderText = "ID";
  800. this.ID.Name = "ID";
  801. this.ID.ReadOnly = true;
  802. this.ID.Visible = false;
  803. //
  804. // GP_CustomerSource
  805. //
  806. this.GP_CustomerSource.HeaderText = "关系";
  807. this.GP_CustomerSource.Name = "GP_CustomerSource";
  808. this.GP_CustomerSource.ReadOnly = true;
  809. //
  810. // Cus_CustomerNumber
  811. //
  812. this.Cus_CustomerNumber.HeaderText = "客户编号";
  813. this.Cus_CustomerNumber.Name = "Cus_CustomerNumber";
  814. this.Cus_CustomerNumber.ReadOnly = true;
  815. this.Cus_CustomerNumber.Visible = false;
  816. //
  817. // GMID
  818. //
  819. this.GMID.HeaderText = "GMID";
  820. this.GMID.Name = "GMID";
  821. this.GMID.ReadOnly = true;
  822. this.GMID.Visible = false;
  823. //
  824. // labelEx13
  825. //
  826. this.labelEx13.AutoSize = true;
  827. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  828. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  829. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  830. this.labelEx13.Location = new System.Drawing.Point(9, 8);
  831. this.labelEx13.Name = "labelEx13";
  832. this.labelEx13.Size = new System.Drawing.Size(56, 17);
  833. this.labelEx13.TabIndex = 194;
  834. this.labelEx13.Text = "其他成员";
  835. //
  836. // FrmOldCustomerRecord
  837. //
  838. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  839. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  840. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  841. this.ClientSize = new System.Drawing.Size(910, 610);
  842. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  843. this.IsUserControlsSize = false;
  844. this.MaximizeBox = false;
  845. this.Name = "FrmOldCustomerRecord";
  846. this.Text = "编辑客户资料";
  847. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  848. this.plExMainContainer.ResumeLayout(false);
  849. this.plFormMainContent.ResumeLayout(false);
  850. this.panelEx1.ResumeLayout(false);
  851. this.panelEx1.PerformLayout();
  852. this.panelEx2.ResumeLayout(false);
  853. this.panelEx2.PerformLayout();
  854. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  855. this.ResumeLayout(false);
  856. }
  857. #endregion
  858. private ComponentLibrary.PanelEx panelEx2;
  859. private ComponentLibrary.PanelEx panelEx1;
  860. protected ComponentLibrary.ButtonEx btnClose;
  861. protected ComponentLibrary.ButtonEx btnUpdate;
  862. protected ComponentLibrary.RadioButtonEx radCus_Nv;
  863. protected ComponentLibrary.RadioButtonEx radCus_Nan;
  864. private ComponentLibrary.LabelEx labelEx16;
  865. private ComponentLibrary.LabelEx labelEx12;
  866. protected ComponentLibrary.TextBoxBasicEx txtCus_WorkUnit;
  867. private ComponentLibrary.LabelEx labelEx11;
  868. protected ComponentLibrary.TextBoxBasicEx txtCus_Address;
  869. private ComponentLibrary.LabelEx labelEx10;
  870. private ComponentLibrary.LabelEx labelEx9;
  871. protected ComponentLibrary.TextBoxBasicEx txtCus_FixedPhone;
  872. private ComponentLibrary.LabelEx labelEx8;
  873. private ComponentLibrary.LabelEx labelEx7;
  874. protected ComponentLibrary.TextBoxBasicEx txtCus_MicroSignal;
  875. private ComponentLibrary.LabelEx labelEx6;
  876. protected ComponentLibrary.TextBoxBasicEx txtCus_QQ;
  877. private ComponentLibrary.LabelEx labelEx2;
  878. protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
  879. private ComponentLibrary.LabelEx labelEx1;
  880. private ComponentLibrary.LabelEx labelEx13;
  881. protected ComponentLibrary.DataGridViewEx dgv2;
  882. protected ComponentLibrary.ButtonForm btnRegion;
  883. protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
  884. private ComponentLibrary.LabelEx labelEx27;
  885. protected ComponentLibrary.CheckBoxEx chkCus_Lunar;
  886. protected ComponentLibrary.ButtonForm btnCustomerSource;
  887. private ComponentLibrary.LabelEx labelEx3;
  888. protected ComponentLibrary.CheckBoxEx chkQT;
  889. protected ComponentLibrary.CheckBoxEx chkPYJS;
  890. protected ComponentLibrary.CheckBoxEx chkLKH;
  891. protected ComponentLibrary.MaskedTextBoxEx txtCus_Telephone;
  892. protected ComponentLibrary.ButtonQQ btnQQCall;
  893. protected ComponentLibrary.ButtonTel btnDial;
  894. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_Region;
  895. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbCus_CustomerSource;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Sex;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Birthday;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_BirthdayLunar;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_QQ;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_MicroSignal;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_FixedPhone;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Address;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_WorkUnit;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn GP_CustomerSource;
  909. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_CustomerNumber;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn GMID;
  911. protected internal ComponentLibrary.ButtonForm btnUnbind;
  912. protected ComponentLibrary.TextBoxEx txtMicroID;
  913. private ComponentLibrary.LabelEx labelEx14;
  914. }
  915. }