123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FrmCosting
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCosting));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_CustomerName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_OrdersPerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SellingPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Costs = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtOrd_Number = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtTsorder_OpenSingle = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.lblAverageGrossProfit = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.lblAverageCost = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblAverageSellingPrice = new LYFZ.ComponentLibrary.LabelEx();
- this.btnExPort = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblGrossMargin = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblGrossProfit = new LYFZ.ComponentLibrary.LabelEx();
- this.lblSingular = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblex2 = new LYFZ.ComponentLibrary.LabelEx();
- this.lbltotalCost = new LYFZ.ComponentLibrary.LabelEx();
- this.lblTotalPrice = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.label_choose_shop = new LYFZ.ComponentLibrary.LabelEx();
- this.panel_combobox = new LYFZ.ComponentLibrary.PanelEx();
- this.cb_pickup = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.panel_combobox.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
- this.plExMainContainer.Size = new System.Drawing.Size(1091, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.panel_combobox);
- this.plFormMainContent.Size = new System.Drawing.Size(1091, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panel_combobox, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1032, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1059, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(1005, 0);
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(1085, 499);
- this.panelEx2.TabIndex = 194;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Ord_Number,
- this.Ord_CustomerName1,
- this.客户电话,
- this.Ord_OrdersPerson,
- this.SellingPrice,
- this.Costs,
- this.ProductNames,
- this.UnitPrice,
- this.Quantity});
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle11;
- 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 = resources.GetString("dgv.GridViewUniquelyIdentify");
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(0, 85);
- this.dgv.MultiSelect = false;
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
- 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(1083, 388);
- this.dgv.TabIndex = 223;
- //
- // Ord_Number
- //
- this.Ord_Number.HeaderText = "订单号";
- this.Ord_Number.Name = "Ord_Number";
- this.Ord_Number.ReadOnly = true;
- this.Ord_Number.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Ord_CustomerName1
- //
- this.Ord_CustomerName1.HeaderText = "客户姓名";
- this.Ord_CustomerName1.Name = "Ord_CustomerName1";
- this.Ord_CustomerName1.ReadOnly = true;
- this.Ord_CustomerName1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 客户电话
- //
- this.客户电话.HeaderText = "客户电话";
- this.客户电话.Name = "客户电话";
- this.客户电话.ReadOnly = true;
- this.客户电话.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Ord_OrdersPerson
- //
- this.Ord_OrdersPerson.HeaderText = "接单人";
- this.Ord_OrdersPerson.Name = "Ord_OrdersPerson";
- this.Ord_OrdersPerson.ReadOnly = true;
- this.Ord_OrdersPerson.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // SellingPrice
- //
- this.SellingPrice.HeaderText = "售价";
- this.SellingPrice.Name = "SellingPrice";
- this.SellingPrice.ReadOnly = true;
- this.SellingPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Costs
- //
- this.Costs.HeaderText = "成本";
- this.Costs.Name = "Costs";
- this.Costs.ReadOnly = true;
- this.Costs.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ProductNames
- //
- this.ProductNames.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ProductNames.HeaderText = "商品名称";
- this.ProductNames.Name = "ProductNames";
- this.ProductNames.ReadOnly = true;
- this.ProductNames.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // UnitPrice
- //
- this.UnitPrice.HeaderText = "单价";
- this.UnitPrice.Name = "UnitPrice";
- this.UnitPrice.ReadOnly = true;
- this.UnitPrice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // Quantity
- //
- this.Quantity.HeaderText = "数量";
- this.Quantity.Name = "Quantity";
- this.Quantity.ReadOnly = true;
- this.Quantity.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 473);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(1083, 24);
- this.ucPagerEx1.TabIndex = 226;
- this.ucPagerEx1.TbDataSource = null;
- this.ucPagerEx1.Visible = false;
- //
- // panelEx1
- //
- 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.cb_pickup);
- this.panelEx1.Controls.Add(this.txtOrd_Number);
- this.panelEx1.Controls.Add(this.txtTsorder_OpenSingle);
- this.panelEx1.Controls.Add(this.txtTimeEnd);
- this.panelEx1.Controls.Add(this.txtTimeStart);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.lblAverageGrossProfit);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Controls.Add(this.btnSelect);
- this.panelEx1.Controls.Add(this.lblAverageCost);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.lblAverageSellingPrice);
- this.panelEx1.Controls.Add(this.btnExPort);
- this.panelEx1.Controls.Add(this.labelEx8);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.lblGrossMargin);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.lblGrossProfit);
- this.panelEx1.Controls.Add(this.lblSingular);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.lblex2);
- this.panelEx1.Controls.Add(this.lbltotalCost);
- this.panelEx1.Controls.Add(this.lblTotalPrice);
- this.panelEx1.Controls.Add(this.labelEx5);
- 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(1083, 85);
- this.panelEx1.TabIndex = 198;
- //
- // txtOrd_Number
- //
- this.txtOrd_Number.BackColor = System.Drawing.Color.Transparent;
- this.txtOrd_Number.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrd_Number.Icon = null;
- this.txtOrd_Number.IconIsButton = false;
- this.txtOrd_Number.IsPasswordChat = '\0';
- this.txtOrd_Number.IsSystemPasswordChar = false;
- this.txtOrd_Number.Lines = new string[0];
- this.txtOrd_Number.Location = new System.Drawing.Point(535, 8);
- this.txtOrd_Number.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrd_Number.MaxLength = 32767;
- this.txtOrd_Number.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrd_Number.MouseBack = null;
- this.txtOrd_Number.Multiline = false;
- this.txtOrd_Number.Name = "txtOrd_Number";
- this.txtOrd_Number.NormlBack = null;
- this.txtOrd_Number.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtOrd_Number.ReadOnly = false;
- this.txtOrd_Number.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrd_Number.Size = new System.Drawing.Size(144, 25);
- this.txtOrd_Number.TabIndex = 2231;
- this.txtOrd_Number.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrd_Number.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtOrd_Number.WaterText = "订单号、姓名、电话";
- this.txtOrd_Number.WordWrap = true;
- //
- // txtTsorder_OpenSingle
- //
- this.txtTsorder_OpenSingle.AfterSelectLevelFirstNode = true;
- this.txtTsorder_OpenSingle.DropDownHeight = 220;
- this.txtTsorder_OpenSingle.DropDownShow = false;
- this.txtTsorder_OpenSingle.FormattingEnabled = true;
- this.txtTsorder_OpenSingle.IntegralHeight = false;
- this.txtTsorder_OpenSingle.IsNodeMouseClick = true;
- this.txtTsorder_OpenSingle.IsSelectParentNode = false;
- this.txtTsorder_OpenSingle.Location = new System.Drawing.Point(291, 10);
- this.txtTsorder_OpenSingle.Name = "txtTsorder_OpenSingle";
- this.txtTsorder_OpenSingle.ReadOnly = true;
- this.txtTsorder_OpenSingle.SelectedNode = null;
- this.txtTsorder_OpenSingle.Size = new System.Drawing.Size(185, 20);
- this.txtTsorder_OpenSingle.StrGetName = "";
- this.txtTsorder_OpenSingle.StrGetTagName = "";
- this.txtTsorder_OpenSingle.StrKey = null;
- this.txtTsorder_OpenSingle.TabIndex = 204;
- //
- // txtTimeEnd
- //
- this.txtTimeEnd.CustomFormat = " ";
- this.txtTimeEnd.DateValue = "";
- this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtTimeEnd.IsShowTime = false;
- this.txtTimeEnd.Location = new System.Drawing.Point(122, 8);
- this.txtTimeEnd.Name = "txtTimeEnd";
- this.txtTimeEnd.Size = new System.Drawing.Size(90, 23);
- this.txtTimeEnd.TabIndex = 300;
- //
- // txtTimeStart
- //
- this.txtTimeStart.CustomFormat = " ";
- this.txtTimeStart.DateValue = "";
- this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtTimeStart.IsShowTime = false;
- this.txtTimeStart.Location = new System.Drawing.Point(6, 8);
- this.txtTimeStart.Name = "txtTimeStart";
- this.txtTimeStart.Size = new System.Drawing.Size(90, 23);
- this.txtTimeStart.TabIndex = 299;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(863, 7);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 26);
- this.btnClose.TabIndex = 174;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // lblAverageGrossProfit
- //
- this.lblAverageGrossProfit.AutoSize = true;
- this.lblAverageGrossProfit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblAverageGrossProfit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblAverageGrossProfit.Location = new System.Drawing.Point(542, 61);
- this.lblAverageGrossProfit.Name = "lblAverageGrossProfit";
- this.lblAverageGrossProfit.Size = new System.Drawing.Size(15, 17);
- this.lblAverageGrossProfit.TabIndex = 242;
- this.lblAverageGrossProfit.Text = "0";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.BackColor = System.Drawing.Color.Transparent;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(99, 11);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(21, 17);
- this.labelEx3.TabIndex = 201;
- this.labelEx3.Text = "—";
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(476, 61);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(68, 17);
- this.labelEx10.TabIndex = 241;
- this.labelEx10.Text = "平均毛利:";
- //
- // btnSelect
- //
- this.btnSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
- this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelect.ForeColor = System.Drawing.Color.White;
- this.btnSelect.IsCustomBackImg = false;
- this.btnSelect.IsShowText = true;
- this.btnSelect.Location = new System.Drawing.Point(691, 7);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(80, 26);
- this.btnSelect.TabIndex = 202;
- this.btnSelect.Text = " 查 询";
- this.btnSelect.UseVisualStyleBackColor = false;
- //
- // lblAverageCost
- //
- this.lblAverageCost.AutoSize = true;
- this.lblAverageCost.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblAverageCost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblAverageCost.Location = new System.Drawing.Point(291, 61);
- this.lblAverageCost.Name = "lblAverageCost";
- this.lblAverageCost.Size = new System.Drawing.Size(15, 17);
- this.lblAverageCost.TabIndex = 240;
- this.lblAverageCost.Text = "0";
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(225, 61);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(68, 17);
- this.labelEx9.TabIndex = 239;
- this.labelEx9.Text = "平均成本:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx1.Location = new System.Drawing.Point(226, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 203;
- this.labelEx1.Text = "选择人员:";
- //
- // lblAverageSellingPrice
- //
- this.lblAverageSellingPrice.AutoSize = true;
- this.lblAverageSellingPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblAverageSellingPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblAverageSellingPrice.Location = new System.Drawing.Point(77, 61);
- this.lblAverageSellingPrice.Name = "lblAverageSellingPrice";
- this.lblAverageSellingPrice.Size = new System.Drawing.Size(15, 17);
- this.lblAverageSellingPrice.TabIndex = 238;
- this.lblAverageSellingPrice.Text = "0";
- //
- // btnExPort
- //
- this.btnExPort.BackColor = System.Drawing.Color.Transparent;
- this.btnExPort.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExPort.BackImg")));
- this.btnExPort.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExPort.ForeColor = System.Drawing.Color.White;
- this.btnExPort.IsCustomBackImg = false;
- this.btnExPort.IsShowText = true;
- this.btnExPort.Location = new System.Drawing.Point(777, 7);
- this.btnExPort.Name = "btnExPort";
- this.btnExPort.Size = new System.Drawing.Size(80, 26);
- this.btnExPort.TabIndex = 222;
- this.btnExPort.Text = " 导 出";
- this.btnExPort.UseVisualStyleBackColor = false;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(11, 61);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(68, 17);
- this.labelEx8.TabIndex = 237;
- this.labelEx8.Text = "平均售价:";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(482, 12);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(56, 17);
- this.labelEx4.TabIndex = 224;
- this.labelEx4.Text = "关键字:";
- //
- // lblGrossMargin
- //
- this.lblGrossMargin.AutoSize = true;
- this.lblGrossMargin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblGrossMargin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblGrossMargin.Location = new System.Drawing.Point(752, 39);
- this.lblGrossMargin.Name = "lblGrossMargin";
- this.lblGrossMargin.Size = new System.Drawing.Size(40, 17);
- this.lblGrossMargin.TabIndex = 236;
- this.lblGrossMargin.Text = "100%";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(697, 39);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(56, 17);
- this.labelEx7.TabIndex = 235;
- this.labelEx7.Text = "毛利率:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(709, 61);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 227;
- this.labelEx2.Text = "单数:";
- //
- // lblGrossProfit
- //
- this.lblGrossProfit.AutoSize = true;
- this.lblGrossProfit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblGrossProfit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblGrossProfit.Location = new System.Drawing.Point(542, 39);
- this.lblGrossProfit.Name = "lblGrossProfit";
- this.lblGrossProfit.Size = new System.Drawing.Size(15, 17);
- this.lblGrossProfit.TabIndex = 234;
- this.lblGrossProfit.Text = "0";
- //
- // lblSingular
- //
- this.lblSingular.AutoSize = true;
- this.lblSingular.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblSingular.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblSingular.Location = new System.Drawing.Point(752, 61);
- this.lblSingular.Name = "lblSingular";
- this.lblSingular.Size = new System.Drawing.Size(15, 17);
- this.lblSingular.TabIndex = 228;
- this.lblSingular.Text = "0";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(500, 39);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(44, 17);
- this.labelEx6.TabIndex = 233;
- this.labelEx6.Text = "毛利:";
- //
- // lblex2
- //
- this.lblex2.AutoSize = true;
- this.lblex2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblex2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblex2.Location = new System.Drawing.Point(23, 39);
- this.lblex2.Name = "lblex2";
- this.lblex2.Size = new System.Drawing.Size(56, 17);
- this.lblex2.TabIndex = 229;
- this.lblex2.Text = "总售价:";
- //
- // lbltotalCost
- //
- this.lbltotalCost.AutoSize = true;
- this.lbltotalCost.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbltotalCost.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbltotalCost.Location = new System.Drawing.Point(291, 39);
- this.lbltotalCost.Name = "lbltotalCost";
- this.lbltotalCost.Size = new System.Drawing.Size(15, 17);
- this.lbltotalCost.TabIndex = 232;
- this.lbltotalCost.Text = "0";
- //
- // lblTotalPrice
- //
- this.lblTotalPrice.AutoSize = true;
- this.lblTotalPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalPrice.Location = new System.Drawing.Point(77, 39);
- this.lblTotalPrice.Name = "lblTotalPrice";
- this.lblTotalPrice.Size = new System.Drawing.Size(15, 17);
- this.lblTotalPrice.TabIndex = 230;
- this.lblTotalPrice.Text = "0";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(237, 39);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(56, 17);
- this.labelEx5.TabIndex = 231;
- this.labelEx5.Text = "总成本:";
- //
- // cmbtreevStoreName
- //
- this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
- this.cmbtreevStoreName.DropDownHeight = 220;
- this.cmbtreevStoreName.DropDownShow = false;
- this.cmbtreevStoreName.FormattingEnabled = true;
- this.cmbtreevStoreName.IntegralHeight = false;
- this.cmbtreevStoreName.IsNodeMouseClick = true;
- this.cmbtreevStoreName.IsSelectParentNode = false;
- this.cmbtreevStoreName.Location = new System.Drawing.Point(70, 3);
- this.cmbtreevStoreName.Name = "cmbtreevStoreName";
- this.cmbtreevStoreName.ReadOnly = true;
- this.cmbtreevStoreName.SelectedNode = null;
- this.cmbtreevStoreName.Size = new System.Drawing.Size(250, 20);
- this.cmbtreevStoreName.StrGetName = "";
- this.cmbtreevStoreName.StrGetTagName = "";
- this.cmbtreevStoreName.StrKey = null;
- this.cmbtreevStoreName.TabIndex = 275;
- //
- // label_choose_shop
- //
- this.label_choose_shop.AutoSize = true;
- this.label_choose_shop.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label_choose_shop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.label_choose_shop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.label_choose_shop.Location = new System.Drawing.Point(3, 4);
- this.label_choose_shop.Name = "label_choose_shop";
- this.label_choose_shop.Size = new System.Drawing.Size(68, 17);
- this.label_choose_shop.TabIndex = 2232;
- this.label_choose_shop.Text = "选择店面:";
- //
- // panel_combobox
- //
- this.panel_combobox.BackColor = System.Drawing.Color.WhiteSmoke;
- this.panel_combobox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panel_combobox.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panel_combobox.BorderWidth = 1;
- this.panel_combobox.Controls.Add(this.cmbtreevStoreName);
- this.panel_combobox.Controls.Add(this.label_choose_shop);
- this.panel_combobox.Location = new System.Drawing.Point(226, 10);
- this.panel_combobox.Name = "panel_combobox";
- this.panel_combobox.Size = new System.Drawing.Size(333, 25);
- this.panel_combobox.TabIndex = 2234;
- //
- // cb_pickup
- //
- this.cb_pickup.AutoSize = true;
- this.cb_pickup.BackColor = System.Drawing.Color.Transparent;
- this.cb_pickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cb_pickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cb_pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cb_pickup.Fourstates = false;
- this.cb_pickup.IsGreenTick = false;
- this.cb_pickup.Location = new System.Drawing.Point(956, 9);
- this.cb_pickup.Name = "cb_pickup";
- this.cb_pickup.Size = new System.Drawing.Size(75, 21);
- this.cb_pickup.TabIndex = 2232;
- this.cb_pickup.Text = "取件订单";
- this.cb_pickup.UseVisualStyleBackColor = false;
- //
- // FrmCosting
- //
- 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(1091, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmCosting";
- 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);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.panel_combobox.ResumeLayout(false);
- this.panel_combobox.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.DataGridViewEx dgv;
- protected ComponentLibrary.ButtonEx btnExPort;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ComboBoxTreeViewEx txtTsorder_OpenSingle;
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnSelect;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.LabelEx labelEx4;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected ComponentLibrary.LabelEx lblAverageGrossProfit;
- private ComponentLibrary.LabelEx labelEx10;
- protected ComponentLibrary.LabelEx lblAverageCost;
- private ComponentLibrary.LabelEx labelEx9;
- protected ComponentLibrary.LabelEx lblAverageSellingPrice;
- private ComponentLibrary.LabelEx labelEx8;
- protected ComponentLibrary.LabelEx lblGrossMargin;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.LabelEx lblGrossProfit;
- private ComponentLibrary.LabelEx labelEx6;
- protected ComponentLibrary.LabelEx lbltotalCost;
- private ComponentLibrary.LabelEx labelEx5;
- protected ComponentLibrary.LabelEx lblTotalPrice;
- private ComponentLibrary.LabelEx lblex2;
- protected ComponentLibrary.LabelEx lblSingular;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
- protected ComponentLibrary.DateTimePickerEx txtTimeStart;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Number;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerName2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_OrdersPerson;
- private System.Windows.Forms.DataGridViewTextBoxColumn SellingPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Costs;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductNames;
- private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Quantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
- protected ComponentLibrary.TextBoxEx txtOrd_Number;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
- protected internal ComponentLibrary.LabelEx label_choose_shop;
- protected internal ComponentLibrary.PanelEx panel_combobox;
- protected internal ComponentLibrary.CheckBoxEx cb_pickup;
- }
- }
|