FrmCostDetail.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmCostDetail
  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(FrmCostDetail));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.lab_order_selling_price = new LYFZ.ComponentLibrary.LabelEx();
  34. this.lab_order_cost_price = new LYFZ.ComponentLibrary.LabelEx();
  35. this.lab_order_gross_profit = new LYFZ.ComponentLibrary.LabelEx();
  36. this.lab_order_gross_interest_rate = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lab_selling_price = new LYFZ.ComponentLibrary.LabelEx();
  38. this.lab_cost_price = new LYFZ.ComponentLibrary.LabelEx();
  39. this.lab_gross_profit = new LYFZ.ComponentLibrary.LabelEx();
  40. this.lab_gross_rate = new LYFZ.ComponentLibrary.LabelEx();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  44. this.panelEx1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.BackColor = System.Drawing.Color.WhiteSmoke;
  50. this.plExMainContainer.Controls.Add(this.dgv);
  51. this.plExMainContainer.Controls.Add(this.panelEx1);
  52. this.plExMainContainer.Size = new System.Drawing.Size(642, 686);
  53. //
  54. // plFormMainContent
  55. //
  56. this.plFormMainContent.Size = new System.Drawing.Size(642, 686);
  57. //
  58. // btnAppFormMaximize
  59. //
  60. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  61. this.btnAppFormMaximize.Location = new System.Drawing.Point(935, 0);
  62. //
  63. // btnAppFormExit
  64. //
  65. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  66. this.btnAppFormExit.Location = new System.Drawing.Point(610, 0);
  67. //
  68. // btnAppFormMinimize
  69. //
  70. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  71. this.btnAppFormMinimize.Location = new System.Drawing.Point(935, 0);
  72. //
  73. // dgv
  74. //
  75. this.dgv.AllowUserToAddRows = false;
  76. this.dgv.AllowUserToDeleteRows = false;
  77. this.dgv.AllowUserToResizeRows = false;
  78. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  79. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  80. this.dgv.BackgroundColor = System.Drawing.Color.White;
  81. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  82. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  83. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  84. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  86. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  87. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  88. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  89. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  90. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.dgv.EnableHeadersVisualStyles = false;
  92. this.dgv.EraseCell = false;
  93. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  94. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv";
  95. this.dgv.IsCompleteBonding = false;
  96. this.dgv.IsCopyCellValue = true;
  97. this.dgv.Location = new System.Drawing.Point(0, 61);
  98. this.dgv.Name = "dgv";
  99. this.dgv.RowHeadersVisible = false;
  100. this.dgv.RowTemplate.Height = 23;
  101. this.dgv.RowTemplate.ReadOnly = true;
  102. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  103. this.dgv.Size = new System.Drawing.Size(642, 625);
  104. this.dgv.TabIndex = 0;
  105. //
  106. // panelEx1
  107. //
  108. this.panelEx1.BackColor = System.Drawing.Color.White;
  109. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  110. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  111. this.panelEx1.BorderWidth = 1;
  112. this.panelEx1.Controls.Add(this.lab_gross_rate);
  113. this.panelEx1.Controls.Add(this.lab_gross_profit);
  114. this.panelEx1.Controls.Add(this.lab_cost_price);
  115. this.panelEx1.Controls.Add(this.lab_selling_price);
  116. this.panelEx1.Controls.Add(this.lab_order_gross_interest_rate);
  117. this.panelEx1.Controls.Add(this.lab_order_gross_profit);
  118. this.panelEx1.Controls.Add(this.lab_order_cost_price);
  119. this.panelEx1.Controls.Add(this.lab_order_selling_price);
  120. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  122. this.panelEx1.Name = "panelEx1";
  123. this.panelEx1.Size = new System.Drawing.Size(642, 61);
  124. this.panelEx1.TabIndex = 1;
  125. //
  126. // lab_order_selling_price
  127. //
  128. this.lab_order_selling_price.AutoSize = true;
  129. this.lab_order_selling_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  130. this.lab_order_selling_price.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  131. this.lab_order_selling_price.Location = new System.Drawing.Point(12, 19);
  132. this.lab_order_selling_price.Name = "lab_order_selling_price";
  133. this.lab_order_selling_price.Size = new System.Drawing.Size(59, 17);
  134. this.lab_order_selling_price.TabIndex = 0;
  135. this.lab_order_selling_price.Text = "订单售价:";
  136. //
  137. // lab_order_cost_price
  138. //
  139. this.lab_order_cost_price.AutoSize = true;
  140. this.lab_order_cost_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  141. this.lab_order_cost_price.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  142. this.lab_order_cost_price.Location = new System.Drawing.Point(163, 19);
  143. this.lab_order_cost_price.Name = "lab_order_cost_price";
  144. this.lab_order_cost_price.Size = new System.Drawing.Size(59, 17);
  145. this.lab_order_cost_price.TabIndex = 0;
  146. this.lab_order_cost_price.Text = "订单成本:";
  147. //
  148. // lab_order_gross_profit
  149. //
  150. this.lab_order_gross_profit.AutoSize = true;
  151. this.lab_order_gross_profit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  152. this.lab_order_gross_profit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  153. this.lab_order_gross_profit.Location = new System.Drawing.Point(314, 19);
  154. this.lab_order_gross_profit.Name = "lab_order_gross_profit";
  155. this.lab_order_gross_profit.Size = new System.Drawing.Size(59, 17);
  156. this.lab_order_gross_profit.TabIndex = 0;
  157. this.lab_order_gross_profit.Text = "订单毛利:";
  158. //
  159. // lab_order_gross_interest_rate
  160. //
  161. this.lab_order_gross_interest_rate.AutoSize = true;
  162. this.lab_order_gross_interest_rate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  163. this.lab_order_gross_interest_rate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  164. this.lab_order_gross_interest_rate.Location = new System.Drawing.Point(465, 19);
  165. this.lab_order_gross_interest_rate.Name = "lab_order_gross_interest_rate";
  166. this.lab_order_gross_interest_rate.Size = new System.Drawing.Size(90, 17);
  167. this.lab_order_gross_interest_rate.TabIndex = 0;
  168. this.lab_order_gross_interest_rate.Text = "订单毛利率(%):";
  169. //
  170. // lab_selling_price
  171. //
  172. this.lab_selling_price.AutoSize = true;
  173. this.lab_selling_price.BackColor = System.Drawing.Color.White;
  174. this.lab_selling_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  175. this.lab_selling_price.ForeColor = System.Drawing.Color.Red;
  176. this.lab_selling_price.Location = new System.Drawing.Point(77, 19);
  177. this.lab_selling_price.Name = "lab_selling_price";
  178. this.lab_selling_price.Size = new System.Drawing.Size(15, 17);
  179. this.lab_selling_price.TabIndex = 1;
  180. this.lab_selling_price.Text = "0";
  181. //
  182. // lab_cost_price
  183. //
  184. this.lab_cost_price.AutoSize = true;
  185. this.lab_cost_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  186. this.lab_cost_price.ForeColor = System.Drawing.Color.Red;
  187. this.lab_cost_price.Location = new System.Drawing.Point(228, 19);
  188. this.lab_cost_price.Name = "lab_cost_price";
  189. this.lab_cost_price.Size = new System.Drawing.Size(15, 17);
  190. this.lab_cost_price.TabIndex = 1;
  191. this.lab_cost_price.Text = "0";
  192. //
  193. // lab_gross_profit
  194. //
  195. this.lab_gross_profit.AutoSize = true;
  196. this.lab_gross_profit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  197. this.lab_gross_profit.ForeColor = System.Drawing.Color.Red;
  198. this.lab_gross_profit.Location = new System.Drawing.Point(379, 19);
  199. this.lab_gross_profit.Name = "lab_gross_profit";
  200. this.lab_gross_profit.Size = new System.Drawing.Size(15, 17);
  201. this.lab_gross_profit.TabIndex = 1;
  202. this.lab_gross_profit.Text = "0";
  203. //
  204. // lab_gross_rate
  205. //
  206. this.lab_gross_rate.AutoSize = true;
  207. this.lab_gross_rate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  208. this.lab_gross_rate.ForeColor = System.Drawing.Color.Red;
  209. this.lab_gross_rate.Location = new System.Drawing.Point(561, 19);
  210. this.lab_gross_rate.Name = "lab_gross_rate";
  211. this.lab_gross_rate.Size = new System.Drawing.Size(26, 17);
  212. this.lab_gross_rate.TabIndex = 1;
  213. this.lab_gross_rate.Text = "0%";
  214. //
  215. // FrmCostDetail
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  220. this.ClientSize = new System.Drawing.Size(642, 751);
  221. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  222. this.KeyPreview = true;
  223. this.MaximizeBox = false;
  224. this.MinimizeBox = false;
  225. this.Name = "FrmCostDetail";
  226. this.ShowInTaskbar = false;
  227. this.Text = "成本详情";
  228. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  229. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  230. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  231. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  232. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  233. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  234. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  235. this.plExMainContainer.ResumeLayout(false);
  236. this.plFormMainContent.ResumeLayout(false);
  237. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  238. this.panelEx1.ResumeLayout(false);
  239. this.panelEx1.PerformLayout();
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. protected internal ComponentLibrary.DataGridViewEx dgv;
  244. private ComponentLibrary.PanelEx panelEx1;
  245. protected internal ComponentLibrary.LabelEx lab_order_gross_interest_rate;
  246. protected internal ComponentLibrary.LabelEx lab_order_gross_profit;
  247. protected internal ComponentLibrary.LabelEx lab_order_cost_price;
  248. protected internal ComponentLibrary.LabelEx lab_order_selling_price;
  249. protected internal ComponentLibrary.LabelEx lab_gross_rate;
  250. protected internal ComponentLibrary.LabelEx lab_gross_profit;
  251. protected internal ComponentLibrary.LabelEx lab_cost_price;
  252. protected internal ComponentLibrary.LabelEx lab_selling_price;
  253. }
  254. }