FrmOldCustomerEdit.Designer.cs 75 KB

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