| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_3002
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3002));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.ccbProcedure = new Dongke.WinForm.Controls.CkcCheckedComboBox();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.cbCheckAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.groutingdailydetailid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SuspendProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.suspendprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbSelect.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
- this.SuspendLayout();
- //
- // gbSelect
- //
- this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbSelect.BackColor = System.Drawing.Color.Transparent;
- this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
- this.gbSelect.Controls.Add(this.lblProcedure);
- this.gbSelect.Controls.Add(this.ccbProcedure);
- this.gbSelect.Controls.Add(this.txtRemarks);
- this.gbSelect.Controls.Add(this.lblRemarks);
- this.gbSelect.Controls.Add(this.txtBarCode);
- this.gbSelect.Controls.Add(this.lblBarCode);
- this.gbSelect.Controls.Add(this.lblGroutingLineName);
- this.gbSelect.Controls.Add(this.lblGroutingLineCode);
- this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbSelect.IsMustInput = false;
- this.gbSelect.Location = new System.Drawing.Point(0, 38);
- this.gbSelect.Name = "gbSelect";
- this.gbSelect.OriginalHeight = -1;
- this.gbSelect.Size = new System.Drawing.Size(1124, 76);
- this.gbSelect.TabIndex = 13;
- this.gbSelect.TabStop = false;
- this.gbSelect.Text = "查询条件 ▼";
- //
- // lblProcedure
- //
- this.lblProcedure.AutoSize = true;
- this.lblProcedure.BackColor = System.Drawing.Color.Transparent;
- this.lblProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProcedure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblProcedure.IsMustInput = true;
- this.lblProcedure.Location = new System.Drawing.Point(261, 23);
- this.lblProcedure.Name = "lblProcedure";
- this.lblProcedure.Size = new System.Drawing.Size(53, 12);
- this.lblProcedure.TabIndex = 88;
- this.lblProcedure.Text = "挂起工序";
- //
- // ccbProcedure
- //
- this.ccbProcedure.FormattingEnabled = true;
- this.ccbProcedure.Location = new System.Drawing.Point(320, 20);
- this.ccbProcedure.Name = "ccbProcedure";
- this.ccbProcedure.Size = new System.Drawing.Size(181, 20);
- this.ccbProcedure.TabIndex = 87;
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(75, 47);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(426, 21);
- this.txtRemarks.TabIndex = 12;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(18, 51);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(53, 12);
- this.lblRemarks.TabIndex = 83;
- this.lblRemarks.Text = "挂起说明";
- //
- // 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(75, 20);
- this.txtBarCode.MaxLength = 11;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.Size = new System.Drawing.Size(180, 21);
- this.txtBarCode.TabIndex = 10;
- this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
- //
- // 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.SystemColors.ControlText;
- this.lblBarCode.Location = new System.Drawing.Point(18, 23);
- this.lblBarCode.Name = "lblBarCode";
- this.lblBarCode.Size = new System.Drawing.Size(53, 12);
- this.lblBarCode.TabIndex = 80;
- this.lblBarCode.Text = "产品条码";
- //
- // lblGroutingLineName
- //
- this.lblGroutingLineName.AutoSize = true;
- this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
- this.lblGroutingLineName.TabIndex = 14;
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
- this.lblGroutingLineCode.TabIndex = 9;
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- 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(1136, 35);
- this.tsrOperate.TabIndex = 14;
- //
- // 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);
- //
- // 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(1039, 608);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 33;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // 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(948, 608);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 32;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Visible = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // cbCheckAll
- //
- this.cbCheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.cbCheckAll.AutoSize = true;
- this.cbCheckAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCheckAll.Location = new System.Drawing.Point(12, 616);
- this.cbCheckAll.Name = "cbCheckAll";
- this.cbCheckAll.Size = new System.Drawing.Size(48, 16);
- this.cbCheckAll.TabIndex = 34;
- this.cbCheckAll.Text = "全选";
- this.cbCheckAll.UseVisualStyleBackColor = true;
- this.cbCheckAll.CheckedChanged += new System.EventHandler(this.cbCheckAll_CheckedChanged);
- //
- // dgvScrapProduct
- //
- this.dgvScrapProduct.AllowUserToAddRows = false;
- this.dgvScrapProduct.AllowUserToDeleteRows = false;
- this.dgvScrapProduct.AllowUserToModifyRows = true;
- this.dgvScrapProduct.AllowUserToOrderColumns = true;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvScrapProduct.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.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvScrapProduct.CellHeight = 23;
- this.dgvScrapProduct.ChildNodeColumnName = null;
- this.dgvScrapProduct.ChildNodeColumnText = null;
- this.dgvScrapProduct.ColumnDeep = 1;
- this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Sel,
- this.groutingdailydetailid,
- this.SuspendProcedureID,
- this.BarCode,
- this.GoodsCode,
- this.GroutingDate,
- this.GroutingMouldCode,
- this.usercode,
- this.procedurename,
- this.suspendprocedurename,
- this.CreateUserCode,
- this.Createtime,
- this.remarks});
- this.dgvScrapProduct.ColumnTreeView = null;
- this.dgvScrapProduct.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)));
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle11;
- this.dgvScrapProduct.DynamicColumnName = "";
- this.dgvScrapProduct.EnableHeadersVisualStyles = false;
- this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvScrapProduct.FormatQuantityColumns = null;
- this.dgvScrapProduct.HorizontalMergeColumn = null;
- this.dgvScrapProduct.IsAutoCountSum = true;
- this.dgvScrapProduct.IsAutoResizeColumns = false;
- this.dgvScrapProduct.IsClickF12 = false;
- this.dgvScrapProduct.IsOpenMergeCellFlag = false;
- this.dgvScrapProduct.IsSubTotalFlag = false;
- this.dgvScrapProduct.IsTopDeep = false;
- this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
- this.dgvScrapProduct.MergeColumnNames = null;
- this.dgvScrapProduct.MergeDetailColumnNames = null;
- this.dgvScrapProduct.MergeDetailOnlyColumn = null;
- this.dgvScrapProduct.MergeOnlyColumn = null;
- this.dgvScrapProduct.Name = "dgvScrapProduct";
- this.dgvScrapProduct.RefreshAtHscroll = false;
- this.dgvScrapProduct.RowHeadersWidth = 50;
- this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvScrapProduct.RowTemplate.Height = 21;
- this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvScrapProduct.Size = new System.Drawing.Size(1124, 482);
- this.dgvScrapProduct.SortOrderColumnName = null;
- this.dgvScrapProduct.TabIndex = 35;
- this.dgvScrapProduct.Tag = true;
- this.dgvScrapProduct.TotalSumColumns = null;
- this.dgvScrapProduct.ViewRowFilter = "";
- this.dgvScrapProduct.VirtualMode = true;
- //
- // Sel
- //
- this.Sel.DataPropertyName = "Sel";
- this.Sel.HeaderText = "选择";
- this.Sel.Name = "Sel";
- this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Sel.Width = 60;
- //
- // groutingdailydetailid
- //
- this.groutingdailydetailid.DataPropertyName = "groutingdailydetailid";
- this.groutingdailydetailid.HeaderText = "注浆明细ID";
- this.groutingdailydetailid.Name = "groutingdailydetailid";
- this.groutingdailydetailid.Visible = false;
- //
- // SuspendProcedureID
- //
- this.SuspendProcedureID.DataPropertyName = "SuspendProcedureID";
- this.SuspendProcedureID.HeaderText = "挂起工序ID";
- this.SuspendProcedureID.Name = "SuspendProcedureID";
- this.SuspendProcedureID.Visible = false;
- //
- // BarCode
- //
- this.BarCode.DataPropertyName = "BarCode";
- this.BarCode.HeaderText = "产品条码";
- this.BarCode.Name = "BarCode";
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- //
- // GroutingDate
- //
- this.GroutingDate.DataPropertyName = "GroutingDate";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.Format = "yyyy-MM-dd";
- dataGridViewCellStyle9.NullValue = null;
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
- this.GroutingDate.HeaderText = "注浆日期";
- this.GroutingDate.Name = "GroutingDate";
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- //
- // usercode
- //
- this.usercode.DataPropertyName = "usercode";
- this.usercode.HeaderText = "成型工号";
- this.usercode.Name = "usercode";
- //
- // procedurename
- //
- this.procedurename.DataPropertyName = "procedurename";
- this.procedurename.HeaderText = "当前工序";
- this.procedurename.Name = "procedurename";
- //
- // suspendprocedurename
- //
- this.suspendprocedurename.DataPropertyName = "suspendprocedurename";
- this.suspendprocedurename.HeaderText = "挂起工序";
- this.suspendprocedurename.Name = "suspendprocedurename";
- this.suspendprocedurename.Visible = false;
- //
- // CreateUserCode
- //
- this.CreateUserCode.DataPropertyName = "CreateUserCode";
- this.CreateUserCode.HeaderText = "挂起工号";
- this.CreateUserCode.Name = "CreateUserCode";
- this.CreateUserCode.Visible = false;
- //
- // Createtime
- //
- this.Createtime.DataPropertyName = "Createtime";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle10.Format = "yyyy-MM-dd";
- this.Createtime.DefaultCellStyle = dataGridViewCellStyle10;
- this.Createtime.HeaderText = "挂起日期";
- this.Createtime.Name = "Createtime";
- this.Createtime.Visible = false;
- //
- // remarks
- //
- this.remarks.DataPropertyName = "remarks";
- this.remarks.HeaderText = "挂起说明";
- this.remarks.Name = "remarks";
- this.remarks.Visible = false;
- //
- // F_PM_3002
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1136, 663);
- this.Controls.Add(this.dgvScrapProduct);
- this.Controls.Add(this.cbCheckAll);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbSelect);
- this.Name = "F_PM_3002";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "挂起";
- this.Load += new System.EventHandler(this.F_PM_3002_Load);
- this.Controls.SetChildIndex(this.gbSelect, 0);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.cbCheckAll, 0);
- this.Controls.SetChildIndex(this.dgvScrapProduct, 0);
- this.gbSelect.ResumeLayout(false);
- this.gbSelect.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbSelect;
- private Basics.BaseControls.C_Label lblGroutingLineName;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtBarCode;
- private Basics.BaseControls.C_Label lblBarCode;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_CheckBox cbCheckAll;
- private Basics.BaseControls.C_DataGridView dgvScrapProduct;
- private Basics.BaseControls.C_Label lblProcedure;
- private WinForm.Controls.CkcCheckedComboBox ccbProcedure;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingdailydetailid;
- private System.Windows.Forms.DataGridViewTextBoxColumn SuspendProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
- private System.Windows.Forms.DataGridViewTextBoxColumn suspendprocedurename;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
- private System.Windows.Forms.DataGridViewTextBoxColumn remarks;
- }
- }
|