123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535 |
- namespace LYFZ.Software.UI.InventoryManagement
- {
- partial class FrmDelivery
- {
- /// <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 dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDelivery));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pos_OutQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pos_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pos_ProductCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pos_ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnLibrary = new LYFZ.ComponentLibrary.ButtonEx();
- this.radLibrary = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.radLibraryRecord = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
- 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(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // 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.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgv1);
- this.panelEx2.Controls.Add(this.dgv2);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.panelEx3);
- 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(904, 499);
- this.panelEx2.TabIndex = 199;
- //
- // dgv1
- //
- this.dgv1.AllowUserToAddRows = false;
- this.dgv1.AllowUserToDeleteRows = false;
- this.dgv1.AllowUserToOrderColumns = true;
- this.dgv1.AllowUserToResizeRows = false;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.LightCyan;
- this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
- this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv1.BackgroundColor = System.Drawing.Color.White;
- this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle18.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
- this.dgv1.ColumnHeadersHeight = 24;
- this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Ir_ProductName,
- this.Prod_Quantity,
- this.Sc_ClassName,
- this.Prod_AlarmQuantity,
- this.Prod_PreSaleQuantity,
- this.Pos_OutQuantity,
- this.Pos_Remark,
- this.Pos_ProductCategory,
- this.Pos_ProductNumber});
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv1.DefaultCellStyle = dataGridViewCellStyle19;
- this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv1.EnableHeadersVisualStyles = false;
- this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
- "dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
- this.dgv1.IsCompleteBonding = false;
- this.dgv1.IsCopyCellValue = true;
- this.dgv1.Location = new System.Drawing.Point(0, 40);
- this.dgv1.Name = "dgv1";
- dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
- this.dgv1.RowHeadersVisible = false;
- this.dgv1.RowTemplate.Height = 23;
- this.dgv1.RowTemplate.ReadOnly = true;
- this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv1.Size = new System.Drawing.Size(902, 433);
- this.dgv1.TabIndex = 230;
- //
- // ID
- //
- this.ID.HeaderText = "ID";
- this.ID.Name = "ID";
- this.ID.Visible = false;
- //
- // Ir_ProductName
- //
- this.Ir_ProductName.HeaderText = "商品名称";
- this.Ir_ProductName.Name = "Ir_ProductName";
- this.Ir_ProductName.ReadOnly = true;
- //
- // Prod_Quantity
- //
- this.Prod_Quantity.HeaderText = "库存";
- this.Prod_Quantity.Name = "Prod_Quantity";
- this.Prod_Quantity.ReadOnly = true;
- //
- // Sc_ClassName
- //
- this.Sc_ClassName.HeaderText = "商品类别";
- this.Sc_ClassName.Name = "Sc_ClassName";
- this.Sc_ClassName.ReadOnly = true;
- //
- // Prod_AlarmQuantity
- //
- this.Prod_AlarmQuantity.HeaderText = "报警数量";
- this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
- this.Prod_AlarmQuantity.ReadOnly = true;
- //
- // Prod_PreSaleQuantity
- //
- this.Prod_PreSaleQuantity.HeaderText = "预售数量";
- this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
- this.Prod_PreSaleQuantity.ReadOnly = true;
- //
- // Pos_OutQuantity
- //
- this.Pos_OutQuantity.HeaderText = "出库数量";
- this.Pos_OutQuantity.Name = "Pos_OutQuantity";
- //
- // Pos_Remark
- //
- this.Pos_Remark.HeaderText = "备注";
- this.Pos_Remark.Name = "Pos_Remark";
- //
- // Pos_ProductCategory
- //
- this.Pos_ProductCategory.HeaderText = "商品类别编码";
- this.Pos_ProductCategory.Name = "Pos_ProductCategory";
- this.Pos_ProductCategory.ReadOnly = true;
- this.Pos_ProductCategory.Visible = false;
- //
- // Pos_ProductNumber
- //
- this.Pos_ProductNumber.HeaderText = "商品编号";
- this.Pos_ProductNumber.Name = "Pos_ProductNumber";
- this.Pos_ProductNumber.ReadOnly = true;
- this.Pos_ProductNumber.Visible = false;
- //
- // 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(902, 24);
- this.ucPagerEx1.TabIndex = 233;
- this.ucPagerEx1.TbDataSource = null;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.btnDelete);
- this.panelEx3.Controls.Add(this.btnLibrary);
- this.panelEx3.Controls.Add(this.radLibrary);
- this.panelEx3.Controls.Add(this.radLibraryRecord);
- this.panelEx3.Controls.Add(this.CtvSelect);
- this.panelEx3.Controls.Add(this.labelEx11);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(0, 0);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(902, 40);
- this.panelEx3.TabIndex = 222;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(539, 7);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(80, 25);
- this.btnDelete.TabIndex = 235;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = false;
- this.btnDelete.Visible = false;
- //
- // btnLibrary
- //
- this.btnLibrary.BackColor = System.Drawing.Color.Transparent;
- this.btnLibrary.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLibrary.BackImg")));
- this.btnLibrary.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnLibrary.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnLibrary.ForeColor = System.Drawing.Color.White;
- this.btnLibrary.IsCustomBackImg = false;
- this.btnLibrary.IsShowText = true;
- this.btnLibrary.Location = new System.Drawing.Point(447, 7);
- this.btnLibrary.Name = "btnLibrary";
- this.btnLibrary.Size = new System.Drawing.Size(80, 25);
- this.btnLibrary.TabIndex = 211;
- this.btnLibrary.Text = "出库";
- this.btnLibrary.UseVisualStyleBackColor = false;
- //
- // radLibrary
- //
- this.radLibrary.AutoSize = true;
- this.radLibrary.BackColor = System.Drawing.Color.Transparent;
- this.radLibrary.Checked = true;
- this.radLibrary.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.radLibrary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radLibrary.Location = new System.Drawing.Point(25, 8);
- this.radLibrary.Name = "radLibrary";
- this.radLibrary.Size = new System.Drawing.Size(50, 21);
- this.radLibrary.TabIndex = 223;
- this.radLibrary.TabStop = true;
- this.radLibrary.Text = "出库";
- this.radLibrary.UseVisualStyleBackColor = false;
- //
- // radLibraryRecord
- //
- this.radLibraryRecord.AutoSize = true;
- this.radLibraryRecord.BackColor = System.Drawing.Color.Transparent;
- this.radLibraryRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.radLibraryRecord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radLibraryRecord.Location = new System.Drawing.Point(92, 8);
- this.radLibraryRecord.Name = "radLibraryRecord";
- this.radLibraryRecord.Size = new System.Drawing.Size(74, 21);
- this.radLibraryRecord.TabIndex = 224;
- this.radLibraryRecord.Text = "出库记录";
- this.radLibraryRecord.UseVisualStyleBackColor = false;
- //
- // CtvSelect
- //
- this.CtvSelect.AfterSelectLevelFirstNode = true;
- this.CtvSelect.DropDownHeight = 220;
- this.CtvSelect.DropDownShow = false;
- this.CtvSelect.FormattingEnabled = true;
- this.CtvSelect.IntegralHeight = false;
- this.CtvSelect.IsNodeMouseClick = true;
- this.CtvSelect.IsSelectParentNode = false;
- this.CtvSelect.Location = new System.Drawing.Point(250, 9);
- this.CtvSelect.Name = "CtvSelect";
- this.CtvSelect.ReadOnly = true;
- this.CtvSelect.SelectedNode = null;
- this.CtvSelect.Size = new System.Drawing.Size(164, 20);
- this.CtvSelect.StrGetName = "";
- this.CtvSelect.StrKey = null;
- this.CtvSelect.TabIndex = 229;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.BackColor = System.Drawing.Color.Transparent;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx11.Location = new System.Drawing.Point(183, 11);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(68, 17);
- this.labelEx11.TabIndex = 228;
- this.labelEx11.Text = "商品查询:";
- //
- // dgv2
- //
- this.dgv2.AllowUserToAddRows = false;
- this.dgv2.AllowUserToDeleteRows = false;
- this.dgv2.AllowUserToOrderColumns = true;
- this.dgv2.AllowUserToResizeRows = false;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.LightCyan;
- this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv2.BackgroundColor = System.Drawing.Color.White;
- this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgv2.ColumnHeadersHeight = 24;
- this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn11,
- this.dataGridViewTextBoxColumn10,
- this.dataGridViewTextBoxColumn13});
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv2.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dgv2.EnableHeadersVisualStyles = false;
- this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
- this.dgv2.IsCompleteBonding = false;
- this.dgv2.IsCopyCellValue = true;
- this.dgv2.Location = new System.Drawing.Point(0, 40);
- this.dgv2.Name = "dgv2";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgv2.RowHeadersVisible = false;
- this.dgv2.RowTemplate.Height = 23;
- this.dgv2.RowTemplate.ReadOnly = true;
- this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv2.Size = new System.Drawing.Size(902, 433);
- this.dgv2.TabIndex = 227;
- this.dgv2.Visible = false;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "ID";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Visible = false;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "商品类别编号";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Visible = false;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "商品编号";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Visible = false;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "商品名称";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "商品类别";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "出库数量";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "出库人";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "出库时间";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.HeaderText = "备注";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- //
- // FrmDelivery
- //
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmDelivery";
- this.Text = "出库单";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx11;
- protected ComponentLibrary.RadioButtonEx radLibraryRecord;
- protected ComponentLibrary.RadioButtonEx radLibrary;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.ButtonEx btnLibrary;
- protected ComponentLibrary.DataGridViewEx dgv2;
- protected ComponentLibrary.DataGridViewEx dgv1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pos_OutQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pos_Remark;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pos_ProductCategory;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pos_ProductNumber;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected ComponentLibrary.ButtonEx btnDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- protected internal ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
- }
- }
|