namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2405 { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2405)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.Color.Transparent; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground; 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.tsbtnAdaptive}); 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(1033, 35); this.tsrOperate.TabIndex = 26; this.tsrOperate.Text = "toolStrip1"; // // 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); // // lblUserID // this.lblUserID.AutoSize = true; this.lblUserID.BackColor = System.Drawing.Color.Transparent; this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserID.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUserID.Location = new System.Drawing.Point(263, 22); this.lblUserID.Name = "lblUserID"; this.lblUserID.Size = new System.Drawing.Size(29, 12); this.lblUserID.TabIndex = 23; this.lblUserID.Text = "商标"; // // lblBarcode // this.lblBarcode.AutoSize = true; this.lblBarcode.BackColor = System.Drawing.Color.Transparent; this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblBarcode.IsMustInput = true; this.lblBarcode.Location = new System.Drawing.Point(18, 22); this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(53, 12); this.lblBarcode.TabIndex = 24; this.lblBarcode.Text = "包装条码"; // // txtOrderNo // this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window; this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtOrderNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtOrderNo.ErrorMessage = ""; this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtOrderNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtOrderNo.Location = new System.Drawing.Point(298, 17); this.txtOrderNo.MaxLength = 20; this.txtOrderNo.Name = "txtOrderNo"; this.txtOrderNo.Size = new System.Drawing.Size(160, 21); this.txtOrderNo.TabIndex = 26; this.txtOrderNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOrderNo_KeyPress); // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBarcode.ErrorMessage = ""; this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBarcode.Location = new System.Drawing.Point(77, 17); this.txtBarcode.MaxLength = 50; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(180, 21); this.txtBarcode.TabIndex = 27; this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress); // // dgvProduction // this.dgvProduction.AllowUserToAddRows = false; this.dgvProduction.AllowUserToDeleteRows = false; this.dgvProduction.AllowUserToModifyRows = true; this.dgvProduction.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvProduction.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.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvProduction.CellHeight = 23; this.dgvProduction.ChildNodeColumnName = null; this.dgvProduction.ChildNodeColumnText = null; this.dgvProduction.ColumnDeep = 1; this.dgvProduction.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.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.OrderNo, this.BarCode, this.FinishedBarCode, this.GoodsCode, this.LogoName, this.GroutingUserCode, this.MouldCode, this.GroutingDate, this.DeliverTime}); this.dgvProduction.ColumnTreeView = null; this.dgvProduction.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.dgvProduction.DynamicColumnName = ""; this.dgvProduction.EnableHeadersVisualStyles = false; this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvProduction.FormatQuantityColumns = null; this.dgvProduction.HorizontalMergeColumn = null; this.dgvProduction.IsAutoCountSum = true; this.dgvProduction.IsAutoResizeColumns = false; this.dgvProduction.IsClickF12 = false; this.dgvProduction.IsOpenMergeCellFlag = false; this.dgvProduction.IsSubTotalFlag = false; this.dgvProduction.IsTopDeep = false; this.dgvProduction.Location = new System.Drawing.Point(12, 100); this.dgvProduction.MergeColumnNames = null; this.dgvProduction.MergeDetailColumnNames = null; this.dgvProduction.MergeDetailOnlyColumn = null; this.dgvProduction.MergeOnlyColumn = null; this.dgvProduction.MultiSelect = false; this.dgvProduction.Name = "dgvProduction"; this.dgvProduction.ReadOnly = true; this.dgvProduction.RefreshAtHscroll = false; this.dgvProduction.RowHeadersWidth = 50; this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvProduction.RowTemplate.Height = 21; this.dgvProduction.Size = new System.Drawing.Size(1009, 392); this.dgvProduction.SortOrderColumnName = null; this.dgvProduction.TabIndex = 28; this.dgvProduction.Tag = true; this.dgvProduction.TotalSumColumns = null; this.dgvProduction.ViewRowFilter = ""; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(845, 498); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 29; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Visible = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.CausesValidation = false; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(936, 498); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 31; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnClose_Click); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.cmbLogo); this.groupBox1.Controls.Add(this.lblUserID); this.groupBox1.Controls.Add(this.txtBarcode); this.groupBox1.Controls.Add(this.lblBarcode); this.groupBox1.Controls.Add(this.txtOrderNo); this.groupBox1.Location = new System.Drawing.Point(12, 38); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1009, 56); this.groupBox1.TabIndex = 34; this.groupBox1.TabStop = false; this.groupBox1.Text = "基础数据"; // // cmbLogo // this.cmbLogo.BackColor = System.Drawing.SystemColors.Window; this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbLogo.FormattingEnabled = true; this.cmbLogo.Location = new System.Drawing.Point(464, 17); this.cmbLogo.Name = "cmbLogo"; this.cmbLogo.Size = new System.Drawing.Size(160, 20); this.cmbLogo.TabIndex = 28; // // OrderNo // this.OrderNo.DataPropertyName = "OrderNo"; this.OrderNo.HeaderText = "生产订单"; this.OrderNo.Name = "OrderNo"; this.OrderNo.ReadOnly = true; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "产品条码"; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; // // FinishedBarCode // this.FinishedBarCode.DataPropertyName = "FinishedBarCode"; this.FinishedBarCode.HeaderText = "包装条码"; this.FinishedBarCode.Name = "FinishedBarCode"; this.FinishedBarCode.ReadOnly = true; this.FinishedBarCode.Width = 150; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; // // LogoName // this.LogoName.DataPropertyName = "LogoName"; this.LogoName.HeaderText = "产品商标"; this.LogoName.Name = "LogoName"; this.LogoName.ReadOnly = true; // // GroutingUserCode // this.GroutingUserCode.DataPropertyName = "GroutingUserCode"; this.GroutingUserCode.HeaderText = "成型工号"; this.GroutingUserCode.Name = "GroutingUserCode"; this.GroutingUserCode.ReadOnly = true; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "模具编号"; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; // // GroutingDate // this.GroutingDate.DataPropertyName = "GroutingDate"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.Format = "yyyy-MM-dd"; this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3; this.GroutingDate.HeaderText = "注浆日期"; this.GroutingDate.Name = "GroutingDate"; this.GroutingDate.ReadOnly = true; // // DeliverTime // this.DeliverTime.DataPropertyName = "DeliverTime"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss"; this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle4; this.DeliverTime.HeaderText = "交坯日期"; this.DeliverTime.Name = "DeliverTime"; this.DeliverTime.ReadOnly = true; // // F_PM_2405 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(1033, 553); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgvProduction); this.Controls.Add(this.tsrOperate); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "F_PM_2405"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "变更商标"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0302_FormClosing); this.Load += new System.EventHandler(this.F_PM_2405_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.dgvProduction, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private Basics.BaseControls.C_Label lblUserID; private Basics.BaseControls.C_Label lblBarcode; private Basics.BaseControls.C_TextBox txtOrderNo; private Basics.BaseControls.C_TextBox txtBarcode; private Basics.BaseControls.C_DataGridView dgvProduction; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private System.Windows.Forms.GroupBox groupBox1; private Basics.BaseControls.C_ComboBox cmbLogo; private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn LogoName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate; private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime; } }