FrmMonthFinanceSeeDetails.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. namespace LYFZ.Software.UI.StatisticalInquiry.MonthFinance
  2. {
  3. partial class FrmMonthFinanceSeeDetails
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonthFinanceSeeDetails));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.txtPreliminaryResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.txtNetIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.CtvTsorder_Name = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  42. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.cmbProjectSearch = new LYFZ.ComponentLibrary.ComboBoxEx();
  44. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtTotalExpenditure = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.txtOperatingIncome = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtTotalRevenue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.txtLateResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  56. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ProjectTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.OpenSingle = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Client = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ItemCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.IncomeExpenditure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Payment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Cashier = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.FinancialAudit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.lblDate = new LYFZ.ComponentLibrary.LabelEx();
  68. this.btnFinancialAudit = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.plExMainContainer.SuspendLayout();
  70. this.plFormMainContent.SuspendLayout();
  71. this.panelEx1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // plExMainContainer
  76. //
  77. this.plExMainContainer.Controls.Add(this.dgv);
  78. this.plExMainContainer.Controls.Add(this.panelEx1);
  79. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  80. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  81. //
  82. // plFormMainContent
  83. //
  84. this.plFormMainContent.Controls.Add(this.btnFinancialAudit);
  85. this.plFormMainContent.Controls.Add(this.lblDate);
  86. this.plFormMainContent.Controls.Add(this.btnPrint);
  87. this.plFormMainContent.Controls.Add(this.btnExPort);
  88. this.plFormMainContent.Controls.Add(this.btnClose);
  89. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  90. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  91. this.plFormMainContent.Controls.SetChildIndex(this.btnExPort, 0);
  92. this.plFormMainContent.Controls.SetChildIndex(this.btnPrint, 0);
  93. this.plFormMainContent.Controls.SetChildIndex(this.lblDate, 0);
  94. this.plFormMainContent.Controls.SetChildIndex(this.btnFinancialAudit, 0);
  95. //
  96. // btnAppFormMaximize
  97. //
  98. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  99. //
  100. // btnAppFormExit
  101. //
  102. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  103. //
  104. // btnAppFormMinimize
  105. //
  106. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  107. //
  108. // btnPrint
  109. //
  110. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  111. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  112. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  113. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  114. this.btnPrint.ForeColor = System.Drawing.Color.White;
  115. this.btnPrint.IsCustomBackImg = false;
  116. this.btnPrint.IsShowText = true;
  117. this.btnPrint.Location = new System.Drawing.Point(799, 9);
  118. this.btnPrint.Name = "btnPrint";
  119. this.btnPrint.Size = new System.Drawing.Size(87, 26);
  120. this.btnPrint.TabIndex = 214;
  121. this.btnPrint.Text = "打印";
  122. this.btnPrint.UseVisualStyleBackColor = false;
  123. this.btnPrint.Visible = false;
  124. //
  125. // btnExPort
  126. //
  127. this.btnExPort.BackColor = System.Drawing.Color.Transparent;
  128. this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
  129. this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  130. this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  131. this.btnExPort.ForeColor = System.Drawing.Color.White;
  132. this.btnExPort.IsCustomBackImg = false;
  133. this.btnExPort.IsShowText = true;
  134. this.btnExPort.Location = new System.Drawing.Point(612, 8);
  135. this.btnExPort.Name = "btnExPort";
  136. this.btnExPort.Size = new System.Drawing.Size(87, 26);
  137. this.btnExPort.TabIndex = 213;
  138. this.btnExPort.Text = "导出";
  139. this.btnExPort.UseVisualStyleBackColor = false;
  140. //
  141. // btnClose
  142. //
  143. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  144. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  145. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  146. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  147. this.btnClose.ForeColor = System.Drawing.Color.White;
  148. this.btnClose.IsCustomBackImg = false;
  149. this.btnClose.IsShowText = true;
  150. this.btnClose.Location = new System.Drawing.Point(706, 8);
  151. this.btnClose.Name = "btnClose";
  152. this.btnClose.Size = new System.Drawing.Size(87, 26);
  153. this.btnClose.TabIndex = 215;
  154. this.btnClose.Text = "关闭";
  155. this.btnClose.UseVisualStyleBackColor = false;
  156. //
  157. // panelEx1
  158. //
  159. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  160. this.panelEx1.BorderWidth = 1;
  161. this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod);
  162. this.panelEx1.Controls.Add(this.txtPreliminaryResults);
  163. this.panelEx1.Controls.Add(this.txtNetIncome);
  164. this.panelEx1.Controls.Add(this.CtvTsorder_Name);
  165. this.panelEx1.Controls.Add(this.labelEx14);
  166. this.panelEx1.Controls.Add(this.cmbProjectSearch);
  167. this.panelEx1.Controls.Add(this.labelEx7);
  168. this.panelEx1.Controls.Add(this.labelEx9);
  169. this.panelEx1.Controls.Add(this.txtTotalExpenditure);
  170. this.panelEx1.Controls.Add(this.txtOperatingIncome);
  171. this.panelEx1.Controls.Add(this.labelEx3);
  172. this.panelEx1.Controls.Add(this.txtTotalRevenue);
  173. this.panelEx1.Controls.Add(this.labelEx15);
  174. this.panelEx1.Controls.Add(this.txtLateResults);
  175. this.panelEx1.Controls.Add(this.labelEx10);
  176. this.panelEx1.Controls.Add(this.labelEx16);
  177. this.panelEx1.Controls.Add(this.labelEx2);
  178. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  179. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  180. this.panelEx1.Name = "panelEx1";
  181. this.panelEx1.Size = new System.Drawing.Size(910, 70);
  182. this.panelEx1.TabIndex = 199;
  183. //
  184. // cmbPay_PaymentMethod
  185. //
  186. this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true;
  187. this.cmbPay_PaymentMethod.DropDownHeight = 220;
  188. this.cmbPay_PaymentMethod.DropDownShow = false;
  189. this.cmbPay_PaymentMethod.FormattingEnabled = true;
  190. this.cmbPay_PaymentMethod.IntegralHeight = false;
  191. this.cmbPay_PaymentMethod.IsNodeMouseClick = true;
  192. this.cmbPay_PaymentMethod.IsSelectParentNode = true;
  193. this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(758, 40);
  194. this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod";
  195. this.cmbPay_PaymentMethod.ReadOnly = true;
  196. this.cmbPay_PaymentMethod.SelectedNode = null;
  197. this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(146, 20);
  198. this.cmbPay_PaymentMethod.StrGetName = "";
  199. this.cmbPay_PaymentMethod.StrKey = null;
  200. this.cmbPay_PaymentMethod.TabIndex = 272;
  201. //
  202. // txtPreliminaryResults
  203. //
  204. this.txtPreliminaryResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  205. this.txtPreliminaryResults.EmptyTextTip = null;
  206. this.txtPreliminaryResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  207. this.txtPreliminaryResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  208. this.txtPreliminaryResults.Location = new System.Drawing.Point(72, 39);
  209. this.txtPreliminaryResults.Name = "txtPreliminaryResults";
  210. this.txtPreliminaryResults.ReadOnly = true;
  211. this.txtPreliminaryResults.Size = new System.Drawing.Size(95, 23);
  212. this.txtPreliminaryResults.TabIndex = 258;
  213. //
  214. // txtNetIncome
  215. //
  216. this.txtNetIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  217. this.txtNetIncome.EmptyTextTip = null;
  218. this.txtNetIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  219. this.txtNetIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
  220. this.txtNetIncome.Location = new System.Drawing.Point(758, 9);
  221. this.txtNetIncome.Name = "txtNetIncome";
  222. this.txtNetIncome.ReadOnly = true;
  223. this.txtNetIncome.Size = new System.Drawing.Size(145, 23);
  224. this.txtNetIncome.TabIndex = 247;
  225. //
  226. // CtvTsorder_Name
  227. //
  228. this.CtvTsorder_Name.AfterSelectLevelFirstNode = true;
  229. this.CtvTsorder_Name.DropDownHeight = 220;
  230. this.CtvTsorder_Name.DropDownShow = false;
  231. this.CtvTsorder_Name.FormattingEnabled = true;
  232. this.CtvTsorder_Name.IntegralHeight = false;
  233. this.CtvTsorder_Name.IsNodeMouseClick = true;
  234. this.CtvTsorder_Name.IsSelectParentNode = true;
  235. this.CtvTsorder_Name.Location = new System.Drawing.Point(578, 41);
  236. this.CtvTsorder_Name.Name = "CtvTsorder_Name";
  237. this.CtvTsorder_Name.ReadOnly = true;
  238. this.CtvTsorder_Name.SelectedNode = null;
  239. this.CtvTsorder_Name.Size = new System.Drawing.Size(106, 20);
  240. this.CtvTsorder_Name.StrGetName = "";
  241. this.CtvTsorder_Name.StrKey = null;
  242. this.CtvTsorder_Name.TabIndex = 271;
  243. this.CtvTsorder_Name.Visible = false;
  244. //
  245. // labelEx14
  246. //
  247. this.labelEx14.AutoSize = true;
  248. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  249. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  250. this.labelEx14.Location = new System.Drawing.Point(693, 42);
  251. this.labelEx14.Name = "labelEx14";
  252. this.labelEx14.Size = new System.Drawing.Size(68, 17);
  253. this.labelEx14.TabIndex = 254;
  254. this.labelEx14.Text = "付款方式:";
  255. //
  256. // cmbProjectSearch
  257. //
  258. this.cmbProjectSearch.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  259. this.cmbProjectSearch.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  260. this.cmbProjectSearch.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  261. this.cmbProjectSearch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  262. this.cmbProjectSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  263. this.cmbProjectSearch.Font = new System.Drawing.Font("宋体", 10.5F);
  264. this.cmbProjectSearch.FormattingEnabled = true;
  265. this.cmbProjectSearch.IsCustomColor = false;
  266. this.cmbProjectSearch.Items.AddRange(new object[] {
  267. "全部",
  268. "订单前期收入",
  269. "订单后期收入",
  270. "其它消费收入",
  271. "其它收入",
  272. "会员充值收入",
  273. "服务卡消费收入",
  274. "礼服租售收入",
  275. "店面支出",
  276. "财务支出"});
  277. this.cmbProjectSearch.Location = new System.Drawing.Point(429, 40);
  278. this.cmbProjectSearch.Name = "cmbProjectSearch";
  279. this.cmbProjectSearch.ReadOnly = false;
  280. this.cmbProjectSearch.Size = new System.Drawing.Size(140, 22);
  281. this.cmbProjectSearch.TabIndex = 269;
  282. //
  283. // labelEx7
  284. //
  285. this.labelEx7.AutoSize = true;
  286. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.labelEx7.Location = new System.Drawing.Point(717, 12);
  289. this.labelEx7.Name = "labelEx7";
  290. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  291. this.labelEx7.TabIndex = 246;
  292. this.labelEx7.Text = "净收:";
  293. //
  294. // labelEx9
  295. //
  296. this.labelEx9.AutoSize = true;
  297. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  298. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  299. this.labelEx9.Location = new System.Drawing.Point(358, 42);
  300. this.labelEx9.Name = "labelEx9";
  301. this.labelEx9.Size = new System.Drawing.Size(68, 17);
  302. this.labelEx9.TabIndex = 268;
  303. this.labelEx9.Text = "项目查询:";
  304. //
  305. // txtTotalExpenditure
  306. //
  307. this.txtTotalExpenditure.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  308. this.txtTotalExpenditure.EmptyTextTip = null;
  309. this.txtTotalExpenditure.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  310. this.txtTotalExpenditure.Font = new System.Drawing.Font("微软雅黑", 9F);
  311. this.txtTotalExpenditure.Location = new System.Drawing.Point(549, 9);
  312. this.txtTotalExpenditure.Name = "txtTotalExpenditure";
  313. this.txtTotalExpenditure.ReadOnly = true;
  314. this.txtTotalExpenditure.Size = new System.Drawing.Size(133, 23);
  315. this.txtTotalExpenditure.TabIndex = 245;
  316. //
  317. // txtOperatingIncome
  318. //
  319. this.txtOperatingIncome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  320. this.txtOperatingIncome.EmptyTextTip = null;
  321. this.txtOperatingIncome.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  322. this.txtOperatingIncome.Font = new System.Drawing.Font("微软雅黑", 9F);
  323. this.txtOperatingIncome.Location = new System.Drawing.Point(312, 9);
  324. this.txtOperatingIncome.Name = "txtOperatingIncome";
  325. this.txtOperatingIncome.ReadOnly = true;
  326. this.txtOperatingIncome.Size = new System.Drawing.Size(149, 23);
  327. this.txtOperatingIncome.TabIndex = 243;
  328. //
  329. // labelEx3
  330. //
  331. this.labelEx3.AutoSize = true;
  332. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  333. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  334. this.labelEx3.Location = new System.Drawing.Point(247, 12);
  335. this.labelEx3.Name = "labelEx3";
  336. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  337. this.labelEx3.TabIndex = 242;
  338. this.labelEx3.Text = "营业收入:";
  339. //
  340. // txtTotalRevenue
  341. //
  342. this.txtTotalRevenue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  343. this.txtTotalRevenue.EmptyTextTip = null;
  344. this.txtTotalRevenue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  345. this.txtTotalRevenue.Font = new System.Drawing.Font("微软雅黑", 9F);
  346. this.txtTotalRevenue.Location = new System.Drawing.Point(72, 9);
  347. this.txtTotalRevenue.Name = "txtTotalRevenue";
  348. this.txtTotalRevenue.ReadOnly = true;
  349. this.txtTotalRevenue.Size = new System.Drawing.Size(147, 23);
  350. this.txtTotalRevenue.TabIndex = 241;
  351. //
  352. // labelEx15
  353. //
  354. this.labelEx15.AutoSize = true;
  355. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  356. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  357. this.labelEx15.Location = new System.Drawing.Point(6, 42);
  358. this.labelEx15.Name = "labelEx15";
  359. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  360. this.labelEx15.TabIndex = 257;
  361. this.labelEx15.Text = "订单前期:";
  362. //
  363. // txtLateResults
  364. //
  365. this.txtLateResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  366. this.txtLateResults.EmptyTextTip = null;
  367. this.txtLateResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  368. this.txtLateResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  369. this.txtLateResults.Location = new System.Drawing.Point(250, 40);
  370. this.txtLateResults.Name = "txtLateResults";
  371. this.txtLateResults.ReadOnly = true;
  372. this.txtLateResults.Size = new System.Drawing.Size(95, 23);
  373. this.txtLateResults.TabIndex = 260;
  374. //
  375. // labelEx10
  376. //
  377. this.labelEx10.AutoSize = true;
  378. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  379. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  380. this.labelEx10.Location = new System.Drawing.Point(30, 12);
  381. this.labelEx10.Name = "labelEx10";
  382. this.labelEx10.Size = new System.Drawing.Size(44, 17);
  383. this.labelEx10.TabIndex = 240;
  384. this.labelEx10.Text = "收入:";
  385. //
  386. // labelEx16
  387. //
  388. this.labelEx16.AutoSize = true;
  389. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  390. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  391. this.labelEx16.Location = new System.Drawing.Point(185, 42);
  392. this.labelEx16.Name = "labelEx16";
  393. this.labelEx16.Size = new System.Drawing.Size(68, 17);
  394. this.labelEx16.TabIndex = 259;
  395. this.labelEx16.Text = "订单后期:";
  396. //
  397. // labelEx2
  398. //
  399. this.labelEx2.AutoSize = true;
  400. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  401. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  402. this.labelEx2.Location = new System.Drawing.Point(502, 12);
  403. this.labelEx2.Name = "labelEx2";
  404. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  405. this.labelEx2.TabIndex = 244;
  406. this.labelEx2.Text = "支出:";
  407. //
  408. // dgv
  409. //
  410. this.dgv.AllowUserToAddRows = false;
  411. this.dgv.AllowUserToDeleteRows = false;
  412. this.dgv.AllowUserToResizeRows = false;
  413. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  414. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  415. this.dgv.BackgroundColor = System.Drawing.Color.White;
  416. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  417. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  418. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  419. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  420. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  422. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  423. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  424. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  425. this.dgv.ColumnHeadersHeight = 24;
  426. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  427. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  428. this.ID,
  429. this.ProjectTitle,
  430. this.OpenSingle,
  431. this.Client,
  432. this.Amount,
  433. this.ItemCategory,
  434. this.IncomeExpenditure,
  435. this.DateTime,
  436. this.Payment,
  437. this.Cashier,
  438. this.FinancialAudit});
  439. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  440. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  441. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  443. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  444. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  445. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  446. this.dgv.DefaultCellStyle = dataGridViewCellStyle4;
  447. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.dgv.EnableHeadersVisualStyles = false;
  449. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  450. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  451. this.dgv.IsCompleteBonding = false;
  452. this.dgv.IsCopyCellValue = true;
  453. this.dgv.Location = new System.Drawing.Point(0, 70);
  454. this.dgv.Name = "dgv";
  455. this.dgv.ReadOnly = true;
  456. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  457. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  458. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  460. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  461. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  462. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  463. this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  464. this.dgv.RowHeadersVisible = false;
  465. this.dgv.RowTemplate.Height = 23;
  466. this.dgv.RowTemplate.ReadOnly = true;
  467. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  468. this.dgv.Size = new System.Drawing.Size(910, 435);
  469. this.dgv.TabIndex = 232;
  470. //
  471. // ID
  472. //
  473. this.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  474. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  475. this.ID.DefaultCellStyle = dataGridViewCellStyle3;
  476. this.ID.HeaderText = "编号";
  477. this.ID.Name = "ID";
  478. this.ID.ReadOnly = true;
  479. this.ID.Visible = false;
  480. this.ID.Width = 53;
  481. //
  482. // ProjectTitle
  483. //
  484. this.ProjectTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  485. this.ProjectTitle.FillWeight = 3.059056F;
  486. this.ProjectTitle.HeaderText = "项目名称";
  487. this.ProjectTitle.Name = "ProjectTitle";
  488. this.ProjectTitle.ReadOnly = true;
  489. this.ProjectTitle.Width = 77;
  490. //
  491. // OpenSingle
  492. //
  493. this.OpenSingle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  494. this.OpenSingle.HeaderText = "开单人";
  495. this.OpenSingle.Name = "OpenSingle";
  496. this.OpenSingle.ReadOnly = true;
  497. this.OpenSingle.Width = 65;
  498. //
  499. // Client
  500. //
  501. this.Client.HeaderText = "客户/备注";
  502. this.Client.Name = "Client";
  503. this.Client.ReadOnly = true;
  504. this.Client.Width = 300;
  505. //
  506. // Amount
  507. //
  508. this.Amount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  509. this.Amount.FillWeight = 3.737679F;
  510. this.Amount.HeaderText = "金额";
  511. this.Amount.Name = "Amount";
  512. this.Amount.ReadOnly = true;
  513. this.Amount.Width = 53;
  514. //
  515. // ItemCategory
  516. //
  517. this.ItemCategory.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  518. this.ItemCategory.FillWeight = 7.493622F;
  519. this.ItemCategory.HeaderText = "项目类别";
  520. this.ItemCategory.Name = "ItemCategory";
  521. this.ItemCategory.ReadOnly = true;
  522. this.ItemCategory.Width = 77;
  523. //
  524. // IncomeExpenditure
  525. //
  526. this.IncomeExpenditure.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  527. this.IncomeExpenditure.FillWeight = 15.12167F;
  528. this.IncomeExpenditure.HeaderText = "收入/支出";
  529. this.IncomeExpenditure.Name = "IncomeExpenditure";
  530. this.IncomeExpenditure.ReadOnly = true;
  531. this.IncomeExpenditure.Width = 83;
  532. //
  533. // DateTime
  534. //
  535. this.DateTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  536. this.DateTime.FillWeight = 46.27835F;
  537. this.DateTime.HeaderText = "日期";
  538. this.DateTime.Name = "DateTime";
  539. this.DateTime.ReadOnly = true;
  540. this.DateTime.Width = 53;
  541. //
  542. // Payment
  543. //
  544. this.Payment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  545. this.Payment.FillWeight = 78.226F;
  546. this.Payment.HeaderText = "支付方式";
  547. this.Payment.Name = "Payment";
  548. this.Payment.ReadOnly = true;
  549. this.Payment.Width = 77;
  550. //
  551. // Cashier
  552. //
  553. this.Cashier.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  554. this.Cashier.FillWeight = 158.774F;
  555. this.Cashier.HeaderText = "收银";
  556. this.Cashier.Name = "Cashier";
  557. this.Cashier.ReadOnly = true;
  558. this.Cashier.Width = 53;
  559. //
  560. // FinancialAudit
  561. //
  562. this.FinancialAudit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  563. this.FinancialAudit.FillWeight = 487.3097F;
  564. this.FinancialAudit.HeaderText = "财务审核/审核人";
  565. this.FinancialAudit.Name = "FinancialAudit";
  566. this.FinancialAudit.ReadOnly = true;
  567. this.FinancialAudit.Width = 119;
  568. //
  569. // lblDate
  570. //
  571. this.lblDate.AutoSize = true;
  572. this.lblDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(246)))), ((int)(((byte)(248)))));
  573. this.lblDate.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  574. this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  575. this.lblDate.Location = new System.Drawing.Point(220, 11);
  576. this.lblDate.Name = "lblDate";
  577. this.lblDate.Size = new System.Drawing.Size(41, 20);
  578. this.lblDate.TabIndex = 217;
  579. this.lblDate.Text = "2015";
  580. //
  581. // btnFinancialAudit
  582. //
  583. this.btnFinancialAudit.BackColor = System.Drawing.Color.Transparent;
  584. this.btnFinancialAudit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFinancialAudit.BackImg")));
  585. this.btnFinancialAudit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  586. this.btnFinancialAudit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  587. this.btnFinancialAudit.ForeColor = System.Drawing.Color.White;
  588. this.btnFinancialAudit.IsCustomBackImg = false;
  589. this.btnFinancialAudit.IsShowText = true;
  590. this.btnFinancialAudit.Location = new System.Drawing.Point(519, 7);
  591. this.btnFinancialAudit.Name = "btnFinancialAudit";
  592. this.btnFinancialAudit.Size = new System.Drawing.Size(87, 26);
  593. this.btnFinancialAudit.TabIndex = 221;
  594. this.btnFinancialAudit.Text = "财务审核";
  595. this.btnFinancialAudit.UseVisualStyleBackColor = false;
  596. //
  597. // FrmMonthFinanceSeeDetails
  598. //
  599. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  600. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  601. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  602. this.ClientSize = new System.Drawing.Size(910, 610);
  603. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  604. this.IsShowUcNavigationTool = true;
  605. this.Name = "FrmMonthFinanceSeeDetails";
  606. this.Text = "查看详情";
  607. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  608. this.plExMainContainer.ResumeLayout(false);
  609. this.plFormMainContent.ResumeLayout(false);
  610. this.plFormMainContent.PerformLayout();
  611. this.panelEx1.ResumeLayout(false);
  612. this.panelEx1.PerformLayout();
  613. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  614. this.ResumeLayout(false);
  615. }
  616. #endregion
  617. protected ComponentLibrary.ButtonEx btnPrint;
  618. protected ComponentLibrary.ButtonEx btnExPort;
  619. protected ComponentLibrary.ButtonEx btnClose;
  620. protected ComponentLibrary.PanelEx panelEx1;
  621. protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod;
  622. protected ComponentLibrary.TextBoxBasicEx txtNetIncome;
  623. protected ComponentLibrary.ComboBoxTreeViewEx CtvTsorder_Name;
  624. private ComponentLibrary.LabelEx labelEx14;
  625. protected ComponentLibrary.ComboBoxEx cmbProjectSearch;
  626. private ComponentLibrary.LabelEx labelEx7;
  627. private ComponentLibrary.LabelEx labelEx9;
  628. protected ComponentLibrary.TextBoxBasicEx txtTotalExpenditure;
  629. protected ComponentLibrary.TextBoxBasicEx txtOperatingIncome;
  630. private ComponentLibrary.LabelEx labelEx3;
  631. protected ComponentLibrary.TextBoxBasicEx txtTotalRevenue;
  632. private ComponentLibrary.LabelEx labelEx15;
  633. protected ComponentLibrary.TextBoxBasicEx txtLateResults;
  634. private ComponentLibrary.LabelEx labelEx10;
  635. private ComponentLibrary.LabelEx labelEx16;
  636. protected ComponentLibrary.TextBoxBasicEx txtPreliminaryResults;
  637. private ComponentLibrary.LabelEx labelEx2;
  638. public ComponentLibrary.DataGridViewEx dgv;
  639. protected ComponentLibrary.LabelEx lblDate;
  640. protected ComponentLibrary.ButtonEx btnFinancialAudit;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn ProjectTitle;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn OpenSingle;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn Client;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn Amount;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn ItemCategory;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn IncomeExpenditure;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn DateTime;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn Payment;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn Cashier;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn FinancialAudit;
  652. }
  653. }