FinanceDayDetails.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace LYFZ.Software.UI.StatisticalInquiry.MonthFinance
  2. {
  3. partial class FinanceDayDetails
  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(FinanceDayDetails));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  31. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.txtClientName = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtClientArrears = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtTaoXiAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.txtTaoXiName = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.txtOrderClass = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  40. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.btnClosed = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.tb_ClientPhoneCall = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. this.flowLayoutPanel1.SuspendLayout();
  54. this.panelEx3.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx1);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  62. this.plExMainContainer.Size = new System.Drawing.Size(695, 347);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Size = new System.Drawing.Size(695, 347);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. this.btnAppFormMaximize.Location = new System.Drawing.Point(636, 0);
  72. //
  73. // btnAppFormExit
  74. //
  75. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  76. this.btnAppFormExit.Location = new System.Drawing.Point(663, 0);
  77. //
  78. // btnAppFormMinimize
  79. //
  80. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  81. this.btnAppFormMinimize.Location = new System.Drawing.Point(636, 0);
  82. //
  83. // panelEx1
  84. //
  85. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  89. this.panelEx1.Controls.Add(this.panelEx2);
  90. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  92. this.panelEx1.Name = "panelEx1";
  93. this.panelEx1.Padding = new System.Windows.Forms.Padding(20);
  94. this.panelEx1.Size = new System.Drawing.Size(675, 327);
  95. this.panelEx1.TabIndex = 0;
  96. //
  97. // flowLayoutPanel1
  98. //
  99. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  100. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.flowLayoutPanel1.Location = new System.Drawing.Point(20, 20);
  102. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  103. this.flowLayoutPanel1.Size = new System.Drawing.Size(635, 236);
  104. this.flowLayoutPanel1.TabIndex = 0;
  105. //
  106. // panelEx3
  107. //
  108. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  109. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  110. this.panelEx3.BorderWidth = 1;
  111. this.panelEx3.Controls.Add(this.labelEx6);
  112. this.panelEx3.Controls.Add(this.txtClientName);
  113. this.panelEx3.Controls.Add(this.txtRemark);
  114. this.panelEx3.Controls.Add(this.txtClientArrears);
  115. this.panelEx3.Controls.Add(this.txtTaoXiAmount);
  116. this.panelEx3.Controls.Add(this.tb_ClientPhoneCall);
  117. this.panelEx3.Controls.Add(this.txtTaoXiName);
  118. this.panelEx3.Controls.Add(this.txtOrderClass);
  119. this.panelEx3.Controls.Add(this.txtOrderNumber);
  120. this.panelEx3.Controls.Add(this.labelEx7);
  121. this.panelEx3.Controls.Add(this.labelEx5);
  122. this.panelEx3.Controls.Add(this.labelEx4);
  123. this.panelEx3.Controls.Add(this.labelEx8);
  124. this.panelEx3.Controls.Add(this.labelEx3);
  125. this.panelEx3.Controls.Add(this.labelEx2);
  126. this.panelEx3.Controls.Add(this.labelEx1);
  127. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  128. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  129. this.panelEx3.Name = "panelEx3";
  130. this.panelEx3.Size = new System.Drawing.Size(629, 200);
  131. this.panelEx3.TabIndex = 0;
  132. //
  133. // labelEx6
  134. //
  135. this.labelEx6.AutoSize = true;
  136. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  137. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  138. this.labelEx6.Location = new System.Drawing.Point(17, 85);
  139. this.labelEx6.Name = "labelEx6";
  140. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  141. this.labelEx6.TabIndex = 5;
  142. this.labelEx6.Text = "客户名称:";
  143. //
  144. // txtClientName
  145. //
  146. this.txtClientName.BackColor = System.Drawing.Color.Transparent;
  147. this.txtClientName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  148. this.txtClientName.Icon = null;
  149. this.txtClientName.IconIsButton = false;
  150. this.txtClientName.IsPasswordChat = '\0';
  151. this.txtClientName.IsSystemPasswordChar = false;
  152. this.txtClientName.Lines = new string[0];
  153. this.txtClientName.Location = new System.Drawing.Point(87, 81);
  154. this.txtClientName.Margin = new System.Windows.Forms.Padding(0);
  155. this.txtClientName.MaxLength = 15;
  156. this.txtClientName.MinimumSize = new System.Drawing.Size(0, 24);
  157. this.txtClientName.MouseBack = null;
  158. this.txtClientName.Multiline = false;
  159. this.txtClientName.Name = "txtClientName";
  160. this.txtClientName.NormlBack = null;
  161. this.txtClientName.Padding = new System.Windows.Forms.Padding(5);
  162. this.txtClientName.ReadOnly = true;
  163. this.txtClientName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  164. this.txtClientName.Size = new System.Drawing.Size(163, 25);
  165. this.txtClientName.TabIndex = 37;
  166. this.txtClientName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  167. this.txtClientName.WaterColor = System.Drawing.Color.DarkGray;
  168. this.txtClientName.WaterText = "";
  169. this.txtClientName.WordWrap = true;
  170. //
  171. // txtRemark
  172. //
  173. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  174. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  175. this.txtRemark.Icon = null;
  176. this.txtRemark.IconIsButton = false;
  177. this.txtRemark.IsPasswordChat = '\0';
  178. this.txtRemark.IsSystemPasswordChar = false;
  179. this.txtRemark.Lines = new string[0];
  180. this.txtRemark.Location = new System.Drawing.Point(87, 151);
  181. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  182. this.txtRemark.MaxLength = 15;
  183. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  184. this.txtRemark.MouseBack = null;
  185. this.txtRemark.Multiline = true;
  186. this.txtRemark.Name = "txtRemark";
  187. this.txtRemark.NormlBack = null;
  188. this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
  189. this.txtRemark.ReadOnly = true;
  190. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  191. this.txtRemark.Size = new System.Drawing.Size(507, 41);
  192. this.txtRemark.TabIndex = 42;
  193. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  194. this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
  195. this.txtRemark.WaterText = "";
  196. this.txtRemark.WordWrap = true;
  197. //
  198. // txtClientArrears
  199. //
  200. this.txtClientArrears.BackColor = System.Drawing.Color.Transparent;
  201. this.txtClientArrears.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  202. this.txtClientArrears.Icon = null;
  203. this.txtClientArrears.IconIsButton = false;
  204. this.txtClientArrears.IsPasswordChat = '\0';
  205. this.txtClientArrears.IsSystemPasswordChar = false;
  206. this.txtClientArrears.Lines = new string[0];
  207. this.txtClientArrears.Location = new System.Drawing.Point(514, 81);
  208. this.txtClientArrears.Margin = new System.Windows.Forms.Padding(0);
  209. this.txtClientArrears.MaxLength = 15;
  210. this.txtClientArrears.MinimumSize = new System.Drawing.Size(0, 24);
  211. this.txtClientArrears.MouseBack = null;
  212. this.txtClientArrears.Multiline = false;
  213. this.txtClientArrears.Name = "txtClientArrears";
  214. this.txtClientArrears.NormlBack = null;
  215. this.txtClientArrears.Padding = new System.Windows.Forms.Padding(5);
  216. this.txtClientArrears.ReadOnly = true;
  217. this.txtClientArrears.ScrollBars = System.Windows.Forms.ScrollBars.None;
  218. this.txtClientArrears.Size = new System.Drawing.Size(80, 25);
  219. this.txtClientArrears.TabIndex = 41;
  220. this.txtClientArrears.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  221. this.txtClientArrears.WaterColor = System.Drawing.Color.DarkGray;
  222. this.txtClientArrears.WaterText = "";
  223. this.txtClientArrears.WordWrap = true;
  224. //
  225. // txtTaoXiAmount
  226. //
  227. this.txtTaoXiAmount.BackColor = System.Drawing.Color.Transparent;
  228. this.txtTaoXiAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  229. this.txtTaoXiAmount.Icon = null;
  230. this.txtTaoXiAmount.IconIsButton = false;
  231. this.txtTaoXiAmount.IsPasswordChat = '\0';
  232. this.txtTaoXiAmount.IsSystemPasswordChar = false;
  233. this.txtTaoXiAmount.Lines = new string[0];
  234. this.txtTaoXiAmount.Location = new System.Drawing.Point(337, 81);
  235. this.txtTaoXiAmount.Margin = new System.Windows.Forms.Padding(0);
  236. this.txtTaoXiAmount.MaxLength = 15;
  237. this.txtTaoXiAmount.MinimumSize = new System.Drawing.Size(0, 24);
  238. this.txtTaoXiAmount.MouseBack = null;
  239. this.txtTaoXiAmount.Multiline = false;
  240. this.txtTaoXiAmount.Name = "txtTaoXiAmount";
  241. this.txtTaoXiAmount.NormlBack = null;
  242. this.txtTaoXiAmount.Padding = new System.Windows.Forms.Padding(5);
  243. this.txtTaoXiAmount.ReadOnly = true;
  244. this.txtTaoXiAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  245. this.txtTaoXiAmount.Size = new System.Drawing.Size(89, 25);
  246. this.txtTaoXiAmount.TabIndex = 40;
  247. this.txtTaoXiAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  248. this.txtTaoXiAmount.WaterColor = System.Drawing.Color.DarkGray;
  249. this.txtTaoXiAmount.WaterText = "";
  250. this.txtTaoXiAmount.WordWrap = true;
  251. //
  252. // txtTaoXiName
  253. //
  254. this.txtTaoXiName.BackColor = System.Drawing.Color.Transparent;
  255. this.txtTaoXiName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  256. this.txtTaoXiName.Icon = null;
  257. this.txtTaoXiName.IconIsButton = false;
  258. this.txtTaoXiName.IsPasswordChat = '\0';
  259. this.txtTaoXiName.IsSystemPasswordChar = false;
  260. this.txtTaoXiName.Lines = new string[0];
  261. this.txtTaoXiName.Location = new System.Drawing.Point(87, 45);
  262. this.txtTaoXiName.Margin = new System.Windows.Forms.Padding(0);
  263. this.txtTaoXiName.MaxLength = 15;
  264. this.txtTaoXiName.MinimumSize = new System.Drawing.Size(0, 24);
  265. this.txtTaoXiName.MouseBack = null;
  266. this.txtTaoXiName.Multiline = false;
  267. this.txtTaoXiName.Name = "txtTaoXiName";
  268. this.txtTaoXiName.NormlBack = null;
  269. this.txtTaoXiName.Padding = new System.Windows.Forms.Padding(5);
  270. this.txtTaoXiName.ReadOnly = true;
  271. this.txtTaoXiName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  272. this.txtTaoXiName.Size = new System.Drawing.Size(507, 25);
  273. this.txtTaoXiName.TabIndex = 39;
  274. this.txtTaoXiName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  275. this.txtTaoXiName.WaterColor = System.Drawing.Color.DarkGray;
  276. this.txtTaoXiName.WaterText = "";
  277. this.txtTaoXiName.WordWrap = true;
  278. //
  279. // txtOrderClass
  280. //
  281. this.txtOrderClass.BackColor = System.Drawing.Color.Transparent;
  282. this.txtOrderClass.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  283. this.txtOrderClass.Icon = null;
  284. this.txtOrderClass.IconIsButton = false;
  285. this.txtOrderClass.IsPasswordChat = '\0';
  286. this.txtOrderClass.IsSystemPasswordChar = false;
  287. this.txtOrderClass.Lines = new string[0];
  288. this.txtOrderClass.Location = new System.Drawing.Point(401, 11);
  289. this.txtOrderClass.Margin = new System.Windows.Forms.Padding(0);
  290. this.txtOrderClass.MaxLength = 15;
  291. this.txtOrderClass.MinimumSize = new System.Drawing.Size(0, 24);
  292. this.txtOrderClass.MouseBack = null;
  293. this.txtOrderClass.Multiline = false;
  294. this.txtOrderClass.Name = "txtOrderClass";
  295. this.txtOrderClass.NormlBack = null;
  296. this.txtOrderClass.Padding = new System.Windows.Forms.Padding(5);
  297. this.txtOrderClass.ReadOnly = true;
  298. this.txtOrderClass.ScrollBars = System.Windows.Forms.ScrollBars.None;
  299. this.txtOrderClass.Size = new System.Drawing.Size(193, 25);
  300. this.txtOrderClass.TabIndex = 38;
  301. this.txtOrderClass.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  302. this.txtOrderClass.WaterColor = System.Drawing.Color.DarkGray;
  303. this.txtOrderClass.WaterText = "";
  304. this.txtOrderClass.WordWrap = true;
  305. //
  306. // txtOrderNumber
  307. //
  308. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  309. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  310. this.txtOrderNumber.Icon = null;
  311. this.txtOrderNumber.IconIsButton = false;
  312. this.txtOrderNumber.IsPasswordChat = '\0';
  313. this.txtOrderNumber.IsSystemPasswordChar = false;
  314. this.txtOrderNumber.Lines = new string[0];
  315. this.txtOrderNumber.Location = new System.Drawing.Point(87, 11);
  316. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  317. this.txtOrderNumber.MaxLength = 15;
  318. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  319. this.txtOrderNumber.MouseBack = null;
  320. this.txtOrderNumber.Multiline = false;
  321. this.txtOrderNumber.Name = "txtOrderNumber";
  322. this.txtOrderNumber.NormlBack = null;
  323. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(5);
  324. this.txtOrderNumber.ReadOnly = true;
  325. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  326. this.txtOrderNumber.Size = new System.Drawing.Size(163, 25);
  327. this.txtOrderNumber.TabIndex = 36;
  328. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  329. this.txtOrderNumber.WaterColor = System.Drawing.Color.DarkGray;
  330. this.txtOrderNumber.WaterText = "";
  331. this.txtOrderNumber.WordWrap = true;
  332. //
  333. // labelEx7
  334. //
  335. this.labelEx7.AutoSize = true;
  336. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  337. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  338. this.labelEx7.Location = new System.Drawing.Point(17, 155);
  339. this.labelEx7.Name = "labelEx7";
  340. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  341. this.labelEx7.TabIndex = 6;
  342. this.labelEx7.Text = "订单备注:";
  343. //
  344. // labelEx5
  345. //
  346. this.labelEx5.AutoSize = true;
  347. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  348. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  349. this.labelEx5.Location = new System.Drawing.Point(444, 85);
  350. this.labelEx5.Name = "labelEx5";
  351. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  352. this.labelEx5.TabIndex = 4;
  353. this.labelEx5.Text = "客户欠款:";
  354. //
  355. // labelEx4
  356. //
  357. this.labelEx4.AutoSize = true;
  358. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  359. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  360. this.labelEx4.Location = new System.Drawing.Point(267, 85);
  361. this.labelEx4.Name = "labelEx4";
  362. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  363. this.labelEx4.TabIndex = 3;
  364. this.labelEx4.Text = "套系金额:";
  365. //
  366. // labelEx3
  367. //
  368. this.labelEx3.AutoSize = true;
  369. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  370. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  371. this.labelEx3.Location = new System.Drawing.Point(331, 15);
  372. this.labelEx3.Name = "labelEx3";
  373. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  374. this.labelEx3.TabIndex = 2;
  375. this.labelEx3.Text = "订单类别:";
  376. //
  377. // labelEx2
  378. //
  379. this.labelEx2.AutoSize = true;
  380. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  381. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  382. this.labelEx2.Location = new System.Drawing.Point(17, 49);
  383. this.labelEx2.Name = "labelEx2";
  384. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  385. this.labelEx2.TabIndex = 1;
  386. this.labelEx2.Text = "套系名称:";
  387. //
  388. // labelEx1
  389. //
  390. this.labelEx1.AutoSize = true;
  391. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  392. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  393. this.labelEx1.Location = new System.Drawing.Point(29, 15);
  394. this.labelEx1.Name = "labelEx1";
  395. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  396. this.labelEx1.TabIndex = 0;
  397. this.labelEx1.Text = "订单号:";
  398. //
  399. // panelEx2
  400. //
  401. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  402. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  403. this.panelEx2.BorderWidth = 1;
  404. this.panelEx2.Controls.Add(this.btnClosed);
  405. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  406. this.panelEx2.Location = new System.Drawing.Point(20, 256);
  407. this.panelEx2.Name = "panelEx2";
  408. this.panelEx2.Size = new System.Drawing.Size(635, 51);
  409. this.panelEx2.TabIndex = 0;
  410. //
  411. // btnClosed
  412. //
  413. this.btnClosed.BackColor = System.Drawing.Color.Transparent;
  414. this.btnClosed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClosed.BackImg")));
  415. this.btnClosed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  416. this.btnClosed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  417. this.btnClosed.ForeColor = System.Drawing.Color.White;
  418. this.btnClosed.IsCustomBackImg = false;
  419. this.btnClosed.IsShowText = true;
  420. this.btnClosed.Location = new System.Drawing.Point(247, 10);
  421. this.btnClosed.Name = "btnClosed";
  422. this.btnClosed.Size = new System.Drawing.Size(100, 30);
  423. this.btnClosed.TabIndex = 0;
  424. this.btnClosed.Text = " 关 闭";
  425. this.btnClosed.UseVisualStyleBackColor = false;
  426. //
  427. // labelEx8
  428. //
  429. this.labelEx8.AutoSize = true;
  430. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  431. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  432. this.labelEx8.Location = new System.Drawing.Point(17, 121);
  433. this.labelEx8.Name = "labelEx8";
  434. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  435. this.labelEx8.TabIndex = 1;
  436. this.labelEx8.Text = "联系电话:";
  437. //
  438. // tb_ClientPhoneCall
  439. //
  440. this.tb_ClientPhoneCall.BackColor = System.Drawing.Color.Transparent;
  441. this.tb_ClientPhoneCall.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  442. this.tb_ClientPhoneCall.Icon = null;
  443. this.tb_ClientPhoneCall.IconIsButton = false;
  444. this.tb_ClientPhoneCall.IsPasswordChat = '\0';
  445. this.tb_ClientPhoneCall.IsSystemPasswordChar = false;
  446. this.tb_ClientPhoneCall.Lines = new string[0];
  447. this.tb_ClientPhoneCall.Location = new System.Drawing.Point(87, 117);
  448. this.tb_ClientPhoneCall.Margin = new System.Windows.Forms.Padding(0);
  449. this.tb_ClientPhoneCall.MaxLength = 15;
  450. this.tb_ClientPhoneCall.MinimumSize = new System.Drawing.Size(0, 24);
  451. this.tb_ClientPhoneCall.MouseBack = null;
  452. this.tb_ClientPhoneCall.Multiline = false;
  453. this.tb_ClientPhoneCall.Name = "tb_ClientPhoneCall";
  454. this.tb_ClientPhoneCall.NormlBack = null;
  455. this.tb_ClientPhoneCall.Padding = new System.Windows.Forms.Padding(5);
  456. this.tb_ClientPhoneCall.ReadOnly = true;
  457. this.tb_ClientPhoneCall.ScrollBars = System.Windows.Forms.ScrollBars.None;
  458. this.tb_ClientPhoneCall.Size = new System.Drawing.Size(507, 25);
  459. this.tb_ClientPhoneCall.TabIndex = 39;
  460. this.tb_ClientPhoneCall.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  461. this.tb_ClientPhoneCall.WaterColor = System.Drawing.Color.DarkGray;
  462. this.tb_ClientPhoneCall.WaterText = "";
  463. this.tb_ClientPhoneCall.WordWrap = true;
  464. //
  465. // FinanceDayDetails
  466. //
  467. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  468. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  469. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  470. this.ClientSize = new System.Drawing.Size(695, 412);
  471. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  472. this.IsUserControlsSize = false;
  473. this.MaximizeBox = false;
  474. this.MinimizeBox = false;
  475. this.Name = "FinanceDayDetails";
  476. this.Text = "财务数据详情";
  477. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  478. this.plExMainContainer.ResumeLayout(false);
  479. this.plFormMainContent.ResumeLayout(false);
  480. this.panelEx1.ResumeLayout(false);
  481. this.flowLayoutPanel1.ResumeLayout(false);
  482. this.panelEx3.ResumeLayout(false);
  483. this.panelEx3.PerformLayout();
  484. this.panelEx2.ResumeLayout(false);
  485. this.ResumeLayout(false);
  486. }
  487. #endregion
  488. private ComponentLibrary.PanelEx panelEx1;
  489. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  490. protected internal ComponentLibrary.PanelEx panelEx3;
  491. private ComponentLibrary.PanelEx panelEx2;
  492. protected internal ComponentLibrary.ButtonEx btnClosed;
  493. private ComponentLibrary.LabelEx labelEx6;
  494. private ComponentLibrary.LabelEx labelEx5;
  495. private ComponentLibrary.LabelEx labelEx1;
  496. private ComponentLibrary.LabelEx labelEx7;
  497. protected internal ComponentLibrary.TextBoxEx txtClientName;
  498. protected internal ComponentLibrary.TextBoxEx txtRemark;
  499. protected internal ComponentLibrary.TextBoxEx txtClientArrears;
  500. protected internal ComponentLibrary.TextBoxEx txtTaoXiAmount;
  501. protected internal ComponentLibrary.TextBoxEx txtTaoXiName;
  502. protected internal ComponentLibrary.TextBoxEx txtOrderClass;
  503. protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
  504. protected internal ComponentLibrary.LabelEx labelEx4;
  505. protected internal ComponentLibrary.LabelEx labelEx2;
  506. protected internal ComponentLibrary.LabelEx labelEx3;
  507. protected internal ComponentLibrary.TextBoxEx tb_ClientPhoneCall;
  508. protected internal ComponentLibrary.LabelEx labelEx8;
  509. }
  510. }