FrmTwoSalesOrderUpdate.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. namespace LYFZ.Software.UI.FinancialManagement.TwoSalesOrder
  2. {
  3. partial class FrmTwoSalesOrderUpdate
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTwoSalesOrderUpdate));
  29. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.txtTsorder_Quantity = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  32. this.cmbtreevConsumeType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  33. this.radSexW = new LYFZ.ComponentLibrary.RadioButtonEx();
  34. this.radSexN = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnCustomer = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.txtPay_OpenSingle = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.btnSet2 = new LYFZ.ComponentLibrary.ButtonForm();
  41. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.txtTsorder_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtTsorder_PersonHandling = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtTsorder_CreateDatetime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtTsorder_Money = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.txtTsorder_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  55. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.txtTsorder_CustomerName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  57. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx2);
  68. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  69. this.plExMainContainer.Size = new System.Drawing.Size(650, 495);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(650, 495);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(618, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  83. //
  84. // panelEx2
  85. //
  86. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx2.BorderWidth = 1;
  88. this.panelEx2.Controls.Add(this.labelEx12);
  89. this.panelEx2.Controls.Add(this.txtTsorder_Quantity);
  90. this.panelEx2.Controls.Add(this.cmbtreevConsumeType);
  91. this.panelEx2.Controls.Add(this.radSexW);
  92. this.panelEx2.Controls.Add(this.radSexN);
  93. this.panelEx2.Controls.Add(this.labelEx1);
  94. this.panelEx2.Controls.Add(this.btnCustomer);
  95. this.panelEx2.Controls.Add(this.btnSet);
  96. this.panelEx2.Controls.Add(this.CtvTsorder_Name);
  97. this.panelEx2.Controls.Add(this.txtPay_OpenSingle);
  98. this.panelEx2.Controls.Add(this.btnSet2);
  99. this.panelEx2.Controls.Add(this.btnCanle);
  100. this.panelEx2.Controls.Add(this.btnSave);
  101. this.panelEx2.Controls.Add(this.txtTsorder_Remark);
  102. this.panelEx2.Controls.Add(this.labelEx11);
  103. this.panelEx2.Controls.Add(this.txtTsorder_PersonHandling);
  104. this.panelEx2.Controls.Add(this.labelEx7);
  105. this.panelEx2.Controls.Add(this.txtTsorder_CreateDatetime);
  106. this.panelEx2.Controls.Add(this.labelEx15);
  107. this.panelEx2.Controls.Add(this.labelEx6);
  108. this.panelEx2.Controls.Add(this.labelEx5);
  109. this.panelEx2.Controls.Add(this.labelEx4);
  110. this.panelEx2.Controls.Add(this.txtTsorder_Money);
  111. this.panelEx2.Controls.Add(this.labelEx3);
  112. this.panelEx2.Controls.Add(this.txtTsorder_Telephone);
  113. this.panelEx2.Controls.Add(this.labelEx9);
  114. this.panelEx2.Controls.Add(this.txtTsorder_CustomerName);
  115. this.panelEx2.Controls.Add(this.labelEx10);
  116. this.panelEx2.Controls.Add(this.labelEx2);
  117. this.panelEx2.Controls.Add(this.labelEx8);
  118. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  120. this.panelEx2.Name = "panelEx2";
  121. this.panelEx2.Size = new System.Drawing.Size(630, 475);
  122. this.panelEx2.TabIndex = 116;
  123. //
  124. // labelEx12
  125. //
  126. this.labelEx12.AutoSize = true;
  127. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  128. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  129. this.labelEx12.Location = new System.Drawing.Point(101, 204);
  130. this.labelEx12.Name = "labelEx12";
  131. this.labelEx12.Size = new System.Drawing.Size(13, 17);
  132. this.labelEx12.TabIndex = 245;
  133. this.labelEx12.Text = "*";
  134. //
  135. // txtTsorder_Quantity
  136. //
  137. this.txtTsorder_Quantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  138. this.txtTsorder_Quantity.EmptyTextTip = null;
  139. this.txtTsorder_Quantity.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  140. this.txtTsorder_Quantity.Font = new System.Drawing.Font("微软雅黑", 9F);
  141. this.txtTsorder_Quantity.Location = new System.Drawing.Point(374, 237);
  142. this.txtTsorder_Quantity.Name = "txtTsorder_Quantity";
  143. this.txtTsorder_Quantity.Size = new System.Drawing.Size(104, 23);
  144. this.txtTsorder_Quantity.TabIndex = 219;
  145. //
  146. // cmbtreevConsumeType
  147. //
  148. this.cmbtreevConsumeType.AfterSelectLevelFirstNode = true;
  149. this.cmbtreevConsumeType.DropDownHeight = 220;
  150. this.cmbtreevConsumeType.DropDownShow = false;
  151. this.cmbtreevConsumeType.FormattingEnabled = true;
  152. this.cmbtreevConsumeType.IntegralHeight = false;
  153. this.cmbtreevConsumeType.IsNodeMouseClick = true;
  154. this.cmbtreevConsumeType.IsSelectParentNode = false;
  155. this.cmbtreevConsumeType.Location = new System.Drawing.Point(184, 100);
  156. this.cmbtreevConsumeType.Name = "cmbtreevConsumeType";
  157. this.cmbtreevConsumeType.ReadOnly = true;
  158. this.cmbtreevConsumeType.SelectedNode = null;
  159. this.cmbtreevConsumeType.Size = new System.Drawing.Size(230, 20);
  160. this.cmbtreevConsumeType.StrGetName = "";
  161. this.cmbtreevConsumeType.StrKey = null;
  162. this.cmbtreevConsumeType.TabIndex = 244;
  163. //
  164. // radSexW
  165. //
  166. this.radSexW.AutoSize = true;
  167. this.radSexW.BackColor = System.Drawing.Color.Transparent;
  168. this.radSexW.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  169. this.radSexW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  170. this.radSexW.Location = new System.Drawing.Point(429, 202);
  171. this.radSexW.Name = "radSexW";
  172. this.radSexW.Size = new System.Drawing.Size(38, 21);
  173. this.radSexW.TabIndex = 243;
  174. this.radSexW.Text = "女";
  175. this.radSexW.UseVisualStyleBackColor = false;
  176. //
  177. // radSexN
  178. //
  179. this.radSexN.AutoSize = true;
  180. this.radSexN.BackColor = System.Drawing.Color.Transparent;
  181. this.radSexN.Checked = true;
  182. this.radSexN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  183. this.radSexN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  184. this.radSexN.Location = new System.Drawing.Point(374, 202);
  185. this.radSexN.Name = "radSexN";
  186. this.radSexN.Size = new System.Drawing.Size(38, 21);
  187. this.radSexN.TabIndex = 242;
  188. this.radSexN.TabStop = true;
  189. this.radSexN.Text = "男";
  190. this.radSexN.UseVisualStyleBackColor = false;
  191. //
  192. // labelEx1
  193. //
  194. this.labelEx1.AutoSize = true;
  195. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  196. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  197. this.labelEx1.Location = new System.Drawing.Point(322, 204);
  198. this.labelEx1.Name = "labelEx1";
  199. this.labelEx1.Size = new System.Drawing.Size(53, 17);
  200. this.labelEx1.TabIndex = 241;
  201. this.labelEx1.Text = "* 性别:";
  202. //
  203. // btnCustomer
  204. //
  205. this.btnCustomer.BackColor = System.Drawing.Color.Transparent;
  206. this.btnCustomer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCustomer.BackImg")));
  207. this.btnCustomer.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btnCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btnCustomer.ForeColor = System.Drawing.Color.White;
  210. this.btnCustomer.IsCustomBackImg = false;
  211. this.btnCustomer.IsShowText = true;
  212. this.btnCustomer.Location = new System.Drawing.Point(423, 166);
  213. this.btnCustomer.Name = "btnCustomer";
  214. this.btnCustomer.Size = new System.Drawing.Size(55, 24);
  215. this.btnCustomer.TabIndex = 240;
  216. this.btnCustomer.Text = " 选 择";
  217. this.btnCustomer.UseVisualStyleBackColor = false;
  218. //
  219. // btnSet
  220. //
  221. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  222. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  223. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btnSet.ForeColor = System.Drawing.Color.White;
  226. this.btnSet.IsCustomBackImg = false;
  227. this.btnSet.IsShowText = true;
  228. this.btnSet.Location = new System.Drawing.Point(423, 65);
  229. this.btnSet.Name = "btnSet";
  230. this.btnSet.Size = new System.Drawing.Size(55, 24);
  231. this.btnSet.TabIndex = 237;
  232. this.btnSet.Text = " 设 置";
  233. this.btnSet.UseVisualStyleBackColor = false;
  234. //
  235. // CtvTsorder_Name
  236. //
  237. this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
  238. this.CtvTsorder_Name.DropDownHeight = 220;
  239. this.CtvTsorder_Name.DropDownShow = false;
  240. this.CtvTsorder_Name.FormattingEnabled = true;
  241. this.CtvTsorder_Name.IntegralHeight = false;
  242. this.CtvTsorder_Name.IsNodeMouseClick = true;
  243. this.CtvTsorder_Name.IsSelectParentNode = false;
  244. this.CtvTsorder_Name.Location = new System.Drawing.Point(184, 67);
  245. this.CtvTsorder_Name.Name = "CtvTsorder_Name";
  246. this.CtvTsorder_Name.ReadOnly = true;
  247. this.CtvTsorder_Name.SelectedNode = null;
  248. this.CtvTsorder_Name.Size = new System.Drawing.Size(230, 20);
  249. this.CtvTsorder_Name.StrGetName = "";
  250. this.CtvTsorder_Name.StrKey = null;
  251. this.CtvTsorder_Name.TabIndex = 215;
  252. //
  253. // txtPay_OpenSingle
  254. //
  255. this.txtPay_OpenSingle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  256. this.txtPay_OpenSingle.EmptyTextTip = null;
  257. this.txtPay_OpenSingle.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  258. this.txtPay_OpenSingle.Font = new System.Drawing.Font("微软雅黑", 9F);
  259. this.txtPay_OpenSingle.Location = new System.Drawing.Point(184, 131);
  260. this.txtPay_OpenSingle.Name = "txtPay_OpenSingle";
  261. this.txtPay_OpenSingle.ReadOnly = true;
  262. this.txtPay_OpenSingle.Size = new System.Drawing.Size(230, 23);
  263. this.txtPay_OpenSingle.TabIndex = 239;
  264. //
  265. // btnSet2
  266. //
  267. this.btnSet2.BackColor = System.Drawing.Color.Transparent;
  268. this.btnSet2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet2.BackImg")));
  269. this.btnSet2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  270. this.btnSet2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  271. this.btnSet2.ForeColor = System.Drawing.Color.White;
  272. this.btnSet2.IsCustomBackImg = false;
  273. this.btnSet2.IsShowText = true;
  274. this.btnSet2.Location = new System.Drawing.Point(423, 97);
  275. this.btnSet2.Name = "btnSet2";
  276. this.btnSet2.Size = new System.Drawing.Size(55, 24);
  277. this.btnSet2.TabIndex = 236;
  278. this.btnSet2.Text = " 设 置";
  279. this.btnSet2.UseVisualStyleBackColor = false;
  280. //
  281. // btnCanle
  282. //
  283. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  284. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  285. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  286. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  287. this.btnCanle.ForeColor = System.Drawing.Color.White;
  288. this.btnCanle.IsCustomBackImg = false;
  289. this.btnCanle.IsShowText = true;
  290. this.btnCanle.Location = new System.Drawing.Point(334, 416);
  291. this.btnCanle.Name = "btnCanle";
  292. this.btnCanle.Size = new System.Drawing.Size(87, 26);
  293. this.btnCanle.TabIndex = 235;
  294. this.btnCanle.Text = " 取 消";
  295. this.btnCanle.UseVisualStyleBackColor = false;
  296. //
  297. // btnSave
  298. //
  299. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  300. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  301. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  302. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  303. this.btnSave.ForeColor = System.Drawing.Color.White;
  304. this.btnSave.IsCustomBackImg = false;
  305. this.btnSave.IsShowText = true;
  306. this.btnSave.Location = new System.Drawing.Point(207, 416);
  307. this.btnSave.Name = "btnSave";
  308. this.btnSave.Size = new System.Drawing.Size(87, 26);
  309. this.btnSave.TabIndex = 234;
  310. this.btnSave.Text = " 保 存";
  311. this.btnSave.UseVisualStyleBackColor = false;
  312. //
  313. // txtTsorder_Remark
  314. //
  315. this.txtTsorder_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  316. this.txtTsorder_Remark.EmptyTextTip = null;
  317. this.txtTsorder_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  318. this.txtTsorder_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  319. this.txtTsorder_Remark.Location = new System.Drawing.Point(184, 312);
  320. this.txtTsorder_Remark.Multiline = true;
  321. this.txtTsorder_Remark.Name = "txtTsorder_Remark";
  322. this.txtTsorder_Remark.Size = new System.Drawing.Size(294, 65);
  323. this.txtTsorder_Remark.TabIndex = 220;
  324. //
  325. // labelEx11
  326. //
  327. this.labelEx11.AutoSize = true;
  328. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  329. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  330. this.labelEx11.Location = new System.Drawing.Point(134, 314);
  331. this.labelEx11.Name = "labelEx11";
  332. this.labelEx11.Size = new System.Drawing.Size(44, 17);
  333. this.labelEx11.TabIndex = 233;
  334. this.labelEx11.Text = "备注:";
  335. //
  336. // txtTsorder_PersonHandling
  337. //
  338. this.txtTsorder_PersonHandling.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  339. this.txtTsorder_PersonHandling.EmptyTextTip = null;
  340. this.txtTsorder_PersonHandling.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  341. this.txtTsorder_PersonHandling.Font = new System.Drawing.Font("微软雅黑", 9F);
  342. this.txtTsorder_PersonHandling.Location = new System.Drawing.Point(374, 274);
  343. this.txtTsorder_PersonHandling.Name = "txtTsorder_PersonHandling";
  344. this.txtTsorder_PersonHandling.ReadOnly = true;
  345. this.txtTsorder_PersonHandling.Size = new System.Drawing.Size(104, 23);
  346. this.txtTsorder_PersonHandling.TabIndex = 232;
  347. //
  348. // labelEx7
  349. //
  350. this.labelEx7.AutoSize = true;
  351. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  352. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  353. this.labelEx7.Location = new System.Drawing.Point(125, 277);
  354. this.labelEx7.Name = "labelEx7";
  355. this.labelEx7.Size = new System.Drawing.Size(53, 17);
  356. this.labelEx7.TabIndex = 229;
  357. this.labelEx7.Text = "* 日期:";
  358. //
  359. // txtTsorder_CreateDatetime
  360. //
  361. this.txtTsorder_CreateDatetime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  362. this.txtTsorder_CreateDatetime.EmptyTextTip = null;
  363. this.txtTsorder_CreateDatetime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  364. this.txtTsorder_CreateDatetime.Font = new System.Drawing.Font("微软雅黑", 9F);
  365. this.txtTsorder_CreateDatetime.Location = new System.Drawing.Point(184, 274);
  366. this.txtTsorder_CreateDatetime.Name = "txtTsorder_CreateDatetime";
  367. this.txtTsorder_CreateDatetime.ReadOnly = true;
  368. this.txtTsorder_CreateDatetime.Size = new System.Drawing.Size(100, 23);
  369. this.txtTsorder_CreateDatetime.TabIndex = 230;
  370. //
  371. // labelEx15
  372. //
  373. this.labelEx15.AutoSize = true;
  374. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  375. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  376. this.labelEx15.Location = new System.Drawing.Point(113, 134);
  377. this.labelEx15.Name = "labelEx15";
  378. this.labelEx15.Size = new System.Drawing.Size(65, 17);
  379. this.labelEx15.TabIndex = 228;
  380. this.labelEx15.Text = "* 接单人:";
  381. //
  382. // labelEx6
  383. //
  384. this.labelEx6.AutoSize = true;
  385. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  386. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  387. this.labelEx6.Location = new System.Drawing.Point(101, 101);
  388. this.labelEx6.Name = "labelEx6";
  389. this.labelEx6.Size = new System.Drawing.Size(77, 17);
  390. this.labelEx6.TabIndex = 227;
  391. this.labelEx6.Text = "* 消费类别:";
  392. //
  393. // labelEx5
  394. //
  395. this.labelEx5.AutoSize = true;
  396. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  397. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  398. this.labelEx5.Location = new System.Drawing.Point(331, 240);
  399. this.labelEx5.Name = "labelEx5";
  400. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  401. this.labelEx5.TabIndex = 226;
  402. this.labelEx5.Text = "数量:";
  403. //
  404. // labelEx4
  405. //
  406. this.labelEx4.AutoSize = true;
  407. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  408. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  409. this.labelEx4.Location = new System.Drawing.Point(125, 240);
  410. this.labelEx4.Name = "labelEx4";
  411. this.labelEx4.Size = new System.Drawing.Size(53, 17);
  412. this.labelEx4.TabIndex = 225;
  413. this.labelEx4.Text = "* 金额:";
  414. //
  415. // txtTsorder_Money
  416. //
  417. this.txtTsorder_Money.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  418. this.txtTsorder_Money.EmptyTextTip = null;
  419. this.txtTsorder_Money.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  420. this.txtTsorder_Money.Font = new System.Drawing.Font("微软雅黑", 9F);
  421. this.txtTsorder_Money.Location = new System.Drawing.Point(184, 237);
  422. this.txtTsorder_Money.Name = "txtTsorder_Money";
  423. this.txtTsorder_Money.Size = new System.Drawing.Size(100, 23);
  424. this.txtTsorder_Money.TabIndex = 218;
  425. //
  426. // labelEx3
  427. //
  428. this.labelEx3.AutoSize = true;
  429. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  430. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  431. this.labelEx3.Location = new System.Drawing.Point(110, 204);
  432. this.labelEx3.Name = "labelEx3";
  433. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  434. this.labelEx3.TabIndex = 224;
  435. this.labelEx3.Text = "联系手机:";
  436. //
  437. // txtTsorder_Telephone
  438. //
  439. this.txtTsorder_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  440. this.txtTsorder_Telephone.EmptyTextTip = null;
  441. this.txtTsorder_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  442. this.txtTsorder_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
  443. this.txtTsorder_Telephone.Location = new System.Drawing.Point(184, 201);
  444. this.txtTsorder_Telephone.MaxLength = 11;
  445. this.txtTsorder_Telephone.Name = "txtTsorder_Telephone";
  446. this.txtTsorder_Telephone.Size = new System.Drawing.Size(100, 23);
  447. this.txtTsorder_Telephone.TabIndex = 217;
  448. this.txtTsorder_Telephone.Text = "15113270272";
  449. //
  450. // labelEx9
  451. //
  452. this.labelEx9.AutoSize = true;
  453. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  454. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  455. this.labelEx9.Location = new System.Drawing.Point(101, 169);
  456. this.labelEx9.Name = "labelEx9";
  457. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  458. this.labelEx9.TabIndex = 223;
  459. this.labelEx9.Text = "* 客户名称:";
  460. //
  461. // txtTsorder_CustomerName
  462. //
  463. this.txtTsorder_CustomerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  464. this.txtTsorder_CustomerName.EmptyTextTip = null;
  465. this.txtTsorder_CustomerName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  466. this.txtTsorder_CustomerName.Font = new System.Drawing.Font("微软雅黑", 9F);
  467. this.txtTsorder_CustomerName.Location = new System.Drawing.Point(184, 166);
  468. this.txtTsorder_CustomerName.Name = "txtTsorder_CustomerName";
  469. this.txtTsorder_CustomerName.Size = new System.Drawing.Size(230, 23);
  470. this.txtTsorder_CustomerName.TabIndex = 216;
  471. //
  472. // labelEx10
  473. //
  474. this.labelEx10.AutoSize = true;
  475. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  476. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  477. this.labelEx10.Location = new System.Drawing.Point(101, 68);
  478. this.labelEx10.Name = "labelEx10";
  479. this.labelEx10.Size = new System.Drawing.Size(77, 17);
  480. this.labelEx10.TabIndex = 222;
  481. this.labelEx10.Text = "* 项目名称:";
  482. //
  483. // labelEx2
  484. //
  485. this.labelEx2.AutoSize = true;
  486. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  487. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  488. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  489. this.labelEx2.Location = new System.Drawing.Point(86, 23);
  490. this.labelEx2.Name = "labelEx2";
  491. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  492. this.labelEx2.TabIndex = 221;
  493. this.labelEx2.Text = "项目编辑";
  494. //
  495. // labelEx8
  496. //
  497. this.labelEx8.AutoSize = true;
  498. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  499. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  500. this.labelEx8.Location = new System.Drawing.Point(310, 277);
  501. this.labelEx8.Name = "labelEx8";
  502. this.labelEx8.Size = new System.Drawing.Size(65, 17);
  503. this.labelEx8.TabIndex = 231;
  504. this.labelEx8.Text = "* 录单人:";
  505. //
  506. // FrmTwoSalesOrderUpdate
  507. //
  508. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  509. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  510. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  511. this.ClientSize = new System.Drawing.Size(650, 560);
  512. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  513. this.MaximizeBox = false;
  514. this.MinimizeBox = false;
  515. this.Name = "FrmTwoSalesOrderUpdate";
  516. this.Text = "修改其它消费";
  517. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  518. this.plExMainContainer.ResumeLayout(false);
  519. this.plFormMainContent.ResumeLayout(false);
  520. this.panelEx2.ResumeLayout(false);
  521. this.panelEx2.PerformLayout();
  522. this.ResumeLayout(false);
  523. }
  524. #endregion
  525. private ComponentLibrary.PanelEx panelEx2;
  526. protected internal ComponentLibrary.LabelEx labelEx12;
  527. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Quantity;
  528. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevConsumeType;
  529. protected ComponentLibrary.RadioButtonEx radSexW;
  530. protected ComponentLibrary.RadioButtonEx radSexN;
  531. private ComponentLibrary.LabelEx labelEx1;
  532. protected internal ComponentLibrary.ButtonForm btnCustomer;
  533. protected internal ComponentLibrary.ButtonForm btnSet;
  534. protected internal ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
  535. protected ComponentLibrary.TextBoxBasicEx txtPay_OpenSingle;
  536. protected internal ComponentLibrary.ButtonForm btnSet2;
  537. protected ComponentLibrary.ButtonEx btnCanle;
  538. protected ComponentLibrary.ButtonEx btnSave;
  539. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Remark;
  540. private ComponentLibrary.LabelEx labelEx11;
  541. protected ComponentLibrary.TextBoxBasicEx txtTsorder_PersonHandling;
  542. private ComponentLibrary.LabelEx labelEx7;
  543. protected ComponentLibrary.TextBoxBasicEx txtTsorder_CreateDatetime;
  544. private ComponentLibrary.LabelEx labelEx15;
  545. private ComponentLibrary.LabelEx labelEx6;
  546. private ComponentLibrary.LabelEx labelEx5;
  547. private ComponentLibrary.LabelEx labelEx4;
  548. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Money;
  549. private ComponentLibrary.LabelEx labelEx3;
  550. protected ComponentLibrary.TextBoxBasicEx txtTsorder_Telephone;
  551. private ComponentLibrary.LabelEx labelEx9;
  552. protected ComponentLibrary.TextBoxBasicEx txtTsorder_CustomerName;
  553. private ComponentLibrary.LabelEx labelEx10;
  554. private ComponentLibrary.LabelEx labelEx2;
  555. private ComponentLibrary.LabelEx labelEx8;
  556. }
  557. }