namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_3501 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3501)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.btnSendEdit = new System.Windows.Forms.ToolStripButton(); this.btnSendBack = new System.Windows.Forms.ToolStripButton(); this.btnSendPush = new System.Windows.Forms.ToolStripButton(); this.btnSendDelete = new System.Windows.Forms.ToolStripButton(); this.btnSendDetailDelete = new System.Windows.Forms.ToolStripButton(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.cmbSYNCSTATUS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpDELIVERDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbNUMBERPLATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbRECEIVECODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.cmbWAREHOUSINGCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtSendOutCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dtpACCOUNTDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvSendDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgvSend = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.SENDOUTGOODSLOGID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SENDOUTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WAREHOUSINGCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WAREHOUSINGNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RECEIVECODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RECEIVENAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CARPLATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ACCOUNTDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DELIVERDATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SYNCSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ISREVOKE = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ISAMENDS = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvSend)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSendEdit, this.btnSendBack, this.btnSendPush, this.btnSendDelete, this.btnSendDetailDelete, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(1151, 35); this.tsrOperate.TabIndex = 0; this.tsrOperate.Text = "toolStrip1"; // // btnSendEdit // this.btnSendEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnSendEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnSendEdit.Image"))); this.btnSendEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSendEdit.Name = "btnSendEdit"; this.btnSendEdit.Size = new System.Drawing.Size(99, 32); this.btnSendEdit.Text = "发货单编辑(&E)"; this.btnSendEdit.Click += new System.EventHandler(this.btnSendEdit_Click); // // btnSendBack // this.btnSendBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnSendBack.Image = ((System.Drawing.Image)(resources.GetObject("btnSendBack.Image"))); this.btnSendBack.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSendBack.Name = "btnSendBack"; this.btnSendBack.Size = new System.Drawing.Size(99, 32); this.btnSendBack.Text = "发货单撤销(&B)"; this.btnSendBack.Click += new System.EventHandler(this.btnSendBack_Click); // // btnSendPush // this.btnSendPush.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnSendPush.Image = ((System.Drawing.Image)(resources.GetObject("btnSendPush.Image"))); this.btnSendPush.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSendPush.Name = "btnSendPush"; this.btnSendPush.Size = new System.Drawing.Size(99, 32); this.btnSendPush.Text = "发货单补推(&T)"; this.btnSendPush.Click += new System.EventHandler(this.btnSendPush_Click); // // btnSendDelete // this.btnSendDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnSendDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnSendDelete.Image"))); this.btnSendDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSendDelete.Name = "btnSendDelete"; this.btnSendDelete.Size = new System.Drawing.Size(123, 32); this.btnSendDelete.Text = "发货单总表删除(&D)"; this.btnSendDelete.Click += new System.EventHandler(this.btnSendDelete_Click); // // btnSendDetailDelete // this.btnSendDetailDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnSendDetailDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnSendDetailDelete.Image"))); this.btnSendDetailDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSendDetailDelete.Name = "btnSendDetailDelete"; this.btnSendDetailDelete.Size = new System.Drawing.Size(123, 32); this.btnSendDetailDelete.Text = "发货单明细删除(&F)"; this.btnSendDetailDelete.Click += new System.EventHandler(this.btnSendDetailDelete_Click); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // gbxCondition // this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbxCondition.BackColor = System.Drawing.Color.Transparent; this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage"))); this.gbxCondition.Controls.Add(this.cmbSYNCSTATUS); this.gbxCondition.Controls.Add(this.c_Label8); this.gbxCondition.Controls.Add(this.c_Label6); this.gbxCondition.Controls.Add(this.dtpDELIVERDATE); this.gbxCondition.Controls.Add(this.c_Label4); this.gbxCondition.Controls.Add(this.cmbNUMBERPLATE); this.gbxCondition.Controls.Add(this.c_Label3); this.gbxCondition.Controls.Add(this.cmbRECEIVECODE); this.gbxCondition.Controls.Add(this.c_Label2); this.gbxCondition.Controls.Add(this.cmbWAREHOUSINGCODE); this.gbxCondition.Controls.Add(this.c_Label7); this.gbxCondition.Controls.Add(this.txtSendOutCode); this.gbxCondition.Controls.Add(this.c_Label1); this.gbxCondition.Controls.Add(this.dtpACCOUNTDATE); this.gbxCondition.Controls.Add(this.c_Label5); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText; this.gbxCondition.IsMustInput = false; this.gbxCondition.Location = new System.Drawing.Point(0, 38); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1151, 80); this.gbxCondition.TabIndex = 1; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // cmbSYNCSTATUS // this.cmbSYNCSTATUS.BackColor = System.Drawing.SystemColors.Window; this.cmbSYNCSTATUS.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbSYNCSTATUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSYNCSTATUS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbSYNCSTATUS.FormattingEnabled = true; this.cmbSYNCSTATUS.Location = new System.Drawing.Point(472, 54); this.cmbSYNCSTATUS.Name = "cmbSYNCSTATUS"; this.cmbSYNCSTATUS.Size = new System.Drawing.Size(121, 20); this.cmbSYNCSTATUS.TabIndex = 25; // // c_Label8 // this.c_Label8.AutoSize = true; this.c_Label8.BackColor = System.Drawing.Color.Transparent; this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label8.Location = new System.Drawing.Point(409, 57); this.c_Label8.Name = "c_Label8"; this.c_Label8.Size = new System.Drawing.Size(53, 12); this.c_Label8.TabIndex = 26; this.c_Label8.Text = "同步状态"; // // c_Label6 // this.c_Label6.AutoSize = true; this.c_Label6.BackColor = System.Drawing.Color.Transparent; this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label6.Location = new System.Drawing.Point(219, 54); this.c_Label6.Name = "c_Label6"; this.c_Label6.Size = new System.Drawing.Size(53, 12); this.c_Label6.TabIndex = 24; this.c_Label6.Text = "送货日期"; // // dtpDELIVERDATE // this.dtpDELIVERDATE.CustomFormat = "yyyy-MM-dd"; this.dtpDELIVERDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpDELIVERDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDELIVERDATE.Location = new System.Drawing.Point(282, 51); this.dtpDELIVERDATE.Name = "dtpDELIVERDATE"; this.dtpDELIVERDATE.Size = new System.Drawing.Size(121, 21); this.dtpDELIVERDATE.TabIndex = 23; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(22, 54); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 22; this.c_Label4.Text = "记账日期"; // // cmbNUMBERPLATE // this.cmbNUMBERPLATE.BackColor = System.Drawing.SystemColors.Window; this.cmbNUMBERPLATE.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbNUMBERPLATE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbNUMBERPLATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbNUMBERPLATE.FormattingEnabled = true; this.cmbNUMBERPLATE.Location = new System.Drawing.Point(646, 21); this.cmbNUMBERPLATE.Name = "cmbNUMBERPLATE"; this.cmbNUMBERPLATE.Size = new System.Drawing.Size(121, 20); this.cmbNUMBERPLATE.TabIndex = 20; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.Location = new System.Drawing.Point(599, 24); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(41, 12); this.c_Label3.TabIndex = 21; this.c_Label3.Text = "车牌号"; // // cmbRECEIVECODE // this.cmbRECEIVECODE.BackColor = System.Drawing.SystemColors.Window; this.cmbRECEIVECODE.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbRECEIVECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRECEIVECODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRECEIVECODE.FormattingEnabled = true; this.cmbRECEIVECODE.Location = new System.Drawing.Point(472, 21); this.cmbRECEIVECODE.Name = "cmbRECEIVECODE"; this.cmbRECEIVECODE.Size = new System.Drawing.Size(121, 20); this.cmbRECEIVECODE.TabIndex = 18; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(409, 24); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 19; this.c_Label2.Text = "接收仓库"; // // cmbWAREHOUSINGCODE // this.cmbWAREHOUSINGCODE.BackColor = System.Drawing.SystemColors.Window; this.cmbWAREHOUSINGCODE.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbWAREHOUSINGCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbWAREHOUSINGCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbWAREHOUSINGCODE.FormattingEnabled = true; this.cmbWAREHOUSINGCODE.Location = new System.Drawing.Point(282, 21); this.cmbWAREHOUSINGCODE.Name = "cmbWAREHOUSINGCODE"; this.cmbWAREHOUSINGCODE.Size = new System.Drawing.Size(121, 20); this.cmbWAREHOUSINGCODE.TabIndex = 5; // // c_Label7 // this.c_Label7.AutoSize = true; this.c_Label7.BackColor = System.Drawing.Color.Transparent; this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label7.Location = new System.Drawing.Point(219, 24); this.c_Label7.Name = "c_Label7"; this.c_Label7.Size = new System.Drawing.Size(53, 12); this.c_Label7.TabIndex = 17; this.c_Label7.Text = "发出仓库"; // // txtSendOutCode // this.txtSendOutCode.BackColor = System.Drawing.SystemColors.Window; this.txtSendOutCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtSendOutCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSendOutCode.ErrorMessage = ""; this.txtSendOutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtSendOutCode.Location = new System.Drawing.Point(94, 21); this.txtSendOutCode.MaxLength = 20; this.txtSendOutCode.Name = "txtSendOutCode"; this.txtSendOutCode.Size = new System.Drawing.Size(119, 21); this.txtSendOutCode.TabIndex = 1; this.txtSendOutCode.TextValue = ""; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(22, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 14; this.c_Label1.Text = "发货单号"; // // dtpACCOUNTDATE // this.dtpACCOUNTDATE.CustomFormat = "yyyy-MM-dd"; this.dtpACCOUNTDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpACCOUNTDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpACCOUNTDATE.Location = new System.Drawing.Point(94, 51); this.dtpACCOUNTDATE.Name = "dtpACCOUNTDATE"; this.dtpACCOUNTDATE.Size = new System.Drawing.Size(119, 21); this.dtpACCOUNTDATE.TabIndex = 3; // // c_Label5 // this.c_Label5.AutoSize = true; this.c_Label5.BackColor = System.Drawing.Color.Transparent; this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label5.Location = new System.Drawing.Point(423, 57); this.c_Label5.Name = "c_Label5"; this.c_Label5.Size = new System.Drawing.Size(0, 12); this.c_Label5.TabIndex = 4; // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(1048, 45); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 11; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = true; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(957, 45); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 10; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvSendDetail // this.dgvSendDetail.AllowUserToAddRows = false; this.dgvSendDetail.AllowUserToDeleteRows = false; this.dgvSendDetail.AllowUserToModifyRows = true; this.dgvSendDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvSendDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvSendDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvSendDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvSendDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvSendDetail.CellHeight = 23; this.dgvSendDetail.ChildNodeColumnName = null; this.dgvSendDetail.ChildNodeColumnText = null; this.dgvSendDetail.ColumnDeep = 1; this.dgvSendDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvSendDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvSendDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvSendDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column9, this.Column10, this.Column11, this.Column12, this.Column13}); this.dgvSendDetail.ColumnTreeView = null; this.dgvSendDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvSendDetail.DynamicColumnName = ""; this.dgvSendDetail.EnableHeadersVisualStyles = false; this.dgvSendDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvSendDetail.FormatQuantityColumns = null; this.dgvSendDetail.HasNode = false; this.dgvSendDetail.HorizontalMergeColumn = null; this.dgvSendDetail.IsAutoCountSum = true; this.dgvSendDetail.IsAutoResizeColumns = false; this.dgvSendDetail.IsClickF12 = false; this.dgvSendDetail.IsOpenMergeCellFlag = false; this.dgvSendDetail.IsSubTotalFlag = false; this.dgvSendDetail.IsTopDeep = false; this.dgvSendDetail.Location = new System.Drawing.Point(0, 287); this.dgvSendDetail.MergeColumnNames = null; this.dgvSendDetail.MergeDetailColumnNames = null; this.dgvSendDetail.MergeDetailOnlyColumn = null; this.dgvSendDetail.MergeOnlyColumn = null; this.dgvSendDetail.MultiSelect = false; this.dgvSendDetail.Name = "dgvSendDetail"; this.dgvSendDetail.ReadOnly = true; this.dgvSendDetail.RefreshAtHscroll = false; this.dgvSendDetail.RowHeadersWidth = 50; this.dgvSendDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvSendDetail.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvSendDetail.RowTemplate.Height = 21; this.dgvSendDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvSendDetail.Size = new System.Drawing.Size(1151, 193); this.dgvSendDetail.SortOrderColumnName = null; this.dgvSendDetail.TabIndex = 37; this.dgvSendDetail.Tag = true; this.dgvSendDetail.TotalSumColumns = null; this.dgvSendDetail.ViewRowFilter = ""; this.dgvSendDetail.VirtualNodes = false; // // Column9 // this.Column9.HeaderText = "外箱码"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; // // Column10 // this.Column10.HeaderText = "产品型号"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; // // Column11 // this.Column11.HeaderText = "物料编码"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; // // Column12 // this.Column12.HeaderText = "物料名称"; this.Column12.Name = "Column12"; this.Column12.ReadOnly = true; // // Column13 // this.Column13.HeaderText = "绑板数量"; this.Column13.Name = "Column13"; this.Column13.ReadOnly = true; // // dgvSend // this.dgvSend.AllowUserToAddRows = false; this.dgvSend.AllowUserToDeleteRows = false; this.dgvSend.AllowUserToModifyRows = true; this.dgvSend.AllowUserToOrderColumns = true; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvSend.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvSend.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvSend.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvSend.CellHeight = 23; this.dgvSend.ChildNodeColumnName = null; this.dgvSend.ChildNodeColumnText = null; this.dgvSend.ColumnDeep = 1; this.dgvSend.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvSend.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvSend.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvSend.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.选择, this.SENDOUTGOODSLOGID, this.SENDOUTCODE, this.USERID, this.USERCODE, this.USERNAME, this.WAREHOUSINGCODE, this.WAREHOUSINGNAME, this.RECEIVECODE, this.RECEIVENAME, this.CARPLATE, this.ACCOUNTDATE, this.DELIVERDATE, this.SYNCSTATUS, this.ISREVOKE, this.ISAMENDS}); this.dgvSend.ColumnTreeView = null; this.dgvSend.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvSend.DynamicColumnName = ""; this.dgvSend.EnableHeadersVisualStyles = false; this.dgvSend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvSend.FormatQuantityColumns = null; this.dgvSend.HasNode = false; this.dgvSend.HorizontalMergeColumn = null; this.dgvSend.IsAutoCountSum = true; this.dgvSend.IsAutoResizeColumns = false; this.dgvSend.IsClickF12 = false; this.dgvSend.IsOpenMergeCellFlag = false; this.dgvSend.IsSubTotalFlag = false; this.dgvSend.IsTopDeep = false; this.dgvSend.Location = new System.Drawing.Point(0, 120); this.dgvSend.MergeColumnNames = null; this.dgvSend.MergeDetailColumnNames = null; this.dgvSend.MergeDetailOnlyColumn = null; this.dgvSend.MergeOnlyColumn = null; this.dgvSend.MultiSelect = false; this.dgvSend.Name = "dgvSend"; this.dgvSend.ReadOnly = true; this.dgvSend.RefreshAtHscroll = false; this.dgvSend.RowHeadersWidth = 50; this.dgvSend.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvSend.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvSend.RowTemplate.Height = 21; this.dgvSend.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvSend.Size = new System.Drawing.Size(1151, 161); this.dgvSend.SortOrderColumnName = null; this.dgvSend.TabIndex = 36; this.dgvSend.Tag = true; this.dgvSend.TotalSumColumns = null; this.dgvSend.ViewRowFilter = ""; this.dgvSend.VirtualNodes = false; this.dgvSend.SelectionChanged += new System.EventHandler(this.dgvSend_SelectionChanged); // // 选择 // this.选择.FalseValue = "0"; this.选择.HeaderText = "选择"; this.选择.Name = "选择"; this.选择.ReadOnly = true; this.选择.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.选择.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.选择.TrueValue = "1"; this.选择.Width = 50; // // SENDOUTGOODSLOGID // this.SENDOUTGOODSLOGID.DataPropertyName = "SENDOUTGOODSLOGID"; this.SENDOUTGOODSLOGID.HeaderText = "发货单日志ID"; this.SENDOUTGOODSLOGID.Name = "SENDOUTGOODSLOGID"; this.SENDOUTGOODSLOGID.ReadOnly = true; this.SENDOUTGOODSLOGID.Visible = false; // // SENDOUTCODE // this.SENDOUTCODE.DataPropertyName = "SENDOUTCODE"; this.SENDOUTCODE.HeaderText = "发货单号"; this.SENDOUTCODE.Name = "SENDOUTCODE"; this.SENDOUTCODE.ReadOnly = true; // // USERID // this.USERID.DataPropertyName = "USERID"; this.USERID.HeaderText = "生产工号ID"; this.USERID.Name = "USERID"; this.USERID.ReadOnly = true; this.USERID.Visible = false; // // USERCODE // this.USERCODE.DataPropertyName = "USERCODE"; this.USERCODE.HeaderText = "生产工号"; this.USERCODE.Name = "USERCODE"; this.USERCODE.ReadOnly = true; // // USERNAME // this.USERNAME.DataPropertyName = "USERNAME"; this.USERNAME.HeaderText = "工号姓名"; this.USERNAME.Name = "USERNAME"; this.USERNAME.ReadOnly = true; // // WAREHOUSINGCODE // this.WAREHOUSINGCODE.DataPropertyName = "WAREHOUSINGCODE"; this.WAREHOUSINGCODE.HeaderText = "发出仓库代码"; this.WAREHOUSINGCODE.Name = "WAREHOUSINGCODE"; this.WAREHOUSINGCODE.ReadOnly = true; // // WAREHOUSINGNAME // this.WAREHOUSINGNAME.DataPropertyName = "WAREHOUSINGNAME"; this.WAREHOUSINGNAME.HeaderText = "发出仓库"; this.WAREHOUSINGNAME.Name = "WAREHOUSINGNAME"; this.WAREHOUSINGNAME.ReadOnly = true; // // RECEIVECODE // this.RECEIVECODE.DataPropertyName = "RECEIVECODE"; this.RECEIVECODE.HeaderText = "接收仓库代码"; this.RECEIVECODE.Name = "RECEIVECODE"; this.RECEIVECODE.ReadOnly = true; // // RECEIVENAME // this.RECEIVENAME.DataPropertyName = "RECEIVENAME"; this.RECEIVENAME.HeaderText = "接收仓库"; this.RECEIVENAME.Name = "RECEIVENAME"; this.RECEIVENAME.ReadOnly = true; // // CARPLATE // this.CARPLATE.DataPropertyName = "CARPLATE"; this.CARPLATE.HeaderText = "车牌号"; this.CARPLATE.Name = "CARPLATE"; this.CARPLATE.ReadOnly = true; // // ACCOUNTDATE // this.ACCOUNTDATE.DataPropertyName = "ACCOUNTDATE"; this.ACCOUNTDATE.HeaderText = "记账日期"; this.ACCOUNTDATE.Name = "ACCOUNTDATE"; this.ACCOUNTDATE.ReadOnly = true; // // DELIVERDATE // this.DELIVERDATE.DataPropertyName = "DELIVERDATE"; this.DELIVERDATE.HeaderText = "送货日期"; this.DELIVERDATE.Name = "DELIVERDATE"; this.DELIVERDATE.ReadOnly = true; // // SYNCSTATUS // this.SYNCSTATUS.DataPropertyName = "SYNCSTATUS"; this.SYNCSTATUS.HeaderText = "同步状态"; this.SYNCSTATUS.Name = "SYNCSTATUS"; this.SYNCSTATUS.ReadOnly = true; // // ISREVOKE // this.ISREVOKE.DataPropertyName = "ISREVOKE"; this.ISREVOKE.FalseValue = "0"; this.ISREVOKE.HeaderText = "是否撤销"; this.ISREVOKE.Name = "ISREVOKE"; this.ISREVOKE.ReadOnly = true; this.ISREVOKE.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ISREVOKE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ISREVOKE.TrueValue = "1"; // // ISAMENDS // this.ISAMENDS.DataPropertyName = "ISAMENDS"; this.ISAMENDS.FalseValue = "0"; this.ISAMENDS.HeaderText = "是否补推"; this.ISAMENDS.Name = "ISAMENDS"; this.ISAMENDS.ReadOnly = true; this.ISAMENDS.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ISAMENDS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ISAMENDS.TrueValue = "1"; // // F_PM_3501 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1151, 481); this.Controls.Add(this.dgvSendDetail); this.Controls.Add(this.dgvSend); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_PM_3501"; this.RightToLeftLayout = true; this.Text = "发货单"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3501_FormClosed); this.Load += new System.EventHandler(this.F_PM_3501_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSendDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvSend)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_GroupBox gbxCondition; private Basics.BaseControls.C_DateTimePicker dtpACCOUNTDATE; private Basics.BaseControls.C_Button btnClearCondition; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtSendOutCode; private Basics.BaseControls.C_Label c_Label5; private Basics.BaseControls.C_ComboBox cmbWAREHOUSINGCODE; private Basics.BaseControls.C_Label c_Label7; private System.Windows.Forms.ToolStripButton btnSendEdit; private System.Windows.Forms.ToolStripButton btnSendBack; private System.Windows.Forms.ToolStripButton btnSendPush; private System.Windows.Forms.ToolStripButton btnSendDelete; private Basics.BaseControls.C_ComboBox cmbSYNCSTATUS; private Basics.BaseControls.C_Label c_Label8; private Basics.BaseControls.C_Label c_Label6; private Basics.BaseControls.C_DateTimePicker dtpDELIVERDATE; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_ComboBox cmbNUMBERPLATE; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_ComboBox cmbRECEIVECODE; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_DataGridView dgvSendDetail; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column12; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private Basics.BaseControls.C_DataGridView dgvSend; private System.Windows.Forms.ToolStripButton btnSendDetailDelete; private System.Windows.Forms.DataGridViewCheckBoxColumn 选择; private System.Windows.Forms.DataGridViewTextBoxColumn SENDOUTGOODSLOGID; private System.Windows.Forms.DataGridViewTextBoxColumn SENDOUTCODE; private System.Windows.Forms.DataGridViewTextBoxColumn USERID; private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE; private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME; private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSINGCODE; private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSINGNAME; private System.Windows.Forms.DataGridViewTextBoxColumn RECEIVECODE; private System.Windows.Forms.DataGridViewTextBoxColumn RECEIVENAME; private System.Windows.Forms.DataGridViewTextBoxColumn CARPLATE; private System.Windows.Forms.DataGridViewTextBoxColumn ACCOUNTDATE; private System.Windows.Forms.DataGridViewTextBoxColumn DELIVERDATE; private System.Windows.Forms.DataGridViewTextBoxColumn SYNCSTATUS; private System.Windows.Forms.DataGridViewCheckBoxColumn ISREVOKE; private System.Windows.Forms.DataGridViewCheckBoxColumn ISAMENDS; } }