FrmOldCustomerPortraitEdit.Designer.cs 81 KB

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