UCustomerInfo.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. namespace LYFZ.Software.UI.DoorCityProcess.NewOrderCustomControls
  2. {
  3. partial class UCustomerInfo
  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( UCustomerInfo ) );
  30. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.panelIDNumber = new LYFZ.ComponentLibrary.PanelEx();
  32. this.maskedIDNumber = new LYFZ.ComponentLibrary.MaskedIDNumber( this.components );
  33. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.PictDelete = new LYFZ.ComponentLibrary.PictureBoxEx();
  36. this.PictReset = new LYFZ.ComponentLibrary.PictureBoxEx();
  37. this.PictEdit = new LYFZ.ComponentLibrary.PictureBoxEx();
  38. this.panelRelation = new LYFZ.ComponentLibrary.PanelEx();
  39. this.lbSetCusRelation = new LYFZ.ComponentLibrary.LabelEx();
  40. this.cmbtreevCusRelation = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.lblClientRelation = new LYFZ.ComponentLibrary.LabelEx();
  42. this.cmbtreevCusRegion = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  43. this.lblClientText = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelTips = new LYFZ.ComponentLibrary.PanelEx();
  45. this.txtTips = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.lbBtnSelectSameName = new LYFZ.ComponentLibrary.LabelEx();
  47. this.rdoCusSex1 = new LYFZ.ComponentLibrary.RadioButtonEx();
  48. this.rdoCusSex2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  49. this.labelEx66 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.maskBirthday = new LYFZ.ComponentLibrary.MaskedTextDateEx( this.components );
  51. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.btnDial = new LYFZ.ComponentLibrary.ButtonTel();
  53. this.txtCusTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx( this.components );
  54. this.btnQQCall = new LYFZ.ComponentLibrary.ButtonQQ();
  55. this.txtMicroSignal = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.labelEx79 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtCusFixedPhone = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.labelEx67 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.txtCusWorkUnit = new LYFZ.ComponentLibrary.TextBoxEx();
  60. this.txtCusAddress = new LYFZ.ComponentLibrary.TextBoxEx();
  61. this.txtCusQQ = new LYFZ.ComponentLibrary.TextBoxEx();
  62. this.txtCusName = new LYFZ.ComponentLibrary.TextBoxEx();
  63. this.chkBirthday = new LYFZ.ComponentLibrary.CheckBoxEx();
  64. this.labelEx27 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx25 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.labelEx23 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  68. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.plKuZuan = new System.Windows.Forms.Panel();
  72. this.lbSetCusRegion = new LYFZ.ComponentLibrary.LabelEx();
  73. this.plAddKeFu = new System.Windows.Forms.Panel();
  74. this.pictAddClient = new LYFZ.ComponentLibrary.PictureBoxEx();
  75. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  76. this.panelIDNumber.SuspendLayout();
  77. this.flowLayoutPanel1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.PictReset)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).BeginInit();
  81. this.panelRelation.SuspendLayout();
  82. this.panelTips.SuspendLayout();
  83. this.plKuZuan.SuspendLayout();
  84. this.plAddKeFu.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.pictAddClient)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // panelEx5
  89. //
  90. this.panelEx5.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))) );
  91. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))) );
  92. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  93. this.panelEx5.BorderWidth = 1;
  94. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  95. this.panelEx5.Location = new System.Drawing.Point( 12, 167 );
  96. this.panelEx5.Name = "panelEx5";
  97. this.panelEx5.Size = new System.Drawing.Size( 880, 1 );
  98. this.panelEx5.TabIndex = 298;
  99. //
  100. // panelIDNumber
  101. //
  102. this.panelIDNumber.BorderColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))) );
  103. this.panelIDNumber.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  104. this.panelIDNumber.BorderWidth = 1;
  105. this.panelIDNumber.Controls.Add( this.maskedIDNumber );
  106. this.panelIDNumber.Controls.Add( this.labelEx1 );
  107. this.panelIDNumber.Dock = System.Windows.Forms.DockStyle.Left;
  108. this.panelIDNumber.Location = new System.Drawing.Point( 0, 0 );
  109. this.panelIDNumber.Name = "panelIDNumber";
  110. this.panelIDNumber.Size = new System.Drawing.Size( 356, 32 );
  111. this.panelIDNumber.TabIndex = 2337;
  112. //
  113. // maskedIDNumber
  114. //
  115. this.maskedIDNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  116. this.maskedIDNumber.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  117. this.maskedIDNumber.Location = new System.Drawing.Point( 65, 5 );
  118. this.maskedIDNumber.Name = "maskedIDNumber";
  119. this.maskedIDNumber.Size = new System.Drawing.Size( 291, 23 );
  120. this.maskedIDNumber.StrValue = "";
  121. this.maskedIDNumber.TabIndex = 14;
  122. //
  123. // labelEx1
  124. //
  125. this.labelEx1.AutoSize = true;
  126. this.labelEx1.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  127. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  128. this.labelEx1.Location = new System.Drawing.Point( 3, 8 );
  129. this.labelEx1.Name = "labelEx1";
  130. this.labelEx1.Size = new System.Drawing.Size( 56, 17 );
  131. this.labelEx1.TabIndex = 2273;
  132. this.labelEx1.Text = "身份证号";
  133. //
  134. // flowLayoutPanel1
  135. //
  136. this.flowLayoutPanel1.Controls.Add( this.PictDelete );
  137. this.flowLayoutPanel1.Controls.Add( this.PictReset );
  138. this.flowLayoutPanel1.Controls.Add( this.PictEdit );
  139. this.flowLayoutPanel1.Location = new System.Drawing.Point( 781, 1 );
  140. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding( 0 );
  141. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  142. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding( 2 );
  143. this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  144. this.flowLayoutPanel1.Size = new System.Drawing.Size( 112, 20 );
  145. this.flowLayoutPanel1.TabIndex = 2335;
  146. //
  147. // PictDelete
  148. //
  149. this.PictDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.PictDelete.Image = ((System.Drawing.Image)(resources.GetObject( "PictDelete.Image" )));
  151. this.PictDelete.Location = new System.Drawing.Point( 83, 2 );
  152. this.PictDelete.Margin = new System.Windows.Forms.Padding( 0 );
  153. this.PictDelete.Name = "PictDelete";
  154. this.PictDelete.Size = new System.Drawing.Size( 25, 16 );
  155. this.PictDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  156. this.PictDelete.TabIndex = 2262;
  157. this.PictDelete.TabStop = false;
  158. this.PictDelete.Visible = false;
  159. //
  160. // PictReset
  161. //
  162. this.PictReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  163. this.PictReset.Image = ((System.Drawing.Image)(resources.GetObject( "PictReset.Image" )));
  164. this.PictReset.Location = new System.Drawing.Point( 58, 2 );
  165. this.PictReset.Margin = new System.Windows.Forms.Padding( 0 );
  166. this.PictReset.Name = "PictReset";
  167. this.PictReset.Size = new System.Drawing.Size( 25, 16 );
  168. this.PictReset.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  169. this.PictReset.TabIndex = 2267;
  170. this.PictReset.TabStop = false;
  171. //
  172. // PictEdit
  173. //
  174. this.PictEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  175. this.PictEdit.Image = ((System.Drawing.Image)(resources.GetObject( "PictEdit.Image" )));
  176. this.PictEdit.Location = new System.Drawing.Point( 33, 2 );
  177. this.PictEdit.Margin = new System.Windows.Forms.Padding( 0 );
  178. this.PictEdit.Name = "PictEdit";
  179. this.PictEdit.Size = new System.Drawing.Size( 25, 16 );
  180. this.PictEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  181. this.PictEdit.TabIndex = 2268;
  182. this.PictEdit.TabStop = false;
  183. //
  184. // panelRelation
  185. //
  186. this.panelRelation.BorderColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))) );
  187. this.panelRelation.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  188. this.panelRelation.BorderWidth = 1;
  189. this.panelRelation.Controls.Add( this.lbSetCusRelation );
  190. this.panelRelation.Controls.Add( this.cmbtreevCusRelation );
  191. this.panelRelation.Controls.Add( this.lblClientRelation );
  192. this.panelRelation.Location = new System.Drawing.Point( 682, 29 );
  193. this.panelRelation.Name = "panelRelation";
  194. this.panelRelation.Size = new System.Drawing.Size( 211, 28 );
  195. this.panelRelation.TabIndex = 2334;
  196. //
  197. // lbSetCusRelation
  198. //
  199. this.lbSetCusRelation.AutoSize = true;
  200. this.lbSetCusRelation.Cursor = System.Windows.Forms.Cursors.Hand;
  201. this.lbSetCusRelation.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel );
  202. this.lbSetCusRelation.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(104)))), ((int)(((byte)(109)))) );
  203. this.lbSetCusRelation.Location = new System.Drawing.Point( 177, 6 );
  204. this.lbSetCusRelation.Name = "lbSetCusRelation";
  205. this.lbSetCusRelation.Size = new System.Drawing.Size( 32, 17 );
  206. this.lbSetCusRelation.TabIndex = 2339;
  207. this.lbSetCusRelation.Text = "设置";
  208. //
  209. // cmbtreevCusRelation
  210. //
  211. this.cmbtreevCusRelation.AfterSelectLevelFirstNode = false;
  212. this.cmbtreevCusRelation.DropDownHeight = 220;
  213. this.cmbtreevCusRelation.DropDownShow = false;
  214. this.cmbtreevCusRelation.FormattingEnabled = true;
  215. this.cmbtreevCusRelation.IntegralHeight = false;
  216. this.cmbtreevCusRelation.IsNodeMouseClick = false;
  217. this.cmbtreevCusRelation.IsSelectParentNode = false;
  218. this.cmbtreevCusRelation.Location = new System.Drawing.Point( 75, 4 );
  219. this.cmbtreevCusRelation.Name = "cmbtreevCusRelation";
  220. this.cmbtreevCusRelation.ReadOnly = true;
  221. this.cmbtreevCusRelation.SelectedNode = null;
  222. this.cmbtreevCusRelation.Size = new System.Drawing.Size( 100, 20 );
  223. this.cmbtreevCusRelation.StrGetName = "";
  224. this.cmbtreevCusRelation.StrGetTagName = "";
  225. this.cmbtreevCusRelation.StrKey = null;
  226. this.cmbtreevCusRelation.TabIndex = 5;
  227. //
  228. // lblClientRelation
  229. //
  230. this.lblClientRelation.AutoSize = true;
  231. this.lblClientRelation.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  232. this.lblClientRelation.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  233. this.lblClientRelation.Location = new System.Drawing.Point( 4, 6 );
  234. this.lblClientRelation.Margin = new System.Windows.Forms.Padding( 0 );
  235. this.lblClientRelation.Name = "lblClientRelation";
  236. this.lblClientRelation.Size = new System.Drawing.Size( 68, 17 );
  237. this.lblClientRelation.TabIndex = 2245;
  238. this.lblClientRelation.Text = "与客户关系";
  239. this.lblClientRelation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  240. //
  241. // cmbtreevCusRegion
  242. //
  243. this.cmbtreevCusRegion.AfterSelectLevelFirstNode = false;
  244. this.cmbtreevCusRegion.DropDownHeight = 220;
  245. this.cmbtreevCusRegion.DropDownShow = false;
  246. this.cmbtreevCusRegion.FormattingEnabled = true;
  247. this.cmbtreevCusRegion.IntegralHeight = false;
  248. this.cmbtreevCusRegion.IsNodeMouseClick = false;
  249. this.cmbtreevCusRegion.IsSelectParentNode = false;
  250. this.cmbtreevCusRegion.Location = new System.Drawing.Point( 321, 99 );
  251. this.cmbtreevCusRegion.Name = "cmbtreevCusRegion";
  252. this.cmbtreevCusRegion.ReadOnly = true;
  253. this.cmbtreevCusRegion.SelectedNode = null;
  254. this.cmbtreevCusRegion.Size = new System.Drawing.Size( 110, 20 );
  255. this.cmbtreevCusRegion.StrGetName = "";
  256. this.cmbtreevCusRegion.StrGetTagName = "";
  257. this.cmbtreevCusRegion.StrKey = null;
  258. this.cmbtreevCusRegion.TabIndex = 2315;
  259. //
  260. // lblClientText
  261. //
  262. this.lblClientText.AutoSize = true;
  263. this.lblClientText.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel );
  264. this.lblClientText.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  265. this.lblClientText.Location = new System.Drawing.Point( 5, 10 );
  266. this.lblClientText.Name = "lblClientText";
  267. this.lblClientText.Size = new System.Drawing.Size( 56, 17 );
  268. this.lblClientText.TabIndex = 2333;
  269. this.lblClientText.Text = "客户资料";
  270. //
  271. // panelTips
  272. //
  273. this.panelTips.BorderColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))) );
  274. this.panelTips.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  275. this.panelTips.BorderWidth = 1;
  276. this.panelTips.Controls.Add( this.txtTips );
  277. this.panelTips.Controls.Add( this.lbBtnSelectSameName );
  278. this.panelTips.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.panelTips.Location = new System.Drawing.Point( 356, 0 );
  280. this.panelTips.Name = "panelTips";
  281. this.panelTips.Padding = new System.Windows.Forms.Padding( 5, 4, 0, 5 );
  282. this.panelTips.Size = new System.Drawing.Size( 462, 32 );
  283. this.panelTips.TabIndex = 2332;
  284. this.panelTips.Visible = false;
  285. //
  286. // txtTips
  287. //
  288. this.txtTips.BackColor = System.Drawing.Color.Transparent;
  289. this.txtTips.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.txtTips.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  291. this.txtTips.Icon = null;
  292. this.txtTips.IconIsButton = false;
  293. this.txtTips.IsPasswordChat = '\0';
  294. this.txtTips.IsSystemPasswordChar = false;
  295. this.txtTips.Lines = new string[0];
  296. this.txtTips.Location = new System.Drawing.Point( 5, 4 );
  297. this.txtTips.Margin = new System.Windows.Forms.Padding( 0 );
  298. this.txtTips.MaxLength = 32767;
  299. this.txtTips.MinimumSize = new System.Drawing.Size( 0, 24 );
  300. this.txtTips.MouseBack = null;
  301. this.txtTips.Multiline = false;
  302. this.txtTips.Name = "txtTips";
  303. this.txtTips.NormlBack = null;
  304. this.txtTips.Padding = new System.Windows.Forms.Padding( 5 );
  305. this.txtTips.ReadOnly = true;
  306. this.txtTips.ScrollBars = System.Windows.Forms.ScrollBars.None;
  307. this.txtTips.Size = new System.Drawing.Size( 394, 24 );
  308. this.txtTips.TabIndex = 2259;
  309. this.txtTips.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  310. this.txtTips.WaterColor = System.Drawing.Color.DarkGray;
  311. this.txtTips.WaterText = "";
  312. this.txtTips.WordWrap = true;
  313. //
  314. // lbBtnSelectSameName
  315. //
  316. this.lbBtnSelectSameName.Cursor = System.Windows.Forms.Cursors.Hand;
  317. this.lbBtnSelectSameName.Dock = System.Windows.Forms.DockStyle.Right;
  318. this.lbBtnSelectSameName.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel );
  319. this.lbBtnSelectSameName.ForeColor = System.Drawing.Color.DodgerBlue;
  320. this.lbBtnSelectSameName.Location = new System.Drawing.Point( 399, 4 );
  321. this.lbBtnSelectSameName.Name = "lbBtnSelectSameName";
  322. this.lbBtnSelectSameName.Size = new System.Drawing.Size( 63, 23 );
  323. this.lbBtnSelectSameName.TabIndex = 2340;
  324. this.lbBtnSelectSameName.Text = "查看详情";
  325. this.lbBtnSelectSameName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  326. //
  327. // rdoCusSex1
  328. //
  329. this.rdoCusSex1.AutoSize = true;
  330. this.rdoCusSex1.BackColor = System.Drawing.Color.Transparent;
  331. this.rdoCusSex1.Font = new System.Drawing.Font( "微软雅黑", 9F );
  332. this.rdoCusSex1.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  333. this.rdoCusSex1.Location = new System.Drawing.Point( 330, 33 );
  334. this.rdoCusSex1.Name = "rdoCusSex1";
  335. this.rdoCusSex1.Size = new System.Drawing.Size( 38, 21 );
  336. this.rdoCusSex1.TabIndex = 3;
  337. this.rdoCusSex1.Text = "男";
  338. this.rdoCusSex1.UseVisualStyleBackColor = false;
  339. //
  340. // rdoCusSex2
  341. //
  342. this.rdoCusSex2.AutoSize = true;
  343. this.rdoCusSex2.BackColor = System.Drawing.Color.Transparent;
  344. this.rdoCusSex2.Checked = true;
  345. this.rdoCusSex2.Font = new System.Drawing.Font( "微软雅黑", 9F );
  346. this.rdoCusSex2.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  347. this.rdoCusSex2.Location = new System.Drawing.Point( 389, 33 );
  348. this.rdoCusSex2.Name = "rdoCusSex2";
  349. this.rdoCusSex2.Size = new System.Drawing.Size( 38, 21 );
  350. this.rdoCusSex2.TabIndex = 4;
  351. this.rdoCusSex2.TabStop = true;
  352. this.rdoCusSex2.Text = "女";
  353. this.rdoCusSex2.UseVisualStyleBackColor = false;
  354. //
  355. // labelEx66
  356. //
  357. this.labelEx66.AutoSize = true;
  358. this.labelEx66.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)) );
  359. this.labelEx66.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  360. this.labelEx66.Location = new System.Drawing.Point( 287, 35 );
  361. this.labelEx66.Name = "labelEx66";
  362. this.labelEx66.Size = new System.Drawing.Size( 32, 17 );
  363. this.labelEx66.TabIndex = 2329;
  364. this.labelEx66.Text = "性别";
  365. //
  366. // maskBirthday
  367. //
  368. this.maskBirthday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  369. this.maskBirthday.Location = new System.Drawing.Point( 521, 33 );
  370. this.maskBirthday.Name = "maskBirthday";
  371. this.maskBirthday.Size = new System.Drawing.Size( 110, 21 );
  372. this.maskBirthday.StrValue = "";
  373. this.maskBirthday.TabIndex = 2312;
  374. //
  375. // labelEx13
  376. //
  377. this.labelEx13.AutoSize = true;
  378. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  379. this.labelEx13.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  380. this.labelEx13.ForeColor = System.Drawing.Color.Red;
  381. this.labelEx13.Location = new System.Drawing.Point( 62, 68 );
  382. this.labelEx13.Name = "labelEx13";
  383. this.labelEx13.Size = new System.Drawing.Size( 13, 17 );
  384. this.labelEx13.TabIndex = 2328;
  385. this.labelEx13.Text = "*";
  386. //
  387. // btnDial
  388. //
  389. this.btnDial.BackColor = System.Drawing.Color.Transparent;
  390. this.btnDial.BackImg = ((System.Drawing.Bitmap)(resources.GetObject( "btnDial.BackImg" )));
  391. this.btnDial.BacklightLTRB = new System.Drawing.Rectangle( 10, 10, 27, 22 );
  392. this.btnDial.Font = new System.Drawing.Font( "微软雅黑", 9F, System.Drawing.FontStyle.Bold );
  393. this.btnDial.ForeColor = System.Drawing.Color.White;
  394. this.btnDial.IsCustomBackImg = false;
  395. this.btnDial.IsShowText = false;
  396. this.btnDial.Location = new System.Drawing.Point( 253, 65 );
  397. this.btnDial.Name = "btnDial";
  398. this.btnDial.Size = new System.Drawing.Size( 27, 22 );
  399. this.btnDial.TabIndex = 2327;
  400. this.btnDial.Text = "buttonTel1";
  401. this.btnDial.UseVisualStyleBackColor = false;
  402. //
  403. // txtCusTelephone
  404. //
  405. this.txtCusTelephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  406. this.txtCusTelephone.Location = new System.Drawing.Point( 141, 66 );
  407. this.txtCusTelephone.Mask = "000 0000 0000";
  408. this.txtCusTelephone.Name = "txtCusTelephone";
  409. this.txtCusTelephone.PromptChar = ' ';
  410. this.txtCusTelephone.Size = new System.Drawing.Size( 110, 21 );
  411. this.txtCusTelephone.TabIndex = 2308;
  412. //
  413. // btnQQCall
  414. //
  415. this.btnQQCall.BackColor = System.Drawing.Color.Transparent;
  416. this.btnQQCall.BackImg = ((System.Drawing.Bitmap)(resources.GetObject( "btnQQCall.BackImg" )));
  417. this.btnQQCall.BacklightLTRB = new System.Drawing.Rectangle( 10, 10, 27, 22 );
  418. this.btnQQCall.Font = new System.Drawing.Font( "微软雅黑", 9F, System.Drawing.FontStyle.Bold );
  419. this.btnQQCall.ForeColor = System.Drawing.Color.White;
  420. this.btnQQCall.IsCustomBackImg = false;
  421. this.btnQQCall.IsShowText = false;
  422. this.btnQQCall.Location = new System.Drawing.Point( 437, 65 );
  423. this.btnQQCall.Name = "btnQQCall";
  424. this.btnQQCall.Size = new System.Drawing.Size( 27, 22 );
  425. this.btnQQCall.TabIndex = 2326;
  426. this.btnQQCall.Text = "buttonQQ1";
  427. this.btnQQCall.UseVisualStyleBackColor = false;
  428. //
  429. // txtMicroSignal
  430. //
  431. this.txtMicroSignal.BackColor = System.Drawing.Color.Transparent;
  432. this.txtMicroSignal.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  433. this.txtMicroSignal.Icon = null;
  434. this.txtMicroSignal.IconIsButton = false;
  435. this.txtMicroSignal.IsPasswordChat = '\0';
  436. this.txtMicroSignal.IsSystemPasswordChar = false;
  437. this.txtMicroSignal.Lines = new string[0];
  438. this.txtMicroSignal.Location = new System.Drawing.Point( 521, 64 );
  439. this.txtMicroSignal.Margin = new System.Windows.Forms.Padding( 0 );
  440. this.txtMicroSignal.MaxLength = 20;
  441. this.txtMicroSignal.MinimumSize = new System.Drawing.Size( 0, 24 );
  442. this.txtMicroSignal.MouseBack = null;
  443. this.txtMicroSignal.Multiline = false;
  444. this.txtMicroSignal.Name = "txtMicroSignal";
  445. this.txtMicroSignal.NormlBack = null;
  446. this.txtMicroSignal.Padding = new System.Windows.Forms.Padding( 5 );
  447. this.txtMicroSignal.ReadOnly = false;
  448. this.txtMicroSignal.ScrollBars = System.Windows.Forms.ScrollBars.None;
  449. this.txtMicroSignal.Size = new System.Drawing.Size( 110, 25 );
  450. this.txtMicroSignal.TabIndex = 2311;
  451. this.txtMicroSignal.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  452. this.txtMicroSignal.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  453. this.txtMicroSignal.WaterText = "";
  454. this.txtMicroSignal.WordWrap = true;
  455. //
  456. // labelEx79
  457. //
  458. this.labelEx79.AutoSize = true;
  459. this.labelEx79.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  460. this.labelEx79.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  461. this.labelEx79.Location = new System.Drawing.Point( 475, 68 );
  462. this.labelEx79.Name = "labelEx79";
  463. this.labelEx79.Size = new System.Drawing.Size( 44, 17 );
  464. this.labelEx79.TabIndex = 2325;
  465. this.labelEx79.Text = "微信号";
  466. //
  467. // txtCusFixedPhone
  468. //
  469. this.txtCusFixedPhone.BackColor = System.Drawing.Color.Transparent;
  470. this.txtCusFixedPhone.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  471. this.txtCusFixedPhone.Icon = null;
  472. this.txtCusFixedPhone.IconIsButton = false;
  473. this.txtCusFixedPhone.IsPasswordChat = '\0';
  474. this.txtCusFixedPhone.IsSystemPasswordChar = false;
  475. this.txtCusFixedPhone.Lines = new string[0];
  476. this.txtCusFixedPhone.Location = new System.Drawing.Point( 757, 64 );
  477. this.txtCusFixedPhone.Margin = new System.Windows.Forms.Padding( 0 );
  478. this.txtCusFixedPhone.MaxLength = 13;
  479. this.txtCusFixedPhone.MinimumSize = new System.Drawing.Size( 0, 24 );
  480. this.txtCusFixedPhone.MouseBack = null;
  481. this.txtCusFixedPhone.Multiline = false;
  482. this.txtCusFixedPhone.Name = "txtCusFixedPhone";
  483. this.txtCusFixedPhone.NormlBack = null;
  484. this.txtCusFixedPhone.Padding = new System.Windows.Forms.Padding( 5 );
  485. this.txtCusFixedPhone.ReadOnly = false;
  486. this.txtCusFixedPhone.ScrollBars = System.Windows.Forms.ScrollBars.None;
  487. this.txtCusFixedPhone.Size = new System.Drawing.Size( 100, 25 );
  488. this.txtCusFixedPhone.TabIndex = 2309;
  489. this.txtCusFixedPhone.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  490. this.txtCusFixedPhone.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  491. this.txtCusFixedPhone.WaterText = "";
  492. this.txtCusFixedPhone.WordWrap = true;
  493. //
  494. // labelEx67
  495. //
  496. this.labelEx67.AutoSize = true;
  497. this.labelEx67.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  498. this.labelEx67.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  499. this.labelEx67.Location = new System.Drawing.Point( 698, 68 );
  500. this.labelEx67.Name = "labelEx67";
  501. this.labelEx67.Size = new System.Drawing.Size( 56, 17 );
  502. this.labelEx67.TabIndex = 2324;
  503. this.labelEx67.Text = "固定电话";
  504. //
  505. // txtCusWorkUnit
  506. //
  507. this.txtCusWorkUnit.BackColor = System.Drawing.Color.Transparent;
  508. this.txtCusWorkUnit.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  509. this.txtCusWorkUnit.Icon = null;
  510. this.txtCusWorkUnit.IconIsButton = false;
  511. this.txtCusWorkUnit.IsPasswordChat = '\0';
  512. this.txtCusWorkUnit.IsSystemPasswordChar = false;
  513. this.txtCusWorkUnit.Lines = new string[0];
  514. this.txtCusWorkUnit.Location = new System.Drawing.Point( 141, 97 );
  515. this.txtCusWorkUnit.Margin = new System.Windows.Forms.Padding( 0 );
  516. this.txtCusWorkUnit.MaxLength = 32767;
  517. this.txtCusWorkUnit.MinimumSize = new System.Drawing.Size( 0, 24 );
  518. this.txtCusWorkUnit.MouseBack = null;
  519. this.txtCusWorkUnit.Multiline = false;
  520. this.txtCusWorkUnit.Name = "txtCusWorkUnit";
  521. this.txtCusWorkUnit.NormlBack = null;
  522. this.txtCusWorkUnit.Padding = new System.Windows.Forms.Padding( 5 );
  523. this.txtCusWorkUnit.ReadOnly = false;
  524. this.txtCusWorkUnit.ScrollBars = System.Windows.Forms.ScrollBars.None;
  525. this.txtCusWorkUnit.Size = new System.Drawing.Size( 110, 25 );
  526. this.txtCusWorkUnit.TabIndex = 2314;
  527. this.txtCusWorkUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  528. this.txtCusWorkUnit.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  529. this.txtCusWorkUnit.WaterText = "";
  530. this.txtCusWorkUnit.WordWrap = true;
  531. //
  532. // txtCusAddress
  533. //
  534. this.txtCusAddress.BackColor = System.Drawing.Color.Transparent;
  535. this.txtCusAddress.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  536. this.txtCusAddress.Icon = null;
  537. this.txtCusAddress.IconIsButton = false;
  538. this.txtCusAddress.IsPasswordChat = '\0';
  539. this.txtCusAddress.IsSystemPasswordChar = false;
  540. this.txtCusAddress.Lines = new string[0];
  541. this.txtCusAddress.Location = new System.Drawing.Point( 521, 97 );
  542. this.txtCusAddress.Margin = new System.Windows.Forms.Padding( 0 );
  543. this.txtCusAddress.MaxLength = 100;
  544. this.txtCusAddress.MinimumSize = new System.Drawing.Size( 0, 24 );
  545. this.txtCusAddress.MouseBack = null;
  546. this.txtCusAddress.Multiline = false;
  547. this.txtCusAddress.Name = "txtCusAddress";
  548. this.txtCusAddress.NormlBack = null;
  549. this.txtCusAddress.Padding = new System.Windows.Forms.Padding( 5 );
  550. this.txtCusAddress.ReadOnly = false;
  551. this.txtCusAddress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  552. this.txtCusAddress.Size = new System.Drawing.Size( 336, 25 );
  553. this.txtCusAddress.TabIndex = 2316;
  554. this.txtCusAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  555. this.txtCusAddress.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  556. this.txtCusAddress.WaterText = "";
  557. this.txtCusAddress.WordWrap = true;
  558. //
  559. // txtCusQQ
  560. //
  561. this.txtCusQQ.BackColor = System.Drawing.Color.Transparent;
  562. this.txtCusQQ.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  563. this.txtCusQQ.Icon = null;
  564. this.txtCusQQ.IconIsButton = false;
  565. this.txtCusQQ.IsPasswordChat = '\0';
  566. this.txtCusQQ.IsSystemPasswordChar = false;
  567. this.txtCusQQ.Lines = new string[0];
  568. this.txtCusQQ.Location = new System.Drawing.Point( 321, 64 );
  569. this.txtCusQQ.Margin = new System.Windows.Forms.Padding( 0 );
  570. this.txtCusQQ.MaxLength = 13;
  571. this.txtCusQQ.MinimumSize = new System.Drawing.Size( 0, 24 );
  572. this.txtCusQQ.MouseBack = null;
  573. this.txtCusQQ.Multiline = false;
  574. this.txtCusQQ.Name = "txtCusQQ";
  575. this.txtCusQQ.NormlBack = null;
  576. this.txtCusQQ.Padding = new System.Windows.Forms.Padding( 5 );
  577. this.txtCusQQ.ReadOnly = false;
  578. this.txtCusQQ.ScrollBars = System.Windows.Forms.ScrollBars.None;
  579. this.txtCusQQ.Size = new System.Drawing.Size( 110, 25 );
  580. this.txtCusQQ.TabIndex = 2310;
  581. this.txtCusQQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  582. this.txtCusQQ.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  583. this.txtCusQQ.WaterText = "";
  584. this.txtCusQQ.WordWrap = true;
  585. //
  586. // txtCusName
  587. //
  588. this.txtCusName.BackColor = System.Drawing.Color.Transparent;
  589. this.txtCusName.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  590. this.txtCusName.Icon = null;
  591. this.txtCusName.IconIsButton = false;
  592. this.txtCusName.IsPasswordChat = '\0';
  593. this.txtCusName.IsSystemPasswordChar = false;
  594. this.txtCusName.Lines = new string[0];
  595. this.txtCusName.Location = new System.Drawing.Point( 141, 31 );
  596. this.txtCusName.Margin = new System.Windows.Forms.Padding( 0 );
  597. this.txtCusName.MaxLength = 20;
  598. this.txtCusName.MinimumSize = new System.Drawing.Size( 0, 24 );
  599. this.txtCusName.MouseBack = null;
  600. this.txtCusName.Multiline = false;
  601. this.txtCusName.Name = "txtCusName";
  602. this.txtCusName.NormlBack = null;
  603. this.txtCusName.Padding = new System.Windows.Forms.Padding( 5 );
  604. this.txtCusName.ReadOnly = false;
  605. this.txtCusName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  606. this.txtCusName.Size = new System.Drawing.Size( 110, 25 );
  607. this.txtCusName.TabIndex = 2307;
  608. this.txtCusName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  609. this.txtCusName.WaterColor = System.Drawing.Color.FromArgb( ((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))) );
  610. this.txtCusName.WaterText = "";
  611. this.txtCusName.WordWrap = true;
  612. //
  613. // chkBirthday
  614. //
  615. this.chkBirthday.AutoSize = true;
  616. this.chkBirthday.BackColor = System.Drawing.Color.Transparent;
  617. this.chkBirthday.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  618. this.chkBirthday.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  619. this.chkBirthday.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  620. this.chkBirthday.Fourstates = false;
  621. this.chkBirthday.IsGreenTick = false;
  622. this.chkBirthday.Location = new System.Drawing.Point( 634, 32 );
  623. this.chkBirthday.Name = "chkBirthday";
  624. this.chkBirthday.Size = new System.Drawing.Size( 51, 21 );
  625. this.chkBirthday.TabIndex = 2313;
  626. this.chkBirthday.Text = "农历";
  627. this.chkBirthday.UseVisualStyleBackColor = false;
  628. //
  629. // labelEx27
  630. //
  631. this.labelEx27.AutoSize = true;
  632. this.labelEx27.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  633. this.labelEx27.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  634. this.labelEx27.Location = new System.Drawing.Point( 461, 35 );
  635. this.labelEx27.Name = "labelEx27";
  636. this.labelEx27.Size = new System.Drawing.Size( 56, 17 );
  637. this.labelEx27.TabIndex = 2323;
  638. this.labelEx27.Text = "客户生日";
  639. //
  640. // labelEx25
  641. //
  642. this.labelEx25.AutoSize = true;
  643. this.labelEx25.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  644. this.labelEx25.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  645. this.labelEx25.Location = new System.Drawing.Point( 78, 101 );
  646. this.labelEx25.Name = "labelEx25";
  647. this.labelEx25.Size = new System.Drawing.Size( 56, 17 );
  648. this.labelEx25.TabIndex = 2322;
  649. this.labelEx25.Text = "工作单位";
  650. //
  651. // labelEx23
  652. //
  653. this.labelEx23.AutoSize = true;
  654. this.labelEx23.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  655. this.labelEx23.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  656. this.labelEx23.Location = new System.Drawing.Point( 287, 101 );
  657. this.labelEx23.Name = "labelEx23";
  658. this.labelEx23.Size = new System.Drawing.Size( 32, 17 );
  659. this.labelEx23.TabIndex = 2321;
  660. this.labelEx23.Text = "地区";
  661. //
  662. // labelEx19
  663. //
  664. this.labelEx19.AutoSize = true;
  665. this.labelEx19.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  666. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  667. this.labelEx19.Location = new System.Drawing.Point( 291, 68 );
  668. this.labelEx19.Name = "labelEx19";
  669. this.labelEx19.Size = new System.Drawing.Size( 28, 17 );
  670. this.labelEx19.TabIndex = 2319;
  671. this.labelEx19.Text = "QQ";
  672. //
  673. // labelEx17
  674. //
  675. this.labelEx17.AutoSize = true;
  676. this.labelEx17.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  677. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  678. this.labelEx17.Location = new System.Drawing.Point( 79, 68 );
  679. this.labelEx17.Name = "labelEx17";
  680. this.labelEx17.Size = new System.Drawing.Size( 56, 17 );
  681. this.labelEx17.TabIndex = 2318;
  682. this.labelEx17.Text = "手机号码";
  683. //
  684. // labelEx15
  685. //
  686. this.labelEx15.AutoSize = true;
  687. this.labelEx15.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  688. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  689. this.labelEx15.Location = new System.Drawing.Point( 79, 35 );
  690. this.labelEx15.Name = "labelEx15";
  691. this.labelEx15.Size = new System.Drawing.Size( 56, 17 );
  692. this.labelEx15.TabIndex = 2317;
  693. this.labelEx15.Text = "客户姓名";
  694. //
  695. // labelEx2
  696. //
  697. this.labelEx2.AutoSize = true;
  698. this.labelEx2.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  699. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))) );
  700. this.labelEx2.Location = new System.Drawing.Point( 487, 101 );
  701. this.labelEx2.Name = "labelEx2";
  702. this.labelEx2.Size = new System.Drawing.Size( 32, 17 );
  703. this.labelEx2.TabIndex = 2319;
  704. this.labelEx2.Text = "地址";
  705. //
  706. // plKuZuan
  707. //
  708. this.plKuZuan.Controls.Add( this.panelTips );
  709. this.plKuZuan.Controls.Add( this.panelIDNumber );
  710. this.plKuZuan.Location = new System.Drawing.Point( 75, 129 );
  711. this.plKuZuan.Name = "plKuZuan";
  712. this.plKuZuan.Size = new System.Drawing.Size( 818, 32 );
  713. this.plKuZuan.TabIndex = 2338;
  714. //
  715. // lbSetCusRegion
  716. //
  717. this.lbSetCusRegion.AutoSize = true;
  718. this.lbSetCusRegion.Cursor = System.Windows.Forms.Cursors.Hand;
  719. this.lbSetCusRegion.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel );
  720. this.lbSetCusRegion.ForeColor = System.Drawing.Color.FromArgb( ((int)(((byte)(255)))), ((int)(((byte)(104)))), ((int)(((byte)(109)))) );
  721. this.lbSetCusRegion.Location = new System.Drawing.Point( 435, 100 );
  722. this.lbSetCusRegion.Name = "lbSetCusRegion";
  723. this.lbSetCusRegion.Size = new System.Drawing.Size( 32, 17 );
  724. this.lbSetCusRegion.TabIndex = 2339;
  725. this.lbSetCusRegion.Text = "设置";
  726. //
  727. // plAddKeFu
  728. //
  729. this.plAddKeFu.Controls.Add( this.pictAddClient );
  730. this.plAddKeFu.Dock = System.Windows.Forms.DockStyle.Bottom;
  731. this.plAddKeFu.Location = new System.Drawing.Point( 12, 168 );
  732. this.plAddKeFu.Name = "plAddKeFu";
  733. this.plAddKeFu.Padding = new System.Windows.Forms.Padding( 0, 3, 0, 0 );
  734. this.plAddKeFu.Size = new System.Drawing.Size( 880, 24 );
  735. this.plAddKeFu.TabIndex = 2340;
  736. //
  737. // pictAddClient
  738. //
  739. this.pictAddClient.Dock = System.Windows.Forms.DockStyle.Right;
  740. this.pictAddClient.Image = global::LYFZ.Software.UI.DoorCityProcess.Properties.Resources.AddUser;
  741. this.pictAddClient.Location = new System.Drawing.Point( 848, 3 );
  742. this.pictAddClient.Name = "pictAddClient";
  743. this.pictAddClient.Size = new System.Drawing.Size( 32, 21 );
  744. this.pictAddClient.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  745. this.pictAddClient.TabIndex = 301;
  746. this.pictAddClient.TabStop = false;
  747. //
  748. // labelEx3
  749. //
  750. this.labelEx3.AutoSize = true;
  751. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  752. this.labelEx3.Font = new System.Drawing.Font( "微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel );
  753. this.labelEx3.ForeColor = System.Drawing.Color.Red;
  754. this.labelEx3.Location = new System.Drawing.Point( 62, 35 );
  755. this.labelEx3.Name = "labelEx3";
  756. this.labelEx3.Size = new System.Drawing.Size( 13, 17 );
  757. this.labelEx3.TabIndex = 2328;
  758. this.labelEx3.Text = "*";
  759. //
  760. // UCustomerInfo
  761. //
  762. this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
  763. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  764. this.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(250)))), ((int)(((byte)(240)))), ((int)(((byte)(241)))) );
  765. this.Controls.Add( this.lbSetCusRegion );
  766. this.Controls.Add( this.plKuZuan );
  767. this.Controls.Add( this.rdoCusSex1 );
  768. this.Controls.Add( this.rdoCusSex2 );
  769. this.Controls.Add( this.flowLayoutPanel1 );
  770. this.Controls.Add( this.panelRelation );
  771. this.Controls.Add( this.cmbtreevCusRegion );
  772. this.Controls.Add( this.lblClientText );
  773. this.Controls.Add( this.labelEx66 );
  774. this.Controls.Add( this.maskBirthday );
  775. this.Controls.Add( this.labelEx3 );
  776. this.Controls.Add( this.labelEx13 );
  777. this.Controls.Add( this.btnDial );
  778. this.Controls.Add( this.txtCusTelephone );
  779. this.Controls.Add( this.btnQQCall );
  780. this.Controls.Add( this.txtMicroSignal );
  781. this.Controls.Add( this.labelEx79 );
  782. this.Controls.Add( this.txtCusFixedPhone );
  783. this.Controls.Add( this.labelEx67 );
  784. this.Controls.Add( this.txtCusWorkUnit );
  785. this.Controls.Add( this.txtCusAddress );
  786. this.Controls.Add( this.txtCusQQ );
  787. this.Controls.Add( this.txtCusName );
  788. this.Controls.Add( this.labelEx27 );
  789. this.Controls.Add( this.labelEx25 );
  790. this.Controls.Add( this.labelEx23 );
  791. this.Controls.Add( this.labelEx2 );
  792. this.Controls.Add( this.labelEx19 );
  793. this.Controls.Add( this.labelEx17 );
  794. this.Controls.Add( this.labelEx15 );
  795. this.Controls.Add( this.panelEx5 );
  796. this.Controls.Add( this.plAddKeFu );
  797. this.Controls.Add( this.chkBirthday );
  798. this.Margin = new System.Windows.Forms.Padding( 0 );
  799. this.Name = "UCustomerInfo";
  800. this.Padding = new System.Windows.Forms.Padding( 12, 0, 1, 3 );
  801. this.Size = new System.Drawing.Size( 893, 195 );
  802. this.panelIDNumber.ResumeLayout( false );
  803. this.panelIDNumber.PerformLayout();
  804. this.flowLayoutPanel1.ResumeLayout( false );
  805. ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).EndInit();
  806. ((System.ComponentModel.ISupportInitialize)(this.PictReset)).EndInit();
  807. ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).EndInit();
  808. this.panelRelation.ResumeLayout( false );
  809. this.panelRelation.PerformLayout();
  810. this.panelTips.ResumeLayout( false );
  811. this.plKuZuan.ResumeLayout( false );
  812. this.plAddKeFu.ResumeLayout( false );
  813. ((System.ComponentModel.ISupportInitialize)(this.pictAddClient)).EndInit();
  814. this.ResumeLayout( false );
  815. this.PerformLayout();
  816. }
  817. #endregion
  818. private ComponentLibrary.PanelEx panelEx5;
  819. protected internal ComponentLibrary.PanelEx panelIDNumber;
  820. protected internal ComponentLibrary.MaskedIDNumber maskedIDNumber;
  821. private ComponentLibrary.LabelEx labelEx1;
  822. protected internal ComponentLibrary.LabelEx lblClientRelation;
  823. protected internal ComponentLibrary.LabelEx lblClientText;
  824. protected internal ComponentLibrary.PanelEx panelTips;
  825. protected internal ComponentLibrary.TextBoxEx txtTips;
  826. public ComponentLibrary.PanelEx panelRelation;
  827. public ComponentLibrary.ComboBoxTreeViewEx cmbtreevCusRelation;
  828. public ComponentLibrary.LabelEx lbSetCusRelation;
  829. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  830. public ComponentLibrary.PictureBoxEx PictDelete;
  831. public ComponentLibrary.PictureBoxEx PictReset;
  832. public ComponentLibrary.PictureBoxEx PictEdit;
  833. public ComponentLibrary.ComboBoxTreeViewEx cmbtreevCusRegion;
  834. public ComponentLibrary.RadioButtonEx rdoCusSex1;
  835. public ComponentLibrary.RadioButtonEx rdoCusSex2;
  836. public ComponentLibrary.LabelEx labelEx66;
  837. public ComponentLibrary.MaskedTextDateEx maskBirthday;
  838. public ComponentLibrary.LabelEx labelEx13;
  839. public ComponentLibrary.ButtonTel btnDial;
  840. public ComponentLibrary.MaskedTextBoxEx txtCusTelephone;
  841. public ComponentLibrary.ButtonQQ btnQQCall;
  842. public ComponentLibrary.TextBoxEx txtMicroSignal;
  843. public ComponentLibrary.LabelEx labelEx79;
  844. public ComponentLibrary.TextBoxEx txtCusFixedPhone;
  845. public ComponentLibrary.LabelEx labelEx67;
  846. public ComponentLibrary.TextBoxEx txtCusWorkUnit;
  847. public ComponentLibrary.TextBoxEx txtCusAddress;
  848. public ComponentLibrary.TextBoxEx txtCusQQ;
  849. public ComponentLibrary.TextBoxEx txtCusName;
  850. public ComponentLibrary.CheckBoxEx chkBirthday;
  851. public ComponentLibrary.LabelEx labelEx27;
  852. public ComponentLibrary.LabelEx labelEx25;
  853. public ComponentLibrary.LabelEx labelEx23;
  854. public ComponentLibrary.LabelEx labelEx19;
  855. public ComponentLibrary.LabelEx labelEx17;
  856. public ComponentLibrary.LabelEx labelEx15;
  857. public ComponentLibrary.LabelEx labelEx2;
  858. public System.Windows.Forms.Panel plKuZuan;
  859. public ComponentLibrary.LabelEx lbSetCusRegion;
  860. public System.Windows.Forms.Panel plAddKeFu;
  861. public ComponentLibrary.PictureBoxEx pictAddClient;
  862. public ComponentLibrary.LabelEx labelEx3;
  863. public ComponentLibrary.LabelEx lbBtnSelectSameName;
  864. }
  865. }