| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0101_1
- {
- /// <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_0101_1));
- 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();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.btnSearch = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.btnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.gbxInfo = new System.Windows.Forms.GroupBox();
- this.CONVERTLINEGLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.CONVERTPRODUCEFLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.NEWMOLDFLAG = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
- this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.成型线ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.成型线编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.成型工号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.产品编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.新模 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.转产 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.转线 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.操作时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxInfo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
- this.SuspendLayout();
- //
- // 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.btnSearch,
- this.toolStripButton2,
- this.btnClearCondition,
- this.tsbtnAdaptive,
- this.tsbtnClose,
- this.toolStripSeparator3});
- 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(886, 35);
- this.tsrOperate.TabIndex = 0;
- //
- // btnSearch
- //
- this.btnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
- this.btnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(51, 32);
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.Size = new System.Drawing.Size(51, 32);
- this.toolStripButton2.Text = "编辑(&E)";
- this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.Image")));
- this.btnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(75, 32);
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 32);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.toolStripButton1_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.btnCancel_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- this.toolStripSeparator3.Visible = false;
- //
- // gbxInfo
- //
- this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
- this.gbxInfo.Controls.Add(this.CONVERTLINEGLAG);
- this.gbxInfo.Controls.Add(this.CONVERTPRODUCEFLAG);
- this.gbxInfo.Controls.Add(this.NEWMOLDFLAG);
- this.gbxInfo.Controls.Add(this.lblGroutingLine);
- this.gbxInfo.Controls.Add(this.scbGroutingLine);
- this.gbxInfo.Location = new System.Drawing.Point(12, 38);
- this.gbxInfo.Name = "gbxInfo";
- this.gbxInfo.Size = new System.Drawing.Size(862, 66);
- this.gbxInfo.TabIndex = 1;
- this.gbxInfo.TabStop = false;
- this.gbxInfo.Text = "成型特殊记录";
- //
- // CONVERTLINEGLAG
- //
- this.CONVERTLINEGLAG.AutoSize = true;
- this.CONVERTLINEGLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CONVERTLINEGLAG.Location = new System.Drawing.Point(334, 28);
- this.CONVERTLINEGLAG.Name = "CONVERTLINEGLAG";
- this.CONVERTLINEGLAG.Size = new System.Drawing.Size(48, 16);
- this.CONVERTLINEGLAG.TabIndex = 20;
- this.CONVERTLINEGLAG.Text = "转线";
- this.CONVERTLINEGLAG.UseVisualStyleBackColor = true;
- //
- // CONVERTPRODUCEFLAG
- //
- this.CONVERTPRODUCEFLAG.AutoSize = true;
- this.CONVERTPRODUCEFLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CONVERTPRODUCEFLAG.Location = new System.Drawing.Point(280, 28);
- this.CONVERTPRODUCEFLAG.Name = "CONVERTPRODUCEFLAG";
- this.CONVERTPRODUCEFLAG.Size = new System.Drawing.Size(48, 16);
- this.CONVERTPRODUCEFLAG.TabIndex = 19;
- this.CONVERTPRODUCEFLAG.Text = "转产";
- this.CONVERTPRODUCEFLAG.UseVisualStyleBackColor = true;
- //
- // NEWMOLDFLAG
- //
- this.NEWMOLDFLAG.AutoSize = true;
- this.NEWMOLDFLAG.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.NEWMOLDFLAG.Location = new System.Drawing.Point(226, 29);
- this.NEWMOLDFLAG.Name = "NEWMOLDFLAG";
- this.NEWMOLDFLAG.Size = new System.Drawing.Size(48, 16);
- this.NEWMOLDFLAG.TabIndex = 18;
- this.NEWMOLDFLAG.Text = "新模";
- this.NEWMOLDFLAG.UseVisualStyleBackColor = true;
- //
- // lblGroutingLine
- //
- this.lblGroutingLine.AutoSize = true;
- this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLine.Location = new System.Drawing.Point(6, 33);
- this.lblGroutingLine.Name = "lblGroutingLine";
- this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLine.TabIndex = 13;
- this.lblGroutingLine.Text = "成型线编码";
- //
- // scbGroutingLine
- //
- this.scbGroutingLine.CheckedData = null;
- this.scbGroutingLine.DisplayMember = "GroutingLineCode";
- this.scbGroutingLine.Location = new System.Drawing.Point(77, 28);
- this.scbGroutingLine.Name = "scbGroutingLine";
- this.scbGroutingLine.Size = new System.Drawing.Size(130, 21);
- this.scbGroutingLine.TabIndex = 14;
- //
- // dgvDetail
- //
- this.dgvDetail.AllowUserToAddRows = false;
- this.dgvDetail.AllowUserToDeleteRows = false;
- this.dgvDetail.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDetail.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.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDetail.CellHeight = 23;
- this.dgvDetail.ChildNodeColumnName = null;
- this.dgvDetail.ChildNodeColumnText = null;
- this.dgvDetail.ColumnDeep = 1;
- this.dgvDetail.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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.成型线ID,
- this.成型线编码,
- this.成型工号,
- this.产品编码,
- this.新模,
- this.转产,
- this.转线,
- this.操作时间});
- this.dgvDetail.ColumnTreeView = null;
- this.dgvDetail.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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvDetail.DynamicColumnName = "";
- this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dgvDetail.EnableHeadersVisualStyles = false;
- this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDetail.FormatQuantityColumns = null;
- this.dgvDetail.HasNode = false;
- this.dgvDetail.HorizontalMergeColumn = null;
- this.dgvDetail.IsAutoCountSum = true;
- this.dgvDetail.IsAutoResizeColumns = false;
- this.dgvDetail.IsClickF12 = false;
- this.dgvDetail.IsOpenMergeCellFlag = false;
- this.dgvDetail.IsSubTotalFlag = false;
- this.dgvDetail.IsTopDeep = false;
- this.dgvDetail.Location = new System.Drawing.Point(12, 110);
- this.dgvDetail.MergeColumnNames = null;
- this.dgvDetail.MergeDetailColumnNames = null;
- this.dgvDetail.MergeDetailOnlyColumn = null;
- this.dgvDetail.MergeOnlyColumn = null;
- this.dgvDetail.MultiSelect = false;
- this.dgvDetail.Name = "dgvDetail";
- this.dgvDetail.ReadOnly = true;
- this.dgvDetail.RefreshAtHscroll = false;
- this.dgvDetail.RowHeadersWidth = 50;
- this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvDetail.RowTemplate.Height = 21;
- this.dgvDetail.Size = new System.Drawing.Size(862, 366);
- this.dgvDetail.SortOrderColumnName = null;
- this.dgvDetail.TabIndex = 2;
- this.dgvDetail.Tag = true;
- this.dgvDetail.TotalSumColumns = null;
- this.dgvDetail.ViewRowFilter = "";
- this.dgvDetail.VirtualMode = true;
- this.dgvDetail.VirtualNodes = false;
- //
- // 成型线ID
- //
- this.成型线ID.DataPropertyName = "GROUTINGLINEID";
- this.成型线ID.HeaderText = "成型线ID";
- this.成型线ID.Name = "成型线ID";
- this.成型线ID.ReadOnly = true;
- this.成型线ID.Visible = false;
- //
- // 成型线编码
- //
- this.成型线编码.DataPropertyName = "GROUTINGLINECODE";
- this.成型线编码.HeaderText = "成型线编码";
- this.成型线编码.Name = "成型线编码";
- this.成型线编码.ReadOnly = true;
- //
- // 成型工号
- //
- this.成型工号.DataPropertyName = "USERCODE";
- this.成型工号.HeaderText = "成型工号";
- this.成型工号.Name = "成型工号";
- this.成型工号.ReadOnly = true;
- //
- // 产品编码
- //
- this.产品编码.DataPropertyName = "GOODSCODE";
- this.产品编码.HeaderText = "产品编码";
- this.产品编码.Name = "产品编码";
- this.产品编码.ReadOnly = true;
- //
- // 新模
- //
- this.新模.DataPropertyName = "NEWMOLDFLAG";
- 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.转产.DataPropertyName = "CONVERTPRODUCEFLAG";
- 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.转线.DataPropertyName = "CONVERTLINEGLAG";
- 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.操作时间.DataPropertyName = "UPDATETIME";
- this.操作时间.HeaderText = "操作时间";
- this.操作时间.Name = "操作时间";
- this.操作时间.ReadOnly = true;
- //
- // F_PM_0101_1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(886, 501);
- this.Controls.Add(this.gbxInfo);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.dgvDetail);
- this.IsSaveFormSize = false;
- this.Name = "F_PM_0101_1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "成型特殊记录";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_PM_0101_1_Load);
- this.Controls.SetChildIndex(this.dgvDetail, 0);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.gbxInfo, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxInfo.ResumeLayout(false);
- this.gbxInfo.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.GroupBox gbxInfo;
- private Basics.BaseControls.C_DataGridView dgvDetail;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private System.Windows.Forms.ToolStripButton btnSearch;
- private System.Windows.Forms.ToolStripButton btnClearCondition;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_Label lblGroutingLine;
- private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
- private Basics.BaseControls.C_CheckBox CONVERTLINEGLAG;
- private Basics.BaseControls.C_CheckBox CONVERTPRODUCEFLAG;
- private Basics.BaseControls.C_CheckBox NEWMOLDFLAG;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.DataGridViewTextBoxColumn 成型线ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn 成型线编码;
- private System.Windows.Forms.DataGridViewTextBoxColumn 成型工号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 产品编码;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 新模;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 转产;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 转线;
- private System.Windows.Forms.DataGridViewTextBoxColumn 操作时间;
- }
- }
|