OrderClientChildrenControlsEx.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls
  2. {
  3. partial class OrderClientChildrenControlsEx
  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(OrderClientChildrenControlsEx));
  30. this.ClientpanelLine = new LYFZ.ComponentLibrary.PanelEx();
  31. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.PictDelete = new LYFZ.ComponentLibrary.PictureBoxEx();
  33. this.PictReset = new LYFZ.ComponentLibrary.PictureBoxEx();
  34. this.PictEdit = new LYFZ.ComponentLibrary.PictureBoxEx();
  35. this.lblClientName = new LYFZ.ComponentLibrary.LabelEx();
  36. this.panelTips = new LYFZ.ComponentLibrary.PanelEx();
  37. this.txtTips = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.btnTips = new LYFZ.ComponentLibrary.ButtonForm();
  39. this.maskBirthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx31 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.rdoCusSex1 = new LYFZ.ComponentLibrary.RadioButtonEx();
  45. this.rdoCusSex2 = new LYFZ.ComponentLibrary.RadioButtonEx();
  46. this.txtZodiac = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.labelEx51 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtCusName = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.chkBirthday = new LYFZ.ComponentLibrary.CheckBoxEx();
  50. this.labelEx28 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx45 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  54. this.flowLayoutPanel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.PictReset)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).BeginInit();
  58. this.panelTips.SuspendLayout();
  59. this.panelEx7.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // ClientpanelLine
  63. //
  64. this.ClientpanelLine.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  65. this.ClientpanelLine.BorderWidth = 1;
  66. this.ClientpanelLine.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.ClientpanelLine.Location = new System.Drawing.Point(0, 0);
  68. this.ClientpanelLine.Name = "ClientpanelLine";
  69. this.ClientpanelLine.Size = new System.Drawing.Size(915, 1);
  70. this.ClientpanelLine.TabIndex = 2266;
  71. //
  72. // flowLayoutPanel1
  73. //
  74. this.flowLayoutPanel1.Controls.Add(this.PictDelete);
  75. this.flowLayoutPanel1.Controls.Add(this.PictReset);
  76. this.flowLayoutPanel1.Controls.Add(this.PictEdit);
  77. this.flowLayoutPanel1.Location = new System.Drawing.Point(800, 10);
  78. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  79. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  80. this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  81. this.flowLayoutPanel1.Size = new System.Drawing.Size(112, 20);
  82. this.flowLayoutPanel1.TabIndex = 2285;
  83. //
  84. // PictDelete
  85. //
  86. this.PictDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  87. this.PictDelete.Image = ((System.Drawing.Image)(resources.GetObject("PictDelete.Image")));
  88. this.PictDelete.Location = new System.Drawing.Point(87, 0);
  89. this.PictDelete.Margin = new System.Windows.Forms.Padding(0);
  90. this.PictDelete.Name = "PictDelete";
  91. this.PictDelete.Size = new System.Drawing.Size(25, 16);
  92. this.PictDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  93. this.PictDelete.TabIndex = 2262;
  94. this.PictDelete.TabStop = false;
  95. this.toolTip1.SetToolTip(this.PictDelete, "移除客户");
  96. //
  97. // PictReset
  98. //
  99. this.PictReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  100. this.PictReset.Image = ((System.Drawing.Image)(resources.GetObject("PictReset.Image")));
  101. this.PictReset.Location = new System.Drawing.Point(62, 0);
  102. this.PictReset.Margin = new System.Windows.Forms.Padding(0);
  103. this.PictReset.Name = "PictReset";
  104. this.PictReset.Size = new System.Drawing.Size(25, 16);
  105. this.PictReset.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  106. this.PictReset.TabIndex = 2267;
  107. this.PictReset.TabStop = false;
  108. this.toolTip1.SetToolTip(this.PictReset, "清空重置");
  109. this.PictReset.Visible = false;
  110. //
  111. // PictEdit
  112. //
  113. this.PictEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.PictEdit.Image = ((System.Drawing.Image)(resources.GetObject("PictEdit.Image")));
  115. this.PictEdit.Location = new System.Drawing.Point(37, 0);
  116. this.PictEdit.Margin = new System.Windows.Forms.Padding(0);
  117. this.PictEdit.Name = "PictEdit";
  118. this.PictEdit.Size = new System.Drawing.Size(25, 16);
  119. this.PictEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  120. this.PictEdit.TabIndex = 2268;
  121. this.PictEdit.TabStop = false;
  122. this.toolTip1.SetToolTip(this.PictEdit, "进入编辑");
  123. this.PictEdit.Visible = false;
  124. //
  125. // lblClientName
  126. //
  127. this.lblClientName.AutoSize = true;
  128. this.lblClientName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  129. this.lblClientName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  130. this.lblClientName.Location = new System.Drawing.Point(4, 14);
  131. this.lblClientName.Name = "lblClientName";
  132. this.lblClientName.Size = new System.Drawing.Size(96, 17);
  133. this.lblClientName.TabIndex = 2284;
  134. this.lblClientName.Text = "lblClientName";
  135. //
  136. // panelTips
  137. //
  138. this.panelTips.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  139. this.panelTips.BorderWidth = 1;
  140. this.panelTips.Controls.Add(this.txtTips);
  141. this.panelTips.Controls.Add(this.btnTips);
  142. this.panelTips.Location = new System.Drawing.Point(291, 72);
  143. this.panelTips.Name = "panelTips";
  144. this.panelTips.Size = new System.Drawing.Size(596, 27);
  145. this.panelTips.TabIndex = 2283;
  146. this.panelTips.Visible = false;
  147. //
  148. // txtTips
  149. //
  150. this.txtTips.BackColor = System.Drawing.Color.Transparent;
  151. this.txtTips.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  152. this.txtTips.Icon = null;
  153. this.txtTips.IconIsButton = false;
  154. this.txtTips.IsPasswordChat = '\0';
  155. this.txtTips.IsSystemPasswordChar = false;
  156. this.txtTips.Lines = new string[0];
  157. this.txtTips.Location = new System.Drawing.Point(5, 1);
  158. this.txtTips.Margin = new System.Windows.Forms.Padding(0);
  159. this.txtTips.MaxLength = 32767;
  160. this.txtTips.MinimumSize = new System.Drawing.Size(0, 24);
  161. this.txtTips.MouseBack = null;
  162. this.txtTips.Multiline = false;
  163. this.txtTips.Name = "txtTips";
  164. this.txtTips.NormlBack = null;
  165. this.txtTips.Padding = new System.Windows.Forms.Padding(5);
  166. this.txtTips.ReadOnly = true;
  167. this.txtTips.ScrollBars = System.Windows.Forms.ScrollBars.None;
  168. this.txtTips.Size = new System.Drawing.Size(487, 25);
  169. this.txtTips.TabIndex = 2259;
  170. this.txtTips.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  171. this.txtTips.WaterColor = System.Drawing.Color.DarkGray;
  172. this.txtTips.WaterText = "";
  173. this.txtTips.WordWrap = true;
  174. //
  175. // btnTips
  176. //
  177. this.btnTips.BackColor = System.Drawing.Color.Transparent;
  178. this.btnTips.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTips.BackImg")));
  179. this.btnTips.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btnTips.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btnTips.ForeColor = System.Drawing.Color.White;
  182. this.btnTips.IsCustomBackImg = false;
  183. this.btnTips.IsShowText = true;
  184. this.btnTips.Location = new System.Drawing.Point(497, 1);
  185. this.btnTips.Name = "btnTips";
  186. this.btnTips.Size = new System.Drawing.Size(85, 25);
  187. this.btnTips.TabIndex = 2260;
  188. this.btnTips.Text = " 查看详情";
  189. this.btnTips.UseVisualStyleBackColor = false;
  190. //
  191. // maskBirthday
  192. //
  193. this.maskBirthday.Location = new System.Drawing.Point(548, 46);
  194. this.maskBirthday.Name = "maskBirthday";
  195. this.maskBirthday.Size = new System.Drawing.Size(90, 21);
  196. this.maskBirthday.StrValue = "";
  197. this.maskBirthday.TabIndex = 2272;
  198. //
  199. // labelEx2
  200. //
  201. this.labelEx2.AutoSize = true;
  202. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  203. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  204. this.labelEx2.ForeColor = System.Drawing.Color.Red;
  205. this.labelEx2.Location = new System.Drawing.Point(242, 51);
  206. this.labelEx2.Name = "labelEx2";
  207. this.labelEx2.Size = new System.Drawing.Size(13, 17);
  208. this.labelEx2.TabIndex = 2282;
  209. this.labelEx2.Text = "*";
  210. //
  211. // labelEx1
  212. //
  213. this.labelEx1.AutoSize = true;
  214. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  215. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  216. this.labelEx1.ForeColor = System.Drawing.Color.Red;
  217. this.labelEx1.Location = new System.Drawing.Point(476, 51);
  218. this.labelEx1.Name = "labelEx1";
  219. this.labelEx1.Size = new System.Drawing.Size(13, 17);
  220. this.labelEx1.TabIndex = 2281;
  221. this.labelEx1.Text = "*";
  222. this.labelEx1.Visible = false;
  223. //
  224. // labelEx31
  225. //
  226. this.labelEx31.AutoSize = true;
  227. this.labelEx31.BackColor = System.Drawing.Color.Transparent;
  228. this.labelEx31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  229. this.labelEx31.ForeColor = System.Drawing.Color.Red;
  230. this.labelEx31.Location = new System.Drawing.Point(11, 51);
  231. this.labelEx31.Name = "labelEx31";
  232. this.labelEx31.Size = new System.Drawing.Size(13, 17);
  233. this.labelEx31.TabIndex = 2280;
  234. this.labelEx31.Text = "*";
  235. //
  236. // panelEx7
  237. //
  238. this.panelEx7.BorderColor = System.Drawing.Color.Black;
  239. this.panelEx7.BorderWidth = 1;
  240. this.panelEx7.Controls.Add(this.rdoCusSex1);
  241. this.panelEx7.Controls.Add(this.rdoCusSex2);
  242. this.panelEx7.Location = new System.Drawing.Point(316, 44);
  243. this.panelEx7.Name = "panelEx7";
  244. this.panelEx7.Size = new System.Drawing.Size(116, 25);
  245. this.panelEx7.TabIndex = 2275;
  246. //
  247. // rdoCusSex1
  248. //
  249. this.rdoCusSex1.AutoSize = true;
  250. this.rdoCusSex1.BackColor = System.Drawing.Color.Transparent;
  251. this.rdoCusSex1.Checked = true;
  252. this.rdoCusSex1.Font = new System.Drawing.Font("微软雅黑", 9F);
  253. this.rdoCusSex1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  254. this.rdoCusSex1.Location = new System.Drawing.Point(3, 2);
  255. this.rdoCusSex1.Name = "rdoCusSex1";
  256. this.rdoCusSex1.Size = new System.Drawing.Size(38, 21);
  257. this.rdoCusSex1.TabIndex = 2;
  258. this.rdoCusSex1.TabStop = true;
  259. this.rdoCusSex1.Text = "男";
  260. this.rdoCusSex1.UseVisualStyleBackColor = false;
  261. //
  262. // rdoCusSex2
  263. //
  264. this.rdoCusSex2.AutoSize = true;
  265. this.rdoCusSex2.BackColor = System.Drawing.Color.Transparent;
  266. this.rdoCusSex2.Font = new System.Drawing.Font("微软雅黑", 9F);
  267. this.rdoCusSex2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  268. this.rdoCusSex2.Location = new System.Drawing.Point(64, 2);
  269. this.rdoCusSex2.Name = "rdoCusSex2";
  270. this.rdoCusSex2.Size = new System.Drawing.Size(38, 21);
  271. this.rdoCusSex2.TabIndex = 3;
  272. this.rdoCusSex2.Text = "女";
  273. this.rdoCusSex2.UseVisualStyleBackColor = false;
  274. //
  275. // txtZodiac
  276. //
  277. this.txtZodiac.BackColor = System.Drawing.Color.Transparent;
  278. this.txtZodiac.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  279. this.txtZodiac.Icon = null;
  280. this.txtZodiac.IconIsButton = false;
  281. this.txtZodiac.IsPasswordChat = '\0';
  282. this.txtZodiac.IsSystemPasswordChar = false;
  283. this.txtZodiac.Lines = new string[0];
  284. this.txtZodiac.Location = new System.Drawing.Point(783, 44);
  285. this.txtZodiac.Margin = new System.Windows.Forms.Padding(0);
  286. this.txtZodiac.MaxLength = 32767;
  287. this.txtZodiac.MinimumSize = new System.Drawing.Size(0, 24);
  288. this.txtZodiac.MouseBack = null;
  289. this.txtZodiac.Multiline = false;
  290. this.txtZodiac.Name = "txtZodiac";
  291. this.txtZodiac.NormlBack = null;
  292. this.txtZodiac.Padding = new System.Windows.Forms.Padding(5);
  293. this.txtZodiac.ReadOnly = true;
  294. this.txtZodiac.ScrollBars = System.Windows.Forms.ScrollBars.None;
  295. this.txtZodiac.Size = new System.Drawing.Size(90, 25);
  296. this.txtZodiac.TabIndex = 2274;
  297. this.txtZodiac.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  298. this.txtZodiac.WaterColor = System.Drawing.Color.DarkGray;
  299. this.txtZodiac.WaterText = "";
  300. this.txtZodiac.WordWrap = true;
  301. //
  302. // labelEx51
  303. //
  304. this.labelEx51.AutoSize = true;
  305. this.labelEx51.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  306. this.labelEx51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  307. this.labelEx51.Location = new System.Drawing.Point(721, 48);
  308. this.labelEx51.Name = "labelEx51";
  309. this.labelEx51.Size = new System.Drawing.Size(68, 17);
  310. this.labelEx51.TabIndex = 2279;
  311. this.labelEx51.Text = "宝贝生肖:";
  312. //
  313. // txtCusName
  314. //
  315. this.txtCusName.BackColor = System.Drawing.Color.Transparent;
  316. this.txtCusName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  317. this.txtCusName.Icon = null;
  318. this.txtCusName.IconIsButton = false;
  319. this.txtCusName.IsPasswordChat = '\0';
  320. this.txtCusName.IsSystemPasswordChar = false;
  321. this.txtCusName.Lines = new string[0];
  322. this.txtCusName.Location = new System.Drawing.Point(84, 44);
  323. this.txtCusName.Margin = new System.Windows.Forms.Padding(0);
  324. this.txtCusName.MaxLength = 20;
  325. this.txtCusName.MinimumSize = new System.Drawing.Size(0, 24);
  326. this.txtCusName.MouseBack = null;
  327. this.txtCusName.Multiline = false;
  328. this.txtCusName.Name = "txtCusName";
  329. this.txtCusName.NormlBack = null;
  330. this.txtCusName.Padding = new System.Windows.Forms.Padding(5);
  331. this.txtCusName.ReadOnly = false;
  332. this.txtCusName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  333. this.txtCusName.Size = new System.Drawing.Size(115, 25);
  334. this.txtCusName.TabIndex = 2271;
  335. this.txtCusName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  336. this.txtCusName.WaterColor = System.Drawing.Color.DarkGray;
  337. this.txtCusName.WaterText = "";
  338. this.txtCusName.WordWrap = true;
  339. //
  340. // chkBirthday
  341. //
  342. this.chkBirthday.AutoSize = true;
  343. this.chkBirthday.BackColor = System.Drawing.Color.Transparent;
  344. this.chkBirthday.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  345. this.chkBirthday.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  346. this.chkBirthday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  347. this.chkBirthday.Fourstates = false;
  348. this.chkBirthday.IsGreenTick = false;
  349. this.chkBirthday.Location = new System.Drawing.Point(643, 45);
  350. this.chkBirthday.Name = "chkBirthday";
  351. this.chkBirthday.Size = new System.Drawing.Size(51, 21);
  352. this.chkBirthday.TabIndex = 2273;
  353. this.chkBirthday.Text = "农历";
  354. this.chkBirthday.UseVisualStyleBackColor = false;
  355. //
  356. // labelEx28
  357. //
  358. this.labelEx28.AutoSize = true;
  359. this.labelEx28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  360. this.labelEx28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  361. this.labelEx28.Location = new System.Drawing.Point(485, 48);
  362. this.labelEx28.Name = "labelEx28";
  363. this.labelEx28.Size = new System.Drawing.Size(68, 17);
  364. this.labelEx28.TabIndex = 2278;
  365. this.labelEx28.Text = "宝贝生日:";
  366. //
  367. // labelEx45
  368. //
  369. this.labelEx45.AutoSize = true;
  370. this.labelEx45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  371. this.labelEx45.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  372. this.labelEx45.Location = new System.Drawing.Point(252, 48);
  373. this.labelEx45.Name = "labelEx45";
  374. this.labelEx45.Size = new System.Drawing.Size(68, 17);
  375. this.labelEx45.TabIndex = 2277;
  376. this.labelEx45.Text = "宝贝性别:";
  377. //
  378. // labelEx16
  379. //
  380. this.labelEx16.AutoSize = true;
  381. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  382. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  383. this.labelEx16.Location = new System.Drawing.Point(21, 48);
  384. this.labelEx16.Name = "labelEx16";
  385. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  386. this.labelEx16.TabIndex = 2276;
  387. this.labelEx16.Text = "宝贝姓名:";
  388. //
  389. // OrderClientChildrenControlsEx
  390. //
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.Controls.Add(this.flowLayoutPanel1);
  394. this.Controls.Add(this.lblClientName);
  395. this.Controls.Add(this.panelTips);
  396. this.Controls.Add(this.maskBirthday);
  397. this.Controls.Add(this.labelEx2);
  398. this.Controls.Add(this.labelEx1);
  399. this.Controls.Add(this.labelEx31);
  400. this.Controls.Add(this.panelEx7);
  401. this.Controls.Add(this.txtZodiac);
  402. this.Controls.Add(this.labelEx51);
  403. this.Controls.Add(this.txtCusName);
  404. this.Controls.Add(this.chkBirthday);
  405. this.Controls.Add(this.labelEx28);
  406. this.Controls.Add(this.labelEx45);
  407. this.Controls.Add(this.labelEx16);
  408. this.Controls.Add(this.ClientpanelLine);
  409. this.Name = "OrderClientChildrenControlsEx";
  410. this.Size = new System.Drawing.Size(915, 100);
  411. this.flowLayoutPanel1.ResumeLayout(false);
  412. ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).EndInit();
  413. ((System.ComponentModel.ISupportInitialize)(this.PictReset)).EndInit();
  414. ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).EndInit();
  415. this.panelTips.ResumeLayout(false);
  416. this.panelEx7.ResumeLayout(false);
  417. this.panelEx7.PerformLayout();
  418. this.ResumeLayout(false);
  419. this.PerformLayout();
  420. }
  421. #endregion
  422. private ComponentLibrary.PanelEx ClientpanelLine;
  423. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  424. protected ComponentLibrary.LabelEx labelEx2;
  425. protected ComponentLibrary.LabelEx labelEx1;
  426. protected ComponentLibrary.LabelEx labelEx31;
  427. private ComponentLibrary.PanelEx panelEx7;
  428. private ComponentLibrary.LabelEx labelEx51;
  429. private ComponentLibrary.LabelEx labelEx28;
  430. private ComponentLibrary.LabelEx labelEx45;
  431. private ComponentLibrary.LabelEx labelEx16;
  432. protected internal ComponentLibrary.PictureBoxEx PictDelete;
  433. protected internal ComponentLibrary.PictureBoxEx PictReset;
  434. protected internal ComponentLibrary.PictureBoxEx PictEdit;
  435. protected internal ComponentLibrary.LabelEx lblClientName;
  436. protected internal ComponentLibrary.PanelEx panelTips;
  437. protected internal ComponentLibrary.TextBoxEx txtTips;
  438. protected internal ComponentLibrary.ButtonForm btnTips;
  439. protected internal ComponentLibrary.MaskedTextDateEx maskBirthday;
  440. protected internal ComponentLibrary.RadioButtonEx rdoCusSex1;
  441. protected internal ComponentLibrary.RadioButtonEx rdoCusSex2;
  442. protected internal ComponentLibrary.TextBoxEx txtZodiac;
  443. protected internal ComponentLibrary.TextBoxEx txtCusName;
  444. protected internal ComponentLibrary.CheckBoxEx chkBirthday;
  445. protected internal System.Windows.Forms.ToolTip toolTip1;
  446. }
  447. }