123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FrmCostDetail
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose( bool disposing )
- {
- if ( disposing && (components != null) )
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCostDetail));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.lab_order_selling_price = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_order_cost_price = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_order_gross_profit = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_order_gross_interest_rate = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_selling_price = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_cost_price = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_gross_profit = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_gross_rate = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.BackColor = System.Drawing.Color.WhiteSmoke;
- this.plExMainContainer.Controls.Add(this.dgv);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(642, 686);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(642, 686);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(935, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(610, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(935, 0);
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.EraseCell = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dgv_dgv";
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(0, 61);
- this.dgv.Name = "dgv";
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(642, 625);
- this.dgv.TabIndex = 0;
- //
- // panelEx1
- //
- this.panelEx1.BackColor = System.Drawing.Color.White;
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.lab_gross_rate);
- this.panelEx1.Controls.Add(this.lab_gross_profit);
- this.panelEx1.Controls.Add(this.lab_cost_price);
- this.panelEx1.Controls.Add(this.lab_selling_price);
- this.panelEx1.Controls.Add(this.lab_order_gross_interest_rate);
- this.panelEx1.Controls.Add(this.lab_order_gross_profit);
- this.panelEx1.Controls.Add(this.lab_order_cost_price);
- this.panelEx1.Controls.Add(this.lab_order_selling_price);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(0, 0);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(642, 61);
- this.panelEx1.TabIndex = 1;
- //
- // lab_order_selling_price
- //
- this.lab_order_selling_price.AutoSize = true;
- this.lab_order_selling_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_order_selling_price.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_order_selling_price.Location = new System.Drawing.Point(12, 19);
- this.lab_order_selling_price.Name = "lab_order_selling_price";
- this.lab_order_selling_price.Size = new System.Drawing.Size(59, 17);
- this.lab_order_selling_price.TabIndex = 0;
- this.lab_order_selling_price.Text = "订单售价:";
- //
- // lab_order_cost_price
- //
- this.lab_order_cost_price.AutoSize = true;
- this.lab_order_cost_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_order_cost_price.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_order_cost_price.Location = new System.Drawing.Point(163, 19);
- this.lab_order_cost_price.Name = "lab_order_cost_price";
- this.lab_order_cost_price.Size = new System.Drawing.Size(59, 17);
- this.lab_order_cost_price.TabIndex = 0;
- this.lab_order_cost_price.Text = "订单成本:";
- //
- // lab_order_gross_profit
- //
- this.lab_order_gross_profit.AutoSize = true;
- this.lab_order_gross_profit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_order_gross_profit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_order_gross_profit.Location = new System.Drawing.Point(314, 19);
- this.lab_order_gross_profit.Name = "lab_order_gross_profit";
- this.lab_order_gross_profit.Size = new System.Drawing.Size(59, 17);
- this.lab_order_gross_profit.TabIndex = 0;
- this.lab_order_gross_profit.Text = "订单毛利:";
- //
- // lab_order_gross_interest_rate
- //
- this.lab_order_gross_interest_rate.AutoSize = true;
- this.lab_order_gross_interest_rate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_order_gross_interest_rate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_order_gross_interest_rate.Location = new System.Drawing.Point(465, 19);
- this.lab_order_gross_interest_rate.Name = "lab_order_gross_interest_rate";
- this.lab_order_gross_interest_rate.Size = new System.Drawing.Size(90, 17);
- this.lab_order_gross_interest_rate.TabIndex = 0;
- this.lab_order_gross_interest_rate.Text = "订单毛利率(%):";
- //
- // lab_selling_price
- //
- this.lab_selling_price.AutoSize = true;
- this.lab_selling_price.BackColor = System.Drawing.Color.White;
- this.lab_selling_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_selling_price.ForeColor = System.Drawing.Color.Red;
- this.lab_selling_price.Location = new System.Drawing.Point(77, 19);
- this.lab_selling_price.Name = "lab_selling_price";
- this.lab_selling_price.Size = new System.Drawing.Size(15, 17);
- this.lab_selling_price.TabIndex = 1;
- this.lab_selling_price.Text = "0";
- //
- // lab_cost_price
- //
- this.lab_cost_price.AutoSize = true;
- this.lab_cost_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_cost_price.ForeColor = System.Drawing.Color.Red;
- this.lab_cost_price.Location = new System.Drawing.Point(228, 19);
- this.lab_cost_price.Name = "lab_cost_price";
- this.lab_cost_price.Size = new System.Drawing.Size(15, 17);
- this.lab_cost_price.TabIndex = 1;
- this.lab_cost_price.Text = "0";
- //
- // lab_gross_profit
- //
- this.lab_gross_profit.AutoSize = true;
- this.lab_gross_profit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_gross_profit.ForeColor = System.Drawing.Color.Red;
- this.lab_gross_profit.Location = new System.Drawing.Point(379, 19);
- this.lab_gross_profit.Name = "lab_gross_profit";
- this.lab_gross_profit.Size = new System.Drawing.Size(15, 17);
- this.lab_gross_profit.TabIndex = 1;
- this.lab_gross_profit.Text = "0";
- //
- // lab_gross_rate
- //
- this.lab_gross_rate.AutoSize = true;
- this.lab_gross_rate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_gross_rate.ForeColor = System.Drawing.Color.Red;
- this.lab_gross_rate.Location = new System.Drawing.Point(561, 19);
- this.lab_gross_rate.Name = "lab_gross_rate";
- this.lab_gross_rate.Size = new System.Drawing.Size(26, 17);
- this.lab_gross_rate.TabIndex = 1;
- this.lab_gross_rate.Text = "0%";
- //
- // FrmCostDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(642, 751);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.KeyPreview = true;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmCostDetail";
- this.ShowInTaskbar = false;
- this.Text = "成本详情";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.LabelEx lab_order_gross_interest_rate;
- protected internal ComponentLibrary.LabelEx lab_order_gross_profit;
- protected internal ComponentLibrary.LabelEx lab_order_cost_price;
- protected internal ComponentLibrary.LabelEx lab_order_selling_price;
- protected internal ComponentLibrary.LabelEx lab_gross_rate;
- protected internal ComponentLibrary.LabelEx lab_gross_profit;
- protected internal ComponentLibrary.LabelEx lab_cost_price;
- protected internal ComponentLibrary.LabelEx lab_selling_price;
- }
- }
|