FrmTwoSalesOrderEntry.Designer.cs 50 KB

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