123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class TotakePieceFormMain
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TotakePieceFormMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnQueryCompleted = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRecentPickup = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnHairPiecePickData = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnMonthPieces = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnNotAlreadySentBack = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnMonthRework = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnByVendorSendOutProduct = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnByVendorBackPieceProduct = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPrintBarcode = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnScanCodeBackPiece = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnScanCodeTakePickup = new LYFZ.ComponentLibrary.ButtonEx();
- this.btn_ExportData = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelDressVersion = new LYFZ.ComponentLibrary.PanelEx();
- this.chkDressVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelKidsVersion = new LYFZ.ComponentLibrary.PanelEx();
- this.chkKidsVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelPortraitVersion = new LYFZ.ComponentLibrary.PanelEx();
- this.chkPortraitVersion = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelWeddingCelebration = new LYFZ.ComponentLibrary.PanelEx();
- this.chkWeddingCelebration = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelShowCompleteOrder = new LYFZ.ComponentLibrary.PanelEx();
- this.chkShowCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbxDesignNotProduct = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.cb_PartTaken = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelStoreName.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelDressVersion.SuspendLayout();
- this.panelKidsVersion.SuspendLayout();
- this.panelPortraitVersion.SuspendLayout();
- this.panelWeddingCelebration.SuspendLayout();
- this.panelShowCompleteOrder.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(809, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(809, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(750, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(777, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(723, 0);
- //
- // 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.dgvData);
- this.panelEx1.Controls.Add(this.ucPagerEx1);
- this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx1.Size = new System.Drawing.Size(799, 495);
- this.panelEx1.TabIndex = 10;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToOrderColumns = true;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(3, 117);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.RowHeadersWidth = 25;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(793, 319);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 24;
- this.dgvData.ViceCount = 1;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(3, 436);
- 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(793, 30);
- this.ucPagerEx1.TabIndex = 37;
- this.ucPagerEx1.TbDataSource = null;
- //
- // dataGridViewStatisticsCount1
- //
- this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
- this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 466);
- this.dataGridViewStatisticsCount1.LocationX = 1;
- this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
- this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(793, 26);
- this.dataGridViewStatisticsCount1.StrUnit = "单";
- this.dataGridViewStatisticsCount1.TabIndex = 31;
- this.dataGridViewStatisticsCount1.TotalQuantity = 0;
- this.dataGridViewStatisticsCount1.Visible = false;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
- this.flowLayoutPanel1.Controls.Add(this.panelEx3);
- this.flowLayoutPanel1.Controls.Add(this.btnQuery);
- this.flowLayoutPanel1.Controls.Add(this.btnQueryCompleted);
- this.flowLayoutPanel1.Controls.Add(this.btnRecentPickup);
- this.flowLayoutPanel1.Controls.Add(this.btnHairPiecePickData);
- this.flowLayoutPanel1.Controls.Add(this.btnMonthPieces);
- this.flowLayoutPanel1.Controls.Add(this.btnNotAlreadySentBack);
- this.flowLayoutPanel1.Controls.Add(this.btnMonthRework);
- this.flowLayoutPanel1.Controls.Add(this.btnByVendorSendOutProduct);
- this.flowLayoutPanel1.Controls.Add(this.btnByVendorBackPieceProduct);
- this.flowLayoutPanel1.Controls.Add(this.btnPrintBarcode);
- this.flowLayoutPanel1.Controls.Add(this.btnScanCodeBackPiece);
- this.flowLayoutPanel1.Controls.Add(this.btnScanCodeTakePickup);
- this.flowLayoutPanel1.Controls.Add(this.btn_ExportData);
- this.flowLayoutPanel1.Controls.Add(this.btnClose);
- this.flowLayoutPanel1.Controls.Add(this.panelDressVersion);
- this.flowLayoutPanel1.Controls.Add(this.panelKidsVersion);
- this.flowLayoutPanel1.Controls.Add(this.panelPortraitVersion);
- this.flowLayoutPanel1.Controls.Add(this.panelWeddingCelebration);
- this.flowLayoutPanel1.Controls.Add(this.panelShowCompleteOrder);
- this.flowLayoutPanel1.Controls.Add(this.panelEx2);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
- this.flowLayoutPanel1.Size = new System.Drawing.Size(793, 114);
- this.flowLayoutPanel1.TabIndex = 30;
- //
- // panelStoreName
- //
- this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelStoreName.BorderWidth = 1;
- this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
- this.panelStoreName.Location = new System.Drawing.Point(1, 4);
- this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelStoreName.Name = "panelStoreName";
- this.panelStoreName.Size = new System.Drawing.Size(210, 28);
- this.panelStoreName.TabIndex = 211;
- //
- // 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(3, 4);
- this.cmbtreevStoreName.Name = "cmbtreevStoreName";
- this.cmbtreevStoreName.ReadOnly = true;
- this.cmbtreevStoreName.SelectedNode = null;
- this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
- this.cmbtreevStoreName.StrGetName = "";
- this.cmbtreevStoreName.StrGetTagName = "";
- this.cmbtreevStoreName.StrKey = null;
- this.cmbtreevStoreName.TabIndex = 274;
- //
- // panelEx3
- //
- this.panelEx3.BackColor = System.Drawing.Color.Transparent;
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.cmbQueryText);
- this.panelEx3.Location = new System.Drawing.Point(213, 4);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(180, 28);
- this.panelEx3.TabIndex = 28;
- //
- // cmbQueryText
- //
- this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
- this.cmbQueryText.Icon = null;
- this.cmbQueryText.IconIsButton = false;
- this.cmbQueryText.IsPasswordChat = '\0';
- this.cmbQueryText.IsSystemPasswordChar = false;
- this.cmbQueryText.Lines = new string[0];
- this.cmbQueryText.Location = new System.Drawing.Point(0, 0);
- this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
- this.cmbQueryText.MaxLength = 32767;
- this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 26);
- this.cmbQueryText.MouseBack = null;
- this.cmbQueryText.Multiline = false;
- this.cmbQueryText.Name = "cmbQueryText";
- this.cmbQueryText.NormlBack = null;
- this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
- this.cmbQueryText.ReadOnly = false;
- this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.cmbQueryText.Size = new System.Drawing.Size(175, 28);
- this.cmbQueryText.TabIndex = 13;
- this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.toolTip1.SetToolTip(this.cmbQueryText, "可根据:订单号、客户姓名、客户电话、接单人 进行查询");
- this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
- this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
- this.cmbQueryText.WordWrap = true;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(397, 4);
- this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 28);
- this.btnQuery.TabIndex = 2;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // btnQueryCompleted
- //
- this.btnQueryCompleted.BackColor = System.Drawing.Color.Transparent;
- this.btnQueryCompleted.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompleted.BackImg")));
- this.btnQueryCompleted.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQueryCompleted.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQueryCompleted.ForeColor = System.Drawing.Color.White;
- this.btnQueryCompleted.IsCustomBackImg = false;
- this.btnQueryCompleted.IsShowText = true;
- this.btnQueryCompleted.Location = new System.Drawing.Point(488, 4);
- this.btnQueryCompleted.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnQueryCompleted.Name = "btnQueryCompleted";
- this.btnQueryCompleted.Size = new System.Drawing.Size(85, 28);
- this.btnQueryCompleted.TabIndex = 4;
- this.btnQueryCompleted.Text = " 查询完成";
- this.btnQueryCompleted.UseVisualStyleBackColor = false;
- this.btnQueryCompleted.Visible = false;
- //
- // btnRecentPickup
- //
- this.btnRecentPickup.BackColor = System.Drawing.Color.Transparent;
- this.btnRecentPickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecentPickup.BackImg")));
- this.btnRecentPickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRecentPickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRecentPickup.ForeColor = System.Drawing.Color.White;
- this.btnRecentPickup.IsCustomBackImg = false;
- this.btnRecentPickup.IsShowText = true;
- this.btnRecentPickup.Location = new System.Drawing.Point(579, 4);
- this.btnRecentPickup.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnRecentPickup.Name = "btnRecentPickup";
- this.btnRecentPickup.Size = new System.Drawing.Size(85, 28);
- this.btnRecentPickup.TabIndex = 9;
- this.btnRecentPickup.Text = " 条件查询";
- this.btnRecentPickup.UseVisualStyleBackColor = false;
- //
- // btnHairPiecePickData
- //
- this.btnHairPiecePickData.BackColor = System.Drawing.Color.Transparent;
- this.btnHairPiecePickData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHairPiecePickData.BackImg")));
- this.btnHairPiecePickData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnHairPiecePickData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnHairPiecePickData.ForeColor = System.Drawing.Color.White;
- this.btnHairPiecePickData.IsCustomBackImg = false;
- this.btnHairPiecePickData.IsShowText = true;
- this.btnHairPiecePickData.Location = new System.Drawing.Point(670, 4);
- this.btnHairPiecePickData.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnHairPiecePickData.Name = "btnHairPiecePickData";
- this.btnHairPiecePickData.Size = new System.Drawing.Size(95, 28);
- this.btnHairPiecePickData.TabIndex = 11;
- this.btnHairPiecePickData.Text = " 发片取件资料";
- this.btnHairPiecePickData.UseVisualStyleBackColor = false;
- //
- // btnMonthPieces
- //
- this.btnMonthPieces.BackColor = System.Drawing.Color.Transparent;
- this.btnMonthPieces.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMonthPieces.BackImg")));
- this.btnMonthPieces.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnMonthPieces.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnMonthPieces.ForeColor = System.Drawing.Color.White;
- this.btnMonthPieces.IsCustomBackImg = false;
- this.btnMonthPieces.IsShowText = true;
- this.btnMonthPieces.Location = new System.Drawing.Point(3, 36);
- this.btnMonthPieces.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnMonthPieces.Name = "btnMonthPieces";
- this.btnMonthPieces.Size = new System.Drawing.Size(85, 28);
- this.btnMonthPieces.TabIndex = 10;
- this.btnMonthPieces.Text = " 本月出件";
- this.btnMonthPieces.UseVisualStyleBackColor = false;
- //
- // btnNotAlreadySentBack
- //
- this.btnNotAlreadySentBack.BackColor = System.Drawing.Color.Transparent;
- this.btnNotAlreadySentBack.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotAlreadySentBack.BackImg")));
- this.btnNotAlreadySentBack.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnNotAlreadySentBack.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnNotAlreadySentBack.ForeColor = System.Drawing.Color.White;
- this.btnNotAlreadySentBack.IsCustomBackImg = false;
- this.btnNotAlreadySentBack.IsShowText = true;
- this.btnNotAlreadySentBack.Location = new System.Drawing.Point(94, 36);
- this.btnNotAlreadySentBack.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnNotAlreadySentBack.Name = "btnNotAlreadySentBack";
- this.btnNotAlreadySentBack.Size = new System.Drawing.Size(85, 28);
- this.btnNotAlreadySentBack.TabIndex = 6;
- this.btnNotAlreadySentBack.Text = " 已发未回";
- this.btnNotAlreadySentBack.UseVisualStyleBackColor = false;
- //
- // btnMonthRework
- //
- this.btnMonthRework.BackColor = System.Drawing.Color.Transparent;
- this.btnMonthRework.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMonthRework.BackImg")));
- this.btnMonthRework.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnMonthRework.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnMonthRework.ForeColor = System.Drawing.Color.White;
- this.btnMonthRework.IsCustomBackImg = false;
- this.btnMonthRework.IsShowText = true;
- this.btnMonthRework.Location = new System.Drawing.Point(185, 36);
- this.btnMonthRework.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnMonthRework.Name = "btnMonthRework";
- this.btnMonthRework.Size = new System.Drawing.Size(85, 28);
- this.btnMonthRework.TabIndex = 7;
- this.btnMonthRework.Text = " 本月返工";
- this.btnMonthRework.UseVisualStyleBackColor = false;
- //
- // btnByVendorSendOutProduct
- //
- this.btnByVendorSendOutProduct.BackColor = System.Drawing.Color.Transparent;
- this.btnByVendorSendOutProduct.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorSendOutProduct.BackImg")));
- this.btnByVendorSendOutProduct.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnByVendorSendOutProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnByVendorSendOutProduct.ForeColor = System.Drawing.Color.White;
- this.btnByVendorSendOutProduct.IsCustomBackImg = false;
- this.btnByVendorSendOutProduct.IsShowText = true;
- this.btnByVendorSendOutProduct.Location = new System.Drawing.Point(276, 36);
- this.btnByVendorSendOutProduct.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnByVendorSendOutProduct.Name = "btnByVendorSendOutProduct";
- this.btnByVendorSendOutProduct.Size = new System.Drawing.Size(85, 28);
- this.btnByVendorSendOutProduct.TabIndex = 30;
- this.btnByVendorSendOutProduct.Text = " 按厂家发片";
- this.btnByVendorSendOutProduct.UseVisualStyleBackColor = false;
- //
- // btnByVendorBackPieceProduct
- //
- this.btnByVendorBackPieceProduct.BackColor = System.Drawing.Color.Transparent;
- this.btnByVendorBackPieceProduct.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnByVendorBackPieceProduct.BackImg")));
- this.btnByVendorBackPieceProduct.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnByVendorBackPieceProduct.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnByVendorBackPieceProduct.ForeColor = System.Drawing.Color.White;
- this.btnByVendorBackPieceProduct.IsCustomBackImg = false;
- this.btnByVendorBackPieceProduct.IsShowText = true;
- this.btnByVendorBackPieceProduct.Location = new System.Drawing.Point(367, 36);
- this.btnByVendorBackPieceProduct.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnByVendorBackPieceProduct.Name = "btnByVendorBackPieceProduct";
- this.btnByVendorBackPieceProduct.Size = new System.Drawing.Size(85, 28);
- this.btnByVendorBackPieceProduct.TabIndex = 31;
- this.btnByVendorBackPieceProduct.Text = " 按厂家回片";
- this.btnByVendorBackPieceProduct.UseVisualStyleBackColor = false;
- //
- // btnPrintBarcode
- //
- this.btnPrintBarcode.BackColor = System.Drawing.Color.Transparent;
- this.btnPrintBarcode.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrintBarcode.BackImg")));
- this.btnPrintBarcode.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPrintBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPrintBarcode.ForeColor = System.Drawing.Color.White;
- this.btnPrintBarcode.IsCustomBackImg = false;
- this.btnPrintBarcode.IsShowText = true;
- this.btnPrintBarcode.Location = new System.Drawing.Point(458, 36);
- this.btnPrintBarcode.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnPrintBarcode.Name = "btnPrintBarcode";
- this.btnPrintBarcode.Size = new System.Drawing.Size(85, 28);
- this.btnPrintBarcode.TabIndex = 32;
- this.btnPrintBarcode.Text = " 打印条码";
- this.btnPrintBarcode.UseVisualStyleBackColor = false;
- //
- // btnScanCodeBackPiece
- //
- this.btnScanCodeBackPiece.BackColor = System.Drawing.Color.Transparent;
- this.btnScanCodeBackPiece.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScanCodeBackPiece.BackImg")));
- this.btnScanCodeBackPiece.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnScanCodeBackPiece.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnScanCodeBackPiece.ForeColor = System.Drawing.Color.White;
- this.btnScanCodeBackPiece.IsCustomBackImg = false;
- this.btnScanCodeBackPiece.IsShowText = true;
- this.btnScanCodeBackPiece.Location = new System.Drawing.Point(549, 36);
- this.btnScanCodeBackPiece.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnScanCodeBackPiece.Name = "btnScanCodeBackPiece";
- this.btnScanCodeBackPiece.Size = new System.Drawing.Size(85, 28);
- this.btnScanCodeBackPiece.TabIndex = 33;
- this.btnScanCodeBackPiece.Text = " 扫码回件";
- this.btnScanCodeBackPiece.UseVisualStyleBackColor = false;
- //
- // btnScanCodeTakePickup
- //
- this.btnScanCodeTakePickup.BackColor = System.Drawing.Color.Transparent;
- this.btnScanCodeTakePickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScanCodeTakePickup.BackImg")));
- this.btnScanCodeTakePickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnScanCodeTakePickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnScanCodeTakePickup.ForeColor = System.Drawing.Color.White;
- this.btnScanCodeTakePickup.IsCustomBackImg = false;
- this.btnScanCodeTakePickup.IsShowText = true;
- this.btnScanCodeTakePickup.Location = new System.Drawing.Point(640, 36);
- this.btnScanCodeTakePickup.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnScanCodeTakePickup.Name = "btnScanCodeTakePickup";
- this.btnScanCodeTakePickup.Size = new System.Drawing.Size(85, 28);
- this.btnScanCodeTakePickup.TabIndex = 34;
- this.btnScanCodeTakePickup.Text = " 扫码取件";
- this.btnScanCodeTakePickup.UseVisualStyleBackColor = false;
- //
- // btn_ExportData
- //
- this.btn_ExportData.BackColor = System.Drawing.Color.Transparent;
- this.btn_ExportData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ExportData.BackImg")));
- this.btn_ExportData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_ExportData.ForeColor = System.Drawing.Color.White;
- this.btn_ExportData.IsCustomBackImg = false;
- this.btn_ExportData.IsShowText = true;
- this.btn_ExportData.Location = new System.Drawing.Point(3, 68);
- this.btn_ExportData.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btn_ExportData.Name = "btn_ExportData";
- this.btn_ExportData.Size = new System.Drawing.Size(85, 28);
- this.btn_ExportData.TabIndex = 212;
- this.btn_ExportData.Text = " 导 出";
- this.btn_ExportData.UseVisualStyleBackColor = false;
- //
- // 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(94, 68);
- this.btnClose.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 8;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // panelDressVersion
- //
- this.panelDressVersion.BackColor = System.Drawing.Color.Transparent;
- this.panelDressVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelDressVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelDressVersion.BorderWidth = 1;
- this.panelDressVersion.Controls.Add(this.chkDressVersion);
- this.panelDressVersion.Location = new System.Drawing.Point(183, 68);
- this.panelDressVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelDressVersion.Name = "panelDressVersion";
- this.panelDressVersion.Size = new System.Drawing.Size(60, 28);
- this.panelDressVersion.TabIndex = 31;
- //
- // chkDressVersion
- //
- this.chkDressVersion.AutoSize = true;
- this.chkDressVersion.BackColor = System.Drawing.Color.Transparent;
- this.chkDressVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkDressVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkDressVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkDressVersion.Fourstates = false;
- this.chkDressVersion.IsGreenTick = false;
- this.chkDressVersion.Location = new System.Drawing.Point(3, 3);
- this.chkDressVersion.Name = "chkDressVersion";
- this.chkDressVersion.Size = new System.Drawing.Size(51, 21);
- this.chkDressVersion.TabIndex = 12;
- this.chkDressVersion.Text = "婚纱";
- this.chkDressVersion.UseVisualStyleBackColor = false;
- //
- // panelKidsVersion
- //
- this.panelKidsVersion.BackColor = System.Drawing.Color.Transparent;
- this.panelKidsVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelKidsVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelKidsVersion.BorderWidth = 1;
- this.panelKidsVersion.Controls.Add(this.chkKidsVersion);
- this.panelKidsVersion.Location = new System.Drawing.Point(245, 68);
- this.panelKidsVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelKidsVersion.Name = "panelKidsVersion";
- this.panelKidsVersion.Size = new System.Drawing.Size(60, 28);
- this.panelKidsVersion.TabIndex = 32;
- //
- // chkKidsVersion
- //
- this.chkKidsVersion.AutoSize = true;
- this.chkKidsVersion.BackColor = System.Drawing.Color.Transparent;
- this.chkKidsVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkKidsVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkKidsVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkKidsVersion.Fourstates = false;
- this.chkKidsVersion.IsGreenTick = false;
- this.chkKidsVersion.Location = new System.Drawing.Point(3, 3);
- this.chkKidsVersion.Name = "chkKidsVersion";
- this.chkKidsVersion.Size = new System.Drawing.Size(51, 21);
- this.chkKidsVersion.TabIndex = 13;
- this.chkKidsVersion.Text = "儿童";
- this.chkKidsVersion.UseVisualStyleBackColor = false;
- //
- // panelPortraitVersion
- //
- this.panelPortraitVersion.BackColor = System.Drawing.Color.Transparent;
- this.panelPortraitVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelPortraitVersion.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelPortraitVersion.BorderWidth = 1;
- this.panelPortraitVersion.Controls.Add(this.chkPortraitVersion);
- this.panelPortraitVersion.Location = new System.Drawing.Point(307, 68);
- this.panelPortraitVersion.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelPortraitVersion.Name = "panelPortraitVersion";
- this.panelPortraitVersion.Size = new System.Drawing.Size(60, 28);
- this.panelPortraitVersion.TabIndex = 32;
- //
- // chkPortraitVersion
- //
- this.chkPortraitVersion.AutoSize = true;
- this.chkPortraitVersion.BackColor = System.Drawing.Color.Transparent;
- this.chkPortraitVersion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkPortraitVersion.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkPortraitVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkPortraitVersion.Fourstates = false;
- this.chkPortraitVersion.IsGreenTick = false;
- this.chkPortraitVersion.Location = new System.Drawing.Point(3, 3);
- this.chkPortraitVersion.Name = "chkPortraitVersion";
- this.chkPortraitVersion.Size = new System.Drawing.Size(51, 21);
- this.chkPortraitVersion.TabIndex = 22;
- this.chkPortraitVersion.Text = "写真";
- this.chkPortraitVersion.UseVisualStyleBackColor = false;
- //
- // panelWeddingCelebration
- //
- this.panelWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
- this.panelWeddingCelebration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelWeddingCelebration.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelWeddingCelebration.BorderWidth = 1;
- this.panelWeddingCelebration.Controls.Add(this.chkWeddingCelebration);
- this.panelWeddingCelebration.Location = new System.Drawing.Point(369, 68);
- this.panelWeddingCelebration.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelWeddingCelebration.Name = "panelWeddingCelebration";
- this.panelWeddingCelebration.Size = new System.Drawing.Size(60, 28);
- this.panelWeddingCelebration.TabIndex = 32;
- //
- // chkWeddingCelebration
- //
- this.chkWeddingCelebration.AutoSize = true;
- this.chkWeddingCelebration.BackColor = System.Drawing.Color.Transparent;
- this.chkWeddingCelebration.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkWeddingCelebration.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkWeddingCelebration.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkWeddingCelebration.Fourstates = false;
- this.chkWeddingCelebration.IsGreenTick = false;
- this.chkWeddingCelebration.Location = new System.Drawing.Point(3, 3);
- this.chkWeddingCelebration.Name = "chkWeddingCelebration";
- this.chkWeddingCelebration.Size = new System.Drawing.Size(51, 21);
- this.chkWeddingCelebration.TabIndex = 137;
- this.chkWeddingCelebration.Text = "婚庆";
- this.chkWeddingCelebration.UseVisualStyleBackColor = false;
- //
- // panelShowCompleteOrder
- //
- this.panelShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
- this.panelShowCompleteOrder.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelShowCompleteOrder.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelShowCompleteOrder.BorderWidth = 1;
- this.panelShowCompleteOrder.Controls.Add(this.chkShowCompleteOrder);
- this.panelShowCompleteOrder.Location = new System.Drawing.Point(431, 68);
- this.panelShowCompleteOrder.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelShowCompleteOrder.Name = "panelShowCompleteOrder";
- this.panelShowCompleteOrder.Size = new System.Drawing.Size(110, 28);
- this.panelShowCompleteOrder.TabIndex = 32;
- //
- // chkShowCompleteOrder
- //
- this.chkShowCompleteOrder.AutoSize = true;
- this.chkShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
- this.chkShowCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkShowCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkShowCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkShowCompleteOrder.Fourstates = false;
- this.chkShowCompleteOrder.IsGreenTick = false;
- this.chkShowCompleteOrder.Location = new System.Drawing.Point(4, 3);
- this.chkShowCompleteOrder.Name = "chkShowCompleteOrder";
- this.chkShowCompleteOrder.Size = new System.Drawing.Size(99, 21);
- this.chkShowCompleteOrder.TabIndex = 140;
- this.chkShowCompleteOrder.Text = "显示完成订单";
- this.chkShowCompleteOrder.UseVisualStyleBackColor = false;
- //
- // panelEx2
- //
- this.panelEx2.BackColor = System.Drawing.Color.Transparent;
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.cbxDesignNotProduct);
- this.panelEx2.Location = new System.Drawing.Point(543, 68);
- this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(120, 28);
- this.panelEx2.TabIndex = 32;
- //
- // cbxDesignNotProduct
- //
- this.cbxDesignNotProduct.AutoSize = true;
- this.cbxDesignNotProduct.BackColor = System.Drawing.Color.Transparent;
- this.cbxDesignNotProduct.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxDesignNotProduct.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.cbxDesignNotProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxDesignNotProduct.Fourstates = false;
- this.cbxDesignNotProduct.IsGreenTick = false;
- this.cbxDesignNotProduct.Location = new System.Drawing.Point(3, 3);
- this.cbxDesignNotProduct.Name = "cbxDesignNotProduct";
- this.cbxDesignNotProduct.Size = new System.Drawing.Size(111, 21);
- this.cbxDesignNotProduct.TabIndex = 140;
- this.cbxDesignNotProduct.Text = "已设计未发厂家";
- this.cbxDesignNotProduct.UseVisualStyleBackColor = false;
- //
- // panelEx4
- //
- this.panelEx4.BackColor = System.Drawing.Color.Transparent;
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.cb_PartTaken);
- this.panelEx4.Location = new System.Drawing.Point(665, 68);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(87, 28);
- this.panelEx4.TabIndex = 32;
- //
- // cb_PartTaken
- //
- this.cb_PartTaken.AutoSize = true;
- this.cb_PartTaken.BackColor = System.Drawing.Color.Transparent;
- this.cb_PartTaken.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cb_PartTaken.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.cb_PartTaken.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cb_PartTaken.Fourstates = false;
- this.cb_PartTaken.IsGreenTick = false;
- this.cb_PartTaken.Location = new System.Drawing.Point(3, 3);
- this.cb_PartTaken.Name = "cb_PartTaken";
- this.cb_PartTaken.Size = new System.Drawing.Size(75, 21);
- this.cb_PartTaken.TabIndex = 140;
- this.cb_PartTaken.Text = "部分取件";
- this.cb_PartTaken.UseVisualStyleBackColor = false;
- //
- // cntmenu
- //
- this.cntmenu.Name = "cntmenu";
- this.cntmenu.Size = new System.Drawing.Size(61, 4);
- //
- // TotakePieceFormMain
- //
- 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(809, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "TotakePieceFormMain";
- 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.panelEx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelStoreName.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelDressVersion.ResumeLayout(false);
- this.panelDressVersion.PerformLayout();
- this.panelKidsVersion.ResumeLayout(false);
- this.panelKidsVersion.PerformLayout();
- this.panelPortraitVersion.ResumeLayout(false);
- this.panelPortraitVersion.PerformLayout();
- this.panelWeddingCelebration.ResumeLayout(false);
- this.panelWeddingCelebration.PerformLayout();
- this.panelShowCompleteOrder.ResumeLayout(false);
- this.panelShowCompleteOrder.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected ComponentLibrary.ButtonEx btnHairPiecePickData;
- protected ComponentLibrary.ButtonEx btnMonthPieces;
- protected ComponentLibrary.ButtonEx btnRecentPickup;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnMonthRework;
- protected ComponentLibrary.ButtonEx btnNotAlreadySentBack;
- protected ComponentLibrary.ButtonEx btnQueryCompleted;
- protected ComponentLibrary.ButtonEx btnQuery;
- protected ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.ContextMenuStripEx cntmenu;
- private System.Windows.Forms.ToolTip toolTip1;
- protected ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.TextBoxEx cmbQueryText;
- protected ComponentLibrary.CheckBoxEx chkDressVersion;
- protected ComponentLibrary.CheckBoxEx chkKidsVersion;
- protected ComponentLibrary.CheckBoxEx chkPortraitVersion;
- protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal ComponentLibrary.CheckBoxEx chkWeddingCelebration;
- protected ComponentLibrary.CheckBoxEx chkShowCompleteOrder;
- protected internal ComponentLibrary.ButtonEx btnByVendorSendOutProduct;
- protected internal ComponentLibrary.ButtonEx btnByVendorBackPieceProduct;
- protected internal ComponentLibrary.ButtonEx btnPrintBarcode;
- protected internal ComponentLibrary.ButtonEx btnScanCodeBackPiece;
- protected internal ComponentLibrary.ButtonEx btnScanCodeTakePickup;
- protected internal ComponentLibrary.PanelEx panelDressVersion;
- protected internal ComponentLibrary.PanelEx panelKidsVersion;
- protected internal ComponentLibrary.PanelEx panelPortraitVersion;
- protected internal ComponentLibrary.PanelEx panelWeddingCelebration;
- protected internal ComponentLibrary.PanelEx panelShowCompleteOrder;
- protected internal ComponentLibrary.PanelEx panelStoreName;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
- protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
- protected internal ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.CheckBoxEx cbxDesignNotProduct;
- protected ComponentLibrary.ButtonEx btn_ExportData;
- protected internal ComponentLibrary.PanelEx panelEx4;
- protected ComponentLibrary.CheckBoxEx cb_PartTaken;
- protected UCPager.ucPagerEx ucPagerEx1;
- }
- }
|