UCDressCustomer.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace LYFZ.Software.UI.Dresses.DressView
  2. {
  3. partial class UCDressCustomer
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCDressCustomer));
  30. this.txtClientTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  31. this.txtClientAddress = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtClientFixedPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtClientWorkUnit = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtClientQQ = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtClientName = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.txtClientDayForMarriage = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  38. this.txtClientBirthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  39. this.chkClientDayForMarriageLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.chkClientBirthdayLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.buttonForm1 = new LYFZ.ComponentLibrary.ButtonForm();
  49. this.btn_CustomerEdit = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnQQCall = new LYFZ.ComponentLibrary.ButtonQQ();
  51. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  52. this.btnClientSelect = new LYFZ.ComponentLibrary.ButtonForm();
  53. this.SuspendLayout();
  54. //
  55. // txtClientTelephone
  56. //
  57. this.txtClientTelephone.Location = new System.Drawing.Point(332, 34);
  58. this.txtClientTelephone.Mask = "000 0000 0000";
  59. this.txtClientTelephone.Name = "txtClientTelephone";
  60. this.txtClientTelephone.PromptChar = ' ';
  61. this.txtClientTelephone.Size = new System.Drawing.Size(100, 21);
  62. this.txtClientTelephone.TabIndex = 2326;
  63. //
  64. // txtClientAddress
  65. //
  66. this.txtClientAddress.BackColor = System.Drawing.Color.Transparent;
  67. this.txtClientAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  68. this.txtClientAddress.Icon = null;
  69. this.txtClientAddress.IconIsButton = false;
  70. this.txtClientAddress.IsPasswordChat = '\0';
  71. this.txtClientAddress.IsSystemPasswordChar = false;
  72. this.txtClientAddress.Lines = new string[0];
  73. this.txtClientAddress.Location = new System.Drawing.Point(77, 94);
  74. this.txtClientAddress.Margin = new System.Windows.Forms.Padding(0);
  75. this.txtClientAddress.MaxLength = 32767;
  76. this.txtClientAddress.MinimumSize = new System.Drawing.Size(0, 24);
  77. this.txtClientAddress.MouseBack = null;
  78. this.txtClientAddress.Multiline = false;
  79. this.txtClientAddress.Name = "txtClientAddress";
  80. this.txtClientAddress.NormlBack = null;
  81. this.txtClientAddress.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  82. this.txtClientAddress.ReadOnly = false;
  83. this.txtClientAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  84. this.txtClientAddress.Size = new System.Drawing.Size(821, 25);
  85. this.txtClientAddress.TabIndex = 2332;
  86. this.txtClientAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  87. this.txtClientAddress.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  88. this.txtClientAddress.WaterText = "";
  89. this.txtClientAddress.WordWrap = true;
  90. //
  91. // txtClientFixedPhone
  92. //
  93. this.txtClientFixedPhone.BackColor = System.Drawing.Color.Transparent;
  94. this.txtClientFixedPhone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  95. this.txtClientFixedPhone.Icon = null;
  96. this.txtClientFixedPhone.IconIsButton = false;
  97. this.txtClientFixedPhone.IsPasswordChat = '\0';
  98. this.txtClientFixedPhone.IsSystemPasswordChar = false;
  99. this.txtClientFixedPhone.Lines = new string[0];
  100. this.txtClientFixedPhone.Location = new System.Drawing.Point(559, 32);
  101. this.txtClientFixedPhone.Margin = new System.Windows.Forms.Padding(0);
  102. this.txtClientFixedPhone.MaxLength = 13;
  103. this.txtClientFixedPhone.MinimumSize = new System.Drawing.Size(0, 24);
  104. this.txtClientFixedPhone.MouseBack = null;
  105. this.txtClientFixedPhone.Multiline = false;
  106. this.txtClientFixedPhone.Name = "txtClientFixedPhone";
  107. this.txtClientFixedPhone.NormlBack = null;
  108. this.txtClientFixedPhone.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  109. this.txtClientFixedPhone.ReadOnly = false;
  110. this.txtClientFixedPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  111. this.txtClientFixedPhone.Size = new System.Drawing.Size(100, 25);
  112. this.txtClientFixedPhone.TabIndex = 2327;
  113. this.txtClientFixedPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  114. this.txtClientFixedPhone.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  115. this.txtClientFixedPhone.WaterText = "";
  116. this.txtClientFixedPhone.WordWrap = true;
  117. //
  118. // labelEx17
  119. //
  120. this.labelEx17.AutoSize = true;
  121. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  122. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  123. this.labelEx17.Location = new System.Drawing.Point(493, 36);
  124. this.labelEx17.Name = "labelEx17";
  125. this.labelEx17.Size = new System.Drawing.Size(68, 17);
  126. this.labelEx17.TabIndex = 2343;
  127. this.labelEx17.Text = "固定电话:";
  128. //
  129. // txtClientWorkUnit
  130. //
  131. this.txtClientWorkUnit.BackColor = System.Drawing.Color.Transparent;
  132. this.txtClientWorkUnit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  133. this.txtClientWorkUnit.Icon = null;
  134. this.txtClientWorkUnit.IconIsButton = false;
  135. this.txtClientWorkUnit.IsPasswordChat = '\0';
  136. this.txtClientWorkUnit.IsSystemPasswordChar = false;
  137. this.txtClientWorkUnit.Lines = new string[0];
  138. this.txtClientWorkUnit.Location = new System.Drawing.Point(332, 63);
  139. this.txtClientWorkUnit.Margin = new System.Windows.Forms.Padding(0);
  140. this.txtClientWorkUnit.MaxLength = 32767;
  141. this.txtClientWorkUnit.MinimumSize = new System.Drawing.Size(0, 24);
  142. this.txtClientWorkUnit.MouseBack = null;
  143. this.txtClientWorkUnit.Multiline = false;
  144. this.txtClientWorkUnit.Name = "txtClientWorkUnit";
  145. this.txtClientWorkUnit.NormlBack = null;
  146. this.txtClientWorkUnit.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  147. this.txtClientWorkUnit.ReadOnly = false;
  148. this.txtClientWorkUnit.ScrollBars = System.Windows.Forms.ScrollBars.None;
  149. this.txtClientWorkUnit.Size = new System.Drawing.Size(327, 25);
  150. this.txtClientWorkUnit.TabIndex = 2330;
  151. this.txtClientWorkUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  152. this.txtClientWorkUnit.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  153. this.txtClientWorkUnit.WaterText = "";
  154. this.txtClientWorkUnit.WordWrap = true;
  155. //
  156. // txtClientQQ
  157. //
  158. this.txtClientQQ.BackColor = System.Drawing.Color.Transparent;
  159. this.txtClientQQ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  160. this.txtClientQQ.Icon = null;
  161. this.txtClientQQ.IconIsButton = false;
  162. this.txtClientQQ.IsPasswordChat = '\0';
  163. this.txtClientQQ.IsSystemPasswordChar = false;
  164. this.txtClientQQ.Lines = new string[0];
  165. this.txtClientQQ.Location = new System.Drawing.Point(77, 63);
  166. this.txtClientQQ.Margin = new System.Windows.Forms.Padding(0);
  167. this.txtClientQQ.MaxLength = 32767;
  168. this.txtClientQQ.MinimumSize = new System.Drawing.Size(0, 24);
  169. this.txtClientQQ.MouseBack = null;
  170. this.txtClientQQ.Multiline = false;
  171. this.txtClientQQ.Name = "txtClientQQ";
  172. this.txtClientQQ.NormlBack = null;
  173. this.txtClientQQ.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  174. this.txtClientQQ.ReadOnly = false;
  175. this.txtClientQQ.ScrollBars = System.Windows.Forms.ScrollBars.None;
  176. this.txtClientQQ.Size = new System.Drawing.Size(128, 25);
  177. this.txtClientQQ.TabIndex = 2329;
  178. this.txtClientQQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  179. this.txtClientQQ.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  180. this.txtClientQQ.WaterText = "";
  181. this.txtClientQQ.WordWrap = true;
  182. //
  183. // txtClientName
  184. //
  185. this.txtClientName.BackColor = System.Drawing.Color.Transparent;
  186. this.txtClientName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  187. this.txtClientName.Icon = null;
  188. this.txtClientName.IconIsButton = false;
  189. this.txtClientName.IsPasswordChat = '\0';
  190. this.txtClientName.IsSystemPasswordChar = false;
  191. this.txtClientName.Lines = new string[0];
  192. this.txtClientName.Location = new System.Drawing.Point(77, 32);
  193. this.txtClientName.Margin = new System.Windows.Forms.Padding(0);
  194. this.txtClientName.MaxLength = 32767;
  195. this.txtClientName.MinimumSize = new System.Drawing.Size(0, 24);
  196. this.txtClientName.MouseBack = null;
  197. this.txtClientName.Multiline = false;
  198. this.txtClientName.Name = "txtClientName";
  199. this.txtClientName.NormlBack = null;
  200. this.txtClientName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  201. this.txtClientName.ReadOnly = false;
  202. this.txtClientName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  203. this.txtClientName.Size = new System.Drawing.Size(100, 25);
  204. this.txtClientName.TabIndex = 2325;
  205. this.txtClientName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  206. this.txtClientName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  207. this.txtClientName.WaterText = "";
  208. this.txtClientName.WordWrap = true;
  209. //
  210. // txtClientDayForMarriage
  211. //
  212. this.txtClientDayForMarriage.Location = new System.Drawing.Point(751, 64);
  213. this.txtClientDayForMarriage.Name = "txtClientDayForMarriage";
  214. this.txtClientDayForMarriage.Size = new System.Drawing.Size(90, 21);
  215. this.txtClientDayForMarriage.StrValue = "";
  216. this.txtClientDayForMarriage.TabIndex = 2331;
  217. //
  218. // txtClientBirthday
  219. //
  220. this.txtClientBirthday.Location = new System.Drawing.Point(751, 34);
  221. this.txtClientBirthday.Name = "txtClientBirthday";
  222. this.txtClientBirthday.Size = new System.Drawing.Size(90, 21);
  223. this.txtClientBirthday.StrValue = "";
  224. this.txtClientBirthday.TabIndex = 2328;
  225. //
  226. // chkClientDayForMarriageLunar
  227. //
  228. this.chkClientDayForMarriageLunar.AutoSize = true;
  229. this.chkClientDayForMarriageLunar.BackColor = System.Drawing.Color.Transparent;
  230. this.chkClientDayForMarriageLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  231. this.chkClientDayForMarriageLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  232. this.chkClientDayForMarriageLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  233. this.chkClientDayForMarriageLunar.Fourstates = false;
  234. this.chkClientDayForMarriageLunar.IsGreenTick = false;
  235. this.chkClientDayForMarriageLunar.Location = new System.Drawing.Point(847, 63);
  236. this.chkClientDayForMarriageLunar.Name = "chkClientDayForMarriageLunar";
  237. this.chkClientDayForMarriageLunar.Size = new System.Drawing.Size(51, 21);
  238. this.chkClientDayForMarriageLunar.TabIndex = 2341;
  239. this.chkClientDayForMarriageLunar.Text = "农历";
  240. this.chkClientDayForMarriageLunar.UseVisualStyleBackColor = false;
  241. //
  242. // labelEx15
  243. //
  244. this.labelEx15.AutoSize = true;
  245. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  246. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  247. this.labelEx15.Location = new System.Drawing.Point(685, 67);
  248. this.labelEx15.Name = "labelEx15";
  249. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  250. this.labelEx15.TabIndex = 2340;
  251. this.labelEx15.Text = "客户婚期:";
  252. //
  253. // chkClientBirthdayLunar
  254. //
  255. this.chkClientBirthdayLunar.AutoSize = true;
  256. this.chkClientBirthdayLunar.BackColor = System.Drawing.Color.Transparent;
  257. this.chkClientBirthdayLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  258. this.chkClientBirthdayLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  259. this.chkClientBirthdayLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  260. this.chkClientBirthdayLunar.Fourstates = false;
  261. this.chkClientBirthdayLunar.IsGreenTick = false;
  262. this.chkClientBirthdayLunar.Location = new System.Drawing.Point(847, 33);
  263. this.chkClientBirthdayLunar.Name = "chkClientBirthdayLunar";
  264. this.chkClientBirthdayLunar.Size = new System.Drawing.Size(51, 21);
  265. this.chkClientBirthdayLunar.TabIndex = 2339;
  266. this.chkClientBirthdayLunar.Text = "农历";
  267. this.chkClientBirthdayLunar.UseVisualStyleBackColor = false;
  268. //
  269. // labelEx14
  270. //
  271. this.labelEx14.AutoSize = true;
  272. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  273. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.labelEx14.Location = new System.Drawing.Point(685, 36);
  275. this.labelEx14.Name = "labelEx14";
  276. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  277. this.labelEx14.TabIndex = 2338;
  278. this.labelEx14.Text = "客户生日:";
  279. //
  280. // labelEx13
  281. //
  282. this.labelEx13.AutoSize = true;
  283. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  284. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  285. this.labelEx13.Location = new System.Drawing.Point(266, 67);
  286. this.labelEx13.Name = "labelEx13";
  287. this.labelEx13.Size = new System.Drawing.Size(68, 17);
  288. this.labelEx13.TabIndex = 2337;
  289. this.labelEx13.Text = "工作单位:";
  290. //
  291. // labelEx12
  292. //
  293. this.labelEx12.AutoSize = true;
  294. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  295. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  296. this.labelEx12.Location = new System.Drawing.Point(11, 98);
  297. this.labelEx12.Name = "labelEx12";
  298. this.labelEx12.Size = new System.Drawing.Size(68, 17);
  299. this.labelEx12.TabIndex = 2336;
  300. this.labelEx12.Text = "客户地址:";
  301. //
  302. // labelEx11
  303. //
  304. this.labelEx11.AutoSize = true;
  305. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  306. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  307. this.labelEx11.Location = new System.Drawing.Point(15, 67);
  308. this.labelEx11.Name = "labelEx11";
  309. this.labelEx11.Size = new System.Drawing.Size(64, 17);
  310. this.labelEx11.TabIndex = 2335;
  311. this.labelEx11.Text = "客户QQ:";
  312. //
  313. // labelEx10
  314. //
  315. this.labelEx10.AutoSize = true;
  316. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  317. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  318. this.labelEx10.Location = new System.Drawing.Point(257, 36);
  319. this.labelEx10.Name = "labelEx10";
  320. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  321. this.labelEx10.TabIndex = 2334;
  322. this.labelEx10.Text = "* 手机号码:";
  323. //
  324. // labelEx9
  325. //
  326. this.labelEx9.AutoSize = true;
  327. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  328. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  329. this.labelEx9.Location = new System.Drawing.Point(6, 36);
  330. this.labelEx9.Name = "labelEx9";
  331. this.labelEx9.Size = new System.Drawing.Size(73, 17);
  332. this.labelEx9.TabIndex = 2333;
  333. this.labelEx9.Text = "*客户姓名:";
  334. //
  335. // buttonForm1
  336. //
  337. this.buttonForm1.BackColor = System.Drawing.Color.Transparent;
  338. this.buttonForm1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonForm1.BackImg")));
  339. this.buttonForm1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.buttonForm1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.buttonForm1.ForeColor = System.Drawing.Color.White;
  342. this.buttonForm1.IsCustomBackImg = false;
  343. this.buttonForm1.IsShowText = true;
  344. this.buttonForm1.Location = new System.Drawing.Point(770, 3);
  345. this.buttonForm1.Name = "buttonForm1";
  346. this.buttonForm1.Size = new System.Drawing.Size(60, 23);
  347. this.buttonForm1.TabIndex = 2347;
  348. this.buttonForm1.Text = " 删除";
  349. this.buttonForm1.UseVisualStyleBackColor = false;
  350. //
  351. // btn_CustomerEdit
  352. //
  353. this.btn_CustomerEdit.BackColor = System.Drawing.Color.Transparent;
  354. this.btn_CustomerEdit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_CustomerEdit.BackImg")));
  355. this.btn_CustomerEdit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  356. this.btn_CustomerEdit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  357. this.btn_CustomerEdit.ForeColor = System.Drawing.Color.White;
  358. this.btn_CustomerEdit.IsCustomBackImg = false;
  359. this.btn_CustomerEdit.IsShowText = true;
  360. this.btn_CustomerEdit.Location = new System.Drawing.Point(838, 3);
  361. this.btn_CustomerEdit.Name = "btn_CustomerEdit";
  362. this.btn_CustomerEdit.Size = new System.Drawing.Size(60, 23);
  363. this.btn_CustomerEdit.TabIndex = 2346;
  364. this.btn_CustomerEdit.Text = " 编辑";
  365. this.btn_CustomerEdit.UseVisualStyleBackColor = false;
  366. //
  367. // btnQQCall
  368. //
  369. this.btnQQCall.BackColor = System.Drawing.Color.Transparent;
  370. this.btnQQCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQQCall.BackImg")));
  371. this.btnQQCall.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  372. this.btnQQCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  373. this.btnQQCall.ForeColor = System.Drawing.Color.White;
  374. this.btnQQCall.IsCustomBackImg = false;
  375. this.btnQQCall.IsShowText = false;
  376. this.btnQQCall.Location = new System.Drawing.Point(207, 64);
  377. this.btnQQCall.Name = "btnQQCall";
  378. this.btnQQCall.Size = new System.Drawing.Size(27, 22);
  379. this.btnQQCall.TabIndex = 2345;
  380. this.btnQQCall.Text = "buttonQQ1";
  381. this.btnQQCall.UseVisualStyleBackColor = false;
  382. //
  383. // btnDial
  384. //
  385. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  386. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDial.BackImg")));
  387. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
  388. this.btnDial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  389. this.btnDial.ForeColor = System.Drawing.Color.White;
  390. this.btnDial.IsCustomBackImg = false;
  391. this.btnDial.IsShowText = false;
  392. this.btnDial.Location = new System.Drawing.Point(436, 33);
  393. this.btnDial.Name = "btnDial";
  394. this.btnDial.Size = new System.Drawing.Size(27, 22);
  395. this.btnDial.TabIndex = 2344;
  396. this.btnDial.Text = "buttonTel1";
  397. this.btnDial.UseVisualStyleBackColor = false;
  398. //
  399. // btnClientSelect
  400. //
  401. this.btnClientSelect.BackColor = System.Drawing.Color.Transparent;
  402. this.btnClientSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientSelect.BackImg")));
  403. this.btnClientSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  404. this.btnClientSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  405. this.btnClientSelect.ForeColor = System.Drawing.Color.White;
  406. this.btnClientSelect.IsCustomBackImg = false;
  407. this.btnClientSelect.IsShowText = true;
  408. this.btnClientSelect.Location = new System.Drawing.Point(182, 32);
  409. this.btnClientSelect.Name = "btnClientSelect";
  410. this.btnClientSelect.Size = new System.Drawing.Size(50, 24);
  411. this.btnClientSelect.TabIndex = 2342;
  412. this.btnClientSelect.Text = " 选择";
  413. this.btnClientSelect.UseVisualStyleBackColor = false;
  414. //
  415. // UCDressCustomer
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.Controls.Add(this.buttonForm1);
  420. this.Controls.Add(this.btn_CustomerEdit);
  421. this.Controls.Add(this.btnQQCall);
  422. this.Controls.Add(this.btnDial);
  423. this.Controls.Add(this.txtClientTelephone);
  424. this.Controls.Add(this.txtClientAddress);
  425. this.Controls.Add(this.txtClientFixedPhone);
  426. this.Controls.Add(this.labelEx17);
  427. this.Controls.Add(this.txtClientWorkUnit);
  428. this.Controls.Add(this.txtClientQQ);
  429. this.Controls.Add(this.txtClientName);
  430. this.Controls.Add(this.txtClientDayForMarriage);
  431. this.Controls.Add(this.txtClientBirthday);
  432. this.Controls.Add(this.btnClientSelect);
  433. this.Controls.Add(this.chkClientDayForMarriageLunar);
  434. this.Controls.Add(this.labelEx15);
  435. this.Controls.Add(this.chkClientBirthdayLunar);
  436. this.Controls.Add(this.labelEx14);
  437. this.Controls.Add(this.labelEx13);
  438. this.Controls.Add(this.labelEx12);
  439. this.Controls.Add(this.labelEx11);
  440. this.Controls.Add(this.labelEx10);
  441. this.Controls.Add(this.labelEx9);
  442. this.Name = "UCDressCustomer";
  443. this.Size = new System.Drawing.Size(908, 124);
  444. this.ResumeLayout(false);
  445. this.PerformLayout();
  446. }
  447. #endregion
  448. protected ComponentLibrary.ButtonQQ btnQQCall;
  449. protected ComponentLibrary.ButtonTel btnDial;
  450. protected ComponentLibrary.MaskedTextBoxEx txtClientTelephone;
  451. protected internal ComponentLibrary.TextBoxEx txtClientAddress;
  452. protected internal ComponentLibrary.TextBoxEx txtClientFixedPhone;
  453. private ComponentLibrary.LabelEx labelEx17;
  454. protected internal ComponentLibrary.TextBoxEx txtClientWorkUnit;
  455. protected internal ComponentLibrary.TextBoxEx txtClientQQ;
  456. protected internal ComponentLibrary.TextBoxEx txtClientName;
  457. protected ComponentLibrary.MaskedTextDateEx txtClientDayForMarriage;
  458. protected ComponentLibrary.MaskedTextDateEx txtClientBirthday;
  459. protected internal ComponentLibrary.ButtonForm btnClientSelect;
  460. protected ComponentLibrary.CheckBoxEx chkClientDayForMarriageLunar;
  461. private ComponentLibrary.LabelEx labelEx15;
  462. protected ComponentLibrary.CheckBoxEx chkClientBirthdayLunar;
  463. private ComponentLibrary.LabelEx labelEx14;
  464. private ComponentLibrary.LabelEx labelEx13;
  465. private ComponentLibrary.LabelEx labelEx12;
  466. private ComponentLibrary.LabelEx labelEx11;
  467. private ComponentLibrary.LabelEx labelEx10;
  468. private ComponentLibrary.LabelEx labelEx9;
  469. protected internal ComponentLibrary.ButtonEx btn_CustomerEdit;
  470. public ComponentLibrary.ButtonForm buttonForm1;
  471. }
  472. }