FrmOldCustomerPortraitAdd.Designer.cs 68 KB

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