OrderClientParentsControlsEx.Designer.cs 49 KB

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