OnSingleFormMain.Designer.cs 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class OnSingleFormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OnSingleFormMain));
  30. this.tabControl = new LYFZ.ComponentLibrary.TabControlEx();
  31. this.tap1 = new System.Windows.Forms.TabPage();
  32. this.PanelMain1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.panelVice1 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  37. this.panelTransactmemberCard = new LYFZ.ComponentLibrary.PanelEx();
  38. this.chkTransactmemberCard = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.labelEx30 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.btnSelectUser = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.txtOrderPerson = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.labelEx38 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelMarriage = new LYFZ.ComponentLibrary.PanelEx();
  45. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.mskMarriage = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  47. this.chkMarriage = new LYFZ.ComponentLibrary.CheckBoxEx();
  48. this.lblOpenType = new LYFZ.ComponentLibrary.LabelEx();
  49. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.flowPanelClientSource = new System.Windows.Forms.FlowLayoutPanel();
  51. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.cmbtreevClientSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  53. this.chkOther = new LYFZ.ComponentLibrary.CheckBoxEx();
  54. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.chkOldClient = new LYFZ.ComponentLibrary.CheckBoxEx();
  56. this.panelHospitalClient = new LYFZ.ComponentLibrary.PanelEx();
  57. this.chkHospitalClient = new LYFZ.ComponentLibrary.CheckBoxEx();
  58. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkFriends = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelEx12 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.lblYiXiangClient = new LYFZ.ComponentLibrary.LabelEx();
  62. this.panelA3Line = new LYFZ.ComponentLibrary.PanelEx();
  63. this.lblClientSource = new LYFZ.ComponentLibrary.LabelEx();
  64. this.btnSourceSet = new LYFZ.ComponentLibrary.ButtonForm();
  65. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  66. this.lblBrowseSelect = new LYFZ.ComponentLibrary.LabelEx();
  67. this.panelA1Line = new LYFZ.ComponentLibrary.PanelEx();
  68. this.lblStyle = new LYFZ.ComponentLibrary.LabelEx();
  69. this.btnStyleSet = new LYFZ.ComponentLibrary.ButtonForm();
  70. this.flowPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  71. this.panelAddClient = new LYFZ.ComponentLibrary.PanelEx();
  72. this.pictAddClient = new LYFZ.ComponentLibrary.PictureBoxEx();
  73. this.panelA2Line = new LYFZ.ComponentLibrary.PanelEx();
  74. this.tap2 = new System.Windows.Forms.TabPage();
  75. this.PanelMain2 = new LYFZ.ComponentLibrary.PanelEx();
  76. this.panelVice2 = new LYFZ.ComponentLibrary.PanelEx();
  77. this.flowPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  78. this.tap3 = new System.Windows.Forms.TabPage();
  79. this.PanelMain3 = new LYFZ.ComponentLibrary.PanelEx();
  80. this.panelVice3 = new LYFZ.ComponentLibrary.PanelEx();
  81. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  82. this.flowPanel0 = new System.Windows.Forms.FlowLayoutPanel();
  83. this.btnSaveIntent = new LYFZ.ComponentLibrary.ButtonEx();
  84. this.btnNewOrder = new LYFZ.ComponentLibrary.ButtonEx();
  85. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  86. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.btnOrderClose = new LYFZ.ComponentLibrary.ButtonEx();
  88. this.btnUpload = new LYFZ.ComponentLibrary.ButtonEx();
  89. this.btnShow = new LYFZ.ComponentLibrary.ButtonEx();
  90. this.plExMainContainer.SuspendLayout();
  91. this.plFormMainContent.SuspendLayout();
  92. this.tabControl.SuspendLayout();
  93. this.tap1.SuspendLayout();
  94. this.PanelMain1.SuspendLayout();
  95. this.panelVice1.SuspendLayout();
  96. this.flowLayoutPanel3.SuspendLayout();
  97. this.panelEx2.SuspendLayout();
  98. this.flowLayoutPanel1.SuspendLayout();
  99. this.panelTransactmemberCard.SuspendLayout();
  100. this.panelEx1.SuspendLayout();
  101. this.panelMarriage.SuspendLayout();
  102. this.panelEx4.SuspendLayout();
  103. this.flowPanelClientSource.SuspendLayout();
  104. this.panelEx9.SuspendLayout();
  105. this.panelEx5.SuspendLayout();
  106. this.panelHospitalClient.SuspendLayout();
  107. this.panelEx6.SuspendLayout();
  108. this.panelEx12.SuspendLayout();
  109. this.panelEx3.SuspendLayout();
  110. this.flowPanel1.SuspendLayout();
  111. this.panelAddClient.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.pictAddClient)).BeginInit();
  113. this.tap2.SuspendLayout();
  114. this.PanelMain2.SuspendLayout();
  115. this.panelVice2.SuspendLayout();
  116. this.tap3.SuspendLayout();
  117. this.PanelMain3.SuspendLayout();
  118. this.flowPanel0.SuspendLayout();
  119. this.SuspendLayout();
  120. //
  121. // plExMainContainer
  122. //
  123. this.plExMainContainer.Controls.Add(this.flowPanel0);
  124. this.plExMainContainer.Controls.Add(this.tabControl);
  125. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  126. this.plExMainContainer.Margin = new System.Windows.Forms.Padding(4);
  127. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  128. this.plExMainContainer.Size = new System.Drawing.Size(955, 505);
  129. //
  130. // plFormMainContent
  131. //
  132. this.plFormMainContent.Controls.Add(this.btnShow);
  133. this.plFormMainContent.Controls.Add(this.btnUpload);
  134. this.plFormMainContent.Margin = new System.Windows.Forms.Padding(5);
  135. this.plFormMainContent.Size = new System.Drawing.Size(955, 545);
  136. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  137. this.plFormMainContent.Controls.SetChildIndex(this.btnUpload, 0);
  138. this.plFormMainContent.Controls.SetChildIndex(this.btnShow, 0);
  139. //
  140. // btnAppFormMaximize
  141. //
  142. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  143. this.btnAppFormMaximize.Location = new System.Drawing.Point(896, 0);
  144. this.btnAppFormMaximize.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  145. //
  146. // btnAppFormExit
  147. //
  148. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  149. this.btnAppFormExit.Location = new System.Drawing.Point(923, 0);
  150. this.btnAppFormExit.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  151. //
  152. // btnAppFormMinimize
  153. //
  154. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  155. this.btnAppFormMinimize.Location = new System.Drawing.Point(869, 0);
  156. this.btnAppFormMinimize.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  157. //
  158. // tabControl
  159. //
  160. this.tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  161. this.tabControl.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  162. this.tabControl.Controls.Add(this.tap1);
  163. this.tabControl.Controls.Add(this.tap2);
  164. this.tabControl.Controls.Add(this.tap3);
  165. this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.tabControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  167. this.tabControl.ItemSize = new System.Drawing.Size(100, 30);
  168. this.tabControl.Location = new System.Drawing.Point(5, 5);
  169. this.tabControl.Multiline = true;
  170. this.tabControl.Name = "tabControl";
  171. this.tabControl.Padding = new System.Drawing.Point(3, 3);
  172. this.tabControl.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  173. this.tabControl.SelectedIndex = 0;
  174. this.tabControl.Size = new System.Drawing.Size(945, 495);
  175. this.tabControl.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  176. this.tabControl.TabIndex = 0;
  177. //
  178. // tap1
  179. //
  180. this.tap1.AutoScroll = true;
  181. this.tap1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  182. this.tap1.Controls.Add(this.PanelMain1);
  183. this.tap1.Location = new System.Drawing.Point(4, 34);
  184. this.tap1.Name = "tap1";
  185. this.tap1.Padding = new System.Windows.Forms.Padding(3);
  186. this.tap1.Size = new System.Drawing.Size(937, 457);
  187. this.tap1.TabIndex = 0;
  188. this.tap1.Text = "入门调查";
  189. //
  190. // PanelMain1
  191. //
  192. this.PanelMain1.AutoScroll = true;
  193. this.PanelMain1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  194. this.PanelMain1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  195. this.PanelMain1.BorderWidth = 1;
  196. this.PanelMain1.Controls.Add(this.panelVice1);
  197. this.PanelMain1.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.PanelMain1.Location = new System.Drawing.Point(3, 3);
  199. this.PanelMain1.Name = "PanelMain1";
  200. this.PanelMain1.Size = new System.Drawing.Size(931, 451);
  201. this.PanelMain1.TabIndex = 1;
  202. //
  203. // panelVice1
  204. //
  205. this.panelVice1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  206. this.panelVice1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  207. this.panelVice1.BorderWidth = 1;
  208. this.panelVice1.Controls.Add(this.flowLayoutPanel3);
  209. this.panelVice1.Location = new System.Drawing.Point(3, 3);
  210. this.panelVice1.Name = "panelVice1";
  211. this.panelVice1.Size = new System.Drawing.Size(925, 445);
  212. this.panelVice1.TabIndex = 0;
  213. //
  214. // flowLayoutPanel3
  215. //
  216. this.flowLayoutPanel3.Controls.Add(this.panelEx2);
  217. this.flowLayoutPanel3.Controls.Add(this.panelEx4);
  218. this.flowLayoutPanel3.Controls.Add(this.panelEx3);
  219. this.flowLayoutPanel3.Controls.Add(this.flowPanel1);
  220. this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  222. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  223. this.flowLayoutPanel3.Size = new System.Drawing.Size(925, 445);
  224. this.flowLayoutPanel3.TabIndex = 1;
  225. //
  226. // panelEx2
  227. //
  228. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  229. | System.Windows.Forms.AnchorStyles.Right)));
  230. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  231. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  232. this.panelEx2.BorderWidth = 1;
  233. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  234. this.panelEx2.Controls.Add(this.lblOpenType);
  235. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  236. this.panelEx2.Name = "panelEx2";
  237. this.panelEx2.Size = new System.Drawing.Size(915, 45);
  238. this.panelEx2.TabIndex = 272;
  239. //
  240. // flowLayoutPanel1
  241. //
  242. this.flowLayoutPanel1.Controls.Add(this.panelTransactmemberCard);
  243. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  244. this.flowLayoutPanel1.Controls.Add(this.panelMarriage);
  245. this.flowLayoutPanel1.Location = new System.Drawing.Point(80, 12);
  246. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  247. this.flowLayoutPanel1.Size = new System.Drawing.Size(821, 27);
  248. this.flowLayoutPanel1.TabIndex = 272;
  249. //
  250. // panelTransactmemberCard
  251. //
  252. this.panelTransactmemberCard.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  253. this.panelTransactmemberCard.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  254. this.panelTransactmemberCard.BorderWidth = 1;
  255. this.panelTransactmemberCard.Controls.Add(this.chkTransactmemberCard);
  256. this.panelTransactmemberCard.Location = new System.Drawing.Point(0, 0);
  257. this.panelTransactmemberCard.Margin = new System.Windows.Forms.Padding(0);
  258. this.panelTransactmemberCard.Name = "panelTransactmemberCard";
  259. this.panelTransactmemberCard.Size = new System.Drawing.Size(125, 26);
  260. this.panelTransactmemberCard.TabIndex = 271;
  261. //
  262. // chkTransactmemberCard
  263. //
  264. this.chkTransactmemberCard.AutoSize = true;
  265. this.chkTransactmemberCard.BackColor = System.Drawing.Color.Transparent;
  266. this.chkTransactmemberCard.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  267. this.chkTransactmemberCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  268. this.chkTransactmemberCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  269. this.chkTransactmemberCard.Fourstates = false;
  270. this.chkTransactmemberCard.IsGreenTick = false;
  271. this.chkTransactmemberCard.Location = new System.Drawing.Point(3, 3);
  272. this.chkTransactmemberCard.Name = "chkTransactmemberCard";
  273. this.chkTransactmemberCard.Size = new System.Drawing.Size(99, 21);
  274. this.chkTransactmemberCard.TabIndex = 277;
  275. this.chkTransactmemberCard.Tag = "1";
  276. this.chkTransactmemberCard.Text = "自动办理会员";
  277. this.chkTransactmemberCard.UseVisualStyleBackColor = false;
  278. //
  279. // panelEx1
  280. //
  281. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  282. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  283. this.panelEx1.BorderWidth = 1;
  284. this.panelEx1.Controls.Add(this.labelEx30);
  285. this.panelEx1.Controls.Add(this.btnSelectUser);
  286. this.panelEx1.Controls.Add(this.txtOrderPerson);
  287. this.panelEx1.Controls.Add(this.labelEx38);
  288. this.panelEx1.Location = new System.Drawing.Point(125, 0);
  289. this.panelEx1.Margin = new System.Windows.Forms.Padding(0);
  290. this.panelEx1.Name = "panelEx1";
  291. this.panelEx1.Size = new System.Drawing.Size(320, 26);
  292. this.panelEx1.TabIndex = 299;
  293. //
  294. // labelEx30
  295. //
  296. this.labelEx30.AutoSize = true;
  297. this.labelEx30.BackColor = System.Drawing.Color.Transparent;
  298. this.labelEx30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  299. this.labelEx30.ForeColor = System.Drawing.Color.Red;
  300. this.labelEx30.Location = new System.Drawing.Point(4, 8);
  301. this.labelEx30.Name = "labelEx30";
  302. this.labelEx30.Size = new System.Drawing.Size(13, 17);
  303. this.labelEx30.TabIndex = 2229;
  304. this.labelEx30.Text = "*";
  305. //
  306. // btnSelectUser
  307. //
  308. this.btnSelectUser.BackColor = System.Drawing.Color.Transparent;
  309. this.btnSelectUser.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectUser.BackImg")));
  310. this.btnSelectUser.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  311. this.btnSelectUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  312. this.btnSelectUser.ForeColor = System.Drawing.Color.White;
  313. this.btnSelectUser.IsCustomBackImg = false;
  314. this.btnSelectUser.IsShowText = true;
  315. this.btnSelectUser.Location = new System.Drawing.Point(241, 2);
  316. this.btnSelectUser.Name = "btnSelectUser";
  317. this.btnSelectUser.Size = new System.Drawing.Size(50, 23);
  318. this.btnSelectUser.TabIndex = 2227;
  319. this.btnSelectUser.Text = " 选择";
  320. this.btnSelectUser.UseVisualStyleBackColor = false;
  321. //
  322. // txtOrderPerson
  323. //
  324. this.txtOrderPerson.BackColor = System.Drawing.Color.Transparent;
  325. this.txtOrderPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  326. this.txtOrderPerson.Icon = null;
  327. this.txtOrderPerson.IconIsButton = false;
  328. this.txtOrderPerson.IsPasswordChat = '\0';
  329. this.txtOrderPerson.IsSystemPasswordChar = false;
  330. this.txtOrderPerson.Lines = new string[0];
  331. this.txtOrderPerson.Location = new System.Drawing.Point(84, 1);
  332. this.txtOrderPerson.Margin = new System.Windows.Forms.Padding(0);
  333. this.txtOrderPerson.MaxLength = 32767;
  334. this.txtOrderPerson.MinimumSize = new System.Drawing.Size(0, 24);
  335. this.txtOrderPerson.MouseBack = null;
  336. this.txtOrderPerson.Multiline = false;
  337. this.txtOrderPerson.Name = "txtOrderPerson";
  338. this.txtOrderPerson.NormlBack = null;
  339. this.txtOrderPerson.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  340. this.txtOrderPerson.ReadOnly = true;
  341. this.txtOrderPerson.ScrollBars = System.Windows.Forms.ScrollBars.None;
  342. this.txtOrderPerson.Size = new System.Drawing.Size(150, 25);
  343. this.txtOrderPerson.TabIndex = 2230;
  344. this.txtOrderPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  345. this.txtOrderPerson.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  346. this.txtOrderPerson.WaterText = "";
  347. this.txtOrderPerson.WordWrap = true;
  348. //
  349. // labelEx38
  350. //
  351. this.labelEx38.AutoSize = true;
  352. this.labelEx38.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  353. this.labelEx38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  354. this.labelEx38.Location = new System.Drawing.Point(14, 5);
  355. this.labelEx38.Name = "labelEx38";
  356. this.labelEx38.Size = new System.Drawing.Size(68, 17);
  357. this.labelEx38.TabIndex = 2228;
  358. this.labelEx38.Text = "接单人员:";
  359. //
  360. // panelMarriage
  361. //
  362. this.panelMarriage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  363. this.panelMarriage.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  364. this.panelMarriage.BorderWidth = 1;
  365. this.panelMarriage.Controls.Add(this.labelEx1);
  366. this.panelMarriage.Controls.Add(this.mskMarriage);
  367. this.panelMarriage.Controls.Add(this.chkMarriage);
  368. this.panelMarriage.Location = new System.Drawing.Point(445, 0);
  369. this.panelMarriage.Margin = new System.Windows.Forms.Padding(0);
  370. this.panelMarriage.Name = "panelMarriage";
  371. this.panelMarriage.Size = new System.Drawing.Size(202, 26);
  372. this.panelMarriage.TabIndex = 299;
  373. this.panelMarriage.Visible = false;
  374. //
  375. // labelEx1
  376. //
  377. this.labelEx1.AutoSize = true;
  378. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  379. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  380. this.labelEx1.Location = new System.Drawing.Point(4, 5);
  381. this.labelEx1.Name = "labelEx1";
  382. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  383. this.labelEx1.TabIndex = 296;
  384. this.labelEx1.Text = "婚期:";
  385. //
  386. // mskMarriage
  387. //
  388. this.mskMarriage.Location = new System.Drawing.Point(50, 3);
  389. this.mskMarriage.Name = "mskMarriage";
  390. this.mskMarriage.Size = new System.Drawing.Size(90, 21);
  391. this.mskMarriage.StrValue = "";
  392. this.mskMarriage.TabIndex = 295;
  393. //
  394. // chkMarriage
  395. //
  396. this.chkMarriage.AutoSize = true;
  397. this.chkMarriage.BackColor = System.Drawing.Color.Transparent;
  398. this.chkMarriage.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  399. this.chkMarriage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  400. this.chkMarriage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  401. this.chkMarriage.Fourstates = false;
  402. this.chkMarriage.IsGreenTick = false;
  403. this.chkMarriage.Location = new System.Drawing.Point(145, 2);
  404. this.chkMarriage.Name = "chkMarriage";
  405. this.chkMarriage.Size = new System.Drawing.Size(51, 21);
  406. this.chkMarriage.TabIndex = 294;
  407. this.chkMarriage.Text = "农历";
  408. this.chkMarriage.UseVisualStyleBackColor = false;
  409. //
  410. // lblOpenType
  411. //
  412. this.lblOpenType.AutoSize = true;
  413. this.lblOpenType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  414. this.lblOpenType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  415. this.lblOpenType.Location = new System.Drawing.Point(4, 18);
  416. this.lblOpenType.Name = "lblOpenType";
  417. this.lblOpenType.Size = new System.Drawing.Size(56, 17);
  418. this.lblOpenType.TabIndex = 0;
  419. this.lblOpenType.Text = "开单类型";
  420. //
  421. // panelEx4
  422. //
  423. this.panelEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  424. | System.Windows.Forms.AnchorStyles.Right)));
  425. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  426. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  427. this.panelEx4.BorderWidth = 1;
  428. this.panelEx4.Controls.Add(this.flowPanelClientSource);
  429. this.panelEx4.Controls.Add(this.panelA3Line);
  430. this.panelEx4.Controls.Add(this.lblClientSource);
  431. this.panelEx4.Controls.Add(this.btnSourceSet);
  432. this.panelEx4.Location = new System.Drawing.Point(3, 54);
  433. this.panelEx4.Name = "panelEx4";
  434. this.panelEx4.Size = new System.Drawing.Size(915, 50);
  435. this.panelEx4.TabIndex = 273;
  436. //
  437. // flowPanelClientSource
  438. //
  439. this.flowPanelClientSource.Controls.Add(this.panelEx9);
  440. this.flowPanelClientSource.Controls.Add(this.panelEx5);
  441. this.flowPanelClientSource.Controls.Add(this.panelHospitalClient);
  442. this.flowPanelClientSource.Controls.Add(this.panelEx6);
  443. this.flowPanelClientSource.Controls.Add(this.panelEx12);
  444. this.flowPanelClientSource.Location = new System.Drawing.Point(77, 17);
  445. this.flowPanelClientSource.Name = "flowPanelClientSource";
  446. this.flowPanelClientSource.Padding = new System.Windows.Forms.Padding(1);
  447. this.flowPanelClientSource.Size = new System.Drawing.Size(758, 30);
  448. this.flowPanelClientSource.TabIndex = 271;
  449. //
  450. // panelEx9
  451. //
  452. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  453. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  454. this.panelEx9.BorderWidth = 1;
  455. this.panelEx9.Controls.Add(this.cmbtreevClientSource);
  456. this.panelEx9.Controls.Add(this.chkOther);
  457. this.panelEx9.Location = new System.Drawing.Point(2, 2);
  458. this.panelEx9.Margin = new System.Windows.Forms.Padding(1);
  459. this.panelEx9.Name = "panelEx9";
  460. this.panelEx9.Size = new System.Drawing.Size(255, 26);
  461. this.panelEx9.TabIndex = 279;
  462. //
  463. // cmbtreevClientSource
  464. //
  465. this.cmbtreevClientSource.AfterSelectLevelFirstNode = true;
  466. this.cmbtreevClientSource.DropDownHeight = 220;
  467. this.cmbtreevClientSource.DropDownShow = false;
  468. this.cmbtreevClientSource.Enabled = false;
  469. this.cmbtreevClientSource.FormattingEnabled = true;
  470. this.cmbtreevClientSource.IntegralHeight = false;
  471. this.cmbtreevClientSource.IsNodeMouseClick = true;
  472. this.cmbtreevClientSource.IsSelectParentNode = false;
  473. this.cmbtreevClientSource.Location = new System.Drawing.Point(63, 2);
  474. this.cmbtreevClientSource.Name = "cmbtreevClientSource";
  475. this.cmbtreevClientSource.ReadOnly = true;
  476. this.cmbtreevClientSource.SelectedNode = null;
  477. this.cmbtreevClientSource.Size = new System.Drawing.Size(171, 20);
  478. this.cmbtreevClientSource.StrGetName = "";
  479. this.cmbtreevClientSource.StrGetTagName = "";
  480. this.cmbtreevClientSource.StrKey = null;
  481. this.cmbtreevClientSource.TabIndex = 273;
  482. //
  483. // chkOther
  484. //
  485. this.chkOther.AutoSize = true;
  486. this.chkOther.BackColor = System.Drawing.Color.Transparent;
  487. this.chkOther.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  488. this.chkOther.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  489. this.chkOther.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.chkOther.Fourstates = false;
  491. this.chkOther.IsGreenTick = false;
  492. this.chkOther.Location = new System.Drawing.Point(4, 2);
  493. this.chkOther.Name = "chkOther";
  494. this.chkOther.Size = new System.Drawing.Size(63, 21);
  495. this.chkOther.TabIndex = 275;
  496. this.chkOther.Tag = "其他";
  497. this.chkOther.Text = "其他:";
  498. this.chkOther.UseVisualStyleBackColor = false;
  499. //
  500. // panelEx5
  501. //
  502. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  503. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  504. this.panelEx5.BorderWidth = 1;
  505. this.panelEx5.Controls.Add(this.chkOldClient);
  506. this.panelEx5.Location = new System.Drawing.Point(259, 2);
  507. this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
  508. this.panelEx5.Name = "panelEx5";
  509. this.panelEx5.Size = new System.Drawing.Size(80, 26);
  510. this.panelEx5.TabIndex = 276;
  511. //
  512. // chkOldClient
  513. //
  514. this.chkOldClient.AutoSize = true;
  515. this.chkOldClient.BackColor = System.Drawing.Color.Transparent;
  516. this.chkOldClient.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  517. this.chkOldClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  518. this.chkOldClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  519. this.chkOldClient.Fourstates = false;
  520. this.chkOldClient.IsGreenTick = false;
  521. this.chkOldClient.Location = new System.Drawing.Point(4, 2);
  522. this.chkOldClient.Name = "chkOldClient";
  523. this.chkOldClient.Size = new System.Drawing.Size(63, 21);
  524. this.chkOldClient.TabIndex = 2;
  525. this.chkOldClient.Tag = "老客户";
  526. this.chkOldClient.Text = "老客户";
  527. this.chkOldClient.UseVisualStyleBackColor = false;
  528. //
  529. // panelHospitalClient
  530. //
  531. this.panelHospitalClient.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  532. this.panelHospitalClient.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  533. this.panelHospitalClient.BorderWidth = 1;
  534. this.panelHospitalClient.Controls.Add(this.chkHospitalClient);
  535. this.panelHospitalClient.Location = new System.Drawing.Point(341, 2);
  536. this.panelHospitalClient.Margin = new System.Windows.Forms.Padding(1);
  537. this.panelHospitalClient.Name = "panelHospitalClient";
  538. this.panelHospitalClient.Size = new System.Drawing.Size(110, 26);
  539. this.panelHospitalClient.TabIndex = 278;
  540. //
  541. // chkHospitalClient
  542. //
  543. this.chkHospitalClient.AutoSize = true;
  544. this.chkHospitalClient.BackColor = System.Drawing.Color.Transparent;
  545. this.chkHospitalClient.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  546. this.chkHospitalClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  547. this.chkHospitalClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  548. this.chkHospitalClient.Fourstates = false;
  549. this.chkHospitalClient.IsGreenTick = false;
  550. this.chkHospitalClient.Location = new System.Drawing.Point(4, 2);
  551. this.chkHospitalClient.Name = "chkHospitalClient";
  552. this.chkHospitalClient.Size = new System.Drawing.Size(99, 21);
  553. this.chkHospitalClient.TabIndex = 276;
  554. this.chkHospitalClient.Tag = "医院跟踪客户";
  555. this.chkHospitalClient.Text = "医院跟踪客户";
  556. this.chkHospitalClient.UseVisualStyleBackColor = false;
  557. //
  558. // panelEx6
  559. //
  560. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  561. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  562. this.panelEx6.BorderWidth = 1;
  563. this.panelEx6.Controls.Add(this.chkFriends);
  564. this.panelEx6.Location = new System.Drawing.Point(453, 2);
  565. this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
  566. this.panelEx6.Name = "panelEx6";
  567. this.panelEx6.Size = new System.Drawing.Size(217, 26);
  568. this.panelEx6.TabIndex = 277;
  569. //
  570. // chkFriends
  571. //
  572. this.chkFriends.AutoSize = true;
  573. this.chkFriends.BackColor = System.Drawing.Color.Transparent;
  574. this.chkFriends.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  575. this.chkFriends.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  576. this.chkFriends.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  577. this.chkFriends.Fourstates = false;
  578. this.chkFriends.IsGreenTick = false;
  579. this.chkFriends.Location = new System.Drawing.Point(4, 2);
  580. this.chkFriends.Name = "chkFriends";
  581. this.chkFriends.Size = new System.Drawing.Size(75, 21);
  582. this.chkFriends.TabIndex = 271;
  583. this.chkFriends.Tag = "朋友介绍";
  584. this.chkFriends.Text = "朋友介绍";
  585. this.chkFriends.UseVisualStyleBackColor = false;
  586. //
  587. // panelEx12
  588. //
  589. this.panelEx12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  590. this.panelEx12.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  591. this.panelEx12.BorderWidth = 1;
  592. this.panelEx12.Controls.Add(this.lblYiXiangClient);
  593. this.panelEx12.Location = new System.Drawing.Point(672, 2);
  594. this.panelEx12.Margin = new System.Windows.Forms.Padding(1);
  595. this.panelEx12.Name = "panelEx12";
  596. this.panelEx12.Size = new System.Drawing.Size(74, 26);
  597. this.panelEx12.TabIndex = 282;
  598. //
  599. // lblYiXiangClient
  600. //
  601. this.lblYiXiangClient.AutoSize = true;
  602. this.lblYiXiangClient.Cursor = System.Windows.Forms.Cursors.Hand;
  603. this.lblYiXiangClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  604. this.lblYiXiangClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  605. this.lblYiXiangClient.Location = new System.Drawing.Point(11, 3);
  606. this.lblYiXiangClient.Name = "lblYiXiangClient";
  607. this.lblYiXiangClient.Size = new System.Drawing.Size(56, 17);
  608. this.lblYiXiangClient.TabIndex = 274;
  609. this.lblYiXiangClient.Text = "意向客户";
  610. this.toolTip1.SetToolTip(this.lblYiXiangClient, "选择意向客户或意向订单");
  611. //
  612. // panelA3Line
  613. //
  614. this.panelA3Line.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  615. this.panelA3Line.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  616. this.panelA3Line.BorderWidth = 1;
  617. this.panelA3Line.Dock = System.Windows.Forms.DockStyle.Top;
  618. this.panelA3Line.Location = new System.Drawing.Point(0, 0);
  619. this.panelA3Line.Name = "panelA3Line";
  620. this.panelA3Line.Size = new System.Drawing.Size(915, 1);
  621. this.panelA3Line.TabIndex = 270;
  622. //
  623. // lblClientSource
  624. //
  625. this.lblClientSource.AutoSize = true;
  626. this.lblClientSource.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  627. this.lblClientSource.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  628. this.lblClientSource.Location = new System.Drawing.Point(4, 23);
  629. this.lblClientSource.Name = "lblClientSource";
  630. this.lblClientSource.Size = new System.Drawing.Size(56, 17);
  631. this.lblClientSource.TabIndex = 1;
  632. this.lblClientSource.Text = "客户来源";
  633. //
  634. // btnSourceSet
  635. //
  636. this.btnSourceSet.BackColor = System.Drawing.Color.Transparent;
  637. this.btnSourceSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSourceSet.BackImg")));
  638. this.btnSourceSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  639. this.btnSourceSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  640. this.btnSourceSet.ForeColor = System.Drawing.Color.White;
  641. this.btnSourceSet.IsCustomBackImg = false;
  642. this.btnSourceSet.IsShowText = true;
  643. this.btnSourceSet.Location = new System.Drawing.Point(854, 18);
  644. this.btnSourceSet.Name = "btnSourceSet";
  645. this.btnSourceSet.Size = new System.Drawing.Size(58, 25);
  646. this.btnSourceSet.TabIndex = 269;
  647. this.btnSourceSet.Text = " 设 置";
  648. this.btnSourceSet.UseVisualStyleBackColor = false;
  649. //
  650. // panelEx3
  651. //
  652. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  653. | System.Windows.Forms.AnchorStyles.Right)));
  654. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  655. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  656. this.panelEx3.BorderWidth = 1;
  657. this.panelEx3.Controls.Add(this.lblBrowseSelect);
  658. this.panelEx3.Controls.Add(this.panelA1Line);
  659. this.panelEx3.Controls.Add(this.lblStyle);
  660. this.panelEx3.Controls.Add(this.btnStyleSet);
  661. this.panelEx3.Location = new System.Drawing.Point(3, 110);
  662. this.panelEx3.Name = "panelEx3";
  663. this.panelEx3.Size = new System.Drawing.Size(915, 120);
  664. this.panelEx3.TabIndex = 274;
  665. //
  666. // lblBrowseSelect
  667. //
  668. this.lblBrowseSelect.AutoSize = true;
  669. this.lblBrowseSelect.Cursor = System.Windows.Forms.Cursors.Hand;
  670. this.lblBrowseSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  671. this.lblBrowseSelect.ForeColor = System.Drawing.Color.Blue;
  672. this.lblBrowseSelect.Location = new System.Drawing.Point(74, 15);
  673. this.lblBrowseSelect.Name = "lblBrowseSelect";
  674. this.lblBrowseSelect.Size = new System.Drawing.Size(56, 17);
  675. this.lblBrowseSelect.TabIndex = 271;
  676. this.lblBrowseSelect.Text = "浏览选择";
  677. //
  678. // panelA1Line
  679. //
  680. this.panelA1Line.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  681. this.panelA1Line.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  682. this.panelA1Line.BorderWidth = 1;
  683. this.panelA1Line.Dock = System.Windows.Forms.DockStyle.Top;
  684. this.panelA1Line.Location = new System.Drawing.Point(0, 0);
  685. this.panelA1Line.Name = "panelA1Line";
  686. this.panelA1Line.Size = new System.Drawing.Size(915, 1);
  687. this.panelA1Line.TabIndex = 270;
  688. //
  689. // lblStyle
  690. //
  691. this.lblStyle.AutoSize = true;
  692. this.lblStyle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  693. this.lblStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  694. this.lblStyle.Location = new System.Drawing.Point(4, 15);
  695. this.lblStyle.Name = "lblStyle";
  696. this.lblStyle.Size = new System.Drawing.Size(56, 17);
  697. this.lblStyle.TabIndex = 1;
  698. this.lblStyle.Text = "喜爱风格";
  699. //
  700. // btnStyleSet
  701. //
  702. this.btnStyleSet.BackColor = System.Drawing.Color.Transparent;
  703. this.btnStyleSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnStyleSet.BackImg")));
  704. this.btnStyleSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  705. this.btnStyleSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  706. this.btnStyleSet.ForeColor = System.Drawing.Color.White;
  707. this.btnStyleSet.IsCustomBackImg = false;
  708. this.btnStyleSet.IsShowText = true;
  709. this.btnStyleSet.Location = new System.Drawing.Point(854, 15);
  710. this.btnStyleSet.Name = "btnStyleSet";
  711. this.btnStyleSet.Size = new System.Drawing.Size(58, 25);
  712. this.btnStyleSet.TabIndex = 269;
  713. this.btnStyleSet.Text = " 设 置";
  714. this.btnStyleSet.UseVisualStyleBackColor = false;
  715. //
  716. // flowPanel1
  717. //
  718. this.flowPanel1.Controls.Add(this.panelAddClient);
  719. this.flowPanel1.Location = new System.Drawing.Point(0, 236);
  720. this.flowPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  721. this.flowPanel1.Name = "flowPanel1";
  722. this.flowPanel1.Size = new System.Drawing.Size(925, 114);
  723. this.flowPanel1.TabIndex = 276;
  724. //
  725. // panelAddClient
  726. //
  727. this.panelAddClient.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  728. this.panelAddClient.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  729. this.panelAddClient.BorderWidth = 1;
  730. this.panelAddClient.Controls.Add(this.pictAddClient);
  731. this.panelAddClient.Controls.Add(this.panelA2Line);
  732. this.panelAddClient.Location = new System.Drawing.Point(3, 3);
  733. this.panelAddClient.Name = "panelAddClient";
  734. this.panelAddClient.Size = new System.Drawing.Size(915, 34);
  735. this.panelAddClient.TabIndex = 275;
  736. //
  737. // pictAddClient
  738. //
  739. this.pictAddClient.Image = global::LYFZ.Software.UI.DoorCityProcess.Properties.Resources.AddUser;
  740. this.pictAddClient.Location = new System.Drawing.Point(854, 8);
  741. this.pictAddClient.Name = "pictAddClient";
  742. this.pictAddClient.Size = new System.Drawing.Size(100, 22);
  743. this.pictAddClient.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  744. this.pictAddClient.TabIndex = 274;
  745. this.pictAddClient.TabStop = false;
  746. this.toolTip1.SetToolTip(this.pictAddClient, "添加客户");
  747. //
  748. // panelA2Line
  749. //
  750. this.panelA2Line.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  751. this.panelA2Line.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  752. this.panelA2Line.BorderWidth = 1;
  753. this.panelA2Line.Dock = System.Windows.Forms.DockStyle.Top;
  754. this.panelA2Line.Location = new System.Drawing.Point(0, 0);
  755. this.panelA2Line.Name = "panelA2Line";
  756. this.panelA2Line.Size = new System.Drawing.Size(915, 1);
  757. this.panelA2Line.TabIndex = 271;
  758. //
  759. // tap2
  760. //
  761. this.tap2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  762. this.tap2.Controls.Add(this.PanelMain2);
  763. this.tap2.Location = new System.Drawing.Point(4, 34);
  764. this.tap2.Name = "tap2";
  765. this.tap2.Padding = new System.Windows.Forms.Padding(3);
  766. this.tap2.Size = new System.Drawing.Size(892, 497);
  767. this.tap2.TabIndex = 1;
  768. this.tap2.Text = "订单资料";
  769. //
  770. // PanelMain2
  771. //
  772. this.PanelMain2.AutoScroll = true;
  773. this.PanelMain2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  774. this.PanelMain2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  775. this.PanelMain2.BorderWidth = 1;
  776. this.PanelMain2.Controls.Add(this.panelVice2);
  777. this.PanelMain2.Dock = System.Windows.Forms.DockStyle.Fill;
  778. this.PanelMain2.Location = new System.Drawing.Point(3, 3);
  779. this.PanelMain2.Name = "PanelMain2";
  780. this.PanelMain2.Size = new System.Drawing.Size(886, 491);
  781. this.PanelMain2.TabIndex = 0;
  782. //
  783. // panelVice2
  784. //
  785. this.panelVice2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  786. this.panelVice2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  787. this.panelVice2.BorderWidth = 1;
  788. this.panelVice2.Controls.Add(this.flowPanel2);
  789. this.panelVice2.Location = new System.Drawing.Point(3, 3);
  790. this.panelVice2.Name = "panelVice2";
  791. this.panelVice2.Size = new System.Drawing.Size(925, 445);
  792. this.panelVice2.TabIndex = 0;
  793. //
  794. // flowPanel2
  795. //
  796. this.flowPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  797. this.flowPanel2.Location = new System.Drawing.Point(0, 0);
  798. this.flowPanel2.Name = "flowPanel2";
  799. this.flowPanel2.Size = new System.Drawing.Size(925, 445);
  800. this.flowPanel2.TabIndex = 273;
  801. //
  802. // tap3
  803. //
  804. this.tap3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  805. this.tap3.Controls.Add(this.PanelMain3);
  806. this.tap3.Location = new System.Drawing.Point(4, 34);
  807. this.tap3.Name = "tap3";
  808. this.tap3.Padding = new System.Windows.Forms.Padding(3);
  809. this.tap3.Size = new System.Drawing.Size(892, 497);
  810. this.tap3.TabIndex = 2;
  811. this.tap3.Text = "其它详情";
  812. //
  813. // PanelMain3
  814. //
  815. this.PanelMain3.AutoScroll = true;
  816. this.PanelMain3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  817. this.PanelMain3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  818. this.PanelMain3.BorderWidth = 1;
  819. this.PanelMain3.Controls.Add(this.panelVice3);
  820. this.PanelMain3.Dock = System.Windows.Forms.DockStyle.Fill;
  821. this.PanelMain3.Location = new System.Drawing.Point(3, 3);
  822. this.PanelMain3.Name = "PanelMain3";
  823. this.PanelMain3.Padding = new System.Windows.Forms.Padding(3);
  824. this.PanelMain3.Size = new System.Drawing.Size(886, 491);
  825. this.PanelMain3.TabIndex = 1;
  826. //
  827. // panelVice3
  828. //
  829. this.panelVice3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  830. this.panelVice3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  831. this.panelVice3.BorderWidth = 1;
  832. this.panelVice3.Location = new System.Drawing.Point(3, 3);
  833. this.panelVice3.Name = "panelVice3";
  834. this.panelVice3.Padding = new System.Windows.Forms.Padding(3);
  835. this.panelVice3.Size = new System.Drawing.Size(925, 445);
  836. this.panelVice3.TabIndex = 1;
  837. //
  838. // flowPanel0
  839. //
  840. this.flowPanel0.Controls.Add(this.btnSaveIntent);
  841. this.flowPanel0.Controls.Add(this.btnNewOrder);
  842. this.flowPanel0.Controls.Add(this.btnSave);
  843. this.flowPanel0.Controls.Add(this.btnPrint);
  844. this.flowPanel0.Controls.Add(this.btnOrderClose);
  845. this.flowPanel0.Location = new System.Drawing.Point(326, 5);
  846. this.flowPanel0.Name = "flowPanel0";
  847. this.flowPanel0.Size = new System.Drawing.Size(461, 33);
  848. this.flowPanel0.TabIndex = 5;
  849. //
  850. // btnSaveIntent
  851. //
  852. this.btnSaveIntent.BackColor = System.Drawing.Color.Transparent;
  853. this.btnSaveIntent.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveIntent.BackImg")));
  854. this.btnSaveIntent.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  855. this.btnSaveIntent.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  856. this.btnSaveIntent.ForeColor = System.Drawing.Color.White;
  857. this.btnSaveIntent.IsCustomBackImg = false;
  858. this.btnSaveIntent.IsShowText = true;
  859. this.btnSaveIntent.Location = new System.Drawing.Point(3, 3);
  860. this.btnSaveIntent.Name = "btnSaveIntent";
  861. this.btnSaveIntent.Size = new System.Drawing.Size(100, 28);
  862. this.btnSaveIntent.TabIndex = 37;
  863. this.btnSaveIntent.Text = " 保存意向订单";
  864. this.btnSaveIntent.UseVisualStyleBackColor = false;
  865. //
  866. // btnNewOrder
  867. //
  868. this.btnNewOrder.BackColor = System.Drawing.Color.Transparent;
  869. this.btnNewOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewOrder.BackImg")));
  870. this.btnNewOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  871. this.btnNewOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  872. this.btnNewOrder.ForeColor = System.Drawing.Color.White;
  873. this.btnNewOrder.IsCustomBackImg = false;
  874. this.btnNewOrder.IsShowText = true;
  875. this.btnNewOrder.Location = new System.Drawing.Point(109, 3);
  876. this.btnNewOrder.Name = "btnNewOrder";
  877. this.btnNewOrder.Size = new System.Drawing.Size(80, 28);
  878. this.btnNewOrder.TabIndex = 42;
  879. this.btnNewOrder.Text = " 新订单";
  880. this.btnNewOrder.UseVisualStyleBackColor = false;
  881. //
  882. // btnSave
  883. //
  884. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  885. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  886. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  887. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  888. this.btnSave.ForeColor = System.Drawing.Color.White;
  889. this.btnSave.IsCustomBackImg = false;
  890. this.btnSave.IsShowText = true;
  891. this.btnSave.Location = new System.Drawing.Point(195, 3);
  892. this.btnSave.Name = "btnSave";
  893. this.btnSave.Size = new System.Drawing.Size(80, 28);
  894. this.btnSave.TabIndex = 38;
  895. this.btnSave.Text = " 保存订单";
  896. this.btnSave.UseVisualStyleBackColor = false;
  897. //
  898. // btnPrint
  899. //
  900. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  901. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  902. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  903. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  904. this.btnPrint.ForeColor = System.Drawing.Color.White;
  905. this.btnPrint.IsCustomBackImg = false;
  906. this.btnPrint.IsShowText = true;
  907. this.btnPrint.Location = new System.Drawing.Point(281, 3);
  908. this.btnPrint.Name = "btnPrint";
  909. this.btnPrint.Size = new System.Drawing.Size(80, 28);
  910. this.btnPrint.TabIndex = 40;
  911. this.btnPrint.Text = " 打印订单";
  912. this.btnPrint.UseVisualStyleBackColor = false;
  913. //
  914. // btnOrderClose
  915. //
  916. this.btnOrderClose.BackColor = System.Drawing.Color.Transparent;
  917. this.btnOrderClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOrderClose.BackImg")));
  918. this.btnOrderClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  919. this.btnOrderClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  920. this.btnOrderClose.ForeColor = System.Drawing.Color.White;
  921. this.btnOrderClose.IsCustomBackImg = false;
  922. this.btnOrderClose.IsShowText = true;
  923. this.btnOrderClose.Location = new System.Drawing.Point(367, 3);
  924. this.btnOrderClose.Name = "btnOrderClose";
  925. this.btnOrderClose.Size = new System.Drawing.Size(80, 28);
  926. this.btnOrderClose.TabIndex = 41;
  927. this.btnOrderClose.Text = " 关 闭";
  928. this.btnOrderClose.UseVisualStyleBackColor = false;
  929. //
  930. // btnUpload
  931. //
  932. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  933. this.btnUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpload.BackImg")));
  934. this.btnUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  935. this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  936. this.btnUpload.ForeColor = System.Drawing.Color.White;
  937. this.btnUpload.IsCustomBackImg = false;
  938. this.btnUpload.IsShowText = true;
  939. this.btnUpload.Location = new System.Drawing.Point(775, 6);
  940. this.btnUpload.Name = "btnUpload";
  941. this.btnUpload.Size = new System.Drawing.Size(80, 28);
  942. this.btnUpload.TabIndex = 42;
  943. this.btnUpload.Text = " 预约单上传";
  944. this.btnUpload.UseVisualStyleBackColor = false;
  945. //
  946. // btnShow
  947. //
  948. this.btnShow.BackColor = System.Drawing.Color.Transparent;
  949. this.btnShow.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnShow.BackImg")));
  950. this.btnShow.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  951. this.btnShow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  952. this.btnShow.ForeColor = System.Drawing.Color.White;
  953. this.btnShow.IsCustomBackImg = false;
  954. this.btnShow.IsShowText = true;
  955. this.btnShow.Location = new System.Drawing.Point(866, 6);
  956. this.btnShow.Name = "btnShow";
  957. this.btnShow.Size = new System.Drawing.Size(80, 28);
  958. this.btnShow.TabIndex = 43;
  959. this.btnShow.Text = " 查 看";
  960. this.btnShow.UseVisualStyleBackColor = false;
  961. //
  962. // OnSingleFormMain
  963. //
  964. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  965. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  966. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  967. this.ClientSize = new System.Drawing.Size(955, 610);
  968. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  969. this.IsShowUcNavigationTool = true;
  970. this.IsUserControlsSize = false;
  971. this.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  972. this.Name = "OnSingleFormMain";
  973. this.Text = "开单";
  974. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  975. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  976. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  977. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  978. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  979. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  980. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  981. this.plExMainContainer.ResumeLayout(false);
  982. this.plFormMainContent.ResumeLayout(false);
  983. this.tabControl.ResumeLayout(false);
  984. this.tap1.ResumeLayout(false);
  985. this.PanelMain1.ResumeLayout(false);
  986. this.panelVice1.ResumeLayout(false);
  987. this.flowLayoutPanel3.ResumeLayout(false);
  988. this.panelEx2.ResumeLayout(false);
  989. this.panelEx2.PerformLayout();
  990. this.flowLayoutPanel1.ResumeLayout(false);
  991. this.panelTransactmemberCard.ResumeLayout(false);
  992. this.panelTransactmemberCard.PerformLayout();
  993. this.panelEx1.ResumeLayout(false);
  994. this.panelEx1.PerformLayout();
  995. this.panelMarriage.ResumeLayout(false);
  996. this.panelMarriage.PerformLayout();
  997. this.panelEx4.ResumeLayout(false);
  998. this.panelEx4.PerformLayout();
  999. this.flowPanelClientSource.ResumeLayout(false);
  1000. this.panelEx9.ResumeLayout(false);
  1001. this.panelEx9.PerformLayout();
  1002. this.panelEx5.ResumeLayout(false);
  1003. this.panelEx5.PerformLayout();
  1004. this.panelHospitalClient.ResumeLayout(false);
  1005. this.panelHospitalClient.PerformLayout();
  1006. this.panelEx6.ResumeLayout(false);
  1007. this.panelEx6.PerformLayout();
  1008. this.panelEx12.ResumeLayout(false);
  1009. this.panelEx12.PerformLayout();
  1010. this.panelEx3.ResumeLayout(false);
  1011. this.panelEx3.PerformLayout();
  1012. this.flowPanel1.ResumeLayout(false);
  1013. this.panelAddClient.ResumeLayout(false);
  1014. ((System.ComponentModel.ISupportInitialize)(this.pictAddClient)).EndInit();
  1015. this.tap2.ResumeLayout(false);
  1016. this.PanelMain2.ResumeLayout(false);
  1017. this.panelVice2.ResumeLayout(false);
  1018. this.tap3.ResumeLayout(false);
  1019. this.PanelMain3.ResumeLayout(false);
  1020. this.flowPanel0.ResumeLayout(false);
  1021. this.ResumeLayout(false);
  1022. }
  1023. #endregion
  1024. protected ComponentLibrary.TabControlEx tabControl;
  1025. protected ComponentLibrary.PanelEx panelVice1;
  1026. protected System.Windows.Forms.TabPage tap1;
  1027. protected ComponentLibrary.PanelEx PanelMain1;
  1028. protected ComponentLibrary.PanelEx PanelMain2;
  1029. protected ComponentLibrary.PanelEx panelVice2;
  1030. protected ComponentLibrary.ButtonEx btnOrderClose;
  1031. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  1032. protected ComponentLibrary.PanelEx panelEx4;
  1033. private ComponentLibrary.PanelEx panelA3Line;
  1034. protected ComponentLibrary.LabelEx lblClientSource;
  1035. private ComponentLibrary.PanelEx panelA1Line;
  1036. protected ComponentLibrary.LabelEx lblStyle;
  1037. protected internal ComponentLibrary.ButtonForm btnStyleSet;
  1038. protected System.Windows.Forms.FlowLayoutPanel flowPanel1;
  1039. protected ComponentLibrary.PanelEx panelAddClient;
  1040. protected internal ComponentLibrary.PictureBoxEx pictAddClient;
  1041. private ComponentLibrary.PanelEx panelA2Line;
  1042. protected internal ComponentLibrary.ButtonEx btnSaveIntent;
  1043. protected internal ComponentLibrary.ButtonEx btnSave;
  1044. protected internal ComponentLibrary.ButtonEx btnPrint;
  1045. protected internal ComponentLibrary.ButtonEx btnNewOrder;
  1046. protected internal System.Windows.Forms.FlowLayoutPanel flowPanel0;
  1047. protected internal ComponentLibrary.CheckBoxEx chkFriends;
  1048. protected internal ComponentLibrary.CheckBoxEx chkOldClient;
  1049. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientSource;
  1050. protected ComponentLibrary.LabelEx lblYiXiangClient;
  1051. protected internal ComponentLibrary.CheckBoxEx chkOther;
  1052. protected internal ComponentLibrary.ButtonForm btnSourceSet;
  1053. protected System.Windows.Forms.FlowLayoutPanel flowPanel2;
  1054. protected internal ComponentLibrary.CheckBoxEx chkHospitalClient;
  1055. private ComponentLibrary.PanelEx panelEx5;
  1056. private ComponentLibrary.PanelEx panelEx6;
  1057. private ComponentLibrary.PanelEx panelEx9;
  1058. private ComponentLibrary.PanelEx panelEx12;
  1059. protected internal ComponentLibrary.PanelEx panelHospitalClient;
  1060. protected internal System.Windows.Forms.FlowLayoutPanel flowPanelClientSource;
  1061. protected ComponentLibrary.PanelEx panelEx2;
  1062. protected ComponentLibrary.PanelEx panelMarriage;
  1063. private ComponentLibrary.LabelEx labelEx1;
  1064. protected ComponentLibrary.MaskedTextDateEx mskMarriage;
  1065. protected ComponentLibrary.CheckBoxEx chkMarriage;
  1066. private ComponentLibrary.PanelEx panelEx1;
  1067. private ComponentLibrary.LabelEx labelEx30;
  1068. protected internal ComponentLibrary.ButtonForm btnSelectUser;
  1069. protected ComponentLibrary.TextBoxEx txtOrderPerson;
  1070. private ComponentLibrary.LabelEx labelEx38;
  1071. protected internal ComponentLibrary.CheckBoxEx chkTransactmemberCard;
  1072. protected ComponentLibrary.LabelEx lblOpenType;
  1073. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1074. protected internal ComponentLibrary.PanelEx panelTransactmemberCard;
  1075. protected internal ComponentLibrary.PanelEx panelEx3;
  1076. protected internal System.Windows.Forms.ToolTip toolTip1;
  1077. protected ComponentLibrary.LabelEx lblBrowseSelect;
  1078. protected internal System.Windows.Forms.TabPage tap3;
  1079. protected internal System.Windows.Forms.TabPage tap2;
  1080. protected internal ComponentLibrary.PanelEx PanelMain3;
  1081. protected internal ComponentLibrary.PanelEx panelVice3;
  1082. protected ComponentLibrary.ButtonEx btnShow;
  1083. protected ComponentLibrary.ButtonEx btnUpload;
  1084. }
  1085. }